Skip to content

Commit d9dc6e2

Browse files
authored
Merge pull request #272 from XeroAPI/sid-development
Sid development
2 parents d105a82 + 912029f commit d9dc6e2

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

accounting-yaml/xero_accounting.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.0
22
info:
33
title: Accounting API
4-
version: "2.2.13"
4+
version: "2.2.14"
55
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"
66
contact:
77
name: "Xero Platform Team"

assets-yaml/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.2.13"
3+
version: "2.2.14"
44
title: Xero Assets API
55
description: This is the Xero Assets API
66
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"

bankfeeds-yaml/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.2.13"
3+
version: "2.2.14"
44
title: Bank Feeds API
55
description: This specifing endpoints Xero Bank feeds API
66
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"

identity-yaml/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.2.13"
3+
version: "2.2.14"
44
title: Xero oAuth 2 identity service
55
description: This specifing endpoints related to managing authentication tokens and identity for Xero API
66
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"

payroll-au-yaml/xero-payroll-au.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.0
22
info:
3-
version: '2.2.13'
3+
version: '2.2.14'
44
title: 'Xero Payroll AU'
55
description: 'This is the Xero Payroll API for orgs in Australia region.'
66
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"
@@ -835,7 +835,7 @@ paths:
835835
"Name": "Annual Leave",
836836
"TypeOfUnits": "Hours",
837837
"NormalEntitlement": 152,
838-
"LeaveLoadingRate": 1,
838+
"LeaveLoadingRate": 1.0,
839839
"IsPaidLeave": true,
840840
"ShowOnPayslip": true,
841841
"UpdatedDateUTC": "/Date(1573620853000+0000)/",

payroll-uk-yaml/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.2.13'
3+
version: '2.2.14'
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/"

projects-yaml/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.2.13"
3+
version: "2.2.14"
44
title: Xero Projects API
55
description: This is the Xero Projects API
66
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"

0 commit comments

Comments
 (0)