Skip to content

Commit fd09027

Browse files
committed
regen from OAS 2.33.1
1 parent 4e4b164 commit fd09027

File tree

13 files changed

+19
-19
lines changed

13 files changed

+19
-19
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.33.0
13+
OpenAPI spec version: 2.33.1
1414
"""
1515

1616
import importlib

xero_python/accounting/docs/BatchPayment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Name | Type | Description | Notes
1616
**payments** | [**list[Payment]**](Payment.md) | An array of payments | [optional]
1717
**type** | **str** | PAYBATCH for bill payments or RECBATCH for sales invoice payments (read-only) | [optional]
1818
**status** | **str** | AUTHORISED or DELETED (read-only). New batch payments will have a status of AUTHORISED. It is not possible to delete batch payments via the API. | [optional]
19-
**total_amount** | **str** | The total of the payments that make up the batch (read-only) | [optional]
19+
**total_amount** | **float** | The total of the payments that make up the batch (read-only) | [optional]
2020
**updated_date_utc** | **datetime** | UTC timestamp of last update to the payment | [optional]
21-
**is_reconciled** | **str** | Booelan that tells you if the batch payment has been reconciled (read-only) | [optional]
21+
**is_reconciled** | **bool** | Booelan that tells you if the batch payment has been reconciled (read-only) | [optional]
2222
**validation_errors** | [**list[ValidationError]**](ValidationError.md) | Displays array of validation error messages from the API | [optional]
2323

2424
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

xero_python/accounting/models/batch_payment.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ class BatchPayment(BaseModel):
4343
"payments": "list[Payment]",
4444
"type": "str",
4545
"status": "str",
46-
"total_amount": "str",
46+
"total_amount": "float",
4747
"updated_date_utc": "datetime[ms-format]",
48-
"is_reconciled": "str",
48+
"is_reconciled": "bool",
4949
"validation_errors": "list[ValidationError]",
5050
}
5151

@@ -486,7 +486,7 @@ def total_amount(self):
486486
The total of the payments that make up the batch (read-only) # noqa: E501
487487
488488
:return: The total_amount of this BatchPayment. # noqa: E501
489-
:rtype: str
489+
:rtype: float
490490
"""
491491
return self._total_amount
492492

@@ -497,7 +497,7 @@ def total_amount(self, total_amount):
497497
The total of the payments that make up the batch (read-only) # noqa: E501
498498
499499
:param total_amount: The total_amount of this BatchPayment. # noqa: E501
500-
:type: str
500+
:type: float
501501
"""
502502

503503
self._total_amount = total_amount
@@ -532,7 +532,7 @@ def is_reconciled(self):
532532
Booelan that tells you if the batch payment has been reconciled (read-only) # noqa: E501
533533
534534
:return: The is_reconciled of this BatchPayment. # noqa: E501
535-
:rtype: str
535+
:rtype: bool
536536
"""
537537
return self._is_reconciled
538538

@@ -543,7 +543,7 @@ def is_reconciled(self, is_reconciled):
543543
Booelan that tells you if the batch payment has been reconciled (read-only) # noqa: E501
544544
545545
:param is_reconciled: The is_reconciled of this BatchPayment. # noqa: E501
546-
:type: str
546+
:type: bool
547547
"""
548548

549549
self._is_reconciled = is_reconciled

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.33.0
13+
OpenAPI spec version: 2.33.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.33.0
13+
OpenAPI spec version: 2.33.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.33.0
6+
- API version: 2.33.1
77
- Package version: 1.21.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.33.0
13+
OpenAPI spec version: 2.33.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.33.0
13+
OpenAPI spec version: 2.33.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.33.0
13+
OpenAPI spec version: 2.33.1
1414
"""
1515

1616
import importlib

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.33.0
13+
OpenAPI spec version: 2.33.1
1414
"""
1515

1616
import importlib

0 commit comments

Comments
 (0)