Skip to content

Commit

Permalink
Merge pull request #228 from XeroAPI/sid-development
Browse files Browse the repository at this point in the history
Changes for 2.2.1
  • Loading branch information
SidneyAllen authored Jun 15, 2020
2 parents 4e7908d + 6198f0a commit bd220eb
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 7 deletions.
38 changes: 37 additions & 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.0"
version: "2.2.1"
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"
contact:
name: "Xero Platform Team"
Expand Down Expand Up @@ -19308,6 +19308,12 @@ components:
properties:
Invoice:
$ref: '#/components/schemas/Invoice'
Overpayment:
$ref: '#/components/schemas/Overpayment'
Prepayment:
$ref: '#/components/schemas/Prepayment'
CreditNote:
$ref: '#/components/schemas/CreditNote'
Amount:
description: the amount being applied to the invoice
type: number
Expand All @@ -19318,6 +19324,14 @@ components:
format: date
#x-is-msdate: true
x-is-msdate-temp: true
StatusAttributeString:
description: A string to indicate if a invoice status
type: string
ValidationErrors:
description: Displays array of validation error messages from the API
type: array
items:
$ref: '#/components/schemas/ValidationError'
required:
- Amount
- Invoice
Expand Down Expand Up @@ -22163,6 +22177,8 @@ components:
enum:
- DAYSAFTERBILLDATE
- DAYSAFTERBILLMONTH
- DAYSAFTERINVOICEDATE
- DAYSAFTERINVOICEMONTH
- OFCURRENTMONTH
- OFFOLLOWINGMONTH
StartDate:
Expand Down Expand Up @@ -22338,6 +22354,26 @@ components:
- ZERORATEDOUTPUT
- DRCHARGESUPPLY
- DRCHARGE
- CAPINPUT
- CAPIMPORTS
- IMINPUT
- INPUT2
- CIUINPUT
- SRINPUT
- OUTPUT2
- SROUTPUT
- CAPOUTPUT
- SROUTPUT2
- CIUOUTPUT
- ZROUTPUT
- ZREXPORT
- ACC28PLUS
- ACCUPTO28
- OTHEROUTPUT
- SHOUTPUT
- ZRINPUT
- BADDEBT
- OTHERINPUT
CanApplyToAssets:
description: Boolean to describe if tax rate can be used for asset accounts i.e. true,false
readOnly: true
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.0"
version: "2.2.1"
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.0"
version: "2.2.1"
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.0"
version: "2.2.1"
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.0'
version: '2.2.1'
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.0'
version: '2.2.1'
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.0"
version: "2.2.1"
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 bd220eb

Please sign in to comment.