Skip to content

Commit f9aa3c5

Browse files
authored
Merge pull request #593 from XeroAPI/isue-590-fix-object-serializer
Issue 590 fix object serializer
2 parents 835ec8c + 315bb71 commit f9aa3c5

File tree

35 files changed

+148
-136
lines changed

35 files changed

+148
-136
lines changed

docs/accounting/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6070,7 +6070,7 @@
60706070
<nav id="scrollingNav">
60716071
<ul class="sidenav nav nav-list">
60726072
<li class="nav-header" data-group="Accounting"><strong>SDK: </strong><span id='sdk-name'></span></li>
6073-
<li class="nav-header" data-group="Accounting"><strong>VSN: </strong>4.23.0</li>
6073+
<li class="nav-header" data-group="Accounting"><strong>VSN: </strong>4.24.0</li>
60746074
<li class="nav-header" data-group="Accounting"><a href="#api-Accounting">Methods</a></li>
60756075
<li data-group="Accounting" data-name="createAccount" class="">
60766076
<a href="#api-Accounting-createAccount">createAccount</a>
@@ -21980,7 +21980,7 @@ <h3>Usage and SDK Samples</h3>
2198021980
const page = 1;
2198121981
const includeArchived = true;
2198221982
const summaryOnly = true;
21983-
const searchTerm = 'searchTerm=Joe Bloggs';
21983+
const searchTerm = 'Joe Bloggs';
2198421984

2198521985
try {
2198621986
const response = await xero.accountingApi.getContacts(xeroTenantId, ifModifiedSince, where, order, iDs, page, includeArchived, summaryOnly, searchTerm);

docs/appstore/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1142,7 +1142,7 @@
11421142
<nav id="scrollingNav">
11431143
<ul class="sidenav nav nav-list">
11441144
<li class="nav-header" data-group="AppStore"><strong>SDK: </strong><span id='sdk-name'></span></li>
1145-
<li class="nav-header" data-group="AppStore"><strong>VSN: </strong>4.23.0</li>
1145+
<li class="nav-header" data-group="AppStore"><strong>VSN: </strong>4.24.0</li>
11461146
<li class="nav-header" data-group="AppStore"><a href="#api-AppStore">Methods</a></li>
11471147
<li data-group="AppStore" data-name="getSubscription" class="">
11481148
<a href="#api-AppStore-getSubscription">getSubscription</a>

docs/assets/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1393,7 +1393,7 @@
13931393
<nav id="scrollingNav">
13941394
<ul class="sidenav nav nav-list">
13951395
<li class="nav-header" data-group="Asset"><strong>SDK: </strong><span id='sdk-name'></span></li>
1396-
<li class="nav-header" data-group="Asset"><strong>VSN: </strong>4.23.0</li>
1396+
<li class="nav-header" data-group="Asset"><strong>VSN: </strong>4.24.0</li>
13971397
<li class="nav-header" data-group="Asset"><a href="#api-Asset">Methods</a></li>
13981398
<li data-group="Asset" data-name="createAsset" class="">
13991399
<a href="#api-Asset-createAsset">createAsset</a>

docs/bankfeeds/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1269,7 +1269,7 @@
12691269
<nav id="scrollingNav">
12701270
<ul class="sidenav nav nav-list">
12711271
<li class="nav-header" data-group="BankFeeds"><strong>SDK: </strong><span id='sdk-name'></span></li>
1272-
<li class="nav-header" data-group="BankFeeds"><strong>VSN: </strong>4.23.0</li>
1272+
<li class="nav-header" data-group="BankFeeds"><strong>VSN: </strong>4.24.0</li>
12731273
<li class="nav-header" data-group="BankFeeds"><a href="#api-BankFeeds">Methods</a></li>
12741274
<li data-group="BankFeeds" data-name="createFeedConnections" class="">
12751275
<a href="#api-BankFeeds-createFeedConnections">createFeedConnections</a>

docs/files/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1156,7 +1156,7 @@
11561156
<nav id="scrollingNav">
11571157
<ul class="sidenav nav nav-list">
11581158
<li class="nav-header" data-group="Files"><strong>SDK: </strong><span id='sdk-name'></span></li>
1159-
<li class="nav-header" data-group="Files"><strong>VSN: </strong>4.23.0</li>
1159+
<li class="nav-header" data-group="Files"><strong>VSN: </strong>4.24.0</li>
11601160
<li class="nav-header" data-group="Files"><a href="#api-Files">Methods</a></li>
11611161
<li data-group="Files" data-name="createFileAssociation" class="">
11621162
<a href="#api-Files-createFileAssociation">createFileAssociation</a>

docs/finance/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2719,7 +2719,7 @@
27192719
<nav id="scrollingNav">
27202720
<ul class="sidenav nav nav-list">
27212721
<li class="nav-header" data-group="Finance"><strong>SDK: </strong><span id='sdk-name'></span></li>
2722-
<li class="nav-header" data-group="Finance"><strong>VSN: </strong>4.23.0</li>
2722+
<li class="nav-header" data-group="Finance"><strong>VSN: </strong>4.24.0</li>
27232723
<li class="nav-header" data-group="Finance"><a href="#api-Finance">Methods</a></li>
27242724
<li data-group="Finance" data-name="getAccountingActivityAccountUsage" class="">
27252725
<a href="#api-Finance-getAccountingActivityAccountUsage">getAccountingActivityAccountUsage</a>

docs/payroll-au/index.html

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1294,7 +1294,7 @@
12941294
},
12951295
"Gender" : {
12961296
"type" : "string",
1297-
"description" : "The employee’s gender. See Employee Gender",
1297+
"description" : "The employee’s gender. See Employee Gender",
12981298
"example" : "F",
12991299
"enum" : [ "N", "M", "F", "I" ]
13001300
},
@@ -1628,6 +1628,13 @@
16281628
}
16291629
},
16301630
"description" : ""
1631+
};
1632+
defs["LeaveCategoryCode"] = {
1633+
"title" : "",
1634+
"type" : "string",
1635+
"description" : "Code used to identify the Leave Category",
1636+
"example" : "ANNUALLEAVE",
1637+
"enum" : [ "ANNUALLEAVE", "LONGSERVICELEAVE", "PERSONALCARERSLEAVE", "ROSTEREDDAYOFF", "TIMEOFFINLIEU", "COMPASSIONATEANDBEREAVEMENTLEAVE", "STUDYLEAVE", "FAMILYANDDOMESTICVIOLENCELEAVE", "SPECIALPAIDLEAVE", "COMMUNITYSERVICELEAVE", "JURYDUTYLEAVE", "DEFENCERESERVELEAVE" ]
16311638
};
16321639
defs["LeaveEarningsLine"] = {
16331640
"title" : "",
@@ -1813,6 +1820,14 @@
18131820
"type" : "boolean",
18141821
"description" : "Is the current record",
18151822
"example" : true
1823+
},
1824+
"LeaveCategoryCode" : {
1825+
"$ref" : "#/components/schemas/LeaveCategoryCode"
1826+
},
1827+
"SGCExempt" : {
1828+
"type" : "boolean",
1829+
"description" : "Set this to indicate that the leave type is exempt from superannuation guarantee contribution",
1830+
"example" : true
18161831
}
18171832
},
18181833
"description" : ""
@@ -3260,7 +3275,7 @@
32603275
<nav id="scrollingNav">
32613276
<ul class="sidenav nav nav-list">
32623277
<li class="nav-header" data-group="PayrollAu"><strong>SDK: </strong><span id='sdk-name'></span></li>
3263-
<li class="nav-header" data-group="PayrollAu"><strong>VSN: </strong>4.23.0</li>
3278+
<li class="nav-header" data-group="PayrollAu"><strong>VSN: </strong>4.24.0</li>
32643279
<li class="nav-header" data-group="PayrollAu"><a href="#api-PayrollAu">Methods</a></li>
32653280
<li data-group="PayrollAu" data-name="createEmployee" class="">
32663281
<a href="#api-PayrollAu-createEmployee">createEmployee</a>

docs/payroll-nz/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3839,7 +3839,7 @@
38393839
<nav id="scrollingNav">
38403840
<ul class="sidenav nav nav-list">
38413841
<li class="nav-header" data-group="PayrollNz"><strong>SDK: </strong><span id='sdk-name'></span></li>
3842-
<li class="nav-header" data-group="PayrollNz"><strong>VSN: </strong>4.23.0</li>
3842+
<li class="nav-header" data-group="PayrollNz"><strong>VSN: </strong>4.24.0</li>
38433843
<li class="nav-header" data-group="PayrollNz"><a href="#api-PayrollNz">Methods</a></li>
38443844
<li data-group="PayrollNz" data-name="approveTimesheet" class="">
38453845
<a href="#api-PayrollNz-approveTimesheet">approveTimesheet</a>

docs/payroll-uk/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3511,7 +3511,7 @@
35113511
<nav id="scrollingNav">
35123512
<ul class="sidenav nav nav-list">
35133513
<li class="nav-header" data-group="PayrollUk"><strong>SDK: </strong><span id='sdk-name'></span></li>
3514-
<li class="nav-header" data-group="PayrollUk"><strong>VSN: </strong>4.23.0</li>
3514+
<li class="nav-header" data-group="PayrollUk"><strong>VSN: </strong>4.24.0</li>
35153515
<li class="nav-header" data-group="PayrollUk"><a href="#api-PayrollUk">Methods</a></li>
35163516
<li data-group="PayrollUk" data-name="approveTimesheet" class="">
35173517
<a href="#api-PayrollUk-approveTimesheet">approveTimesheet</a>

docs/projects/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1463,7 +1463,7 @@
14631463
<nav id="scrollingNav">
14641464
<ul class="sidenav nav nav-list">
14651465
<li class="nav-header" data-group="Project"><strong>SDK: </strong><span id='sdk-name'></span></li>
1466-
<li class="nav-header" data-group="Project"><strong>VSN: </strong>4.23.0</li>
1466+
<li class="nav-header" data-group="Project"><strong>VSN: </strong>4.24.0</li>
14671467
<li class="nav-header" data-group="Project"><a href="#api-Project">Methods</a></li>
14681468
<li data-group="Project" data-name="createProject" class="">
14691469
<a href="#api-Project-createProject">createProject</a>

0 commit comments

Comments
 (0)