Skip to content

Commit

Permalink
regenerates from OAS 2.22.4
Browse files Browse the repository at this point in the history
  • Loading branch information
RettBehrens committed May 9, 2022
1 parent 5a643ef commit aabb535
Show file tree
Hide file tree
Showing 14 changed files with 26 additions and 11 deletions.
2 changes: 1 addition & 1 deletion xero_python/accounting/api/accounting_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"""

"""
OpenAPI spec version: 2.22.0
OpenAPI spec version: 2.22.4
"""

import importlib
Expand Down
1 change: 1 addition & 0 deletions xero_python/accounting/models/organisation.py
Original file line number Diff line number Diff line change
Expand Up @@ -979,6 +979,7 @@ def _class(self, _class):
"LEDGER",
"GST_CASHBOOK",
"NON_GST_CASHBOOK",
"ULTIMATE",
"None",
] # noqa: E501

Expand Down
7 changes: 7 additions & 0 deletions xero_python/accounting/models/tax_rate.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,13 @@ def report_tax_type(self, report_tax_type):
"ZRINPUT",
"BADDEBT",
"OTHERINPUT",
"BADDEBTRELIEF",
"IGDSINPUT3",
"SROVR",
"TOURISTREFUND",
"TXRCN33INPUT",
"TXRCREINPUT",
"TXRCESSINPUT",
"None",
] # noqa: E501

Expand Down
7 changes: 7 additions & 0 deletions xero_python/accounting/models/tax_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,10 @@ class TaxType(Enum):
DRCHARGE20 = "DRCHARGE20"
DRCHARGESUPPLY5 = "DRCHARGESUPPLY5"
DRCHARGE5 = "DRCHARGE5"
BADDEBTRELIEF = "BADDEBTRELIEF"
IGDSINPUT3 = "IGDSINPUT3"
SROVR = "SROVR"
TOURISTREFUND = "TOURISTREFUND"
TXRCN33INPUT = "TXRCN33INPUT"
TXRCREINPUT = "TXRCREINPUT"
TXRCESSINPUT = "TXRCESSINPUT"
2 changes: 1 addition & 1 deletion xero_python/appstore/api/app_store_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"""

"""
OpenAPI spec version: 2.22.0
OpenAPI spec version: 2.22.4
"""

import importlib
Expand Down
2 changes: 1 addition & 1 deletion xero_python/assets/api/asset_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"""

"""
OpenAPI spec version: 2.22.0
OpenAPI spec version: 2.22.4
"""

import importlib
Expand Down
2 changes: 1 addition & 1 deletion xero_python/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ These endpoints are related to managing authentication tokens and identity for X

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.22.0
- API version: 2.22.4
- Package version: 1.15.0b1
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
For more information, please visit [https://developer.xero.com](https://developer.xero.com)
Expand Down
2 changes: 1 addition & 1 deletion xero_python/file/api/files_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"""

"""
OpenAPI spec version: 2.22.0
OpenAPI spec version: 2.22.4
"""

import importlib
Expand Down
2 changes: 1 addition & 1 deletion xero_python/finance/api/finance_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"""

"""
OpenAPI spec version: 2.22.0
OpenAPI spec version: 2.22.4
"""

import importlib
Expand Down
2 changes: 1 addition & 1 deletion xero_python/identity/api/identity_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"""

"""
OpenAPI spec version: 2.22.0
OpenAPI spec version: 2.22.4
"""

import importlib
Expand Down
2 changes: 1 addition & 1 deletion xero_python/payrollau/api/payroll_au_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"""

"""
OpenAPI spec version: 2.22.0
OpenAPI spec version: 2.22.4
"""

import importlib
Expand Down
2 changes: 1 addition & 1 deletion xero_python/payrollnz/api/payroll_nz_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"""

"""
OpenAPI spec version: 2.22.0
OpenAPI spec version: 2.22.4
"""

import importlib
Expand Down
2 changes: 1 addition & 1 deletion xero_python/payrolluk/api/payroll_uk_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"""

"""
OpenAPI spec version: 2.22.0
OpenAPI spec version: 2.22.4
"""

import importlib
Expand Down
2 changes: 1 addition & 1 deletion xero_python/project/api/project_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"""

"""
OpenAPI spec version: 2.22.0
OpenAPI spec version: 2.22.4
"""

import importlib
Expand Down

0 comments on commit aabb535

Please sign in to comment.