@mikemo-coposit/am-accounting-shared 0.0.7 → 0.0.9
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-input-type.constant.d.ts +13 -0
- package/dist/cjs/constants/cma-transaction/cma-input-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/mta-transaction/mta-input-type.constant.d.ts +6 -5
- package/dist/cjs/constants/mta-transaction/mta-input-type.constant.d.ts.map +1 -1
- package/dist/cjs/constants/mta-transaction/mta-type.constant.d.ts +10 -0
- package/dist/cjs/constants/mta-transaction/mta-type.constant.d.ts.map +1 -1
- package/dist/cjs/constants/report/common/index.d.ts +1 -1
- package/dist/cjs/constants/report/common/index.d.ts.map +1 -1
- 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/index.js +420 -248
- 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 +130 -130
- 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 +695 -695
- 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 +172 -172
- 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 +440 -440
- 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 +112 -112
- package/dist/cjs/schemas/common/date/string-to-end-of-day.schema.d.ts +1 -1
- package/dist/cjs/schemas/common/date/string-to-end-of-day.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/date/string-to-start-of-day.schema.d.ts +1 -1
- package/dist/cjs/schemas/common/date/string-to-start-of-day.schema.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/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 +700 -700
- package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map +1 -1
- 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 +324 -324
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
- 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.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 +117 -114
- 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 +2806 -2806
- package/dist/cjs/schemas/payout/payout-provision-data.rest.schema.d.ts.map +1 -1
- 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 +6625 -6625
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts.map +1 -1
- 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 +1301 -1301
- 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 +550 -550
- package/dist/cjs/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/report/bank-reconciliation-summary.schema.d.ts +57 -0
- package/dist/cjs/schemas/report/bank-reconciliation-summary.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/report/common-report-with-cma-selection.rest.schema.d.ts +58 -0
- package/dist/cjs/schemas/report/common-report-with-cma-selection.rest.schema.d.ts.map +1 -0
- 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 +22 -24
- package/dist/cjs/schemas/report/customer-ledger.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/report/index.d.ts +8 -0
- package/dist/cjs/schemas/report/index.d.ts.map +1 -1
- package/dist/cjs/schemas/report/payment-list.rest.schema.d.ts +34 -0
- package/dist/cjs/schemas/report/payment-list.rest.schema.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/reconciled-items-list.rest.schema.d.ts +57 -0
- package/dist/cjs/schemas/report/reconciled-items-list.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/report/trust-trial.rest.schema.d.ts +57 -0
- package/dist/cjs/schemas/report/trust-trial.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/report/unreconciled-items-list.rest.schema.d.ts +57 -0
- package/dist/cjs/schemas/report/unreconciled-items-list.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/user/user.entity.schema.d.ts +2 -2
- package/dist/cjs/utils/property.util.d.ts +1 -1
- package/dist/cjs/utils/property.util.d.ts.map +1 -1
- package/dist/esm/constants/cma-transaction/cma-input-type.constant.d.ts +13 -0
- package/dist/esm/constants/cma-transaction/cma-input-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/mta-transaction/mta-input-type.constant.d.ts +6 -5
- package/dist/esm/constants/mta-transaction/mta-input-type.constant.d.ts.map +1 -1
- package/dist/esm/constants/mta-transaction/mta-type.constant.d.ts +10 -0
- package/dist/esm/constants/mta-transaction/mta-type.constant.d.ts.map +1 -1
- package/dist/esm/constants/report/common/index.d.ts +1 -1
- package/dist/esm/constants/report/common/index.d.ts.map +1 -1
- 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/index.mjs +251 -130
- 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 +130 -130
- 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 +695 -695
- 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 +172 -172
- 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 +440 -440
- 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 +112 -112
- package/dist/esm/schemas/common/date/string-to-end-of-day.schema.d.ts +1 -1
- package/dist/esm/schemas/common/date/string-to-end-of-day.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/date/string-to-start-of-day.schema.d.ts +1 -1
- package/dist/esm/schemas/common/date/string-to-start-of-day.schema.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/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 +700 -700
- package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map +1 -1
- 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 +324 -324
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
- 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.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 +117 -114
- 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 +2806 -2806
- package/dist/esm/schemas/payout/payout-provision-data.rest.schema.d.ts.map +1 -1
- 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 +6625 -6625
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts.map +1 -1
- 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 +1301 -1301
- 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 +550 -550
- package/dist/esm/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/report/bank-reconciliation-summary.schema.d.ts +57 -0
- package/dist/esm/schemas/report/bank-reconciliation-summary.schema.d.ts.map +1 -0
- package/dist/esm/schemas/report/common-report-with-cma-selection.rest.schema.d.ts +58 -0
- package/dist/esm/schemas/report/common-report-with-cma-selection.rest.schema.d.ts.map +1 -0
- 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 +22 -24
- package/dist/esm/schemas/report/customer-ledger.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/report/index.d.ts +8 -0
- package/dist/esm/schemas/report/index.d.ts.map +1 -1
- package/dist/esm/schemas/report/payment-list.rest.schema.d.ts +34 -0
- package/dist/esm/schemas/report/payment-list.rest.schema.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/reconciled-items-list.rest.schema.d.ts +57 -0
- package/dist/esm/schemas/report/reconciled-items-list.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/report/trust-trial.rest.schema.d.ts +57 -0
- package/dist/esm/schemas/report/trust-trial.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/report/unreconciled-items-list.rest.schema.d.ts +57 -0
- package/dist/esm/schemas/report/unreconciled-items-list.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/user/user.entity.schema.d.ts +2 -2
- package/dist/esm/utils/property.util.d.ts +1 -1
- package/dist/esm/utils/property.util.d.ts.map +1 -1
- package/package.json +18 -26
- package/dist/cjs/constants/report/common/report-data-ranger-type.constant.d.ts +0 -5
- package/dist/cjs/constants/report/common/report-data-ranger-type.constant.d.ts.map +0 -1
- package/dist/esm/constants/report/common/report-data-ranger-type.constant.d.ts +0 -5
- package/dist/esm/constants/report/common/report-data-ranger-type.constant.d.ts.map +0 -1
|
@@ -24,43 +24,43 @@ export declare const cmaRestResBaseSchema: z.ZodObject<{
|
|
|
24
24
|
readonly INACTIVE: "inactive";
|
|
25
25
|
}>>;
|
|
26
26
|
}, "strip", z.ZodTypeAny, {
|
|
27
|
-
id: string;
|
|
28
27
|
status: "active" | "inactive";
|
|
28
|
+
id: string;
|
|
29
|
+
accountName: string;
|
|
30
|
+
propertyId: string;
|
|
31
|
+
balanceCents: number;
|
|
32
|
+
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
33
|
+
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
29
34
|
isArchived: boolean;
|
|
30
35
|
createdBy: string;
|
|
31
36
|
createdAt: Date;
|
|
32
37
|
updatedAt: Date;
|
|
33
|
-
balanceCents: number;
|
|
34
38
|
description: string | null;
|
|
35
|
-
propertyId: string;
|
|
36
39
|
payoutId: number;
|
|
37
40
|
bsb: string | null;
|
|
38
41
|
accountNumber: string | null;
|
|
39
42
|
cmaSeq: number;
|
|
40
43
|
country: string;
|
|
41
|
-
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
42
|
-
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
43
|
-
accountName: string;
|
|
44
44
|
currentReceiveSeq: number;
|
|
45
45
|
currentPayoutSeq: number;
|
|
46
46
|
}, {
|
|
47
|
-
id: string;
|
|
48
47
|
status: string;
|
|
48
|
+
id: string;
|
|
49
|
+
accountName: string;
|
|
50
|
+
propertyId: string;
|
|
51
|
+
balanceCents: string | number | bigint;
|
|
52
|
+
stateCode: string;
|
|
53
|
+
bankCode: string;
|
|
49
54
|
isArchived: boolean;
|
|
50
55
|
createdBy: string;
|
|
51
56
|
createdAt: Date;
|
|
52
57
|
updatedAt: Date;
|
|
53
|
-
balanceCents: string | number | bigint;
|
|
54
58
|
description: string | null;
|
|
55
|
-
propertyId: string;
|
|
56
59
|
payoutId: number;
|
|
57
60
|
bsb: string;
|
|
58
61
|
accountNumber: string;
|
|
59
62
|
cmaSeq: number;
|
|
60
63
|
country: string;
|
|
61
|
-
stateCode: string;
|
|
62
|
-
bankCode: string;
|
|
63
|
-
accountName: string;
|
|
64
64
|
currentReceiveSeq: number;
|
|
65
65
|
currentPayoutSeq: number;
|
|
66
66
|
}>;
|
|
@@ -129,16 +129,16 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
129
129
|
syncedAt: z.ZodDate;
|
|
130
130
|
updatedAt: z.ZodDate;
|
|
131
131
|
}, "strip", z.ZodTypeAny, {
|
|
132
|
-
id: string;
|
|
133
132
|
status: string;
|
|
133
|
+
id: string;
|
|
134
134
|
isArchived: boolean;
|
|
135
135
|
createdAt: Date;
|
|
136
136
|
updatedAt: Date;
|
|
137
137
|
syncedAt: Date;
|
|
138
138
|
companyName: string | null;
|
|
139
139
|
}, {
|
|
140
|
-
id: string;
|
|
141
140
|
status: string;
|
|
141
|
+
id: string;
|
|
142
142
|
isArchived: boolean;
|
|
143
143
|
createdAt: Date;
|
|
144
144
|
updatedAt: Date;
|
|
@@ -146,20 +146,20 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
146
146
|
companyName: string | null;
|
|
147
147
|
}>>>;
|
|
148
148
|
}, "strip", z.ZodTypeAny, {
|
|
149
|
-
|
|
149
|
+
type: string;
|
|
150
150
|
status: string;
|
|
151
|
+
id: string;
|
|
151
152
|
isArchived: boolean;
|
|
152
153
|
createdAt: Date;
|
|
153
154
|
updatedAt: Date;
|
|
154
|
-
type: string;
|
|
155
155
|
syncedAt: Date;
|
|
156
156
|
mtaId: string | null;
|
|
157
157
|
name: string;
|
|
158
158
|
developerId: string;
|
|
159
159
|
state: string;
|
|
160
160
|
developer?: {
|
|
161
|
-
id: string;
|
|
162
161
|
status: string;
|
|
162
|
+
id: string;
|
|
163
163
|
isArchived: boolean;
|
|
164
164
|
createdAt: Date;
|
|
165
165
|
updatedAt: Date;
|
|
@@ -167,20 +167,20 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
167
167
|
companyName: string | null;
|
|
168
168
|
} | null | undefined;
|
|
169
169
|
}, {
|
|
170
|
-
|
|
170
|
+
type: string;
|
|
171
171
|
status: string;
|
|
172
|
+
id: string;
|
|
172
173
|
isArchived: boolean;
|
|
173
174
|
createdAt: Date;
|
|
174
175
|
updatedAt: Date;
|
|
175
|
-
type: string;
|
|
176
176
|
syncedAt: Date;
|
|
177
177
|
mtaId: string | null;
|
|
178
178
|
name: string;
|
|
179
179
|
developerId: string;
|
|
180
180
|
state: string;
|
|
181
181
|
developer?: {
|
|
182
|
-
id: string;
|
|
183
182
|
status: string;
|
|
183
|
+
id: string;
|
|
184
184
|
isArchived: boolean;
|
|
185
185
|
createdAt: Date;
|
|
186
186
|
updatedAt: Date;
|
|
@@ -199,8 +199,8 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
199
199
|
syncedAt: z.ZodDate;
|
|
200
200
|
updatedAt: z.ZodDate;
|
|
201
201
|
}, "strip", z.ZodTypeAny, {
|
|
202
|
-
id: string;
|
|
203
202
|
status: string;
|
|
203
|
+
id: string;
|
|
204
204
|
isArchived: boolean;
|
|
205
205
|
createdAt: Date;
|
|
206
206
|
updatedAt: Date;
|
|
@@ -209,8 +209,8 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
209
209
|
email: string;
|
|
210
210
|
syncedAt: Date;
|
|
211
211
|
}, {
|
|
212
|
-
id: string;
|
|
213
212
|
status: string;
|
|
213
|
+
id: string;
|
|
214
214
|
isArchived: boolean;
|
|
215
215
|
createdAt: Date;
|
|
216
216
|
updatedAt: Date;
|
|
@@ -240,43 +240,43 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
240
240
|
updatedAt: z.ZodDate;
|
|
241
241
|
createdBy: z.ZodString;
|
|
242
242
|
}, "strip", z.ZodTypeAny, {
|
|
243
|
-
id: string;
|
|
244
243
|
status: string;
|
|
244
|
+
id: string;
|
|
245
|
+
accountName: string;
|
|
246
|
+
propertyId: string;
|
|
247
|
+
balanceCents: bigint;
|
|
248
|
+
stateCode: string;
|
|
249
|
+
bankCode: string;
|
|
245
250
|
isArchived: boolean;
|
|
246
251
|
createdBy: string;
|
|
247
252
|
createdAt: Date;
|
|
248
253
|
updatedAt: Date;
|
|
249
|
-
balanceCents: bigint;
|
|
250
254
|
description: string | null;
|
|
251
|
-
propertyId: string;
|
|
252
255
|
payoutId: number;
|
|
253
256
|
bsb: string;
|
|
254
257
|
accountNumber: string;
|
|
255
258
|
cmaSeq: number;
|
|
256
259
|
country: string;
|
|
257
|
-
stateCode: string;
|
|
258
|
-
bankCode: string;
|
|
259
|
-
accountName: string;
|
|
260
260
|
currentReceiveSeq: number;
|
|
261
261
|
currentPayoutSeq: number;
|
|
262
262
|
}, {
|
|
263
|
-
id: string;
|
|
264
263
|
status: string;
|
|
264
|
+
id: string;
|
|
265
|
+
accountName: string;
|
|
266
|
+
propertyId: string;
|
|
267
|
+
balanceCents: bigint;
|
|
268
|
+
stateCode: string;
|
|
269
|
+
bankCode: string;
|
|
265
270
|
isArchived: boolean;
|
|
266
271
|
createdBy: string;
|
|
267
272
|
createdAt: Date;
|
|
268
273
|
updatedAt: Date;
|
|
269
|
-
balanceCents: bigint;
|
|
270
274
|
description: string | null;
|
|
271
|
-
propertyId: string;
|
|
272
275
|
payoutId: number;
|
|
273
276
|
bsb: string;
|
|
274
277
|
accountNumber: string;
|
|
275
278
|
cmaSeq: number;
|
|
276
279
|
country: string;
|
|
277
|
-
stateCode: string;
|
|
278
|
-
bankCode: string;
|
|
279
|
-
accountName: string;
|
|
280
280
|
currentReceiveSeq: number;
|
|
281
281
|
currentPayoutSeq: number;
|
|
282
282
|
}>>>>;
|
|
@@ -300,40 +300,40 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
300
300
|
createdBy: z.ZodNullable<z.ZodString>;
|
|
301
301
|
updatedBy: z.ZodNullable<z.ZodString>;
|
|
302
302
|
}, "strip", z.ZodTypeAny, {
|
|
303
|
-
id: string;
|
|
304
303
|
status: string;
|
|
304
|
+
id: string;
|
|
305
|
+
balanceCents: bigint;
|
|
306
|
+
stateCode: string;
|
|
307
|
+
bankCode: string;
|
|
305
308
|
isArchived: boolean;
|
|
306
309
|
createdBy: string | null;
|
|
307
310
|
createdAt: Date;
|
|
308
311
|
updatedAt: Date;
|
|
309
312
|
syncedAt: Date | null;
|
|
310
|
-
balanceCents: bigint;
|
|
311
313
|
name: string;
|
|
312
314
|
bsb: string;
|
|
313
315
|
accountNumber: string;
|
|
314
316
|
updatedBy: string | null;
|
|
315
317
|
country: string;
|
|
316
|
-
stateCode: string;
|
|
317
|
-
bankCode: string;
|
|
318
318
|
currentReceiveSeq: number;
|
|
319
319
|
currentPayoutSeq: number;
|
|
320
320
|
subsidiaryId: string;
|
|
321
321
|
}, {
|
|
322
|
-
id: string;
|
|
323
322
|
status: string;
|
|
323
|
+
id: string;
|
|
324
|
+
balanceCents: bigint;
|
|
325
|
+
stateCode: string;
|
|
326
|
+
bankCode: string;
|
|
324
327
|
isArchived: boolean;
|
|
325
328
|
createdBy: string | null;
|
|
326
329
|
createdAt: Date;
|
|
327
330
|
updatedAt: Date;
|
|
328
331
|
syncedAt: Date | null;
|
|
329
|
-
balanceCents: bigint;
|
|
330
332
|
name: string;
|
|
331
333
|
bsb: string;
|
|
332
334
|
accountNumber: string;
|
|
333
335
|
updatedBy: string | null;
|
|
334
336
|
country: string;
|
|
335
|
-
stateCode: string;
|
|
336
|
-
bankCode: string;
|
|
337
337
|
currentReceiveSeq: number;
|
|
338
338
|
currentPayoutSeq: number;
|
|
339
339
|
subsidiaryId: string;
|
|
@@ -367,8 +367,10 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
367
367
|
canceledReason: z.ZodNullable<z.ZodString>;
|
|
368
368
|
createdBy: z.ZodString;
|
|
369
369
|
}, "strip", z.ZodTypeAny, {
|
|
370
|
-
id: string;
|
|
371
370
|
status: string;
|
|
371
|
+
id: string;
|
|
372
|
+
propertyId: string | null;
|
|
373
|
+
balanceCents: bigint;
|
|
372
374
|
isArchived: boolean;
|
|
373
375
|
createdBy: string;
|
|
374
376
|
createdAt: Date;
|
|
@@ -376,11 +378,9 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
376
378
|
syncedAt: Date | null;
|
|
377
379
|
debitAmountCents: bigint;
|
|
378
380
|
creditAmountCents: bigint;
|
|
379
|
-
balanceCents: bigint;
|
|
380
381
|
description: string | null;
|
|
381
382
|
clearedAt: Date | null;
|
|
382
383
|
cmaId: string;
|
|
383
|
-
propertyId: string | null;
|
|
384
384
|
createType: string;
|
|
385
385
|
transactionType: string;
|
|
386
386
|
isCanceled: boolean;
|
|
@@ -395,8 +395,10 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
395
395
|
canceledAt: Date | null;
|
|
396
396
|
canceledReason: string | null;
|
|
397
397
|
}, {
|
|
398
|
-
id: string;
|
|
399
398
|
status: string;
|
|
399
|
+
id: string;
|
|
400
|
+
propertyId: string | null;
|
|
401
|
+
balanceCents: bigint;
|
|
400
402
|
isArchived: boolean;
|
|
401
403
|
createdBy: string;
|
|
402
404
|
createdAt: Date;
|
|
@@ -404,11 +406,9 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
404
406
|
syncedAt: Date | null;
|
|
405
407
|
debitAmountCents: bigint;
|
|
406
408
|
creditAmountCents: bigint;
|
|
407
|
-
balanceCents: bigint;
|
|
408
409
|
description: string | null;
|
|
409
410
|
clearedAt: Date | null;
|
|
410
411
|
cmaId: string;
|
|
411
|
-
propertyId: string | null;
|
|
412
412
|
createType: string;
|
|
413
413
|
transactionType: string;
|
|
414
414
|
isCanceled: boolean;
|
|
@@ -453,8 +453,10 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
453
453
|
createdBy: z.ZodNullable<z.ZodString>;
|
|
454
454
|
payoutId: z.ZodNullable<z.ZodString>;
|
|
455
455
|
}, "strip", z.ZodTypeAny, {
|
|
456
|
-
id: string;
|
|
457
456
|
status: string;
|
|
457
|
+
id: string;
|
|
458
|
+
propertyId: string | null;
|
|
459
|
+
balanceCents: bigint;
|
|
458
460
|
isArchived: boolean;
|
|
459
461
|
createdBy: string | null;
|
|
460
462
|
createdAt: Date;
|
|
@@ -462,11 +464,9 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
462
464
|
syncedAt: Date;
|
|
463
465
|
debitAmountCents: bigint;
|
|
464
466
|
creditAmountCents: bigint;
|
|
465
|
-
balanceCents: bigint;
|
|
466
467
|
mtaId: string;
|
|
467
468
|
description: string | null;
|
|
468
469
|
clearedAt: Date | null;
|
|
469
|
-
propertyId: string | null;
|
|
470
470
|
transactionType: string;
|
|
471
471
|
isCanceled: boolean;
|
|
472
472
|
isRefunded: boolean;
|
|
@@ -482,8 +482,10 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
482
482
|
referenceId: string | null;
|
|
483
483
|
note: string | null;
|
|
484
484
|
}, {
|
|
485
|
-
id: string;
|
|
486
485
|
status: string;
|
|
486
|
+
id: string;
|
|
487
|
+
propertyId: string | null;
|
|
488
|
+
balanceCents: bigint;
|
|
487
489
|
isArchived: boolean;
|
|
488
490
|
createdBy: string | null;
|
|
489
491
|
createdAt: Date;
|
|
@@ -491,11 +493,9 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
491
493
|
syncedAt: Date;
|
|
492
494
|
debitAmountCents: bigint;
|
|
493
495
|
creditAmountCents: bigint;
|
|
494
|
-
balanceCents: bigint;
|
|
495
496
|
mtaId: string;
|
|
496
497
|
description: string | null;
|
|
497
498
|
clearedAt: Date | null;
|
|
498
|
-
propertyId: string | null;
|
|
499
499
|
transactionType: string;
|
|
500
500
|
isCanceled: boolean;
|
|
501
501
|
isRefunded: boolean;
|
|
@@ -512,13 +512,13 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
512
512
|
note: string | null;
|
|
513
513
|
}>, "many">>>>;
|
|
514
514
|
}, "cma" | "mta" | "cmaTransactions" | "mtaTransactions">, "strip", z.ZodTypeAny, {
|
|
515
|
-
id: string;
|
|
516
515
|
status: string;
|
|
516
|
+
id: string;
|
|
517
|
+
balanceCents: number | bigint;
|
|
517
518
|
isArchived: boolean;
|
|
518
519
|
createdAt: Date;
|
|
519
520
|
updatedAt: Date;
|
|
520
521
|
syncedAt: Date;
|
|
521
|
-
balanceCents: number | bigint;
|
|
522
522
|
customerId: string;
|
|
523
523
|
projectId: string;
|
|
524
524
|
lotDetail: string | null;
|
|
@@ -527,33 +527,22 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
527
527
|
mtaId: string;
|
|
528
528
|
mtaBalanceCents: number | bigint;
|
|
529
529
|
cmaBalanceCents: number | bigint;
|
|
530
|
-
customer?: {
|
|
531
|
-
id: string;
|
|
532
|
-
status: string;
|
|
533
|
-
isArchived: boolean;
|
|
534
|
-
createdAt: Date;
|
|
535
|
-
updatedAt: Date;
|
|
536
|
-
fullName: string | null;
|
|
537
|
-
mobile: string | null;
|
|
538
|
-
email: string;
|
|
539
|
-
syncedAt: Date;
|
|
540
|
-
} | null | undefined;
|
|
541
530
|
buyerName?: string | null | undefined;
|
|
542
531
|
project?: {
|
|
543
|
-
|
|
532
|
+
type: string;
|
|
544
533
|
status: string;
|
|
534
|
+
id: string;
|
|
545
535
|
isArchived: boolean;
|
|
546
536
|
createdAt: Date;
|
|
547
537
|
updatedAt: Date;
|
|
548
|
-
type: string;
|
|
549
538
|
syncedAt: Date;
|
|
550
539
|
mtaId: string | null;
|
|
551
540
|
name: string;
|
|
552
541
|
developerId: string;
|
|
553
542
|
state: string;
|
|
554
543
|
developer?: {
|
|
555
|
-
id: string;
|
|
556
544
|
status: string;
|
|
545
|
+
id: string;
|
|
557
546
|
isArchived: boolean;
|
|
558
547
|
createdAt: Date;
|
|
559
548
|
updatedAt: Date;
|
|
@@ -561,14 +550,25 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
561
550
|
companyName: string | null;
|
|
562
551
|
} | null | undefined;
|
|
563
552
|
} | null | undefined;
|
|
553
|
+
customer?: {
|
|
554
|
+
status: string;
|
|
555
|
+
id: string;
|
|
556
|
+
isArchived: boolean;
|
|
557
|
+
createdAt: Date;
|
|
558
|
+
updatedAt: Date;
|
|
559
|
+
fullName: string | null;
|
|
560
|
+
mobile: string | null;
|
|
561
|
+
email: string;
|
|
562
|
+
syncedAt: Date;
|
|
563
|
+
} | null | undefined;
|
|
564
564
|
}, {
|
|
565
|
-
id: string;
|
|
566
565
|
status: string;
|
|
566
|
+
id: string;
|
|
567
|
+
balanceCents: number | bigint;
|
|
567
568
|
isArchived: boolean;
|
|
568
569
|
createdAt: Date;
|
|
569
570
|
updatedAt: Date;
|
|
570
571
|
syncedAt: Date;
|
|
571
|
-
balanceCents: number | bigint;
|
|
572
572
|
customerId: string;
|
|
573
573
|
projectId: string;
|
|
574
574
|
lotDetail: string | null;
|
|
@@ -577,33 +577,22 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
577
577
|
mtaId: string;
|
|
578
578
|
mtaBalanceCents: number | bigint;
|
|
579
579
|
cmaBalanceCents: number | bigint;
|
|
580
|
-
customer?: {
|
|
581
|
-
id: string;
|
|
582
|
-
status: string;
|
|
583
|
-
isArchived: boolean;
|
|
584
|
-
createdAt: Date;
|
|
585
|
-
updatedAt: Date;
|
|
586
|
-
fullName: string | null;
|
|
587
|
-
mobile: string | null;
|
|
588
|
-
email: string;
|
|
589
|
-
syncedAt: Date;
|
|
590
|
-
} | null | undefined;
|
|
591
580
|
buyerName?: string | null | undefined;
|
|
592
581
|
project?: {
|
|
593
|
-
|
|
582
|
+
type: string;
|
|
594
583
|
status: string;
|
|
584
|
+
id: string;
|
|
595
585
|
isArchived: boolean;
|
|
596
586
|
createdAt: Date;
|
|
597
587
|
updatedAt: Date;
|
|
598
|
-
type: string;
|
|
599
588
|
syncedAt: Date;
|
|
600
589
|
mtaId: string | null;
|
|
601
590
|
name: string;
|
|
602
591
|
developerId: string;
|
|
603
592
|
state: string;
|
|
604
593
|
developer?: {
|
|
605
|
-
id: string;
|
|
606
594
|
status: string;
|
|
595
|
+
id: string;
|
|
607
596
|
isArchived: boolean;
|
|
608
597
|
createdAt: Date;
|
|
609
598
|
updatedAt: Date;
|
|
@@ -611,35 +600,46 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
611
600
|
companyName: string | null;
|
|
612
601
|
} | null | undefined;
|
|
613
602
|
} | null | undefined;
|
|
603
|
+
customer?: {
|
|
604
|
+
status: string;
|
|
605
|
+
id: string;
|
|
606
|
+
isArchived: boolean;
|
|
607
|
+
createdAt: Date;
|
|
608
|
+
updatedAt: Date;
|
|
609
|
+
fullName: string | null;
|
|
610
|
+
mobile: string | null;
|
|
611
|
+
email: string;
|
|
612
|
+
syncedAt: Date;
|
|
613
|
+
} | null | undefined;
|
|
614
614
|
}>>>;
|
|
615
615
|
}, "strip", z.ZodTypeAny, {
|
|
616
|
-
id: string;
|
|
617
616
|
status: "active" | "inactive";
|
|
617
|
+
id: string;
|
|
618
|
+
accountName: string;
|
|
619
|
+
propertyId: string;
|
|
620
|
+
balanceCents: number;
|
|
621
|
+
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
622
|
+
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
618
623
|
isArchived: boolean;
|
|
619
624
|
createdBy: string;
|
|
620
625
|
createdAt: Date;
|
|
621
626
|
updatedAt: Date;
|
|
622
|
-
balanceCents: number;
|
|
623
627
|
description: string | null;
|
|
624
|
-
propertyId: string;
|
|
625
628
|
payoutId: number;
|
|
626
629
|
bsb: string | null;
|
|
627
630
|
accountNumber: string | null;
|
|
628
631
|
cmaSeq: number;
|
|
629
632
|
country: string;
|
|
630
|
-
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
631
|
-
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
632
|
-
accountName: string;
|
|
633
633
|
currentReceiveSeq: number;
|
|
634
634
|
currentPayoutSeq: number;
|
|
635
635
|
property?: {
|
|
636
|
-
id: string;
|
|
637
636
|
status: string;
|
|
637
|
+
id: string;
|
|
638
|
+
balanceCents: number | bigint;
|
|
638
639
|
isArchived: boolean;
|
|
639
640
|
createdAt: Date;
|
|
640
641
|
updatedAt: Date;
|
|
641
642
|
syncedAt: Date;
|
|
642
|
-
balanceCents: number | bigint;
|
|
643
643
|
customerId: string;
|
|
644
644
|
projectId: string;
|
|
645
645
|
lotDetail: string | null;
|
|
@@ -648,33 +648,22 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
648
648
|
mtaId: string;
|
|
649
649
|
mtaBalanceCents: number | bigint;
|
|
650
650
|
cmaBalanceCents: number | bigint;
|
|
651
|
-
customer?: {
|
|
652
|
-
id: string;
|
|
653
|
-
status: string;
|
|
654
|
-
isArchived: boolean;
|
|
655
|
-
createdAt: Date;
|
|
656
|
-
updatedAt: Date;
|
|
657
|
-
fullName: string | null;
|
|
658
|
-
mobile: string | null;
|
|
659
|
-
email: string;
|
|
660
|
-
syncedAt: Date;
|
|
661
|
-
} | null | undefined;
|
|
662
651
|
buyerName?: string | null | undefined;
|
|
663
652
|
project?: {
|
|
664
|
-
|
|
653
|
+
type: string;
|
|
665
654
|
status: string;
|
|
655
|
+
id: string;
|
|
666
656
|
isArchived: boolean;
|
|
667
657
|
createdAt: Date;
|
|
668
658
|
updatedAt: Date;
|
|
669
|
-
type: string;
|
|
670
659
|
syncedAt: Date;
|
|
671
660
|
mtaId: string | null;
|
|
672
661
|
name: string;
|
|
673
662
|
developerId: string;
|
|
674
663
|
state: string;
|
|
675
664
|
developer?: {
|
|
676
|
-
id: string;
|
|
677
665
|
status: string;
|
|
666
|
+
id: string;
|
|
678
667
|
isArchived: boolean;
|
|
679
668
|
createdAt: Date;
|
|
680
669
|
updatedAt: Date;
|
|
@@ -682,35 +671,46 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
682
671
|
companyName: string | null;
|
|
683
672
|
} | null | undefined;
|
|
684
673
|
} | null | undefined;
|
|
674
|
+
customer?: {
|
|
675
|
+
status: string;
|
|
676
|
+
id: string;
|
|
677
|
+
isArchived: boolean;
|
|
678
|
+
createdAt: Date;
|
|
679
|
+
updatedAt: Date;
|
|
680
|
+
fullName: string | null;
|
|
681
|
+
mobile: string | null;
|
|
682
|
+
email: string;
|
|
683
|
+
syncedAt: Date;
|
|
684
|
+
} | null | undefined;
|
|
685
685
|
} | undefined;
|
|
686
686
|
}, {
|
|
687
|
-
id: string;
|
|
688
687
|
status: string;
|
|
688
|
+
id: string;
|
|
689
|
+
accountName: string;
|
|
690
|
+
propertyId: string;
|
|
691
|
+
balanceCents: string | number | bigint;
|
|
692
|
+
stateCode: string;
|
|
693
|
+
bankCode: string;
|
|
689
694
|
isArchived: boolean;
|
|
690
695
|
createdBy: string;
|
|
691
696
|
createdAt: Date;
|
|
692
697
|
updatedAt: Date;
|
|
693
|
-
balanceCents: string | number | bigint;
|
|
694
698
|
description: string | null;
|
|
695
|
-
propertyId: string;
|
|
696
699
|
payoutId: number;
|
|
697
700
|
bsb: string;
|
|
698
701
|
accountNumber: string;
|
|
699
702
|
cmaSeq: number;
|
|
700
703
|
country: string;
|
|
701
|
-
stateCode: string;
|
|
702
|
-
bankCode: string;
|
|
703
|
-
accountName: string;
|
|
704
704
|
currentReceiveSeq: number;
|
|
705
705
|
currentPayoutSeq: number;
|
|
706
706
|
property?: {
|
|
707
|
-
id: string;
|
|
708
707
|
status: string;
|
|
708
|
+
id: string;
|
|
709
|
+
balanceCents: number | bigint;
|
|
709
710
|
isArchived: boolean;
|
|
710
711
|
createdAt: Date;
|
|
711
712
|
updatedAt: Date;
|
|
712
713
|
syncedAt: Date;
|
|
713
|
-
balanceCents: number | bigint;
|
|
714
714
|
customerId: string;
|
|
715
715
|
projectId: string;
|
|
716
716
|
lotDetail: string | null;
|
|
@@ -719,33 +719,22 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
719
719
|
mtaId: string;
|
|
720
720
|
mtaBalanceCents: number | bigint;
|
|
721
721
|
cmaBalanceCents: number | bigint;
|
|
722
|
-
customer?: {
|
|
723
|
-
id: string;
|
|
724
|
-
status: string;
|
|
725
|
-
isArchived: boolean;
|
|
726
|
-
createdAt: Date;
|
|
727
|
-
updatedAt: Date;
|
|
728
|
-
fullName: string | null;
|
|
729
|
-
mobile: string | null;
|
|
730
|
-
email: string;
|
|
731
|
-
syncedAt: Date;
|
|
732
|
-
} | null | undefined;
|
|
733
722
|
buyerName?: string | null | undefined;
|
|
734
723
|
project?: {
|
|
735
|
-
|
|
724
|
+
type: string;
|
|
736
725
|
status: string;
|
|
726
|
+
id: string;
|
|
737
727
|
isArchived: boolean;
|
|
738
728
|
createdAt: Date;
|
|
739
729
|
updatedAt: Date;
|
|
740
|
-
type: string;
|
|
741
730
|
syncedAt: Date;
|
|
742
731
|
mtaId: string | null;
|
|
743
732
|
name: string;
|
|
744
733
|
developerId: string;
|
|
745
734
|
state: string;
|
|
746
735
|
developer?: {
|
|
747
|
-
id: string;
|
|
748
736
|
status: string;
|
|
737
|
+
id: string;
|
|
749
738
|
isArchived: boolean;
|
|
750
739
|
createdAt: Date;
|
|
751
740
|
updatedAt: Date;
|
|
@@ -753,6 +742,17 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
753
742
|
companyName: string | null;
|
|
754
743
|
} | null | undefined;
|
|
755
744
|
} | null | undefined;
|
|
745
|
+
customer?: {
|
|
746
|
+
status: string;
|
|
747
|
+
id: string;
|
|
748
|
+
isArchived: boolean;
|
|
749
|
+
createdAt: Date;
|
|
750
|
+
updatedAt: Date;
|
|
751
|
+
fullName: string | null;
|
|
752
|
+
mobile: string | null;
|
|
753
|
+
email: string;
|
|
754
|
+
syncedAt: Date;
|
|
755
|
+
} | null | undefined;
|
|
756
756
|
} | undefined;
|
|
757
757
|
}>;
|
|
758
758
|
export type CmaRestRes = z.infer<typeof cmaRestResSchema>;
|
|
@@ -8,17 +8,17 @@ export declare const createCmaRestReqSchema: z.ZodObject<{
|
|
|
8
8
|
bsb: z.ZodString;
|
|
9
9
|
accountNumber: z.ZodString;
|
|
10
10
|
}, "strip", z.ZodTypeAny, {
|
|
11
|
+
accountName: string;
|
|
11
12
|
propertyId: string;
|
|
13
|
+
bankCode: AuTrustAccountBankCode;
|
|
12
14
|
bsb: string;
|
|
13
15
|
accountNumber: string;
|
|
14
|
-
bankCode: AuTrustAccountBankCode;
|
|
15
|
-
accountName: string;
|
|
16
16
|
}, {
|
|
17
|
+
accountName: string;
|
|
17
18
|
propertyId: string;
|
|
19
|
+
bankCode: AuTrustAccountBankCode;
|
|
18
20
|
bsb: string;
|
|
19
21
|
accountNumber: string;
|
|
20
|
-
bankCode: AuTrustAccountBankCode;
|
|
21
|
-
accountName: string;
|
|
22
22
|
}>;
|
|
23
23
|
export type CreateCmaRestReq = z.infer<typeof createCmaRestReqSchema>;
|
|
24
24
|
export type CreateCmaRestRes = z.infer<typeof cmaEntitySchema>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma/index.ts"],"names":[],"mappings":"AAEA,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma/index.ts"],"names":[],"mappings":"AAEA,cAAc,2BAA2B,CAAC;AAC1C,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC"}
|