Skip to content

Commit

Permalink
Merge pull request #176 from XeroAPI/sid-development
Browse files Browse the repository at this point in the history
Build from OAS 2.4.0
  • Loading branch information
SidneyAllen authored Oct 28, 2020
2 parents 03a311e + 0ac72ef commit e6881e2
Show file tree
Hide file tree
Showing 341 changed files with 4,719 additions and 1,383 deletions.
670 changes: 559 additions & 111 deletions docs/accounting/Api/AccountingApi.md

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions docs/accounting/Model/Action.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Action

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **string** | Name of the actions for this organisation | [optional]
**status** | **string** | Status of the action for this organisation | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


10 changes: 10 additions & 0 deletions docs/accounting/Model/Actions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Actions

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**actions** | [**\XeroAPI\XeroPHP\Models\Accounting\Action[]**](Action.md) | | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


2 changes: 1 addition & 1 deletion docs/accounting/Model/ExpenseClaim.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Name | Type | Description | Notes
**amount_paid** | **double** | The amount still to pay for an expense claim | [optional]
**payment_due_date** | **string** | The date when the expense claim is due to be paid YYYY-MM-DD | [optional]
**reporting_date** | **string** | The date the expense claim will be reported in Xero YYYY-MM-DD | [optional]
**receipt_id** | **string** | The Xero identifier for the Receipt e.g. e59a2c7f-1306-4078-a0f3-73537afcbba9 | [optional]
**receipt_id** | **string** | The Xero identifier for the Receipt e.g. e59a2c7f-1306-4078-a0f3-73537afcbba9 | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/payrollau/Model/TaxDeclaration.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**employee_id** | **string** | Address line 1 for employee home address |
**employee_id** | **string** | Address line 1 for employee home address | [optional]
**employment_basis** | [**\XeroAPI\XeroPHP\Models\PayrollAu\EmploymentBasis**](EmploymentBasis.md) | | [optional]
**tfn_exemption_type** | [**\XeroAPI\XeroPHP\Models\PayrollAu\TFNExemptionType**](TFNExemptionType.md) | | [optional]
**tax_file_number** | **string** | The tax file number e.g 123123123. | [optional]
Expand Down
2 changes: 1 addition & 1 deletion lib/AccountingObjectSerializer.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* OpenAPI spec version: 2.3.3
* OpenAPI spec version: 2.4.0
* Contact: api@xero.com
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 4.2.3
Expand Down
4,028 changes: 3,111 additions & 917 deletions lib/Api/AccountingApi.php

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/Api/AssetApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*
* This is the Xero Assets API
*
* OpenAPI spec version: 2.3.3
* OpenAPI spec version: 2.4.0
* Contact: api@xero.com
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 4.2.3
Expand Down
2 changes: 1 addition & 1 deletion lib/Api/IdentityApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*
* This specifing endpoints related to managing authentication tokens and identity for Xero API
*
* OpenAPI spec version: 2.3.3
* OpenAPI spec version: 2.4.0
* Contact: api@xero.com
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 4.2.3
Expand Down
2 changes: 1 addition & 1 deletion 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: 2.3.3
* OpenAPI spec version: 2.4.0
* Contact: api@xero.com
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 4.2.3
Expand Down
2 changes: 1 addition & 1 deletion lib/Api/PayrollUkApi.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 the UK region.
*
* OpenAPI spec version: 2.3.3
* OpenAPI spec version: 2.4.0
* Contact: api@xero.com
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 4.2.3
Expand Down
2 changes: 1 addition & 1 deletion lib/Api/ProjectApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*
* This is the Xero Projects API
*
* OpenAPI spec version: 2.3.3
* OpenAPI spec version: 2.4.0
* Contact: api@xero.com
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 4.2.3
Expand Down
2 changes: 1 addition & 1 deletion lib/AssetObjectSerializer.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*
* This is the Xero Assets API
*
* OpenAPI spec version: 2.3.3
* OpenAPI spec version: 2.4.0
* Contact: api@xero.com
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 4.2.3
Expand Down
6 changes: 3 additions & 3 deletions lib/Configuration.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 the UK region.
*
* OpenAPI spec version: 2.3.3
* OpenAPI spec version: 2.4.0
* Contact: api@xero.com
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 4.2.3
Expand Down Expand Up @@ -137,7 +137,7 @@ class Configuration
*
* @var string
*/
protected $userAgent = '[xero-php-oauth2 (2.1.4)]';
protected $userAgent = '[xero-php-oauth2 (2.1.5)]';

/**
* Debug switch (default set to false)
Expand Down Expand Up @@ -606,7 +606,7 @@ public static function toDebugReport()
$report = 'PHP SDK (XeroAPI\XeroPHP) Debug Report:' . PHP_EOL;
$report .= ' OS: ' . php_uname() . PHP_EOL;
$report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL;
$report .= ' OpenAPI Spec Version: 2.3.3' . PHP_EOL;
$report .= ' OpenAPI Spec Version: 2.4.0' . PHP_EOL;
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;

return $report;
Expand Down
2 changes: 1 addition & 1 deletion lib/IdentityObjectSerializer.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*
* This specifing endpoints related to managing authentication tokens and identity for Xero API
*
* OpenAPI spec version: 2.3.3
* OpenAPI spec version: 2.4.0
* Contact: api@xero.com
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 4.2.3
Expand Down
2 changes: 1 addition & 1 deletion lib/Models/Accounting/Account.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* OpenAPI spec version: 2.3.3
* OpenAPI spec version: 2.4.0
* Contact: api@xero.com
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 4.2.3
Expand Down
2 changes: 1 addition & 1 deletion lib/Models/Accounting/AccountType.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* OpenAPI spec version: 2.3.3
* OpenAPI spec version: 2.4.0
* Contact: api@xero.com
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 4.2.3
Expand Down
2 changes: 1 addition & 1 deletion lib/Models/Accounting/Accounts.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* OpenAPI spec version: 2.3.3
* OpenAPI spec version: 2.4.0
* Contact: api@xero.com
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 4.2.3
Expand Down
2 changes: 1 addition & 1 deletion lib/Models/Accounting/AccountsPayable.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* OpenAPI spec version: 2.3.3
* OpenAPI spec version: 2.4.0
* Contact: api@xero.com
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 4.2.3
Expand Down
2 changes: 1 addition & 1 deletion lib/Models/Accounting/AccountsReceivable.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* OpenAPI spec version: 2.3.3
* OpenAPI spec version: 2.4.0
* Contact: api@xero.com
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 4.2.3
Expand Down
Loading

0 comments on commit e6881e2

Please sign in to comment.