Skip to content

Commit 2acaaaa

Browse files
authored
Merge pull request #263 from XeroAPI/sid-development
Build from OAS 2.9.4
2 parents 3ff17c9 + 5c4c164 commit 2acaaaa

File tree

11 files changed

+33
-19
lines changed

11 files changed

+33
-19
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>xero-java</artifactId>
66
<packaging>jar</packaging>
77
<name>xero-java</name>
8-
<version>4.7.0</version>
8+
<version>4.7.1</version>
99
<url>https://github.com/XeroAPI/Xero-Java</url>
1010
<description>This is the official Java SDK for Xero API</description>
1111
<licenses>

src/main/java/com/xero/api/client/AccountingApi.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Xero Accounting API
33
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
44
*
5-
* The version of the OpenAPI document: 2.9.3
5+
* The version of the OpenAPI document: 2.9.4
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -97,7 +97,7 @@ public class AccountingApi {
9797
private ApiClient apiClient;
9898
private static AccountingApi instance = null;
9999
private String userAgent = "Default";
100-
private String version = "4.7.0";
100+
private String version = "4.7.1";
101101
static final Logger logger = LoggerFactory.getLogger(AccountingApi.class);
102102

103103
public AccountingApi() {

src/main/java/com/xero/api/client/AssetApi.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Xero Assets API
33
* 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.
44
*
5-
* The version of the OpenAPI document: 2.9.3
5+
* The version of the OpenAPI document: 2.9.4
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -47,7 +47,7 @@ public class AssetApi {
4747
private ApiClient apiClient;
4848
private static AssetApi instance = null;
4949
private String userAgent = "Default";
50-
private String version = "4.7.0";
50+
private String version = "4.7.1";
5151
static final Logger logger = LoggerFactory.getLogger(AssetApi.class);
5252

5353
public AssetApi() {

src/main/java/com/xero/api/client/BankFeedsApi.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Xero Bank Feeds API
33
* 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.
44
*
5-
* The version of the OpenAPI document: 2.9.3
5+
* The version of the OpenAPI document: 2.9.4
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -45,7 +45,7 @@ public class BankFeedsApi {
4545
private ApiClient apiClient;
4646
private static BankFeedsApi instance = null;
4747
private String userAgent = "Default";
48-
private String version = "4.7.0";
48+
private String version = "4.7.1";
4949
static final Logger logger = LoggerFactory.getLogger(BankFeedsApi.class);
5050

5151
public BankFeedsApi() {

src/main/java/com/xero/api/client/FilesApi.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Xero Files API
33
* These endpoints are specific to Xero Files API
44
*
5-
* The version of the OpenAPI document: 2.9.3
5+
* The version of the OpenAPI document: 2.9.4
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -52,7 +52,7 @@ public class FilesApi {
5252
private ApiClient apiClient;
5353
private static FilesApi instance = null;
5454
private String userAgent = "Default";
55-
private String version = "4.7.0";
55+
private String version = "4.7.1";
5656
static final Logger logger = LoggerFactory.getLogger(FilesApi.class);
5757

5858
public FilesApi() {

src/main/java/com/xero/api/client/IdentityApi.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Xero OAuth 2 Identity Service API
33
* These endpoints are related to managing authentication tokens and identity for Xero API
44
*
5-
* The version of the OpenAPI document: 2.9.3
5+
* The version of the OpenAPI document: 2.9.4
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -43,7 +43,7 @@ public class IdentityApi {
4343
private ApiClient apiClient;
4444
private static IdentityApi instance = null;
4545
private String userAgent = "Default";
46-
private String version = "4.7.0";
46+
private String version = "4.7.1";
4747
static final Logger logger = LoggerFactory.getLogger(IdentityApi.class);
4848

4949
public IdentityApi() {

src/main/java/com/xero/api/client/PayrollAuApi.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Xero Payroll AU API
33
* This is the Xero Payroll API for orgs in Australia region.
44
*
5-
* The version of the OpenAPI document: 2.9.3
5+
* The version of the OpenAPI document: 2.9.4
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -62,7 +62,7 @@ public class PayrollAuApi {
6262
private ApiClient apiClient;
6363
private static PayrollAuApi instance = null;
6464
private String userAgent = "Default";
65-
private String version = "4.7.0";
65+
private String version = "4.7.1";
6666
static final Logger logger = LoggerFactory.getLogger(PayrollAuApi.class);
6767

6868
public PayrollAuApi() {

src/main/java/com/xero/api/client/PayrollNzApi.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Xero Payroll NZ
33
* This is the Xero Payroll API for orgs in the NZ region.
44
*
5-
* The version of the OpenAPI document: 2.9.3
5+
* The version of the OpenAPI document: 2.9.4
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -104,7 +104,7 @@ public class PayrollNzApi {
104104
private ApiClient apiClient;
105105
private static PayrollNzApi instance = null;
106106
private String userAgent = "Default";
107-
private String version = "4.7.0";
107+
private String version = "4.7.1";
108108
static final Logger logger = LoggerFactory.getLogger(PayrollNzApi.class);
109109

110110
public PayrollNzApi() {

src/main/java/com/xero/api/client/PayrollUkApi.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Xero Payroll UK
33
* This is the Xero Payroll API for orgs in the UK region.
44
*
5-
* The version of the OpenAPI document: 2.9.3
5+
* The version of the OpenAPI document: 2.9.4
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -104,7 +104,7 @@ public class PayrollUkApi {
104104
private ApiClient apiClient;
105105
private static PayrollUkApi instance = null;
106106
private String userAgent = "Default";
107-
private String version = "4.7.0";
107+
private String version = "4.7.1";
108108
static final Logger logger = LoggerFactory.getLogger(PayrollUkApi.class);
109109

110110
public PayrollUkApi() {

src/main/java/com/xero/api/client/ProjectApi.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Xero Projects API
33
* This is the Xero Projects API
44
*
5-
* The version of the OpenAPI document: 2.9.3
5+
* The version of the OpenAPI document: 2.9.4
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -54,7 +54,7 @@ public class ProjectApi {
5454
private ApiClient apiClient;
5555
private static ProjectApi instance = null;
5656
private String userAgent = "Default";
57-
private String version = "4.7.0";
57+
private String version = "4.7.1";
5858
static final Logger logger = LoggerFactory.getLogger(ProjectApi.class);
5959

6060
public ProjectApi() {

0 commit comments

Comments
 (0)