From 85e3706e1a4a70427213f737161926cf5ef52ad4 Mon Sep 17 00:00:00 2001 From: Richard DeMarco Date: Wed, 30 Aug 2023 12:42:25 -0600 Subject: [PATCH] update to XeroOpenAPI v2.40.0 --- docs/accounting/index.html | 4013 ++++++++++++++--- docs/appstore/index.html | 62 +- docs/assets/index.html | 48 +- docs/bankfeeds/index.html | 71 +- docs/files/index.html | 140 +- docs/finance/index.html | 4 +- docs/payroll-au/index.html | 349 +- docs/payroll-nz/index.html | 669 ++- docs/payroll-uk/index.html | 623 ++- docs/projects/index.html | 163 +- package.json | 2 +- src/gen/api/accountingApi.ts | 617 ++- src/gen/api/appStoreApi.ts | 12 +- src/gen/api/assetApi.ts | 12 +- src/gen/api/bankfeedsApi.ts | 16 +- src/gen/api/filesApi.ts | 28 +- src/gen/api/financeApi.ts | 4 +- src/gen/api/payrollAUApi.ts | 64 +- src/gen/api/payrollNZApi.ts | 120 +- src/gen/api/payrollUKApi.ts | 112 +- src/gen/api/projectApi.ts | 32 +- src/gen/model/accounting/accountType.ts | 6 +- src/gen/model/accounting/allocation.ts | 18 + src/gen/model/accounting/contact.ts | 9 - src/gen/model/accounting/models.ts | 1 + .../model/accounting/tenNinetyNineContact.ts | 38 + src/gen/model/finance/problemType.ts | 3 +- src/gen/model/payroll-au/leavePeriodStatus.ts | 4 +- 28 files changed, 6168 insertions(+), 1072 deletions(-) diff --git a/docs/accounting/index.html b/docs/accounting/index.html index e82d1689d..4381d0d80 100644 --- a/docs/accounting/index.html +++ b/docs/accounting/index.html @@ -975,7 +975,7 @@ "title" : "", "type" : "string", "description" : "See Account Types", - "enum" : [ "BANK", "CURRENT", "CURRLIAB", "DEPRECIATN", "DIRECTCOSTS", "EQUITY", "EXPENSE", "FIXED", "INVENTORY", "LIABILITY", "NONCURRENT", "OTHERINCOME", "OVERHEADS", "PREPAYMENT", "REVENUE", "SALES", "TERMLIAB", "PAYGLIABILITY", "PAYG", "SUPERANNUATIONEXPENSE", "SUPERANNUATIONLIABILITY", "WAGESEXPENSE" ] + "enum" : [ "BANK", "CURRENT", "CURRLIAB", "DEPRECIATN", "DIRECTCOSTS", "EQUITY", "EXPENSE", "FIXED", "INVENTORY", "LIABILITY", "NONCURRENT", "OTHERINCOME", "OVERHEADS", "PREPAYMENT", "REVENUE", "SALES", "TERMLIAB", "PAYG" ] }; defs["Accounts"] = { "title" : "", @@ -1183,6 +1183,11 @@ "required" : [ "Amount", "Date", "Invoice" ], "type" : "object", "properties" : { + "AllocationID" : { + "type" : "string", + "description" : "Xero generated unique identifier", + "format" : "uuid" + }, "Invoice" : { "$ref" : "#/components/schemas/Invoice" }, @@ -1206,6 +1211,11 @@ "description" : "the date the allocation is applied YYYY-MM-DD.", "x-is-msdate" : true }, + "IsDeleted" : { + "type" : "boolean", + "description" : "A flag that returns true when the allocation is succesfully deleted", + "readOnly" : true + }, "StatusAttributeString" : { "type" : "string", "description" : "A string to indicate if a invoice status" @@ -2068,10 +2078,6 @@ "type" : "string", "description" : "Email address of contact person (umlauts not supported) (max length = 255)" }, - "SkypeUserName" : { - "type" : "string", - "description" : "Skype user name of contact" - }, "ContactPersons" : { "type" : "array", "description" : "See contact persons", @@ -5810,6 +5816,19 @@ "type" : "string", "description" : "Contact contact id", "format" : "uuid" + }, + "LegalName" : { + "type" : "string", + "description" : "Contact legal name" + }, + "BusinessName" : { + "type" : "string", + "description" : "Contact business name" + }, + "FederalTaxClassification" : { + "type" : "string", + "description" : "Contact federal tax classification", + "enum" : [ "SOLE_PROPRIETOR", "PARTNERSHIP", "TRUST_OR_ESTATE", "NONPROFIT", "C_CORP", "S_CORP", "OTHER" ] } }, "description" : "" @@ -6075,7 +6094,7 @@