-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information
1 parent
7f0f1de
commit 28663cb
Showing
4 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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). | ||
|
@@ -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 = {}; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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). | ||
|
@@ -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 = {}; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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). | ||
|
@@ -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 = {}; | ||
|
||
|