Skip to content

Commit 1f5909c

Browse files
authored
Merge pull request #103 from runcycles/chore/event-type-mirror-reset-spent
chore(events): mirror BUDGET_RESET_SPENT in runtime EventType vocabulary
2 parents 85548e0 + 4c98136 commit 1f5909c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • cycles-protocol-service/cycles-protocol-service-model/src/main/java/io/runcycles/protocol/model/event

cycles-protocol-service/cycles-protocol-service-model/src/main/java/io/runcycles/protocol/model/event/EventType.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ public enum EventType {
99
BUDGET_FUNDED("budget.funded", EventCategory.BUDGET),
1010
BUDGET_DEBITED("budget.debited", EventCategory.BUDGET),
1111
BUDGET_RESET("budget.reset", EventCategory.BUDGET),
12+
BUDGET_RESET_SPENT("budget.reset_spent", EventCategory.BUDGET),
1213
BUDGET_DEBT_REPAID("budget.debt_repaid", EventCategory.BUDGET),
1314
BUDGET_FROZEN("budget.frozen", EventCategory.BUDGET),
1415
BUDGET_UNFROZEN("budget.unfrozen", EventCategory.BUDGET),

0 commit comments

Comments
 (0)