Skip to content

Commit 5a131fc

Browse files
committed
update to OAS version 2.33.1
1 parent 50a8f63 commit 5a131fc

25 files changed

+110
-101
lines changed

docs/v4/accounting/index.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1639,9 +1639,11 @@
16391639
"enum" : [ "AUTHORISED", "DELETED" ]
16401640
},
16411641
"TotalAmount" : {
1642-
"type" : "string",
1642+
"type" : "number",
16431643
"description" : "The total of the payments that make up the batch (read-only)",
1644-
"readOnly" : true
1644+
"format" : "double",
1645+
"readOnly" : true,
1646+
"x-is-money" : true
16451647
},
16461648
"UpdatedDateUTC" : {
16471649
"type" : "string",
@@ -1651,7 +1653,7 @@
16511653
"x-is-msdate-time" : true
16521654
},
16531655
"IsReconciled" : {
1654-
"type" : "string",
1656+
"type" : "boolean",
16551657
"description" : "Booelan that tells you if the batch payment has been reconciled (read-only)",
16561658
"readOnly" : true
16571659
},
@@ -6068,7 +6070,7 @@
60686070
<nav id="scrollingNav">
60696071
<ul class="sidenav nav nav-list">
60706072
<li class="nav-header" data-group="Accounting"><strong>SDK: </strong><span id='sdk-name'></span></li>
6071-
<li class="nav-header" data-group="Accounting"><strong>VSN: </strong>4.24.0</li>
6073+
<li class="nav-header" data-group="Accounting"><strong>VSN: </strong>4.24.1</li>
60726074
<li class="nav-header" data-group="Accounting"><a href="#api-Accounting">Methods</a></li>
60736075
<li data-group="Accounting" data-name="createAccount" class="">
60746076
<a href="#api-Accounting-createAccount">createAccount</a>

docs/v4/appstore/index.html

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,8 @@
873873
"timestamp" : {
874874
"type" : "string",
875875
"description" : "DateTime in UTC of when the the product was consumed/used",
876-
"format" : "date-time"
876+
"format" : "date-time",
877+
"x-is-datetime" : true
877878
}
878879
},
879880
"description" : "Data transfer object for public create usage end point"
@@ -991,12 +992,14 @@
991992
"currentPeriodEnd" : {
992993
"type" : "string",
993994
"description" : "End of the current period that the subscription has been invoiced for.\n",
994-
"format" : "date-time"
995+
"format" : "date-time",
996+
"x-is-datetime" : true
995997
},
996998
"endDate" : {
997999
"type" : "string",
9981000
"description" : "If the subscription has been canceled, this is the date when the subscription ends. If null, the subscription is active and has not been cancelled",
999-
"format" : "date-time"
1001+
"format" : "date-time",
1002+
"x-is-datetime" : true
10001003
},
10011004
"id" : {
10021005
"type" : "string",
@@ -1018,7 +1021,8 @@
10181021
"startDate" : {
10191022
"type" : "string",
10201023
"description" : "Date when the subscription was first created.",
1021-
"format" : "date-time"
1024+
"format" : "date-time",
1025+
"x-is-datetime" : true
10221026
},
10231027
"status" : {
10241028
"type" : "string",
@@ -1040,7 +1044,8 @@
10401044
"endDate" : {
10411045
"type" : "string",
10421046
"description" : "Date when the subscription to this product will end",
1043-
"format" : "date-time"
1047+
"format" : "date-time",
1048+
"x-is-datetime" : true
10441049
},
10451050
"id" : {
10461051
"type" : "string",
@@ -1060,7 +1065,8 @@
10601065
"startDate" : {
10611066
"type" : "string",
10621067
"description" : "Date the subscription started, or will start. Note: this could be in\nthe future for downgrades or reduced number of seats that haven't taken effect yet.\n",
1063-
"format" : "date-time"
1068+
"format" : "date-time",
1069+
"x-is-datetime" : true
10641070
},
10651071
"status" : {
10661072
"type" : "string",
@@ -1114,7 +1120,8 @@
11141120
"recordedAt" : {
11151121
"type" : "string",
11161122
"description" : "The time when this usage was recorded in UTC",
1117-
"format" : "date-time"
1123+
"format" : "date-time",
1124+
"x-is-datetime" : true
11181125
},
11191126
"usageRecordId" : {
11201127
"type" : "string",
@@ -1230,7 +1237,7 @@
12301237
<nav id="scrollingNav">
12311238
<ul class="sidenav nav nav-list">
12321239
<li class="nav-header" data-group="AppStore"><strong>SDK: </strong><span id='sdk-name'></span></li>
1233-
<li class="nav-header" data-group="AppStore"><strong>VSN: </strong>4.24.0</li>
1240+
<li class="nav-header" data-group="AppStore"><strong>VSN: </strong>4.24.1</li>
12341241
<li class="nav-header" data-group="AppStore"><a href="#api-AppStore">Methods</a></li>
12351242
<li data-group="AppStore" data-name="getSubscription" class="">
12361243
<a href="#api-AppStore-getSubscription">getSubscription</a>
@@ -1605,7 +1612,7 @@ <h2>Parameters</h2>
16051612
"schema" : {
16061613
"$ref" : "#/components/schemas/CreateUsageRecord"
16071614
},
1608-
"example" : "{ \"timestamp\": \"2022-01-21T13:01:00Z\", \"quantity\": 10 }"
1615+
"example" : "{ \"timestamp\": \"2022-01-21T13:01:00\", \"quantity\": 10 }"
16091616
}
16101617
},
16111618
"required" : true

docs/v4/assets/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1388,7 +1388,7 @@
13881388
<nav id="scrollingNav">
13891389
<ul class="sidenav nav nav-list">
13901390
<li class="nav-header" data-group="Asset"><strong>SDK: </strong><span id='sdk-name'></span></li>
1391-
<li class="nav-header" data-group="Asset"><strong>VSN: </strong>4.24.0</li>
1391+
<li class="nav-header" data-group="Asset"><strong>VSN: </strong>4.24.1</li>
13921392
<li class="nav-header" data-group="Asset"><a href="#api-Asset">Methods</a></li>
13931393
<li data-group="Asset" data-name="createAsset" class="">
13941394
<a href="#api-Asset-createAsset">createAsset</a>

docs/v4/files/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1129,7 +1129,7 @@
11291129
<nav id="scrollingNav">
11301130
<ul class="sidenav nav nav-list">
11311131
<li class="nav-header" data-group="Files"><strong>SDK: </strong><span id='sdk-name'></span></li>
1132-
<li class="nav-header" data-group="Files"><strong>VSN: </strong>4.24.0</li>
1132+
<li class="nav-header" data-group="Files"><strong>VSN: </strong>4.24.1</li>
11331133
<li class="nav-header" data-group="Files"><a href="#api-Files">Methods</a></li>
11341134
<li data-group="Files" data-name="createFileAssociation" class="">
11351135
<a href="#api-Files-createFileAssociation">createFileAssociation</a>

docs/v4/finance/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2714,7 +2714,7 @@
27142714
<nav id="scrollingNav">
27152715
<ul class="sidenav nav nav-list">
27162716
<li class="nav-header" data-group="Finance"><strong>SDK: </strong><span id='sdk-name'></span></li>
2717-
<li class="nav-header" data-group="Finance"><strong>VSN: </strong>4.24.0</li>
2717+
<li class="nav-header" data-group="Finance"><strong>VSN: </strong>4.24.1</li>
27182718
<li class="nav-header" data-group="Finance"><a href="#api-Finance">Methods</a></li>
27192719
<li data-group="Finance" data-name="getAccountingActivityAccountUsage" class="">
27202720
<a href="#api-Finance-getAccountingActivityAccountUsage">getAccountingActivityAccountUsage</a>

docs/v4/payroll-au/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3343,7 +3343,7 @@
33433343
<nav id="scrollingNav">
33443344
<ul class="sidenav nav nav-list">
33453345
<li class="nav-header" data-group="PayrollAu"><strong>SDK: </strong><span id='sdk-name'></span></li>
3346-
<li class="nav-header" data-group="PayrollAu"><strong>VSN: </strong>4.24.0</li>
3346+
<li class="nav-header" data-group="PayrollAu"><strong>VSN: </strong>4.24.1</li>
33473347
<li class="nav-header" data-group="PayrollAu"><a href="#api-PayrollAu">Methods</a></li>
33483348
<li data-group="PayrollAu" data-name="createEmployee" class="">
33493349
<a href="#api-PayrollAu-createEmployee">createEmployee</a>

docs/v4/payroll-nz/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3834,7 +3834,7 @@
38343834
<nav id="scrollingNav">
38353835
<ul class="sidenav nav nav-list">
38363836
<li class="nav-header" data-group="PayrollNz"><strong>SDK: </strong><span id='sdk-name'></span></li>
3837-
<li class="nav-header" data-group="PayrollNz"><strong>VSN: </strong>4.24.0</li>
3837+
<li class="nav-header" data-group="PayrollNz"><strong>VSN: </strong>4.24.1</li>
38383838
<li class="nav-header" data-group="PayrollNz"><a href="#api-PayrollNz">Methods</a></li>
38393839
<li data-group="PayrollNz" data-name="approveTimesheet" class="">
38403840
<a href="#api-PayrollNz-approveTimesheet">approveTimesheet</a>

docs/v4/payroll-uk/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3506,7 +3506,7 @@
35063506
<nav id="scrollingNav">
35073507
<ul class="sidenav nav nav-list">
35083508
<li class="nav-header" data-group="PayrollUk"><strong>SDK: </strong><span id='sdk-name'></span></li>
3509-
<li class="nav-header" data-group="PayrollUk"><strong>VSN: </strong>4.24.0</li>
3509+
<li class="nav-header" data-group="PayrollUk"><strong>VSN: </strong>4.24.1</li>
35103510
<li class="nav-header" data-group="PayrollUk"><a href="#api-PayrollUk">Methods</a></li>
35113511
<li data-group="PayrollUk" data-name="approveTimesheet" class="">
35123512
<a href="#api-PayrollUk-approveTimesheet">approveTimesheet</a>

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.24.0</version>
8+
<version>4.24.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.33.0
5+
* The version of the OpenAPI document: 2.33.1
66
* Contact: [email protected]
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -100,7 +100,7 @@ public class AccountingApi {
100100
private ApiClient apiClient;
101101
private static AccountingApi instance = null;
102102
private String userAgent = "Default";
103-
private String version = "4.24.0";
103+
private String version = "4.24.1";
104104
static final Logger logger = LoggerFactory.getLogger(AccountingApi.class);
105105

106106
/** AccountingApi */

0 commit comments

Comments
 (0)