diff --git a/method/resources/Accounts/Types.py b/method/resources/Accounts/Types.py index f275414..07db79e 100644 --- a/method/resources/Accounts/Types.py +++ b/method/resources/Accounts/Types.py @@ -22,13 +22,15 @@ 'payoff', 'update', 'attribute', - 'transactions', - 'payment_instruments' + 'transaction', + 'payment_instrument' ] AccountSubscriptionTypesLiterals = Literal[ - 'transactions', + 'card_brand', + 'payment_instrument', + 'transaction', 'update', 'update.snapshot' ] @@ -50,11 +52,18 @@ AccountLiabilityTypesLiterals = Literal[ 'auto_loan', + 'bnpl', + 'credit_builder', 'credit_card', 'collection', + 'fintech', + 'insurance', + 'loan', + 'medical', 'mortgage', 'personal_loan', - 'student_loans' + 'student_loans', + 'utility', ] diff --git a/setup.py b/setup.py index 8aeb278..17729c8 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='method-python', - version='1.1.11', + version='1.1.12', description='Python library for the Method API', long_description='Python library for the Method API', long_description_content_type='text/x-rst',