@mikemo-coposit/am-accounting-shared 0.0.6 → 0.0.8
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/cjs/constants/cma-transaction/cma-transaction-type.constant.d.ts +2 -0
- package/dist/cjs/constants/cma-transaction/cma-transaction-type.constant.d.ts.map +1 -1
- package/dist/cjs/constants/common/account-type.constant.d.ts +5 -0
- package/dist/cjs/constants/common/account-type.constant.d.ts.map +1 -0
- package/dist/cjs/constants/common/index.d.ts +1 -0
- package/dist/cjs/constants/common/index.d.ts.map +1 -1
- package/dist/cjs/constants/index.d.ts +1 -0
- package/dist/cjs/constants/index.d.ts.map +1 -1
- package/dist/cjs/constants/mta-transaction/mta-type.constant.d.ts +2 -0
- package/dist/cjs/constants/mta-transaction/mta-type.constant.d.ts.map +1 -1
- package/dist/cjs/constants/report/common/index.d.ts +3 -0
- package/dist/cjs/constants/report/common/index.d.ts.map +1 -0
- package/dist/cjs/constants/report/common/report-data-range-type.constant.d.ts +6 -0
- package/dist/cjs/constants/report/common/report-data-range-type.constant.d.ts.map +1 -0
- package/dist/cjs/constants/report/common/report-group-type.constant.d.ts +5 -0
- package/dist/cjs/constants/report/common/report-group-type.constant.d.ts.map +1 -0
- package/dist/cjs/constants/report/index.d.ts +2 -0
- package/dist/cjs/constants/report/index.d.ts.map +1 -0
- package/dist/cjs/index.js +308 -104
- package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts +476 -0
- package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -0
- package/dist/cjs/schemas/cma/cma.entity.schema.d.ts +182 -182
- package/dist/cjs/schemas/cma/cma.rest.schema.d.ts +90 -90
- package/dist/cjs/schemas/cma/create-cma.schema.d.ts +4 -4
- package/dist/cjs/schemas/cma/index.d.ts +1 -0
- package/dist/cjs/schemas/cma/index.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +328 -328
- package/dist/cjs/schemas/cma-account-period/cma-account-period.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +112 -112
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +240 -240
- package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +22 -22
- package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +228 -228
- package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +73 -72
- package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts +1 -0
- package/dist/cjs/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/date/index.d.ts +4 -0
- package/dist/cjs/schemas/common/date/index.d.ts.map +1 -0
- package/dist/cjs/schemas/common/date/string-to-date.schema.d.ts +3 -0
- package/dist/cjs/schemas/common/date/string-to-date.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/common/date/string-to-end-of-day.schema.d.ts +3 -0
- package/dist/cjs/schemas/common/date/string-to-end-of-day.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/common/date/string-to-start-of-day.schema.d.ts +3 -0
- package/dist/cjs/schemas/common/date/string-to-start-of-day.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/common/index.d.ts +1 -0
- package/dist/cjs/schemas/common/index.d.ts.map +1 -1
- package/dist/cjs/schemas/common/search/json-filter.schema.d.ts +2 -2
- package/dist/cjs/schemas/developer/developer.enity.schema.d.ts +2 -2
- package/dist/cjs/schemas/index.d.ts +1 -0
- package/dist/cjs/schemas/index.d.ts.map +1 -1
- package/dist/cjs/schemas/menu/create-menu.schema.d.ts +2 -2
- package/dist/cjs/schemas/menu/menu-res.schema.d.ts +16 -16
- package/dist/cjs/schemas/menu/update-menu.schema.d.ts +4 -4
- package/dist/cjs/schemas/mta/create-mta.rest.schema.d.ts +4 -4
- package/dist/cjs/schemas/mta/mta.entity.schema.d.ts +8 -8
- package/dist/cjs/schemas/mta/mta.rest.schema.d.ts +66 -66
- package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +328 -328
- package/dist/cjs/schemas/mta-account-period/mta-account-period.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/mta-account-period/mta-account-period.rest.schema.d.ts +78 -78
- package/dist/cjs/schemas/mta-payment-method/mta-payment-method.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts +22 -22
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +204 -204
- package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/mta-transaction/assign-unknonw-receipt-to-property.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts +1 -0
- package/dist/cjs/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +6 -6
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +73 -72
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payment-provider/payment-provider.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts +4 -4
- package/dist/cjs/schemas/payout/payout-provision-data.rest.schema.d.ts +1446 -1446
- package/dist/cjs/schemas/payout/payout-search.rest.schema.d.ts +4 -4
- package/dist/cjs/schemas/payout/payout.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/payout/payout.rest.create.schema.d.ts +8 -8
- package/dist/cjs/schemas/payout/payout.rest.list.schema.d.ts +2 -2
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts +3539 -3539
- package/dist/cjs/schemas/payout/payout.rest.view.schema.d.ts +18 -18
- package/dist/cjs/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts +16 -16
- package/dist/cjs/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts +4 -4
- package/dist/cjs/schemas/payout-transaction/index.d.ts +1 -0
- package/dist/cjs/schemas/payout-transaction/index.d.ts.map +1 -1
- package/dist/cjs/schemas/payout-transaction/payout-transactin.entity.schema.d.ts +4 -4
- package/dist/cjs/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts +337 -0
- package/dist/cjs/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +732 -732
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/cjs/schemas/project/project.entity.schema.d.ts +12 -12
- package/dist/cjs/schemas/project/project.rest.schema.d.ts +117 -117
- package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +35 -35
- package/dist/cjs/schemas/property/customer.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/property/property-accounts-balance.rest.schema.d.ts +10 -10
- package/dist/cjs/schemas/property/property-search.rest.schema.d.ts +55 -0
- package/dist/cjs/schemas/property/property-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property.entity.schema.d.ts +110 -110
- package/dist/cjs/schemas/property/property.rest.schema.d.ts +303 -303
- package/dist/cjs/schemas/report/common-report.rest.schema.d.ts +25 -0
- package/dist/cjs/schemas/report/common-report.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/report/customer-ledger.rest.schema.d.ts +34 -0
- package/dist/cjs/schemas/report/customer-ledger.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/report/index.d.ts +5 -0
- package/dist/cjs/schemas/report/index.d.ts.map +1 -0
- package/dist/cjs/schemas/report/receipt-list.rest.schema.d.ts +34 -0
- package/dist/cjs/schemas/report/receipt-list.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/report/trust-trial.rest.schema.d.ts +53 -0
- package/dist/cjs/schemas/report/trust-trial.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/user/user.entity.schema.d.ts +2 -2
- package/dist/esm/constants/cma-transaction/cma-transaction-type.constant.d.ts +2 -0
- package/dist/esm/constants/cma-transaction/cma-transaction-type.constant.d.ts.map +1 -1
- package/dist/esm/constants/common/account-type.constant.d.ts +5 -0
- package/dist/esm/constants/common/account-type.constant.d.ts.map +1 -0
- package/dist/esm/constants/common/index.d.ts +1 -0
- package/dist/esm/constants/common/index.d.ts.map +1 -1
- package/dist/esm/constants/index.d.ts +1 -0
- package/dist/esm/constants/index.d.ts.map +1 -1
- package/dist/esm/constants/mta-transaction/mta-type.constant.d.ts +2 -0
- package/dist/esm/constants/mta-transaction/mta-type.constant.d.ts.map +1 -1
- package/dist/esm/constants/report/common/index.d.ts +3 -0
- package/dist/esm/constants/report/common/index.d.ts.map +1 -0
- package/dist/esm/constants/report/common/report-data-range-type.constant.d.ts +6 -0
- package/dist/esm/constants/report/common/report-data-range-type.constant.d.ts.map +1 -0
- package/dist/esm/constants/report/common/report-group-type.constant.d.ts +5 -0
- package/dist/esm/constants/report/common/report-group-type.constant.d.ts.map +1 -0
- package/dist/esm/constants/report/index.d.ts +2 -0
- package/dist/esm/constants/report/index.d.ts.map +1 -0
- package/dist/esm/index.mjs +257 -92
- package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts +476 -0
- package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -0
- package/dist/esm/schemas/cma/cma.entity.schema.d.ts +182 -182
- package/dist/esm/schemas/cma/cma.rest.schema.d.ts +90 -90
- package/dist/esm/schemas/cma/create-cma.schema.d.ts +4 -4
- package/dist/esm/schemas/cma/index.d.ts +1 -0
- package/dist/esm/schemas/cma/index.d.ts.map +1 -1
- package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +328 -328
- package/dist/esm/schemas/cma-account-period/cma-account-period.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +112 -112
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +240 -240
- package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +22 -22
- package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +228 -228
- package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +73 -72
- package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts +1 -0
- package/dist/esm/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/date/index.d.ts +4 -0
- package/dist/esm/schemas/common/date/index.d.ts.map +1 -0
- package/dist/esm/schemas/common/date/string-to-date.schema.d.ts +3 -0
- package/dist/esm/schemas/common/date/string-to-date.schema.d.ts.map +1 -0
- package/dist/esm/schemas/common/date/string-to-end-of-day.schema.d.ts +3 -0
- package/dist/esm/schemas/common/date/string-to-end-of-day.schema.d.ts.map +1 -0
- package/dist/esm/schemas/common/date/string-to-start-of-day.schema.d.ts +3 -0
- package/dist/esm/schemas/common/date/string-to-start-of-day.schema.d.ts.map +1 -0
- package/dist/esm/schemas/common/index.d.ts +1 -0
- package/dist/esm/schemas/common/index.d.ts.map +1 -1
- package/dist/esm/schemas/common/search/json-filter.schema.d.ts +2 -2
- package/dist/esm/schemas/developer/developer.enity.schema.d.ts +2 -2
- package/dist/esm/schemas/index.d.ts +1 -0
- package/dist/esm/schemas/index.d.ts.map +1 -1
- package/dist/esm/schemas/menu/create-menu.schema.d.ts +2 -2
- package/dist/esm/schemas/menu/menu-res.schema.d.ts +16 -16
- package/dist/esm/schemas/menu/update-menu.schema.d.ts +4 -4
- package/dist/esm/schemas/mta/create-mta.rest.schema.d.ts +4 -4
- package/dist/esm/schemas/mta/mta.entity.schema.d.ts +8 -8
- package/dist/esm/schemas/mta/mta.rest.schema.d.ts +66 -66
- package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +328 -328
- package/dist/esm/schemas/mta-account-period/mta-account-period.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/mta-account-period/mta-account-period.rest.schema.d.ts +78 -78
- package/dist/esm/schemas/mta-payment-method/mta-payment-method.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts +22 -22
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +204 -204
- package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/mta-transaction/assign-unknonw-receipt-to-property.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts +1 -0
- package/dist/esm/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +6 -6
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +73 -72
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payment-provider/payment-provider.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts +4 -4
- package/dist/esm/schemas/payout/payout-provision-data.rest.schema.d.ts +1446 -1446
- package/dist/esm/schemas/payout/payout-search.rest.schema.d.ts +4 -4
- package/dist/esm/schemas/payout/payout.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/payout/payout.rest.create.schema.d.ts +8 -8
- package/dist/esm/schemas/payout/payout.rest.list.schema.d.ts +2 -2
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts +3539 -3539
- package/dist/esm/schemas/payout/payout.rest.view.schema.d.ts +18 -18
- package/dist/esm/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts +16 -16
- package/dist/esm/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts +4 -4
- package/dist/esm/schemas/payout-transaction/index.d.ts +1 -0
- package/dist/esm/schemas/payout-transaction/index.d.ts.map +1 -1
- package/dist/esm/schemas/payout-transaction/payout-transactin.entity.schema.d.ts +4 -4
- package/dist/esm/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts +337 -0
- package/dist/esm/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +732 -732
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/esm/schemas/project/project.entity.schema.d.ts +12 -12
- package/dist/esm/schemas/project/project.rest.schema.d.ts +117 -117
- package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +35 -35
- package/dist/esm/schemas/property/customer.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/property/property-accounts-balance.rest.schema.d.ts +10 -10
- package/dist/esm/schemas/property/property-search.rest.schema.d.ts +55 -0
- package/dist/esm/schemas/property/property-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/property/property.entity.schema.d.ts +110 -110
- package/dist/esm/schemas/property/property.rest.schema.d.ts +303 -303
- package/dist/esm/schemas/report/common-report.rest.schema.d.ts +25 -0
- package/dist/esm/schemas/report/common-report.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/report/customer-ledger.rest.schema.d.ts +34 -0
- package/dist/esm/schemas/report/customer-ledger.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/report/index.d.ts +5 -0
- package/dist/esm/schemas/report/index.d.ts.map +1 -0
- package/dist/esm/schemas/report/receipt-list.rest.schema.d.ts +34 -0
- package/dist/esm/schemas/report/receipt-list.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/report/trust-trial.rest.schema.d.ts +53 -0
- package/dist/esm/schemas/report/trust-trial.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/user/user.entity.schema.d.ts +2 -2
- package/package.json +1 -1
|
@@ -20,40 +20,40 @@ export declare const mtaRestResBaseSchema: z.ZodObject<{
|
|
|
20
20
|
bsb: z.ZodEffects<z.ZodString, string | null, string>;
|
|
21
21
|
balanceCents: z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, number, string | number | bigint>, z.ZodNumber>;
|
|
22
22
|
}, "strip", z.ZodTypeAny, {
|
|
23
|
-
id: string;
|
|
24
23
|
status: string;
|
|
24
|
+
id: string;
|
|
25
|
+
balanceCents: number;
|
|
26
|
+
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
27
|
+
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
25
28
|
isArchived: boolean;
|
|
26
29
|
createdBy: string | null;
|
|
27
30
|
createdAt: Date;
|
|
28
31
|
updatedAt: Date;
|
|
29
32
|
syncedAt: Date | null;
|
|
30
|
-
balanceCents: number;
|
|
31
33
|
name: string;
|
|
32
34
|
bsb: string | null;
|
|
33
35
|
accountNumber: string | null;
|
|
34
36
|
updatedBy: string | null;
|
|
35
37
|
country: string;
|
|
36
|
-
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
37
|
-
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
38
38
|
currentReceiveSeq: number;
|
|
39
39
|
currentPayoutSeq: number;
|
|
40
40
|
subsidiaryId: string;
|
|
41
41
|
}, {
|
|
42
|
-
id: string;
|
|
43
42
|
status: string;
|
|
43
|
+
id: string;
|
|
44
|
+
balanceCents: string | number | bigint;
|
|
45
|
+
stateCode: string;
|
|
46
|
+
bankCode: string;
|
|
44
47
|
isArchived: boolean;
|
|
45
48
|
createdBy: string | null;
|
|
46
49
|
createdAt: Date;
|
|
47
50
|
updatedAt: Date;
|
|
48
51
|
syncedAt: Date | null;
|
|
49
|
-
balanceCents: string | number | bigint;
|
|
50
52
|
name: string;
|
|
51
53
|
bsb: string;
|
|
52
54
|
accountNumber: string;
|
|
53
55
|
updatedBy: string | null;
|
|
54
56
|
country: string;
|
|
55
|
-
stateCode: string;
|
|
56
|
-
bankCode: string;
|
|
57
57
|
currentReceiveSeq: number;
|
|
58
58
|
currentPayoutSeq: number;
|
|
59
59
|
subsidiaryId: string;
|
|
@@ -100,8 +100,8 @@ export declare const mtaRestResSchema: z.ZodObject<{
|
|
|
100
100
|
createdAt: z.ZodDate;
|
|
101
101
|
updatedAt: z.ZodDate;
|
|
102
102
|
}, "strip", z.ZodTypeAny, {
|
|
103
|
-
id: string;
|
|
104
103
|
status: string;
|
|
104
|
+
id: string;
|
|
105
105
|
isArchived: boolean;
|
|
106
106
|
createdAt: Date;
|
|
107
107
|
updatedAt: Date;
|
|
@@ -109,8 +109,8 @@ export declare const mtaRestResSchema: z.ZodObject<{
|
|
|
109
109
|
providerCode: string;
|
|
110
110
|
settings: string;
|
|
111
111
|
}, {
|
|
112
|
-
id: string;
|
|
113
112
|
status: string;
|
|
113
|
+
id: string;
|
|
114
114
|
isArchived: boolean;
|
|
115
115
|
createdAt: Date;
|
|
116
116
|
updatedAt: Date;
|
|
@@ -138,40 +138,40 @@ export declare const mtaRestResSchema: z.ZodObject<{
|
|
|
138
138
|
createdBy: z.ZodNullable<z.ZodString>;
|
|
139
139
|
updatedBy: z.ZodNullable<z.ZodString>;
|
|
140
140
|
}, "strip", z.ZodTypeAny, {
|
|
141
|
-
id: string;
|
|
142
141
|
status: string;
|
|
142
|
+
id: string;
|
|
143
|
+
balanceCents: bigint;
|
|
144
|
+
stateCode: string;
|
|
145
|
+
bankCode: string;
|
|
143
146
|
isArchived: boolean;
|
|
144
147
|
createdBy: string | null;
|
|
145
148
|
createdAt: Date;
|
|
146
149
|
updatedAt: Date;
|
|
147
150
|
syncedAt: Date | null;
|
|
148
|
-
balanceCents: bigint;
|
|
149
151
|
name: string;
|
|
150
152
|
bsb: string;
|
|
151
153
|
accountNumber: string;
|
|
152
154
|
updatedBy: string | null;
|
|
153
155
|
country: string;
|
|
154
|
-
stateCode: string;
|
|
155
|
-
bankCode: string;
|
|
156
156
|
currentReceiveSeq: number;
|
|
157
157
|
currentPayoutSeq: number;
|
|
158
158
|
subsidiaryId: string;
|
|
159
159
|
}, {
|
|
160
|
-
id: string;
|
|
161
160
|
status: string;
|
|
161
|
+
id: string;
|
|
162
|
+
balanceCents: bigint;
|
|
163
|
+
stateCode: string;
|
|
164
|
+
bankCode: string;
|
|
162
165
|
isArchived: boolean;
|
|
163
166
|
createdBy: string | null;
|
|
164
167
|
createdAt: Date;
|
|
165
168
|
updatedAt: Date;
|
|
166
169
|
syncedAt: Date | null;
|
|
167
|
-
balanceCents: bigint;
|
|
168
170
|
name: string;
|
|
169
171
|
bsb: string;
|
|
170
172
|
accountNumber: string;
|
|
171
173
|
updatedBy: string | null;
|
|
172
174
|
country: string;
|
|
173
|
-
stateCode: string;
|
|
174
|
-
bankCode: string;
|
|
175
175
|
currentReceiveSeq: number;
|
|
176
176
|
currentPayoutSeq: number;
|
|
177
177
|
subsidiaryId: string;
|
|
@@ -220,8 +220,8 @@ export declare const mtaRestResSchema: z.ZodObject<{
|
|
|
220
220
|
domainName: string;
|
|
221
221
|
}>>>>;
|
|
222
222
|
}, "strip", z.ZodTypeAny, {
|
|
223
|
-
id: string;
|
|
224
223
|
status: string;
|
|
224
|
+
id: string;
|
|
225
225
|
isArchived: boolean;
|
|
226
226
|
createdAt: Date;
|
|
227
227
|
updatedAt: Date;
|
|
@@ -236,21 +236,21 @@ export declare const mtaRestResSchema: z.ZodObject<{
|
|
|
236
236
|
};
|
|
237
237
|
};
|
|
238
238
|
mta?: {
|
|
239
|
-
id: string;
|
|
240
239
|
status: string;
|
|
240
|
+
id: string;
|
|
241
|
+
balanceCents: bigint;
|
|
242
|
+
stateCode: string;
|
|
243
|
+
bankCode: string;
|
|
241
244
|
isArchived: boolean;
|
|
242
245
|
createdBy: string | null;
|
|
243
246
|
createdAt: Date;
|
|
244
247
|
updatedAt: Date;
|
|
245
248
|
syncedAt: Date | null;
|
|
246
|
-
balanceCents: bigint;
|
|
247
249
|
name: string;
|
|
248
250
|
bsb: string;
|
|
249
251
|
accountNumber: string;
|
|
250
252
|
updatedBy: string | null;
|
|
251
253
|
country: string;
|
|
252
|
-
stateCode: string;
|
|
253
|
-
bankCode: string;
|
|
254
254
|
currentReceiveSeq: number;
|
|
255
255
|
currentPayoutSeq: number;
|
|
256
256
|
subsidiaryId: string;
|
|
@@ -262,8 +262,8 @@ export declare const mtaRestResSchema: z.ZodObject<{
|
|
|
262
262
|
domainName: string;
|
|
263
263
|
} | null | undefined;
|
|
264
264
|
paymentProvider?: {
|
|
265
|
-
id: string;
|
|
266
265
|
status: string;
|
|
266
|
+
id: string;
|
|
267
267
|
isArchived: boolean;
|
|
268
268
|
createdAt: Date;
|
|
269
269
|
updatedAt: Date;
|
|
@@ -272,8 +272,8 @@ export declare const mtaRestResSchema: z.ZodObject<{
|
|
|
272
272
|
settings: string;
|
|
273
273
|
} | undefined;
|
|
274
274
|
}, {
|
|
275
|
-
id: string;
|
|
276
275
|
status: string;
|
|
276
|
+
id: string;
|
|
277
277
|
isArchived: boolean;
|
|
278
278
|
createdAt: Date;
|
|
279
279
|
updatedAt: Date;
|
|
@@ -282,29 +282,29 @@ export declare const mtaRestResSchema: z.ZodObject<{
|
|
|
282
282
|
paymentProviderId: string;
|
|
283
283
|
account: string;
|
|
284
284
|
mta?: {
|
|
285
|
-
id: string;
|
|
286
285
|
status: string;
|
|
286
|
+
id: string;
|
|
287
|
+
balanceCents: bigint;
|
|
288
|
+
stateCode: string;
|
|
289
|
+
bankCode: string;
|
|
287
290
|
isArchived: boolean;
|
|
288
291
|
createdBy: string | null;
|
|
289
292
|
createdAt: Date;
|
|
290
293
|
updatedAt: Date;
|
|
291
294
|
syncedAt: Date | null;
|
|
292
|
-
balanceCents: bigint;
|
|
293
295
|
name: string;
|
|
294
296
|
bsb: string;
|
|
295
297
|
accountNumber: string;
|
|
296
298
|
updatedBy: string | null;
|
|
297
299
|
country: string;
|
|
298
|
-
stateCode: string;
|
|
299
|
-
bankCode: string;
|
|
300
300
|
currentReceiveSeq: number;
|
|
301
301
|
currentPayoutSeq: number;
|
|
302
302
|
subsidiaryId: string;
|
|
303
303
|
} | undefined;
|
|
304
304
|
floatAccount?: string | null | undefined;
|
|
305
305
|
paymentProvider?: {
|
|
306
|
-
id: string;
|
|
307
306
|
status: string;
|
|
307
|
+
id: string;
|
|
308
308
|
isArchived: boolean;
|
|
309
309
|
createdAt: Date;
|
|
310
310
|
updatedAt: Date;
|
|
@@ -328,8 +328,8 @@ export declare const mtaRestResSchema: z.ZodObject<{
|
|
|
328
328
|
mtaId: z.ZodString;
|
|
329
329
|
closingDescription: z.ZodNullable<z.ZodString>;
|
|
330
330
|
}, "strip", z.ZodTypeAny, {
|
|
331
|
-
id: string;
|
|
332
331
|
status: string;
|
|
332
|
+
id: string;
|
|
333
333
|
isArchived: boolean;
|
|
334
334
|
createdAt: Date;
|
|
335
335
|
updatedAt: Date;
|
|
@@ -342,8 +342,8 @@ export declare const mtaRestResSchema: z.ZodObject<{
|
|
|
342
342
|
startDate: Date;
|
|
343
343
|
openingBalanceCents: bigint;
|
|
344
344
|
}, {
|
|
345
|
-
id: string;
|
|
346
345
|
status: string;
|
|
346
|
+
id: string;
|
|
347
347
|
isArchived: boolean;
|
|
348
348
|
createdAt: Date;
|
|
349
349
|
updatedAt: Date;
|
|
@@ -357,27 +357,27 @@ export declare const mtaRestResSchema: z.ZodObject<{
|
|
|
357
357
|
openingBalanceCents: bigint;
|
|
358
358
|
}>, "many">>>;
|
|
359
359
|
}, "strip", z.ZodTypeAny, {
|
|
360
|
-
id: string;
|
|
361
360
|
status: string;
|
|
361
|
+
id: string;
|
|
362
|
+
balanceCents: number;
|
|
363
|
+
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
364
|
+
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
362
365
|
isArchived: boolean;
|
|
363
366
|
createdBy: string | null;
|
|
364
367
|
createdAt: Date;
|
|
365
368
|
updatedAt: Date;
|
|
366
369
|
syncedAt: Date | null;
|
|
367
|
-
balanceCents: number;
|
|
368
370
|
name: string;
|
|
369
371
|
bsb: string | null;
|
|
370
372
|
accountNumber: string | null;
|
|
371
373
|
updatedBy: string | null;
|
|
372
374
|
country: string;
|
|
373
|
-
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
374
|
-
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
375
375
|
currentReceiveSeq: number;
|
|
376
376
|
currentPayoutSeq: number;
|
|
377
377
|
subsidiaryId: string;
|
|
378
378
|
paymentMethods?: {
|
|
379
|
-
id: string;
|
|
380
379
|
status: string;
|
|
380
|
+
id: string;
|
|
381
381
|
isArchived: boolean;
|
|
382
382
|
createdAt: Date;
|
|
383
383
|
updatedAt: Date;
|
|
@@ -392,21 +392,21 @@ export declare const mtaRestResSchema: z.ZodObject<{
|
|
|
392
392
|
};
|
|
393
393
|
};
|
|
394
394
|
mta?: {
|
|
395
|
-
id: string;
|
|
396
395
|
status: string;
|
|
396
|
+
id: string;
|
|
397
|
+
balanceCents: bigint;
|
|
398
|
+
stateCode: string;
|
|
399
|
+
bankCode: string;
|
|
397
400
|
isArchived: boolean;
|
|
398
401
|
createdBy: string | null;
|
|
399
402
|
createdAt: Date;
|
|
400
403
|
updatedAt: Date;
|
|
401
404
|
syncedAt: Date | null;
|
|
402
|
-
balanceCents: bigint;
|
|
403
405
|
name: string;
|
|
404
406
|
bsb: string;
|
|
405
407
|
accountNumber: string;
|
|
406
408
|
updatedBy: string | null;
|
|
407
409
|
country: string;
|
|
408
|
-
stateCode: string;
|
|
409
|
-
bankCode: string;
|
|
410
410
|
currentReceiveSeq: number;
|
|
411
411
|
currentPayoutSeq: number;
|
|
412
412
|
subsidiaryId: string;
|
|
@@ -418,8 +418,8 @@ export declare const mtaRestResSchema: z.ZodObject<{
|
|
|
418
418
|
domainName: string;
|
|
419
419
|
} | null | undefined;
|
|
420
420
|
paymentProvider?: {
|
|
421
|
-
id: string;
|
|
422
421
|
status: string;
|
|
422
|
+
id: string;
|
|
423
423
|
isArchived: boolean;
|
|
424
424
|
createdAt: Date;
|
|
425
425
|
updatedAt: Date;
|
|
@@ -429,8 +429,8 @@ export declare const mtaRestResSchema: z.ZodObject<{
|
|
|
429
429
|
} | undefined;
|
|
430
430
|
}[] | undefined;
|
|
431
431
|
accountPeriods?: {
|
|
432
|
-
id: string;
|
|
433
432
|
status: string;
|
|
433
|
+
id: string;
|
|
434
434
|
isArchived: boolean;
|
|
435
435
|
createdAt: Date;
|
|
436
436
|
updatedAt: Date;
|
|
@@ -444,27 +444,27 @@ export declare const mtaRestResSchema: z.ZodObject<{
|
|
|
444
444
|
openingBalanceCents: bigint;
|
|
445
445
|
}[] | undefined;
|
|
446
446
|
}, {
|
|
447
|
-
id: string;
|
|
448
447
|
status: string;
|
|
448
|
+
id: string;
|
|
449
|
+
balanceCents: string | number | bigint;
|
|
450
|
+
stateCode: string;
|
|
451
|
+
bankCode: string;
|
|
449
452
|
isArchived: boolean;
|
|
450
453
|
createdBy: string | null;
|
|
451
454
|
createdAt: Date;
|
|
452
455
|
updatedAt: Date;
|
|
453
456
|
syncedAt: Date | null;
|
|
454
|
-
balanceCents: string | number | bigint;
|
|
455
457
|
name: string;
|
|
456
458
|
bsb: string;
|
|
457
459
|
accountNumber: string;
|
|
458
460
|
updatedBy: string | null;
|
|
459
461
|
country: string;
|
|
460
|
-
stateCode: string;
|
|
461
|
-
bankCode: string;
|
|
462
462
|
currentReceiveSeq: number;
|
|
463
463
|
currentPayoutSeq: number;
|
|
464
464
|
subsidiaryId: string;
|
|
465
465
|
paymentMethods?: {
|
|
466
|
-
id: string;
|
|
467
466
|
status: string;
|
|
467
|
+
id: string;
|
|
468
468
|
isArchived: boolean;
|
|
469
469
|
createdAt: Date;
|
|
470
470
|
updatedAt: Date;
|
|
@@ -473,29 +473,29 @@ export declare const mtaRestResSchema: z.ZodObject<{
|
|
|
473
473
|
paymentProviderId: string;
|
|
474
474
|
account: string;
|
|
475
475
|
mta?: {
|
|
476
|
-
id: string;
|
|
477
476
|
status: string;
|
|
477
|
+
id: string;
|
|
478
|
+
balanceCents: bigint;
|
|
479
|
+
stateCode: string;
|
|
480
|
+
bankCode: string;
|
|
478
481
|
isArchived: boolean;
|
|
479
482
|
createdBy: string | null;
|
|
480
483
|
createdAt: Date;
|
|
481
484
|
updatedAt: Date;
|
|
482
485
|
syncedAt: Date | null;
|
|
483
|
-
balanceCents: bigint;
|
|
484
486
|
name: string;
|
|
485
487
|
bsb: string;
|
|
486
488
|
accountNumber: string;
|
|
487
489
|
updatedBy: string | null;
|
|
488
490
|
country: string;
|
|
489
|
-
stateCode: string;
|
|
490
|
-
bankCode: string;
|
|
491
491
|
currentReceiveSeq: number;
|
|
492
492
|
currentPayoutSeq: number;
|
|
493
493
|
subsidiaryId: string;
|
|
494
494
|
} | undefined;
|
|
495
495
|
floatAccount?: string | null | undefined;
|
|
496
496
|
paymentProvider?: {
|
|
497
|
-
id: string;
|
|
498
497
|
status: string;
|
|
498
|
+
id: string;
|
|
499
499
|
isArchived: boolean;
|
|
500
500
|
createdAt: Date;
|
|
501
501
|
updatedAt: Date;
|
|
@@ -505,8 +505,8 @@ export declare const mtaRestResSchema: z.ZodObject<{
|
|
|
505
505
|
} | undefined;
|
|
506
506
|
}[] | undefined;
|
|
507
507
|
accountPeriods?: {
|
|
508
|
-
id: string;
|
|
509
508
|
status: string;
|
|
509
|
+
id: string;
|
|
510
510
|
isArchived: boolean;
|
|
511
511
|
createdAt: Date;
|
|
512
512
|
updatedAt: Date;
|
|
@@ -566,8 +566,8 @@ export declare const mtaListItemRestResSchema: z.ZodObject<{
|
|
|
566
566
|
currentReconciledBalanceCents: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, number, string | number | bigint>, z.ZodNumber>>>;
|
|
567
567
|
currentVarianceCents: z.ZodOptional<z.ZodNullable<z.ZodPipeline<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodBigInt, z.ZodNumber]>, number, string | number | bigint>, z.ZodNumber>>>;
|
|
568
568
|
}, "strip", z.ZodTypeAny, {
|
|
569
|
-
id: string;
|
|
570
569
|
status: string;
|
|
570
|
+
id: string;
|
|
571
571
|
isArchived: boolean;
|
|
572
572
|
createdBy: string;
|
|
573
573
|
createdAt: Date;
|
|
@@ -588,8 +588,8 @@ export declare const mtaListItemRestResSchema: z.ZodObject<{
|
|
|
588
588
|
currentReconciledBalanceCents?: number | null | undefined;
|
|
589
589
|
currentVarianceCents?: number | null | undefined;
|
|
590
590
|
}, {
|
|
591
|
-
id: string;
|
|
592
591
|
status: string;
|
|
592
|
+
id: string;
|
|
593
593
|
isArchived: boolean;
|
|
594
594
|
createdBy: string;
|
|
595
595
|
createdAt: Date;
|
|
@@ -611,27 +611,27 @@ export declare const mtaListItemRestResSchema: z.ZodObject<{
|
|
|
611
611
|
currentVarianceCents?: string | number | bigint | null | undefined;
|
|
612
612
|
}>>>>;
|
|
613
613
|
}, "strip", z.ZodTypeAny, {
|
|
614
|
-
id: string;
|
|
615
614
|
status: string;
|
|
615
|
+
id: string;
|
|
616
|
+
balanceCents: number;
|
|
617
|
+
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
618
|
+
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
616
619
|
isArchived: boolean;
|
|
617
620
|
createdBy: string | null;
|
|
618
621
|
createdAt: Date;
|
|
619
622
|
updatedAt: Date;
|
|
620
623
|
syncedAt: Date | null;
|
|
621
|
-
balanceCents: number;
|
|
622
624
|
name: string;
|
|
623
625
|
bsb: string | null;
|
|
624
626
|
accountNumber: string | null;
|
|
625
627
|
updatedBy: string | null;
|
|
626
628
|
country: string;
|
|
627
|
-
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
628
|
-
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
629
629
|
currentReceiveSeq: number;
|
|
630
630
|
currentPayoutSeq: number;
|
|
631
631
|
subsidiaryId: string;
|
|
632
632
|
currentReconciliation?: {
|
|
633
|
-
id: string;
|
|
634
633
|
status: string;
|
|
634
|
+
id: string;
|
|
635
635
|
isArchived: boolean;
|
|
636
636
|
createdBy: string;
|
|
637
637
|
createdAt: Date;
|
|
@@ -653,27 +653,27 @@ export declare const mtaListItemRestResSchema: z.ZodObject<{
|
|
|
653
653
|
currentVarianceCents?: number | null | undefined;
|
|
654
654
|
} | null | undefined;
|
|
655
655
|
}, {
|
|
656
|
-
id: string;
|
|
657
656
|
status: string;
|
|
657
|
+
id: string;
|
|
658
|
+
balanceCents: string | number | bigint;
|
|
659
|
+
stateCode: string;
|
|
660
|
+
bankCode: string;
|
|
658
661
|
isArchived: boolean;
|
|
659
662
|
createdBy: string | null;
|
|
660
663
|
createdAt: Date;
|
|
661
664
|
updatedAt: Date;
|
|
662
665
|
syncedAt: Date | null;
|
|
663
|
-
balanceCents: string | number | bigint;
|
|
664
666
|
name: string;
|
|
665
667
|
bsb: string;
|
|
666
668
|
accountNumber: string;
|
|
667
669
|
updatedBy: string | null;
|
|
668
670
|
country: string;
|
|
669
|
-
stateCode: string;
|
|
670
|
-
bankCode: string;
|
|
671
671
|
currentReceiveSeq: number;
|
|
672
672
|
currentPayoutSeq: number;
|
|
673
673
|
subsidiaryId: string;
|
|
674
674
|
currentReconciliation?: {
|
|
675
|
-
id: string;
|
|
676
675
|
status: string;
|
|
676
|
+
id: string;
|
|
677
677
|
isArchived: boolean;
|
|
678
678
|
createdBy: string;
|
|
679
679
|
createdAt: Date;
|