diff --git a/eve_glue/notification_type.py b/eve_glue/notification_type.py index 3e48735..f17ae98 100644 --- a/eve_glue/notification_type.py +++ b/eve_glue/notification_type.py @@ -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 diff --git a/eve_glue/wallet_journal_ref.py b/eve_glue/wallet_journal_ref.py index e1c2240..10b6054 100644 --- a/eve_glue/wallet_journal_ref.py +++ b/eve_glue/wallet_journal_ref.py @@ -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, } )