Skip to content

Commit a4b4ddb

Browse files
authored
Build from OAS 5.0.0 (#692)
1 parent 48efe53 commit a4b4ddb

33 files changed

+1088
-95
lines changed

docs/accounting/index.html

+435-8
Large diffs are not rendered by default.

docs/appstore/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1242,7 +1242,7 @@
12421242
<nav id="scrollingNav">
12431243
<ul class="sidenav nav nav-list">
12441244
<li class="nav-header" data-group="AppStore"><strong>SDK: </strong><span id='sdk-name'></span></li>
1245-
<li class="nav-header" data-group="AppStore"><strong>VSN: </strong>7.0.0</li>
1245+
<li class="nav-header" data-group="AppStore"><strong>VSN: </strong>8.0.0</li>
12461246
<li class="nav-header" data-group="AppStore"><a href="#api-AppStore">Methods</a></li>
12471247
<li data-group="AppStore" data-name="getSubscription" class="">
12481248
<a href="#api-AppStore-getSubscription">getSubscription</a>

docs/assets/index.html

+1-1
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>7.0.0</li>
1396+
<li class="nav-header" data-group="Asset"><strong>VSN: </strong>8.0.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

+1-1
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>7.0.0</li>
1272+
<li class="nav-header" data-group="BankFeeds"><strong>VSN: </strong>8.0.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1171,7 +1171,7 @@
11711171
<nav id="scrollingNav">
11721172
<ul class="sidenav nav nav-list">
11731173
<li class="nav-header" data-group="Files"><strong>SDK: </strong><span id='sdk-name'></span></li>
1174-
<li class="nav-header" data-group="Files"><strong>VSN: </strong>7.0.0</li>
1174+
<li class="nav-header" data-group="Files"><strong>VSN: </strong>8.0.0</li>
11751175
<li class="nav-header" data-group="Files"><a href="#api-Files">Methods</a></li>
11761176
<li data-group="Files" data-name="createFileAssociation" class="">
11771177
<a href="#api-Files-createFileAssociation">createFileAssociation</a>

docs/finance/index.html

+19-16
Original file line numberDiff line numberDiff line change
@@ -1529,91 +1529,94 @@
15291529
"properties" : {
15301530
"directBankFeed" : {
15311531
"type" : "number",
1532-
"description" : "Sum of the amounts of all statement lines where the source of the data was a direct bank feed in to Xero. This gives an indication on the certainty of correctness of the data.",
1532+
"description" : "Sum of the amounts of all statement lines where the source of the data was a direct bank feed in to Xero via an API integration. This could be from a bank or aggregator. This gives an indication on the certainty of correctness of the data.",
15331533
"format" : "double",
15341534
"x-is-money" : true
15351535
},
15361536
"indirectBankFeed" : {
15371537
"type" : "number",
1538-
"description" : "Sum of the amounts of all statement lines where the source of the data was a indirect bank feed to Xero (usually via Yodlee). This gives an indication on the certainty of correctness of the data.",
1538+
"description" : "No longer in use.",
15391539
"format" : "double",
1540+
"deprecated" : true,
15401541
"x-is-money" : true
15411542
},
15421543
"fileUpload" : {
15431544
"type" : "number",
1544-
"description" : "Sum of the amounts of all statement lines where the source of the data was a CSV file upload in to Xero. This gives an indication on the certainty of correctness of the data.",
1545+
"description" : "Sum of the amounts of all statement lines where the source of the data was a file manually uploaded in to Xero. This gives an indication on the certainty of correctness of the data.",
15451546
"format" : "double",
15461547
"x-is-money" : true
15471548
},
15481549
"manual" : {
15491550
"type" : "number",
1550-
"description" : "Sum of the amounts of all statement lines where the source of the data was manually keyed in to Xero. This gives an indication on the certainty of correctness of the data.",
1551+
"description" : "Sum of the amounts of all statement lines where the source of the data was manually input in to Xero. This gives an indication on the certainty of correctness of the data.",
15511552
"format" : "double",
15521553
"x-is-money" : true
15531554
},
15541555
"directBankFeedPos" : {
15551556
"type" : "number",
1556-
"description" : "Sum of the amounts of all statement lines where the source of the data was a direct bank feed in to Xero. This gives an indication on the certainty of correctness of the data. Only positive transactions are included.",
1557+
"description" : "Sum of the amounts of all statement lines where the source of the data was a direct bank feed in to Xero via an API integration. This could be from a bank or aggregator. This gives an indication on the certainty of correctness of the data. Only positive transactions are included.",
15571558
"format" : "double",
15581559
"x-is-money" : true
15591560
},
15601561
"indirectBankFeedPos" : {
15611562
"type" : "number",
1562-
"description" : "Sum of the amounts of all statement lines where the source of the data was a indirect bank feed to Xero (usually via Yodlee). This gives an indication on the certainty of correctness of the data. Only positive transactions are included.",
1563+
"description" : "No longer in use.",
15631564
"format" : "double",
1565+
"deprecated" : true,
15641566
"x-is-money" : true
15651567
},
15661568
"fileUploadPos" : {
15671569
"type" : "number",
1568-
"description" : "Sum of the amounts of all statement lines where the source of the data was a CSV file upload in to Xero. This gives an indication on the certainty of correctness of the data. Only positive transactions are included.",
1570+
"description" : "Sum of the amounts of all statement lines where the source of the data was a file manually uploaded in to Xero. This gives an indication on the certainty of correctness of the data. Only positive transactions are included.",
15691571
"format" : "double",
15701572
"x-is-money" : true
15711573
},
15721574
"manualPos" : {
15731575
"type" : "number",
1574-
"description" : "Sum of the amounts of all statement lines where the source of the data was manually keyed in to Xero. This gives an indication on the certainty of correctness of the data. Only positive transactions are included.",
1576+
"description" : "Sum of the amounts of all statement lines where the source of the data was manually input in to Xero. This gives an indication on the certainty of correctness of the data. Only positive transactions are included.",
15751577
"format" : "double",
15761578
"x-is-money" : true
15771579
},
15781580
"directBankFeedNeg" : {
15791581
"type" : "number",
1580-
"description" : "Sum of the amounts of all statement lines where the source of the data was a direct bank feed in to Xero. This gives an indication on the certainty of correctness of the data. Only negative transactions are included.",
1582+
"description" : "Sum of the amounts of all statement lines where the source of the data was a direct bank feed in to Xero via an API integration. This could be from a bank or aggregator. This gives an indication on the certainty of correctness of the data. Only negative transactions are included.",
15811583
"format" : "double",
15821584
"x-is-money" : true
15831585
},
15841586
"indirectBankFeedNeg" : {
15851587
"type" : "number",
1586-
"description" : "Sum of the amounts of all statement lines where the source of the data was a indirect bank feed to Xero (usually via Yodlee). This gives an indication on the certainty of correctness of the data. Only negative transactions are included.",
1588+
"description" : "No longer in use.",
15871589
"format" : "double",
1590+
"deprecated" : true,
15881591
"x-is-money" : true
15891592
},
15901593
"fileUploadNeg" : {
15911594
"type" : "number",
1592-
"description" : "Sum of the amounts of all statement lines where the source of the data was a CSV file upload in to Xero. This gives an indication on the certainty of correctness of the data. Only negative transactions are included.",
1595+
"description" : "Sum of the amounts of all statement lines where the source of the data was a file manually uploaded in to Xero. This gives an indication on the certainty of correctness of the data. Only negative transactions are included.",
15931596
"format" : "double",
15941597
"x-is-money" : true
15951598
},
15961599
"manualNeg" : {
15971600
"type" : "number",
1598-
"description" : "Sum of the amounts of all statement lines where the source of the data was manually keyed in to Xero. This gives an indication on the certainty of correctness of the data. Only negative transactions are included.",
1601+
"description" : "Sum of the amounts of all statement lines where the source of the data was manually input in to Xero. This gives an indication on the certainty of correctness of the data. Only negative transactions are included.",
15991602
"format" : "double",
16001603
"x-is-money" : true
16011604
},
16021605
"otherPos" : {
16031606
"type" : "number",
1604-
"description" : "Sum of the amounts of all statement lines where the source of the data was any other category. This gives an indication on the certainty of correctness of the data. Only positive transactions are included.",
1607+
"description" : "Sum of the amounts of all statement lines where the source of the data was unknown. This gives an indication on the certainty of correctness of the data. Only positive transactions are included.",
16051608
"format" : "double",
16061609
"x-is-money" : true
16071610
},
16081611
"otherNeg" : {
16091612
"type" : "number",
1610-
"description" : "Sum of the amounts of all statement lines where the source of the data was any other category. This gives an indication on the certainty of correctness of the data. Only negative transactions are included.",
1613+
"description" : "Sum of the amounts of all statement lines where the source of the data was unknown. This gives an indication on the certainty of correctness of the data. Only negative transactions are included.",
16111614
"format" : "double",
16121615
"x-is-money" : true
16131616
},
16141617
"other" : {
16151618
"type" : "number",
1616-
"description" : "Sum of the amounts of all statement lines where the source of the data was any other category. This gives an indication on the certainty of correctness of the data.",
1619+
"description" : "Sum of the amounts of all statement lines where the source of the data was unknown. This gives an indication on the certainty of correctness of the data.",
16171620
"format" : "double",
16181621
"x-is-money" : true
16191622
}
@@ -2735,7 +2738,7 @@
27352738
<nav id="scrollingNav">
27362739
<ul class="sidenav nav nav-list">
27372740
<li class="nav-header" data-group="Finance"><strong>SDK: </strong><span id='sdk-name'></span></li>
2738-
<li class="nav-header" data-group="Finance"><strong>VSN: </strong>7.0.0</li>
2741+
<li class="nav-header" data-group="Finance"><strong>VSN: </strong>8.0.0</li>
27392742
<li class="nav-header" data-group="Finance"><a href="#api-Finance">Methods</a></li>
27402743
<li data-group="Finance" data-name="getAccountingActivityAccountUsage" class="">
27412744
<a href="#api-Finance-getAccountingActivityAccountUsage">getAccountingActivityAccountUsage</a>

docs/payroll-au/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3413,7 +3413,7 @@
34133413
<nav id="scrollingNav">
34143414
<ul class="sidenav nav nav-list">
34153415
<li class="nav-header" data-group="PayrollAu"><strong>SDK: </strong><span id='sdk-name'></span></li>
3416-
<li class="nav-header" data-group="PayrollAu"><strong>VSN: </strong>7.0.0</li>
3416+
<li class="nav-header" data-group="PayrollAu"><strong>VSN: </strong>8.0.0</li>
34173417
<li class="nav-header" data-group="PayrollAu"><a href="#api-PayrollAu">Methods</a></li>
34183418
<li data-group="PayrollAu" data-name="approveLeaveApplication" class="">
34193419
<a href="#api-PayrollAu-approveLeaveApplication">approveLeaveApplication</a>

docs/payroll-nz/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3844,7 +3844,7 @@
38443844
<nav id="scrollingNav">
38453845
<ul class="sidenav nav nav-list">
38463846
<li class="nav-header" data-group="PayrollNz"><strong>SDK: </strong><span id='sdk-name'></span></li>
3847-
<li class="nav-header" data-group="PayrollNz"><strong>VSN: </strong>7.0.0</li>
3847+
<li class="nav-header" data-group="PayrollNz"><strong>VSN: </strong>8.0.0</li>
38483848
<li class="nav-header" data-group="PayrollNz"><a href="#api-PayrollNz">Methods</a></li>
38493849
<li data-group="PayrollNz" data-name="approveTimesheet" class="">
38503850
<a href="#api-PayrollNz-approveTimesheet">approveTimesheet</a>

docs/payroll-uk/index.html

+1-1
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>7.0.0</li>
3514+
<li class="nav-header" data-group="PayrollUk"><strong>VSN: </strong>8.0.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

+1-1
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>7.0.0</li>
1466+
<li class="nav-header" data-group="Project"><strong>VSN: </strong>8.0.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>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xero-node",
3-
"version": "7.0.0",
3+
"version": "8.0.0",
44
"description": "Xero NodeJS OAuth 2.0 client for xero-node",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)