Skip to content

Commit 5b047f4

Browse files
Merge pull request #578 from Raghunath-S-S-J/master
Remove empty enum values from specs
2 parents b6f6e93 + fba3411 commit 5b047f4

11 files changed

+12
-17
lines changed

xero-app-store.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.0
22
info:
3-
version: "2.40.2"
3+
version: "2.40.3"
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.0
22
info:
3-
version: "2.40.2"
3+
version: "2.40.3"
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.0
22
info:
3-
version: "2.40.2"
3+
version: "2.40.3"
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

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.0
22
info:
3-
version: '2.40.2'
3+
version: "2.40.3"
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/"
@@ -5370,7 +5370,6 @@ components:
53705370
- FIXEDAMOUNTEACHPERIOD
53715371
- ENTERRATEINPAYTEMPLATE
53725372
- BASEDONORDINARYEARNINGS
5373-
- ""
53745373
SuperannuationContributionType:
53755374
type: string
53765375
enum:
@@ -5431,7 +5430,7 @@ components:
54315430
- EMPLOYEE
54325431
- CONTRACTOR
54335432
CountryOfResidence:
5434-
description: Country of residence as a valid ISO 3166-1 alpha-2 country code e.g. "AU", "NZ", "CA" or an empty string ("") to unset a previously set value. Only applicable, and mandatory if income type is WORKINGHOLIDAYMAKER.
5433+
description: Country of residence as a valid ISO 3166-1 alpha-2 country code e.g. "AU", "NZ", "CA". Only applicable, and mandatory if income type is WORKINGHOLIDAYMAKER.
54355434
type: string
54365435
example: "AU"
54375436
enum:
@@ -5685,7 +5684,6 @@ components:
56855684
- CW
56865685
- SX
56875686
- SS
5688-
- ""
56895687
IncomeType:
56905688
type: string
56915689
enum:

xero-payroll-nz.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.0
22
info:
3-
version: '2.40.2'
3+
version: "2.40.3"
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.0
22
info:
3-
version: '2.40.2'
3+
version: "2.40.3"
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

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.0
22
info:
3-
version: "2.40.2"
3+
version: "2.40.3"
44
title: Xero Projects API
55
description: This is the Xero Projects API
66
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"
@@ -1458,7 +1458,6 @@ components:
14581458
- ZMW
14591459
- ZMK
14601460
- ZWD
1461-
- ""
14621461
Error:
14631462
externalDocs:
14641463
url: 'https://developer.xero.com/documentation/projects/projects-response-codes'

xero_accounting.yaml

+1-2
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.40.2"
4+
version: "2.40.3"
55
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"
66
contact:
77
name: "Xero Platform Team"
@@ -25567,7 +25567,6 @@ components:
2556725567
- ZMW
2556825568
- ZMK
2556925569
- ZWD
25570-
- ""
2557125570
Employees:
2557225571
type: object
2557325572
x-isObjectArray: true

xero_assets.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.0
22
info:
3-
version: "2.40.2"
3+
version: "2.40.3"
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

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.0
22
info:
3-
version: "2.40.2"
3+
version: "2.40.3"
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.
@@ -1023,7 +1023,6 @@ components:
10231023
- ZMW
10241024
- ZMK
10251025
- ZWD
1026-
- ""
10271026
CountryCode:
10281027
type: string
10291028
example: "GB"

xero_files.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ servers:
44
url: https://api.xero.com/files.xro/1.0/
55
info:
66
title: Xero Files API
7-
version: "2.40.2"
7+
version: "2.40.3"
88
description: "These endpoints are specific to Xero Files API"
99
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"
1010
contact:

0 commit comments

Comments
 (0)