Skip to content

Commit

Permalink
Add SetupMetaDataUpdatedEvent to Events enum (#1459)
Browse files Browse the repository at this point in the history
  • Loading branch information
iMicknl authored Dec 2, 2024
1 parent 9098fbe commit d8cc724
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyoverkiz/enums/general.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,7 @@ class EventName(StrEnum):
SECONDARY_ACCOUNT_UPDATED = "SecondaryAccountUpdatedEvent"
SETUP_JOB_COMPLETED = "SetupJobCompletedEvent"
SETUP_JOB_FAILED = "SetupJobFailedEvent"
SETUP_METADATA_UPDATED = "SetupMetadataUpdatedEvent"
SETUP_QUOTA_UPDATED = "SetupQuotaUpdatedEvent"
SETUP_TRIGGER_CREATED = "SetupTriggerCreatedEvent"
SETUP_TRIGGER_CREATION_FAILED = "SetupTriggerCreationFailedEvent"
Expand Down

0 comments on commit d8cc724

Please sign in to comment.