xero-node 4.15.0 → 4.18.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/README.md +2 -1
- package/dist/XeroClient.d.ts +1 -0
- package/dist/XeroClient.js +2 -0
- package/dist/XeroClient.js.map +1 -1
- package/dist/gen/api/accountingApi.d.ts +7 -4
- package/dist/gen/api/accountingApi.js +17 -5
- package/dist/gen/api/accountingApi.js.map +1 -1
- package/dist/gen/api/apis.d.ts +3 -1
- package/dist/gen/api/apis.js +3 -1
- package/dist/gen/api/apis.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 +209 -0
- package/dist/gen/api/financeApi.js +789 -0
- package/dist/gen/api/financeApi.js.map +1 -0
- package/dist/gen/api/payrollAUApi.d.ts +8 -8
- package/dist/gen/api/payrollAUApi.js +9 -9
- package/dist/gen/api/payrollAUApi.js.map +1 -1
- package/dist/gen/api/payrollNZApi.d.ts +9 -7
- package/dist/gen/api/payrollNZApi.js +25 -17
- package/dist/gen/api/payrollNZApi.js.map +1 -1
- package/dist/gen/api/payrollUKApi.d.ts +7 -3
- package/dist/gen/api/payrollUKApi.js +20 -4
- package/dist/gen/api/payrollUKApi.js.map +1 -1
- 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 +12 -0
- package/dist/gen/model/accounting/bankTransfer.js +15 -0
- package/dist/gen/model/accounting/bankTransfer.js.map +1 -1
- package/dist/gen/model/accounting/contact.d.ts +26 -0
- package/dist/gen/model/accounting/contact.js +32 -0
- package/dist/gen/model/accounting/contact.js.map +1 -1
- package/dist/gen/model/accounting/models.js +2 -0
- package/dist/gen/model/accounting/models.js.map +1 -1
- package/dist/gen/model/appstore/models.js +2 -0
- package/dist/gen/model/appstore/models.js.map +1 -1
- package/dist/gen/model/appstore/plan.d.ts +2 -1
- package/dist/gen/model/appstore/plan.js +1 -0
- package/dist/gen/model/appstore/plan.js.map +1 -1
- package/dist/gen/model/appstore/product.d.ts +4 -0
- package/dist/gen/model/appstore/product.js +5 -0
- package/dist/gen/model/appstore/product.js.map +1 -1
- package/dist/gen/model/appstore/subscription.d.ts +8 -1
- package/dist/gen/model/appstore/subscription.js +9 -1
- package/dist/gen/model/appstore/subscription.js.map +1 -1
- package/dist/gen/model/appstore/subscriptionItem.d.ts +11 -0
- package/dist/gen/model/appstore/subscriptionItem.js +13 -0
- package/dist/gen/model/appstore/subscriptionItem.js.map +1 -1
- package/dist/gen/model/files/objectGroup.d.ts +1 -0
- package/dist/gen/model/files/objectGroup.js +1 -0
- package/dist/gen/model/files/objectGroup.js.map +1 -1
- package/dist/gen/model/files/objectType.d.ts +2 -1
- package/dist/gen/model/files/objectType.js +1 -0
- package/dist/gen/model/files/objectType.js.map +1 -1
- package/dist/gen/model/finance/accountUsage.d.ts +65 -0
- package/dist/gen/model/finance/accountUsage.js +78 -0
- package/dist/gen/model/finance/accountUsage.js.map +1 -0
- package/dist/gen/model/finance/accountUsageResponse.d.ts +27 -0
- package/dist/gen/model/finance/accountUsageResponse.js +33 -0
- package/dist/gen/model/finance/accountUsageResponse.js.map +1 -0
- package/dist/gen/model/finance/balanceSheetAccountDetail.d.ts +33 -0
- package/dist/gen/model/finance/balanceSheetAccountDetail.js +38 -0
- package/dist/gen/model/finance/balanceSheetAccountDetail.js.map +1 -0
- package/dist/gen/model/finance/balanceSheetAccountGroup.d.ts +19 -0
- package/dist/gen/model/finance/balanceSheetAccountGroup.js +23 -0
- package/dist/gen/model/finance/balanceSheetAccountGroup.js.map +1 -0
- package/dist/gen/model/finance/balanceSheetAccountType.d.ts +26 -0
- package/dist/gen/model/finance/balanceSheetAccountType.js +28 -0
- package/dist/gen/model/finance/balanceSheetAccountType.js.map +1 -0
- package/dist/gen/model/finance/balanceSheetResponse.d.ts +21 -0
- package/dist/gen/model/finance/balanceSheetResponse.js +33 -0
- package/dist/gen/model/finance/balanceSheetResponse.js.map +1 -0
- package/dist/gen/model/finance/bankStatementResponse.d.ts +17 -0
- package/dist/gen/model/finance/bankStatementResponse.js +23 -0
- package/dist/gen/model/finance/bankStatementResponse.js.map +1 -0
- package/dist/gen/model/finance/cashAccountResponse.d.ts +33 -0
- package/dist/gen/model/finance/cashAccountResponse.js +38 -0
- package/dist/gen/model/finance/cashAccountResponse.js.map +1 -0
- package/dist/gen/model/finance/cashBalance.d.ts +25 -0
- package/dist/gen/model/finance/cashBalance.js +28 -0
- package/dist/gen/model/finance/cashBalance.js.map +1 -0
- package/dist/gen/model/finance/cashValidationResponse.d.ts +27 -0
- package/dist/gen/model/finance/cashValidationResponse.js +38 -0
- package/dist/gen/model/finance/cashValidationResponse.js.map +1 -0
- package/dist/gen/model/finance/cashflowAccount.d.ts +41 -0
- package/dist/gen/model/finance/cashflowAccount.js +48 -0
- package/dist/gen/model/finance/cashflowAccount.js.map +1 -0
- package/dist/gen/model/finance/cashflowActivity.d.ts +23 -0
- package/dist/gen/model/finance/cashflowActivity.js +28 -0
- package/dist/gen/model/finance/cashflowActivity.js.map +1 -0
- package/dist/gen/model/finance/cashflowResponse.d.ts +28 -0
- package/dist/gen/model/finance/cashflowResponse.js +33 -0
- package/dist/gen/model/finance/cashflowResponse.js.map +1 -0
- package/dist/gen/model/finance/cashflowType.d.ts +26 -0
- package/dist/gen/model/finance/cashflowType.js +28 -0
- package/dist/gen/model/finance/cashflowType.js.map +1 -0
- package/dist/gen/model/finance/contactDetail.d.ts +33 -0
- package/dist/gen/model/finance/contactDetail.js +43 -0
- package/dist/gen/model/finance/contactDetail.js.map +1 -0
- package/dist/gen/model/finance/contactTotalDetail.d.ts +25 -0
- package/dist/gen/model/finance/contactTotalDetail.js +28 -0
- package/dist/gen/model/finance/contactTotalDetail.js.map +1 -0
- package/dist/gen/model/finance/contactTotalOther.d.ts +29 -0
- package/dist/gen/model/finance/contactTotalOther.js +33 -0
- package/dist/gen/model/finance/contactTotalOther.js.map +1 -0
- package/dist/gen/model/finance/currentStatementResponse.d.ts +37 -0
- package/dist/gen/model/finance/currentStatementResponse.js +43 -0
- package/dist/gen/model/finance/currentStatementResponse.js.map +1 -0
- package/dist/gen/model/finance/dataSourceResponse.d.ts +73 -0
- package/dist/gen/model/finance/dataSourceResponse.js +88 -0
- package/dist/gen/model/finance/dataSourceResponse.js.map +1 -0
- package/dist/gen/model/finance/historyRecordResponse.d.ts +33 -0
- package/dist/gen/model/finance/historyRecordResponse.js +38 -0
- package/dist/gen/model/finance/historyRecordResponse.js.map +1 -0
- package/dist/gen/model/finance/incomeByContactResponse.d.ts +33 -0
- package/dist/gen/model/finance/incomeByContactResponse.js +48 -0
- package/dist/gen/model/finance/incomeByContactResponse.js.map +1 -0
- package/dist/gen/model/finance/lockHistoryModel.d.ts +25 -0
- package/dist/gen/model/finance/lockHistoryModel.js +28 -0
- package/dist/gen/model/finance/lockHistoryModel.js.map +1 -0
- package/dist/gen/model/finance/lockHistoryResponse.d.ts +23 -0
- package/dist/gen/model/finance/lockHistoryResponse.js +28 -0
- package/dist/gen/model/finance/lockHistoryResponse.js.map +1 -0
- package/dist/gen/model/finance/manualJournalTotal.d.ts +17 -0
- package/dist/gen/model/finance/manualJournalTotal.js +18 -0
- package/dist/gen/model/finance/manualJournalTotal.js.map +1 -0
- package/dist/gen/model/finance/models.d.ts +77 -0
- package/dist/gen/model/finance/models.js +348 -0
- package/dist/gen/model/finance/models.js.map +1 -0
- package/dist/gen/model/finance/pnlAccount.d.ts +37 -0
- package/dist/gen/model/finance/pnlAccount.js +43 -0
- package/dist/gen/model/finance/pnlAccount.js.map +1 -0
- package/dist/gen/model/finance/pnlAccountClass.d.ts +22 -0
- package/dist/gen/model/finance/pnlAccountClass.js +23 -0
- package/dist/gen/model/finance/pnlAccountClass.js.map +1 -0
- package/dist/gen/model/finance/pnlAccountType.d.ts +26 -0
- package/dist/gen/model/finance/pnlAccountType.js +28 -0
- package/dist/gen/model/finance/pnlAccountType.js.map +1 -0
- package/dist/gen/model/finance/practiceResponse.d.ts +33 -0
- package/dist/gen/model/finance/practiceResponse.js +38 -0
- package/dist/gen/model/finance/practiceResponse.js.map +1 -0
- package/dist/gen/model/finance/problem.d.ts +18 -0
- package/dist/gen/model/finance/problem.js +33 -0
- package/dist/gen/model/finance/problem.js.map +1 -0
- package/dist/gen/model/finance/problemType.d.ts +7 -0
- package/dist/gen/model/finance/problemType.js +12 -0
- package/dist/gen/model/finance/problemType.js.map +1 -0
- package/dist/gen/model/finance/profitAndLossResponse.d.ts +28 -0
- package/dist/gen/model/finance/profitAndLossResponse.js +38 -0
- package/dist/gen/model/finance/profitAndLossResponse.js.map +1 -0
- package/dist/gen/model/finance/reportHistoryModel.d.ts +25 -0
- package/dist/gen/model/finance/reportHistoryModel.js +28 -0
- package/dist/gen/model/finance/reportHistoryModel.js.map +1 -0
- package/dist/gen/model/finance/reportHistoryResponse.d.ts +23 -0
- package/dist/gen/model/finance/reportHistoryResponse.js +28 -0
- package/dist/gen/model/finance/reportHistoryResponse.js.map +1 -0
- package/dist/gen/model/finance/statementBalanceResponse.d.ts +21 -0
- package/dist/gen/model/finance/statementBalanceResponse.js +23 -0
- package/dist/gen/model/finance/statementBalanceResponse.js.map +1 -0
- package/dist/gen/model/finance/statementLinesResponse.d.ts +79 -0
- package/dist/gen/model/finance/statementLinesResponse.js +98 -0
- package/dist/gen/model/finance/statementLinesResponse.js.map +1 -0
- package/dist/gen/model/finance/totalDetail.d.ts +25 -0
- package/dist/gen/model/finance/totalDetail.js +28 -0
- package/dist/gen/model/finance/totalDetail.js.map +1 -0
- package/dist/gen/model/finance/totalOther.d.ts +25 -0
- package/dist/gen/model/finance/totalOther.js +28 -0
- package/dist/gen/model/finance/totalOther.js.map +1 -0
- package/dist/gen/model/finance/trialBalanceAccount.d.ts +49 -0
- package/dist/gen/model/finance/trialBalanceAccount.js +63 -0
- package/dist/gen/model/finance/trialBalanceAccount.js.map +1 -0
- package/dist/gen/model/finance/trialBalanceEntry.d.ts +21 -0
- package/dist/gen/model/finance/trialBalanceEntry.js +23 -0
- package/dist/gen/model/finance/trialBalanceEntry.js.map +1 -0
- package/dist/gen/model/finance/trialBalanceMovement.d.ts +27 -0
- package/dist/gen/model/finance/trialBalanceMovement.js +33 -0
- package/dist/gen/model/finance/trialBalanceMovement.js.map +1 -0
- package/dist/gen/model/finance/trialBalanceResponse.d.ts +26 -0
- package/dist/gen/model/finance/trialBalanceResponse.js +28 -0
- package/dist/gen/model/finance/trialBalanceResponse.js.map +1 -0
- package/dist/gen/model/finance/userActivitiesResponse.d.ts +23 -0
- package/dist/gen/model/finance/userActivitiesResponse.js +28 -0
- package/dist/gen/model/finance/userActivitiesResponse.js.map +1 -0
- package/dist/gen/model/finance/userResponse.d.ts +57 -0
- package/dist/gen/model/finance/userResponse.js +73 -0
- package/dist/gen/model/finance/userResponse.js.map +1 -0
- package/dist/gen/model/payroll-au/allowanceCategory.d.ts +9 -0
- package/dist/gen/model/payroll-au/allowanceCategory.js +14 -0
- package/dist/gen/model/payroll-au/allowanceCategory.js.map +1 -0
- package/dist/gen/model/payroll-au/allowanceType.d.ts +5 -2
- package/dist/gen/model/payroll-au/allowanceType.js +5 -2
- package/dist/gen/model/payroll-au/allowanceType.js.map +1 -1
- package/dist/gen/model/payroll-au/earningsRate.d.ts +2 -0
- package/dist/gen/model/payroll-au/earningsRate.js +5 -0
- package/dist/gen/model/payroll-au/earningsRate.js.map +1 -1
- package/dist/gen/model/payroll-au/earningsType.d.ts +3 -1
- package/dist/gen/model/payroll-au/earningsType.js +2 -0
- package/dist/gen/model/payroll-au/earningsType.js.map +1 -1
- package/dist/gen/model/payroll-au/manualTaxType.d.ts +2 -1
- package/dist/gen/model/payroll-au/manualTaxType.js +1 -0
- package/dist/gen/model/payroll-au/manualTaxType.js.map +1 -1
- package/dist/gen/model/payroll-au/models.d.ts +1 -0
- package/dist/gen/model/payroll-au/models.js +3 -0
- package/dist/gen/model/payroll-au/models.js.map +1 -1
- package/dist/gen/model/payroll-uk/earningsRate.d.ts +1 -1
- package/dist/gen/model/payroll-uk/earningsRate.js +2 -2
- package/dist/gen/model/payroll-uk/earningsRate.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
export declare class CashflowAccount {
|
|
2
|
+
/**
|
|
3
|
+
* ID of the account
|
|
4
|
+
*/
|
|
5
|
+
'accountId'?: string;
|
|
6
|
+
/**
|
|
7
|
+
* The type of the account. See <a href=\'https://developer.xero.com/documentation/api/types#AccountTypes\'>Account Types</a>
|
|
8
|
+
*/
|
|
9
|
+
'accountType'?: string;
|
|
10
|
+
/**
|
|
11
|
+
* The class of the account. See <a href=\'https://developer.xero.com/documentation/api/types#AccountClassTypes\'>Account Class Types</a>
|
|
12
|
+
*/
|
|
13
|
+
'accountClass'?: string;
|
|
14
|
+
/**
|
|
15
|
+
* Account code
|
|
16
|
+
*/
|
|
17
|
+
'code'?: string;
|
|
18
|
+
/**
|
|
19
|
+
* Account name
|
|
20
|
+
*/
|
|
21
|
+
'name'?: string;
|
|
22
|
+
/**
|
|
23
|
+
* Reporting code used for cash flow classification
|
|
24
|
+
*/
|
|
25
|
+
'reportingCode'?: string;
|
|
26
|
+
/**
|
|
27
|
+
* Total amount for the account
|
|
28
|
+
*/
|
|
29
|
+
'total'?: number;
|
|
30
|
+
static discriminator: string | undefined;
|
|
31
|
+
static attributeTypeMap: Array<{
|
|
32
|
+
name: string;
|
|
33
|
+
baseName: string;
|
|
34
|
+
type: string;
|
|
35
|
+
}>;
|
|
36
|
+
static getAttributeTypeMap(): {
|
|
37
|
+
name: string;
|
|
38
|
+
baseName: string;
|
|
39
|
+
type: string;
|
|
40
|
+
}[];
|
|
41
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CashflowAccount = void 0;
|
|
4
|
+
class CashflowAccount {
|
|
5
|
+
static getAttributeTypeMap() {
|
|
6
|
+
return CashflowAccount.attributeTypeMap;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
exports.CashflowAccount = CashflowAccount;
|
|
10
|
+
CashflowAccount.discriminator = undefined;
|
|
11
|
+
CashflowAccount.attributeTypeMap = [
|
|
12
|
+
{
|
|
13
|
+
"name": "accountId",
|
|
14
|
+
"baseName": "accountId",
|
|
15
|
+
"type": "string"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"name": "accountType",
|
|
19
|
+
"baseName": "accountType",
|
|
20
|
+
"type": "string"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"name": "accountClass",
|
|
24
|
+
"baseName": "accountClass",
|
|
25
|
+
"type": "string"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "code",
|
|
29
|
+
"baseName": "code",
|
|
30
|
+
"type": "string"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "name",
|
|
34
|
+
"baseName": "name",
|
|
35
|
+
"type": "string"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"name": "reportingCode",
|
|
39
|
+
"baseName": "reportingCode",
|
|
40
|
+
"type": "string"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "total",
|
|
44
|
+
"baseName": "total",
|
|
45
|
+
"type": "number"
|
|
46
|
+
}
|
|
47
|
+
];
|
|
48
|
+
//# sourceMappingURL=cashflowAccount.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cashflowAccount.js","sourceRoot":"","sources":["../../../../src/gen/model/finance/cashflowAccount.ts"],"names":[],"mappings":";;;AACA,MAAa,eAAe;IAqExB,MAAM,CAAC,mBAAmB;QACtB,OAAO,eAAe,CAAC,gBAAgB,CAAC;IAC5C,CAAC;;AAvEL,0CAwEC;AA1CU,6BAAa,GAAuB,SAAS,CAAC;AAE9C,gCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { CashflowType } from '././cashflowType';
|
|
2
|
+
export declare class CashflowActivity {
|
|
3
|
+
/**
|
|
4
|
+
* Name of the cashflow activity type. It will be either Operating Activities, Investing Activities or Financing Activities
|
|
5
|
+
*/
|
|
6
|
+
'name'?: string;
|
|
7
|
+
/**
|
|
8
|
+
* Total value of the activity type
|
|
9
|
+
*/
|
|
10
|
+
'total'?: number;
|
|
11
|
+
'cashflowTypes'?: Array<CashflowType>;
|
|
12
|
+
static discriminator: string | undefined;
|
|
13
|
+
static attributeTypeMap: Array<{
|
|
14
|
+
name: string;
|
|
15
|
+
baseName: string;
|
|
16
|
+
type: string;
|
|
17
|
+
}>;
|
|
18
|
+
static getAttributeTypeMap(): {
|
|
19
|
+
name: string;
|
|
20
|
+
baseName: string;
|
|
21
|
+
type: string;
|
|
22
|
+
}[];
|
|
23
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CashflowActivity = void 0;
|
|
4
|
+
class CashflowActivity {
|
|
5
|
+
static getAttributeTypeMap() {
|
|
6
|
+
return CashflowActivity.attributeTypeMap;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
exports.CashflowActivity = CashflowActivity;
|
|
10
|
+
CashflowActivity.discriminator = undefined;
|
|
11
|
+
CashflowActivity.attributeTypeMap = [
|
|
12
|
+
{
|
|
13
|
+
"name": "name",
|
|
14
|
+
"baseName": "name",
|
|
15
|
+
"type": "string"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"name": "total",
|
|
19
|
+
"baseName": "total",
|
|
20
|
+
"type": "number"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"name": "cashflowTypes",
|
|
24
|
+
"baseName": "cashflowTypes",
|
|
25
|
+
"type": "Array<CashflowType>"
|
|
26
|
+
}
|
|
27
|
+
];
|
|
28
|
+
//# sourceMappingURL=cashflowActivity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cashflowActivity.js","sourceRoot":"","sources":["../../../../src/gen/model/finance/cashflowActivity.ts"],"names":[],"mappings":";;;AAEA,MAAa,gBAAgB;IA8BzB,MAAM,CAAC,mBAAmB;QACtB,OAAO,gBAAgB,CAAC,gBAAgB,CAAC;IAC7C,CAAC;;AAhCL,4CAiCC;AAtBU,8BAAa,GAAuB,SAAS,CAAC;AAE9C,iCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,qBAAqB;KAChC;CAAK,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { CashBalance } from '././cashBalance';
|
|
2
|
+
import { CashflowActivity } from '././cashflowActivity';
|
|
3
|
+
export declare class CashflowResponse {
|
|
4
|
+
/**
|
|
5
|
+
* Start date of the report
|
|
6
|
+
*/
|
|
7
|
+
'startDate'?: string;
|
|
8
|
+
/**
|
|
9
|
+
* End date of the report
|
|
10
|
+
*/
|
|
11
|
+
'endDate'?: string;
|
|
12
|
+
'cashBalance'?: CashBalance;
|
|
13
|
+
/**
|
|
14
|
+
* Break down of cash and cash equivalents for the period
|
|
15
|
+
*/
|
|
16
|
+
'cashflowActivities'?: Array<CashflowActivity>;
|
|
17
|
+
static discriminator: string | undefined;
|
|
18
|
+
static attributeTypeMap: Array<{
|
|
19
|
+
name: string;
|
|
20
|
+
baseName: string;
|
|
21
|
+
type: string;
|
|
22
|
+
}>;
|
|
23
|
+
static getAttributeTypeMap(): {
|
|
24
|
+
name: string;
|
|
25
|
+
baseName: string;
|
|
26
|
+
type: string;
|
|
27
|
+
}[];
|
|
28
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CashflowResponse = void 0;
|
|
4
|
+
class CashflowResponse {
|
|
5
|
+
static getAttributeTypeMap() {
|
|
6
|
+
return CashflowResponse.attributeTypeMap;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
exports.CashflowResponse = CashflowResponse;
|
|
10
|
+
CashflowResponse.discriminator = undefined;
|
|
11
|
+
CashflowResponse.attributeTypeMap = [
|
|
12
|
+
{
|
|
13
|
+
"name": "startDate",
|
|
14
|
+
"baseName": "startDate",
|
|
15
|
+
"type": "string"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"name": "endDate",
|
|
19
|
+
"baseName": "endDate",
|
|
20
|
+
"type": "string"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"name": "cashBalance",
|
|
24
|
+
"baseName": "cashBalance",
|
|
25
|
+
"type": "CashBalance"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "cashflowActivities",
|
|
29
|
+
"baseName": "cashflowActivities",
|
|
30
|
+
"type": "Array<CashflowActivity>"
|
|
31
|
+
}
|
|
32
|
+
];
|
|
33
|
+
//# sourceMappingURL=cashflowResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cashflowResponse.js","sourceRoot":"","sources":["../../../../src/gen/model/finance/cashflowResponse.ts"],"names":[],"mappings":";;;AAGA,MAAa,gBAAgB;IAuCzB,MAAM,CAAC,mBAAmB;QACtB,OAAO,gBAAgB,CAAC,gBAAgB,CAAC;IAC7C,CAAC;;AAzCL,4CA0CC;AA3BU,8BAAa,GAAuB,SAAS,CAAC;AAE9C,iCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,aAAa;KACxB;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,yBAAyB;KACpC;CAAK,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { CashflowAccount } from '././cashflowAccount';
|
|
2
|
+
export declare class CashflowType {
|
|
3
|
+
/**
|
|
4
|
+
* Name of the activity
|
|
5
|
+
*/
|
|
6
|
+
'name'?: string;
|
|
7
|
+
/**
|
|
8
|
+
* Total value of the activity
|
|
9
|
+
*/
|
|
10
|
+
'total'?: number;
|
|
11
|
+
/**
|
|
12
|
+
* List of the accounts in this activity
|
|
13
|
+
*/
|
|
14
|
+
'accounts'?: Array<CashflowAccount>;
|
|
15
|
+
static discriminator: string | undefined;
|
|
16
|
+
static attributeTypeMap: Array<{
|
|
17
|
+
name: string;
|
|
18
|
+
baseName: string;
|
|
19
|
+
type: string;
|
|
20
|
+
}>;
|
|
21
|
+
static getAttributeTypeMap(): {
|
|
22
|
+
name: string;
|
|
23
|
+
baseName: string;
|
|
24
|
+
type: string;
|
|
25
|
+
}[];
|
|
26
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CashflowType = void 0;
|
|
4
|
+
class CashflowType {
|
|
5
|
+
static getAttributeTypeMap() {
|
|
6
|
+
return CashflowType.attributeTypeMap;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
exports.CashflowType = CashflowType;
|
|
10
|
+
CashflowType.discriminator = undefined;
|
|
11
|
+
CashflowType.attributeTypeMap = [
|
|
12
|
+
{
|
|
13
|
+
"name": "name",
|
|
14
|
+
"baseName": "name",
|
|
15
|
+
"type": "string"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"name": "total",
|
|
19
|
+
"baseName": "total",
|
|
20
|
+
"type": "number"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"name": "accounts",
|
|
24
|
+
"baseName": "accounts",
|
|
25
|
+
"type": "Array<CashflowAccount>"
|
|
26
|
+
}
|
|
27
|
+
];
|
|
28
|
+
//# sourceMappingURL=cashflowType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cashflowType.js","sourceRoot":"","sources":["../../../../src/gen/model/finance/cashflowType.ts"],"names":[],"mappings":";;;AAEA,MAAa,YAAY;IAiCrB,MAAM,CAAC,mBAAmB;QACtB,OAAO,YAAY,CAAC,gBAAgB,CAAC;IACzC,CAAC;;AAnCL,oCAoCC;AAtBU,0BAAa,GAAuB,SAAS,CAAC;AAE9C,6BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,wBAAwB;KACnC;CAAK,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { ContactTotalDetail } from '././contactTotalDetail';
|
|
2
|
+
import { ContactTotalOther } from '././contactTotalOther';
|
|
3
|
+
export declare class ContactDetail {
|
|
4
|
+
/**
|
|
5
|
+
* ID of the contact associated with the transactions. Transactions with no contact will be grouped under the special ID: 86793108-198C-46D8-90A3-43C1D12686CE. Transactions that are receive or spend bank transfers will be grouped under the special ID: 207322B3-6A58-4BE7-80F1-430123914AD6
|
|
6
|
+
*/
|
|
7
|
+
'contactId'?: string;
|
|
8
|
+
/**
|
|
9
|
+
* Name of the contact associated with the transactions. If no contact is associated with the transactions this will appear as “None Provided”, For receive or spend bank transfer transactions, this will appear as “Bank Transfer”.
|
|
10
|
+
*/
|
|
11
|
+
'name'?: string;
|
|
12
|
+
/**
|
|
13
|
+
* Total value for the contact
|
|
14
|
+
*/
|
|
15
|
+
'total'?: number;
|
|
16
|
+
'totalDetail'?: ContactTotalDetail;
|
|
17
|
+
'totalOther'?: ContactTotalOther;
|
|
18
|
+
/**
|
|
19
|
+
* A list of account codes involved in transactions.
|
|
20
|
+
*/
|
|
21
|
+
'accountCodes'?: Array<string>;
|
|
22
|
+
static discriminator: string | undefined;
|
|
23
|
+
static attributeTypeMap: Array<{
|
|
24
|
+
name: string;
|
|
25
|
+
baseName: string;
|
|
26
|
+
type: string;
|
|
27
|
+
}>;
|
|
28
|
+
static getAttributeTypeMap(): {
|
|
29
|
+
name: string;
|
|
30
|
+
baseName: string;
|
|
31
|
+
type: string;
|
|
32
|
+
}[];
|
|
33
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ContactDetail = void 0;
|
|
4
|
+
class ContactDetail {
|
|
5
|
+
static getAttributeTypeMap() {
|
|
6
|
+
return ContactDetail.attributeTypeMap;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
exports.ContactDetail = ContactDetail;
|
|
10
|
+
ContactDetail.discriminator = undefined;
|
|
11
|
+
ContactDetail.attributeTypeMap = [
|
|
12
|
+
{
|
|
13
|
+
"name": "contactId",
|
|
14
|
+
"baseName": "contactId",
|
|
15
|
+
"type": "string"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"name": "name",
|
|
19
|
+
"baseName": "name",
|
|
20
|
+
"type": "string"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"name": "total",
|
|
24
|
+
"baseName": "total",
|
|
25
|
+
"type": "number"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "totalDetail",
|
|
29
|
+
"baseName": "totalDetail",
|
|
30
|
+
"type": "ContactTotalDetail"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "totalOther",
|
|
34
|
+
"baseName": "totalOther",
|
|
35
|
+
"type": "ContactTotalOther"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"name": "accountCodes",
|
|
39
|
+
"baseName": "accountCodes",
|
|
40
|
+
"type": "Array<string>"
|
|
41
|
+
}
|
|
42
|
+
];
|
|
43
|
+
//# sourceMappingURL=contactDetail.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"contactDetail.js","sourceRoot":"","sources":["../../../../src/gen/model/finance/contactDetail.ts"],"names":[],"mappings":";;;AAGA,MAAa,aAAa;IAsDtB,MAAM,CAAC,mBAAmB;QACtB,OAAO,aAAa,CAAC,gBAAgB,CAAC;IAC1C,CAAC;;AAxDL,sCAyDC;AArCU,2BAAa,GAAuB,SAAS,CAAC;AAE9C,8BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,oBAAoB;KAC/B;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,mBAAmB;KAC9B;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,eAAe;KAC1B;CAAK,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export declare class ContactTotalDetail {
|
|
2
|
+
/**
|
|
3
|
+
* Total paid invoice and cash value for the contact within the period.
|
|
4
|
+
*/
|
|
5
|
+
'totalPaid'?: number;
|
|
6
|
+
/**
|
|
7
|
+
* Total outstanding invoice value for the contact within the period.
|
|
8
|
+
*/
|
|
9
|
+
'totalOutstanding'?: number;
|
|
10
|
+
/**
|
|
11
|
+
* Total unapplied credited value for the contact within the period.
|
|
12
|
+
*/
|
|
13
|
+
'totalCreditedUnApplied'?: number;
|
|
14
|
+
static discriminator: string | undefined;
|
|
15
|
+
static attributeTypeMap: Array<{
|
|
16
|
+
name: string;
|
|
17
|
+
baseName: string;
|
|
18
|
+
type: string;
|
|
19
|
+
}>;
|
|
20
|
+
static getAttributeTypeMap(): {
|
|
21
|
+
name: string;
|
|
22
|
+
baseName: string;
|
|
23
|
+
type: string;
|
|
24
|
+
}[];
|
|
25
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ContactTotalDetail = void 0;
|
|
4
|
+
class ContactTotalDetail {
|
|
5
|
+
static getAttributeTypeMap() {
|
|
6
|
+
return ContactTotalDetail.attributeTypeMap;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
exports.ContactTotalDetail = ContactTotalDetail;
|
|
10
|
+
ContactTotalDetail.discriminator = undefined;
|
|
11
|
+
ContactTotalDetail.attributeTypeMap = [
|
|
12
|
+
{
|
|
13
|
+
"name": "totalPaid",
|
|
14
|
+
"baseName": "totalPaid",
|
|
15
|
+
"type": "number"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"name": "totalOutstanding",
|
|
19
|
+
"baseName": "totalOutstanding",
|
|
20
|
+
"type": "number"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"name": "totalCreditedUnApplied",
|
|
24
|
+
"baseName": "totalCreditedUnApplied",
|
|
25
|
+
"type": "number"
|
|
26
|
+
}
|
|
27
|
+
];
|
|
28
|
+
//# sourceMappingURL=contactTotalDetail.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"contactTotalDetail.js","sourceRoot":"","sources":["../../../../src/gen/model/finance/contactTotalDetail.ts"],"names":[],"mappings":";;;AACA,MAAa,kBAAkB;IAiC3B,MAAM,CAAC,mBAAmB;QACtB,OAAO,kBAAkB,CAAC,gBAAgB,CAAC;IAC/C,CAAC;;AAnCL,gDAoCC;AAtBU,gCAAa,GAAuB,SAAS,CAAC;AAE9C,mCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,wBAAwB;QAChC,UAAU,EAAE,wBAAwB;QACpC,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
export declare class ContactTotalOther {
|
|
2
|
+
/**
|
|
3
|
+
* Total outstanding invoice value for the contact within the period where the invoices are more than 90 days old
|
|
4
|
+
*/
|
|
5
|
+
'totalOutstandingAged'?: number;
|
|
6
|
+
/**
|
|
7
|
+
* Total voided value for the contact.
|
|
8
|
+
*/
|
|
9
|
+
'totalVoided'?: number;
|
|
10
|
+
/**
|
|
11
|
+
* Total credited value for the contact.
|
|
12
|
+
*/
|
|
13
|
+
'totalCredited'?: number;
|
|
14
|
+
/**
|
|
15
|
+
* Number of transactions for the contact.
|
|
16
|
+
*/
|
|
17
|
+
'transactionCount'?: number;
|
|
18
|
+
static discriminator: string | undefined;
|
|
19
|
+
static attributeTypeMap: Array<{
|
|
20
|
+
name: string;
|
|
21
|
+
baseName: string;
|
|
22
|
+
type: string;
|
|
23
|
+
}>;
|
|
24
|
+
static getAttributeTypeMap(): {
|
|
25
|
+
name: string;
|
|
26
|
+
baseName: string;
|
|
27
|
+
type: string;
|
|
28
|
+
}[];
|
|
29
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ContactTotalOther = void 0;
|
|
4
|
+
class ContactTotalOther {
|
|
5
|
+
static getAttributeTypeMap() {
|
|
6
|
+
return ContactTotalOther.attributeTypeMap;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
exports.ContactTotalOther = ContactTotalOther;
|
|
10
|
+
ContactTotalOther.discriminator = undefined;
|
|
11
|
+
ContactTotalOther.attributeTypeMap = [
|
|
12
|
+
{
|
|
13
|
+
"name": "totalOutstandingAged",
|
|
14
|
+
"baseName": "totalOutstandingAged",
|
|
15
|
+
"type": "number"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"name": "totalVoided",
|
|
19
|
+
"baseName": "totalVoided",
|
|
20
|
+
"type": "number"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"name": "totalCredited",
|
|
24
|
+
"baseName": "totalCredited",
|
|
25
|
+
"type": "number"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "transactionCount",
|
|
29
|
+
"baseName": "transactionCount",
|
|
30
|
+
"type": "number"
|
|
31
|
+
}
|
|
32
|
+
];
|
|
33
|
+
//# sourceMappingURL=contactTotalOther.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"contactTotalOther.js","sourceRoot":"","sources":["../../../../src/gen/model/finance/contactTotalOther.ts"],"names":[],"mappings":";;;AACA,MAAa,iBAAiB;IA0C1B,MAAM,CAAC,mBAAmB;QACtB,OAAO,iBAAiB,CAAC,gBAAgB,CAAC;IAC9C,CAAC;;AA5CL,8CA6CC;AA3BU,+BAAa,GAAuB,SAAS,CAAC;AAE9C,kCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,sBAAsB;QAC9B,UAAU,EAAE,sBAAsB;QAClC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
export declare class CurrentStatementResponse {
|
|
2
|
+
/**
|
|
3
|
+
* Looking at the most recent bank statement, this field indicates the first date which transactions on this statement pertain to. This date is represented in ISO 8601 format.
|
|
4
|
+
*/
|
|
5
|
+
'startDate'?: string;
|
|
6
|
+
/**
|
|
7
|
+
* Looking at the most recent bank statement, this field indicates the last date which transactions on this statement pertain to. This date is represented in ISO 8601 format.
|
|
8
|
+
*/
|
|
9
|
+
'endDate'?: string;
|
|
10
|
+
/**
|
|
11
|
+
* Looking at the most recent bank statement, this field indicates the balance before the transactions on the statement are applied (note, this is not always populated by the bank in every single instance (~10%)).
|
|
12
|
+
*/
|
|
13
|
+
'startBalance'?: number;
|
|
14
|
+
/**
|
|
15
|
+
* Looking at the most recent bank statement, this field indicates the balance after the transactions on the statement are applied (note, this is not always populated by the bank in every single instance (~10%)).
|
|
16
|
+
*/
|
|
17
|
+
'endBalance'?: number;
|
|
18
|
+
/**
|
|
19
|
+
* Looking at the most recent bank statement, this field indicates when the document was imported into Xero. This date is represented in ISO 8601 format.
|
|
20
|
+
*/
|
|
21
|
+
'importedDateTimeUtc'?: Date;
|
|
22
|
+
/**
|
|
23
|
+
* 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).
|
|
24
|
+
*/
|
|
25
|
+
'importSourceType'?: string;
|
|
26
|
+
static discriminator: string | undefined;
|
|
27
|
+
static attributeTypeMap: Array<{
|
|
28
|
+
name: string;
|
|
29
|
+
baseName: string;
|
|
30
|
+
type: string;
|
|
31
|
+
}>;
|
|
32
|
+
static getAttributeTypeMap(): {
|
|
33
|
+
name: string;
|
|
34
|
+
baseName: string;
|
|
35
|
+
type: string;
|
|
36
|
+
}[];
|
|
37
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CurrentStatementResponse = void 0;
|
|
4
|
+
class CurrentStatementResponse {
|
|
5
|
+
static getAttributeTypeMap() {
|
|
6
|
+
return CurrentStatementResponse.attributeTypeMap;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
exports.CurrentStatementResponse = CurrentStatementResponse;
|
|
10
|
+
CurrentStatementResponse.discriminator = undefined;
|
|
11
|
+
CurrentStatementResponse.attributeTypeMap = [
|
|
12
|
+
{
|
|
13
|
+
"name": "startDate",
|
|
14
|
+
"baseName": "startDate",
|
|
15
|
+
"type": "string"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"name": "endDate",
|
|
19
|
+
"baseName": "endDate",
|
|
20
|
+
"type": "string"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"name": "startBalance",
|
|
24
|
+
"baseName": "startBalance",
|
|
25
|
+
"type": "number"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "endBalance",
|
|
29
|
+
"baseName": "endBalance",
|
|
30
|
+
"type": "number"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "importedDateTimeUtc",
|
|
34
|
+
"baseName": "importedDateTimeUtc",
|
|
35
|
+
"type": "Date"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"name": "importSourceType",
|
|
39
|
+
"baseName": "importSourceType",
|
|
40
|
+
"type": "string"
|
|
41
|
+
}
|
|
42
|
+
];
|
|
43
|
+
//# sourceMappingURL=currentStatementResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"currentStatementResponse.js","sourceRoot":"","sources":["../../../../src/gen/model/finance/currentStatementResponse.ts"],"names":[],"mappings":";;;AACA,MAAa,wBAAwB;IA4DjC,MAAM,CAAC,mBAAmB;QACtB,OAAO,wBAAwB,CAAC,gBAAgB,CAAC;IACrD,CAAC;;AA9DL,4DA+DC;AArCU,sCAAa,GAAuB,SAAS,CAAC;AAE9C,yCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,qBAAqB;QAC7B,UAAU,EAAE,qBAAqB;QACjC,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
export declare class DataSourceResponse {
|
|
2
|
+
/**
|
|
3
|
+
* Sum of the amounts of all statement lines where the source of the data was a direct bank feed in to Xero. This gives an indication on the certainty of correctness of the data.
|
|
4
|
+
*/
|
|
5
|
+
'directBankFeed'?: number;
|
|
6
|
+
/**
|
|
7
|
+
* Sum of the amounts of all statement lines where the source of the data was a indirect bank feed to Xero (usually via Yodlee). This gives an indication on the certainty of correctness of the data.
|
|
8
|
+
*/
|
|
9
|
+
'indirectBankFeed'?: number;
|
|
10
|
+
/**
|
|
11
|
+
* Sum of the amounts of all statement lines where the source of the data was a CSV file upload in to Xero. This gives an indication on the certainty of correctness of the data.
|
|
12
|
+
*/
|
|
13
|
+
'fileUpload'?: number;
|
|
14
|
+
/**
|
|
15
|
+
* Sum of the amounts of all statement lines where the source of the data was manually keyed in to Xero. This gives an indication on the certainty of correctness of the data.
|
|
16
|
+
*/
|
|
17
|
+
'manual'?: number;
|
|
18
|
+
/**
|
|
19
|
+
* Sum of the amounts of all statement lines where the source of the data was a direct bank feed in to Xero. This gives an indication on the certainty of correctness of the data. Only positive transactions are included.
|
|
20
|
+
*/
|
|
21
|
+
'directBankFeedPos'?: number;
|
|
22
|
+
/**
|
|
23
|
+
* Sum of the amounts of all statement lines where the source of the data was a indirect bank feed to Xero (usually via Yodlee). This gives an indication on the certainty of correctness of the data. Only positive transactions are included.
|
|
24
|
+
*/
|
|
25
|
+
'indirectBankFeedPos'?: number;
|
|
26
|
+
/**
|
|
27
|
+
* Sum of the amounts of all statement lines where the source of the data was a CSV file upload in to Xero. This gives an indication on the certainty of correctness of the data. Only positive transactions are included.
|
|
28
|
+
*/
|
|
29
|
+
'fileUploadPos'?: number;
|
|
30
|
+
/**
|
|
31
|
+
* Sum of the amounts of all statement lines where the source of the data was manually keyed in to Xero. This gives an indication on the certainty of correctness of the data. Only positive transactions are included.
|
|
32
|
+
*/
|
|
33
|
+
'manualPos'?: number;
|
|
34
|
+
/**
|
|
35
|
+
* Sum of the amounts of all statement lines where the source of the data was a direct bank feed in to Xero. This gives an indication on the certainty of correctness of the data. Only negative transactions are included.
|
|
36
|
+
*/
|
|
37
|
+
'directBankFeedNeg'?: number;
|
|
38
|
+
/**
|
|
39
|
+
* Sum of the amounts of all statement lines where the source of the data was a indirect bank feed to Xero (usually via Yodlee). This gives an indication on the certainty of correctness of the data. Only negative transactions are included.
|
|
40
|
+
*/
|
|
41
|
+
'indirectBankFeedNeg'?: number;
|
|
42
|
+
/**
|
|
43
|
+
* Sum of the amounts of all statement lines where the source of the data was a CSV file upload in to Xero. This gives an indication on the certainty of correctness of the data. Only negative transactions are included.
|
|
44
|
+
*/
|
|
45
|
+
'fileUploadNeg'?: number;
|
|
46
|
+
/**
|
|
47
|
+
* Sum of the amounts of all statement lines where the source of the data was manually keyed in to Xero. This gives an indication on the certainty of correctness of the data. Only negative transactions are included.
|
|
48
|
+
*/
|
|
49
|
+
'manualNeg'?: number;
|
|
50
|
+
/**
|
|
51
|
+
* Sum of the amounts of all statement lines where the source of the data was any other category. This gives an indication on the certainty of correctness of the data. Only positive transactions are included.
|
|
52
|
+
*/
|
|
53
|
+
'otherPos'?: number;
|
|
54
|
+
/**
|
|
55
|
+
* Sum of the amounts of all statement lines where the source of the data was any other category. This gives an indication on the certainty of correctness of the data. Only negative transactions are included.
|
|
56
|
+
*/
|
|
57
|
+
'otherNeg'?: number;
|
|
58
|
+
/**
|
|
59
|
+
* Sum of the amounts of all statement lines where the source of the data was any other category. This gives an indication on the certainty of correctness of the data.
|
|
60
|
+
*/
|
|
61
|
+
'other'?: number;
|
|
62
|
+
static discriminator: string | undefined;
|
|
63
|
+
static attributeTypeMap: Array<{
|
|
64
|
+
name: string;
|
|
65
|
+
baseName: string;
|
|
66
|
+
type: string;
|
|
67
|
+
}>;
|
|
68
|
+
static getAttributeTypeMap(): {
|
|
69
|
+
name: string;
|
|
70
|
+
baseName: string;
|
|
71
|
+
type: string;
|
|
72
|
+
}[];
|
|
73
|
+
}
|