Skip to content

Commit aabb535

Browse files
committed
regenerates from OAS 2.22.4
1 parent 5a643ef commit aabb535

File tree

14 files changed

+26
-11
lines changed

14 files changed

+26
-11
lines changed

xero_python/accounting/api/accounting_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"""
1111

1212
"""
13-
OpenAPI spec version: 2.22.0
13+
OpenAPI spec version: 2.22.4
1414
"""
1515

1616
import importlib

xero_python/accounting/models/organisation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -979,6 +979,7 @@ def _class(self, _class):
979979
"LEDGER",
980980
"GST_CASHBOOK",
981981
"NON_GST_CASHBOOK",
982+
"ULTIMATE",
982983
"None",
983984
] # noqa: E501
984985

xero_python/accounting/models/tax_rate.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,13 @@ def report_tax_type(self, report_tax_type):
317317
"ZRINPUT",
318318
"BADDEBT",
319319
"OTHERINPUT",
320+
"BADDEBTRELIEF",
321+
"IGDSINPUT3",
322+
"SROVR",
323+
"TOURISTREFUND",
324+
"TXRCN33INPUT",
325+
"TXRCREINPUT",
326+
"TXRCESSINPUT",
320327
"None",
321328
] # noqa: E501
322329

xero_python/accounting/models/tax_type.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,10 @@ class TaxType(Enum):
8383
DRCHARGE20 = "DRCHARGE20"
8484
DRCHARGESUPPLY5 = "DRCHARGESUPPLY5"
8585
DRCHARGE5 = "DRCHARGE5"
86+
BADDEBTRELIEF = "BADDEBTRELIEF"
87+
IGDSINPUT3 = "IGDSINPUT3"
88+
SROVR = "SROVR"
89+
TOURISTREFUND = "TOURISTREFUND"
90+
TXRCN33INPUT = "TXRCN33INPUT"
91+
TXRCREINPUT = "TXRCREINPUT"
92+
TXRCESSINPUT = "TXRCESSINPUT"

xero_python/appstore/api/app_store_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"""
1111

1212
"""
13-
OpenAPI spec version: 2.22.0
13+
OpenAPI spec version: 2.22.4
1414
"""
1515

1616
import importlib

xero_python/assets/api/asset_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"""
1111

1212
"""
13-
OpenAPI spec version: 2.22.0
13+
OpenAPI spec version: 2.22.4
1414
"""
1515

1616
import importlib

xero_python/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ These endpoints are related to managing authentication tokens and identity for X
33

44
The `xero_python` package is automatically generated by the [XeroAPI SDK 2.0 Codegen](https://github.com/xero-github/xeroapi-sdk-codegen) project:
55

6-
- API version: 2.22.0
6+
- API version: 2.22.4
77
- Package version: 1.15.0b1
88
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
99
For more information, please visit [https://developer.xero.com](https://developer.xero.com)

xero_python/file/api/files_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"""
1111

1212
"""
13-
OpenAPI spec version: 2.22.0
13+
OpenAPI spec version: 2.22.4
1414
"""
1515

1616
import importlib

xero_python/finance/api/finance_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"""
1111

1212
"""
13-
OpenAPI spec version: 2.22.0
13+
OpenAPI spec version: 2.22.4
1414
"""
1515

1616
import importlib

xero_python/identity/api/identity_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"""
1111

1212
"""
13-
OpenAPI spec version: 2.22.0
13+
OpenAPI spec version: 2.22.4
1414
"""
1515

1616
import importlib

0 commit comments

Comments
 (0)