diff --git a/setup.py b/setup.py index 52f13001..22225bf3 100644 --- a/setup.py +++ b/setup.py @@ -48,5 +48,5 @@ def read_file(filename): keywords="xero python sdk API oAuth", name="xero_python", packages=find_packages(include=["xero_python", "xero_python.*"]), - version="1.0.7", + version="1.0.8", ) diff --git a/xero_python/__init__.py b/xero_python/__init__.py index d6de660c..6be6a908 100644 --- a/xero_python/__init__.py +++ b/xero_python/__init__.py @@ -2,4 +2,4 @@ __author__ = """Xero Developer API""" __email__ = "api@xero.com" -__version__ = "1.0.7" +__version__ = "1.0.8" diff --git a/xero_python/accounting/__init__.py b/xero_python/accounting/__init__.py index dc9dd956..012e9fd3 100644 --- a/xero_python/accounting/__init__.py +++ b/xero_python/accounting/__init__.py @@ -7,7 +7,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/api/accounting_api.py b/xero_python/accounting/api/accounting_api.py index db9f2543..0d380931 100644 --- a/xero_python/accounting/api/accounting_api.py +++ b/xero_python/accounting/api/accounting_api.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/docs/BankTransaction.md b/xero_python/accounting/docs/BankTransaction.md index 86c41ffe..d8affc3c 100644 --- a/xero_python/accounting/docs/BankTransaction.md +++ b/xero_python/accounting/docs/BankTransaction.md @@ -4,7 +4,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **type** | **str** | See Bank Transaction Types | -**contact** | [**Contact**](Contact.md) | | +**contact** | [**Contact**](Contact.md) | | [optional] **line_items** | [**list[LineItem]**](LineItem.md) | See LineItems | **bank_account** | [**Account**](Account.md) | | **is_reconciled** | **bool** | Boolean to show if transaction is reconciled | [optional] diff --git a/xero_python/accounting/models/__init__.py b/xero_python/accounting/models/__init__.py index 674a8daf..ec3a9321 100644 --- a/xero_python/accounting/models/__init__.py +++ b/xero_python/accounting/models/__init__.py @@ -6,7 +6,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/account.py b/xero_python/accounting/models/account.py index 7e7abd89..47bb19ea 100644 --- a/xero_python/accounting/models/account.py +++ b/xero_python/accounting/models/account.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/account_type.py b/xero_python/accounting/models/account_type.py index c2d2d14d..ccc77720 100644 --- a/xero_python/accounting/models/account_type.py +++ b/xero_python/accounting/models/account_type.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/accounts.py b/xero_python/accounting/models/accounts.py index 37a4789d..8b5843c8 100644 --- a/xero_python/accounting/models/accounts.py +++ b/xero_python/accounting/models/accounts.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/accounts_payable.py b/xero_python/accounting/models/accounts_payable.py index 3521bec3..baa2172e 100644 --- a/xero_python/accounting/models/accounts_payable.py +++ b/xero_python/accounting/models/accounts_payable.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/accounts_receivable.py b/xero_python/accounting/models/accounts_receivable.py index fb77a830..15c027e2 100644 --- a/xero_python/accounting/models/accounts_receivable.py +++ b/xero_python/accounting/models/accounts_receivable.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/address.py b/xero_python/accounting/models/address.py index fbdf1419..c7306590 100644 --- a/xero_python/accounting/models/address.py +++ b/xero_python/accounting/models/address.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/allocation.py b/xero_python/accounting/models/allocation.py index 440abe4f..b7a015cb 100644 --- a/xero_python/accounting/models/allocation.py +++ b/xero_python/accounting/models/allocation.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/allocations.py b/xero_python/accounting/models/allocations.py index 99aa837c..e9dd1c87 100644 --- a/xero_python/accounting/models/allocations.py +++ b/xero_python/accounting/models/allocations.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/attachment.py b/xero_python/accounting/models/attachment.py index 6f6a3f08..ed572d3f 100644 --- a/xero_python/accounting/models/attachment.py +++ b/xero_python/accounting/models/attachment.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/attachments.py b/xero_python/accounting/models/attachments.py index 18b0d653..21dbd849 100644 --- a/xero_python/accounting/models/attachments.py +++ b/xero_python/accounting/models/attachments.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/balances.py b/xero_python/accounting/models/balances.py index b95d4610..ea242101 100644 --- a/xero_python/accounting/models/balances.py +++ b/xero_python/accounting/models/balances.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/bank_transaction.py b/xero_python/accounting/models/bank_transaction.py index fc080570..1c89b1e6 100644 --- a/xero_python/accounting/models/bank_transaction.py +++ b/xero_python/accounting/models/bank_transaction.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ @@ -132,7 +132,8 @@ def __init__( self.discriminator = None self.type = type - self.contact = contact + if contact is not None: + self.contact = contact self.line_items = line_items self.bank_account = bank_account if is_reconciled is not None: @@ -234,10 +235,6 @@ def contact(self, contact): :param contact: The contact of this BankTransaction. # noqa: E501 :type: Contact """ - if contact is None: - raise ValueError( - "Invalid value for `contact`, must not be `None`" - ) # noqa: E501 self._contact = contact diff --git a/xero_python/accounting/models/bank_transactions.py b/xero_python/accounting/models/bank_transactions.py index 0bd2a851..a2f22987 100644 --- a/xero_python/accounting/models/bank_transactions.py +++ b/xero_python/accounting/models/bank_transactions.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/bank_transfer.py b/xero_python/accounting/models/bank_transfer.py index 34307a72..f1252a8e 100644 --- a/xero_python/accounting/models/bank_transfer.py +++ b/xero_python/accounting/models/bank_transfer.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/bank_transfers.py b/xero_python/accounting/models/bank_transfers.py index e925c669..f2efd100 100644 --- a/xero_python/accounting/models/bank_transfers.py +++ b/xero_python/accounting/models/bank_transfers.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/batch_payment.py b/xero_python/accounting/models/batch_payment.py index bb2823ed..8e6ab2a2 100644 --- a/xero_python/accounting/models/batch_payment.py +++ b/xero_python/accounting/models/batch_payment.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/batch_payment_details.py b/xero_python/accounting/models/batch_payment_details.py index a954f5b4..691e142c 100644 --- a/xero_python/accounting/models/batch_payment_details.py +++ b/xero_python/accounting/models/batch_payment_details.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/batch_payments.py b/xero_python/accounting/models/batch_payments.py index 1260fe10..eb98413c 100644 --- a/xero_python/accounting/models/batch_payments.py +++ b/xero_python/accounting/models/batch_payments.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/bill.py b/xero_python/accounting/models/bill.py index 564a2536..a6b7117b 100644 --- a/xero_python/accounting/models/bill.py +++ b/xero_python/accounting/models/bill.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/branding_theme.py b/xero_python/accounting/models/branding_theme.py index d1e462f6..ae4810b4 100644 --- a/xero_python/accounting/models/branding_theme.py +++ b/xero_python/accounting/models/branding_theme.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/branding_themes.py b/xero_python/accounting/models/branding_themes.py index 9a43af81..0533ef87 100644 --- a/xero_python/accounting/models/branding_themes.py +++ b/xero_python/accounting/models/branding_themes.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/cis_org_setting.py b/xero_python/accounting/models/cis_org_setting.py index 2dc09580..3339fac7 100644 --- a/xero_python/accounting/models/cis_org_setting.py +++ b/xero_python/accounting/models/cis_org_setting.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/cis_setting.py b/xero_python/accounting/models/cis_setting.py index 4fc26998..6528f3a5 100644 --- a/xero_python/accounting/models/cis_setting.py +++ b/xero_python/accounting/models/cis_setting.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/cis_settings.py b/xero_python/accounting/models/cis_settings.py index ac861fe6..cf7d1d6a 100644 --- a/xero_python/accounting/models/cis_settings.py +++ b/xero_python/accounting/models/cis_settings.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/contact.py b/xero_python/accounting/models/contact.py index 14bdd808..76fbc276 100644 --- a/xero_python/accounting/models/contact.py +++ b/xero_python/accounting/models/contact.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/contact_group.py b/xero_python/accounting/models/contact_group.py index 18352da5..01cec689 100644 --- a/xero_python/accounting/models/contact_group.py +++ b/xero_python/accounting/models/contact_group.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/contact_groups.py b/xero_python/accounting/models/contact_groups.py index b800124b..92077646 100644 --- a/xero_python/accounting/models/contact_groups.py +++ b/xero_python/accounting/models/contact_groups.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/contact_person.py b/xero_python/accounting/models/contact_person.py index 6809b9dc..f32f5a01 100644 --- a/xero_python/accounting/models/contact_person.py +++ b/xero_python/accounting/models/contact_person.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/contacts.py b/xero_python/accounting/models/contacts.py index 731c870a..f14aa427 100644 --- a/xero_python/accounting/models/contacts.py +++ b/xero_python/accounting/models/contacts.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/country_code.py b/xero_python/accounting/models/country_code.py index ab3f6ee9..7902bb42 100644 --- a/xero_python/accounting/models/country_code.py +++ b/xero_python/accounting/models/country_code.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/credit_note.py b/xero_python/accounting/models/credit_note.py index 2b56f2b4..3d09e5f0 100644 --- a/xero_python/accounting/models/credit_note.py +++ b/xero_python/accounting/models/credit_note.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/credit_notes.py b/xero_python/accounting/models/credit_notes.py index f2deb0bc..a6307667 100644 --- a/xero_python/accounting/models/credit_notes.py +++ b/xero_python/accounting/models/credit_notes.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/currencies.py b/xero_python/accounting/models/currencies.py index ca2b971b..c946f640 100644 --- a/xero_python/accounting/models/currencies.py +++ b/xero_python/accounting/models/currencies.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/currency.py b/xero_python/accounting/models/currency.py index 680e6f21..5a579521 100644 --- a/xero_python/accounting/models/currency.py +++ b/xero_python/accounting/models/currency.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/currency_code.py b/xero_python/accounting/models/currency_code.py index be1031b1..5093594f 100644 --- a/xero_python/accounting/models/currency_code.py +++ b/xero_python/accounting/models/currency_code.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/element.py b/xero_python/accounting/models/element.py index 4e7936dd..68003d0c 100644 --- a/xero_python/accounting/models/element.py +++ b/xero_python/accounting/models/element.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/employee.py b/xero_python/accounting/models/employee.py index 3a423a36..cee64643 100644 --- a/xero_python/accounting/models/employee.py +++ b/xero_python/accounting/models/employee.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ @@ -135,7 +135,13 @@ def status(self, status): :param status: The status of this Employee. # noqa: E501 :type: str """ - allowed_values = ["ACTIVE", "ARCHIVED", "GDPRREQUEST", "None"] # noqa: E501 + allowed_values = [ + "ACTIVE", + "ARCHIVED", + "GDPRREQUEST", + "DELETED", + "None", + ] # noqa: E501 if status not in allowed_values: raise ValueError( "Invalid value for `status` ({0}), must be one of {1}".format( # noqa: E501 diff --git a/xero_python/accounting/models/employees.py b/xero_python/accounting/models/employees.py index 831021e0..e70ee7e3 100644 --- a/xero_python/accounting/models/employees.py +++ b/xero_python/accounting/models/employees.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/error.py b/xero_python/accounting/models/error.py index 74e7d1fe..da9a902f 100644 --- a/xero_python/accounting/models/error.py +++ b/xero_python/accounting/models/error.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/expense_claim.py b/xero_python/accounting/models/expense_claim.py index 2a49b2d8..6a13e22a 100644 --- a/xero_python/accounting/models/expense_claim.py +++ b/xero_python/accounting/models/expense_claim.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/expense_claims.py b/xero_python/accounting/models/expense_claims.py index f615452f..d5eb5f49 100644 --- a/xero_python/accounting/models/expense_claims.py +++ b/xero_python/accounting/models/expense_claims.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/external_link.py b/xero_python/accounting/models/external_link.py index 2d8268ba..4956874e 100644 --- a/xero_python/accounting/models/external_link.py +++ b/xero_python/accounting/models/external_link.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/history_record.py b/xero_python/accounting/models/history_record.py index 65eaf209..506cb6ac 100644 --- a/xero_python/accounting/models/history_record.py +++ b/xero_python/accounting/models/history_record.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/history_records.py b/xero_python/accounting/models/history_records.py index 2e51fd88..a01353ee 100644 --- a/xero_python/accounting/models/history_records.py +++ b/xero_python/accounting/models/history_records.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/invoice.py b/xero_python/accounting/models/invoice.py index 7a50ca4b..52371377 100644 --- a/xero_python/accounting/models/invoice.py +++ b/xero_python/accounting/models/invoice.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/invoice_reminder.py b/xero_python/accounting/models/invoice_reminder.py index 0a8cf589..060ef0ae 100644 --- a/xero_python/accounting/models/invoice_reminder.py +++ b/xero_python/accounting/models/invoice_reminder.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/invoice_reminders.py b/xero_python/accounting/models/invoice_reminders.py index 0fed7d7d..ffd99c3b 100644 --- a/xero_python/accounting/models/invoice_reminders.py +++ b/xero_python/accounting/models/invoice_reminders.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/invoices.py b/xero_python/accounting/models/invoices.py index c851b26e..c3076d6c 100644 --- a/xero_python/accounting/models/invoices.py +++ b/xero_python/accounting/models/invoices.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/item.py b/xero_python/accounting/models/item.py index 9830b1b2..06b43c13 100644 --- a/xero_python/accounting/models/item.py +++ b/xero_python/accounting/models/item.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/items.py b/xero_python/accounting/models/items.py index f23a3bb0..d8bea60a 100644 --- a/xero_python/accounting/models/items.py +++ b/xero_python/accounting/models/items.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/journal.py b/xero_python/accounting/models/journal.py index c7992ae8..b3228b21 100644 --- a/xero_python/accounting/models/journal.py +++ b/xero_python/accounting/models/journal.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/journal_line.py b/xero_python/accounting/models/journal_line.py index 95ff3bd4..fe27fe14 100644 --- a/xero_python/accounting/models/journal_line.py +++ b/xero_python/accounting/models/journal_line.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/journals.py b/xero_python/accounting/models/journals.py index 5c72b770..85554141 100644 --- a/xero_python/accounting/models/journals.py +++ b/xero_python/accounting/models/journals.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/line_amount_types.py b/xero_python/accounting/models/line_amount_types.py index 96958506..0ffdcb0a 100644 --- a/xero_python/accounting/models/line_amount_types.py +++ b/xero_python/accounting/models/line_amount_types.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/line_item.py b/xero_python/accounting/models/line_item.py index 9664e8d4..1ebcbdc6 100644 --- a/xero_python/accounting/models/line_item.py +++ b/xero_python/accounting/models/line_item.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/line_item_tracking.py b/xero_python/accounting/models/line_item_tracking.py index 30ee76bf..242fa9ad 100644 --- a/xero_python/accounting/models/line_item_tracking.py +++ b/xero_python/accounting/models/line_item_tracking.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/linked_transaction.py b/xero_python/accounting/models/linked_transaction.py index bc4dae3c..e25a6c6d 100644 --- a/xero_python/accounting/models/linked_transaction.py +++ b/xero_python/accounting/models/linked_transaction.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/linked_transactions.py b/xero_python/accounting/models/linked_transactions.py index 7bc015f9..ef1cafed 100644 --- a/xero_python/accounting/models/linked_transactions.py +++ b/xero_python/accounting/models/linked_transactions.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/manual_journal.py b/xero_python/accounting/models/manual_journal.py index 85bfd80b..086c250a 100644 --- a/xero_python/accounting/models/manual_journal.py +++ b/xero_python/accounting/models/manual_journal.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/manual_journal_line.py b/xero_python/accounting/models/manual_journal_line.py index 40c62235..0134f110 100644 --- a/xero_python/accounting/models/manual_journal_line.py +++ b/xero_python/accounting/models/manual_journal_line.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/manual_journals.py b/xero_python/accounting/models/manual_journals.py index d86e9635..2ec6db17 100644 --- a/xero_python/accounting/models/manual_journals.py +++ b/xero_python/accounting/models/manual_journals.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/online_invoice.py b/xero_python/accounting/models/online_invoice.py index 2968395d..f21f9fd9 100644 --- a/xero_python/accounting/models/online_invoice.py +++ b/xero_python/accounting/models/online_invoice.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/online_invoices.py b/xero_python/accounting/models/online_invoices.py index 58a8d349..8ae1a095 100644 --- a/xero_python/accounting/models/online_invoices.py +++ b/xero_python/accounting/models/online_invoices.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/organisation.py b/xero_python/accounting/models/organisation.py index a0b658f2..77d622b2 100644 --- a/xero_python/accounting/models/organisation.py +++ b/xero_python/accounting/models/organisation.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/organisations.py b/xero_python/accounting/models/organisations.py index 82955d8f..9bb25d72 100644 --- a/xero_python/accounting/models/organisations.py +++ b/xero_python/accounting/models/organisations.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/overpayment.py b/xero_python/accounting/models/overpayment.py index 3c32328b..b9ffef43 100644 --- a/xero_python/accounting/models/overpayment.py +++ b/xero_python/accounting/models/overpayment.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/overpayments.py b/xero_python/accounting/models/overpayments.py index 143f11f1..3db3608e 100644 --- a/xero_python/accounting/models/overpayments.py +++ b/xero_python/accounting/models/overpayments.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/payment.py b/xero_python/accounting/models/payment.py index 2c200724..d48f5ebc 100644 --- a/xero_python/accounting/models/payment.py +++ b/xero_python/accounting/models/payment.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/payment_delete.py b/xero_python/accounting/models/payment_delete.py index 45749929..8ee5a1ab 100644 --- a/xero_python/accounting/models/payment_delete.py +++ b/xero_python/accounting/models/payment_delete.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/payment_service.py b/xero_python/accounting/models/payment_service.py index f63a2309..0e317d18 100644 --- a/xero_python/accounting/models/payment_service.py +++ b/xero_python/accounting/models/payment_service.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/payment_services.py b/xero_python/accounting/models/payment_services.py index 26e1f262..4ff6da19 100644 --- a/xero_python/accounting/models/payment_services.py +++ b/xero_python/accounting/models/payment_services.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/payment_term.py b/xero_python/accounting/models/payment_term.py index ceb8325a..bc8bdd4b 100644 --- a/xero_python/accounting/models/payment_term.py +++ b/xero_python/accounting/models/payment_term.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/payment_term_type.py b/xero_python/accounting/models/payment_term_type.py index 69b98e06..63279b4e 100644 --- a/xero_python/accounting/models/payment_term_type.py +++ b/xero_python/accounting/models/payment_term_type.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/payments.py b/xero_python/accounting/models/payments.py index ce5542b5..b24dba7a 100644 --- a/xero_python/accounting/models/payments.py +++ b/xero_python/accounting/models/payments.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/phone.py b/xero_python/accounting/models/phone.py index 51e89152..7bd35efb 100644 --- a/xero_python/accounting/models/phone.py +++ b/xero_python/accounting/models/phone.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/prepayment.py b/xero_python/accounting/models/prepayment.py index 962db694..49bd5936 100644 --- a/xero_python/accounting/models/prepayment.py +++ b/xero_python/accounting/models/prepayment.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/prepayments.py b/xero_python/accounting/models/prepayments.py index 258a49a3..94c0aaf8 100644 --- a/xero_python/accounting/models/prepayments.py +++ b/xero_python/accounting/models/prepayments.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/purchase.py b/xero_python/accounting/models/purchase.py index 5db421dd..06798627 100644 --- a/xero_python/accounting/models/purchase.py +++ b/xero_python/accounting/models/purchase.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/purchase_order.py b/xero_python/accounting/models/purchase_order.py index 86f10062..0a6d2dbe 100644 --- a/xero_python/accounting/models/purchase_order.py +++ b/xero_python/accounting/models/purchase_order.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/purchase_orders.py b/xero_python/accounting/models/purchase_orders.py index ef1145bf..532a0981 100644 --- a/xero_python/accounting/models/purchase_orders.py +++ b/xero_python/accounting/models/purchase_orders.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/quote.py b/xero_python/accounting/models/quote.py index 05bdbb61..c0c8bc7c 100644 --- a/xero_python/accounting/models/quote.py +++ b/xero_python/accounting/models/quote.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/quote_line_amount_types.py b/xero_python/accounting/models/quote_line_amount_types.py index e87814dd..b75e194d 100644 --- a/xero_python/accounting/models/quote_line_amount_types.py +++ b/xero_python/accounting/models/quote_line_amount_types.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/quote_status_codes.py b/xero_python/accounting/models/quote_status_codes.py index fbe59f71..3d9f8b89 100644 --- a/xero_python/accounting/models/quote_status_codes.py +++ b/xero_python/accounting/models/quote_status_codes.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/quotes.py b/xero_python/accounting/models/quotes.py index 583dc8e7..7e785c4c 100644 --- a/xero_python/accounting/models/quotes.py +++ b/xero_python/accounting/models/quotes.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/receipt.py b/xero_python/accounting/models/receipt.py index 979d1147..0c7aba62 100644 --- a/xero_python/accounting/models/receipt.py +++ b/xero_python/accounting/models/receipt.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/receipts.py b/xero_python/accounting/models/receipts.py index 77785a4a..a53f6ab3 100644 --- a/xero_python/accounting/models/receipts.py +++ b/xero_python/accounting/models/receipts.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/repeating_invoice.py b/xero_python/accounting/models/repeating_invoice.py index f6ceee3c..05dc0d00 100644 --- a/xero_python/accounting/models/repeating_invoice.py +++ b/xero_python/accounting/models/repeating_invoice.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/repeating_invoices.py b/xero_python/accounting/models/repeating_invoices.py index 36fe56ef..7b256d1c 100644 --- a/xero_python/accounting/models/repeating_invoices.py +++ b/xero_python/accounting/models/repeating_invoices.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/report.py b/xero_python/accounting/models/report.py index 6132229f..fce41b6c 100644 --- a/xero_python/accounting/models/report.py +++ b/xero_python/accounting/models/report.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/report_attribute.py b/xero_python/accounting/models/report_attribute.py index 0584af63..c95f26af 100644 --- a/xero_python/accounting/models/report_attribute.py +++ b/xero_python/accounting/models/report_attribute.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/report_cell.py b/xero_python/accounting/models/report_cell.py index 4547e83b..98bbd22e 100644 --- a/xero_python/accounting/models/report_cell.py +++ b/xero_python/accounting/models/report_cell.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/report_fields.py b/xero_python/accounting/models/report_fields.py index 5a585f50..fcfd518c 100644 --- a/xero_python/accounting/models/report_fields.py +++ b/xero_python/accounting/models/report_fields.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/report_row.py b/xero_python/accounting/models/report_row.py index 0a4a68f0..193d88a6 100644 --- a/xero_python/accounting/models/report_row.py +++ b/xero_python/accounting/models/report_row.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/report_rows.py b/xero_python/accounting/models/report_rows.py index 1de6d72e..3fa71994 100644 --- a/xero_python/accounting/models/report_rows.py +++ b/xero_python/accounting/models/report_rows.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/report_with_row.py b/xero_python/accounting/models/report_with_row.py index 95e91231..96a2beb5 100644 --- a/xero_python/accounting/models/report_with_row.py +++ b/xero_python/accounting/models/report_with_row.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/report_with_rows.py b/xero_python/accounting/models/report_with_rows.py index 9aec3336..c09f6793 100644 --- a/xero_python/accounting/models/report_with_rows.py +++ b/xero_python/accounting/models/report_with_rows.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/reports.py b/xero_python/accounting/models/reports.py index 7e990168..e4cc0cdc 100644 --- a/xero_python/accounting/models/reports.py +++ b/xero_python/accounting/models/reports.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/request_empty.py b/xero_python/accounting/models/request_empty.py index dcabb763..d90e63c9 100644 --- a/xero_python/accounting/models/request_empty.py +++ b/xero_python/accounting/models/request_empty.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/row_type.py b/xero_python/accounting/models/row_type.py index 412f4a41..a5f56977 100644 --- a/xero_python/accounting/models/row_type.py +++ b/xero_python/accounting/models/row_type.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/sales_tracking_category.py b/xero_python/accounting/models/sales_tracking_category.py index 02e8e18b..176ed0e5 100644 --- a/xero_python/accounting/models/sales_tracking_category.py +++ b/xero_python/accounting/models/sales_tracking_category.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/schedule.py b/xero_python/accounting/models/schedule.py index cf80c876..d910a327 100644 --- a/xero_python/accounting/models/schedule.py +++ b/xero_python/accounting/models/schedule.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/tax_component.py b/xero_python/accounting/models/tax_component.py index 66c2293f..388ebbbf 100644 --- a/xero_python/accounting/models/tax_component.py +++ b/xero_python/accounting/models/tax_component.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/tax_rate.py b/xero_python/accounting/models/tax_rate.py index c155c205..6fa88306 100644 --- a/xero_python/accounting/models/tax_rate.py +++ b/xero_python/accounting/models/tax_rate.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/tax_rates.py b/xero_python/accounting/models/tax_rates.py index a80a57e9..0f0fc9ea 100644 --- a/xero_python/accounting/models/tax_rates.py +++ b/xero_python/accounting/models/tax_rates.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/tax_type.py b/xero_python/accounting/models/tax_type.py index e661f68b..37f71904 100644 --- a/xero_python/accounting/models/tax_type.py +++ b/xero_python/accounting/models/tax_type.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/ten_ninety_nine_contact.py b/xero_python/accounting/models/ten_ninety_nine_contact.py index 56b35c54..f3081a82 100644 --- a/xero_python/accounting/models/ten_ninety_nine_contact.py +++ b/xero_python/accounting/models/ten_ninety_nine_contact.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/time_zone.py b/xero_python/accounting/models/time_zone.py index 4112a639..c28aef6c 100644 --- a/xero_python/accounting/models/time_zone.py +++ b/xero_python/accounting/models/time_zone.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/tracking_categories.py b/xero_python/accounting/models/tracking_categories.py index 855e5d14..2dcc9d22 100644 --- a/xero_python/accounting/models/tracking_categories.py +++ b/xero_python/accounting/models/tracking_categories.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/tracking_category.py b/xero_python/accounting/models/tracking_category.py index 3db3a3c1..ce94c8a0 100644 --- a/xero_python/accounting/models/tracking_category.py +++ b/xero_python/accounting/models/tracking_category.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/tracking_option.py b/xero_python/accounting/models/tracking_option.py index c6ba3a1b..71eb015b 100644 --- a/xero_python/accounting/models/tracking_option.py +++ b/xero_python/accounting/models/tracking_option.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/tracking_options.py b/xero_python/accounting/models/tracking_options.py index 36884bf1..53bdbc2e 100644 --- a/xero_python/accounting/models/tracking_options.py +++ b/xero_python/accounting/models/tracking_options.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/user.py b/xero_python/accounting/models/user.py index 181e0b8a..d22bb69d 100644 --- a/xero_python/accounting/models/user.py +++ b/xero_python/accounting/models/user.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/users.py b/xero_python/accounting/models/users.py index 34f1a06a..09482dea 100644 --- a/xero_python/accounting/models/users.py +++ b/xero_python/accounting/models/users.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/accounting/models/validation_error.py b/xero_python/accounting/models/validation_error.py index a298fd91..d3dacd3f 100644 --- a/xero_python/accounting/models/validation_error.py +++ b/xero_python/accounting/models/validation_error.py @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/assets/__init__.py b/xero_python/assets/__init__.py index 89f8688d..80a19a8d 100644 --- a/xero_python/assets/__init__.py +++ b/xero_python/assets/__init__.py @@ -7,7 +7,7 @@ This is the Xero Assets API # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/assets/api/asset_api.py b/xero_python/assets/api/asset_api.py index 5801dd96..823dd893 100644 --- a/xero_python/assets/api/asset_api.py +++ b/xero_python/assets/api/asset_api.py @@ -5,7 +5,7 @@ This is the Xero Assets API # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/assets/models/__init__.py b/xero_python/assets/models/__init__.py index 6fb80f83..ea5e74a6 100644 --- a/xero_python/assets/models/__init__.py +++ b/xero_python/assets/models/__init__.py @@ -6,7 +6,7 @@ This is the Xero Assets API # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/assets/models/asset.py b/xero_python/assets/models/asset.py index 5fe407ef..2a25b067 100644 --- a/xero_python/assets/models/asset.py +++ b/xero_python/assets/models/asset.py @@ -5,7 +5,7 @@ This is the Xero Assets API # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/assets/models/asset_status.py b/xero_python/assets/models/asset_status.py index 694d4998..c7e75021 100644 --- a/xero_python/assets/models/asset_status.py +++ b/xero_python/assets/models/asset_status.py @@ -5,7 +5,7 @@ This is the Xero Assets API # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/assets/models/asset_status_query_param.py b/xero_python/assets/models/asset_status_query_param.py index f54cada9..7573324f 100644 --- a/xero_python/assets/models/asset_status_query_param.py +++ b/xero_python/assets/models/asset_status_query_param.py @@ -5,7 +5,7 @@ This is the Xero Assets API # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/assets/models/asset_type.py b/xero_python/assets/models/asset_type.py index bcc7cb0d..c6dc60bf 100644 --- a/xero_python/assets/models/asset_type.py +++ b/xero_python/assets/models/asset_type.py @@ -5,7 +5,7 @@ This is the Xero Assets API # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/assets/models/assets.py b/xero_python/assets/models/assets.py index 350e01a1..94e8ba41 100644 --- a/xero_python/assets/models/assets.py +++ b/xero_python/assets/models/assets.py @@ -5,7 +5,7 @@ This is the Xero Assets API # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/assets/models/book_depreciation_detail.py b/xero_python/assets/models/book_depreciation_detail.py index 76cabca6..f5692f6c 100644 --- a/xero_python/assets/models/book_depreciation_detail.py +++ b/xero_python/assets/models/book_depreciation_detail.py @@ -5,7 +5,7 @@ This is the Xero Assets API # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/assets/models/book_depreciation_setting.py b/xero_python/assets/models/book_depreciation_setting.py index 0f00179a..c3a10ffc 100644 --- a/xero_python/assets/models/book_depreciation_setting.py +++ b/xero_python/assets/models/book_depreciation_setting.py @@ -5,7 +5,7 @@ This is the Xero Assets API # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/assets/models/error.py b/xero_python/assets/models/error.py index 5deec7e8..7b41f62f 100644 --- a/xero_python/assets/models/error.py +++ b/xero_python/assets/models/error.py @@ -5,7 +5,7 @@ This is the Xero Assets API # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/assets/models/field_validation_errors_element.py b/xero_python/assets/models/field_validation_errors_element.py index 1d47bc33..ee023171 100644 --- a/xero_python/assets/models/field_validation_errors_element.py +++ b/xero_python/assets/models/field_validation_errors_element.py @@ -5,7 +5,7 @@ This is the Xero Assets API # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/assets/models/pagination.py b/xero_python/assets/models/pagination.py index 9ff75793..aba1a297 100644 --- a/xero_python/assets/models/pagination.py +++ b/xero_python/assets/models/pagination.py @@ -5,7 +5,7 @@ This is the Xero Assets API # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/assets/models/resource_validation_errors_element.py b/xero_python/assets/models/resource_validation_errors_element.py index 53634f4a..50548a22 100644 --- a/xero_python/assets/models/resource_validation_errors_element.py +++ b/xero_python/assets/models/resource_validation_errors_element.py @@ -5,7 +5,7 @@ This is the Xero Assets API # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/assets/models/setting.py b/xero_python/assets/models/setting.py index ef235b05..c913bdf7 100644 --- a/xero_python/assets/models/setting.py +++ b/xero_python/assets/models/setting.py @@ -5,7 +5,7 @@ This is the Xero Assets API # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/docs/README.md b/xero_python/docs/README.md index 940067a5..4c131fb6 100644 --- a/xero_python/docs/README.md +++ b/xero_python/docs/README.md @@ -3,8 +3,8 @@ This specifing endpoints related to managing authentication tokens and identity The `xero_python` package is automatically generated by the [XeroAPI SDK 2.0 Codegen](https://github.com/xero-github/xeroapi-sdk-codegen) project: -- API version: 2.2.12 -- Package version: 1.0.7 +- API version: 2.2.13 +- Package version: 1.0.8 - Build package: org.openapitools.codegen.languages.PythonClientCodegen For more information, please visit [https://developer.xero.com](https://developer.xero.com) diff --git a/xero_python/identity/__init__.py b/xero_python/identity/__init__.py index e5c793f3..0c5063b6 100644 --- a/xero_python/identity/__init__.py +++ b/xero_python/identity/__init__.py @@ -7,7 +7,7 @@ This specifing endpoints related to managing authentication tokens and identity for Xero API # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/identity/api/identity_api.py b/xero_python/identity/api/identity_api.py index 9a13af46..2abf1b94 100644 --- a/xero_python/identity/api/identity_api.py +++ b/xero_python/identity/api/identity_api.py @@ -5,7 +5,7 @@ This specifing endpoints related to managing authentication tokens and identity for Xero API # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/identity/models/__init__.py b/xero_python/identity/models/__init__.py index a3c9acb6..5f6b65a6 100644 --- a/xero_python/identity/models/__init__.py +++ b/xero_python/identity/models/__init__.py @@ -6,7 +6,7 @@ This specifing endpoints related to managing authentication tokens and identity for Xero API # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/identity/models/access_token.py b/xero_python/identity/models/access_token.py index ded04e34..c28c5d06 100644 --- a/xero_python/identity/models/access_token.py +++ b/xero_python/identity/models/access_token.py @@ -5,7 +5,7 @@ This specifing endpoints related to managing authentication tokens and identity for Xero API # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/identity/models/connection.py b/xero_python/identity/models/connection.py index b01fd959..d12f3619 100644 --- a/xero_python/identity/models/connection.py +++ b/xero_python/identity/models/connection.py @@ -5,7 +5,7 @@ This specifing endpoints related to managing authentication tokens and identity for Xero API # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/identity/models/refresh_token.py b/xero_python/identity/models/refresh_token.py index 2e728203..e2c26de4 100644 --- a/xero_python/identity/models/refresh_token.py +++ b/xero_python/identity/models/refresh_token.py @@ -5,7 +5,7 @@ This specifing endpoints related to managing authentication tokens and identity for Xero API # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/__init__.py b/xero_python/payrollau/__init__.py index 720262c8..5b1a7781 100644 --- a/xero_python/payrollau/__init__.py +++ b/xero_python/payrollau/__init__.py @@ -7,7 +7,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/api/payroll_au_api.py b/xero_python/payrollau/api/payroll_au_api.py index 3249557f..f167d44a 100644 --- a/xero_python/payrollau/api/payroll_au_api.py +++ b/xero_python/payrollau/api/payroll_au_api.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/__init__.py b/xero_python/payrollau/models/__init__.py index 2dc064d3..03df0980 100644 --- a/xero_python/payrollau/models/__init__.py +++ b/xero_python/payrollau/models/__init__.py @@ -6,7 +6,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/account.py b/xero_python/payrollau/models/account.py index c4430f41..a5ce7092 100644 --- a/xero_python/payrollau/models/account.py +++ b/xero_python/payrollau/models/account.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/account_type.py b/xero_python/payrollau/models/account_type.py index 07da0ade..058c4d1a 100644 --- a/xero_python/payrollau/models/account_type.py +++ b/xero_python/payrollau/models/account_type.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/allowance_type.py b/xero_python/payrollau/models/allowance_type.py index 9fa6a3ca..560c0c64 100644 --- a/xero_python/payrollau/models/allowance_type.py +++ b/xero_python/payrollau/models/allowance_type.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/api_exception.py b/xero_python/payrollau/models/api_exception.py index aadb8061..ffc99c86 100644 --- a/xero_python/payrollau/models/api_exception.py +++ b/xero_python/payrollau/models/api_exception.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/bank_account.py b/xero_python/payrollau/models/bank_account.py index 3d2026ac..19a26b84 100644 --- a/xero_python/payrollau/models/bank_account.py +++ b/xero_python/payrollau/models/bank_account.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/calendar_type.py b/xero_python/payrollau/models/calendar_type.py index e3d7f260..84b32afc 100644 --- a/xero_python/payrollau/models/calendar_type.py +++ b/xero_python/payrollau/models/calendar_type.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/deduction_line.py b/xero_python/payrollau/models/deduction_line.py index 343f4fc0..1d8cd371 100644 --- a/xero_python/payrollau/models/deduction_line.py +++ b/xero_python/payrollau/models/deduction_line.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/deduction_type.py b/xero_python/payrollau/models/deduction_type.py index 99cf2055..48a09ac3 100644 --- a/xero_python/payrollau/models/deduction_type.py +++ b/xero_python/payrollau/models/deduction_type.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/deduction_type_calculation_type.py b/xero_python/payrollau/models/deduction_type_calculation_type.py index 21eede3c..21e021c4 100644 --- a/xero_python/payrollau/models/deduction_type_calculation_type.py +++ b/xero_python/payrollau/models/deduction_type_calculation_type.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/earnings_line.py b/xero_python/payrollau/models/earnings_line.py index 2549b1d1..8e30378a 100644 --- a/xero_python/payrollau/models/earnings_line.py +++ b/xero_python/payrollau/models/earnings_line.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/earnings_rate.py b/xero_python/payrollau/models/earnings_rate.py index 17616e2f..05aea68d 100644 --- a/xero_python/payrollau/models/earnings_rate.py +++ b/xero_python/payrollau/models/earnings_rate.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/earnings_rate_calculation_type.py b/xero_python/payrollau/models/earnings_rate_calculation_type.py index 7d8367b2..dc2f3292 100644 --- a/xero_python/payrollau/models/earnings_rate_calculation_type.py +++ b/xero_python/payrollau/models/earnings_rate_calculation_type.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/earnings_type.py b/xero_python/payrollau/models/earnings_type.py index 6d70f8ba..e740478b 100644 --- a/xero_python/payrollau/models/earnings_type.py +++ b/xero_python/payrollau/models/earnings_type.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/employee.py b/xero_python/payrollau/models/employee.py index 6703a1de..1b645b92 100644 --- a/xero_python/payrollau/models/employee.py +++ b/xero_python/payrollau/models/employee.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/employee_status.py b/xero_python/payrollau/models/employee_status.py index f10ab677..cf8a3e6d 100644 --- a/xero_python/payrollau/models/employee_status.py +++ b/xero_python/payrollau/models/employee_status.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/employees.py b/xero_python/payrollau/models/employees.py index 980398b6..9a5e40e6 100644 --- a/xero_python/payrollau/models/employees.py +++ b/xero_python/payrollau/models/employees.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/employment_basis.py b/xero_python/payrollau/models/employment_basis.py index a94b8432..8d53e352 100644 --- a/xero_python/payrollau/models/employment_basis.py +++ b/xero_python/payrollau/models/employment_basis.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/employment_termination_payment_type.py b/xero_python/payrollau/models/employment_termination_payment_type.py index 17f2e138..5ba6b6ae 100644 --- a/xero_python/payrollau/models/employment_termination_payment_type.py +++ b/xero_python/payrollau/models/employment_termination_payment_type.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/entitlement_final_pay_payout_type.py b/xero_python/payrollau/models/entitlement_final_pay_payout_type.py index 8057d57c..5276358f 100644 --- a/xero_python/payrollau/models/entitlement_final_pay_payout_type.py +++ b/xero_python/payrollau/models/entitlement_final_pay_payout_type.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/home_address.py b/xero_python/payrollau/models/home_address.py index 1a6ab61e..f31f589f 100644 --- a/xero_python/payrollau/models/home_address.py +++ b/xero_python/payrollau/models/home_address.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/leave_accrual_line.py b/xero_python/payrollau/models/leave_accrual_line.py index ebf09ca2..dc6d6bc6 100644 --- a/xero_python/payrollau/models/leave_accrual_line.py +++ b/xero_python/payrollau/models/leave_accrual_line.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/leave_application.py b/xero_python/payrollau/models/leave_application.py index f28859b5..c60f3a07 100644 --- a/xero_python/payrollau/models/leave_application.py +++ b/xero_python/payrollau/models/leave_application.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/leave_applications.py b/xero_python/payrollau/models/leave_applications.py index d2adbe69..39b88a62 100644 --- a/xero_python/payrollau/models/leave_applications.py +++ b/xero_python/payrollau/models/leave_applications.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/leave_balance.py b/xero_python/payrollau/models/leave_balance.py index bc37de73..40eee91b 100644 --- a/xero_python/payrollau/models/leave_balance.py +++ b/xero_python/payrollau/models/leave_balance.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/leave_earnings_line.py b/xero_python/payrollau/models/leave_earnings_line.py index 28ef7142..9e34fa02 100644 --- a/xero_python/payrollau/models/leave_earnings_line.py +++ b/xero_python/payrollau/models/leave_earnings_line.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/leave_line.py b/xero_python/payrollau/models/leave_line.py index dfcc947b..28ffe0cf 100644 --- a/xero_python/payrollau/models/leave_line.py +++ b/xero_python/payrollau/models/leave_line.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/leave_line_calculation_type.py b/xero_python/payrollau/models/leave_line_calculation_type.py index 0cfe9233..4637b60a 100644 --- a/xero_python/payrollau/models/leave_line_calculation_type.py +++ b/xero_python/payrollau/models/leave_line_calculation_type.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/leave_lines.py b/xero_python/payrollau/models/leave_lines.py index 8635ce68..b8e40a31 100644 --- a/xero_python/payrollau/models/leave_lines.py +++ b/xero_python/payrollau/models/leave_lines.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/leave_period.py b/xero_python/payrollau/models/leave_period.py index 2f4938f4..dd27c301 100644 --- a/xero_python/payrollau/models/leave_period.py +++ b/xero_python/payrollau/models/leave_period.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/leave_period_status.py b/xero_python/payrollau/models/leave_period_status.py index 7e515d71..8536e50f 100644 --- a/xero_python/payrollau/models/leave_period_status.py +++ b/xero_python/payrollau/models/leave_period_status.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/leave_type.py b/xero_python/payrollau/models/leave_type.py index c21aa23d..e8be392a 100644 --- a/xero_python/payrollau/models/leave_type.py +++ b/xero_python/payrollau/models/leave_type.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/leave_type_contribution_type.py b/xero_python/payrollau/models/leave_type_contribution_type.py index 4a6c8811..3244d2cb 100644 --- a/xero_python/payrollau/models/leave_type_contribution_type.py +++ b/xero_python/payrollau/models/leave_type_contribution_type.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/manual_tax_type.py b/xero_python/payrollau/models/manual_tax_type.py index 336c9ff8..20e4ed83 100644 --- a/xero_python/payrollau/models/manual_tax_type.py +++ b/xero_python/payrollau/models/manual_tax_type.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/opening_balances.py b/xero_python/payrollau/models/opening_balances.py index 246b5f6f..63657b2f 100644 --- a/xero_python/payrollau/models/opening_balances.py +++ b/xero_python/payrollau/models/opening_balances.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/pay_item.py b/xero_python/payrollau/models/pay_item.py index 6b0d432d..89ecf63f 100644 --- a/xero_python/payrollau/models/pay_item.py +++ b/xero_python/payrollau/models/pay_item.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/pay_items.py b/xero_python/payrollau/models/pay_items.py index b132b71c..2fb3e174 100644 --- a/xero_python/payrollau/models/pay_items.py +++ b/xero_python/payrollau/models/pay_items.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/pay_run.py b/xero_python/payrollau/models/pay_run.py index 38d10e13..31e3438f 100644 --- a/xero_python/payrollau/models/pay_run.py +++ b/xero_python/payrollau/models/pay_run.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/pay_run_status.py b/xero_python/payrollau/models/pay_run_status.py index 16179370..4c0b4b1d 100644 --- a/xero_python/payrollau/models/pay_run_status.py +++ b/xero_python/payrollau/models/pay_run_status.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/pay_runs.py b/xero_python/payrollau/models/pay_runs.py index bdf9b59a..053e83b5 100644 --- a/xero_python/payrollau/models/pay_runs.py +++ b/xero_python/payrollau/models/pay_runs.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/pay_template.py b/xero_python/payrollau/models/pay_template.py index b5720d70..8eebdd56 100644 --- a/xero_python/payrollau/models/pay_template.py +++ b/xero_python/payrollau/models/pay_template.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/payment_frequency_type.py b/xero_python/payrollau/models/payment_frequency_type.py index e48f2fde..0fea0786 100644 --- a/xero_python/payrollau/models/payment_frequency_type.py +++ b/xero_python/payrollau/models/payment_frequency_type.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/payroll_calendar.py b/xero_python/payrollau/models/payroll_calendar.py index cf198308..057cdb06 100644 --- a/xero_python/payrollau/models/payroll_calendar.py +++ b/xero_python/payrollau/models/payroll_calendar.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/payroll_calendars.py b/xero_python/payrollau/models/payroll_calendars.py index e1ccb852..61d8b7ae 100644 --- a/xero_python/payrollau/models/payroll_calendars.py +++ b/xero_python/payrollau/models/payroll_calendars.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/payslip.py b/xero_python/payrollau/models/payslip.py index 821e51d1..5101880a 100644 --- a/xero_python/payrollau/models/payslip.py +++ b/xero_python/payrollau/models/payslip.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/payslip_lines.py b/xero_python/payrollau/models/payslip_lines.py index 30cc38a3..9c6cbe63 100644 --- a/xero_python/payrollau/models/payslip_lines.py +++ b/xero_python/payrollau/models/payslip_lines.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/payslip_object.py b/xero_python/payrollau/models/payslip_object.py index d9d388c4..8c989b62 100644 --- a/xero_python/payrollau/models/payslip_object.py +++ b/xero_python/payrollau/models/payslip_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/payslip_summary.py b/xero_python/payrollau/models/payslip_summary.py index c1f1d006..1a8759fe 100644 --- a/xero_python/payrollau/models/payslip_summary.py +++ b/xero_python/payrollau/models/payslip_summary.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/payslips.py b/xero_python/payrollau/models/payslips.py index 43982ede..0dba39c7 100644 --- a/xero_python/payrollau/models/payslips.py +++ b/xero_python/payrollau/models/payslips.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/rate_type.py b/xero_python/payrollau/models/rate_type.py index 7435e99d..7a6fbce8 100644 --- a/xero_python/payrollau/models/rate_type.py +++ b/xero_python/payrollau/models/rate_type.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/reimbursement_line.py b/xero_python/payrollau/models/reimbursement_line.py index 9706f401..3b2b9fec 100644 --- a/xero_python/payrollau/models/reimbursement_line.py +++ b/xero_python/payrollau/models/reimbursement_line.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/reimbursement_lines.py b/xero_python/payrollau/models/reimbursement_lines.py index e5301255..4c7b101d 100644 --- a/xero_python/payrollau/models/reimbursement_lines.py +++ b/xero_python/payrollau/models/reimbursement_lines.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/reimbursement_type.py b/xero_python/payrollau/models/reimbursement_type.py index d0f89a34..9f1c0fa7 100644 --- a/xero_python/payrollau/models/reimbursement_type.py +++ b/xero_python/payrollau/models/reimbursement_type.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/residency_status.py b/xero_python/payrollau/models/residency_status.py index 3fca29ca..fb583309 100644 --- a/xero_python/payrollau/models/residency_status.py +++ b/xero_python/payrollau/models/residency_status.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/settings.py b/xero_python/payrollau/models/settings.py index 7ad51369..521fe3dc 100644 --- a/xero_python/payrollau/models/settings.py +++ b/xero_python/payrollau/models/settings.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/settings_object.py b/xero_python/payrollau/models/settings_object.py index a9368044..4fdfd085 100644 --- a/xero_python/payrollau/models/settings_object.py +++ b/xero_python/payrollau/models/settings_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/settings_tracking_categories.py b/xero_python/payrollau/models/settings_tracking_categories.py index 8a2ce269..c0e02911 100644 --- a/xero_python/payrollau/models/settings_tracking_categories.py +++ b/xero_python/payrollau/models/settings_tracking_categories.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/settings_tracking_categories_employee_groups.py b/xero_python/payrollau/models/settings_tracking_categories_employee_groups.py index 285fd215..20eca4b7 100644 --- a/xero_python/payrollau/models/settings_tracking_categories_employee_groups.py +++ b/xero_python/payrollau/models/settings_tracking_categories_employee_groups.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/settings_tracking_categories_timesheet_categories.py b/xero_python/payrollau/models/settings_tracking_categories_timesheet_categories.py index a73c0c4c..2a0f8316 100644 --- a/xero_python/payrollau/models/settings_tracking_categories_timesheet_categories.py +++ b/xero_python/payrollau/models/settings_tracking_categories_timesheet_categories.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/state.py b/xero_python/payrollau/models/state.py index 9ff879fd..7b9ce2fa 100644 --- a/xero_python/payrollau/models/state.py +++ b/xero_python/payrollau/models/state.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/super_fund.py b/xero_python/payrollau/models/super_fund.py index c6c412e0..bf0e870e 100644 --- a/xero_python/payrollau/models/super_fund.py +++ b/xero_python/payrollau/models/super_fund.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/super_fund_product.py b/xero_python/payrollau/models/super_fund_product.py index 0458a95e..8c100203 100644 --- a/xero_python/payrollau/models/super_fund_product.py +++ b/xero_python/payrollau/models/super_fund_product.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/super_fund_products.py b/xero_python/payrollau/models/super_fund_products.py index feec0ebb..f56d6932 100644 --- a/xero_python/payrollau/models/super_fund_products.py +++ b/xero_python/payrollau/models/super_fund_products.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/super_fund_type.py b/xero_python/payrollau/models/super_fund_type.py index c9c05ed3..7f517285 100644 --- a/xero_python/payrollau/models/super_fund_type.py +++ b/xero_python/payrollau/models/super_fund_type.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/super_funds.py b/xero_python/payrollau/models/super_funds.py index 9016d91d..f08a2a28 100644 --- a/xero_python/payrollau/models/super_funds.py +++ b/xero_python/payrollau/models/super_funds.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/super_line.py b/xero_python/payrollau/models/super_line.py index 7122d3f9..22e418a7 100644 --- a/xero_python/payrollau/models/super_line.py +++ b/xero_python/payrollau/models/super_line.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/super_membership.py b/xero_python/payrollau/models/super_membership.py index 1b460ed6..1d206a1e 100644 --- a/xero_python/payrollau/models/super_membership.py +++ b/xero_python/payrollau/models/super_membership.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/superannuation_calculation_type.py b/xero_python/payrollau/models/superannuation_calculation_type.py index 512bf7fb..8b4c5680 100644 --- a/xero_python/payrollau/models/superannuation_calculation_type.py +++ b/xero_python/payrollau/models/superannuation_calculation_type.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/superannuation_contribution_type.py b/xero_python/payrollau/models/superannuation_contribution_type.py index 3043dbd0..2d2f4765 100644 --- a/xero_python/payrollau/models/superannuation_contribution_type.py +++ b/xero_python/payrollau/models/superannuation_contribution_type.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/superannuation_line.py b/xero_python/payrollau/models/superannuation_line.py index b6ca0ab8..6a65129b 100644 --- a/xero_python/payrollau/models/superannuation_line.py +++ b/xero_python/payrollau/models/superannuation_line.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/tax_declaration.py b/xero_python/payrollau/models/tax_declaration.py index 64254d69..e27c58f4 100644 --- a/xero_python/payrollau/models/tax_declaration.py +++ b/xero_python/payrollau/models/tax_declaration.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/tax_line.py b/xero_python/payrollau/models/tax_line.py index ffd5e5ae..1aad44fa 100644 --- a/xero_python/payrollau/models/tax_line.py +++ b/xero_python/payrollau/models/tax_line.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/tfn_exemption_type.py b/xero_python/payrollau/models/tfn_exemption_type.py index 8c40fce9..61093df0 100644 --- a/xero_python/payrollau/models/tfn_exemption_type.py +++ b/xero_python/payrollau/models/tfn_exemption_type.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/timesheet.py b/xero_python/payrollau/models/timesheet.py index 9bbc8253..485cb160 100644 --- a/xero_python/payrollau/models/timesheet.py +++ b/xero_python/payrollau/models/timesheet.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/timesheet_line.py b/xero_python/payrollau/models/timesheet_line.py index 46c3867f..dd1bacd6 100644 --- a/xero_python/payrollau/models/timesheet_line.py +++ b/xero_python/payrollau/models/timesheet_line.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/timesheet_object.py b/xero_python/payrollau/models/timesheet_object.py index 6182bb60..f5aed8ae 100644 --- a/xero_python/payrollau/models/timesheet_object.py +++ b/xero_python/payrollau/models/timesheet_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/timesheet_status.py b/xero_python/payrollau/models/timesheet_status.py index 5a2cccc6..8c5ab141 100644 --- a/xero_python/payrollau/models/timesheet_status.py +++ b/xero_python/payrollau/models/timesheet_status.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/timesheets.py b/xero_python/payrollau/models/timesheets.py index e8af6f93..7334f0b0 100644 --- a/xero_python/payrollau/models/timesheets.py +++ b/xero_python/payrollau/models/timesheets.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrollau/models/validation_error.py b/xero_python/payrollau/models/validation_error.py index 6996c547..a01fdcbf 100644 --- a/xero_python/payrollau/models/validation_error.py +++ b/xero_python/payrollau/models/validation_error.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in Australia region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/__init__.py b/xero_python/payrolluk/__init__.py index 0cdf1cff..24ad62da 100644 --- a/xero_python/payrolluk/__init__.py +++ b/xero_python/payrolluk/__init__.py @@ -7,7 +7,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/api/payroll_uk_api.py b/xero_python/payrolluk/api/payroll_uk_api.py index 8ba49a13..1b4e3484 100644 --- a/xero_python/payrolluk/api/payroll_uk_api.py +++ b/xero_python/payrolluk/api/payroll_uk_api.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/__init__.py b/xero_python/payrolluk/models/__init__.py index a06bcbb2..f725dbbf 100644 --- a/xero_python/payrolluk/models/__init__.py +++ b/xero_python/payrolluk/models/__init__.py @@ -6,7 +6,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/account.py b/xero_python/payrolluk/models/account.py index 10a60f44..247c5499 100644 --- a/xero_python/payrolluk/models/account.py +++ b/xero_python/payrolluk/models/account.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/accounts.py b/xero_python/payrolluk/models/accounts.py index 8c3267b2..2c1db2ec 100644 --- a/xero_python/payrolluk/models/accounts.py +++ b/xero_python/payrolluk/models/accounts.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/address.py b/xero_python/payrolluk/models/address.py index 1d99f3bd..6c3c66b9 100644 --- a/xero_python/payrolluk/models/address.py +++ b/xero_python/payrolluk/models/address.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/bank_account.py b/xero_python/payrolluk/models/bank_account.py index cad9fb76..712a2794 100644 --- a/xero_python/payrolluk/models/bank_account.py +++ b/xero_python/payrolluk/models/bank_account.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/benefit.py b/xero_python/payrolluk/models/benefit.py index 35072142..cafabef0 100644 --- a/xero_python/payrolluk/models/benefit.py +++ b/xero_python/payrolluk/models/benefit.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/benefit_line.py b/xero_python/payrolluk/models/benefit_line.py index 136299f7..5fae5316 100644 --- a/xero_python/payrolluk/models/benefit_line.py +++ b/xero_python/payrolluk/models/benefit_line.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/benefit_object.py b/xero_python/payrolluk/models/benefit_object.py index f6ef82b9..e41d1042 100644 --- a/xero_python/payrolluk/models/benefit_object.py +++ b/xero_python/payrolluk/models/benefit_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/benefits.py b/xero_python/payrolluk/models/benefits.py index 0cff5758..b04b6bb3 100644 --- a/xero_python/payrolluk/models/benefits.py +++ b/xero_python/payrolluk/models/benefits.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/court_order_line.py b/xero_python/payrolluk/models/court_order_line.py index ba5ad390..49337c57 100644 --- a/xero_python/payrolluk/models/court_order_line.py +++ b/xero_python/payrolluk/models/court_order_line.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/deduction.py b/xero_python/payrolluk/models/deduction.py index 67962e09..ea822620 100644 --- a/xero_python/payrolluk/models/deduction.py +++ b/xero_python/payrolluk/models/deduction.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/deduction_line.py b/xero_python/payrolluk/models/deduction_line.py index 885de299..95222915 100644 --- a/xero_python/payrolluk/models/deduction_line.py +++ b/xero_python/payrolluk/models/deduction_line.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/deduction_object.py b/xero_python/payrolluk/models/deduction_object.py index 32c74355..3ac52400 100644 --- a/xero_python/payrolluk/models/deduction_object.py +++ b/xero_python/payrolluk/models/deduction_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/deductions.py b/xero_python/payrolluk/models/deductions.py index abd0036c..86460967 100644 --- a/xero_python/payrolluk/models/deductions.py +++ b/xero_python/payrolluk/models/deductions.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/earnings_line.py b/xero_python/payrolluk/models/earnings_line.py index 570ce388..803c2b86 100644 --- a/xero_python/payrolluk/models/earnings_line.py +++ b/xero_python/payrolluk/models/earnings_line.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/earnings_order.py b/xero_python/payrolluk/models/earnings_order.py index 1954325d..64726049 100644 --- a/xero_python/payrolluk/models/earnings_order.py +++ b/xero_python/payrolluk/models/earnings_order.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/earnings_order_object.py b/xero_python/payrolluk/models/earnings_order_object.py index 1ebc1e21..5bb28195 100644 --- a/xero_python/payrolluk/models/earnings_order_object.py +++ b/xero_python/payrolluk/models/earnings_order_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/earnings_orders.py b/xero_python/payrolluk/models/earnings_orders.py index 66f5690f..686248d9 100644 --- a/xero_python/payrolluk/models/earnings_orders.py +++ b/xero_python/payrolluk/models/earnings_orders.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/earnings_rate.py b/xero_python/payrolluk/models/earnings_rate.py index 9a098779..8fd513bb 100644 --- a/xero_python/payrolluk/models/earnings_rate.py +++ b/xero_python/payrolluk/models/earnings_rate.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/earnings_rate_object.py b/xero_python/payrolluk/models/earnings_rate_object.py index a1df910d..8f9ecbe0 100644 --- a/xero_python/payrolluk/models/earnings_rate_object.py +++ b/xero_python/payrolluk/models/earnings_rate_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/earnings_rates.py b/xero_python/payrolluk/models/earnings_rates.py index 95e6e11e..696e870f 100644 --- a/xero_python/payrolluk/models/earnings_rates.py +++ b/xero_python/payrolluk/models/earnings_rates.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/earnings_template.py b/xero_python/payrolluk/models/earnings_template.py index 1749f308..ff87cc9a 100644 --- a/xero_python/payrolluk/models/earnings_template.py +++ b/xero_python/payrolluk/models/earnings_template.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/earnings_template_object.py b/xero_python/payrolluk/models/earnings_template_object.py index faf01bfe..157b3a7f 100644 --- a/xero_python/payrolluk/models/earnings_template_object.py +++ b/xero_python/payrolluk/models/earnings_template_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/employee.py b/xero_python/payrolluk/models/employee.py index 77e30fc9..d5fcaa10 100644 --- a/xero_python/payrolluk/models/employee.py +++ b/xero_python/payrolluk/models/employee.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/employee_leave.py b/xero_python/payrolluk/models/employee_leave.py index 153813cb..a50fcdd0 100644 --- a/xero_python/payrolluk/models/employee_leave.py +++ b/xero_python/payrolluk/models/employee_leave.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/employee_leave_balance.py b/xero_python/payrolluk/models/employee_leave_balance.py index 4bd4b5b4..972363f6 100644 --- a/xero_python/payrolluk/models/employee_leave_balance.py +++ b/xero_python/payrolluk/models/employee_leave_balance.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/employee_leave_balances.py b/xero_python/payrolluk/models/employee_leave_balances.py index c34ad4be..110ff7b8 100644 --- a/xero_python/payrolluk/models/employee_leave_balances.py +++ b/xero_python/payrolluk/models/employee_leave_balances.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/employee_leave_object.py b/xero_python/payrolluk/models/employee_leave_object.py index 6c3d96a8..42fbdd22 100644 --- a/xero_python/payrolluk/models/employee_leave_object.py +++ b/xero_python/payrolluk/models/employee_leave_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/employee_leave_type.py b/xero_python/payrolluk/models/employee_leave_type.py index 88a4f409..0aff00fd 100644 --- a/xero_python/payrolluk/models/employee_leave_type.py +++ b/xero_python/payrolluk/models/employee_leave_type.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/employee_leave_type_object.py b/xero_python/payrolluk/models/employee_leave_type_object.py index 5f99260c..602326bb 100644 --- a/xero_python/payrolluk/models/employee_leave_type_object.py +++ b/xero_python/payrolluk/models/employee_leave_type_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/employee_leave_types.py b/xero_python/payrolluk/models/employee_leave_types.py index 4e4539e1..97f7dc45 100644 --- a/xero_python/payrolluk/models/employee_leave_types.py +++ b/xero_python/payrolluk/models/employee_leave_types.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/employee_leaves.py b/xero_python/payrolluk/models/employee_leaves.py index de38e098..c9ee5c55 100644 --- a/xero_python/payrolluk/models/employee_leaves.py +++ b/xero_python/payrolluk/models/employee_leaves.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/employee_object.py b/xero_python/payrolluk/models/employee_object.py index ef05d2d1..3615ad9a 100644 --- a/xero_python/payrolluk/models/employee_object.py +++ b/xero_python/payrolluk/models/employee_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/employee_opening_balances.py b/xero_python/payrolluk/models/employee_opening_balances.py index 2570d4a7..3b5420a4 100644 --- a/xero_python/payrolluk/models/employee_opening_balances.py +++ b/xero_python/payrolluk/models/employee_opening_balances.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/employee_opening_balances_object.py b/xero_python/payrolluk/models/employee_opening_balances_object.py index 3a7ad83c..48f37535 100644 --- a/xero_python/payrolluk/models/employee_opening_balances_object.py +++ b/xero_python/payrolluk/models/employee_opening_balances_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/employee_pay_template.py b/xero_python/payrolluk/models/employee_pay_template.py index cc2ca1f2..8bdab151 100644 --- a/xero_python/payrolluk/models/employee_pay_template.py +++ b/xero_python/payrolluk/models/employee_pay_template.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/employee_pay_template_object.py b/xero_python/payrolluk/models/employee_pay_template_object.py index 567cc0c8..0d4b3fe7 100644 --- a/xero_python/payrolluk/models/employee_pay_template_object.py +++ b/xero_python/payrolluk/models/employee_pay_template_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/employee_pay_templates.py b/xero_python/payrolluk/models/employee_pay_templates.py index 9e7b663c..b3680055 100644 --- a/xero_python/payrolluk/models/employee_pay_templates.py +++ b/xero_python/payrolluk/models/employee_pay_templates.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/employee_statutory_leave_balance.py b/xero_python/payrolluk/models/employee_statutory_leave_balance.py index fea3c976..96b3501c 100644 --- a/xero_python/payrolluk/models/employee_statutory_leave_balance.py +++ b/xero_python/payrolluk/models/employee_statutory_leave_balance.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/employee_statutory_leave_balance_object.py b/xero_python/payrolluk/models/employee_statutory_leave_balance_object.py index 38815e65..2bfdccfd 100644 --- a/xero_python/payrolluk/models/employee_statutory_leave_balance_object.py +++ b/xero_python/payrolluk/models/employee_statutory_leave_balance_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/employee_statutory_leave_summary.py b/xero_python/payrolluk/models/employee_statutory_leave_summary.py index e0430551..f04993e0 100644 --- a/xero_python/payrolluk/models/employee_statutory_leave_summary.py +++ b/xero_python/payrolluk/models/employee_statutory_leave_summary.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/employee_statutory_leaves_summaries.py b/xero_python/payrolluk/models/employee_statutory_leaves_summaries.py index 2e85da3f..b49ad5f6 100644 --- a/xero_python/payrolluk/models/employee_statutory_leaves_summaries.py +++ b/xero_python/payrolluk/models/employee_statutory_leaves_summaries.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/employee_statutory_sick_leave.py b/xero_python/payrolluk/models/employee_statutory_sick_leave.py index 424aaec9..330c79af 100644 --- a/xero_python/payrolluk/models/employee_statutory_sick_leave.py +++ b/xero_python/payrolluk/models/employee_statutory_sick_leave.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/employee_statutory_sick_leave_object.py b/xero_python/payrolluk/models/employee_statutory_sick_leave_object.py index a8bcd97e..03df5300 100644 --- a/xero_python/payrolluk/models/employee_statutory_sick_leave_object.py +++ b/xero_python/payrolluk/models/employee_statutory_sick_leave_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/employee_statutory_sick_leaves.py b/xero_python/payrolluk/models/employee_statutory_sick_leaves.py index 2e243cc8..ad7d6d5a 100644 --- a/xero_python/payrolluk/models/employee_statutory_sick_leaves.py +++ b/xero_python/payrolluk/models/employee_statutory_sick_leaves.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/employee_tax.py b/xero_python/payrolluk/models/employee_tax.py index 4dae75bb..6f2567e9 100644 --- a/xero_python/payrolluk/models/employee_tax.py +++ b/xero_python/payrolluk/models/employee_tax.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/employee_tax_object.py b/xero_python/payrolluk/models/employee_tax_object.py index 6ae240de..648eed44 100644 --- a/xero_python/payrolluk/models/employee_tax_object.py +++ b/xero_python/payrolluk/models/employee_tax_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/employees.py b/xero_python/payrolluk/models/employees.py index 082c45f7..dbf738ae 100644 --- a/xero_python/payrolluk/models/employees.py +++ b/xero_python/payrolluk/models/employees.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/employment.py b/xero_python/payrolluk/models/employment.py index d961ffd1..8cc66f96 100644 --- a/xero_python/payrolluk/models/employment.py +++ b/xero_python/payrolluk/models/employment.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/employment_object.py b/xero_python/payrolluk/models/employment_object.py index 4cad744d..e55fdcf9 100644 --- a/xero_python/payrolluk/models/employment_object.py +++ b/xero_python/payrolluk/models/employment_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/invalid_field.py b/xero_python/payrolluk/models/invalid_field.py index d36ffa80..f1980352 100644 --- a/xero_python/payrolluk/models/invalid_field.py +++ b/xero_python/payrolluk/models/invalid_field.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/leave_accrual_line.py b/xero_python/payrolluk/models/leave_accrual_line.py index 7f0fa47c..460d5836 100644 --- a/xero_python/payrolluk/models/leave_accrual_line.py +++ b/xero_python/payrolluk/models/leave_accrual_line.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/leave_earnings_line.py b/xero_python/payrolluk/models/leave_earnings_line.py index 3e45c157..41e3bf11 100644 --- a/xero_python/payrolluk/models/leave_earnings_line.py +++ b/xero_python/payrolluk/models/leave_earnings_line.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/leave_period.py b/xero_python/payrolluk/models/leave_period.py index 2d451ee8..c0e122cd 100644 --- a/xero_python/payrolluk/models/leave_period.py +++ b/xero_python/payrolluk/models/leave_period.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/leave_periods.py b/xero_python/payrolluk/models/leave_periods.py index 9b1d9171..bfa1ea84 100644 --- a/xero_python/payrolluk/models/leave_periods.py +++ b/xero_python/payrolluk/models/leave_periods.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/leave_type.py b/xero_python/payrolluk/models/leave_type.py index f0df1e1b..351156df 100644 --- a/xero_python/payrolluk/models/leave_type.py +++ b/xero_python/payrolluk/models/leave_type.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/leave_type_object.py b/xero_python/payrolluk/models/leave_type_object.py index 63fc111d..076585fb 100644 --- a/xero_python/payrolluk/models/leave_type_object.py +++ b/xero_python/payrolluk/models/leave_type_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/leave_types.py b/xero_python/payrolluk/models/leave_types.py index 12f1a330..bb9ff4c8 100644 --- a/xero_python/payrolluk/models/leave_types.py +++ b/xero_python/payrolluk/models/leave_types.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/pagination.py b/xero_python/payrolluk/models/pagination.py index 6bd7f256..c29b8a91 100644 --- a/xero_python/payrolluk/models/pagination.py +++ b/xero_python/payrolluk/models/pagination.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/pay_run.py b/xero_python/payrolluk/models/pay_run.py index 5fc876d9..0c599575 100644 --- a/xero_python/payrolluk/models/pay_run.py +++ b/xero_python/payrolluk/models/pay_run.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/pay_run_calendar.py b/xero_python/payrolluk/models/pay_run_calendar.py index 214c3448..b9529468 100644 --- a/xero_python/payrolluk/models/pay_run_calendar.py +++ b/xero_python/payrolluk/models/pay_run_calendar.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/pay_run_calendar_object.py b/xero_python/payrolluk/models/pay_run_calendar_object.py index 5b5ad0c1..bfb31847 100644 --- a/xero_python/payrolluk/models/pay_run_calendar_object.py +++ b/xero_python/payrolluk/models/pay_run_calendar_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/pay_run_calendars.py b/xero_python/payrolluk/models/pay_run_calendars.py index c3bc9863..8f22f202 100644 --- a/xero_python/payrolluk/models/pay_run_calendars.py +++ b/xero_python/payrolluk/models/pay_run_calendars.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/pay_run_object.py b/xero_python/payrolluk/models/pay_run_object.py index 13e7f871..326e5088 100644 --- a/xero_python/payrolluk/models/pay_run_object.py +++ b/xero_python/payrolluk/models/pay_run_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/pay_runs.py b/xero_python/payrolluk/models/pay_runs.py index 7ec8efa5..bc428818 100644 --- a/xero_python/payrolluk/models/pay_runs.py +++ b/xero_python/payrolluk/models/pay_runs.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/payment_line.py b/xero_python/payrolluk/models/payment_line.py index 361c0ace..2bbe28f5 100644 --- a/xero_python/payrolluk/models/payment_line.py +++ b/xero_python/payrolluk/models/payment_line.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/payment_method.py b/xero_python/payrolluk/models/payment_method.py index 2d14c87e..b70c32b7 100644 --- a/xero_python/payrolluk/models/payment_method.py +++ b/xero_python/payrolluk/models/payment_method.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/payment_method_object.py b/xero_python/payrolluk/models/payment_method_object.py index 61c03206..237443ee 100644 --- a/xero_python/payrolluk/models/payment_method_object.py +++ b/xero_python/payrolluk/models/payment_method_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/payslip.py b/xero_python/payrolluk/models/payslip.py index c111cad8..d8fcf1fb 100644 --- a/xero_python/payrolluk/models/payslip.py +++ b/xero_python/payrolluk/models/payslip.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/payslip_object.py b/xero_python/payrolluk/models/payslip_object.py index 089fa481..5cf02d50 100644 --- a/xero_python/payrolluk/models/payslip_object.py +++ b/xero_python/payrolluk/models/payslip_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/payslips.py b/xero_python/payrolluk/models/payslips.py index d4ca32af..6004f71b 100644 --- a/xero_python/payrolluk/models/payslips.py +++ b/xero_python/payrolluk/models/payslips.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/problem.py b/xero_python/payrolluk/models/problem.py index 10616b1e..786f85ef 100644 --- a/xero_python/payrolluk/models/problem.py +++ b/xero_python/payrolluk/models/problem.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/reimbursement.py b/xero_python/payrolluk/models/reimbursement.py index e4484ab1..41a9b98e 100644 --- a/xero_python/payrolluk/models/reimbursement.py +++ b/xero_python/payrolluk/models/reimbursement.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/reimbursement_line.py b/xero_python/payrolluk/models/reimbursement_line.py index 6116046a..534d708d 100644 --- a/xero_python/payrolluk/models/reimbursement_line.py +++ b/xero_python/payrolluk/models/reimbursement_line.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/reimbursement_object.py b/xero_python/payrolluk/models/reimbursement_object.py index fe8002e1..007325e3 100644 --- a/xero_python/payrolluk/models/reimbursement_object.py +++ b/xero_python/payrolluk/models/reimbursement_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/reimbursements.py b/xero_python/payrolluk/models/reimbursements.py index 4b4a2d96..18701ae9 100644 --- a/xero_python/payrolluk/models/reimbursements.py +++ b/xero_python/payrolluk/models/reimbursements.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/salary_and_wage.py b/xero_python/payrolluk/models/salary_and_wage.py index 64f61dd3..06e24812 100644 --- a/xero_python/payrolluk/models/salary_and_wage.py +++ b/xero_python/payrolluk/models/salary_and_wage.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/salary_and_wage_object.py b/xero_python/payrolluk/models/salary_and_wage_object.py index c2f0dd09..422c79f5 100644 --- a/xero_python/payrolluk/models/salary_and_wage_object.py +++ b/xero_python/payrolluk/models/salary_and_wage_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/salary_and_wages.py b/xero_python/payrolluk/models/salary_and_wages.py index 7390198b..9181b7f2 100644 --- a/xero_python/payrolluk/models/salary_and_wages.py +++ b/xero_python/payrolluk/models/salary_and_wages.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/settings.py b/xero_python/payrolluk/models/settings.py index 3e3d2842..bc3ce944 100644 --- a/xero_python/payrolluk/models/settings.py +++ b/xero_python/payrolluk/models/settings.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/statutory_deduction.py b/xero_python/payrolluk/models/statutory_deduction.py index ecb63980..b4e0933e 100644 --- a/xero_python/payrolluk/models/statutory_deduction.py +++ b/xero_python/payrolluk/models/statutory_deduction.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/statutory_deduction_category.py b/xero_python/payrolluk/models/statutory_deduction_category.py index 1da63d22..c5646fa3 100644 --- a/xero_python/payrolluk/models/statutory_deduction_category.py +++ b/xero_python/payrolluk/models/statutory_deduction_category.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/tax_line.py b/xero_python/payrolluk/models/tax_line.py index 019eaf7d..6ffdf4a3 100644 --- a/xero_python/payrolluk/models/tax_line.py +++ b/xero_python/payrolluk/models/tax_line.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/timesheet.py b/xero_python/payrolluk/models/timesheet.py index e500f5c3..ed792e8f 100644 --- a/xero_python/payrolluk/models/timesheet.py +++ b/xero_python/payrolluk/models/timesheet.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/timesheet_earnings_line.py b/xero_python/payrolluk/models/timesheet_earnings_line.py index c01f6e9b..b0ab83a2 100644 --- a/xero_python/payrolluk/models/timesheet_earnings_line.py +++ b/xero_python/payrolluk/models/timesheet_earnings_line.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/timesheet_line.py b/xero_python/payrolluk/models/timesheet_line.py index b30cd4b7..bfcb1fcc 100644 --- a/xero_python/payrolluk/models/timesheet_line.py +++ b/xero_python/payrolluk/models/timesheet_line.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/timesheet_line_object.py b/xero_python/payrolluk/models/timesheet_line_object.py index f6a90f56..9206f2ac 100644 --- a/xero_python/payrolluk/models/timesheet_line_object.py +++ b/xero_python/payrolluk/models/timesheet_line_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/timesheet_object.py b/xero_python/payrolluk/models/timesheet_object.py index e6a29c7b..5497333b 100644 --- a/xero_python/payrolluk/models/timesheet_object.py +++ b/xero_python/payrolluk/models/timesheet_object.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/timesheets.py b/xero_python/payrolluk/models/timesheets.py index d274b54c..ed52aa10 100644 --- a/xero_python/payrolluk/models/timesheets.py +++ b/xero_python/payrolluk/models/timesheets.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/tracking_categories.py b/xero_python/payrolluk/models/tracking_categories.py index 852f5387..bb549af2 100644 --- a/xero_python/payrolluk/models/tracking_categories.py +++ b/xero_python/payrolluk/models/tracking_categories.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/payrolluk/models/tracking_category.py b/xero_python/payrolluk/models/tracking_category.py index 577531f1..7d19c30c 100644 --- a/xero_python/payrolluk/models/tracking_category.py +++ b/xero_python/payrolluk/models/tracking_category.py @@ -5,7 +5,7 @@ This is the Xero Payroll API for orgs in the UK region. # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/project/__init__.py b/xero_python/project/__init__.py index c9df2bba..d91c16d1 100644 --- a/xero_python/project/__init__.py +++ b/xero_python/project/__init__.py @@ -7,7 +7,7 @@ This is the Xero Projects API # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/project/api/project_api.py b/xero_python/project/api/project_api.py index 879ae909..4655950c 100644 --- a/xero_python/project/api/project_api.py +++ b/xero_python/project/api/project_api.py @@ -5,7 +5,7 @@ This is the Xero Projects API # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/project/models/__init__.py b/xero_python/project/models/__init__.py index 7f6c2523..b1146088 100644 --- a/xero_python/project/models/__init__.py +++ b/xero_python/project/models/__init__.py @@ -6,7 +6,7 @@ This is the Xero Projects API # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/project/models/amount.py b/xero_python/project/models/amount.py index ce360b93..0fccde7d 100644 --- a/xero_python/project/models/amount.py +++ b/xero_python/project/models/amount.py @@ -5,7 +5,7 @@ This is the Xero Projects API # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/project/models/charge_type.py b/xero_python/project/models/charge_type.py index f38d3883..4e6df957 100644 --- a/xero_python/project/models/charge_type.py +++ b/xero_python/project/models/charge_type.py @@ -5,7 +5,7 @@ This is the Xero Projects API # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/project/models/currency_code.py b/xero_python/project/models/currency_code.py index 5a7d5a55..fed1677b 100644 --- a/xero_python/project/models/currency_code.py +++ b/xero_python/project/models/currency_code.py @@ -5,7 +5,7 @@ This is the Xero Projects API # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/project/models/error.py b/xero_python/project/models/error.py index 101e6417..195a09dc 100644 --- a/xero_python/project/models/error.py +++ b/xero_python/project/models/error.py @@ -5,7 +5,7 @@ This is the Xero Projects API # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/project/models/pagination.py b/xero_python/project/models/pagination.py index 99848fb0..1a03d8bb 100644 --- a/xero_python/project/models/pagination.py +++ b/xero_python/project/models/pagination.py @@ -5,7 +5,7 @@ This is the Xero Projects API # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/project/models/project.py b/xero_python/project/models/project.py index f9c274a4..ab532619 100644 --- a/xero_python/project/models/project.py +++ b/xero_python/project/models/project.py @@ -5,7 +5,7 @@ This is the Xero Projects API # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/project/models/project_create_or_update.py b/xero_python/project/models/project_create_or_update.py index 7d24b2aa..77b1b9ef 100644 --- a/xero_python/project/models/project_create_or_update.py +++ b/xero_python/project/models/project_create_or_update.py @@ -5,7 +5,7 @@ This is the Xero Projects API # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/project/models/project_patch.py b/xero_python/project/models/project_patch.py index 2083e994..fb8630e7 100644 --- a/xero_python/project/models/project_patch.py +++ b/xero_python/project/models/project_patch.py @@ -5,7 +5,7 @@ This is the Xero Projects API # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/project/models/project_status.py b/xero_python/project/models/project_status.py index f72c88b3..72eed412 100644 --- a/xero_python/project/models/project_status.py +++ b/xero_python/project/models/project_status.py @@ -5,7 +5,7 @@ This is the Xero Projects API # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/project/models/project_user.py b/xero_python/project/models/project_user.py index 88368475..2cceb90f 100644 --- a/xero_python/project/models/project_user.py +++ b/xero_python/project/models/project_user.py @@ -5,7 +5,7 @@ This is the Xero Projects API # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/project/models/project_users.py b/xero_python/project/models/project_users.py index 9b6d4974..973af092 100644 --- a/xero_python/project/models/project_users.py +++ b/xero_python/project/models/project_users.py @@ -5,7 +5,7 @@ This is the Xero Projects API # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/project/models/projects.py b/xero_python/project/models/projects.py index 3d95a900..31ff19e6 100644 --- a/xero_python/project/models/projects.py +++ b/xero_python/project/models/projects.py @@ -5,7 +5,7 @@ This is the Xero Projects API # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/project/models/task.py b/xero_python/project/models/task.py index 107153e5..c02d205b 100644 --- a/xero_python/project/models/task.py +++ b/xero_python/project/models/task.py @@ -5,7 +5,7 @@ This is the Xero Projects API # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/project/models/task_create_or_update.py b/xero_python/project/models/task_create_or_update.py index 014f2d2a..5ac8f042 100644 --- a/xero_python/project/models/task_create_or_update.py +++ b/xero_python/project/models/task_create_or_update.py @@ -5,7 +5,7 @@ This is the Xero Projects API # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/project/models/tasks.py b/xero_python/project/models/tasks.py index d35230ba..084a9348 100644 --- a/xero_python/project/models/tasks.py +++ b/xero_python/project/models/tasks.py @@ -5,7 +5,7 @@ This is the Xero Projects API # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/project/models/time_entries.py b/xero_python/project/models/time_entries.py index 4bf14805..3494bebe 100644 --- a/xero_python/project/models/time_entries.py +++ b/xero_python/project/models/time_entries.py @@ -5,7 +5,7 @@ This is the Xero Projects API # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/project/models/time_entry.py b/xero_python/project/models/time_entry.py index 4e4ed274..d1dae021 100644 --- a/xero_python/project/models/time_entry.py +++ b/xero_python/project/models/time_entry.py @@ -5,7 +5,7 @@ This is the Xero Projects API # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/project/models/time_entry_create_or_update.py b/xero_python/project/models/time_entry_create_or_update.py index bd296216..1e48cbc0 100644 --- a/xero_python/project/models/time_entry_create_or_update.py +++ b/xero_python/project/models/time_entry_create_or_update.py @@ -5,7 +5,7 @@ This is the Xero Projects API # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """ diff --git a/xero_python/rest.py b/xero_python/rest.py index 8ea875b4..01a40b3b 100644 --- a/xero_python/rest.py +++ b/xero_python/rest.py @@ -5,7 +5,7 @@ This specifing endpoints related to managing authentication tokens and identity for Xero API # noqa: E501 - OpenAPI spec version: 2.2.12 + OpenAPI spec version: 2.2.13 Contact: api@xero.com Generated by: https://openapi-generator.tech """