Skip to content

Commit aa705e4

Browse files
authored
Merge pull request #510 from XeroAPI/update-taxtype-and-reporttaxtype-enum
Add missing report tax type codes
2 parents 5defa77 + 6836207 commit aa705e4

11 files changed

+20
-13
lines changed

xero-app-store.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.0
22
info:
3-
version: "2.28.1"
3+
version: "2.29.0"
44
title: Xero AppStore API
55
description: These endpoints are for Xero Partners to interact with the App Store Billing platform
66
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"

xero-finance.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.0
22
info:
3-
version: "2.28.1"
3+
version: "2.29.0"
44
title: Xero Finance API
55
description: The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital.
66
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"

xero-identity.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.0
22
info:
3-
version: "2.28.1"
3+
version: "2.29.0"
44
title: Xero OAuth 2 Identity Service API
55
description: These endpoints are related to managing authentication tokens and identity for Xero API
66
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"

xero-payroll-au.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.0
22
info:
3-
version: '2.28.1'
3+
version: '2.29.0'
44
title: 'Xero Payroll AU API'
55
description: 'This is the Xero Payroll API for orgs in Australia region.'
66
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"

xero-payroll-nz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.0
22
info:
3-
version: '2.28.1'
3+
version: '2.29.0'
44
title: 'Xero Payroll NZ'
55
description: 'This is the Xero Payroll API for orgs in the NZ region.'
66
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"

xero-payroll-uk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.0
22
info:
3-
version: '2.28.1'
3+
version: '2.29.0'
44
title: 'Xero Payroll UK'
55
description: 'This is the Xero Payroll API for orgs in the UK region.'
66
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"

xero-projects.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.0
22
info:
3-
version: "2.28.1"
3+
version: "2.29.0"
44
title: Xero Projects API
55
description: This is the Xero Projects API
66
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"

xero_accounting.yaml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.0
22
info:
33
title: Xero Accounting API
4-
version: "2.28.1"
4+
version: "2.29.0"
55
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"
66
contact:
77
name: "Xero Platform Team"
@@ -23640,7 +23640,7 @@ components:
2364023640
$ref: '#/components/schemas/CurrencyCode'
2364123641
type: string
2364223642
TaxType:
23643-
description: The tax type from TaxRates
23643+
description: The tax type from taxRates
2364423644
type: string
2364523645
EnablePaymentsToAccount:
2364623646
description: Boolean – describes whether account can have payments applied to it
@@ -25931,7 +25931,7 @@ components:
2593125931
readOnly: true
2593225932
example: 0.00
2593325933
TaxType:
25934-
description: The tax type from TaxRates
25934+
description: The tax type from taxRates
2593525935
type: string
2593625936
TaxName:
2593725937
description: see TaxRates
@@ -28173,6 +28173,13 @@ components:
2817328173
- TXRCREINPUT
2817428174
- TXRCESSINPUT
2817528175
- TXRCTSINPUT
28176+
- CAPEXINPUT
28177+
- UNDEFINED
28178+
- CAPEXOUTPUT
28179+
- ZEROEXPOUTPUT
28180+
- GOODSIMPORT
28181+
- NONEINPUT
28182+
- NOTREPORTED
2817628183
CanApplyToAssets:
2817728184
description: Boolean to describe if tax rate can be used for asset accounts i.e. true,false
2817828185
readOnly: true

xero_assets.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.0
22
info:
3-
version: "2.28.1"
3+
version: "2.29.0"
44
title: Xero Assets API
55
description: The Assets API exposes fixed asset related functions of the Xero Accounting application and can be used for a variety of purposes such as creating assets, retrieving asset valuations etc.
66
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"

xero_bankfeeds.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.0
22
info:
3-
version: "2.28.1"
3+
version: "2.29.0"
44
title: Xero Bank Feeds API
55
description: The Bank Feeds API is a closed API that is only available to financial institutions that have an established financial services partnership with Xero.
66
If you're an existing financial services partner that wants access, contact your local Partner Manager.

0 commit comments

Comments
 (0)