Skip to content

Commit 3a5b8d7

Browse files
Merge pull request #366 from XeroAPI/7.0.0
Build from OAS 5.0.0
2 parents f1a6f89 + d65f6e4 commit 3a5b8d7

40 files changed

+3909
-300
lines changed

docs/v4/accounting/index.html

+437-10
Large diffs are not rendered by default.

docs/v4/appstore/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1237,7 +1237,7 @@
12371237
<nav id="scrollingNav">
12381238
<ul class="sidenav nav nav-list">
12391239
<li class="nav-header" data-group="AppStore"><strong>SDK: </strong><span id='sdk-name'></span></li>
1240-
<li class="nav-header" data-group="AppStore"><strong>VSN: </strong>6.0.0</li>
1240+
<li class="nav-header" data-group="AppStore"><strong>VSN: </strong>7.0.0</li>
12411241
<li class="nav-header" data-group="AppStore"><a href="#api-AppStore">Methods</a></li>
12421242
<li data-group="AppStore" data-name="getSubscription" class="">
12431243
<a href="#api-AppStore-getSubscription">getSubscription</a>

docs/v4/assets/index.html

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1144,7 +1144,7 @@
11441144
<nav id="scrollingNav">
11451145
<ul class="sidenav nav nav-list">
11461146
<li class="nav-header" data-group="Files"><strong>SDK: </strong><span id='sdk-name'></span></li>
1147-
<li class="nav-header" data-group="Files"><strong>VSN: </strong>6.0.0</li>
1147+
<li class="nav-header" data-group="Files"><strong>VSN: </strong>7.0.0</li>
11481148
<li class="nav-header" data-group="Files"><a href="#api-Files">Methods</a></li>
11491149
<li data-group="Files" data-name="createFileAssociation" class="">
11501150
<a href="#api-Files-createFileAssociation">createFileAssociation</a>

docs/v4/finance/index.html

+19-16
Original file line numberDiff line numberDiff line change
@@ -1527,91 +1527,94 @@
15271527
"properties" : {
15281528
"directBankFeed" : {
15291529
"type" : "number",
1530-
"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.",
1530+
"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.",
15311531
"format" : "double",
15321532
"x-is-money" : true
15331533
},
15341534
"indirectBankFeed" : {
15351535
"type" : "number",
1536-
"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.",
1536+
"description" : "No longer in use.",
15371537
"format" : "double",
1538+
"deprecated" : true,
15381539
"x-is-money" : true
15391540
},
15401541
"fileUpload" : {
15411542
"type" : "number",
1542-
"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.",
1543+
"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.",
15431544
"format" : "double",
15441545
"x-is-money" : true
15451546
},
15461547
"manual" : {
15471548
"type" : "number",
1548-
"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.",
1549+
"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.",
15491550
"format" : "double",
15501551
"x-is-money" : true
15511552
},
15521553
"directBankFeedPos" : {
15531554
"type" : "number",
1554-
"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.",
1555+
"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.",
15551556
"format" : "double",
15561557
"x-is-money" : true
15571558
},
15581559
"indirectBankFeedPos" : {
15591560
"type" : "number",
1560-
"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.",
1561+
"description" : "No longer in use.",
15611562
"format" : "double",
1563+
"deprecated" : true,
15621564
"x-is-money" : true
15631565
},
15641566
"fileUploadPos" : {
15651567
"type" : "number",
1566-
"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.",
1568+
"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.",
15671569
"format" : "double",
15681570
"x-is-money" : true
15691571
},
15701572
"manualPos" : {
15711573
"type" : "number",
1572-
"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.",
1574+
"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.",
15731575
"format" : "double",
15741576
"x-is-money" : true
15751577
},
15761578
"directBankFeedNeg" : {
15771579
"type" : "number",
1578-
"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.",
1580+
"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.",
15791581
"format" : "double",
15801582
"x-is-money" : true
15811583
},
15821584
"indirectBankFeedNeg" : {
15831585
"type" : "number",
1584-
"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.",
1586+
"description" : "No longer in use.",
15851587
"format" : "double",
1588+
"deprecated" : true,
15861589
"x-is-money" : true
15871590
},
15881591
"fileUploadNeg" : {
15891592
"type" : "number",
1590-
"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.",
1593+
"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.",
15911594
"format" : "double",
15921595
"x-is-money" : true
15931596
},
15941597
"manualNeg" : {
15951598
"type" : "number",
1596-
"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.",
1599+
"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.",
15971600
"format" : "double",
15981601
"x-is-money" : true
15991602
},
16001603
"otherPos" : {
16011604
"type" : "number",
1602-
"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.",
1605+
"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.",
16031606
"format" : "double",
16041607
"x-is-money" : true
16051608
},
16061609
"otherNeg" : {
16071610
"type" : "number",
1608-
"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.",
1611+
"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.",
16091612
"format" : "double",
16101613
"x-is-money" : true
16111614
},
16121615
"other" : {
16131616
"type" : "number",
1614-
"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.",
1617+
"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.",
16151618
"format" : "double",
16161619
"x-is-money" : true
16171620
}
@@ -2730,7 +2733,7 @@
27302733
<nav id="scrollingNav">
27312734
<ul class="sidenav nav nav-list">
27322735
<li class="nav-header" data-group="Finance"><strong>SDK: </strong><span id='sdk-name'></span></li>
2733-
<li class="nav-header" data-group="Finance"><strong>VSN: </strong>6.0.0</li>
2736+
<li class="nav-header" data-group="Finance"><strong>VSN: </strong>7.0.0</li>
27342737
<li class="nav-header" data-group="Finance"><a href="#api-Finance">Methods</a></li>
27352738
<li data-group="Finance" data-name="getAccountingActivityAccountUsage" class="">
27362739
<a href="#api-Finance-getAccountingActivityAccountUsage">getAccountingActivityAccountUsage</a>

docs/v4/payroll-au/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3411,7 +3411,7 @@
34113411
<nav id="scrollingNav">
34123412
<ul class="sidenav nav nav-list">
34133413
<li class="nav-header" data-group="PayrollAu"><strong>SDK: </strong><span id='sdk-name'></span></li>
3414-
<li class="nav-header" data-group="PayrollAu"><strong>VSN: </strong>6.0.0</li>
3414+
<li class="nav-header" data-group="PayrollAu"><strong>VSN: </strong>7.0.0</li>
34153415
<li class="nav-header" data-group="PayrollAu"><a href="#api-PayrollAu">Methods</a></li>
34163416
<li data-group="PayrollAu" data-name="approveLeaveApplication" class="">
34173417
<a href="#api-PayrollAu-approveLeaveApplication">approveLeaveApplication</a>

docs/v4/payroll-nz/index.html

+1-1
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>6.0.0</li>
3842+
<li class="nav-header" data-group="PayrollNz"><strong>VSN: </strong>7.0.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/v4/payroll-uk/index.html

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

+1-1
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>6.0.1</version>
8+
<version>7.0.0</version>
99
<url>https://github.com/XeroAPI/Xero-Java</url>
1010
<description>This is the official Java SDK for Xero API</description>
1111
<licenses>

0 commit comments

Comments
 (0)