Skip to content

Commit

Permalink
Chore: Add notification types for corp goals (263, 264, 265) (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-noorbergen authored Dec 2, 2024
1 parent 8879c0a commit e5c3626
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions eve_glue/notification_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,9 @@ class NotificationTypeEnumV2(enum.Enum):
"NotificationTypeEnumV12",
NotificationTypeEnumV11,
add={
"CorporationGoalNameChange": 263,
"CorporationGoalExpired": 264,
"CorporationGoalLimitReached": 265,
"LPAutoRedeemed": 275,
"SPAutoRedeemed": 276,
"SkinSequencingCompleted": 280,
Expand Down

0 comments on commit e5c3626

Please sign in to comment.