Skip to content

Commit

Permalink
PETOSS 583 | Auto PR build script issue (#316)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
actions-user and Vignesh Kennadi committed Sep 13, 2024
1 parent 7f0f1de commit 28663cb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/payroll-uk/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4853,7 +4853,7 @@ <h3>Usage and SDK Samples</h3>
leaveTypeID: "00000000-0000-0000-0000-000000000000",
scheduleOfAccrual: EmployeeLeaveType.ScheduleOfAccrualEnum.BeginningOfCalendarYear,
openingBalance: 5.25,
scheduleOfAccrualDate:
scheduleOfAccrualDate: 2024-05-01
};

try {
Expand Down
4 changes: 2 additions & 2 deletions src/gen/api/payrollAUApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down Expand Up @@ -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 = {};

Expand Down
4 changes: 2 additions & 2 deletions src/gen/api/payrollNZApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down Expand Up @@ -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 = {};

Expand Down
4 changes: 2 additions & 2 deletions src/gen/api/payrollUKApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down Expand Up @@ -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 = {};

Expand Down

0 comments on commit 28663cb

Please sign in to comment.