-
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.
Merge pull request #718 from XeroAPI/OAS-6.3.0-node
Build from OAS 6.3.0
- Loading branch information
Showing
28 changed files
with
448 additions
and
32 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
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
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
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
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
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 Accounting API | ||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) | ||
* | ||
* 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). | ||
|
@@ -85,7 +85,7 @@ export enum AccountingApiApiKeys { | |
|
||
export class AccountingApi { | ||
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 AppStore API | ||
* These endpoints are for Xero Partners to interact with the App Store Billing platform | ||
* | ||
* 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). | ||
|
@@ -38,7 +38,7 @@ export enum AppStoreApiApiKeys { | |
|
||
export class AppStoreApi { | ||
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 Assets API | ||
* The Assets API exposes fixed asset related functions of the Xero Accounting application and can be used for a variety of purposes such as creating assets, retrieving asset valuations etc. | ||
* | ||
* 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). | ||
|
@@ -37,7 +37,7 @@ export enum AssetApiApiKeys { | |
|
||
export class AssetApi { | ||
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 Bank Feeds API | ||
* The Bank Feeds API is a closed API that is only available to financial institutions that have an established financial services partnership with Xero. If you\'re an existing financial services partner that wants access, contact your local Partner Manager. If you\'re a financial institution who wants to provide bank feeds to your business customers, contact us to become a financial services partner. | ||
* | ||
* 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). | ||
|
@@ -36,7 +36,7 @@ export enum BankFeedsApiApiKeys { | |
|
||
export class BankFeedsApi { | ||
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 Files API | ||
* These endpoints are specific to Xero Files API | ||
* | ||
* 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). | ||
|
@@ -36,7 +36,7 @@ export enum FilesApiApiKeys { | |
|
||
export class FilesApi { | ||
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 Finance API | ||
* The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital. | ||
* | ||
* 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). | ||
|
@@ -44,7 +44,7 @@ export enum FinanceApiApiKeys { | |
|
||
export class FinanceApi { | ||
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 = {}; | ||
|
||
|
Oops, something went wrong.