Skip to content

Commit

Permalink
Merge pull request #279 from XeroAPI/sid-development
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
SidneyAllen authored Sep 18, 2020
2 parents 0b99ed4 + 807832f commit e4fc65c
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 11 deletions.
3 changes: 1 addition & 2 deletions accounting-yaml/xero_accounting.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.0
info:
title: Accounting API
version: "2.2.15"
version: "2.3.0"
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"
contact:
name: "Xero Platform Team"
Expand Down Expand Up @@ -18657,7 +18657,6 @@ components:
Details:
description: (Non-NZ Only) These details are sent to the org’s bank as a reference for the batch payment transaction. They will also show with the batch payment transaction in the bank reconciliation Find & Match screen. Depending on your individual bank, the detail may also show on the bank statement imported into Xero. Maximum field length = 18
type: string
maxLength: 18
Narrative:
description: (UK Only) Only shows on the statement line in Xero. Max length =18
type: string
Expand Down
2 changes: 1 addition & 1 deletion assets-yaml/xero_assets.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.0
info:
version: "2.2.15"
version: "2.3.0"
title: Xero Assets API
description: This is the Xero Assets API
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"
Expand Down
2 changes: 1 addition & 1 deletion bankfeeds-yaml/xero_bankfeeds.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.0
info:
version: "2.2.15"
version: "2.3.0"
title: Bank Feeds API
description: This specifing endpoints Xero Bank feeds API
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"
Expand Down
2 changes: 1 addition & 1 deletion identity-yaml/xero-identity.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.0
info:
version: "2.2.15"
version: "2.3.0"
title: Xero oAuth 2 identity service
description: This specifing endpoints related to managing authentication tokens and identity for Xero API
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"
Expand Down
5 changes: 2 additions & 3 deletions payroll-au-yaml/xero-payroll-au.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.0
info:
version: '2.2.15'
version: '2.3.0'
title: 'Xero Payroll AU'
description: 'This is the Xero Payroll API for orgs in Australia region.'
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"
Expand Down Expand Up @@ -3461,7 +3461,6 @@ components:
TaxDeclaration:
required:
- EmployeeID
- EmploymentBasis
properties:
EmployeeID:
description: Address line 1 for employee home address
Expand Down Expand Up @@ -4010,7 +4009,7 @@ components:
example: 2187a42b-639a-45cb-9eed-cd4ae488306a
EmployeeNumber:
description: The memberhsip number assigned to the employee by the super fund.
type: number
type: string
example: 1234
AccountType:
description: See Account Types
Expand Down
2 changes: 1 addition & 1 deletion payroll-nz/xero-payroll-nz.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.0
info:
version: '2.2.15'
version: '2.3.0'
title: 'Xero Payroll NZ'
description: 'This is the Xero Payroll API for orgs in the NZ region.'
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"
Expand Down
2 changes: 1 addition & 1 deletion payroll-uk-yaml/xero-payroll-uk.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.0
info:
version: '2.2.15'
version: '2.3.0'
title: 'Xero Payroll UK'
description: 'This is the Xero Payroll API for orgs in the UK region.'
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"
Expand Down
2 changes: 1 addition & 1 deletion projects-yaml/Xero-projects.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.0
info:
version: "2.2.15"
version: "2.3.0"
title: Xero Projects API
description: This is the Xero Projects API
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"
Expand Down

0 comments on commit e4fc65c

Please sign in to comment.