Skip to content

Commit fd2f4bc

Browse files
authored
Merge pull request #250 from XeroAPI/sid-development
version 4.5.1
2 parents 5675293 + db4e988 commit fd2f4bc

File tree

447 files changed

+489
-460
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

447 files changed

+489
-460
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.5.0</version>
8+
<version>4.5.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: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public class AccountingApi {
8686
private ApiClient apiClient;
8787
private static AccountingApi instance = null;
8888
private String userAgent = "Default";
89-
private String version = "4.5.0";
89+
private String version = "4.5.1";
9090
static final Logger logger = LoggerFactory.getLogger(AccountingApi.class);
9191

9292
public AccountingApi() {
@@ -1219,7 +1219,9 @@ public HttpResponse createBankTransferAttachmentByFileNameForHttpResponse(
12191219
}
12201220

12211221
/**
1222-
* <b>200</b> - Success - return response of type HistoryRecords array of HistoryRecord objects
1222+
* Allows you to create history record for a bank transfers
1223+
*
1224+
* <p><b>200</b> - Success - return response of type HistoryRecords array of HistoryRecord objects
12231225
*
12241226
* <p><b>400</b> - A failed request due to validation error
12251227
*
@@ -2879,8 +2881,10 @@ public HttpResponse createCreditNotesForHttpResponse(
28792881
}
28802882

28812883
/**
2882-
* <b>200</b> - Unsupported - return response incorrect exception, API is not able to create new
2883-
* Currency
2884+
* Allows you to create a new currency for an org
2885+
*
2886+
* <p><b>200</b> - Unsupported - return response incorrect exception, API is not able to create
2887+
* new Currency
28842888
*
28852889
* @param xeroTenantId Xero identifier for Tenant
28862890
* @param currency Currency obejct in the body of request
@@ -20945,7 +20949,9 @@ public HttpResponse updateBankTransferAttachmentByFileNameForHttpResponse(
2094520949
}
2094620950

2094720951
/**
20948-
* <b>200</b> - Success - return response of type Contacts array with an updated Contact
20952+
* Allows you to update one contact in a Xero organisation
20953+
*
20954+
* <p><b>200</b> - Success - return response of type Contacts array with an updated Contact
2094920955
*
2095020956
* <p><b>400</b> - A failed request due to validation error
2095120957
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public class AssetApi {
3535
private ApiClient apiClient;
3636
private static AssetApi instance = null;
3737
private String userAgent = "Default";
38-
private String version = "4.5.0";
38+
private String version = "4.5.1";
3939
static final Logger logger = LoggerFactory.getLogger(AssetApi.class);
4040

4141
public AssetApi() {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class BankFeedsApi {
3333
private ApiClient apiClient;
3434
private static BankFeedsApi instance = null;
3535
private String userAgent = "Default";
36-
private String version = "4.5.0";
36+
private String version = "4.5.1";
3737
static final Logger logger = LoggerFactory.getLogger(BankFeedsApi.class);
3838

3939
public BankFeedsApi() {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public class IdentityApi {
3131
private ApiClient apiClient;
3232
private static IdentityApi instance = null;
3333
private String userAgent = "Default";
34-
private String version = "4.5.0";
34+
private String version = "4.5.1";
3535
static final Logger logger = LoggerFactory.getLogger(IdentityApi.class);
3636

3737
public IdentityApi() {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public class PayrollAuApi {
5050
private ApiClient apiClient;
5151
private static PayrollAuApi instance = null;
5252
private String userAgent = "Default";
53-
private String version = "4.5.0";
53+
private String version = "4.5.1";
5454
static final Logger logger = LoggerFactory.getLogger(PayrollAuApi.class);
5555

5656
public PayrollAuApi() {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public class PayrollNzApi {
9292
private ApiClient apiClient;
9393
private static PayrollNzApi instance = null;
9494
private String userAgent = "Default";
95-
private String version = "4.5.0";
95+
private String version = "4.5.1";
9696
static final Logger logger = LoggerFactory.getLogger(PayrollNzApi.class);
9797

9898
public PayrollNzApi() {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public class PayrollUkApi {
9292
private ApiClient apiClient;
9393
private static PayrollUkApi instance = null;
9494
private String userAgent = "Default";
95-
private String version = "4.5.0";
95+
private String version = "4.5.1";
9696
static final Logger logger = LoggerFactory.getLogger(PayrollUkApi.class);
9797

9898
public PayrollUkApi() {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public class ProjectApi {
4242
private ApiClient apiClient;
4343
private static ProjectApi instance = null;
4444
private String userAgent = "Default";
45-
private String version = "4.5.0";
45+
private String version = "4.5.1";
4646
static final Logger logger = LoggerFactory.getLogger(ProjectApi.class);
4747

4848
public ProjectApi() {

src/main/java/com/xero/models/accounting/Account.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* 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.7.0
5+
* The version of the OpenAPI document: 2.8.2
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

0 commit comments

Comments
 (0)