Skip to content

Commit

Permalink
Merge pull request #557 from XeroAPI/xero-node-4.17.0
Browse files Browse the repository at this point in the history
generates from oas 2.17.1 including finance api
  • Loading branch information
RettBehrens authored Nov 3, 2021
2 parents 046dda2 + 415bc40 commit b428309
Show file tree
Hide file tree
Showing 70 changed files with 9,312 additions and 142 deletions.
23 changes: 22 additions & 1 deletion docs/accounting/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1984,6 +1984,11 @@
"description" : "Xero identifier",
"format" : "uuid"
},
"MergedToContactID" : {
"type" : "string",
"description" : "ID for the destination of a merged contact. Only returned when using paging or when fetching a contact by ContactId or ContactNumber.",
"format" : "uuid"
},
"ContactNumber" : {
"maxLength" : 50,
"type" : "string",
Expand Down Expand Up @@ -2014,6 +2019,11 @@
"type" : "string",
"description" : "Last name of contact person (max length = 255)"
},
"CompanyNumber" : {
"maxLength" : 50,
"type" : "string",
"description" : "Company registration number (max length = 50)"
},
"EmailAddress" : {
"maxLength" : 255,
"type" : "string",
Expand Down Expand Up @@ -2069,6 +2079,16 @@
"type" : "boolean",
"description" : "true or false – Boolean that describes if a contact has any AR invoices entered against them. Cannot be set via PUT or POST – it is automatically set when an accounts receivable invoice is generated against this contact."
},
"SalesDefaultLineAmountType" : {
"type" : "string",
"description" : "The default sales line amount type for a contact. Only available when summaryOnly parameter or paging is used, or when fetch by ContactId or ContactNumber.",
"enum" : [ "INCLUSIVE", "EXCLUSIVE", "NONE" ]
},
"PurchasesDefaultLineAmountType" : {
"type" : "string",
"description" : "The default purchases line amount type for a contact Only available when summaryOnly parameter or paging is used, or when fetch by ContactId or ContactNumber.",
"enum" : [ "INCLUSIVE", "EXCLUSIVE", "NONE" ]
},
"DefaultCurrency" : {
"$ref" : "#/components/schemas/CurrencyCode"
},
Expand Down Expand Up @@ -5923,6 +5943,7 @@
<option data-url="https://xeroapi.github.io/xero-node/payroll-nz/index.html" value="PayrollNz">Payroll (NZ)</option>
<option data-url="https://xeroapi.github.io/xero-node/bankfeeds/index.html" value="Bankfeeds">Bankfeeds</option>
<option data-url="https://xeroapi.github.io/xero-node/appstore/index.html" value="AppStore">App Store</option>
<option data-url="https://xeroapi.github.io/xero-node/finance/index.html" value="Finance">Finance</option>
</select>
</fieldset>
<div class='api-set-wrapper'>
Expand Down Expand Up @@ -5964,7 +5985,7 @@
<nav id="scrollingNav">
<ul class="sidenav nav nav-list">
<li class="nav-header" data-group="Accounting"><strong>SDK: </strong><span id='sdk-name'></span></li>
<li class="nav-header" data-group="Accounting"><strong>VSN: </strong>4.16.0</li>
<li class="nav-header" data-group="Accounting"><strong>VSN: </strong>4.17.0</li>
<li class="nav-header" data-group="Accounting"><a href="#api-Accounting">Methods</a></li>
<li data-group="Accounting" data-name="createAccount" class="">
<a href="#api-Accounting-createAccount">createAccount</a>
Expand Down
3 changes: 2 additions & 1 deletion docs/appstore/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1086,6 +1086,7 @@
<option data-url="https://xeroapi.github.io/xero-node/payroll-nz/index.html" value="PayrollNz">Payroll (NZ)</option>
<option data-url="https://xeroapi.github.io/xero-node/bankfeeds/index.html" value="Bankfeeds">Bankfeeds</option>
<option data-url="https://xeroapi.github.io/xero-node/appstore/index.html" value="AppStore">App Store</option>
<option data-url="https://xeroapi.github.io/xero-node/finance/index.html" value="Finance">Finance</option>
</select>
</fieldset>
<div class='api-set-wrapper'>
Expand Down Expand Up @@ -1127,7 +1128,7 @@
<nav id="scrollingNav">
<ul class="sidenav nav nav-list">
<li class="nav-header" data-group="AppStore"><strong>SDK: </strong><span id='sdk-name'></span></li>
<li class="nav-header" data-group="AppStore"><strong>VSN: </strong>4.16.0</li>
<li class="nav-header" data-group="AppStore"><strong>VSN: </strong>4.17.0</li>
<li class="nav-header" data-group="AppStore"><a href="#api-AppStore">Methods</a></li>
<li data-group="AppStore" data-name="getSubscription" class="">
<a href="#api-AppStore-getSubscription">getSubscription</a>
Expand Down
3 changes: 2 additions & 1 deletion docs/assets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1350,6 +1350,7 @@
<option data-url="https://xeroapi.github.io/xero-node/payroll-nz/index.html" value="PayrollNz">Payroll (NZ)</option>
<option data-url="https://xeroapi.github.io/xero-node/bankfeeds/index.html" value="Bankfeeds">Bankfeeds</option>
<option data-url="https://xeroapi.github.io/xero-node/appstore/index.html" value="AppStore">App Store</option>
<option data-url="https://xeroapi.github.io/xero-node/finance/index.html" value="Finance">Finance</option>
</select>
</fieldset>
<div class='api-set-wrapper'>
Expand Down Expand Up @@ -1391,7 +1392,7 @@
<nav id="scrollingNav">
<ul class="sidenav nav nav-list">
<li class="nav-header" data-group="Asset"><strong>SDK: </strong><span id='sdk-name'></span></li>
<li class="nav-header" data-group="Asset"><strong>VSN: </strong>4.16.0</li>
<li class="nav-header" data-group="Asset"><strong>VSN: </strong>4.17.0</li>
<li class="nav-header" data-group="Asset"><a href="#api-Asset">Methods</a></li>
<li data-group="Asset" data-name="createAsset" class="">
<a href="#api-Asset-createAsset">createAsset</a>
Expand Down
3 changes: 2 additions & 1 deletion docs/bankfeeds/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1227,6 +1227,7 @@
<option data-url="https://xeroapi.github.io/xero-node/payroll-nz/index.html" value="PayrollNz">Payroll (NZ)</option>
<option data-url="https://xeroapi.github.io/xero-node/bankfeeds/index.html" value="Bankfeeds">Bankfeeds</option>
<option data-url="https://xeroapi.github.io/xero-node/appstore/index.html" value="AppStore">App Store</option>
<option data-url="https://xeroapi.github.io/xero-node/finance/index.html" value="Finance">Finance</option>
</select>
</fieldset>
<div class='api-set-wrapper'>
Expand Down Expand Up @@ -1268,7 +1269,7 @@
<nav id="scrollingNav">
<ul class="sidenav nav nav-list">
<li class="nav-header" data-group="BankFeeds"><strong>SDK: </strong><span id='sdk-name'></span></li>
<li class="nav-header" data-group="BankFeeds"><strong>VSN: </strong>4.16.0</li>
<li class="nav-header" data-group="BankFeeds"><strong>VSN: </strong>4.17.0</li>
<li class="nav-header" data-group="BankFeeds"><a href="#api-BankFeeds">Methods</a></li>
<li data-group="BankFeeds" data-name="createFeedConnections" class="">
<a href="#api-BankFeeds-createFeedConnections">createFeedConnections</a>
Expand Down
3 changes: 2 additions & 1 deletion docs/files/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1114,6 +1114,7 @@
<option data-url="https://xeroapi.github.io/xero-node/payroll-nz/index.html" value="PayrollNz">Payroll (NZ)</option>
<option data-url="https://xeroapi.github.io/xero-node/bankfeeds/index.html" value="Bankfeeds">Bankfeeds</option>
<option data-url="https://xeroapi.github.io/xero-node/appstore/index.html" value="AppStore">App Store</option>
<option data-url="https://xeroapi.github.io/xero-node/finance/index.html" value="Finance">Finance</option>
</select>
</fieldset>
<div class='api-set-wrapper'>
Expand Down Expand Up @@ -1155,7 +1156,7 @@
<nav id="scrollingNav">
<ul class="sidenav nav nav-list">
<li class="nav-header" data-group="Files"><strong>SDK: </strong><span id='sdk-name'></span></li>
<li class="nav-header" data-group="Files"><strong>VSN: </strong>4.16.0</li>
<li class="nav-header" data-group="Files"><strong>VSN: </strong>4.17.0</li>
<li class="nav-header" data-group="Files"><a href="#api-Files">Methods</a></li>
<li data-group="Files" data-name="createFileAssociation" class="">
<a href="#api-Files-createFileAssociation">createFileAssociation</a>
Expand Down
5,618 changes: 5,618 additions & 0 deletions docs/finance/index.html

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion docs/payroll-au/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3204,6 +3204,7 @@
<option data-url="https://xeroapi.github.io/xero-node/payroll-nz/index.html" value="PayrollNz">Payroll (NZ)</option>
<option data-url="https://xeroapi.github.io/xero-node/bankfeeds/index.html" value="Bankfeeds">Bankfeeds</option>
<option data-url="https://xeroapi.github.io/xero-node/appstore/index.html" value="AppStore">App Store</option>
<option data-url="https://xeroapi.github.io/xero-node/finance/index.html" value="Finance">Finance</option>
</select>
</fieldset>
<div class='api-set-wrapper'>
Expand Down Expand Up @@ -3245,7 +3246,7 @@
<nav id="scrollingNav">
<ul class="sidenav nav nav-list">
<li class="nav-header" data-group="PayrollAu"><strong>SDK: </strong><span id='sdk-name'></span></li>
<li class="nav-header" data-group="PayrollAu"><strong>VSN: </strong>4.16.0</li>
<li class="nav-header" data-group="PayrollAu"><strong>VSN: </strong>4.17.0</li>
<li class="nav-header" data-group="PayrollAu"><a href="#api-PayrollAu">Methods</a></li>
<li data-group="PayrollAu" data-name="createEmployee" class="">
<a href="#api-PayrollAu-createEmployee">createEmployee</a>
Expand Down
3 changes: 2 additions & 1 deletion docs/payroll-nz/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3797,6 +3797,7 @@
<option data-url="https://xeroapi.github.io/xero-node/payroll-nz/index.html" value="PayrollNz">Payroll (NZ)</option>
<option data-url="https://xeroapi.github.io/xero-node/bankfeeds/index.html" value="Bankfeeds">Bankfeeds</option>
<option data-url="https://xeroapi.github.io/xero-node/appstore/index.html" value="AppStore">App Store</option>
<option data-url="https://xeroapi.github.io/xero-node/finance/index.html" value="Finance">Finance</option>
</select>
</fieldset>
<div class='api-set-wrapper'>
Expand Down Expand Up @@ -3838,7 +3839,7 @@
<nav id="scrollingNav">
<ul class="sidenav nav nav-list">
<li class="nav-header" data-group="PayrollNz"><strong>SDK: </strong><span id='sdk-name'></span></li>
<li class="nav-header" data-group="PayrollNz"><strong>VSN: </strong>4.16.0</li>
<li class="nav-header" data-group="PayrollNz"><strong>VSN: </strong>4.17.0</li>
<li class="nav-header" data-group="PayrollNz"><a href="#api-PayrollNz">Methods</a></li>
<li data-group="PayrollNz" data-name="approveTimesheet" class="">
<a href="#api-PayrollNz-approveTimesheet">approveTimesheet</a>
Expand Down
3 changes: 2 additions & 1 deletion docs/payroll-uk/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3465,6 +3465,7 @@
<option data-url="https://xeroapi.github.io/xero-node/payroll-nz/index.html" value="PayrollNz">Payroll (NZ)</option>
<option data-url="https://xeroapi.github.io/xero-node/bankfeeds/index.html" value="Bankfeeds">Bankfeeds</option>
<option data-url="https://xeroapi.github.io/xero-node/appstore/index.html" value="AppStore">App Store</option>
<option data-url="https://xeroapi.github.io/xero-node/finance/index.html" value="Finance">Finance</option>
</select>
</fieldset>
<div class='api-set-wrapper'>
Expand Down Expand Up @@ -3506,7 +3507,7 @@
<nav id="scrollingNav">
<ul class="sidenav nav nav-list">
<li class="nav-header" data-group="PayrollUk"><strong>SDK: </strong><span id='sdk-name'></span></li>
<li class="nav-header" data-group="PayrollUk"><strong>VSN: </strong>4.16.0</li>
<li class="nav-header" data-group="PayrollUk"><strong>VSN: </strong>4.17.0</li>
<li class="nav-header" data-group="PayrollUk"><a href="#api-PayrollUk">Methods</a></li>
<li data-group="PayrollUk" data-name="approveTimesheet" class="">
<a href="#api-PayrollUk-approveTimesheet">approveTimesheet</a>
Expand Down
3 changes: 2 additions & 1 deletion docs/projects/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1427,6 +1427,7 @@
<option data-url="https://xeroapi.github.io/xero-node/payroll-nz/index.html" value="PayrollNz">Payroll (NZ)</option>
<option data-url="https://xeroapi.github.io/xero-node/bankfeeds/index.html" value="Bankfeeds">Bankfeeds</option>
<option data-url="https://xeroapi.github.io/xero-node/appstore/index.html" value="AppStore">App Store</option>
<option data-url="https://xeroapi.github.io/xero-node/finance/index.html" value="Finance">Finance</option>
</select>
</fieldset>
<div class='api-set-wrapper'>
Expand Down Expand Up @@ -1468,7 +1469,7 @@
<nav id="scrollingNav">
<ul class="sidenav nav nav-list">
<li class="nav-header" data-group="Project"><strong>SDK: </strong><span id='sdk-name'></span></li>
<li class="nav-header" data-group="Project"><strong>VSN: </strong>4.16.0</li>
<li class="nav-header" data-group="Project"><strong>VSN: </strong>4.17.0</li>
<li class="nav-header" data-group="Project"><a href="#api-Project">Methods</a></li>
<li data-group="Project" data-name="createProject" class="">
<a href="#api-Project-createProject">createProject</a>
Expand Down
Loading

0 comments on commit b428309

Please sign in to comment.