-
Notifications
You must be signed in to change notification settings - Fork 89
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 #338 from XeroAPI/update-to-XeroAPI-v2_37
update to OAS 2.37
- Loading branch information
Showing
24 changed files
with
115 additions
and
98 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
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: 2.36.0 | ||
* The version of the OpenAPI document: 2.37.0 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
|
@@ -101,7 +101,7 @@ public class AccountingApi { | |
private ApiClient apiClient; | ||
private static AccountingApi instance = null; | ||
private String userAgent = "Default"; | ||
private String version = "4.26.0"; | ||
private String version = "4.27.0"; | ||
static final Logger logger = LoggerFactory.getLogger(AccountingApi.class); | ||
|
||
/** AccountingApi */ | ||
|
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: 2.36.0 | ||
* The version of the OpenAPI document: 2.37.0 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
|
@@ -46,7 +46,7 @@ public class AppStoreApi { | |
private ApiClient apiClient; | ||
private static AppStoreApi instance = null; | ||
private String userAgent = "Default"; | ||
private String version = "4.26.0"; | ||
private String version = "4.27.0"; | ||
static final Logger logger = LoggerFactory.getLogger(AppStoreApi.class); | ||
|
||
/** AppStoreApi */ | ||
|
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: 2.36.0 | ||
* The version of the OpenAPI document: 2.37.0 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
|
@@ -49,7 +49,7 @@ public class AssetApi { | |
private ApiClient apiClient; | ||
private static AssetApi instance = null; | ||
private String userAgent = "Default"; | ||
private String version = "4.26.0"; | ||
private String version = "4.27.0"; | ||
static final Logger logger = LoggerFactory.getLogger(AssetApi.class); | ||
|
||
/** AssetApi */ | ||
|
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: 2.36.0 | ||
* The version of the OpenAPI document: 2.37.0 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
|
@@ -48,7 +48,7 @@ public class BankFeedsApi { | |
private ApiClient apiClient; | ||
private static BankFeedsApi instance = null; | ||
private String userAgent = "Default"; | ||
private String version = "4.26.0"; | ||
private String version = "4.27.0"; | ||
static final Logger logger = LoggerFactory.getLogger(BankFeedsApi.class); | ||
|
||
/** BankFeedsApi */ | ||
|
Oops, something went wrong.