From dd267a86690ae8cf425d37bdb05af80da2d10914 Mon Sep 17 00:00:00 2001 From: Sidney Maestre Date: Fri, 16 Oct 2020 14:24:21 -0700 Subject: [PATCH] update version to 2.3.5 --- xero-identity.yaml | 2 +- xero-payroll-au.yaml | 2 +- xero-payroll-nz.yaml | 2 +- xero-payroll-uk.yaml | 2 +- xero-projects.yaml | 2 +- xero_accounting.yaml | 64 +++++++++++++++++++++++++++++++------------- xero_assets.yaml | 2 +- xero_bankfeeds.yaml | 2 +- xero_files.yaml | 2 +- 9 files changed, 54 insertions(+), 26 deletions(-) diff --git a/xero-identity.yaml b/xero-identity.yaml index 9e1276fb5..dee1006b3 100644 --- a/xero-identity.yaml +++ b/xero-identity.yaml @@ -1,6 +1,6 @@ openapi: 3.0.0 info: - version: "2.3.4" + version: "2.3.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/" diff --git a/xero-payroll-au.yaml b/xero-payroll-au.yaml index 4fef0c66a..df0503297 100644 --- a/xero-payroll-au.yaml +++ b/xero-payroll-au.yaml @@ -1,6 +1,6 @@ openapi: 3.0.0 info: - version: '2.3.4' + version: '2.3.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/" diff --git a/xero-payroll-nz.yaml b/xero-payroll-nz.yaml index aec9c5095..0447b7dd6 100644 --- a/xero-payroll-nz.yaml +++ b/xero-payroll-nz.yaml @@ -1,6 +1,6 @@ openapi: 3.0.0 info: - version: '2.3.4' + version: '2.3.5' 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 f1a38f090..6928939c9 100644 --- a/xero-payroll-uk.yaml +++ b/xero-payroll-uk.yaml @@ -1,6 +1,6 @@ openapi: 3.0.0 info: - version: '2.3.4' + version: '2.3.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/" diff --git a/xero-projects.yaml b/xero-projects.yaml index 759b9381b..cef7ecb20 100644 --- a/xero-projects.yaml +++ b/xero-projects.yaml @@ -1,6 +1,6 @@ openapi: 3.0.0 info: - version: "2.3.4" + version: "2.3.5" 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 c7e9b9acf..da7ed9d91 100644 --- a/xero_accounting.yaml +++ b/xero_accounting.yaml @@ -1,7 +1,7 @@ openapi: 3.0.0 info: title: Accounting API - version: "2.3.4" + version: "2.3.5" termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/" contact: name: "Xero Platform Team" @@ -8870,37 +8870,65 @@ paths: schema: $ref: '#/components/schemas/Actions' example: '{ - "Actions":[ + "Id": "f02c0dd1-1917-4d57-9853-997f6bcaf2bc", + "Status": "OK", + "ProviderName": "Java OA2 dev 01", + "DateTimeUTC": "/Date(1602883301013)/", + "Actions": [ + { + "Name": "CreateApprovedInvoice", + "Status": "ALLOWED" + }, + { + "Name": "CreateDraftPurchaseOrder", + "Status": "ALLOWED" + }, + { + "Name": "CreateApprovedBill", + "Status": "ALLOWED" + }, + { + "Name": "AttachFilesIntoInvoice", + "Status": "ALLOWED" + }, { - "Name":"UseMulticurrency", - "Status":"ALLOWED" + "Name": "UseMulticurrency", + "Status": "ALLOWED" }, { - "Name":"CreateApprovedBill", - "Status":"NOT-ALLOWED" + "Name": "CreateDraftInvoice", + "Status": "ALLOWED" }, { - "Name":"CreateDraftBill", - "Status":"ALLOWED" + "Name": "CreateRepeatingInvoice", + "Status": "ALLOWED" }, { - "Name":"CreateRepeatingBill", - "Status":"NOT-ALLOWED" + "Name": "CreateRepeatingBill", + "Status": "ALLOWED" }, { - "Name":"CreateApprovedInvoice", - "Status":"ALLOWED" + "Name": "CreateSentQuote", + "Status": "ALLOWED" }, { - "Name":"AttachFilesIntoInvoice", - "Status":"ALLOWED" + "Name": "CreateInvoicePayment", + "Status": "ALLOWED" }, { - "Name":"CreateDraftInvoice", - "Status":"ALLOWED" + "Name": "CreateApprovedPurchaseOrder", + "Status": "ALLOWED" + }, + { + "Name": "CreateDraftQuote", + "Status": "ALLOWED" + }, + { + "Name": "CreateDraftBill", + "Status": "ALLOWED" } - ] - }' + ] + }' '/Organisation/{OrganisationID}/CISSettings': parameters: - $ref: '#/components/parameters/requiredHeader' diff --git a/xero_assets.yaml b/xero_assets.yaml index d836aeca3..25c526438 100644 --- a/xero_assets.yaml +++ b/xero_assets.yaml @@ -1,6 +1,6 @@ openapi: 3.0.0 info: - version: "2.3.4" + version: "2.3.5" 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 143a38ee5..c1c8c81e5 100644 --- a/xero_bankfeeds.yaml +++ b/xero_bankfeeds.yaml @@ -1,6 +1,6 @@ openapi: 3.0.0 info: - version: "2.3.4" + version: "2.3.5" 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 7c25bb30e..db909a818 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.3.4" + version: "2.3.5" termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/" contact: name: "Xero Platform Team"