Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Avalara/SDK/api/A1099/V2/companies_w9_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
@author Jonathan Wenger <[email protected]>
@copyright 2022 Avalara, Inc.
@license https://www.apache.org/licenses/LICENSE-2.0
@version 25.10.1
@version 25.11.0
@link https://github.com/avadev/AvaTax-REST-V3-Python-SDK
"""

Expand Down Expand Up @@ -60,7 +60,7 @@ def __verify_api_client(self,api_client):

def __set_configuration(self, api_client):
self.__verify_api_client(api_client)
api_client.set_sdk_version("25.10.1")
api_client.set_sdk_version("25.11.0")
self.api_client = api_client

self.create_company_endpoint = _Endpoint(
Expand Down
4 changes: 2 additions & 2 deletions Avalara/SDK/api/A1099/V2/forms1099_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
@author Jonathan Wenger <[email protected]>
@copyright 2022 Avalara, Inc.
@license https://www.apache.org/licenses/LICENSE-2.0
@version 25.10.1
@version 25.11.0
@link https://github.com/avadev/AvaTax-REST-V3-Python-SDK
"""

Expand Down Expand Up @@ -61,7 +61,7 @@ def __verify_api_client(self,api_client):

def __set_configuration(self, api_client):
self.__verify_api_client(api_client)
api_client.set_sdk_version("25.10.1")
api_client.set_sdk_version("25.11.0")
self.api_client = api_client

self.bulk_upsert1099_forms_endpoint = _Endpoint(
Expand Down
8 changes: 4 additions & 4 deletions Avalara/SDK/api/A1099/V2/forms_w9_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
@author Jonathan Wenger <[email protected]>
@copyright 2022 Avalara, Inc.
@license https://www.apache.org/licenses/LICENSE-2.0
@version 25.10.1
@version 25.11.0
@link https://github.com/avadev/AvaTax-REST-V3-Python-SDK
"""

Expand Down Expand Up @@ -61,7 +61,7 @@ def __verify_api_client(self,api_client):

def __set_configuration(self, api_client):
self.__verify_api_client(api_client)
api_client.set_sdk_version("25.10.1")
api_client.set_sdk_version("25.11.0")
self.api_client = api_client

self.create_and_send_w9_form_email_endpoint = _Endpoint(
Expand Down Expand Up @@ -350,7 +350,7 @@ def __set_configuration(self, api_client):
)
self.get_w9_form_pdf_endpoint = _Endpoint(
settings={
'response_type': None,
'response_type': (bytearray,),
'auth': [
'bearer'
],
Expand Down Expand Up @@ -1067,7 +1067,7 @@ def get_w9_form_pdf(
async_req (bool): execute request asynchronously

Returns:
None
bytearray
If the method is called asynchronously, returns the request
thread.
"""
Expand Down
4 changes: 2 additions & 2 deletions Avalara/SDK/api/A1099/V2/issuers1099_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
@author Jonathan Wenger <[email protected]>
@copyright 2022 Avalara, Inc.
@license https://www.apache.org/licenses/LICENSE-2.0
@version 25.10.1
@version 25.11.0
@link https://github.com/avadev/AvaTax-REST-V3-Python-SDK
"""

Expand Down Expand Up @@ -60,7 +60,7 @@ def __verify_api_client(self,api_client):

def __set_configuration(self, api_client):
self.__verify_api_client(api_client)
api_client.set_sdk_version("25.10.1")
api_client.set_sdk_version("25.11.0")
self.api_client = api_client

self.create_issuer_endpoint = _Endpoint(
Expand Down
4 changes: 2 additions & 2 deletions Avalara/SDK/api/A1099/V2/jobs_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
@author Jonathan Wenger <[email protected]>
@copyright 2022 Avalara, Inc.
@license https://www.apache.org/licenses/LICENSE-2.0
@version 25.10.1
@version 25.11.0
@link https://github.com/avadev/AvaTax-REST-V3-Python-SDK
"""

Expand Down Expand Up @@ -58,7 +58,7 @@ def __verify_api_client(self,api_client):

def __set_configuration(self, api_client):
self.__verify_api_client(api_client)
api_client.set_sdk_version("25.10.1")
api_client.set_sdk_version("25.11.0")
self.api_client = api_client

self.get_job_endpoint = _Endpoint(
Expand Down
4 changes: 2 additions & 2 deletions Avalara/SDK/api/EInvoicing/V1/data_input_fields_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
@author Jonathan Wenger <[email protected]>
@copyright 2022 Avalara, Inc.
@license https://www.apache.org/licenses/LICENSE-2.0
@version 25.10.1
@version 25.11.0
@link https://github.com/avadev/AvaTax-REST-V3-Python-SDK
"""

Expand Down Expand Up @@ -58,7 +58,7 @@ def __verify_api_client(self,api_client):

def __set_configuration(self, api_client):
self.__verify_api_client(api_client)
api_client.set_sdk_version("25.10.1")
api_client.set_sdk_version("25.11.0")
self.api_client = api_client

self.get_data_input_fields_endpoint = _Endpoint(
Expand Down
4 changes: 2 additions & 2 deletions Avalara/SDK/api/EInvoicing/V1/documents_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
@author Jonathan Wenger <[email protected]>
@copyright 2022 Avalara, Inc.
@license https://www.apache.org/licenses/LICENSE-2.0
@version 25.10.1
@version 25.11.0
@link https://github.com/avadev/AvaTax-REST-V3-Python-SDK
"""

Expand Down Expand Up @@ -64,7 +64,7 @@ def __verify_api_client(self,api_client):

def __set_configuration(self, api_client):
self.__verify_api_client(api_client)
api_client.set_sdk_version("25.10.1")
api_client.set_sdk_version("25.11.0")
self.api_client = api_client

self.download_document_endpoint = _Endpoint(
Expand Down
4 changes: 2 additions & 2 deletions Avalara/SDK/api/EInvoicing/V1/interop_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
@author Jonathan Wenger <[email protected]>
@copyright 2022 Avalara, Inc.
@license https://www.apache.org/licenses/LICENSE-2.0
@version 25.10.1
@version 25.11.0
@link https://github.com/avadev/AvaTax-REST-V3-Python-SDK
"""

Expand Down Expand Up @@ -58,7 +58,7 @@ def __verify_api_client(self,api_client):

def __set_configuration(self, api_client):
self.__verify_api_client(api_client)
api_client.set_sdk_version("25.10.1")
api_client.set_sdk_version("25.11.0")
self.api_client = api_client

self.submit_interop_document_endpoint = _Endpoint(
Expand Down
4 changes: 2 additions & 2 deletions Avalara/SDK/api/EInvoicing/V1/mandates_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
@author Jonathan Wenger <[email protected]>
@copyright 2022 Avalara, Inc.
@license https://www.apache.org/licenses/LICENSE-2.0
@version 25.10.1
@version 25.11.0
@link https://github.com/avadev/AvaTax-REST-V3-Python-SDK
"""

Expand Down Expand Up @@ -59,7 +59,7 @@ def __verify_api_client(self,api_client):

def __set_configuration(self, api_client):
self.__verify_api_client(api_client)
api_client.set_sdk_version("25.10.1")
api_client.set_sdk_version("25.11.0")
self.api_client = api_client

self.get_mandate_data_input_fields_endpoint = _Endpoint(
Expand Down
4 changes: 2 additions & 2 deletions Avalara/SDK/api/EInvoicing/V1/subscriptions_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
@author Jonathan Wenger <[email protected]>
@copyright 2022 Avalara, Inc.
@license https://www.apache.org/licenses/LICENSE-2.0
@version 25.10.1
@version 25.11.0
@link https://github.com/avadev/AvaTax-REST-V3-Python-SDK
"""

Expand Down Expand Up @@ -61,7 +61,7 @@ def __verify_api_client(self,api_client):

def __set_configuration(self, api_client):
self.__verify_api_client(api_client)
api_client.set_sdk_version("25.10.1")
api_client.set_sdk_version("25.11.0")
self.api_client = api_client

self.create_webhook_subscription_endpoint = _Endpoint(
Expand Down
4 changes: 2 additions & 2 deletions Avalara/SDK/api/EInvoicing/V1/tax_identifiers_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
@author Jonathan Wenger <[email protected]>
@copyright 2022 Avalara, Inc.
@license https://www.apache.org/licenses/LICENSE-2.0
@version 25.10.1
@version 25.11.0
@link https://github.com/avadev/AvaTax-REST-V3-Python-SDK
"""

Expand Down Expand Up @@ -60,7 +60,7 @@ def __verify_api_client(self,api_client):

def __set_configuration(self, api_client):
self.__verify_api_client(api_client)
api_client.set_sdk_version("25.10.1")
api_client.set_sdk_version("25.11.0")
self.api_client = api_client

self.tax_identifier_schema_by_country_endpoint = _Endpoint(
Expand Down
4 changes: 2 additions & 2 deletions Avalara/SDK/api/EInvoicing/V1/trading_partners_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
@author Jonathan Wenger <[email protected]>
@copyright 2022 Avalara, Inc.
@license https://www.apache.org/licenses/LICENSE-2.0
@version 25.10.1
@version 25.11.0
@link https://github.com/avadev/AvaTax-REST-V3-Python-SDK
"""

Expand Down Expand Up @@ -66,7 +66,7 @@ def __verify_api_client(self,api_client):

def __set_configuration(self, api_client):
self.__verify_api_client(api_client)
api_client.set_sdk_version("25.10.1")
api_client.set_sdk_version("25.11.0")
self.api_client = api_client

self.batch_search_participants_endpoint = _Endpoint(
Expand Down
2 changes: 1 addition & 1 deletion Avalara/SDK/models/A1099/V2/company_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
@author Jonathan Wenger <[email protected]>
@copyright 2022 Avalara, Inc.
@license https://www.apache.org/licenses/LICENSE-2.0
@version 25.10.1
@version 25.11.0
@link https://github.com/avadev/AvaTax-REST-V3-Python-SDK
"""

Expand Down
2 changes: 1 addition & 1 deletion Avalara/SDK/models/A1099/V2/company_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
@author Jonathan Wenger <[email protected]>
@copyright 2022 Avalara, Inc.
@license https://www.apache.org/licenses/LICENSE-2.0
@version 25.10.1
@version 25.11.0
@link https://github.com/avadev/AvaTax-REST-V3-Python-SDK
"""

Expand Down
2 changes: 1 addition & 1 deletion Avalara/SDK/models/A1099/V2/company_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
@author Jonathan Wenger <[email protected]>
@copyright 2022 Avalara, Inc.
@license https://www.apache.org/licenses/LICENSE-2.0
@version 25.10.1
@version 25.11.0
@link https://github.com/avadev/AvaTax-REST-V3-Python-SDK
"""

Expand Down
2 changes: 1 addition & 1 deletion Avalara/SDK/models/A1099/V2/covered_individual.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
@author Jonathan Wenger <[email protected]>
@copyright 2022 Avalara, Inc.
@license https://www.apache.org/licenses/LICENSE-2.0
@version 25.10.1
@version 25.11.0
@link https://github.com/avadev/AvaTax-REST-V3-Python-SDK
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
@author Jonathan Wenger <[email protected]>
@copyright 2022 Avalara, Inc.
@license https://www.apache.org/licenses/LICENSE-2.0
@version 25.10.1
@version 25.11.0
@link https://github.com/avadev/AvaTax-REST-V3-Python-SDK
"""

Expand Down
4 changes: 2 additions & 2 deletions Avalara/SDK/models/A1099/V2/create_company_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
import pprint
from pydantic import BaseModel, ConfigDict, Field, StrictStr, ValidationError, field_validator
from typing import Any, List, Optional
from Avalara.SDK.models.A1099.V2.A1099.V2.A1099.V2.A1099.V2.company_create_update_request_model import CompanyCreateUpdateRequestModel
from Avalara.SDK.models.A1099.V2.A1099.V2.A1099.V2.A1099.V2.company_response import CompanyResponse
from Avalara.SDK.models.A1099.V2.A1099.V2.A1099.V2.A1099.V2.A1099.V2.company_create_update_request_model import CompanyCreateUpdateRequestModel
from Avalara.SDK.models.A1099.V2.A1099.V2.A1099.V2.A1099.V2.A1099.V2.company_response import CompanyResponse
from pydantic import StrictStr, Field
from typing import Union, List, Set, Optional, Dict
from typing_extensions import Literal, Self
Expand Down
4 changes: 2 additions & 2 deletions Avalara/SDK/models/A1099/V2/create_issuer_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
import pprint
from pydantic import BaseModel, ConfigDict, Field, StrictStr, ValidationError, field_validator
from typing import Any, List, Optional
from Avalara.SDK.models.A1099.V2.A1099.V2.A1099.V2.A1099.V2.issuer_command import IssuerCommand
from Avalara.SDK.models.A1099.V2.A1099.V2.A1099.V2.A1099.V2.issuer_response import IssuerResponse
from Avalara.SDK.models.A1099.V2.A1099.V2.A1099.V2.A1099.V2.A1099.V2.issuer_command import IssuerCommand
from Avalara.SDK.models.A1099.V2.A1099.V2.A1099.V2.A1099.V2.A1099.V2.issuer_response import IssuerResponse
from pydantic import StrictStr, Field
from typing import Union, List, Set, Optional, Dict
from typing_extensions import Literal, Self
Expand Down
2 changes: 1 addition & 1 deletion Avalara/SDK/models/A1099/V2/create_w9_form201_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
@author Jonathan Wenger <[email protected]>
@copyright 2022 Avalara, Inc.
@license https://www.apache.org/licenses/LICENSE-2.0
@version 25.10.1
@version 25.11.0
@link https://github.com/avadev/AvaTax-REST-V3-Python-SDK
"""

Expand Down
2 changes: 1 addition & 1 deletion Avalara/SDK/models/A1099/V2/create_w9_form_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
@author Jonathan Wenger <[email protected]>
@copyright 2022 Avalara, Inc.
@license https://www.apache.org/licenses/LICENSE-2.0
@version 25.10.1
@version 25.11.0
@link https://github.com/avadev/AvaTax-REST-V3-Python-SDK
"""

Expand Down
2 changes: 1 addition & 1 deletion Avalara/SDK/models/A1099/V2/entry_status_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
@author Jonathan Wenger <[email protected]>
@copyright 2022 Avalara, Inc.
@license https://www.apache.org/licenses/LICENSE-2.0
@version 25.10.1
@version 25.11.0
@link https://github.com/avadev/AvaTax-REST-V3-Python-SDK
"""

Expand Down
2 changes: 1 addition & 1 deletion Avalara/SDK/models/A1099/V2/error_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
@author Jonathan Wenger <[email protected]>
@copyright 2022 Avalara, Inc.
@license https://www.apache.org/licenses/LICENSE-2.0
@version 25.10.1
@version 25.11.0
@link https://github.com/avadev/AvaTax-REST-V3-Python-SDK
"""

Expand Down
2 changes: 1 addition & 1 deletion Avalara/SDK/models/A1099/V2/error_response_item.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
@author Jonathan Wenger <[email protected]>
@copyright 2022 Avalara, Inc.
@license https://www.apache.org/licenses/LICENSE-2.0
@version 25.10.1
@version 25.11.0
@link https://github.com/avadev/AvaTax-REST-V3-Python-SDK
"""

Expand Down
2 changes: 1 addition & 1 deletion Avalara/SDK/models/A1099/V2/form1042_s.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
@author Jonathan Wenger <[email protected]>
@copyright 2022 Avalara, Inc.
@license https://www.apache.org/licenses/LICENSE-2.0
@version 25.10.1
@version 25.11.0
@link https://github.com/avadev/AvaTax-REST-V3-Python-SDK
"""

Expand Down
2 changes: 1 addition & 1 deletion Avalara/SDK/models/A1099/V2/form1095_b.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
@author Jonathan Wenger <[email protected]>
@copyright 2022 Avalara, Inc.
@license https://www.apache.org/licenses/LICENSE-2.0
@version 25.10.1
@version 25.11.0
@link https://github.com/avadev/AvaTax-REST-V3-Python-SDK
"""

Expand Down
2 changes: 1 addition & 1 deletion Avalara/SDK/models/A1099/V2/form1095_c.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
@author Jonathan Wenger <[email protected]>
@copyright 2022 Avalara, Inc.
@license https://www.apache.org/licenses/LICENSE-2.0
@version 25.10.1
@version 25.11.0
@link https://github.com/avadev/AvaTax-REST-V3-Python-SDK
"""

Expand Down
2 changes: 1 addition & 1 deletion Avalara/SDK/models/A1099/V2/form1099_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
@author Jonathan Wenger <[email protected]>
@copyright 2022 Avalara, Inc.
@license https://www.apache.org/licenses/LICENSE-2.0
@version 25.10.1
@version 25.11.0
@link https://github.com/avadev/AvaTax-REST-V3-Python-SDK
"""

Expand Down
2 changes: 1 addition & 1 deletion Avalara/SDK/models/A1099/V2/form1099_div.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
@author Jonathan Wenger <[email protected]>
@copyright 2022 Avalara, Inc.
@license https://www.apache.org/licenses/LICENSE-2.0
@version 25.10.1
@version 25.11.0
@link https://github.com/avadev/AvaTax-REST-V3-Python-SDK
"""

Expand Down
2 changes: 1 addition & 1 deletion Avalara/SDK/models/A1099/V2/form1099_int.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
@author Jonathan Wenger <[email protected]>
@copyright 2022 Avalara, Inc.
@license https://www.apache.org/licenses/LICENSE-2.0
@version 25.10.1
@version 25.11.0
@link https://github.com/avadev/AvaTax-REST-V3-Python-SDK
"""

Expand Down
Loading