Skip to content

Commit 6fb3b19

Browse files
author
Jonathan Wenger
committed
25.7.2
1 parent 2b22998 commit 6fb3b19

File tree

165 files changed

+198
-197
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

165 files changed

+198
-197
lines changed

Avalara/SDK/api/A1099/V2/companies_w9_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
@author Jonathan Wenger <jonathan.wenger@avalara.com>
2323
@copyright 2022 Avalara, Inc.
2424
@license https://www.apache.org/licenses/LICENSE-2.0
25-
@version 25.7.0
25+
@version 25.7.2
2626
@link https://github.com/avadev/AvaTax-REST-V3-Python-SDK
2727
"""
2828

@@ -61,7 +61,7 @@ def __verify_api_client(self,api_client):
6161

6262
def __set_configuration(self, api_client):
6363
self.__verify_api_client(api_client)
64-
api_client.set_sdk_version("25.7.0")
64+
api_client.set_sdk_version("25.7.2")
6565
self.api_client = api_client
6666

6767
self.create_company_endpoint = _Endpoint(

Avalara/SDK/api/A1099/V2/forms1099_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
@author Jonathan Wenger <jonathan.wenger@avalara.com>
2323
@copyright 2022 Avalara, Inc.
2424
@license https://www.apache.org/licenses/LICENSE-2.0
25-
@version 25.7.0
25+
@version 25.7.2
2626
@link https://github.com/avadev/AvaTax-REST-V3-Python-SDK
2727
"""
2828

@@ -64,7 +64,7 @@ def __verify_api_client(self,api_client):
6464

6565
def __set_configuration(self, api_client):
6666
self.__verify_api_client(api_client)
67-
api_client.set_sdk_version("25.7.0")
67+
api_client.set_sdk_version("25.7.2")
6868
self.api_client = api_client
6969

7070
self.bulk_upsert1099_forms_endpoint = _Endpoint(

Avalara/SDK/api/A1099/V2/forms_w9_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
@author Jonathan Wenger <jonathan.wenger@avalara.com>
2323
@copyright 2022 Avalara, Inc.
2424
@license https://www.apache.org/licenses/LICENSE-2.0
25-
@version 25.7.0
25+
@version 25.7.2
2626
@link https://github.com/avadev/AvaTax-REST-V3-Python-SDK
2727
"""
2828

@@ -59,7 +59,7 @@ def __verify_api_client(self,api_client):
5959

6060
def __set_configuration(self, api_client):
6161
self.__verify_api_client(api_client)
62-
api_client.set_sdk_version("25.7.0")
62+
api_client.set_sdk_version("25.7.2")
6363
self.api_client = api_client
6464

6565
self.create_w9_form_endpoint = _Endpoint(

Avalara/SDK/api/A1099/V2/issuers1099_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
@author Jonathan Wenger <jonathan.wenger@avalara.com>
2323
@copyright 2022 Avalara, Inc.
2424
@license https://www.apache.org/licenses/LICENSE-2.0
25-
@version 25.7.0
25+
@version 25.7.2
2626
@link https://github.com/avadev/AvaTax-REST-V3-Python-SDK
2727
"""
2828

@@ -60,7 +60,7 @@ def __verify_api_client(self,api_client):
6060

6161
def __set_configuration(self, api_client):
6262
self.__verify_api_client(api_client)
63-
api_client.set_sdk_version("25.7.0")
63+
api_client.set_sdk_version("25.7.2")
6464
self.api_client = api_client
6565

6666
self.create_issuer_endpoint = _Endpoint(

Avalara/SDK/api/A1099/V2/jobs1099_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
@author Jonathan Wenger <jonathan.wenger@avalara.com>
2323
@copyright 2022 Avalara, Inc.
2424
@license https://www.apache.org/licenses/LICENSE-2.0
25-
@version 25.7.0
25+
@version 25.7.2
2626
@link https://github.com/avadev/AvaTax-REST-V3-Python-SDK
2727
"""
2828

@@ -58,7 +58,7 @@ def __verify_api_client(self,api_client):
5858

5959
def __set_configuration(self, api_client):
6060
self.__verify_api_client(api_client)
61-
api_client.set_sdk_version("25.7.0")
61+
api_client.set_sdk_version("25.7.2")
6262
self.api_client = api_client
6363

6464
self.get_job_endpoint = _Endpoint(

Avalara/SDK/api/EInvoicing/V1/data_input_fields_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
@author Jonathan Wenger <jonathan.wenger@avalara.com>
2323
@copyright 2022 Avalara, Inc.
2424
@license https://www.apache.org/licenses/LICENSE-2.0
25-
@version 25.7.0
25+
@version 25.7.2
2626
@link https://github.com/avadev/AvaTax-REST-V3-Python-SDK
2727
"""
2828

@@ -58,7 +58,7 @@ def __verify_api_client(self,api_client):
5858

5959
def __set_configuration(self, api_client):
6060
self.__verify_api_client(api_client)
61-
api_client.set_sdk_version("25.7.0")
61+
api_client.set_sdk_version("25.7.2")
6262
self.api_client = api_client
6363

6464
self.get_data_input_fields_endpoint = _Endpoint(

Avalara/SDK/api/EInvoicing/V1/documents_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
@author Jonathan Wenger <jonathan.wenger@avalara.com>
2323
@copyright 2022 Avalara, Inc.
2424
@license https://www.apache.org/licenses/LICENSE-2.0
25-
@version 25.7.0
25+
@version 25.7.2
2626
@link https://github.com/avadev/AvaTax-REST-V3-Python-SDK
2727
"""
2828

@@ -64,7 +64,7 @@ def __verify_api_client(self,api_client):
6464

6565
def __set_configuration(self, api_client):
6666
self.__verify_api_client(api_client)
67-
api_client.set_sdk_version("25.7.0")
67+
api_client.set_sdk_version("25.7.2")
6868
self.api_client = api_client
6969

7070
self.download_document_endpoint = _Endpoint(

Avalara/SDK/api/EInvoicing/V1/interop_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
@author Jonathan Wenger <jonathan.wenger@avalara.com>
2323
@copyright 2022 Avalara, Inc.
2424
@license https://www.apache.org/licenses/LICENSE-2.0
25-
@version 25.7.0
25+
@version 25.7.2
2626
@link https://github.com/avadev/AvaTax-REST-V3-Python-SDK
2727
"""
2828

@@ -58,7 +58,7 @@ def __verify_api_client(self,api_client):
5858

5959
def __set_configuration(self, api_client):
6060
self.__verify_api_client(api_client)
61-
api_client.set_sdk_version("25.7.0")
61+
api_client.set_sdk_version("25.7.2")
6262
self.api_client = api_client
6363

6464
self.submit_interop_document_endpoint = _Endpoint(

Avalara/SDK/api/EInvoicing/V1/mandates_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
@author Jonathan Wenger <jonathan.wenger@avalara.com>
2323
@copyright 2022 Avalara, Inc.
2424
@license https://www.apache.org/licenses/LICENSE-2.0
25-
@version 25.7.0
25+
@version 25.7.2
2626
@link https://github.com/avadev/AvaTax-REST-V3-Python-SDK
2727
"""
2828

@@ -59,7 +59,7 @@ def __verify_api_client(self,api_client):
5959

6060
def __set_configuration(self, api_client):
6161
self.__verify_api_client(api_client)
62-
api_client.set_sdk_version("25.7.0")
62+
api_client.set_sdk_version("25.7.2")
6363
self.api_client = api_client
6464

6565
self.get_mandate_data_input_fields_endpoint = _Endpoint(

Avalara/SDK/api/EInvoicing/V1/subscriptions_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
@author Jonathan Wenger <jonathan.wenger@avalara.com>
2323
@copyright 2022 Avalara, Inc.
2424
@license https://www.apache.org/licenses/LICENSE-2.0
25-
@version 25.7.0
25+
@version 25.7.2
2626
@link https://github.com/avadev/AvaTax-REST-V3-Python-SDK
2727
"""
2828

@@ -61,7 +61,7 @@ def __verify_api_client(self,api_client):
6161

6262
def __set_configuration(self, api_client):
6363
self.__verify_api_client(api_client)
64-
api_client.set_sdk_version("25.7.0")
64+
api_client.set_sdk_version("25.7.2")
6565
self.api_client = api_client
6666

6767
self.create_webhook_subscription_endpoint = _Endpoint(

0 commit comments

Comments
 (0)