From b4ffb4d918cf66dfee0d25e0538d30242139c5b0 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Mon, 10 Aug 2026 00:12:35 +0000 Subject: [PATCH] Releasing 19.1.0 (OAS: 16.2.0) --- docs/accounting/index.html | 133 +++++++++++++++++++++++++++++-- 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 | 2 +- docs/projects/index.html | 2 +- package.json | 2 +- src/gen/api/accountingApi.ts | 41 ++++++++-- 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/item.ts | 20 ++++- 24 files changed, 208 insertions(+), 48 deletions(-) diff --git a/docs/accounting/index.html b/docs/accounting/index.html index 8e254ada5..8788eee60 100644 --- a/docs/accounting/index.html +++ b/docs/accounting/index.html @@ -3519,10 +3519,22 @@ }, "QuantityOnHand" : { "type" : "number", - "description" : "The quantity of the item on hand", + "description" : "The quantity of the item on hand. This will be 0 if `QuantityOnBackOrder` is greater than 0.", "format" : "double", "x-is-money" : true }, + "QuantityAvailable" : { + "type" : "number", + "description" : "The quantity of the item available. This is equal to `QuantityOnHand` - `QuantityOnBackOrder`. This value will be negative if `QuantityOnBackOrder` is greater than 0.", + "format" : "double", + "readOnly" : true + }, + "QuantityOnBackOrder" : { + "type" : "number", + "description" : "The quantity of the item on backorder. This will be 0 if `QuantityOnHand` is greater than 0.", + "format" : "double", + "readOnly" : true + }, "UpdatedDateUTC" : { "type" : "string", "description" : "Last modified date in UTC format", @@ -6495,7 +6507,7 @@