From 0cd1bf8945d642bc2fb736b41311d9e583a13022 Mon Sep 17 00:00:00 2001 From: sangeet-joy_xero Date: Mon, 14 Apr 2025 11:16:11 +0530 Subject: [PATCH 1/4] Update from new OAS version --- docs/payroll-uk/index.html | 2 +- src/gen/model/accounting/organisation.ts | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/payroll-uk/index.html b/docs/payroll-uk/index.html index b3b773e61..264da6150 100644 --- a/docs/payroll-uk/index.html +++ b/docs/payroll-uk/index.html @@ -2562,7 +2562,7 @@ "type" : "string", "description" : "The employee's NI Category letter.", "example" : "I", - "enum" : [ "A", "B", "C", "D", "E", "F", "H", "I", "J", "K", "L", "M", "N", "S", "V", "X", "Z" ] + "enum" : [ "A", "B", "C", "F", "H", "I", "J", "L", "M", "S", "V", "X", "Z", "D", "E", "K", "N" ] }; defs["NICategory_oneOf"] = { "title" : "", diff --git a/src/gen/model/accounting/organisation.ts b/src/gen/model/accounting/organisation.ts index 8d732ce18..b63670259 100644 --- a/src/gen/model/accounting/organisation.ts +++ b/src/gen/model/accounting/organisation.ts @@ -392,7 +392,8 @@ export namespace Organisation { ULTIMATE100 = 'ULTIMATE_100', IGNITE = 'IGNITE', GROW = 'GROW', - COMPREHENSIVE = 'COMPREHENSIVE' + COMPREHENSIVE = 'COMPREHENSIVE', + SIMPLE = 'SIMPLE' } export enum EditionEnum { BUSINESS = 'BUSINESS', From 4f5ab1912b2e23c57875310d07e17cebe82c3379 Mon Sep 17 00:00:00 2001 From: sangeet-joy_xero Date: Wed, 16 Apr 2025 10:04:40 +0530 Subject: [PATCH 2/4] Package version updated --- docs/accounting/index.html | 4 ++-- docs/appstore/index.html | 2 +- docs/assets/index.html | 2 +- docs/bankfeeds/index.html | 2 +- docs/files/index.html | 2 +- docs/finance/index.html | 2 +- docs/payroll-au/index.html | 2 +- docs/payroll-nz/index.html | 2 +- docs/payroll-uk/index.html | 2 +- docs/projects/index.html | 2 +- package-lock.json | 4 ++-- package.json | 2 +- src/gen/api/accountingApi.ts | 2 +- src/gen/api/appStoreApi.ts | 2 +- src/gen/api/assetApi.ts | 2 +- src/gen/api/bankfeedsApi.ts | 2 +- src/gen/api/filesApi.ts | 2 +- src/gen/api/financeApi.ts | 2 +- src/gen/api/payrollAUApi.ts | 2 +- src/gen/api/payrollNZApi.ts | 2 +- src/gen/api/payrollUKApi.ts | 2 +- src/gen/api/projectApi.ts | 2 +- 22 files changed, 24 insertions(+), 24 deletions(-) diff --git a/docs/accounting/index.html b/docs/accounting/index.html index f24b701d1..d7a19684c 100644 --- a/docs/accounting/index.html +++ b/docs/accounting/index.html @@ -4193,7 +4193,7 @@ "Class" : { "type" : "string", "description" : "Organisation Classes describe which plan the Xero organisation is on (e.g. DEMO, TRIAL, PREMIUM)", - "enum" : [ "DEMO", "TRIAL", "STARTER", "STANDARD", "PREMIUM", "PREMIUM_20", "PREMIUM_50", "PREMIUM_100", "LEDGER", "GST_CASHBOOK", "NON_GST_CASHBOOK", "ULTIMATE", "LITE", "ULTIMATE_10", "ULTIMATE_20", "ULTIMATE_50", "ULTIMATE_100", "IGNITE", "GROW", "COMPREHENSIVE" ] + "enum" : [ "DEMO", "TRIAL", "STARTER", "STANDARD", "PREMIUM", "PREMIUM_20", "PREMIUM_50", "PREMIUM_100", "LEDGER", "GST_CASHBOOK", "NON_GST_CASHBOOK", "ULTIMATE", "LITE", "ULTIMATE_10", "ULTIMATE_20", "ULTIMATE_50", "ULTIMATE_100", "IGNITE", "GROW", "COMPREHENSIVE", "SIMPLE" ] }, "Edition" : { "type" : "string", @@ -6340,7 +6340,7 @@