Skip to content

Commit 93858cf

Browse files
committed
regenerates from OAS 2.30.1
1 parent 9a5a31f commit 93858cf

32 files changed

+766
-12
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.29.3
13+
OpenAPI spec version: 2.30.1
1414
"""
1515

1616
import importlib

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.29.3
13+
OpenAPI spec version: 2.30.1
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.29.3
13+
OpenAPI spec version: 2.30.1
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.29.3
6+
- API version: 2.30.1
77
- Package version: 1.19.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.29.3
13+
OpenAPI spec version: 2.30.1
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.29.3
13+
OpenAPI spec version: 2.30.1
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.29.3
13+
OpenAPI spec version: 2.30.1
1414
"""
1515

1616
import importlib

xero_python/payrollau/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
from xero_python.payrollau.models.allowance_type import AllowanceType
2525
from xero_python.payrollau.models.bank_account import BankAccount
2626
from xero_python.payrollau.models.calendar_type import CalendarType
27+
from xero_python.payrollau.models.country_of_residence import CountryOfResidence
2728
from xero_python.payrollau.models.deduction_line import DeductionLine
2829
from xero_python.payrollau.models.deduction_type import DeductionType
2930
from xero_python.payrollau.models.deduction_type_calculation_type import (
@@ -42,10 +43,12 @@
4243
from xero_python.payrollau.models.employment_termination_payment_type import (
4344
EmploymentTerminationPaymentType,
4445
)
46+
from xero_python.payrollau.models.employment_type import EmploymentType
4547
from xero_python.payrollau.models.entitlement_final_pay_payout_type import (
4648
EntitlementFinalPayPayoutType,
4749
)
4850
from xero_python.payrollau.models.home_address import HomeAddress
51+
from xero_python.payrollau.models.income_type import IncomeType
4952
from xero_python.payrollau.models.leave_accrual_line import LeaveAccrualLine
5053
from xero_python.payrollau.models.leave_application import LeaveApplication
5154
from xero_python.payrollau.models.leave_applications import LeaveApplications
@@ -84,6 +87,7 @@
8487
from xero_python.payrollau.models.reimbursement_lines import ReimbursementLines
8588
from xero_python.payrollau.models.reimbursement_type import ReimbursementType
8689
from xero_python.payrollau.models.residency_status import ResidencyStatus
90+
from xero_python.payrollau.models.senior_marital_status import SeniorMaritalStatus
8791
from xero_python.payrollau.models.settings import Settings
8892
from xero_python.payrollau.models.settings_object import SettingsObject
8993
from xero_python.payrollau.models.settings_tracking_categories import (
@@ -113,9 +117,11 @@
113117
from xero_python.payrollau.models.tfn_exemption_type import TFNExemptionType
114118
from xero_python.payrollau.models.tax_declaration import TaxDeclaration
115119
from xero_python.payrollau.models.tax_line import TaxLine
120+
from xero_python.payrollau.models.tax_scale_type import TaxScaleType
116121
from xero_python.payrollau.models.timesheet import Timesheet
117122
from xero_python.payrollau.models.timesheet_line import TimesheetLine
118123
from xero_python.payrollau.models.timesheet_object import TimesheetObject
119124
from xero_python.payrollau.models.timesheet_status import TimesheetStatus
120125
from xero_python.payrollau.models.timesheets import Timesheets
121126
from xero_python.payrollau.models.validation_error import ValidationError
127+
from xero_python.payrollau.models.work_condition import WorkCondition

xero_python/payrollau/api/payroll_au_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.29.3
13+
OpenAPI spec version: 2.30.1
1414
"""
1515

1616
import importlib
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# CountryOfResidence
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
7+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
8+
9+

0 commit comments

Comments
 (0)