Skip to content

Commit 96539cb

Browse files
committed
Releasing 11.0.1 (OAS: 12.0.2)
1 parent 8738426 commit 96539cb

File tree

14 files changed

+76
-0
lines changed

14 files changed

+76
-0
lines changed

docs/v1/accounting/index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4112,7 +4112,11 @@
41124112
"OrganisationType" : {
41134113
"type" : "string",
41144114
"description" : "Organisation Type",
4115+
<<<<<<< Updated upstream
41154116
"enum" : [ "ACCOUNTING_PRACTICE", "CCORPORATIONLLC", "COMPANY", "CHARITY", "CLUB_OR_SOCIETY", "INDIVIDUAL", "LLC", "LOOK_THROUGH_COMPANY", "NOT_FOR_PROFIT", "NOTLLC", "PARTNERSHIP", "PARTNERSHIPLLC", "PERSONAL", "S_CORPORATION", "SCORPORATIONLLC", "SELF_MANAGED_SUPERANNUATION_FUND", "SINGLEMEMBERLLC", "SOLE_TRADER", "SUPERANNUATION_FUND", "TRUST", "UNSPECIFIED" ]
4117+
=======
4118+
"enum" : [ "ACCOUNTING_PRACTICE", "COMPANY", "CHARITY", "CLUB_OR_SOCIETY", "INDIVIDUAL", "LOOK_THROUGH_COMPANY", "NOT_FOR_PROFIT", "PARTNERSHIP", "S_CORPORATION", "SELF_MANAGED_SUPERANNUATION_FUND", "SOLE_TRADER", "SUPERANNUATION_FUND", "TRUST", "PERSONAL", "SINGLEMEMBERLLC", "CCORPORATIONLLC", "PARTNERSHIPLLC", "SCORPORATIONLLC", "LLC", "NOTLLC", "UNSPECIFIED" ]
4119+
>>>>>>> Stashed changes
41164120
},
41174121
"BaseCurrency" : {
41184122
"$ref" : "#/components/schemas/CurrencyCode"
@@ -4189,7 +4193,11 @@
41894193
"OrganisationEntityType" : {
41904194
"type" : "string",
41914195
"description" : "Organisation Entity Type",
4196+
<<<<<<< Updated upstream
41924197
"enum" : [ "ACCOUNTING_PRACTICE", "CCORPORATIONLLC", "COMPANY", "CHARITY", "CLUB_OR_SOCIETY", "INDIVIDUAL", "LLC", "LOOK_THROUGH_COMPANY", "NOT_FOR_PROFIT", "NOTLLC", "PARTNERSHIP", "PARTNERSHIPLLC", "PERSONAL", "S_CORPORATION", "SCORPORATIONLLC", "SELF_MANAGED_SUPERANNUATION_FUND", "SINGLEMEMBERLLC", "SOLE_TRADER", "SUPERANNUATION_FUND", "TRUST", "UNSPECIFIED" ]
4198+
=======
4199+
"enum" : [ "ACCOUNTING_PRACTICE", "COMPANY", "CHARITY", "CLUB_OR_SOCIETY", "INDIVIDUAL", "LOOK_THROUGH_COMPANY", "NOT_FOR_PROFIT", "PARTNERSHIP", "S_CORPORATION", "SELF_MANAGED_SUPERANNUATION_FUND", "SOLE_TRADER", "SUPERANNUATION_FUND", "TRUST", "PERSONAL", "SINGLEMEMBERLLC", "CCORPORATIONLLC", "PARTNERSHIPLLC", "SCORPORATIONLLC", "LLC", "NOTLLC", "UNSPECIFIED" ]
4200+
>>>>>>> Stashed changes
41934201
},
41944202
"ShortCode" : {
41954203
"type" : "string",

xero_python/accounting/api/accounting_api.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@
2121
"""
2222

2323
"""
24+
<<<<<<< Updated upstream
2425
OpenAPI spec version: 12.0.1
26+
=======
27+
OpenAPI spec version: 12.0.2
28+
>>>>>>> Stashed changes
2529
"""
2630

2731

xero_python/accounting/models/organisation.py

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,16 @@ def organisation_type(self, organisation_type):
441441
"SOLE_TRADER",
442442
"SUPERANNUATION_FUND",
443443
"TRUST",
444+
<<<<<<< Updated upstream
445+
=======
446+
"PERSONAL",
447+
"SINGLEMEMBERLLC",
448+
"CCORPORATIONLLC",
449+
"PARTNERSHIPLLC",
450+
"SCORPORATIONLLC",
451+
"LLC",
452+
"NOTLLC",
453+
>>>>>>> Stashed changes
444454
"UNSPECIFIED",
445455
"None",
446456
] # noqa: E501
@@ -926,6 +936,16 @@ def organisation_entity_type(self, organisation_entity_type):
926936
"SOLE_TRADER",
927937
"SUPERANNUATION_FUND",
928938
"TRUST",
939+
<<<<<<< Updated upstream
940+
=======
941+
"PERSONAL",
942+
"SINGLEMEMBERLLC",
943+
"CCORPORATIONLLC",
944+
"PARTNERSHIPLLC",
945+
"SCORPORATIONLLC",
946+
"LLC",
947+
"NOTLLC",
948+
>>>>>>> Stashed changes
929949
"UNSPECIFIED",
930950
"None",
931951
] # noqa: E501

xero_python/appstore/api/app_store_api.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@
2121
"""
2222

2323
"""
24+
<<<<<<< Updated upstream
2425
OpenAPI spec version: 12.0.1
26+
=======
27+
OpenAPI spec version: 12.0.2
28+
>>>>>>> Stashed changes
2529
"""
2630

2731

xero_python/assets/api/asset_api.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@
2121
"""
2222

2323
"""
24+
<<<<<<< Updated upstream
2425
OpenAPI spec version: 12.0.1
26+
=======
27+
OpenAPI spec version: 12.0.2
28+
>>>>>>> Stashed changes
2529
"""
2630

2731

xero_python/docs/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ 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+
<<<<<<< Updated upstream
67
- API version: 12.0.1
8+
=======
9+
- API version: 12.0.2
10+
>>>>>>> Stashed changes
711
- Package version: 11.0.1
812
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
913
For more information, please visit [https://developer.xero.com](https://developer.xero.com)

xero_python/file/api/files_api.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@
2121
"""
2222

2323
"""
24+
<<<<<<< Updated upstream
2425
OpenAPI spec version: 12.0.1
26+
=======
27+
OpenAPI spec version: 12.0.2
28+
>>>>>>> Stashed changes
2529
"""
2630

2731

xero_python/finance/api/finance_api.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@
2121
"""
2222

2323
"""
24+
<<<<<<< Updated upstream
2425
OpenAPI spec version: 12.0.1
26+
=======
27+
OpenAPI spec version: 12.0.2
28+
>>>>>>> Stashed changes
2529
"""
2630

2731

xero_python/identity/api/identity_api.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@
2121
"""
2222

2323
"""
24+
<<<<<<< Updated upstream
2425
OpenAPI spec version: 12.0.1
26+
=======
27+
OpenAPI spec version: 12.0.2
28+
>>>>>>> Stashed changes
2529
"""
2630

2731

xero_python/payrollau/api/payroll_au_api.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@
2121
"""
2222

2323
"""
24+
<<<<<<< Updated upstream
2425
OpenAPI spec version: 12.0.1
26+
=======
27+
OpenAPI spec version: 12.0.2
28+
>>>>>>> Stashed changes
2529
"""
2630

2731

0 commit comments

Comments
 (0)