xero-node 17.0.0 → 18.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/gen/api/accountingApi.d.ts +1 -1
- package/dist/gen/api/accountingApi.js +2 -2
- package/dist/gen/api/appStoreApi.d.ts +1 -1
- package/dist/gen/api/appStoreApi.js +2 -2
- package/dist/gen/api/assetApi.d.ts +1 -1
- package/dist/gen/api/assetApi.js +2 -2
- package/dist/gen/api/bankfeedsApi.d.ts +1 -1
- package/dist/gen/api/bankfeedsApi.js +2 -2
- package/dist/gen/api/filesApi.d.ts +1 -1
- package/dist/gen/api/filesApi.js +2 -2
- package/dist/gen/api/financeApi.d.ts +1 -1
- package/dist/gen/api/financeApi.js +2 -2
- package/dist/gen/api/payrollAUApi.d.ts +1 -1
- package/dist/gen/api/payrollAUApi.js +2 -2
- package/dist/gen/api/payrollAUV2Api.d.ts +1 -1
- package/dist/gen/api/payrollAUV2Api.js +2 -2
- package/dist/gen/api/payrollNZApi.d.ts +1 -1
- package/dist/gen/api/payrollNZApi.js +2 -2
- package/dist/gen/api/payrollUKApi.d.ts +1 -1
- package/dist/gen/api/payrollUKApi.js +2 -2
- package/dist/gen/api/projectApi.d.ts +1 -1
- package/dist/gen/api/projectApi.js +2 -2
- package/dist/gen/model/accounting/organisation.d.ts +2 -1
- package/dist/gen/model/accounting/organisation.js +1 -0
- package/dist/gen/model/accounting/organisation.js.map +1 -1
- package/dist/gen/model/payroll-au/earningsRate.d.ts +2 -2
- package/dist/gen/model/payroll-au/leaveLine.d.ts +2 -2
- package/dist/gen/model/payroll-au/leaveType.d.ts +2 -2
- package/dist/gen/model/payroll-au/taxDeclaration.d.ts +1 -1
- package/package.json +1 -1
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Xero Accounting API
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 16.0.0
|
|
6
6
|
* Contact: api@xero.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Xero Accounting API
|
|
4
4
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
5
|
*
|
|
6
|
-
* The version of the OpenAPI document:
|
|
6
|
+
* The version of the OpenAPI document: 16.0.0
|
|
7
7
|
* Contact: api@xero.com
|
|
8
8
|
*
|
|
9
9
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -39,7 +39,7 @@ var AccountingApiApiKeys;
|
|
|
39
39
|
class AccountingApi {
|
|
40
40
|
constructor(basePathOrUsername, password, basePath) {
|
|
41
41
|
this._basePath = defaultBasePath;
|
|
42
|
-
this.defaultHeaders = { 'user-agent': 'xero-node-
|
|
42
|
+
this.defaultHeaders = { 'user-agent': 'xero-node-18.0.0' };
|
|
43
43
|
this._useQuerystring = false;
|
|
44
44
|
this.binaryHeaders = {};
|
|
45
45
|
this.authentications = {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Xero AppStore API
|
|
3
3
|
* These endpoints are for Xero Partners to interact with the App Store Billing platform
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 16.0.0
|
|
6
6
|
* Contact: api@xero.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Xero AppStore API
|
|
4
4
|
* These endpoints are for Xero Partners to interact with the App Store Billing platform
|
|
5
5
|
*
|
|
6
|
-
* The version of the OpenAPI document:
|
|
6
|
+
* The version of the OpenAPI document: 16.0.0
|
|
7
7
|
* Contact: api@xero.com
|
|
8
8
|
*
|
|
9
9
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -38,7 +38,7 @@ var AppStoreApiApiKeys;
|
|
|
38
38
|
class AppStoreApi {
|
|
39
39
|
constructor(basePathOrUsername, password, basePath) {
|
|
40
40
|
this._basePath = defaultBasePath;
|
|
41
|
-
this.defaultHeaders = { 'user-agent': 'xero-node-
|
|
41
|
+
this.defaultHeaders = { 'user-agent': 'xero-node-18.0.0' };
|
|
42
42
|
this._useQuerystring = false;
|
|
43
43
|
this.binaryHeaders = {};
|
|
44
44
|
this.authentications = {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Xero Assets API
|
|
3
3
|
* 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.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 16.0.0
|
|
6
6
|
* Contact: api@xero.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/gen/api/assetApi.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Xero Assets API
|
|
4
4
|
* 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.
|
|
5
5
|
*
|
|
6
|
-
* The version of the OpenAPI document:
|
|
6
|
+
* The version of the OpenAPI document: 16.0.0
|
|
7
7
|
* Contact: api@xero.com
|
|
8
8
|
*
|
|
9
9
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -38,7 +38,7 @@ var AssetApiApiKeys;
|
|
|
38
38
|
class AssetApi {
|
|
39
39
|
constructor(basePathOrUsername, password, basePath) {
|
|
40
40
|
this._basePath = defaultBasePath;
|
|
41
|
-
this.defaultHeaders = { 'user-agent': 'xero-node-
|
|
41
|
+
this.defaultHeaders = { 'user-agent': 'xero-node-18.0.0' };
|
|
42
42
|
this._useQuerystring = false;
|
|
43
43
|
this.binaryHeaders = {};
|
|
44
44
|
this.authentications = {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Xero Bank Feeds API
|
|
3
3
|
* The Bank Feeds API is a closed API that is only available to financial institutions that have an established financial services partnership with Xero. If you\'re an existing financial services partner that wants access, contact your local Partner Manager. If you\'re a financial institution who wants to provide bank feeds to your business customers, contact us to become a financial services partner.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 16.0.0
|
|
6
6
|
* Contact: api@xero.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Xero Bank Feeds API
|
|
4
4
|
* The Bank Feeds API is a closed API that is only available to financial institutions that have an established financial services partnership with Xero. If you\'re an existing financial services partner that wants access, contact your local Partner Manager. If you\'re a financial institution who wants to provide bank feeds to your business customers, contact us to become a financial services partner.
|
|
5
5
|
*
|
|
6
|
-
* The version of the OpenAPI document:
|
|
6
|
+
* The version of the OpenAPI document: 16.0.0
|
|
7
7
|
* Contact: api@xero.com
|
|
8
8
|
*
|
|
9
9
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -38,7 +38,7 @@ var BankFeedsApiApiKeys;
|
|
|
38
38
|
class BankFeedsApi {
|
|
39
39
|
constructor(basePathOrUsername, password, basePath) {
|
|
40
40
|
this._basePath = defaultBasePath;
|
|
41
|
-
this.defaultHeaders = { 'user-agent': 'xero-node-
|
|
41
|
+
this.defaultHeaders = { 'user-agent': 'xero-node-18.0.0' };
|
|
42
42
|
this._useQuerystring = false;
|
|
43
43
|
this.binaryHeaders = {};
|
|
44
44
|
this.authentications = {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Xero Files API
|
|
3
3
|
* These endpoints are specific to Xero Files API
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 16.0.0
|
|
6
6
|
* Contact: api@xero.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/gen/api/filesApi.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Xero Files API
|
|
4
4
|
* These endpoints are specific to Xero Files API
|
|
5
5
|
*
|
|
6
|
-
* The version of the OpenAPI document:
|
|
6
|
+
* The version of the OpenAPI document: 16.0.0
|
|
7
7
|
* Contact: api@xero.com
|
|
8
8
|
*
|
|
9
9
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -38,7 +38,7 @@ var FilesApiApiKeys;
|
|
|
38
38
|
class FilesApi {
|
|
39
39
|
constructor(basePathOrUsername, password, basePath) {
|
|
40
40
|
this._basePath = defaultBasePath;
|
|
41
|
-
this.defaultHeaders = { 'user-agent': 'xero-node-
|
|
41
|
+
this.defaultHeaders = { 'user-agent': 'xero-node-18.0.0' };
|
|
42
42
|
this._useQuerystring = false;
|
|
43
43
|
this.binaryHeaders = {};
|
|
44
44
|
this.authentications = {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Xero Finance API
|
|
3
3
|
* 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.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 16.0.0
|
|
6
6
|
* Contact: api@xero.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Xero Finance API
|
|
4
4
|
* 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.
|
|
5
5
|
*
|
|
6
|
-
* The version of the OpenAPI document:
|
|
6
|
+
* The version of the OpenAPI document: 16.0.0
|
|
7
7
|
* Contact: api@xero.com
|
|
8
8
|
*
|
|
9
9
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -38,7 +38,7 @@ var FinanceApiApiKeys;
|
|
|
38
38
|
class FinanceApi {
|
|
39
39
|
constructor(basePathOrUsername, password, basePath) {
|
|
40
40
|
this._basePath = defaultBasePath;
|
|
41
|
-
this.defaultHeaders = { 'user-agent': 'xero-node-
|
|
41
|
+
this.defaultHeaders = { 'user-agent': 'xero-node-18.0.0' };
|
|
42
42
|
this._useQuerystring = false;
|
|
43
43
|
this.binaryHeaders = {};
|
|
44
44
|
this.authentications = {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Xero Payroll AU API
|
|
3
3
|
* This is the Xero Payroll API for orgs in Australia region.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 16.0.0
|
|
6
6
|
* Contact: api@xero.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Xero Payroll AU API
|
|
4
4
|
* This is the Xero Payroll API for orgs in Australia region.
|
|
5
5
|
*
|
|
6
|
-
* The version of the OpenAPI document:
|
|
6
|
+
* The version of the OpenAPI document: 16.0.0
|
|
7
7
|
* Contact: api@xero.com
|
|
8
8
|
*
|
|
9
9
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -38,7 +38,7 @@ var PayrollAuApiApiKeys;
|
|
|
38
38
|
class PayrollAuApi {
|
|
39
39
|
constructor(basePathOrUsername, password, basePath) {
|
|
40
40
|
this._basePath = defaultBasePath;
|
|
41
|
-
this.defaultHeaders = { 'user-agent': 'xero-node-
|
|
41
|
+
this.defaultHeaders = { 'user-agent': 'xero-node-18.0.0' };
|
|
42
42
|
this._useQuerystring = false;
|
|
43
43
|
this.binaryHeaders = {};
|
|
44
44
|
this.authentications = {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Xero Payroll AU API 2.0
|
|
3
3
|
* This is the Xero Payroll API 2.0 for orgs in Australia region.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 16.0.0
|
|
6
6
|
* Contact: api@xero.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Xero Payroll AU API 2.0
|
|
4
4
|
* This is the Xero Payroll API 2.0 for orgs in Australia region.
|
|
5
5
|
*
|
|
6
|
-
* The version of the OpenAPI document:
|
|
6
|
+
* The version of the OpenAPI document: 16.0.0
|
|
7
7
|
* Contact: api@xero.com
|
|
8
8
|
*
|
|
9
9
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -38,7 +38,7 @@ var PayrollAuV2ApiApiKeys;
|
|
|
38
38
|
class PayrollAuV2Api {
|
|
39
39
|
constructor(basePathOrUsername, password, basePath) {
|
|
40
40
|
this._basePath = defaultBasePath;
|
|
41
|
-
this.defaultHeaders = { 'user-agent': 'xero-node-
|
|
41
|
+
this.defaultHeaders = { 'user-agent': 'xero-node-18.0.0' };
|
|
42
42
|
this._useQuerystring = false;
|
|
43
43
|
this.binaryHeaders = {};
|
|
44
44
|
this.authentications = {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Xero Payroll NZ
|
|
3
3
|
* This is the Xero Payroll API for orgs in the NZ region.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 16.0.0
|
|
6
6
|
* Contact: api@xero.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Xero Payroll NZ
|
|
4
4
|
* This is the Xero Payroll API for orgs in the NZ region.
|
|
5
5
|
*
|
|
6
|
-
* The version of the OpenAPI document:
|
|
6
|
+
* The version of the OpenAPI document: 16.0.0
|
|
7
7
|
* Contact: api@xero.com
|
|
8
8
|
*
|
|
9
9
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -38,7 +38,7 @@ var PayrollNzApiApiKeys;
|
|
|
38
38
|
class PayrollNzApi {
|
|
39
39
|
constructor(basePathOrUsername, password, basePath) {
|
|
40
40
|
this._basePath = defaultBasePath;
|
|
41
|
-
this.defaultHeaders = { 'user-agent': 'xero-node-
|
|
41
|
+
this.defaultHeaders = { 'user-agent': 'xero-node-18.0.0' };
|
|
42
42
|
this._useQuerystring = false;
|
|
43
43
|
this.binaryHeaders = {};
|
|
44
44
|
this.authentications = {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Xero Payroll UK
|
|
3
3
|
* This is the Xero Payroll API for orgs in the UK region.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 16.0.0
|
|
6
6
|
* Contact: api@xero.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Xero Payroll UK
|
|
4
4
|
* This is the Xero Payroll API for orgs in the UK region.
|
|
5
5
|
*
|
|
6
|
-
* The version of the OpenAPI document:
|
|
6
|
+
* The version of the OpenAPI document: 16.0.0
|
|
7
7
|
* Contact: api@xero.com
|
|
8
8
|
*
|
|
9
9
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -38,7 +38,7 @@ var PayrollUkApiApiKeys;
|
|
|
38
38
|
class PayrollUkApi {
|
|
39
39
|
constructor(basePathOrUsername, password, basePath) {
|
|
40
40
|
this._basePath = defaultBasePath;
|
|
41
|
-
this.defaultHeaders = { 'user-agent': 'xero-node-
|
|
41
|
+
this.defaultHeaders = { 'user-agent': 'xero-node-18.0.0' };
|
|
42
42
|
this._useQuerystring = false;
|
|
43
43
|
this.binaryHeaders = {};
|
|
44
44
|
this.authentications = {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Xero Projects API
|
|
3
3
|
* This is the Xero Projects API
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 16.0.0
|
|
6
6
|
* Contact: api@xero.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Xero Projects API
|
|
4
4
|
* This is the Xero Projects API
|
|
5
5
|
*
|
|
6
|
-
* The version of the OpenAPI document:
|
|
6
|
+
* The version of the OpenAPI document: 16.0.0
|
|
7
7
|
* Contact: api@xero.com
|
|
8
8
|
*
|
|
9
9
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -38,7 +38,7 @@ var ProjectApiApiKeys;
|
|
|
38
38
|
class ProjectApi {
|
|
39
39
|
constructor(basePathOrUsername, password, basePath) {
|
|
40
40
|
this._basePath = defaultBasePath;
|
|
41
|
-
this.defaultHeaders = { 'user-agent': 'xero-node-
|
|
41
|
+
this.defaultHeaders = { 'user-agent': 'xero-node-18.0.0' };
|
|
42
42
|
this._useQuerystring = false;
|
|
43
43
|
this.binaryHeaders = {};
|
|
44
44
|
this.authentications = {
|
|
@@ -290,6 +290,7 @@ Organisation.attributeTypeMap = [
|
|
|
290
290
|
ClassEnum[ClassEnum["COMPREHENSIVE"] = 'COMPREHENSIVE'] = "COMPREHENSIVE";
|
|
291
291
|
ClassEnum[ClassEnum["SIMPLE"] = 'SIMPLE'] = "SIMPLE";
|
|
292
292
|
ClassEnum[ClassEnum["BASICLITE"] = 'BASICLITE'] = "BASICLITE";
|
|
293
|
+
ClassEnum[ClassEnum["ULTRA"] = 'ULTRA'] = "ULTRA";
|
|
293
294
|
})(ClassEnum = Organisation.ClassEnum || (Organisation.ClassEnum = {}));
|
|
294
295
|
let EditionEnum;
|
|
295
296
|
(function (EditionEnum) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"organisation.js","sourceRoot":"","sources":["../../../../src/gen/model/accounting/organisation.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"organisation.js","sourceRoot":"","sources":["../../../../src/gen/model/accounting/organisation.ts"],"names":[],"mappings":"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"}
|
|
@@ -29,9 +29,9 @@ export declare class EarningsRate {
|
|
|
29
29
|
*/
|
|
30
30
|
'isReportableAsW1'?: boolean;
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
* Boolean to determine if the earnings rate is considered as qualifying earnings for superannuation guarantee calculations
|
|
33
33
|
*/
|
|
34
|
-
'isQualifyingEarnings'
|
|
34
|
+
'isQualifyingEarnings': boolean;
|
|
35
35
|
/**
|
|
36
36
|
* Boolean to determine if the allowance earnings rate contributes towards annual leave rate. Only applicable if EarningsType is ALLOWANCE and RateType is RATEPERUNIT
|
|
37
37
|
*/
|
|
@@ -14,9 +14,9 @@ export declare class LeaveLine {
|
|
|
14
14
|
*/
|
|
15
15
|
'includeSuperannuationGuaranteeContribution'?: boolean;
|
|
16
16
|
/**
|
|
17
|
-
*
|
|
17
|
+
* Boolean to determine if the leave line is considered as qualifying earnings for superannuation guarantee calculations
|
|
18
18
|
*/
|
|
19
|
-
'isQualifyingEarnings'
|
|
19
|
+
'isQualifyingEarnings': boolean;
|
|
20
20
|
/**
|
|
21
21
|
* Number of units for leave line.
|
|
22
22
|
*/
|
|
@@ -42,9 +42,9 @@ export declare class LeaveType {
|
|
|
42
42
|
*/
|
|
43
43
|
'sGCExempt'?: boolean;
|
|
44
44
|
/**
|
|
45
|
-
*
|
|
45
|
+
* Boolean to determine if the leave type is considered as qualifying earnings for superannuation guarantee calculations
|
|
46
46
|
*/
|
|
47
|
-
'isQualifyingEarnings'
|
|
47
|
+
'isQualifyingEarnings': boolean;
|
|
48
48
|
static discriminator: string | undefined;
|
|
49
49
|
static attributeTypeMap: Array<{
|
|
50
50
|
name: string;
|
|
@@ -72,7 +72,7 @@ export declare class TaxDeclaration {
|
|
|
72
72
|
*/
|
|
73
73
|
'updatedDateUTC'?: Date;
|
|
74
74
|
/**
|
|
75
|
-
*
|
|
75
|
+
* Boolean to determine if leave loading is considered as qualifying earnings for superannuation guarantee calculations. Required when IncludeLeaveLoadingInSGC is specified in the payload
|
|
76
76
|
*/
|
|
77
77
|
'includeLeaveLoadingInQualifyingEarnings'?: boolean;
|
|
78
78
|
static discriminator: string | undefined;
|