From 1d46111fc6204595a207cbd5641cf9950532c411 Mon Sep 17 00:00:00 2001 From: Sidney Maestre Date: Wed, 3 Mar 2021 17:36:51 -0800 Subject: [PATCH] Add Auth0 library for verifying JWTs --- docs/v4/accounting/index.html | 6373 ++++++++--------- pom.xml | 7 +- src/main/java/com/xero/api/ApiClient.java | 28 +- .../com/xero/api/client/AccountingApi.java | 2 +- .../java/com/xero/api/client/AssetApi.java | 2 +- .../com/xero/api/client/BankFeedsApi.java | 2 +- .../java/com/xero/api/client/FilesApi.java | 2 +- .../java/com/xero/api/client/IdentityApi.java | 2 +- .../com/xero/api/client/PayrollAuApi.java | 2 +- .../com/xero/api/client/PayrollNzApi.java | 2 +- .../com/xero/api/client/PayrollUkApi.java | 2 +- .../java/com/xero/api/client/ProjectApi.java | 2 +- 12 files changed, 3050 insertions(+), 3376 deletions(-) diff --git a/docs/v4/accounting/index.html b/docs/v4/accounting/index.html index e51cc3da..0d86de79 100644 --- a/docs/v4/accounting/index.html +++ b/docs/v4/accounting/index.html @@ -2,7 +2,7 @@ - Accounting API + Xero Accounting API @@ -1744,6 +1744,20 @@ "externalDocs" : { "url" : "https://developer.xero.com/documentation/api/organisation" } +}; + defs["CISOrgSettings"] = { + "title" : "", + "type" : "object", + "properties" : { + "CISSettings" : { + "type" : "array", + "items" : { + "$ref" : "#/components/schemas/CISOrgSetting" + } + } + }, + "description" : "", + "x-isObjectArray" : true }; defs["CISSetting"] = { "title" : "", @@ -2276,6 +2290,13 @@ "items" : { "$ref" : "#/components/schemas/ValidationError" } + }, + "Warnings" : { + "type" : "array", + "description" : "Displays array of warning messages from the API", + "items" : { + "$ref" : "#/components/schemas/ValidationError" + } } }, "description" : "", @@ -4028,7 +4049,14 @@ "PaymentID" : { "type" : "string", "description" : "The Xero identifier for an Payment e.g. 297c2dc5-cc47-4afd-8ec8-74990b8761e9", - "format" : "uuid" + "format" : "uuid", + "example" : "00000000-0000-0000-0000-000000000000" + }, + "BatchPaymentID" : { + "type" : "string", + "description" : "Present if the payment was created as part of a batch.", + "format" : "uuid", + "example" : "00000000-0000-0000-0000-000000000000" }, "BankAccountNumber" : { "type" : "string", @@ -6354,16 +6382,16 @@
-

Accounting API

+

Xero Accounting API