From 28663cba4f305b3f81e5733a9cd7a695bc76c34b Mon Sep 17 00:00:00 2001 From: Github Actions Date: Fri, 13 Sep 2024 13:25:21 +0000 Subject: [PATCH] PETOSS 583 | Auto PR build script issue (#316) * Auto PR build script issue * fixed issues while generating Dotnet SDK * fixed issue while generating python SDK * Adds changes to test Ruby SDK * removed uncommented codes * fixed issue findings * test changes in PR * increase version for testing * corrected version increase * Revert "corrected version increase" This reverts commit 87a8b4f35066adac8a05148dd175dd5119481bac. * Revert "increase version for testing" This reverts commit c6b01a2496775a722ee670586c54a1a57d96f5a6. * Revert "test changes in PR" This reverts commit 68d566960af1d776737e87d6cd96f661c367ddf6. * Revert "fixed issue findings" This reverts commit 57e38337fb3e076c0a98c5b43f92cd28bde962a0. * Revert "removed uncommented codes" This reverts commit 67a5816300eb3cd18927b2a0a28f0c2d0a69fc24. * Revert "Adds changes to test Ruby SDK" This reverts commit 114fbbbee4f8d1828d05ca852634377b9a24b3db. --------- Co-authored-by: Vignesh Kennadi --- docs/payroll-uk/index.html | 2 +- src/gen/api/payrollAUApi.ts | 4 ++-- src/gen/api/payrollNZApi.ts | 4 ++-- src/gen/api/payrollUKApi.ts | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/payroll-uk/index.html b/docs/payroll-uk/index.html index eecadb91..0ed33ea3 100644 --- a/docs/payroll-uk/index.html +++ b/docs/payroll-uk/index.html @@ -4853,7 +4853,7 @@

Usage and SDK Samples

leaveTypeID: "00000000-0000-0000-0000-000000000000", scheduleOfAccrual: EmployeeLeaveType.ScheduleOfAccrualEnum.BeginningOfCalendarYear, openingBalance: 5.25, - scheduleOfAccrualDate: + scheduleOfAccrualDate: 2024-05-01 }; try { diff --git a/src/gen/api/payrollAUApi.ts b/src/gen/api/payrollAUApi.ts index c4f6d233..26d49c1b 100644 --- a/src/gen/api/payrollAUApi.ts +++ b/src/gen/api/payrollAUApi.ts @@ -2,7 +2,7 @@ * Xero Payroll AU API * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 6.2.0 + * The version of the OpenAPI document: 6.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -53,7 +53,7 @@ export enum PayrollAuApiApiKeys { export class PayrollAuApi { protected _basePath = defaultBasePath; - protected defaultHeaders : any = {'user-agent': 'xero-node-9.2.0'}; + protected defaultHeaders : any = {'user-agent': 'xero-node-9.3.0'}; protected _useQuerystring : boolean = false; protected binaryHeaders : any = {}; diff --git a/src/gen/api/payrollNZApi.ts b/src/gen/api/payrollNZApi.ts index 2db40a06..b2c8b2d6 100644 --- a/src/gen/api/payrollNZApi.ts +++ b/src/gen/api/payrollNZApi.ts @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 6.2.0 + * The version of the OpenAPI document: 6.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -97,7 +97,7 @@ export enum PayrollNzApiApiKeys { export class PayrollNzApi { protected _basePath = defaultBasePath; - protected defaultHeaders : any = {'user-agent': 'xero-node-9.2.0'}; + protected defaultHeaders : any = {'user-agent': 'xero-node-9.3.0'}; protected _useQuerystring : boolean = false; protected binaryHeaders : any = {}; diff --git a/src/gen/api/payrollUKApi.ts b/src/gen/api/payrollUKApi.ts index 26b09865..8ec54fc4 100644 --- a/src/gen/api/payrollUKApi.ts +++ b/src/gen/api/payrollUKApi.ts @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 6.2.0 + * The version of the OpenAPI document: 6.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -94,7 +94,7 @@ export enum PayrollUkApiApiKeys { export class PayrollUkApi { protected _basePath = defaultBasePath; - protected defaultHeaders : any = {'user-agent': 'xero-node-9.2.0'}; + protected defaultHeaders : any = {'user-agent': 'xero-node-9.3.0'}; protected _useQuerystring : boolean = false; protected binaryHeaders : any = {};