Skip to content

Commit

Permalink
Add ess flags to ESI
Browse files Browse the repository at this point in the history
  • Loading branch information
Xamber committed Nov 5, 2020
1 parent dfe76cd commit 5ad7afa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion eve_glue/notification_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,8 @@ class NotificationTypeEnumV2(enum.Enum):
NotificationTypeEnumV3,
add={
"CombatOperationFinished": 1013,
"IndustryOperationFinished": 1014
"IndustryOperationFinished": 1014,
"ESSMainBankLink": 1015,
})

NotificationTypeEnumV5 = new_from_enum( # pylint: disable=invalid-name
Expand Down
3 changes: 2 additions & 1 deletion eve_glue/wallet_journal_ref.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ class JournalRefTypeEnumV2(enum.Enum):
JournalRefTypeEnumV3,
add={
"skill_purchase": 141,
"item_trader_payment": 142
"item_trader_payment": 142,
"ess_escrow_transfer": 155,
}
)

Expand Down

0 comments on commit 5ad7afa

Please sign in to comment.