diff --git a/method/resources/Entities/Connect.py b/method/resources/Entities/Connect.py index 71bde1d..be90c60 100644 --- a/method/resources/Entities/Connect.py +++ b/method/resources/Entities/Connect.py @@ -23,7 +23,7 @@ ] AccountProductsEligibleForAutomaticExecutionLiteral = Literal[ - "account_attribute", + "attribute", "balance", "card_brand", "update", diff --git a/setup.py b/setup.py index 4256192..cf2b473 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='method-python', - version='1.2.2', + version='1.2.4', description='Python library for the Method API', long_description='Python library for the Method API', long_description_content_type='text/x-rst',