diff --git a/xero-identity.yaml b/xero-identity.yaml index 1753beb71..45234b50f 100644 --- a/xero-identity.yaml +++ b/xero-identity.yaml @@ -1,6 +1,6 @@ openapi: 3.0.0 info: - version: "2.6.1" + version: "2.7.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/" diff --git a/xero-payroll-au.yaml b/xero-payroll-au.yaml index 1249599a3..862b4eb38 100644 --- a/xero-payroll-au.yaml +++ b/xero-payroll-au.yaml @@ -1,6 +1,6 @@ openapi: 3.0.0 info: - version: '2.6.1' + version: '2.7.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/" diff --git a/xero-payroll-nz.yaml b/xero-payroll-nz.yaml index efe65af27..5c348f34a 100644 --- a/xero-payroll-nz.yaml +++ b/xero-payroll-nz.yaml @@ -1,6 +1,6 @@ openapi: 3.0.0 info: - version: '2.6.1' + version: '2.7.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/" diff --git a/xero-payroll-uk.yaml b/xero-payroll-uk.yaml index 163832eeb..92f9a0d0f 100644 --- a/xero-payroll-uk.yaml +++ b/xero-payroll-uk.yaml @@ -1,6 +1,6 @@ openapi: 3.0.0 info: - version: '2.6.1' + version: '2.7.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/" diff --git a/xero-projects.yaml b/xero-projects.yaml index af7e71267..19527d4b0 100644 --- a/xero-projects.yaml +++ b/xero-projects.yaml @@ -1,6 +1,6 @@ openapi: 3.0.0 info: - version: "2.6.1" + version: "2.7.0" title: Xero Projects API description: This is the Xero Projects API termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/" diff --git a/xero_accounting.yaml b/xero_accounting.yaml index aaec029b2..de57cb186 100644 --- a/xero_accounting.yaml +++ b/xero_accounting.yaml @@ -1,7 +1,7 @@ openapi: 3.0.0 info: title: Accounting API - version: "2.6.1" + version: "2.7.0" termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/" contact: name: "Xero Platform Team" @@ -19202,7 +19202,7 @@ components: ] }' schemas: - Address: + AddressForOrganisation: externalDocs: url: 'http://developer.xero.com/documentation/api/types' properties: @@ -19250,6 +19250,53 @@ components: maxLength: 255 type: string type: object + Address: + externalDocs: + url: 'http://developer.xero.com/documentation/api/types' + properties: + AddressType: + description: define the type of address + type: string + enum: + - POBOX + - STREET + AddressLine1: + description: max length = 500 + maxLength: 500 + type: string + AddressLine2: + description: max length = 500 + maxLength: 500 + type: string + AddressLine3: + description: max length = 500 + maxLength: 500 + type: string + AddressLine4: + description: max length = 500 + maxLength: 500 + type: string + City: + description: max length = 255 + maxLength: 255 + type: string + Region: + description: max length = 255 + maxLength: 255 + type: string + PostalCode: + description: max length = 50 + maxLength: 50 + type: string + Country: + description: 'max length = 50, [A-Z], [a-z] only' + maxLength: 50 + type: string + AttentionTo: + description: max length = 255 + maxLength: 255 + type: string + type: object Phone: externalDocs: url: 'http://developer.xero.com/documentation/api/types' @@ -21868,7 +21915,7 @@ components: description: Address details for organisation – see Addresses type: array items: - $ref: '#/components/schemas/Address' + $ref: '#/components/schemas/AddressForOrganisation' Phones: description: Phones details for organisation – see Phones type: array diff --git a/xero_assets.yaml b/xero_assets.yaml index 15d1ce3e5..803f41d4a 100644 --- a/xero_assets.yaml +++ b/xero_assets.yaml @@ -1,6 +1,6 @@ openapi: 3.0.0 info: - version: "2.6.1" + version: "2.7.0" title: Xero Assets API description: This is the Xero Assets API termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/" diff --git a/xero_bankfeeds.yaml b/xero_bankfeeds.yaml index 3684cd498..91fdf8c77 100644 --- a/xero_bankfeeds.yaml +++ b/xero_bankfeeds.yaml @@ -1,6 +1,6 @@ openapi: 3.0.0 info: - version: "2.6.1" + version: "2.7.0" title: Bank Feeds API description: This specifing endpoints Xero Bank feeds API termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/" diff --git a/xero_files.yaml b/xero_files.yaml index 06fa5893e..a22a3c3cf 100644 --- a/xero_files.yaml +++ b/xero_files.yaml @@ -4,7 +4,7 @@ servers: url: https://api.xero.com/files.xro/1.0/ info: title: Xero Files API - version: "2.6.1" + version: "2.7.0" termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/" contact: name: "Xero Platform Team"