From 1904c0af4889c6d7f62c0a2c3344b2f480762647 Mon Sep 17 00:00:00 2001 From: Anu Thomas Date: Mon, 12 Feb 2024 17:41:51 +0530 Subject: [PATCH 1/2] Build from OpenAPI v3.0.1 Fixes Payments API does not parse returned Warnings property --- docs/accounting/index.html | 9 +- 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 | 584 ++++++++++++++-------------- docs/projects/index.html | 2 +- package.json | 2 +- src/gen/api/accountingApi.ts | 2 +- src/gen/api/appStoreApi.ts | 4 +- src/gen/api/assetApi.ts | 4 +- src/gen/api/bankfeedsApi.ts | 4 +- src/gen/api/filesApi.ts | 2 +- src/gen/api/financeApi.ts | 4 +- src/gen/api/payrollAUApi.ts | 4 +- src/gen/api/payrollNZApi.ts | 4 +- src/gen/api/payrollUKApi.ts | 4 +- src/gen/api/projectApi.ts | 4 +- src/gen/model/accounting/payment.ts | 9 + 22 files changed, 336 insertions(+), 320 deletions(-) diff --git a/docs/accounting/index.html b/docs/accounting/index.html index 1155bf89..9e4d65d3 100644 --- a/docs/accounting/index.html +++ b/docs/accounting/index.html @@ -4377,6 +4377,13 @@ "items" : { "$ref" : "#/components/schemas/ValidationError" } + }, + "Warnings" : { + "type" : "array", + "description" : "Displays array of warning messages from the API", + "items" : { + "$ref" : "#/components/schemas/ValidationError" + } } }, "description" : "", @@ -6094,7 +6101,7 @@