Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions docs/v2/accounting/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4198,7 +4198,7 @@
"Class" : {
"type" : "string",
"description" : "Organisation Classes describe which plan the Xero organisation is on (e.g. DEMO, TRIAL, PREMIUM)",
"enum" : [ "DEMO", "TRIAL", "STARTER", "STANDARD", "PREMIUM", "PREMIUM_20", "PREMIUM_50", "PREMIUM_100", "LEDGER", "GST_CASHBOOK", "NON_GST_CASHBOOK", "ULTIMATE", "LITE", "ULTIMATE_10", "ULTIMATE_20", "ULTIMATE_50", "ULTIMATE_100", "IGNITE", "GROW", "COMPREHENSIVE", "SIMPLE", "BASICLITE" ]
"enum" : [ "DEMO", "TRIAL", "STARTER", "STANDARD", "PREMIUM", "PREMIUM_20", "PREMIUM_50", "PREMIUM_100", "LEDGER", "GST_CASHBOOK", "NON_GST_CASHBOOK", "ULTIMATE", "LITE", "ULTIMATE_10", "ULTIMATE_20", "ULTIMATE_50", "ULTIMATE_100", "IGNITE", "GROW", "COMPREHENSIVE", "SIMPLE", "BASICLITE", "ULTRA" ]
},
"Edition" : {
"type" : "string",
Expand Down Expand Up @@ -6360,7 +6360,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>14.0.0</li>
<li class="nav-header" data-group="Accounting"><strong>VSN: </strong>15.0.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
2 changes: 1 addition & 1 deletion docs/v2/appstore/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1241,7 +1241,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>14.0.0</li>
<li class="nav-header" data-group="AppStore"><strong>VSN: </strong>15.0.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
2 changes: 1 addition & 1 deletion docs/v2/assets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1419,7 +1419,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>14.0.0</li>
<li class="nav-header" data-group="Asset"><strong>VSN: </strong>15.0.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
2 changes: 1 addition & 1 deletion docs/v2/files/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1180,7 +1180,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>14.0.0</li>
<li class="nav-header" data-group="Files"><strong>VSN: </strong>15.0.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
2 changes: 1 addition & 1 deletion docs/v2/finance/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2375,7 +2375,7 @@
<nav id="scrollingNav">
<ul class="sidenav nav nav-list">
<li class="nav-header" data-group="Finance"><strong>SDK: </strong><span id='sdk-name'></span></li>
<li class="nav-header" data-group="Finance"><strong>VSN: </strong>14.0.0</li>
<li class="nav-header" data-group="Finance"><strong>VSN: </strong>15.0.0</li>
<li class="nav-header" data-group="Finance"><a href="#api-Finance">Methods</a></li>
<li data-group="Finance" data-name="getBankStatementAccounting" class="">
<a href="#api-Finance-getBankStatementAccounting">getBankStatementAccounting</a>
Expand Down
13 changes: 8 additions & 5 deletions docs/v2/payroll_au/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1148,6 +1148,7 @@
};
defs["EarningsRate"] = {
"title" : "",
"required" : [ "IsQualifyingEarnings" ],
"type" : "object",
"properties" : {
"Name" : {
Expand Down Expand Up @@ -1184,7 +1185,7 @@
},
"IsQualifyingEarnings" : {
"type" : "boolean",
"description" : "Optional Boolean to determine if the earnings rate is considered as qualifying earnings for superannuation guarantee calculations. When not specified value is calculated based on earnings type and superannuation settings",
"description" : "Boolean to determine if the earnings rate is considered as qualifying earnings for superannuation guarantee calculations",
"example" : true
},
"AllowanceContributesToAnnualLeaveRate" : {
Expand Down Expand Up @@ -1713,6 +1714,7 @@
};
defs["LeaveLine"] = {
"title" : "",
"required" : [ "IsQualifyingEarnings" ],
"type" : "object",
"properties" : {
"LeaveTypeID" : {
Expand All @@ -1737,7 +1739,7 @@
},
"IsQualifyingEarnings" : {
"type" : "boolean",
"description" : "Optional Boolean to determine if the earnings rate is considered as qualifying earnings for superannuation guarantee calculations. When not specified value is calculated based on superannuation settings",
"description" : "Boolean to determine if the leave line is considered as qualifying earnings for superannuation guarantee calculations",
"example" : true
},
"NumberOfUnits" : {
Expand Down Expand Up @@ -1821,6 +1823,7 @@
};
defs["LeaveType"] = {
"title" : "",
"required" : [ "IsQualifyingEarnings" ],
"type" : "object",
"properties" : {
"Name" : {
Expand Down Expand Up @@ -1884,7 +1887,7 @@
},
"IsQualifyingEarnings" : {
"type" : "boolean",
"description" : "Optional Boolean to determine if the earnings rate is considered as qualifying earnings for superannuation guarantee calculations. When not specified value is calculated based on earnings type and superannuation settings",
"description" : "Boolean to determine if the leave type is considered as qualifying earnings for superannuation guarantee calculations",
"example" : true
}
},
Expand Down Expand Up @@ -3169,7 +3172,7 @@
},
"IncludeLeaveLoadingInQualifyingEarnings" : {
"type" : "boolean",
"description" : "Optional Boolean to determine if leave loading is considered as qualifying earnings for superannuation guarantee calculations",
"description" : "Boolean to determine if leave loading is considered as qualifying earnings for superannuation guarantee calculations. Required when IncludeLeaveLoadingInSGC is specified in the payload",
"example" : true
}
},
Expand Down Expand Up @@ -3446,7 +3449,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>14.0.0</li>
<li class="nav-header" data-group="PayrollAu"><strong>VSN: </strong>15.0.0</li>
<li class="nav-header" data-group="PayrollAu"><a href="#api-PayrollAu">Methods</a></li>
<li data-group="PayrollAu" data-name="approveLeaveApplication" class="">
<a href="#api-PayrollAu-approveLeaveApplication">approveLeaveApplication</a>
Expand Down
2 changes: 1 addition & 1 deletion docs/v2/payroll_au_v2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1159,7 +1159,7 @@
<nav id="scrollingNav">
<ul class="sidenav nav nav-list">
<li class="nav-header" data-group="PayrollAuV2"><strong>SDK: </strong><span id='sdk-name'></span></li>
<li class="nav-header" data-group="PayrollAuV2"><strong>VSN: </strong>14.0.0</li>
<li class="nav-header" data-group="PayrollAuV2"><strong>VSN: </strong>15.0.0</li>
<li class="nav-header" data-group="PayrollAuV2"><a href="#api-PayrollAuV2">Methods</a></li>
<li data-group="PayrollAuV2" data-name="approveTimesheet" class="">
<a href="#api-PayrollAuV2-approveTimesheet">approveTimesheet</a>
Expand Down
2 changes: 1 addition & 1 deletion docs/v2/payroll_nz/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4067,7 +4067,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>14.0.0</li>
<li class="nav-header" data-group="PayrollNz"><strong>VSN: </strong>15.0.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
2 changes: 1 addition & 1 deletion docs/v2/payroll_uk/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3700,7 +3700,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>14.0.0</li>
<li class="nav-header" data-group="PayrollUk"><strong>VSN: </strong>15.0.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
2 changes: 1 addition & 1 deletion docs/v2/projects/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1462,7 +1462,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>14.0.0</li>
<li class="nav-header" data-group="Project"><strong>VSN: </strong>15.0.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
14 changes: 7 additions & 7 deletions lib/Api/AccountingApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* OpenAPI spec version: 14.0.0
* OpenAPI spec version: 16.0.0
* Contact: api@xero.com
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
Expand Down Expand Up @@ -63,14 +63,14 @@ class AccountingApi
protected $headerSelector;

/**
* @param ClientInterface $client
* @param Configuration $config
* @param HeaderSelector $selector
* @param ClientInterface|null $client
* @param Configuration|null $config
* @param HeaderSelector|null $selector
*/
public function __construct(
ClientInterface $client = null,
Configuration $config = null,
HeaderSelector $selector = null
?ClientInterface $client = null,
?Configuration $config = null,
?HeaderSelector $selector = null
) {
$this->client = $client ?: new Client();
$this->config = $config ?: new Configuration();
Expand Down
14 changes: 7 additions & 7 deletions lib/Api/AppStoreApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*
* These endpoints are for Xero Partners to interact with the App Store Billing platform
*
* OpenAPI spec version: 14.0.0
* OpenAPI spec version: 16.0.0
* Contact: api@xero.com
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
Expand Down Expand Up @@ -63,14 +63,14 @@ class AppStoreApi
protected $headerSelector;

/**
* @param ClientInterface $client
* @param Configuration $config
* @param HeaderSelector $selector
* @param ClientInterface|null $client
* @param Configuration|null $config
* @param HeaderSelector|null $selector
*/
public function __construct(
ClientInterface $client = null,
Configuration $config = null,
HeaderSelector $selector = null
?ClientInterface $client = null,
?Configuration $config = null,
?HeaderSelector $selector = null
) {
$this->client = $client ?: new Client();
$this->config = $config ?: new Configuration();
Expand Down
14 changes: 7 additions & 7 deletions lib/Api/AssetApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*
* The Assets API exposes fixed asset related functions of the Xero Accounting application and can be used for a variety of purposes such as creating assets, retrieving asset valuations etc.
*
* OpenAPI spec version: 14.0.0
* OpenAPI spec version: 16.0.0
* Contact: api@xero.com
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
Expand Down Expand Up @@ -63,14 +63,14 @@ class AssetApi
protected $headerSelector;

/**
* @param ClientInterface $client
* @param Configuration $config
* @param HeaderSelector $selector
* @param ClientInterface|null $client
* @param Configuration|null $config
* @param HeaderSelector|null $selector
*/
public function __construct(
ClientInterface $client = null,
Configuration $config = null,
HeaderSelector $selector = null
?ClientInterface $client = null,
?Configuration $config = null,
?HeaderSelector $selector = null
) {
$this->client = $client ?: new Client();
$this->config = $config ?: new Configuration();
Expand Down
14 changes: 7 additions & 7 deletions lib/Api/FilesApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*
* These endpoints are specific to Xero Files API
*
* OpenAPI spec version: 14.0.0
* OpenAPI spec version: 16.0.0
* Contact: api@xero.com
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
Expand Down Expand Up @@ -63,14 +63,14 @@ class FilesApi
protected $headerSelector;

/**
* @param ClientInterface $client
* @param Configuration $config
* @param HeaderSelector $selector
* @param ClientInterface|null $client
* @param Configuration|null $config
* @param HeaderSelector|null $selector
*/
public function __construct(
ClientInterface $client = null,
Configuration $config = null,
HeaderSelector $selector = null
?ClientInterface $client = null,
?Configuration $config = null,
?HeaderSelector $selector = null
) {
$this->client = $client ?: new Client();
$this->config = $config ?: new Configuration();
Expand Down
14 changes: 7 additions & 7 deletions lib/Api/FinanceApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*
* The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital.
*
* OpenAPI spec version: 14.0.0
* OpenAPI spec version: 16.0.0
* Contact: api@xero.com
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
Expand Down Expand Up @@ -63,14 +63,14 @@ class FinanceApi
protected $headerSelector;

/**
* @param ClientInterface $client
* @param Configuration $config
* @param HeaderSelector $selector
* @param ClientInterface|null $client
* @param Configuration|null $config
* @param HeaderSelector|null $selector
*/
public function __construct(
ClientInterface $client = null,
Configuration $config = null,
HeaderSelector $selector = null
?ClientInterface $client = null,
?Configuration $config = null,
?HeaderSelector $selector = null
) {
$this->client = $client ?: new Client();
$this->config = $config ?: new Configuration();
Expand Down
14 changes: 7 additions & 7 deletions lib/Api/IdentityApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*
* These endpoints are related to managing authentication tokens and identity for Xero API
*
* OpenAPI spec version: 14.0.0
* OpenAPI spec version: 16.0.0
* Contact: api@xero.com
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
Expand Down Expand Up @@ -63,14 +63,14 @@ class IdentityApi
protected $headerSelector;

/**
* @param ClientInterface $client
* @param Configuration $config
* @param HeaderSelector $selector
* @param ClientInterface|null $client
* @param Configuration|null $config
* @param HeaderSelector|null $selector
*/
public function __construct(
ClientInterface $client = null,
Configuration $config = null,
HeaderSelector $selector = null
?ClientInterface $client = null,
?Configuration $config = null,
?HeaderSelector $selector = null
) {
$this->client = $client ?: new Client();
$this->config = $config ?: new Configuration();
Expand Down
14 changes: 7 additions & 7 deletions lib/Api/PayrollAuApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*
* This is the Xero Payroll API for orgs in Australia region.
*
* OpenAPI spec version: 14.0.0
* OpenAPI spec version: 16.0.0
* Contact: api@xero.com
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
Expand Down Expand Up @@ -63,14 +63,14 @@ class PayrollAuApi
protected $headerSelector;

/**
* @param ClientInterface $client
* @param Configuration $config
* @param HeaderSelector $selector
* @param ClientInterface|null $client
* @param Configuration|null $config
* @param HeaderSelector|null $selector
*/
public function __construct(
ClientInterface $client = null,
Configuration $config = null,
HeaderSelector $selector = null
?ClientInterface $client = null,
?Configuration $config = null,
?HeaderSelector $selector = null
) {
$this->client = $client ?: new Client();
$this->config = $config ?: new Configuration();
Expand Down
14 changes: 7 additions & 7 deletions lib/Api/PayrollAuV2Api.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*
* This is the Xero Payroll API 2.0 for orgs in Australia region.
*
* OpenAPI spec version: 14.0.0
* OpenAPI spec version: 16.0.0
* Contact: api@xero.com
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
Expand Down Expand Up @@ -63,14 +63,14 @@ class PayrollAuV2Api
protected $headerSelector;

/**
* @param ClientInterface $client
* @param Configuration $config
* @param HeaderSelector $selector
* @param ClientInterface|null $client
* @param Configuration|null $config
* @param HeaderSelector|null $selector
*/
public function __construct(
ClientInterface $client = null,
Configuration $config = null,
HeaderSelector $selector = null
?ClientInterface $client = null,
?Configuration $config = null,
?HeaderSelector $selector = null
) {
$this->client = $client ?: new Client();
$this->config = $config ?: new Configuration();
Expand Down
Loading
Loading