Skip to content

Commit 32ae387

Browse files
Merge pull request #169 from XeroAPI/v7.0.0
Build from OAS 7.0.0
2 parents 64e438b + 50f8dc7 commit 32ae387

34 files changed

+443
-168
lines changed

docs/v1/accounting/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6339,7 +6339,7 @@
63396339
<nav id="scrollingNav">
63406340
<ul class="sidenav nav nav-list">
63416341
<li class="nav-header" data-group="Accounting"><strong>SDK: </strong><span id='sdk-name'></span></li>
6342-
<li class="nav-header" data-group="Accounting"><strong>VSN: </strong>6.3.0</li>
6342+
<li class="nav-header" data-group="Accounting"><strong>VSN: </strong>7.0.0</li>
63436343
<li class="nav-header" data-group="Accounting"><a href="#api-Accounting">Methods</a></li>
63446344
<li data-group="Accounting" data-name="createAccount" class="">
63456345
<a href="#api-Accounting-createAccount">createAccount</a>

docs/v1/appstore/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1241,7 +1241,7 @@
12411241
<nav id="scrollingNav">
12421242
<ul class="sidenav nav nav-list">
12431243
<li class="nav-header" data-group="AppStore"><strong>SDK: </strong><span id='sdk-name'></span></li>
1244-
<li class="nav-header" data-group="AppStore"><strong>VSN: </strong>6.3.0</li>
1244+
<li class="nav-header" data-group="AppStore"><strong>VSN: </strong>7.0.0</li>
12451245
<li class="nav-header" data-group="AppStore"><a href="#api-AppStore">Methods</a></li>
12461246
<li data-group="AppStore" data-name="getSubscription" class="">
12471247
<a href="#api-AppStore-getSubscription">getSubscription</a>

docs/v1/assets/index.html

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

docs/v1/files/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1170,7 +1170,7 @@
11701170
<nav id="scrollingNav">
11711171
<ul class="sidenav nav nav-list">
11721172
<li class="nav-header" data-group="Files"><strong>SDK: </strong><span id='sdk-name'></span></li>
1173-
<li class="nav-header" data-group="Files"><strong>VSN: </strong>6.3.0</li>
1173+
<li class="nav-header" data-group="Files"><strong>VSN: </strong>7.0.0</li>
11741174
<li class="nav-header" data-group="Files"><a href="#api-Files">Methods</a></li>
11751175
<li data-group="Files" data-name="createFileAssociation" class="">
11761176
<a href="#api-Files-createFileAssociation">createFileAssociation</a>

docs/v1/finance/index.html

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1517,7 +1517,7 @@
15171517
},
15181518
"importSourceType" : {
15191519
"type" : "string",
1520-
"description" : "Looking at the most recent bank statement, this field indicates the source of the data (direct bank feed, indirect bank feed, file upload, or manual keying)."
1520+
"description" : "Looking at the most recent bank statement, this field indicates the source of the data (direct bank feed, file upload, or manual keying)."
15211521
}
15221522
},
15231523
"additionalProperties" : false,
@@ -1533,13 +1533,6 @@
15331533
"format" : "double",
15341534
"x-is-money" : true
15351535
},
1536-
"indirectBankFeed" : {
1537-
"type" : "number",
1538-
"description" : "No longer in use.",
1539-
"format" : "double",
1540-
"deprecated" : true,
1541-
"x-is-money" : true
1542-
},
15431536
"fileUpload" : {
15441537
"type" : "number",
15451538
"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.",
@@ -1558,13 +1551,6 @@
15581551
"format" : "double",
15591552
"x-is-money" : true
15601553
},
1561-
"indirectBankFeedPos" : {
1562-
"type" : "number",
1563-
"description" : "No longer in use.",
1564-
"format" : "double",
1565-
"deprecated" : true,
1566-
"x-is-money" : true
1567-
},
15681554
"fileUploadPos" : {
15691555
"type" : "number",
15701556
"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.",
@@ -1583,13 +1569,6 @@
15831569
"format" : "double",
15841570
"x-is-money" : true
15851571
},
1586-
"indirectBankFeedNeg" : {
1587-
"type" : "number",
1588-
"description" : "No longer in use.",
1589-
"format" : "double",
1590-
"deprecated" : true,
1591-
"x-is-money" : true
1592-
},
15931572
"fileUploadNeg" : {
15941573
"type" : "number",
15951574
"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.",
@@ -2737,7 +2716,7 @@
27372716
<nav id="scrollingNav">
27382717
<ul class="sidenav nav nav-list">
27392718
<li class="nav-header" data-group="Finance"><strong>SDK: </strong><span id='sdk-name'></span></li>
2740-
<li class="nav-header" data-group="Finance"><strong>VSN: </strong>6.3.0</li>
2719+
<li class="nav-header" data-group="Finance"><strong>VSN: </strong>7.0.0</li>
27412720
<li class="nav-header" data-group="Finance"><a href="#api-Finance">Methods</a></li>
27422721
<li data-group="Finance" data-name="getAccountingActivityAccountUsage" class="">
27432722
<a href="#api-Finance-getAccountingActivityAccountUsage">getAccountingActivityAccountUsage</a>

docs/v1/payroll-au/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3412,7 +3412,7 @@
34123412
<nav id="scrollingNav">
34133413
<ul class="sidenav nav nav-list">
34143414
<li class="nav-header" data-group="PayrollAu"><strong>SDK: </strong><span id='sdk-name'></span></li>
3415-
<li class="nav-header" data-group="PayrollAu"><strong>VSN: </strong>6.3.0</li>
3415+
<li class="nav-header" data-group="PayrollAu"><strong>VSN: </strong>7.0.0</li>
34163416
<li class="nav-header" data-group="PayrollAu"><a href="#api-PayrollAu">Methods</a></li>
34173417
<li data-group="PayrollAu" data-name="approveLeaveApplication" class="">
34183418
<a href="#api-PayrollAu-approveLeaveApplication">approveLeaveApplication</a>

docs/v1/payroll-nz/index.html

Lines changed: 65 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1684,14 +1684,28 @@
16841684
},
16851685
"sickLeaveHoursToAccrueAnnually" : {
16861686
"type" : "number",
1687-
"description" : "Number of hours accrued annually for sick leave. Multiply the number of days they're entitled to by the hours worked per day",
1687+
"description" : "Deprecated use SickLeaveToAccrueAnnually",
16881688
"format" : "double",
16891689
"example" : 100.5,
16901690
"x-is-money" : true
16911691
},
16921692
"sickLeaveMaximumHoursToAccrue" : {
16931693
"type" : "number",
1694-
"description" : "Maximum number of hours accrued annually for sick leave. Multiply the maximum days they can accrue by the hours worked per day",
1694+
"description" : "Deprecated use SickLeaveMaximumToAccrue",
1695+
"format" : "double",
1696+
"example" : 200.5,
1697+
"x-is-money" : true
1698+
},
1699+
"SickLeaveToAccrueAnnually" : {
1700+
"type" : "number",
1701+
"description" : "Number of units accrued annually for sick leave. The type of units is determined by the property \"TypeOfUnitsToAccrue\" on the \"Sick Leave\" leave type",
1702+
"format" : "double",
1703+
"example" : 100.5,
1704+
"x-is-money" : true
1705+
},
1706+
"SickLeaveMaximumToAccrue" : {
1707+
"type" : "number",
1708+
"description" : "Maximum number of units accrued annually for sick leave. The type of units is determined by the property \"TypeOfUnitsToAccrue\" on the \"Sick Leave\" leave type",
16951709
"format" : "double",
16961710
"example" : 200.5,
16971711
"x-is-money" : true
@@ -1710,7 +1724,14 @@
17101724
},
17111725
"SickLeaveAnniversaryDate" : {
17121726
"type" : "string",
1713-
"description" : "If Sick Leave Schedule of Accrual is \"OnAnniversaryDate\", this is the date when entitled to Sick Leave",
1727+
"description" : "If Sick Leave Schedule of Accrual is \"OnAnniversaryDate\", this is the date when entitled to Sick Leave. When null the Employee's start date is used as the anniversary date",
1728+
"format" : "date",
1729+
"example" : "2020-01-19",
1730+
"x-is-date" : true
1731+
},
1732+
"AnnualLeaveAnniversaryDate" : {
1733+
"type" : "string",
1734+
"description" : "The first date the employee will accrue Annual Leave. When null the Employee's start date is used as the anniversary date",
17141735
"format" : "date",
17151736
"example" : "2020-01-19",
17161737
"x-is-date" : true
@@ -1750,22 +1771,36 @@
17501771
},
17511772
"hoursAccruedAnnually" : {
17521773
"type" : "number",
1753-
"description" : "The number of hours accrued for the leave annually. This is 0 when the scheduleOfAccrual chosen is \"OnHourWorked\"",
1774+
"description" : "Deprecated use UnitsAccruedAnnually",
17541775
"format" : "double",
17551776
"x-is-money" : true
17561777
},
1778+
"UnitsAccruedAnnually" : {
1779+
"type" : "number",
1780+
"description" : "The number of units accrued for the leave annually. This is 0 when the ScheduleOfAccrual chosen is \"NoAccruals\"",
1781+
"format" : "double",
1782+
"x-is-money" : true
1783+
},
1784+
"typeOfUnitsToAccrue" : {
1785+
"type" : "string",
1786+
"description" : "The type of units accrued for the leave annually"
1787+
},
17571788
"maximumToAccrue" : {
17581789
"type" : "number",
1759-
"description" : "The maximum number of hours that can be accrued for the leave",
1790+
"description" : "The maximum number of units that can be accrued for the leave",
17601791
"format" : "double",
17611792
"x-is-money" : true
17621793
},
17631794
"openingBalance" : {
17641795
"type" : "number",
1765-
"description" : "The initial number of hours assigned when the leave was added to the employee",
1796+
"description" : "The initial number of units assigned when the leave was added to the employee",
17661797
"format" : "double",
17671798
"x-is-money" : true
17681799
},
1800+
"openingBalanceTypeOfUnits" : {
1801+
"type" : "string",
1802+
"description" : "The type of units for the opening balance"
1803+
},
17691804
"rateAccruedHourly" : {
17701805
"type" : "number",
17711806
"description" : "The number of hours added to the leave balance for every hour worked by the employee. This is normally 0, unless the scheduleOfAccrual chosen is \"OnHourWorked\"",
@@ -2609,10 +2644,23 @@
26092644
"format" : "double",
26102645
"x-is-money" : true
26112646
},
2647+
"numberOfUnitsTaken" : {
2648+
"type" : "number",
2649+
"description" : "The number of units taken for the leave",
2650+
"format" : "double"
2651+
},
2652+
"typeOfUnits" : {
2653+
"type" : "string",
2654+
"description" : "The type of units paid for the leave"
2655+
},
2656+
"typeOfUnitsTaken" : {
2657+
"type" : "string",
2658+
"description" : "The type of units taken for the leave"
2659+
},
26122660
"periodStatus" : {
26132661
"type" : "string",
2614-
"description" : "Period Status",
2615-
"enum" : [ "Approved", "Completed" ]
2662+
"description" : "Status of leave",
2663+
"enum" : [ "Approved", "Completed", "Estimated" ]
26162664
}
26172665
},
26182666
"description" : ""
@@ -2667,6 +2715,14 @@
26672715
"isActive" : {
26682716
"type" : "boolean",
26692717
"description" : "Shows whether the leave type is active or not"
2718+
},
2719+
"typeOfUnits" : {
2720+
"type" : "string",
2721+
"description" : "The type of units to be paid for the leave type"
2722+
},
2723+
"typeOfUnitsToAccrue" : {
2724+
"type" : "string",
2725+
"description" : "The type of units to be accrued for the leave type"
26702726
}
26712727
},
26722728
"description" : ""
@@ -4031,7 +4087,7 @@
40314087
<nav id="scrollingNav">
40324088
<ul class="sidenav nav nav-list">
40334089
<li class="nav-header" data-group="PayrollNz"><strong>SDK: </strong><span id='sdk-name'></span></li>
4034-
<li class="nav-header" data-group="PayrollNz"><strong>VSN: </strong>6.3.0</li>
4090+
<li class="nav-header" data-group="PayrollNz"><strong>VSN: </strong>7.0.0</li>
40354091
<li class="nav-header" data-group="PayrollNz"><a href="#api-PayrollNz">Methods</a></li>
40364092
<li data-group="PayrollNz" data-name="approveTimesheet" class="">
40374093
<a href="#api-PayrollNz-approveTimesheet">approveTimesheet</a>

docs/v1/payroll-uk/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3517,7 +3517,7 @@
35173517
<nav id="scrollingNav">
35183518
<ul class="sidenav nav nav-list">
35193519
<li class="nav-header" data-group="PayrollUk"><strong>SDK: </strong><span id='sdk-name'></span></li>
3520-
<li class="nav-header" data-group="PayrollUk"><strong>VSN: </strong>6.3.0</li>
3520+
<li class="nav-header" data-group="PayrollUk"><strong>VSN: </strong>7.0.0</li>
35213521
<li class="nav-header" data-group="PayrollUk"><a href="#api-PayrollUk">Methods</a></li>
35223522
<li data-group="PayrollUk" data-name="approveTimesheet" class="">
35233523
<a href="#api-PayrollUk-approveTimesheet">approveTimesheet</a>

docs/v1/projects/index.html

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ def read_file(filename):
4848
keywords="xero python sdk API oAuth",
4949
name="xero_python",
5050
packages=find_packages(include=["xero_python", "xero_python.*"]),
51-
version="6.3.0",
51+
version="7.0.0",
5252
)

0 commit comments

Comments
 (0)