Skip to content

Commit 203b1fd

Browse files
authored
Merge pull request #340 from XeroAPI/sid-development
bump version
2 parents 9548dc9 + 377f342 commit 203b1fd

File tree

9 files changed

+12
-12
lines changed

9 files changed

+12
-12
lines changed

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.7.0"
3+
version: "2.8.0"
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/"

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.7.0'
3+
version: '2.8.0'
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/"

xero-payroll-nz.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.0
22
info:
3-
version: '2.7.0'
3+
version: '2.8.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/"
@@ -3969,7 +3969,7 @@ paths:
39693969
}
39703970
],
39713971
"taxSettings": {
3972-
"periodUnits": 1,
3972+
"periodUnits": 1.0,
39733973
"periodType": "weeks",
39743974
"taxCode": "M",
39753975
"specialTaxRate": null,
@@ -4129,7 +4129,7 @@ paths:
41294129
}
41304130
],
41314131
"taxSettings": {
4132-
"periodUnits": 1,
4132+
"periodUnits": 1.0,
41334133
"periodType": "weeks",
41344134
"taxCode": "M",
41354135
"specialTaxRate": null,
@@ -4312,7 +4312,7 @@ paths:
43124312
}
43134313
],
43144314
"taxSettings": {
4315-
"periodUnits": 1,
4315+
"periodUnits": 1.0,
43164316
"periodType": "weeks",
43174317
"taxCode": "M",
43184318
"specialTaxRate": null,

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.7.0'
3+
version: '2.8.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.7.0"
3+
version: "2.8.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: 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.7.0"
4+
version: "2.8.0"
55
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"
66
contact:
77
name: "Xero Platform Team"

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.7.0"
3+
version: "2.8.0"
44
title: Xero Assets API
55
description: This is the Xero Assets API
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.7.0"
3+
version: "2.8.0"
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/"

xero_files.yaml

Lines changed: 1 addition & 1 deletion
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.7.0"
7+
version: "2.8.0"
88
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"
99
contact:
1010
name: "Xero Platform Team"

0 commit comments

Comments
 (0)