From f99dcb72811e3adbdbd4f2a32332080b1174e218 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Thu, 2 Apr 2026 00:32:38 +0000 Subject: [PATCH] Releasing 15.0.0 (OAS: 12.0.0) --- docs/accounting/index.html | 30 +++++++++++++++++-- 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-v2/index.html | 2 +- docs/payroll-au/index.html | 2 +- docs/payroll-nz/index.html | 2 +- docs/payroll-uk/index.html | 6 ++-- docs/projects/index.html | 2 +- package.json | 2 +- src/gen/api/accountingApi.ts | 11 +++++-- src/gen/api/appStoreApi.ts | 4 +-- src/gen/api/assetApi.ts | 4 +-- src/gen/api/bankfeedsApi.ts | 4 +-- src/gen/api/filesApi.ts | 4 +-- src/gen/api/financeApi.ts | 4 +-- src/gen/api/payrollAUApi.ts | 4 +-- src/gen/api/payrollAUV2Api.ts | 4 +-- src/gen/api/payrollNZApi.ts | 4 +-- src/gen/api/payrollUKApi.ts | 4 +-- src/gen/api/projectApi.ts | 4 +-- src/gen/model/accounting/prepayment.ts | 9 ++++++ src/gen/model/payroll-uk/earningsRate.ts | 3 +- .../employeeStatutoryLeaveSummary.ts | 3 +- 26 files changed, 82 insertions(+), 40 deletions(-) diff --git a/docs/accounting/index.html b/docs/accounting/index.html index 5e644ecde..1ff891f47 100644 --- a/docs/accounting/index.html +++ b/docs/accounting/index.html @@ -4758,6 +4758,11 @@ "description" : "Returns Invoice number field. Reference field isn't available.", "readOnly" : true }, + "InvoiceNumber" : { + "type" : "string", + "description" : "Returns Invoice number for prepayment receive document only.", + "readOnly" : true + }, "UpdatedDateUTC" : { "type" : "string", "description" : "UTC timestamp of last update to the prepayment", @@ -6351,7 +6356,7 @@