Skip to content

Commit

Permalink
Merge pull request #241 from XeroAPI/sid-development
Browse files Browse the repository at this point in the history
Sid development
  • Loading branch information
SidneyAllen authored Jun 29, 2020
2 parents 99c55ea + 9f0f9ab commit d37725d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion 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.4"
version: "2.2.5"
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"
contact:
name: "Xero Platform Team"
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.4"
version: "2.2.5"
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.4"
version: "2.2.5"
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.4"
version: "2.2.5"
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
2 changes: 1 addition & 1 deletion 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.4'
version: '2.2.5'
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
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.4'
version: '2.2.5'
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.4"
version: "2.2.5"
title: Xero Projects API
description: This is the Xero Projects API
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"
Expand Down

2 comments on commit d37725d

@jenksguo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @SidneyAllen, it seems like the AccrueLeave has not been switched from "number" to "boolean" yet.

The latest version still has type of number.

https://github.com/XeroAPI/Xero-OpenAPI/blob/master/payroll-au-yaml/xero-payroll-au.yaml#L3295

@jenksguo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @SidneyAllen, please ignore my message. My is-money extension actually messed it up.

I will raise a new PR to fix it.

Please sign in to comment.