xero-node 17.0.0 → 19.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 +37 -2
- package/dist/gen/api/accountingApi.js +164 -4
- package/dist/gen/api/accountingApi.js.map +1 -1
- 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/bankTransfer.d.ts +19 -0
- package/dist/gen/model/accounting/bankTransfer.js +22 -0
- package/dist/gen/model/accounting/bankTransfer.js.map +1 -1
- package/dist/gen/model/accounting/bankTransferDelete.d.ts +21 -0
- package/dist/gen/model/accounting/bankTransferDelete.js +23 -0
- package/dist/gen/model/accounting/bankTransferDelete.js.map +1 -0
- package/dist/gen/model/accounting/bankTransferDeleteByUrlParam.d.ts +17 -0
- package/dist/gen/model/accounting/bankTransferDeleteByUrlParam.js +18 -0
- package/dist/gen/model/accounting/bankTransferDeleteByUrlParam.js.map +1 -0
- package/dist/gen/model/accounting/bankTransfersDelete.d.ts +15 -0
- package/dist/gen/model/accounting/bankTransfersDelete.js +18 -0
- package/dist/gen/model/accounting/bankTransfersDelete.js.map +1 -0
- package/dist/gen/model/accounting/creditNote.d.ts +4 -0
- package/dist/gen/model/accounting/creditNote.js +5 -0
- package/dist/gen/model/accounting/creditNote.js.map +1 -1
- package/dist/gen/model/accounting/invoice.d.ts +5 -1
- package/dist/gen/model/accounting/invoice.js +5 -0
- package/dist/gen/model/accounting/invoice.js.map +1 -1
- package/dist/gen/model/accounting/models.d.ts +4 -0
- package/dist/gen/model/accounting/models.js +13 -0
- package/dist/gen/model/accounting/models.js.map +1 -1
- 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/accounting/overpayment.d.ts +4 -0
- package/dist/gen/model/accounting/overpayment.js +5 -0
- package/dist/gen/model/accounting/overpayment.js.map +1 -1
- package/dist/gen/model/accounting/payment.d.ts +4 -0
- package/dist/gen/model/accounting/payment.js +5 -0
- package/dist/gen/model/accounting/payment.js.map +1 -1
- package/dist/gen/model/accounting/prepayment.d.ts +4 -0
- package/dist/gen/model/accounting/prepayment.js +5 -0
- package/dist/gen/model/accounting/prepayment.js.map +1 -1
- package/dist/gen/model/accounting/trackingReference.d.ts +29 -0
- package/dist/gen/model/accounting/trackingReference.js +33 -0
- package/dist/gen/model/accounting/trackingReference.js.map +1 -0
- 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/dist/model/ApiError.js +12 -10
- package/dist/model/ApiError.js.map +1 -1
- package/package.json +1 -1
|
@@ -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.1.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.1.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-19.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.1.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.1.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-19.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.1.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.1.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-19.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.1.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.1.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-19.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.1.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.1.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-19.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.1.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.1.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-19.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.1.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.1.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-19.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.1.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.1.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-19.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.1.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.1.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-19.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.1.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.1.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-19.0.0' };
|
|
42
42
|
this._useQuerystring = false;
|
|
43
43
|
this.binaryHeaders = {};
|
|
44
44
|
this.authentications = {
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { Account } from '././account';
|
|
2
|
+
import { TrackingReference } from '././trackingReference';
|
|
2
3
|
import { ValidationError } from '././validationError';
|
|
3
4
|
export declare class BankTransfer {
|
|
4
5
|
'fromBankAccount': Account;
|
|
@@ -48,6 +49,18 @@ export declare class BankTransfer {
|
|
|
48
49
|
*/
|
|
49
50
|
'createdDateUTC'?: Date;
|
|
50
51
|
/**
|
|
52
|
+
* AUTHORISED or DELETED (read-only). New bank transfers will have a status of AUTHORISED.
|
|
53
|
+
*/
|
|
54
|
+
'status'?: BankTransfer.StatusEnum;
|
|
55
|
+
/**
|
|
56
|
+
* Optional Tracking Category for the source account – see Tracking. A bank transfer can have a maximum of 2 tracking categories per account.
|
|
57
|
+
*/
|
|
58
|
+
'fromTracking'?: Array<TrackingReference>;
|
|
59
|
+
/**
|
|
60
|
+
* Optional Tracking Category for the destination account – see Tracking. A bank transfer can have a maximum of 2 tracking categories per account.
|
|
61
|
+
*/
|
|
62
|
+
'toTracking'?: Array<TrackingReference>;
|
|
63
|
+
/**
|
|
51
64
|
* Displays array of validation error messages from the API
|
|
52
65
|
*/
|
|
53
66
|
'validationErrors'?: Array<ValidationError>;
|
|
@@ -63,3 +76,9 @@ export declare class BankTransfer {
|
|
|
63
76
|
type: string;
|
|
64
77
|
}[];
|
|
65
78
|
}
|
|
79
|
+
export declare namespace BankTransfer {
|
|
80
|
+
enum StatusEnum {
|
|
81
|
+
AUTHORISED,
|
|
82
|
+
DELETED
|
|
83
|
+
}
|
|
84
|
+
}
|
|
@@ -74,10 +74,32 @@ BankTransfer.attributeTypeMap = [
|
|
|
74
74
|
"baseName": "CreatedDateUTC",
|
|
75
75
|
"type": "Date"
|
|
76
76
|
},
|
|
77
|
+
{
|
|
78
|
+
"name": "status",
|
|
79
|
+
"baseName": "Status",
|
|
80
|
+
"type": "BankTransfer.StatusEnum"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"name": "fromTracking",
|
|
84
|
+
"baseName": "FromTracking",
|
|
85
|
+
"type": "Array<TrackingReference>"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"name": "toTracking",
|
|
89
|
+
"baseName": "ToTracking",
|
|
90
|
+
"type": "Array<TrackingReference>"
|
|
91
|
+
},
|
|
77
92
|
{
|
|
78
93
|
"name": "validationErrors",
|
|
79
94
|
"baseName": "ValidationErrors",
|
|
80
95
|
"type": "Array<ValidationError>"
|
|
81
96
|
}
|
|
82
97
|
];
|
|
98
|
+
(function (BankTransfer) {
|
|
99
|
+
let StatusEnum;
|
|
100
|
+
(function (StatusEnum) {
|
|
101
|
+
StatusEnum[StatusEnum["AUTHORISED"] = 'AUTHORISED'] = "AUTHORISED";
|
|
102
|
+
StatusEnum[StatusEnum["DELETED"] = 'DELETED'] = "DELETED";
|
|
103
|
+
})(StatusEnum = BankTransfer.StatusEnum || (BankTransfer.StatusEnum = {}));
|
|
104
|
+
})(BankTransfer || (exports.BankTransfer = BankTransfer = {}));
|
|
83
105
|
//# sourceMappingURL=bankTransfer.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bankTransfer.js","sourceRoot":"","sources":["../../../../src/gen/model/accounting/bankTransfer.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"bankTransfer.js","sourceRoot":"","sources":["../../../../src/gen/model/accounting/bankTransfer.ts"],"names":[],"mappings":";;;AAIA,MAAa,YAAY;IAyJrB,MAAM,CAAC,mBAAmB;QACtB,OAAO,YAAY,CAAC,gBAAgB,CAAC;IACzC,CAAC;;AA3JL,oCA4JC;AA5FU,0BAAa,GAAuB,SAAS,CAAC;AAE9C,6BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,uBAAuB;QAC/B,UAAU,EAAE,uBAAuB;QACnC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,qBAAqB;QAC7B,UAAU,EAAE,qBAAqB;QACjC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,yBAAyB;KACpC;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,0BAA0B;KACrC;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,0BAA0B;KACrC;IACD;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,wBAAwB;KACnC;CAAK,CAAC;AAOf,WAAiB,YAAY;IACzB,IAAY,UAGX;IAHD,WAAY,UAAU;QAClB,sCAAmB,YAAY,gBAAA,CAAA;QAC/B,mCAAgB,SAAS,aAAA,CAAA;IAC7B,CAAC,EAHW,UAAU,GAAV,uBAAU,KAAV,uBAAU,QAGrB;AACL,CAAC,EALgB,YAAY,4BAAZ,YAAY,QAK5B"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export declare class BankTransferDelete {
|
|
2
|
+
/**
|
|
3
|
+
* The Xero identifier for a bank transfer
|
|
4
|
+
*/
|
|
5
|
+
'bankTransferID': string;
|
|
6
|
+
/**
|
|
7
|
+
* The status of the bank transfer.
|
|
8
|
+
*/
|
|
9
|
+
'status': string;
|
|
10
|
+
static discriminator: string | undefined;
|
|
11
|
+
static attributeTypeMap: Array<{
|
|
12
|
+
name: string;
|
|
13
|
+
baseName: string;
|
|
14
|
+
type: string;
|
|
15
|
+
}>;
|
|
16
|
+
static getAttributeTypeMap(): {
|
|
17
|
+
name: string;
|
|
18
|
+
baseName: string;
|
|
19
|
+
type: string;
|
|
20
|
+
}[];
|
|
21
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BankTransferDelete = void 0;
|
|
4
|
+
class BankTransferDelete {
|
|
5
|
+
static getAttributeTypeMap() {
|
|
6
|
+
return BankTransferDelete.attributeTypeMap;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
exports.BankTransferDelete = BankTransferDelete;
|
|
10
|
+
BankTransferDelete.discriminator = undefined;
|
|
11
|
+
BankTransferDelete.attributeTypeMap = [
|
|
12
|
+
{
|
|
13
|
+
"name": "bankTransferID",
|
|
14
|
+
"baseName": "BankTransferID",
|
|
15
|
+
"type": "string"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"name": "status",
|
|
19
|
+
"baseName": "Status",
|
|
20
|
+
"type": "string"
|
|
21
|
+
}
|
|
22
|
+
];
|
|
23
|
+
//# sourceMappingURL=bankTransferDelete.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bankTransferDelete.js","sourceRoot":"","sources":["../../../../src/gen/model/accounting/bankTransferDelete.ts"],"names":[],"mappings":";;;AACA,MAAa,kBAAkB;IAwB3B,MAAM,CAAC,mBAAmB;QACtB,OAAO,kBAAkB,CAAC,gBAAgB,CAAC;IAC/C,CAAC;;AA1BL,gDA2BC;AAjBU,gCAAa,GAAuB,SAAS,CAAC;AAE9C,mCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export declare class BankTransferDeleteByUrlParam {
|
|
2
|
+
/**
|
|
3
|
+
* The status of the bank transfer.
|
|
4
|
+
*/
|
|
5
|
+
'status': string;
|
|
6
|
+
static discriminator: string | undefined;
|
|
7
|
+
static attributeTypeMap: Array<{
|
|
8
|
+
name: string;
|
|
9
|
+
baseName: string;
|
|
10
|
+
type: string;
|
|
11
|
+
}>;
|
|
12
|
+
static getAttributeTypeMap(): {
|
|
13
|
+
name: string;
|
|
14
|
+
baseName: string;
|
|
15
|
+
type: string;
|
|
16
|
+
}[];
|
|
17
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BankTransferDeleteByUrlParam = void 0;
|
|
4
|
+
class BankTransferDeleteByUrlParam {
|
|
5
|
+
static getAttributeTypeMap() {
|
|
6
|
+
return BankTransferDeleteByUrlParam.attributeTypeMap;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
exports.BankTransferDeleteByUrlParam = BankTransferDeleteByUrlParam;
|
|
10
|
+
BankTransferDeleteByUrlParam.discriminator = undefined;
|
|
11
|
+
BankTransferDeleteByUrlParam.attributeTypeMap = [
|
|
12
|
+
{
|
|
13
|
+
"name": "status",
|
|
14
|
+
"baseName": "Status",
|
|
15
|
+
"type": "string"
|
|
16
|
+
}
|
|
17
|
+
];
|
|
18
|
+
//# sourceMappingURL=bankTransferDeleteByUrlParam.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bankTransferDeleteByUrlParam.js","sourceRoot":"","sources":["../../../../src/gen/model/accounting/bankTransferDeleteByUrlParam.ts"],"names":[],"mappings":";;;AACA,MAAa,4BAA4B;IAerC,MAAM,CAAC,mBAAmB;QACtB,OAAO,4BAA4B,CAAC,gBAAgB,CAAC;IACzD,CAAC;;AAjBL,oEAkBC;AAZU,0CAAa,GAAuB,SAAS,CAAC;AAE9C,6CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { BankTransferDelete } from '././bankTransferDelete';
|
|
2
|
+
export declare class BankTransfersDelete {
|
|
3
|
+
'bankTransfers'?: Array<BankTransferDelete>;
|
|
4
|
+
static discriminator: string | undefined;
|
|
5
|
+
static attributeTypeMap: Array<{
|
|
6
|
+
name: string;
|
|
7
|
+
baseName: string;
|
|
8
|
+
type: string;
|
|
9
|
+
}>;
|
|
10
|
+
static getAttributeTypeMap(): {
|
|
11
|
+
name: string;
|
|
12
|
+
baseName: string;
|
|
13
|
+
type: string;
|
|
14
|
+
}[];
|
|
15
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BankTransfersDelete = void 0;
|
|
4
|
+
class BankTransfersDelete {
|
|
5
|
+
static getAttributeTypeMap() {
|
|
6
|
+
return BankTransfersDelete.attributeTypeMap;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
exports.BankTransfersDelete = BankTransfersDelete;
|
|
10
|
+
BankTransfersDelete.discriminator = undefined;
|
|
11
|
+
BankTransfersDelete.attributeTypeMap = [
|
|
12
|
+
{
|
|
13
|
+
"name": "bankTransfers",
|
|
14
|
+
"baseName": "BankTransfers",
|
|
15
|
+
"type": "Array<BankTransferDelete>"
|
|
16
|
+
}
|
|
17
|
+
];
|
|
18
|
+
//# sourceMappingURL=bankTransfersDelete.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bankTransfersDelete.js","sourceRoot":"","sources":["../../../../src/gen/model/accounting/bankTransfersDelete.ts"],"names":[],"mappings":";;;AAEA,MAAa,mBAAmB;IAY5B,MAAM,CAAC,mBAAmB;QACtB,OAAO,mBAAmB,CAAC,gBAAgB,CAAC;IAChD,CAAC;;AAdL,kDAeC;AAZU,iCAAa,GAAuB,SAAS,CAAC;AAE9C,oCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,2BAA2B;KACtC;CAAK,CAAC"}
|
|
@@ -53,6 +53,10 @@ export declare class CreditNote {
|
|
|
53
53
|
* UTC timestamp of last update to the credit note
|
|
54
54
|
*/
|
|
55
55
|
'updatedDateUTC'?: Date;
|
|
56
|
+
/**
|
|
57
|
+
* UTC ISO-8601 formatted timestamp of last update to the credit note
|
|
58
|
+
*/
|
|
59
|
+
'updatedDateUTCString'?: string;
|
|
56
60
|
'currencyCode'?: CurrencyCode;
|
|
57
61
|
/**
|
|
58
62
|
* Date when credit note was fully paid(UTC format)
|
|
@@ -74,6 +74,11 @@ CreditNote.attributeTypeMap = [
|
|
|
74
74
|
"baseName": "UpdatedDateUTC",
|
|
75
75
|
"type": "Date"
|
|
76
76
|
},
|
|
77
|
+
{
|
|
78
|
+
"name": "updatedDateUTCString",
|
|
79
|
+
"baseName": "UpdatedDateUTCString",
|
|
80
|
+
"type": "string"
|
|
81
|
+
},
|
|
77
82
|
{
|
|
78
83
|
"name": "currencyCode",
|
|
79
84
|
"baseName": "CurrencyCode",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"creditNote.js","sourceRoot":"","sources":["../../../../src/gen/model/accounting/creditNote.ts"],"names":[],"mappings":";;;AASA,MAAa,UAAU;
|
|
1
|
+
{"version":3,"file":"creditNote.js","sourceRoot":"","sources":["../../../../src/gen/model/accounting/creditNote.ts"],"names":[],"mappings":"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"}
|
|
@@ -134,10 +134,14 @@ export declare class Invoice {
|
|
|
134
134
|
*/
|
|
135
135
|
'amountCredited'?: number;
|
|
136
136
|
/**
|
|
137
|
-
*
|
|
137
|
+
* UTC timestamp of last update to the invoice
|
|
138
138
|
*/
|
|
139
139
|
'updatedDateUTC'?: Date;
|
|
140
140
|
/**
|
|
141
|
+
* UTC ISO-8601 formatted timestamp of last update to the invoice
|
|
142
|
+
*/
|
|
143
|
+
'updatedDateUTCString'?: string;
|
|
144
|
+
/**
|
|
141
145
|
* Details of credit notes that have been applied to an invoice
|
|
142
146
|
*/
|
|
143
147
|
'creditNotes'?: Array<CreditNote>;
|
|
@@ -179,6 +179,11 @@ Invoice.attributeTypeMap = [
|
|
|
179
179
|
"baseName": "UpdatedDateUTC",
|
|
180
180
|
"type": "Date"
|
|
181
181
|
},
|
|
182
|
+
{
|
|
183
|
+
"name": "updatedDateUTCString",
|
|
184
|
+
"baseName": "UpdatedDateUTCString",
|
|
185
|
+
"type": "string"
|
|
186
|
+
},
|
|
182
187
|
{
|
|
183
188
|
"name": "creditNotes",
|
|
184
189
|
"baseName": "CreditNotes",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"invoice.js","sourceRoot":"","sources":["../../../../src/gen/model/accounting/invoice.ts"],"names":[],"mappings":";;;AAYA,MAAa,OAAO;
|
|
1
|
+
{"version":3,"file":"invoice.js","sourceRoot":"","sources":["../../../../src/gen/model/accounting/invoice.ts"],"names":[],"mappings":"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"}
|
|
@@ -16,7 +16,10 @@ export * from '././balances';
|
|
|
16
16
|
export * from '././bankTransaction';
|
|
17
17
|
export * from '././bankTransactions';
|
|
18
18
|
export * from '././bankTransfer';
|
|
19
|
+
export * from '././bankTransferDelete';
|
|
20
|
+
export * from '././bankTransferDeleteByUrlParam';
|
|
19
21
|
export * from '././bankTransfers';
|
|
22
|
+
export * from '././bankTransfersDelete';
|
|
20
23
|
export * from '././batchPayment';
|
|
21
24
|
export * from '././batchPaymentDelete';
|
|
22
25
|
export * from '././batchPaymentDeleteByUrlParam';
|
|
@@ -131,6 +134,7 @@ export * from '././trackingCategories';
|
|
|
131
134
|
export * from '././trackingCategory';
|
|
132
135
|
export * from '././trackingOption';
|
|
133
136
|
export * from '././trackingOptions';
|
|
137
|
+
export * from '././trackingReference';
|
|
134
138
|
export * from '././user';
|
|
135
139
|
export * from '././users';
|
|
136
140
|
export * from '././validationError';
|