@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
package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts
CHANGED
|
@@ -12,19 +12,19 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
12
12
|
updatedAt: z.ZodDate;
|
|
13
13
|
} & {
|
|
14
14
|
cmaTransaction: z.ZodOptional<z.ZodLazy<z.ZodType<{
|
|
15
|
-
id: string;
|
|
16
15
|
status: "clearing" | "cleared" | "reconciled";
|
|
16
|
+
id: string;
|
|
17
|
+
propertyId: string | null;
|
|
18
|
+
balanceCents: number;
|
|
17
19
|
isArchived: boolean;
|
|
18
20
|
createdAt: Date;
|
|
19
21
|
updatedAt: Date;
|
|
20
22
|
syncedAt: Date | null;
|
|
21
23
|
debitAmountCents: number;
|
|
22
24
|
creditAmountCents: number;
|
|
23
|
-
balanceCents: number;
|
|
24
25
|
description: string | null;
|
|
25
26
|
clearedAt: Date | null;
|
|
26
27
|
cmaId: string;
|
|
27
|
-
propertyId: string | null;
|
|
28
28
|
createType: string;
|
|
29
29
|
transactionType: string;
|
|
30
30
|
isCanceled: boolean;
|
|
@@ -52,13 +52,13 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
52
52
|
lastName?: string | null | undefined;
|
|
53
53
|
} | null | undefined;
|
|
54
54
|
property?: {
|
|
55
|
-
id: string;
|
|
56
55
|
status: string;
|
|
56
|
+
id: string;
|
|
57
|
+
balanceCents: number | bigint;
|
|
57
58
|
isArchived: boolean;
|
|
58
59
|
createdAt: Date;
|
|
59
60
|
updatedAt: Date;
|
|
60
61
|
syncedAt: Date;
|
|
61
|
-
balanceCents: number | bigint;
|
|
62
62
|
customerId: string;
|
|
63
63
|
projectId: string;
|
|
64
64
|
lotDetail: string | null;
|
|
@@ -67,33 +67,22 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
67
67
|
mtaId: string;
|
|
68
68
|
mtaBalanceCents: number | bigint;
|
|
69
69
|
cmaBalanceCents: number | bigint;
|
|
70
|
-
customer?: {
|
|
71
|
-
id: string;
|
|
72
|
-
status: string;
|
|
73
|
-
isArchived: boolean;
|
|
74
|
-
createdAt: Date;
|
|
75
|
-
updatedAt: Date;
|
|
76
|
-
fullName: string | null;
|
|
77
|
-
mobile: string | null;
|
|
78
|
-
email: string;
|
|
79
|
-
syncedAt: Date;
|
|
80
|
-
} | null | undefined;
|
|
81
70
|
buyerName?: string | null | undefined;
|
|
82
71
|
project?: {
|
|
83
|
-
|
|
72
|
+
type: string;
|
|
84
73
|
status: string;
|
|
74
|
+
id: string;
|
|
85
75
|
isArchived: boolean;
|
|
86
76
|
createdAt: Date;
|
|
87
77
|
updatedAt: Date;
|
|
88
|
-
type: string;
|
|
89
78
|
syncedAt: Date;
|
|
90
79
|
mtaId: string | null;
|
|
91
80
|
name: string;
|
|
92
81
|
developerId: string;
|
|
93
82
|
state: string;
|
|
94
83
|
developer?: {
|
|
95
|
-
id: string;
|
|
96
84
|
status: string;
|
|
85
|
+
id: string;
|
|
97
86
|
isArchived: boolean;
|
|
98
87
|
createdAt: Date;
|
|
99
88
|
updatedAt: Date;
|
|
@@ -101,23 +90,34 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
101
90
|
companyName: string | null;
|
|
102
91
|
} | null | undefined;
|
|
103
92
|
} | null | undefined;
|
|
93
|
+
customer?: {
|
|
94
|
+
status: string;
|
|
95
|
+
id: string;
|
|
96
|
+
isArchived: boolean;
|
|
97
|
+
createdAt: Date;
|
|
98
|
+
updatedAt: Date;
|
|
99
|
+
fullName: string | null;
|
|
100
|
+
mobile: string | null;
|
|
101
|
+
email: string;
|
|
102
|
+
syncedAt: Date;
|
|
103
|
+
} | null | undefined;
|
|
104
104
|
} | null | undefined;
|
|
105
105
|
} & {
|
|
106
106
|
cma?: z.output<typeof import("..").cmaEntitySchema> | null | undefined;
|
|
107
107
|
sourceTransaction?: Omit<{
|
|
108
|
-
id: string;
|
|
109
108
|
status: "clearing" | "cleared" | "reconciled";
|
|
109
|
+
id: string;
|
|
110
|
+
propertyId: string | null;
|
|
111
|
+
balanceCents: number;
|
|
110
112
|
isArchived: boolean;
|
|
111
113
|
createdAt: Date;
|
|
112
114
|
updatedAt: Date;
|
|
113
115
|
syncedAt: Date | null;
|
|
114
116
|
debitAmountCents: number;
|
|
115
117
|
creditAmountCents: number;
|
|
116
|
-
balanceCents: number;
|
|
117
118
|
description: string | null;
|
|
118
119
|
clearedAt: Date | null;
|
|
119
120
|
cmaId: string;
|
|
120
|
-
propertyId: string | null;
|
|
121
121
|
createType: string;
|
|
122
122
|
transactionType: string;
|
|
123
123
|
isCanceled: boolean;
|
|
@@ -145,13 +145,13 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
145
145
|
lastName?: string | null | undefined;
|
|
146
146
|
} | null | undefined;
|
|
147
147
|
property?: {
|
|
148
|
-
id: string;
|
|
149
148
|
status: string;
|
|
149
|
+
id: string;
|
|
150
|
+
balanceCents: number | bigint;
|
|
150
151
|
isArchived: boolean;
|
|
151
152
|
createdAt: Date;
|
|
152
153
|
updatedAt: Date;
|
|
153
154
|
syncedAt: Date;
|
|
154
|
-
balanceCents: number | bigint;
|
|
155
155
|
customerId: string;
|
|
156
156
|
projectId: string;
|
|
157
157
|
lotDetail: string | null;
|
|
@@ -160,33 +160,22 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
160
160
|
mtaId: string;
|
|
161
161
|
mtaBalanceCents: number | bigint;
|
|
162
162
|
cmaBalanceCents: number | bigint;
|
|
163
|
-
customer?: {
|
|
164
|
-
id: string;
|
|
165
|
-
status: string;
|
|
166
|
-
isArchived: boolean;
|
|
167
|
-
createdAt: Date;
|
|
168
|
-
updatedAt: Date;
|
|
169
|
-
fullName: string | null;
|
|
170
|
-
mobile: string | null;
|
|
171
|
-
email: string;
|
|
172
|
-
syncedAt: Date;
|
|
173
|
-
} | null | undefined;
|
|
174
163
|
buyerName?: string | null | undefined;
|
|
175
164
|
project?: {
|
|
176
|
-
|
|
165
|
+
type: string;
|
|
177
166
|
status: string;
|
|
167
|
+
id: string;
|
|
178
168
|
isArchived: boolean;
|
|
179
169
|
createdAt: Date;
|
|
180
170
|
updatedAt: Date;
|
|
181
|
-
type: string;
|
|
182
171
|
syncedAt: Date;
|
|
183
172
|
mtaId: string | null;
|
|
184
173
|
name: string;
|
|
185
174
|
developerId: string;
|
|
186
175
|
state: string;
|
|
187
176
|
developer?: {
|
|
188
|
-
id: string;
|
|
189
177
|
status: string;
|
|
178
|
+
id: string;
|
|
190
179
|
isArchived: boolean;
|
|
191
180
|
createdAt: Date;
|
|
192
181
|
updatedAt: Date;
|
|
@@ -194,22 +183,33 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
194
183
|
companyName: string | null;
|
|
195
184
|
} | null | undefined;
|
|
196
185
|
} | null | undefined;
|
|
186
|
+
customer?: {
|
|
187
|
+
status: string;
|
|
188
|
+
id: string;
|
|
189
|
+
isArchived: boolean;
|
|
190
|
+
createdAt: Date;
|
|
191
|
+
updatedAt: Date;
|
|
192
|
+
fullName: string | null;
|
|
193
|
+
mobile: string | null;
|
|
194
|
+
email: string;
|
|
195
|
+
syncedAt: Date;
|
|
196
|
+
} | null | undefined;
|
|
197
197
|
} | null | undefined;
|
|
198
198
|
} & any, "cma"> | null | undefined;
|
|
199
199
|
subsequentTransactions?: Omit<{
|
|
200
|
-
id: string;
|
|
201
200
|
status: "clearing" | "cleared" | "reconciled";
|
|
201
|
+
id: string;
|
|
202
|
+
propertyId: string | null;
|
|
203
|
+
balanceCents: number;
|
|
202
204
|
isArchived: boolean;
|
|
203
205
|
createdAt: Date;
|
|
204
206
|
updatedAt: Date;
|
|
205
207
|
syncedAt: Date | null;
|
|
206
208
|
debitAmountCents: number;
|
|
207
209
|
creditAmountCents: number;
|
|
208
|
-
balanceCents: number;
|
|
209
210
|
description: string | null;
|
|
210
211
|
clearedAt: Date | null;
|
|
211
212
|
cmaId: string;
|
|
212
|
-
propertyId: string | null;
|
|
213
213
|
createType: string;
|
|
214
214
|
transactionType: string;
|
|
215
215
|
isCanceled: boolean;
|
|
@@ -237,13 +237,13 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
237
237
|
lastName?: string | null | undefined;
|
|
238
238
|
} | null | undefined;
|
|
239
239
|
property?: {
|
|
240
|
-
id: string;
|
|
241
240
|
status: string;
|
|
241
|
+
id: string;
|
|
242
|
+
balanceCents: number | bigint;
|
|
242
243
|
isArchived: boolean;
|
|
243
244
|
createdAt: Date;
|
|
244
245
|
updatedAt: Date;
|
|
245
246
|
syncedAt: Date;
|
|
246
|
-
balanceCents: number | bigint;
|
|
247
247
|
customerId: string;
|
|
248
248
|
projectId: string;
|
|
249
249
|
lotDetail: string | null;
|
|
@@ -252,33 +252,22 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
252
252
|
mtaId: string;
|
|
253
253
|
mtaBalanceCents: number | bigint;
|
|
254
254
|
cmaBalanceCents: number | bigint;
|
|
255
|
-
customer?: {
|
|
256
|
-
id: string;
|
|
257
|
-
status: string;
|
|
258
|
-
isArchived: boolean;
|
|
259
|
-
createdAt: Date;
|
|
260
|
-
updatedAt: Date;
|
|
261
|
-
fullName: string | null;
|
|
262
|
-
mobile: string | null;
|
|
263
|
-
email: string;
|
|
264
|
-
syncedAt: Date;
|
|
265
|
-
} | null | undefined;
|
|
266
255
|
buyerName?: string | null | undefined;
|
|
267
256
|
project?: {
|
|
268
|
-
|
|
257
|
+
type: string;
|
|
269
258
|
status: string;
|
|
259
|
+
id: string;
|
|
270
260
|
isArchived: boolean;
|
|
271
261
|
createdAt: Date;
|
|
272
262
|
updatedAt: Date;
|
|
273
|
-
type: string;
|
|
274
263
|
syncedAt: Date;
|
|
275
264
|
mtaId: string | null;
|
|
276
265
|
name: string;
|
|
277
266
|
developerId: string;
|
|
278
267
|
state: string;
|
|
279
268
|
developer?: {
|
|
280
|
-
id: string;
|
|
281
269
|
status: string;
|
|
270
|
+
id: string;
|
|
282
271
|
isArchived: boolean;
|
|
283
272
|
createdAt: Date;
|
|
284
273
|
updatedAt: Date;
|
|
@@ -286,6 +275,17 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
286
275
|
companyName: string | null;
|
|
287
276
|
} | null | undefined;
|
|
288
277
|
} | null | undefined;
|
|
278
|
+
customer?: {
|
|
279
|
+
status: string;
|
|
280
|
+
id: string;
|
|
281
|
+
isArchived: boolean;
|
|
282
|
+
createdAt: Date;
|
|
283
|
+
updatedAt: Date;
|
|
284
|
+
fullName: string | null;
|
|
285
|
+
mobile: string | null;
|
|
286
|
+
email: string;
|
|
287
|
+
syncedAt: Date;
|
|
288
|
+
} | null | undefined;
|
|
289
289
|
} | null | undefined;
|
|
290
290
|
} & any, "cma">[] | null | undefined;
|
|
291
291
|
reconciledTransactions?: z.output<typeof cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -297,19 +297,19 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
297
297
|
isCancelable?: boolean | null | undefined;
|
|
298
298
|
payout?: z.output<typeof import("..").payoutEntitySchema> | null | undefined;
|
|
299
299
|
}, z.ZodTypeDef, {
|
|
300
|
-
id: string;
|
|
301
300
|
status: string;
|
|
301
|
+
id: string;
|
|
302
|
+
propertyId: string | null;
|
|
303
|
+
balanceCents: string | number | bigint;
|
|
302
304
|
isArchived: boolean;
|
|
303
305
|
createdAt: Date;
|
|
304
306
|
updatedAt: Date;
|
|
305
307
|
syncedAt: Date | null;
|
|
306
308
|
debitAmountCents: string | number | bigint;
|
|
307
309
|
creditAmountCents: string | number | bigint;
|
|
308
|
-
balanceCents: string | number | bigint;
|
|
309
310
|
description: string | null;
|
|
310
311
|
clearedAt: Date | null;
|
|
311
312
|
cmaId: string;
|
|
312
|
-
propertyId: string | null;
|
|
313
313
|
createType: string;
|
|
314
314
|
transactionType: string;
|
|
315
315
|
isCanceled: boolean;
|
|
@@ -337,13 +337,13 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
337
337
|
lastName?: string | null | undefined;
|
|
338
338
|
} | null | undefined;
|
|
339
339
|
property?: {
|
|
340
|
-
id: string;
|
|
341
340
|
status: string;
|
|
341
|
+
id: string;
|
|
342
|
+
balanceCents: number | bigint;
|
|
342
343
|
isArchived: boolean;
|
|
343
344
|
createdAt: Date;
|
|
344
345
|
updatedAt: Date;
|
|
345
346
|
syncedAt: Date;
|
|
346
|
-
balanceCents: number | bigint;
|
|
347
347
|
customerId: string;
|
|
348
348
|
projectId: string;
|
|
349
349
|
lotDetail: string | null;
|
|
@@ -352,33 +352,22 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
352
352
|
mtaId: string;
|
|
353
353
|
mtaBalanceCents: number | bigint;
|
|
354
354
|
cmaBalanceCents: number | bigint;
|
|
355
|
-
customer?: {
|
|
356
|
-
id: string;
|
|
357
|
-
status: string;
|
|
358
|
-
isArchived: boolean;
|
|
359
|
-
createdAt: Date;
|
|
360
|
-
updatedAt: Date;
|
|
361
|
-
fullName: string | null;
|
|
362
|
-
mobile: string | null;
|
|
363
|
-
email: string;
|
|
364
|
-
syncedAt: Date;
|
|
365
|
-
} | null | undefined;
|
|
366
355
|
buyerName?: string | null | undefined;
|
|
367
356
|
project?: {
|
|
368
|
-
|
|
357
|
+
type: string;
|
|
369
358
|
status: string;
|
|
359
|
+
id: string;
|
|
370
360
|
isArchived: boolean;
|
|
371
361
|
createdAt: Date;
|
|
372
362
|
updatedAt: Date;
|
|
373
|
-
type: string;
|
|
374
363
|
syncedAt: Date;
|
|
375
364
|
mtaId: string | null;
|
|
376
365
|
name: string;
|
|
377
366
|
developerId: string;
|
|
378
367
|
state: string;
|
|
379
368
|
developer?: {
|
|
380
|
-
id: string;
|
|
381
369
|
status: string;
|
|
370
|
+
id: string;
|
|
382
371
|
isArchived: boolean;
|
|
383
372
|
createdAt: Date;
|
|
384
373
|
updatedAt: Date;
|
|
@@ -386,23 +375,34 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
386
375
|
companyName: string | null;
|
|
387
376
|
} | null | undefined;
|
|
388
377
|
} | null | undefined;
|
|
378
|
+
customer?: {
|
|
379
|
+
status: string;
|
|
380
|
+
id: string;
|
|
381
|
+
isArchived: boolean;
|
|
382
|
+
createdAt: Date;
|
|
383
|
+
updatedAt: Date;
|
|
384
|
+
fullName: string | null;
|
|
385
|
+
mobile: string | null;
|
|
386
|
+
email: string;
|
|
387
|
+
syncedAt: Date;
|
|
388
|
+
} | null | undefined;
|
|
389
389
|
} | null | undefined;
|
|
390
390
|
} & {
|
|
391
391
|
cma?: z.input<typeof import("..").cmaEntitySchema> | null | undefined;
|
|
392
392
|
sourceTransaction?: ({
|
|
393
|
-
id: string;
|
|
394
393
|
status: string;
|
|
394
|
+
id: string;
|
|
395
|
+
propertyId: string | null;
|
|
396
|
+
balanceCents: string | number | bigint;
|
|
395
397
|
isArchived: boolean;
|
|
396
398
|
createdAt: Date;
|
|
397
399
|
updatedAt: Date;
|
|
398
400
|
syncedAt: Date | null;
|
|
399
401
|
debitAmountCents: string | number | bigint;
|
|
400
402
|
creditAmountCents: string | number | bigint;
|
|
401
|
-
balanceCents: string | number | bigint;
|
|
402
403
|
description: string | null;
|
|
403
404
|
clearedAt: Date | null;
|
|
404
405
|
cmaId: string;
|
|
405
|
-
propertyId: string | null;
|
|
406
406
|
createType: string;
|
|
407
407
|
transactionType: string;
|
|
408
408
|
isCanceled: boolean;
|
|
@@ -430,13 +430,13 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
430
430
|
lastName?: string | null | undefined;
|
|
431
431
|
} | null | undefined;
|
|
432
432
|
property?: {
|
|
433
|
-
id: string;
|
|
434
433
|
status: string;
|
|
434
|
+
id: string;
|
|
435
|
+
balanceCents: number | bigint;
|
|
435
436
|
isArchived: boolean;
|
|
436
437
|
createdAt: Date;
|
|
437
438
|
updatedAt: Date;
|
|
438
439
|
syncedAt: Date;
|
|
439
|
-
balanceCents: number | bigint;
|
|
440
440
|
customerId: string;
|
|
441
441
|
projectId: string;
|
|
442
442
|
lotDetail: string | null;
|
|
@@ -445,33 +445,22 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
445
445
|
mtaId: string;
|
|
446
446
|
mtaBalanceCents: number | bigint;
|
|
447
447
|
cmaBalanceCents: number | bigint;
|
|
448
|
-
customer?: {
|
|
449
|
-
id: string;
|
|
450
|
-
status: string;
|
|
451
|
-
isArchived: boolean;
|
|
452
|
-
createdAt: Date;
|
|
453
|
-
updatedAt: Date;
|
|
454
|
-
fullName: string | null;
|
|
455
|
-
mobile: string | null;
|
|
456
|
-
email: string;
|
|
457
|
-
syncedAt: Date;
|
|
458
|
-
} | null | undefined;
|
|
459
448
|
buyerName?: string | null | undefined;
|
|
460
449
|
project?: {
|
|
461
|
-
|
|
450
|
+
type: string;
|
|
462
451
|
status: string;
|
|
452
|
+
id: string;
|
|
463
453
|
isArchived: boolean;
|
|
464
454
|
createdAt: Date;
|
|
465
455
|
updatedAt: Date;
|
|
466
|
-
type: string;
|
|
467
456
|
syncedAt: Date;
|
|
468
457
|
mtaId: string | null;
|
|
469
458
|
name: string;
|
|
470
459
|
developerId: string;
|
|
471
460
|
state: string;
|
|
472
461
|
developer?: {
|
|
473
|
-
id: string;
|
|
474
462
|
status: string;
|
|
463
|
+
id: string;
|
|
475
464
|
isArchived: boolean;
|
|
476
465
|
createdAt: Date;
|
|
477
466
|
updatedAt: Date;
|
|
@@ -479,22 +468,33 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
479
468
|
companyName: string | null;
|
|
480
469
|
} | null | undefined;
|
|
481
470
|
} | null | undefined;
|
|
471
|
+
customer?: {
|
|
472
|
+
status: string;
|
|
473
|
+
id: string;
|
|
474
|
+
isArchived: boolean;
|
|
475
|
+
createdAt: Date;
|
|
476
|
+
updatedAt: Date;
|
|
477
|
+
fullName: string | null;
|
|
478
|
+
mobile: string | null;
|
|
479
|
+
email: string;
|
|
480
|
+
syncedAt: Date;
|
|
481
|
+
} | null | undefined;
|
|
482
482
|
} | null | undefined;
|
|
483
483
|
} & any) | null | undefined;
|
|
484
484
|
subsequentTransactions?: ({
|
|
485
|
-
id: string;
|
|
486
485
|
status: string;
|
|
486
|
+
id: string;
|
|
487
|
+
propertyId: string | null;
|
|
488
|
+
balanceCents: string | number | bigint;
|
|
487
489
|
isArchived: boolean;
|
|
488
490
|
createdAt: Date;
|
|
489
491
|
updatedAt: Date;
|
|
490
492
|
syncedAt: Date | null;
|
|
491
493
|
debitAmountCents: string | number | bigint;
|
|
492
494
|
creditAmountCents: string | number | bigint;
|
|
493
|
-
balanceCents: string | number | bigint;
|
|
494
495
|
description: string | null;
|
|
495
496
|
clearedAt: Date | null;
|
|
496
497
|
cmaId: string;
|
|
497
|
-
propertyId: string | null;
|
|
498
498
|
createType: string;
|
|
499
499
|
transactionType: string;
|
|
500
500
|
isCanceled: boolean;
|
|
@@ -522,13 +522,13 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
522
522
|
lastName?: string | null | undefined;
|
|
523
523
|
} | null | undefined;
|
|
524
524
|
property?: {
|
|
525
|
-
id: string;
|
|
526
525
|
status: string;
|
|
526
|
+
id: string;
|
|
527
|
+
balanceCents: number | bigint;
|
|
527
528
|
isArchived: boolean;
|
|
528
529
|
createdAt: Date;
|
|
529
530
|
updatedAt: Date;
|
|
530
531
|
syncedAt: Date;
|
|
531
|
-
balanceCents: number | bigint;
|
|
532
532
|
customerId: string;
|
|
533
533
|
projectId: string;
|
|
534
534
|
lotDetail: string | null;
|
|
@@ -537,33 +537,22 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
537
537
|
mtaId: string;
|
|
538
538
|
mtaBalanceCents: number | bigint;
|
|
539
539
|
cmaBalanceCents: number | bigint;
|
|
540
|
-
customer?: {
|
|
541
|
-
id: string;
|
|
542
|
-
status: string;
|
|
543
|
-
isArchived: boolean;
|
|
544
|
-
createdAt: Date;
|
|
545
|
-
updatedAt: Date;
|
|
546
|
-
fullName: string | null;
|
|
547
|
-
mobile: string | null;
|
|
548
|
-
email: string;
|
|
549
|
-
syncedAt: Date;
|
|
550
|
-
} | null | undefined;
|
|
551
540
|
buyerName?: string | null | undefined;
|
|
552
541
|
project?: {
|
|
553
|
-
|
|
542
|
+
type: string;
|
|
554
543
|
status: string;
|
|
544
|
+
id: string;
|
|
555
545
|
isArchived: boolean;
|
|
556
546
|
createdAt: Date;
|
|
557
547
|
updatedAt: Date;
|
|
558
|
-
type: string;
|
|
559
548
|
syncedAt: Date;
|
|
560
549
|
mtaId: string | null;
|
|
561
550
|
name: string;
|
|
562
551
|
developerId: string;
|
|
563
552
|
state: string;
|
|
564
553
|
developer?: {
|
|
565
|
-
id: string;
|
|
566
554
|
status: string;
|
|
555
|
+
id: string;
|
|
567
556
|
isArchived: boolean;
|
|
568
557
|
createdAt: Date;
|
|
569
558
|
updatedAt: Date;
|
|
@@ -571,6 +560,17 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
571
560
|
companyName: string | null;
|
|
572
561
|
} | null | undefined;
|
|
573
562
|
} | null | undefined;
|
|
563
|
+
customer?: {
|
|
564
|
+
status: string;
|
|
565
|
+
id: string;
|
|
566
|
+
isArchived: boolean;
|
|
567
|
+
createdAt: Date;
|
|
568
|
+
updatedAt: Date;
|
|
569
|
+
fullName: string | null;
|
|
570
|
+
mobile: string | null;
|
|
571
|
+
email: string;
|
|
572
|
+
syncedAt: Date;
|
|
573
|
+
} | null | undefined;
|
|
574
574
|
} | null | undefined;
|
|
575
575
|
} & any)[] | null | undefined;
|
|
576
576
|
reconciledTransactions?: z.input<typeof cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -660,16 +660,16 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
660
660
|
syncedAt: z.ZodDate;
|
|
661
661
|
updatedAt: z.ZodDate;
|
|
662
662
|
}, "strip", z.ZodTypeAny, {
|
|
663
|
-
id: string;
|
|
664
663
|
status: string;
|
|
664
|
+
id: string;
|
|
665
665
|
isArchived: boolean;
|
|
666
666
|
createdAt: Date;
|
|
667
667
|
updatedAt: Date;
|
|
668
668
|
syncedAt: Date;
|
|
669
669
|
companyName: string | null;
|
|
670
670
|
}, {
|
|
671
|
-
id: string;
|
|
672
671
|
status: string;
|
|
672
|
+
id: string;
|
|
673
673
|
isArchived: boolean;
|
|
674
674
|
createdAt: Date;
|
|
675
675
|
updatedAt: Date;
|
|
@@ -677,20 +677,20 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
677
677
|
companyName: string | null;
|
|
678
678
|
}>>>;
|
|
679
679
|
}, "strip", z.ZodTypeAny, {
|
|
680
|
-
|
|
680
|
+
type: string;
|
|
681
681
|
status: string;
|
|
682
|
+
id: string;
|
|
682
683
|
isArchived: boolean;
|
|
683
684
|
createdAt: Date;
|
|
684
685
|
updatedAt: Date;
|
|
685
|
-
type: string;
|
|
686
686
|
syncedAt: Date;
|
|
687
687
|
mtaId: string | null;
|
|
688
688
|
name: string;
|
|
689
689
|
developerId: string;
|
|
690
690
|
state: string;
|
|
691
691
|
developer?: {
|
|
692
|
-
id: string;
|
|
693
692
|
status: string;
|
|
693
|
+
id: string;
|
|
694
694
|
isArchived: boolean;
|
|
695
695
|
createdAt: Date;
|
|
696
696
|
updatedAt: Date;
|
|
@@ -698,20 +698,20 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
698
698
|
companyName: string | null;
|
|
699
699
|
} | null | undefined;
|
|
700
700
|
}, {
|
|
701
|
-
|
|
701
|
+
type: string;
|
|
702
702
|
status: string;
|
|
703
|
+
id: string;
|
|
703
704
|
isArchived: boolean;
|
|
704
705
|
createdAt: Date;
|
|
705
706
|
updatedAt: Date;
|
|
706
|
-
type: string;
|
|
707
707
|
syncedAt: Date;
|
|
708
708
|
mtaId: string | null;
|
|
709
709
|
name: string;
|
|
710
710
|
developerId: string;
|
|
711
711
|
state: string;
|
|
712
712
|
developer?: {
|
|
713
|
-
id: string;
|
|
714
713
|
status: string;
|
|
714
|
+
id: string;
|
|
715
715
|
isArchived: boolean;
|
|
716
716
|
createdAt: Date;
|
|
717
717
|
updatedAt: Date;
|
|
@@ -730,8 +730,8 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
730
730
|
syncedAt: z.ZodDate;
|
|
731
731
|
updatedAt: z.ZodDate;
|
|
732
732
|
}, "strip", z.ZodTypeAny, {
|
|
733
|
-
id: string;
|
|
734
733
|
status: string;
|
|
734
|
+
id: string;
|
|
735
735
|
isArchived: boolean;
|
|
736
736
|
createdAt: Date;
|
|
737
737
|
updatedAt: Date;
|
|
@@ -740,8 +740,8 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
740
740
|
email: string;
|
|
741
741
|
syncedAt: Date;
|
|
742
742
|
}, {
|
|
743
|
-
id: string;
|
|
744
743
|
status: string;
|
|
744
|
+
id: string;
|
|
745
745
|
isArchived: boolean;
|
|
746
746
|
createdAt: Date;
|
|
747
747
|
updatedAt: Date;
|
|
@@ -771,43 +771,43 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
771
771
|
updatedAt: z.ZodDate;
|
|
772
772
|
createdBy: z.ZodString;
|
|
773
773
|
}, "strip", z.ZodTypeAny, {
|
|
774
|
-
id: string;
|
|
775
774
|
status: string;
|
|
775
|
+
id: string;
|
|
776
|
+
accountName: string;
|
|
777
|
+
propertyId: string;
|
|
778
|
+
balanceCents: bigint;
|
|
779
|
+
stateCode: string;
|
|
780
|
+
bankCode: string;
|
|
776
781
|
isArchived: boolean;
|
|
777
782
|
createdBy: string;
|
|
778
783
|
createdAt: Date;
|
|
779
784
|
updatedAt: Date;
|
|
780
|
-
balanceCents: bigint;
|
|
781
785
|
description: string | null;
|
|
782
|
-
propertyId: string;
|
|
783
786
|
payoutId: number;
|
|
784
787
|
bsb: string;
|
|
785
788
|
accountNumber: string;
|
|
786
789
|
cmaSeq: number;
|
|
787
790
|
country: string;
|
|
788
|
-
stateCode: string;
|
|
789
|
-
bankCode: string;
|
|
790
|
-
accountName: string;
|
|
791
791
|
currentReceiveSeq: number;
|
|
792
792
|
currentPayoutSeq: number;
|
|
793
793
|
}, {
|
|
794
|
-
id: string;
|
|
795
794
|
status: string;
|
|
795
|
+
id: string;
|
|
796
|
+
accountName: string;
|
|
797
|
+
propertyId: string;
|
|
798
|
+
balanceCents: bigint;
|
|
799
|
+
stateCode: string;
|
|
800
|
+
bankCode: string;
|
|
796
801
|
isArchived: boolean;
|
|
797
802
|
createdBy: string;
|
|
798
803
|
createdAt: Date;
|
|
799
804
|
updatedAt: Date;
|
|
800
|
-
balanceCents: bigint;
|
|
801
805
|
description: string | null;
|
|
802
|
-
propertyId: string;
|
|
803
806
|
payoutId: number;
|
|
804
807
|
bsb: string;
|
|
805
808
|
accountNumber: string;
|
|
806
809
|
cmaSeq: number;
|
|
807
810
|
country: string;
|
|
808
|
-
stateCode: string;
|
|
809
|
-
bankCode: string;
|
|
810
|
-
accountName: string;
|
|
811
811
|
currentReceiveSeq: number;
|
|
812
812
|
currentPayoutSeq: number;
|
|
813
813
|
}>>>>;
|
|
@@ -831,40 +831,40 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
831
831
|
createdBy: z.ZodNullable<z.ZodString>;
|
|
832
832
|
updatedBy: z.ZodNullable<z.ZodString>;
|
|
833
833
|
}, "strip", z.ZodTypeAny, {
|
|
834
|
-
id: string;
|
|
835
834
|
status: string;
|
|
835
|
+
id: string;
|
|
836
|
+
balanceCents: bigint;
|
|
837
|
+
stateCode: string;
|
|
838
|
+
bankCode: string;
|
|
836
839
|
isArchived: boolean;
|
|
837
840
|
createdBy: string | null;
|
|
838
841
|
createdAt: Date;
|
|
839
842
|
updatedAt: Date;
|
|
840
843
|
syncedAt: Date | null;
|
|
841
|
-
balanceCents: bigint;
|
|
842
844
|
name: string;
|
|
843
845
|
bsb: string;
|
|
844
846
|
accountNumber: string;
|
|
845
847
|
updatedBy: string | null;
|
|
846
848
|
country: string;
|
|
847
|
-
stateCode: string;
|
|
848
|
-
bankCode: string;
|
|
849
849
|
currentReceiveSeq: number;
|
|
850
850
|
currentPayoutSeq: number;
|
|
851
851
|
subsidiaryId: string;
|
|
852
852
|
}, {
|
|
853
|
-
id: string;
|
|
854
853
|
status: string;
|
|
854
|
+
id: string;
|
|
855
|
+
balanceCents: bigint;
|
|
856
|
+
stateCode: string;
|
|
857
|
+
bankCode: string;
|
|
855
858
|
isArchived: boolean;
|
|
856
859
|
createdBy: string | null;
|
|
857
860
|
createdAt: Date;
|
|
858
861
|
updatedAt: Date;
|
|
859
862
|
syncedAt: Date | null;
|
|
860
|
-
balanceCents: bigint;
|
|
861
863
|
name: string;
|
|
862
864
|
bsb: string;
|
|
863
865
|
accountNumber: string;
|
|
864
866
|
updatedBy: string | null;
|
|
865
867
|
country: string;
|
|
866
|
-
stateCode: string;
|
|
867
|
-
bankCode: string;
|
|
868
868
|
currentReceiveSeq: number;
|
|
869
869
|
currentPayoutSeq: number;
|
|
870
870
|
subsidiaryId: string;
|
|
@@ -898,8 +898,10 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
898
898
|
canceledReason: z.ZodNullable<z.ZodString>;
|
|
899
899
|
createdBy: z.ZodString;
|
|
900
900
|
}, "strip", z.ZodTypeAny, {
|
|
901
|
-
id: string;
|
|
902
901
|
status: string;
|
|
902
|
+
id: string;
|
|
903
|
+
propertyId: string | null;
|
|
904
|
+
balanceCents: bigint;
|
|
903
905
|
isArchived: boolean;
|
|
904
906
|
createdBy: string;
|
|
905
907
|
createdAt: Date;
|
|
@@ -907,11 +909,9 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
907
909
|
syncedAt: Date | null;
|
|
908
910
|
debitAmountCents: bigint;
|
|
909
911
|
creditAmountCents: bigint;
|
|
910
|
-
balanceCents: bigint;
|
|
911
912
|
description: string | null;
|
|
912
913
|
clearedAt: Date | null;
|
|
913
914
|
cmaId: string;
|
|
914
|
-
propertyId: string | null;
|
|
915
915
|
createType: string;
|
|
916
916
|
transactionType: string;
|
|
917
917
|
isCanceled: boolean;
|
|
@@ -926,8 +926,10 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
926
926
|
canceledAt: Date | null;
|
|
927
927
|
canceledReason: string | null;
|
|
928
928
|
}, {
|
|
929
|
-
id: string;
|
|
930
929
|
status: string;
|
|
930
|
+
id: string;
|
|
931
|
+
propertyId: string | null;
|
|
932
|
+
balanceCents: bigint;
|
|
931
933
|
isArchived: boolean;
|
|
932
934
|
createdBy: string;
|
|
933
935
|
createdAt: Date;
|
|
@@ -935,11 +937,9 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
935
937
|
syncedAt: Date | null;
|
|
936
938
|
debitAmountCents: bigint;
|
|
937
939
|
creditAmountCents: bigint;
|
|
938
|
-
balanceCents: bigint;
|
|
939
940
|
description: string | null;
|
|
940
941
|
clearedAt: Date | null;
|
|
941
942
|
cmaId: string;
|
|
942
|
-
propertyId: string | null;
|
|
943
943
|
createType: string;
|
|
944
944
|
transactionType: string;
|
|
945
945
|
isCanceled: boolean;
|
|
@@ -984,8 +984,10 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
984
984
|
createdBy: z.ZodNullable<z.ZodString>;
|
|
985
985
|
payoutId: z.ZodNullable<z.ZodString>;
|
|
986
986
|
}, "strip", z.ZodTypeAny, {
|
|
987
|
-
id: string;
|
|
988
987
|
status: string;
|
|
988
|
+
id: string;
|
|
989
|
+
propertyId: string | null;
|
|
990
|
+
balanceCents: bigint;
|
|
989
991
|
isArchived: boolean;
|
|
990
992
|
createdBy: string | null;
|
|
991
993
|
createdAt: Date;
|
|
@@ -993,11 +995,9 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
993
995
|
syncedAt: Date;
|
|
994
996
|
debitAmountCents: bigint;
|
|
995
997
|
creditAmountCents: bigint;
|
|
996
|
-
balanceCents: bigint;
|
|
997
998
|
mtaId: string;
|
|
998
999
|
description: string | null;
|
|
999
1000
|
clearedAt: Date | null;
|
|
1000
|
-
propertyId: string | null;
|
|
1001
1001
|
transactionType: string;
|
|
1002
1002
|
isCanceled: boolean;
|
|
1003
1003
|
isRefunded: boolean;
|
|
@@ -1013,8 +1013,10 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1013
1013
|
referenceId: string | null;
|
|
1014
1014
|
note: string | null;
|
|
1015
1015
|
}, {
|
|
1016
|
-
id: string;
|
|
1017
1016
|
status: string;
|
|
1017
|
+
id: string;
|
|
1018
|
+
propertyId: string | null;
|
|
1019
|
+
balanceCents: bigint;
|
|
1018
1020
|
isArchived: boolean;
|
|
1019
1021
|
createdBy: string | null;
|
|
1020
1022
|
createdAt: Date;
|
|
@@ -1022,11 +1024,9 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1022
1024
|
syncedAt: Date;
|
|
1023
1025
|
debitAmountCents: bigint;
|
|
1024
1026
|
creditAmountCents: bigint;
|
|
1025
|
-
balanceCents: bigint;
|
|
1026
1027
|
mtaId: string;
|
|
1027
1028
|
description: string | null;
|
|
1028
1029
|
clearedAt: Date | null;
|
|
1029
|
-
propertyId: string | null;
|
|
1030
1030
|
transactionType: string;
|
|
1031
1031
|
isCanceled: boolean;
|
|
1032
1032
|
isRefunded: boolean;
|
|
@@ -1043,13 +1043,13 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1043
1043
|
note: string | null;
|
|
1044
1044
|
}>, "many">>>>;
|
|
1045
1045
|
}, "cma" | "mta" | "cmaTransactions" | "mtaTransactions">, "strip", z.ZodTypeAny, {
|
|
1046
|
-
id: string;
|
|
1047
1046
|
status: string;
|
|
1047
|
+
id: string;
|
|
1048
|
+
balanceCents: number | bigint;
|
|
1048
1049
|
isArchived: boolean;
|
|
1049
1050
|
createdAt: Date;
|
|
1050
1051
|
updatedAt: Date;
|
|
1051
1052
|
syncedAt: Date;
|
|
1052
|
-
balanceCents: number | bigint;
|
|
1053
1053
|
customerId: string;
|
|
1054
1054
|
projectId: string;
|
|
1055
1055
|
lotDetail: string | null;
|
|
@@ -1058,33 +1058,22 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1058
1058
|
mtaId: string;
|
|
1059
1059
|
mtaBalanceCents: number | bigint;
|
|
1060
1060
|
cmaBalanceCents: number | bigint;
|
|
1061
|
-
customer?: {
|
|
1062
|
-
id: string;
|
|
1063
|
-
status: string;
|
|
1064
|
-
isArchived: boolean;
|
|
1065
|
-
createdAt: Date;
|
|
1066
|
-
updatedAt: Date;
|
|
1067
|
-
fullName: string | null;
|
|
1068
|
-
mobile: string | null;
|
|
1069
|
-
email: string;
|
|
1070
|
-
syncedAt: Date;
|
|
1071
|
-
} | null | undefined;
|
|
1072
1061
|
buyerName?: string | null | undefined;
|
|
1073
1062
|
project?: {
|
|
1074
|
-
|
|
1063
|
+
type: string;
|
|
1075
1064
|
status: string;
|
|
1065
|
+
id: string;
|
|
1076
1066
|
isArchived: boolean;
|
|
1077
1067
|
createdAt: Date;
|
|
1078
1068
|
updatedAt: Date;
|
|
1079
|
-
type: string;
|
|
1080
1069
|
syncedAt: Date;
|
|
1081
1070
|
mtaId: string | null;
|
|
1082
1071
|
name: string;
|
|
1083
1072
|
developerId: string;
|
|
1084
1073
|
state: string;
|
|
1085
1074
|
developer?: {
|
|
1086
|
-
id: string;
|
|
1087
1075
|
status: string;
|
|
1076
|
+
id: string;
|
|
1088
1077
|
isArchived: boolean;
|
|
1089
1078
|
createdAt: Date;
|
|
1090
1079
|
updatedAt: Date;
|
|
@@ -1092,14 +1081,25 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1092
1081
|
companyName: string | null;
|
|
1093
1082
|
} | null | undefined;
|
|
1094
1083
|
} | null | undefined;
|
|
1084
|
+
customer?: {
|
|
1085
|
+
status: string;
|
|
1086
|
+
id: string;
|
|
1087
|
+
isArchived: boolean;
|
|
1088
|
+
createdAt: Date;
|
|
1089
|
+
updatedAt: Date;
|
|
1090
|
+
fullName: string | null;
|
|
1091
|
+
mobile: string | null;
|
|
1092
|
+
email: string;
|
|
1093
|
+
syncedAt: Date;
|
|
1094
|
+
} | null | undefined;
|
|
1095
1095
|
}, {
|
|
1096
|
-
id: string;
|
|
1097
1096
|
status: string;
|
|
1097
|
+
id: string;
|
|
1098
|
+
balanceCents: number | bigint;
|
|
1098
1099
|
isArchived: boolean;
|
|
1099
1100
|
createdAt: Date;
|
|
1100
1101
|
updatedAt: Date;
|
|
1101
1102
|
syncedAt: Date;
|
|
1102
|
-
balanceCents: number | bigint;
|
|
1103
1103
|
customerId: string;
|
|
1104
1104
|
projectId: string;
|
|
1105
1105
|
lotDetail: string | null;
|
|
@@ -1108,33 +1108,22 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1108
1108
|
mtaId: string;
|
|
1109
1109
|
mtaBalanceCents: number | bigint;
|
|
1110
1110
|
cmaBalanceCents: number | bigint;
|
|
1111
|
-
customer?: {
|
|
1112
|
-
id: string;
|
|
1113
|
-
status: string;
|
|
1114
|
-
isArchived: boolean;
|
|
1115
|
-
createdAt: Date;
|
|
1116
|
-
updatedAt: Date;
|
|
1117
|
-
fullName: string | null;
|
|
1118
|
-
mobile: string | null;
|
|
1119
|
-
email: string;
|
|
1120
|
-
syncedAt: Date;
|
|
1121
|
-
} | null | undefined;
|
|
1122
1111
|
buyerName?: string | null | undefined;
|
|
1123
1112
|
project?: {
|
|
1124
|
-
|
|
1113
|
+
type: string;
|
|
1125
1114
|
status: string;
|
|
1115
|
+
id: string;
|
|
1126
1116
|
isArchived: boolean;
|
|
1127
1117
|
createdAt: Date;
|
|
1128
1118
|
updatedAt: Date;
|
|
1129
|
-
type: string;
|
|
1130
1119
|
syncedAt: Date;
|
|
1131
1120
|
mtaId: string | null;
|
|
1132
1121
|
name: string;
|
|
1133
1122
|
developerId: string;
|
|
1134
1123
|
state: string;
|
|
1135
1124
|
developer?: {
|
|
1136
|
-
id: string;
|
|
1137
1125
|
status: string;
|
|
1126
|
+
id: string;
|
|
1138
1127
|
isArchived: boolean;
|
|
1139
1128
|
createdAt: Date;
|
|
1140
1129
|
updatedAt: Date;
|
|
@@ -1142,35 +1131,46 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1142
1131
|
companyName: string | null;
|
|
1143
1132
|
} | null | undefined;
|
|
1144
1133
|
} | null | undefined;
|
|
1134
|
+
customer?: {
|
|
1135
|
+
status: string;
|
|
1136
|
+
id: string;
|
|
1137
|
+
isArchived: boolean;
|
|
1138
|
+
createdAt: Date;
|
|
1139
|
+
updatedAt: Date;
|
|
1140
|
+
fullName: string | null;
|
|
1141
|
+
mobile: string | null;
|
|
1142
|
+
email: string;
|
|
1143
|
+
syncedAt: Date;
|
|
1144
|
+
} | null | undefined;
|
|
1145
1145
|
}>>>;
|
|
1146
1146
|
}, "strip", z.ZodTypeAny, {
|
|
1147
|
-
id: string;
|
|
1148
1147
|
status: "active" | "inactive";
|
|
1148
|
+
id: string;
|
|
1149
|
+
accountName: string;
|
|
1150
|
+
propertyId: string;
|
|
1151
|
+
balanceCents: number;
|
|
1152
|
+
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
1153
|
+
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
1149
1154
|
isArchived: boolean;
|
|
1150
1155
|
createdBy: string;
|
|
1151
1156
|
createdAt: Date;
|
|
1152
1157
|
updatedAt: Date;
|
|
1153
|
-
balanceCents: number;
|
|
1154
1158
|
description: string | null;
|
|
1155
|
-
propertyId: string;
|
|
1156
1159
|
payoutId: number;
|
|
1157
1160
|
bsb: string | null;
|
|
1158
1161
|
accountNumber: string | null;
|
|
1159
1162
|
cmaSeq: number;
|
|
1160
1163
|
country: string;
|
|
1161
|
-
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
1162
|
-
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
1163
|
-
accountName: string;
|
|
1164
1164
|
currentReceiveSeq: number;
|
|
1165
1165
|
currentPayoutSeq: number;
|
|
1166
1166
|
property?: {
|
|
1167
|
-
id: string;
|
|
1168
1167
|
status: string;
|
|
1168
|
+
id: string;
|
|
1169
|
+
balanceCents: number | bigint;
|
|
1169
1170
|
isArchived: boolean;
|
|
1170
1171
|
createdAt: Date;
|
|
1171
1172
|
updatedAt: Date;
|
|
1172
1173
|
syncedAt: Date;
|
|
1173
|
-
balanceCents: number | bigint;
|
|
1174
1174
|
customerId: string;
|
|
1175
1175
|
projectId: string;
|
|
1176
1176
|
lotDetail: string | null;
|
|
@@ -1179,33 +1179,22 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1179
1179
|
mtaId: string;
|
|
1180
1180
|
mtaBalanceCents: number | bigint;
|
|
1181
1181
|
cmaBalanceCents: number | bigint;
|
|
1182
|
-
customer?: {
|
|
1183
|
-
id: string;
|
|
1184
|
-
status: string;
|
|
1185
|
-
isArchived: boolean;
|
|
1186
|
-
createdAt: Date;
|
|
1187
|
-
updatedAt: Date;
|
|
1188
|
-
fullName: string | null;
|
|
1189
|
-
mobile: string | null;
|
|
1190
|
-
email: string;
|
|
1191
|
-
syncedAt: Date;
|
|
1192
|
-
} | null | undefined;
|
|
1193
1182
|
buyerName?: string | null | undefined;
|
|
1194
1183
|
project?: {
|
|
1195
|
-
|
|
1184
|
+
type: string;
|
|
1196
1185
|
status: string;
|
|
1186
|
+
id: string;
|
|
1197
1187
|
isArchived: boolean;
|
|
1198
1188
|
createdAt: Date;
|
|
1199
1189
|
updatedAt: Date;
|
|
1200
|
-
type: string;
|
|
1201
1190
|
syncedAt: Date;
|
|
1202
1191
|
mtaId: string | null;
|
|
1203
1192
|
name: string;
|
|
1204
1193
|
developerId: string;
|
|
1205
1194
|
state: string;
|
|
1206
1195
|
developer?: {
|
|
1207
|
-
id: string;
|
|
1208
1196
|
status: string;
|
|
1197
|
+
id: string;
|
|
1209
1198
|
isArchived: boolean;
|
|
1210
1199
|
createdAt: Date;
|
|
1211
1200
|
updatedAt: Date;
|
|
@@ -1213,35 +1202,46 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1213
1202
|
companyName: string | null;
|
|
1214
1203
|
} | null | undefined;
|
|
1215
1204
|
} | null | undefined;
|
|
1205
|
+
customer?: {
|
|
1206
|
+
status: string;
|
|
1207
|
+
id: string;
|
|
1208
|
+
isArchived: boolean;
|
|
1209
|
+
createdAt: Date;
|
|
1210
|
+
updatedAt: Date;
|
|
1211
|
+
fullName: string | null;
|
|
1212
|
+
mobile: string | null;
|
|
1213
|
+
email: string;
|
|
1214
|
+
syncedAt: Date;
|
|
1215
|
+
} | null | undefined;
|
|
1216
1216
|
} | undefined;
|
|
1217
1217
|
}, {
|
|
1218
|
-
id: string;
|
|
1219
1218
|
status: string;
|
|
1219
|
+
id: string;
|
|
1220
|
+
accountName: string;
|
|
1221
|
+
propertyId: string;
|
|
1222
|
+
balanceCents: string | number | bigint;
|
|
1223
|
+
stateCode: string;
|
|
1224
|
+
bankCode: string;
|
|
1220
1225
|
isArchived: boolean;
|
|
1221
1226
|
createdBy: string;
|
|
1222
1227
|
createdAt: Date;
|
|
1223
1228
|
updatedAt: Date;
|
|
1224
|
-
balanceCents: string | number | bigint;
|
|
1225
1229
|
description: string | null;
|
|
1226
|
-
propertyId: string;
|
|
1227
1230
|
payoutId: number;
|
|
1228
1231
|
bsb: string;
|
|
1229
1232
|
accountNumber: string;
|
|
1230
1233
|
cmaSeq: number;
|
|
1231
1234
|
country: string;
|
|
1232
|
-
stateCode: string;
|
|
1233
|
-
bankCode: string;
|
|
1234
|
-
accountName: string;
|
|
1235
1235
|
currentReceiveSeq: number;
|
|
1236
1236
|
currentPayoutSeq: number;
|
|
1237
1237
|
property?: {
|
|
1238
|
-
id: string;
|
|
1239
1238
|
status: string;
|
|
1239
|
+
id: string;
|
|
1240
|
+
balanceCents: number | bigint;
|
|
1240
1241
|
isArchived: boolean;
|
|
1241
1242
|
createdAt: Date;
|
|
1242
1243
|
updatedAt: Date;
|
|
1243
1244
|
syncedAt: Date;
|
|
1244
|
-
balanceCents: number | bigint;
|
|
1245
1245
|
customerId: string;
|
|
1246
1246
|
projectId: string;
|
|
1247
1247
|
lotDetail: string | null;
|
|
@@ -1250,33 +1250,22 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1250
1250
|
mtaId: string;
|
|
1251
1251
|
mtaBalanceCents: number | bigint;
|
|
1252
1252
|
cmaBalanceCents: number | bigint;
|
|
1253
|
-
customer?: {
|
|
1254
|
-
id: string;
|
|
1255
|
-
status: string;
|
|
1256
|
-
isArchived: boolean;
|
|
1257
|
-
createdAt: Date;
|
|
1258
|
-
updatedAt: Date;
|
|
1259
|
-
fullName: string | null;
|
|
1260
|
-
mobile: string | null;
|
|
1261
|
-
email: string;
|
|
1262
|
-
syncedAt: Date;
|
|
1263
|
-
} | null | undefined;
|
|
1264
1253
|
buyerName?: string | null | undefined;
|
|
1265
1254
|
project?: {
|
|
1266
|
-
|
|
1255
|
+
type: string;
|
|
1267
1256
|
status: string;
|
|
1257
|
+
id: string;
|
|
1268
1258
|
isArchived: boolean;
|
|
1269
1259
|
createdAt: Date;
|
|
1270
1260
|
updatedAt: Date;
|
|
1271
|
-
type: string;
|
|
1272
1261
|
syncedAt: Date;
|
|
1273
1262
|
mtaId: string | null;
|
|
1274
1263
|
name: string;
|
|
1275
1264
|
developerId: string;
|
|
1276
1265
|
state: string;
|
|
1277
1266
|
developer?: {
|
|
1278
|
-
id: string;
|
|
1279
1267
|
status: string;
|
|
1268
|
+
id: string;
|
|
1280
1269
|
isArchived: boolean;
|
|
1281
1270
|
createdAt: Date;
|
|
1282
1271
|
updatedAt: Date;
|
|
@@ -1284,11 +1273,22 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1284
1273
|
companyName: string | null;
|
|
1285
1274
|
} | null | undefined;
|
|
1286
1275
|
} | null | undefined;
|
|
1276
|
+
customer?: {
|
|
1277
|
+
status: string;
|
|
1278
|
+
id: string;
|
|
1279
|
+
isArchived: boolean;
|
|
1280
|
+
createdAt: Date;
|
|
1281
|
+
updatedAt: Date;
|
|
1282
|
+
fullName: string | null;
|
|
1283
|
+
mobile: string | null;
|
|
1284
|
+
email: string;
|
|
1285
|
+
syncedAt: Date;
|
|
1286
|
+
} | null | undefined;
|
|
1287
1287
|
} | undefined;
|
|
1288
1288
|
}>>>;
|
|
1289
1289
|
}, "strip", z.ZodTypeAny, {
|
|
1290
|
-
id: string;
|
|
1291
1290
|
status: import("../..").AccountPeriodStatus;
|
|
1291
|
+
id: string;
|
|
1292
1292
|
isArchived: boolean;
|
|
1293
1293
|
createdAt: Date;
|
|
1294
1294
|
updatedAt: Date;
|
|
@@ -1300,33 +1300,33 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1300
1300
|
startDate: Date;
|
|
1301
1301
|
openingBalanceCents: number;
|
|
1302
1302
|
cma?: {
|
|
1303
|
-
id: string;
|
|
1304
1303
|
status: "active" | "inactive";
|
|
1304
|
+
id: string;
|
|
1305
|
+
accountName: string;
|
|
1306
|
+
propertyId: string;
|
|
1307
|
+
balanceCents: number;
|
|
1308
|
+
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
1309
|
+
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
1305
1310
|
isArchived: boolean;
|
|
1306
1311
|
createdBy: string;
|
|
1307
1312
|
createdAt: Date;
|
|
1308
1313
|
updatedAt: Date;
|
|
1309
|
-
balanceCents: number;
|
|
1310
1314
|
description: string | null;
|
|
1311
|
-
propertyId: string;
|
|
1312
1315
|
payoutId: number;
|
|
1313
1316
|
bsb: string | null;
|
|
1314
1317
|
accountNumber: string | null;
|
|
1315
1318
|
cmaSeq: number;
|
|
1316
1319
|
country: string;
|
|
1317
|
-
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
1318
|
-
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
1319
|
-
accountName: string;
|
|
1320
1320
|
currentReceiveSeq: number;
|
|
1321
1321
|
currentPayoutSeq: number;
|
|
1322
1322
|
property?: {
|
|
1323
|
-
id: string;
|
|
1324
1323
|
status: string;
|
|
1324
|
+
id: string;
|
|
1325
|
+
balanceCents: number | bigint;
|
|
1325
1326
|
isArchived: boolean;
|
|
1326
1327
|
createdAt: Date;
|
|
1327
1328
|
updatedAt: Date;
|
|
1328
1329
|
syncedAt: Date;
|
|
1329
|
-
balanceCents: number | bigint;
|
|
1330
1330
|
customerId: string;
|
|
1331
1331
|
projectId: string;
|
|
1332
1332
|
lotDetail: string | null;
|
|
@@ -1335,33 +1335,22 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1335
1335
|
mtaId: string;
|
|
1336
1336
|
mtaBalanceCents: number | bigint;
|
|
1337
1337
|
cmaBalanceCents: number | bigint;
|
|
1338
|
-
customer?: {
|
|
1339
|
-
id: string;
|
|
1340
|
-
status: string;
|
|
1341
|
-
isArchived: boolean;
|
|
1342
|
-
createdAt: Date;
|
|
1343
|
-
updatedAt: Date;
|
|
1344
|
-
fullName: string | null;
|
|
1345
|
-
mobile: string | null;
|
|
1346
|
-
email: string;
|
|
1347
|
-
syncedAt: Date;
|
|
1348
|
-
} | null | undefined;
|
|
1349
1338
|
buyerName?: string | null | undefined;
|
|
1350
1339
|
project?: {
|
|
1351
|
-
|
|
1340
|
+
type: string;
|
|
1352
1341
|
status: string;
|
|
1342
|
+
id: string;
|
|
1353
1343
|
isArchived: boolean;
|
|
1354
1344
|
createdAt: Date;
|
|
1355
1345
|
updatedAt: Date;
|
|
1356
|
-
type: string;
|
|
1357
1346
|
syncedAt: Date;
|
|
1358
1347
|
mtaId: string | null;
|
|
1359
1348
|
name: string;
|
|
1360
1349
|
developerId: string;
|
|
1361
1350
|
state: string;
|
|
1362
1351
|
developer?: {
|
|
1363
|
-
id: string;
|
|
1364
1352
|
status: string;
|
|
1353
|
+
id: string;
|
|
1365
1354
|
isArchived: boolean;
|
|
1366
1355
|
createdAt: Date;
|
|
1367
1356
|
updatedAt: Date;
|
|
@@ -1369,6 +1358,17 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1369
1358
|
companyName: string | null;
|
|
1370
1359
|
} | null | undefined;
|
|
1371
1360
|
} | null | undefined;
|
|
1361
|
+
customer?: {
|
|
1362
|
+
status: string;
|
|
1363
|
+
id: string;
|
|
1364
|
+
isArchived: boolean;
|
|
1365
|
+
createdAt: Date;
|
|
1366
|
+
updatedAt: Date;
|
|
1367
|
+
fullName: string | null;
|
|
1368
|
+
mobile: string | null;
|
|
1369
|
+
email: string;
|
|
1370
|
+
syncedAt: Date;
|
|
1371
|
+
} | null | undefined;
|
|
1372
1372
|
} | undefined;
|
|
1373
1373
|
} | undefined;
|
|
1374
1374
|
closingBalanceCents?: number | null | undefined;
|
|
@@ -1376,8 +1376,8 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1376
1376
|
unreconciledAmountCents?: number | null | undefined;
|
|
1377
1377
|
totalReconciledAmountCents?: number | null | undefined;
|
|
1378
1378
|
}, {
|
|
1379
|
-
id: string;
|
|
1380
1379
|
status: string;
|
|
1380
|
+
id: string;
|
|
1381
1381
|
isArchived: boolean;
|
|
1382
1382
|
createdAt: Date;
|
|
1383
1383
|
updatedAt: Date;
|
|
@@ -1389,33 +1389,33 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1389
1389
|
startDate: Date;
|
|
1390
1390
|
openingBalanceCents: string | number | bigint;
|
|
1391
1391
|
cma?: {
|
|
1392
|
-
id: string;
|
|
1393
1392
|
status: string;
|
|
1393
|
+
id: string;
|
|
1394
|
+
accountName: string;
|
|
1395
|
+
propertyId: string;
|
|
1396
|
+
balanceCents: string | number | bigint;
|
|
1397
|
+
stateCode: string;
|
|
1398
|
+
bankCode: string;
|
|
1394
1399
|
isArchived: boolean;
|
|
1395
1400
|
createdBy: string;
|
|
1396
1401
|
createdAt: Date;
|
|
1397
1402
|
updatedAt: Date;
|
|
1398
|
-
balanceCents: string | number | bigint;
|
|
1399
1403
|
description: string | null;
|
|
1400
|
-
propertyId: string;
|
|
1401
1404
|
payoutId: number;
|
|
1402
1405
|
bsb: string;
|
|
1403
1406
|
accountNumber: string;
|
|
1404
1407
|
cmaSeq: number;
|
|
1405
1408
|
country: string;
|
|
1406
|
-
stateCode: string;
|
|
1407
|
-
bankCode: string;
|
|
1408
|
-
accountName: string;
|
|
1409
1409
|
currentReceiveSeq: number;
|
|
1410
1410
|
currentPayoutSeq: number;
|
|
1411
1411
|
property?: {
|
|
1412
|
-
id: string;
|
|
1413
1412
|
status: string;
|
|
1413
|
+
id: string;
|
|
1414
|
+
balanceCents: number | bigint;
|
|
1414
1415
|
isArchived: boolean;
|
|
1415
1416
|
createdAt: Date;
|
|
1416
1417
|
updatedAt: Date;
|
|
1417
1418
|
syncedAt: Date;
|
|
1418
|
-
balanceCents: number | bigint;
|
|
1419
1419
|
customerId: string;
|
|
1420
1420
|
projectId: string;
|
|
1421
1421
|
lotDetail: string | null;
|
|
@@ -1424,33 +1424,22 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1424
1424
|
mtaId: string;
|
|
1425
1425
|
mtaBalanceCents: number | bigint;
|
|
1426
1426
|
cmaBalanceCents: number | bigint;
|
|
1427
|
-
customer?: {
|
|
1428
|
-
id: string;
|
|
1429
|
-
status: string;
|
|
1430
|
-
isArchived: boolean;
|
|
1431
|
-
createdAt: Date;
|
|
1432
|
-
updatedAt: Date;
|
|
1433
|
-
fullName: string | null;
|
|
1434
|
-
mobile: string | null;
|
|
1435
|
-
email: string;
|
|
1436
|
-
syncedAt: Date;
|
|
1437
|
-
} | null | undefined;
|
|
1438
1427
|
buyerName?: string | null | undefined;
|
|
1439
1428
|
project?: {
|
|
1440
|
-
|
|
1429
|
+
type: string;
|
|
1441
1430
|
status: string;
|
|
1431
|
+
id: string;
|
|
1442
1432
|
isArchived: boolean;
|
|
1443
1433
|
createdAt: Date;
|
|
1444
1434
|
updatedAt: Date;
|
|
1445
|
-
type: string;
|
|
1446
1435
|
syncedAt: Date;
|
|
1447
1436
|
mtaId: string | null;
|
|
1448
1437
|
name: string;
|
|
1449
1438
|
developerId: string;
|
|
1450
1439
|
state: string;
|
|
1451
1440
|
developer?: {
|
|
1452
|
-
id: string;
|
|
1453
1441
|
status: string;
|
|
1442
|
+
id: string;
|
|
1454
1443
|
isArchived: boolean;
|
|
1455
1444
|
createdAt: Date;
|
|
1456
1445
|
updatedAt: Date;
|
|
@@ -1458,6 +1447,17 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1458
1447
|
companyName: string | null;
|
|
1459
1448
|
} | null | undefined;
|
|
1460
1449
|
} | null | undefined;
|
|
1450
|
+
customer?: {
|
|
1451
|
+
status: string;
|
|
1452
|
+
id: string;
|
|
1453
|
+
isArchived: boolean;
|
|
1454
|
+
createdAt: Date;
|
|
1455
|
+
updatedAt: Date;
|
|
1456
|
+
fullName: string | null;
|
|
1457
|
+
mobile: string | null;
|
|
1458
|
+
email: string;
|
|
1459
|
+
syncedAt: Date;
|
|
1460
|
+
} | null | undefined;
|
|
1461
1461
|
} | undefined;
|
|
1462
1462
|
} | undefined;
|
|
1463
1463
|
closingBalanceCents?: string | number | bigint | null | undefined;
|
|
@@ -1466,30 +1466,30 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1466
1466
|
totalReconciledAmountCents?: string | number | bigint | null | undefined;
|
|
1467
1467
|
}>>>;
|
|
1468
1468
|
}, "strip", z.ZodTypeAny, {
|
|
1469
|
+
status: string;
|
|
1469
1470
|
id: string;
|
|
1470
1471
|
cmaTransactionId: string;
|
|
1471
1472
|
accountPeriodId: string | null;
|
|
1472
1473
|
reconciledByReconciliationId: string;
|
|
1473
1474
|
reconciledAt: Date;
|
|
1474
|
-
status: string;
|
|
1475
1475
|
isArchived: boolean;
|
|
1476
1476
|
createdBy: string;
|
|
1477
1477
|
createdAt: Date;
|
|
1478
1478
|
updatedAt: Date;
|
|
1479
1479
|
cmaTransaction?: ({
|
|
1480
|
-
id: string;
|
|
1481
1480
|
status: "clearing" | "cleared" | "reconciled";
|
|
1481
|
+
id: string;
|
|
1482
|
+
propertyId: string | null;
|
|
1483
|
+
balanceCents: number;
|
|
1482
1484
|
isArchived: boolean;
|
|
1483
1485
|
createdAt: Date;
|
|
1484
1486
|
updatedAt: Date;
|
|
1485
1487
|
syncedAt: Date | null;
|
|
1486
1488
|
debitAmountCents: number;
|
|
1487
1489
|
creditAmountCents: number;
|
|
1488
|
-
balanceCents: number;
|
|
1489
1490
|
description: string | null;
|
|
1490
1491
|
clearedAt: Date | null;
|
|
1491
1492
|
cmaId: string;
|
|
1492
|
-
propertyId: string | null;
|
|
1493
1493
|
createType: string;
|
|
1494
1494
|
transactionType: string;
|
|
1495
1495
|
isCanceled: boolean;
|
|
@@ -1517,13 +1517,13 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1517
1517
|
lastName?: string | null | undefined;
|
|
1518
1518
|
} | null | undefined;
|
|
1519
1519
|
property?: {
|
|
1520
|
-
id: string;
|
|
1521
1520
|
status: string;
|
|
1521
|
+
id: string;
|
|
1522
|
+
balanceCents: number | bigint;
|
|
1522
1523
|
isArchived: boolean;
|
|
1523
1524
|
createdAt: Date;
|
|
1524
1525
|
updatedAt: Date;
|
|
1525
1526
|
syncedAt: Date;
|
|
1526
|
-
balanceCents: number | bigint;
|
|
1527
1527
|
customerId: string;
|
|
1528
1528
|
projectId: string;
|
|
1529
1529
|
lotDetail: string | null;
|
|
@@ -1532,33 +1532,22 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1532
1532
|
mtaId: string;
|
|
1533
1533
|
mtaBalanceCents: number | bigint;
|
|
1534
1534
|
cmaBalanceCents: number | bigint;
|
|
1535
|
-
customer?: {
|
|
1536
|
-
id: string;
|
|
1537
|
-
status: string;
|
|
1538
|
-
isArchived: boolean;
|
|
1539
|
-
createdAt: Date;
|
|
1540
|
-
updatedAt: Date;
|
|
1541
|
-
fullName: string | null;
|
|
1542
|
-
mobile: string | null;
|
|
1543
|
-
email: string;
|
|
1544
|
-
syncedAt: Date;
|
|
1545
|
-
} | null | undefined;
|
|
1546
1535
|
buyerName?: string | null | undefined;
|
|
1547
1536
|
project?: {
|
|
1548
|
-
|
|
1537
|
+
type: string;
|
|
1549
1538
|
status: string;
|
|
1539
|
+
id: string;
|
|
1550
1540
|
isArchived: boolean;
|
|
1551
1541
|
createdAt: Date;
|
|
1552
1542
|
updatedAt: Date;
|
|
1553
|
-
type: string;
|
|
1554
1543
|
syncedAt: Date;
|
|
1555
1544
|
mtaId: string | null;
|
|
1556
1545
|
name: string;
|
|
1557
1546
|
developerId: string;
|
|
1558
1547
|
state: string;
|
|
1559
1548
|
developer?: {
|
|
1560
|
-
id: string;
|
|
1561
1549
|
status: string;
|
|
1550
|
+
id: string;
|
|
1562
1551
|
isArchived: boolean;
|
|
1563
1552
|
createdAt: Date;
|
|
1564
1553
|
updatedAt: Date;
|
|
@@ -1566,23 +1555,34 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1566
1555
|
companyName: string | null;
|
|
1567
1556
|
} | null | undefined;
|
|
1568
1557
|
} | null | undefined;
|
|
1558
|
+
customer?: {
|
|
1559
|
+
status: string;
|
|
1560
|
+
id: string;
|
|
1561
|
+
isArchived: boolean;
|
|
1562
|
+
createdAt: Date;
|
|
1563
|
+
updatedAt: Date;
|
|
1564
|
+
fullName: string | null;
|
|
1565
|
+
mobile: string | null;
|
|
1566
|
+
email: string;
|
|
1567
|
+
syncedAt: Date;
|
|
1568
|
+
} | null | undefined;
|
|
1569
1569
|
} | null | undefined;
|
|
1570
1570
|
} & {
|
|
1571
1571
|
cma?: z.output<typeof import("..").cmaEntitySchema> | null | undefined;
|
|
1572
1572
|
sourceTransaction?: Omit<{
|
|
1573
|
-
id: string;
|
|
1574
1573
|
status: "clearing" | "cleared" | "reconciled";
|
|
1574
|
+
id: string;
|
|
1575
|
+
propertyId: string | null;
|
|
1576
|
+
balanceCents: number;
|
|
1575
1577
|
isArchived: boolean;
|
|
1576
1578
|
createdAt: Date;
|
|
1577
1579
|
updatedAt: Date;
|
|
1578
1580
|
syncedAt: Date | null;
|
|
1579
1581
|
debitAmountCents: number;
|
|
1580
1582
|
creditAmountCents: number;
|
|
1581
|
-
balanceCents: number;
|
|
1582
1583
|
description: string | null;
|
|
1583
1584
|
clearedAt: Date | null;
|
|
1584
1585
|
cmaId: string;
|
|
1585
|
-
propertyId: string | null;
|
|
1586
1586
|
createType: string;
|
|
1587
1587
|
transactionType: string;
|
|
1588
1588
|
isCanceled: boolean;
|
|
@@ -1610,13 +1610,13 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1610
1610
|
lastName?: string | null | undefined;
|
|
1611
1611
|
} | null | undefined;
|
|
1612
1612
|
property?: {
|
|
1613
|
-
id: string;
|
|
1614
1613
|
status: string;
|
|
1614
|
+
id: string;
|
|
1615
|
+
balanceCents: number | bigint;
|
|
1615
1616
|
isArchived: boolean;
|
|
1616
1617
|
createdAt: Date;
|
|
1617
1618
|
updatedAt: Date;
|
|
1618
1619
|
syncedAt: Date;
|
|
1619
|
-
balanceCents: number | bigint;
|
|
1620
1620
|
customerId: string;
|
|
1621
1621
|
projectId: string;
|
|
1622
1622
|
lotDetail: string | null;
|
|
@@ -1625,33 +1625,22 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1625
1625
|
mtaId: string;
|
|
1626
1626
|
mtaBalanceCents: number | bigint;
|
|
1627
1627
|
cmaBalanceCents: number | bigint;
|
|
1628
|
-
customer?: {
|
|
1629
|
-
id: string;
|
|
1630
|
-
status: string;
|
|
1631
|
-
isArchived: boolean;
|
|
1632
|
-
createdAt: Date;
|
|
1633
|
-
updatedAt: Date;
|
|
1634
|
-
fullName: string | null;
|
|
1635
|
-
mobile: string | null;
|
|
1636
|
-
email: string;
|
|
1637
|
-
syncedAt: Date;
|
|
1638
|
-
} | null | undefined;
|
|
1639
1628
|
buyerName?: string | null | undefined;
|
|
1640
1629
|
project?: {
|
|
1641
|
-
|
|
1630
|
+
type: string;
|
|
1642
1631
|
status: string;
|
|
1632
|
+
id: string;
|
|
1643
1633
|
isArchived: boolean;
|
|
1644
1634
|
createdAt: Date;
|
|
1645
1635
|
updatedAt: Date;
|
|
1646
|
-
type: string;
|
|
1647
1636
|
syncedAt: Date;
|
|
1648
1637
|
mtaId: string | null;
|
|
1649
1638
|
name: string;
|
|
1650
1639
|
developerId: string;
|
|
1651
1640
|
state: string;
|
|
1652
1641
|
developer?: {
|
|
1653
|
-
id: string;
|
|
1654
1642
|
status: string;
|
|
1643
|
+
id: string;
|
|
1655
1644
|
isArchived: boolean;
|
|
1656
1645
|
createdAt: Date;
|
|
1657
1646
|
updatedAt: Date;
|
|
@@ -1659,22 +1648,33 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1659
1648
|
companyName: string | null;
|
|
1660
1649
|
} | null | undefined;
|
|
1661
1650
|
} | null | undefined;
|
|
1651
|
+
customer?: {
|
|
1652
|
+
status: string;
|
|
1653
|
+
id: string;
|
|
1654
|
+
isArchived: boolean;
|
|
1655
|
+
createdAt: Date;
|
|
1656
|
+
updatedAt: Date;
|
|
1657
|
+
fullName: string | null;
|
|
1658
|
+
mobile: string | null;
|
|
1659
|
+
email: string;
|
|
1660
|
+
syncedAt: Date;
|
|
1661
|
+
} | null | undefined;
|
|
1662
1662
|
} | null | undefined;
|
|
1663
1663
|
} & any, "cma"> | null | undefined;
|
|
1664
1664
|
subsequentTransactions?: Omit<{
|
|
1665
|
-
id: string;
|
|
1666
1665
|
status: "clearing" | "cleared" | "reconciled";
|
|
1666
|
+
id: string;
|
|
1667
|
+
propertyId: string | null;
|
|
1668
|
+
balanceCents: number;
|
|
1667
1669
|
isArchived: boolean;
|
|
1668
1670
|
createdAt: Date;
|
|
1669
1671
|
updatedAt: Date;
|
|
1670
1672
|
syncedAt: Date | null;
|
|
1671
1673
|
debitAmountCents: number;
|
|
1672
1674
|
creditAmountCents: number;
|
|
1673
|
-
balanceCents: number;
|
|
1674
1675
|
description: string | null;
|
|
1675
1676
|
clearedAt: Date | null;
|
|
1676
1677
|
cmaId: string;
|
|
1677
|
-
propertyId: string | null;
|
|
1678
1678
|
createType: string;
|
|
1679
1679
|
transactionType: string;
|
|
1680
1680
|
isCanceled: boolean;
|
|
@@ -1702,13 +1702,13 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1702
1702
|
lastName?: string | null | undefined;
|
|
1703
1703
|
} | null | undefined;
|
|
1704
1704
|
property?: {
|
|
1705
|
-
id: string;
|
|
1706
1705
|
status: string;
|
|
1706
|
+
id: string;
|
|
1707
|
+
balanceCents: number | bigint;
|
|
1707
1708
|
isArchived: boolean;
|
|
1708
1709
|
createdAt: Date;
|
|
1709
1710
|
updatedAt: Date;
|
|
1710
1711
|
syncedAt: Date;
|
|
1711
|
-
balanceCents: number | bigint;
|
|
1712
1712
|
customerId: string;
|
|
1713
1713
|
projectId: string;
|
|
1714
1714
|
lotDetail: string | null;
|
|
@@ -1717,33 +1717,22 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1717
1717
|
mtaId: string;
|
|
1718
1718
|
mtaBalanceCents: number | bigint;
|
|
1719
1719
|
cmaBalanceCents: number | bigint;
|
|
1720
|
-
customer?: {
|
|
1721
|
-
id: string;
|
|
1722
|
-
status: string;
|
|
1723
|
-
isArchived: boolean;
|
|
1724
|
-
createdAt: Date;
|
|
1725
|
-
updatedAt: Date;
|
|
1726
|
-
fullName: string | null;
|
|
1727
|
-
mobile: string | null;
|
|
1728
|
-
email: string;
|
|
1729
|
-
syncedAt: Date;
|
|
1730
|
-
} | null | undefined;
|
|
1731
1720
|
buyerName?: string | null | undefined;
|
|
1732
1721
|
project?: {
|
|
1733
|
-
|
|
1722
|
+
type: string;
|
|
1734
1723
|
status: string;
|
|
1724
|
+
id: string;
|
|
1735
1725
|
isArchived: boolean;
|
|
1736
1726
|
createdAt: Date;
|
|
1737
1727
|
updatedAt: Date;
|
|
1738
|
-
type: string;
|
|
1739
1728
|
syncedAt: Date;
|
|
1740
1729
|
mtaId: string | null;
|
|
1741
1730
|
name: string;
|
|
1742
1731
|
developerId: string;
|
|
1743
1732
|
state: string;
|
|
1744
1733
|
developer?: {
|
|
1745
|
-
id: string;
|
|
1746
1734
|
status: string;
|
|
1735
|
+
id: string;
|
|
1747
1736
|
isArchived: boolean;
|
|
1748
1737
|
createdAt: Date;
|
|
1749
1738
|
updatedAt: Date;
|
|
@@ -1751,6 +1740,17 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1751
1740
|
companyName: string | null;
|
|
1752
1741
|
} | null | undefined;
|
|
1753
1742
|
} | null | undefined;
|
|
1743
|
+
customer?: {
|
|
1744
|
+
status: string;
|
|
1745
|
+
id: string;
|
|
1746
|
+
isArchived: boolean;
|
|
1747
|
+
createdAt: Date;
|
|
1748
|
+
updatedAt: Date;
|
|
1749
|
+
fullName: string | null;
|
|
1750
|
+
mobile: string | null;
|
|
1751
|
+
email: string;
|
|
1752
|
+
syncedAt: Date;
|
|
1753
|
+
} | null | undefined;
|
|
1754
1754
|
} | null | undefined;
|
|
1755
1755
|
} & any, "cma">[] | null | undefined;
|
|
1756
1756
|
reconciledTransactions?: z.output<typeof cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -1763,8 +1763,8 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1763
1763
|
payout?: z.output<typeof import("..").payoutEntitySchema> | null | undefined;
|
|
1764
1764
|
}) | undefined;
|
|
1765
1765
|
accountPeriod?: {
|
|
1766
|
-
id: string;
|
|
1767
1766
|
status: import("../..").AccountPeriodStatus;
|
|
1767
|
+
id: string;
|
|
1768
1768
|
isArchived: boolean;
|
|
1769
1769
|
createdAt: Date;
|
|
1770
1770
|
updatedAt: Date;
|
|
@@ -1776,33 +1776,33 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1776
1776
|
startDate: Date;
|
|
1777
1777
|
openingBalanceCents: number;
|
|
1778
1778
|
cma?: {
|
|
1779
|
-
id: string;
|
|
1780
1779
|
status: "active" | "inactive";
|
|
1780
|
+
id: string;
|
|
1781
|
+
accountName: string;
|
|
1782
|
+
propertyId: string;
|
|
1783
|
+
balanceCents: number;
|
|
1784
|
+
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
1785
|
+
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
1781
1786
|
isArchived: boolean;
|
|
1782
1787
|
createdBy: string;
|
|
1783
1788
|
createdAt: Date;
|
|
1784
1789
|
updatedAt: Date;
|
|
1785
|
-
balanceCents: number;
|
|
1786
1790
|
description: string | null;
|
|
1787
|
-
propertyId: string;
|
|
1788
1791
|
payoutId: number;
|
|
1789
1792
|
bsb: string | null;
|
|
1790
1793
|
accountNumber: string | null;
|
|
1791
1794
|
cmaSeq: number;
|
|
1792
1795
|
country: string;
|
|
1793
|
-
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
1794
|
-
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
1795
|
-
accountName: string;
|
|
1796
1796
|
currentReceiveSeq: number;
|
|
1797
1797
|
currentPayoutSeq: number;
|
|
1798
1798
|
property?: {
|
|
1799
|
-
id: string;
|
|
1800
1799
|
status: string;
|
|
1800
|
+
id: string;
|
|
1801
|
+
balanceCents: number | bigint;
|
|
1801
1802
|
isArchived: boolean;
|
|
1802
1803
|
createdAt: Date;
|
|
1803
1804
|
updatedAt: Date;
|
|
1804
1805
|
syncedAt: Date;
|
|
1805
|
-
balanceCents: number | bigint;
|
|
1806
1806
|
customerId: string;
|
|
1807
1807
|
projectId: string;
|
|
1808
1808
|
lotDetail: string | null;
|
|
@@ -1811,33 +1811,22 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1811
1811
|
mtaId: string;
|
|
1812
1812
|
mtaBalanceCents: number | bigint;
|
|
1813
1813
|
cmaBalanceCents: number | bigint;
|
|
1814
|
-
customer?: {
|
|
1815
|
-
id: string;
|
|
1816
|
-
status: string;
|
|
1817
|
-
isArchived: boolean;
|
|
1818
|
-
createdAt: Date;
|
|
1819
|
-
updatedAt: Date;
|
|
1820
|
-
fullName: string | null;
|
|
1821
|
-
mobile: string | null;
|
|
1822
|
-
email: string;
|
|
1823
|
-
syncedAt: Date;
|
|
1824
|
-
} | null | undefined;
|
|
1825
1814
|
buyerName?: string | null | undefined;
|
|
1826
1815
|
project?: {
|
|
1827
|
-
|
|
1816
|
+
type: string;
|
|
1828
1817
|
status: string;
|
|
1818
|
+
id: string;
|
|
1829
1819
|
isArchived: boolean;
|
|
1830
1820
|
createdAt: Date;
|
|
1831
1821
|
updatedAt: Date;
|
|
1832
|
-
type: string;
|
|
1833
1822
|
syncedAt: Date;
|
|
1834
1823
|
mtaId: string | null;
|
|
1835
1824
|
name: string;
|
|
1836
1825
|
developerId: string;
|
|
1837
1826
|
state: string;
|
|
1838
1827
|
developer?: {
|
|
1839
|
-
id: string;
|
|
1840
1828
|
status: string;
|
|
1829
|
+
id: string;
|
|
1841
1830
|
isArchived: boolean;
|
|
1842
1831
|
createdAt: Date;
|
|
1843
1832
|
updatedAt: Date;
|
|
@@ -1845,6 +1834,17 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1845
1834
|
companyName: string | null;
|
|
1846
1835
|
} | null | undefined;
|
|
1847
1836
|
} | null | undefined;
|
|
1837
|
+
customer?: {
|
|
1838
|
+
status: string;
|
|
1839
|
+
id: string;
|
|
1840
|
+
isArchived: boolean;
|
|
1841
|
+
createdAt: Date;
|
|
1842
|
+
updatedAt: Date;
|
|
1843
|
+
fullName: string | null;
|
|
1844
|
+
mobile: string | null;
|
|
1845
|
+
email: string;
|
|
1846
|
+
syncedAt: Date;
|
|
1847
|
+
} | null | undefined;
|
|
1848
1848
|
} | undefined;
|
|
1849
1849
|
} | undefined;
|
|
1850
1850
|
closingBalanceCents?: number | null | undefined;
|
|
@@ -1853,30 +1853,30 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1853
1853
|
totalReconciledAmountCents?: number | null | undefined;
|
|
1854
1854
|
} | undefined;
|
|
1855
1855
|
}, {
|
|
1856
|
+
status: string;
|
|
1856
1857
|
id: string;
|
|
1857
1858
|
cmaTransactionId: string;
|
|
1858
1859
|
accountPeriodId: string | null;
|
|
1859
1860
|
reconciledByReconciliationId: string;
|
|
1860
1861
|
reconciledAt: Date;
|
|
1861
|
-
status: string;
|
|
1862
1862
|
isArchived: boolean;
|
|
1863
1863
|
createdBy: string;
|
|
1864
1864
|
createdAt: Date;
|
|
1865
1865
|
updatedAt: Date;
|
|
1866
1866
|
cmaTransaction?: ({
|
|
1867
|
-
id: string;
|
|
1868
1867
|
status: string;
|
|
1868
|
+
id: string;
|
|
1869
|
+
propertyId: string | null;
|
|
1870
|
+
balanceCents: string | number | bigint;
|
|
1869
1871
|
isArchived: boolean;
|
|
1870
1872
|
createdAt: Date;
|
|
1871
1873
|
updatedAt: Date;
|
|
1872
1874
|
syncedAt: Date | null;
|
|
1873
1875
|
debitAmountCents: string | number | bigint;
|
|
1874
1876
|
creditAmountCents: string | number | bigint;
|
|
1875
|
-
balanceCents: string | number | bigint;
|
|
1876
1877
|
description: string | null;
|
|
1877
1878
|
clearedAt: Date | null;
|
|
1878
1879
|
cmaId: string;
|
|
1879
|
-
propertyId: string | null;
|
|
1880
1880
|
createType: string;
|
|
1881
1881
|
transactionType: string;
|
|
1882
1882
|
isCanceled: boolean;
|
|
@@ -1904,13 +1904,13 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1904
1904
|
lastName?: string | null | undefined;
|
|
1905
1905
|
} | null | undefined;
|
|
1906
1906
|
property?: {
|
|
1907
|
-
id: string;
|
|
1908
1907
|
status: string;
|
|
1908
|
+
id: string;
|
|
1909
|
+
balanceCents: number | bigint;
|
|
1909
1910
|
isArchived: boolean;
|
|
1910
1911
|
createdAt: Date;
|
|
1911
1912
|
updatedAt: Date;
|
|
1912
1913
|
syncedAt: Date;
|
|
1913
|
-
balanceCents: number | bigint;
|
|
1914
1914
|
customerId: string;
|
|
1915
1915
|
projectId: string;
|
|
1916
1916
|
lotDetail: string | null;
|
|
@@ -1919,33 +1919,22 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1919
1919
|
mtaId: string;
|
|
1920
1920
|
mtaBalanceCents: number | bigint;
|
|
1921
1921
|
cmaBalanceCents: number | bigint;
|
|
1922
|
-
customer?: {
|
|
1923
|
-
id: string;
|
|
1924
|
-
status: string;
|
|
1925
|
-
isArchived: boolean;
|
|
1926
|
-
createdAt: Date;
|
|
1927
|
-
updatedAt: Date;
|
|
1928
|
-
fullName: string | null;
|
|
1929
|
-
mobile: string | null;
|
|
1930
|
-
email: string;
|
|
1931
|
-
syncedAt: Date;
|
|
1932
|
-
} | null | undefined;
|
|
1933
1922
|
buyerName?: string | null | undefined;
|
|
1934
1923
|
project?: {
|
|
1935
|
-
|
|
1924
|
+
type: string;
|
|
1936
1925
|
status: string;
|
|
1926
|
+
id: string;
|
|
1937
1927
|
isArchived: boolean;
|
|
1938
1928
|
createdAt: Date;
|
|
1939
1929
|
updatedAt: Date;
|
|
1940
|
-
type: string;
|
|
1941
1930
|
syncedAt: Date;
|
|
1942
1931
|
mtaId: string | null;
|
|
1943
1932
|
name: string;
|
|
1944
1933
|
developerId: string;
|
|
1945
1934
|
state: string;
|
|
1946
1935
|
developer?: {
|
|
1947
|
-
id: string;
|
|
1948
1936
|
status: string;
|
|
1937
|
+
id: string;
|
|
1949
1938
|
isArchived: boolean;
|
|
1950
1939
|
createdAt: Date;
|
|
1951
1940
|
updatedAt: Date;
|
|
@@ -1953,23 +1942,34 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1953
1942
|
companyName: string | null;
|
|
1954
1943
|
} | null | undefined;
|
|
1955
1944
|
} | null | undefined;
|
|
1945
|
+
customer?: {
|
|
1946
|
+
status: string;
|
|
1947
|
+
id: string;
|
|
1948
|
+
isArchived: boolean;
|
|
1949
|
+
createdAt: Date;
|
|
1950
|
+
updatedAt: Date;
|
|
1951
|
+
fullName: string | null;
|
|
1952
|
+
mobile: string | null;
|
|
1953
|
+
email: string;
|
|
1954
|
+
syncedAt: Date;
|
|
1955
|
+
} | null | undefined;
|
|
1956
1956
|
} | null | undefined;
|
|
1957
1957
|
} & {
|
|
1958
1958
|
cma?: z.input<typeof import("..").cmaEntitySchema> | null | undefined;
|
|
1959
1959
|
sourceTransaction?: ({
|
|
1960
|
-
id: string;
|
|
1961
1960
|
status: string;
|
|
1961
|
+
id: string;
|
|
1962
|
+
propertyId: string | null;
|
|
1963
|
+
balanceCents: string | number | bigint;
|
|
1962
1964
|
isArchived: boolean;
|
|
1963
1965
|
createdAt: Date;
|
|
1964
1966
|
updatedAt: Date;
|
|
1965
1967
|
syncedAt: Date | null;
|
|
1966
1968
|
debitAmountCents: string | number | bigint;
|
|
1967
1969
|
creditAmountCents: string | number | bigint;
|
|
1968
|
-
balanceCents: string | number | bigint;
|
|
1969
1970
|
description: string | null;
|
|
1970
1971
|
clearedAt: Date | null;
|
|
1971
1972
|
cmaId: string;
|
|
1972
|
-
propertyId: string | null;
|
|
1973
1973
|
createType: string;
|
|
1974
1974
|
transactionType: string;
|
|
1975
1975
|
isCanceled: boolean;
|
|
@@ -1997,13 +1997,13 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1997
1997
|
lastName?: string | null | undefined;
|
|
1998
1998
|
} | null | undefined;
|
|
1999
1999
|
property?: {
|
|
2000
|
-
id: string;
|
|
2001
2000
|
status: string;
|
|
2001
|
+
id: string;
|
|
2002
|
+
balanceCents: number | bigint;
|
|
2002
2003
|
isArchived: boolean;
|
|
2003
2004
|
createdAt: Date;
|
|
2004
2005
|
updatedAt: Date;
|
|
2005
2006
|
syncedAt: Date;
|
|
2006
|
-
balanceCents: number | bigint;
|
|
2007
2007
|
customerId: string;
|
|
2008
2008
|
projectId: string;
|
|
2009
2009
|
lotDetail: string | null;
|
|
@@ -2012,33 +2012,22 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
2012
2012
|
mtaId: string;
|
|
2013
2013
|
mtaBalanceCents: number | bigint;
|
|
2014
2014
|
cmaBalanceCents: number | bigint;
|
|
2015
|
-
customer?: {
|
|
2016
|
-
id: string;
|
|
2017
|
-
status: string;
|
|
2018
|
-
isArchived: boolean;
|
|
2019
|
-
createdAt: Date;
|
|
2020
|
-
updatedAt: Date;
|
|
2021
|
-
fullName: string | null;
|
|
2022
|
-
mobile: string | null;
|
|
2023
|
-
email: string;
|
|
2024
|
-
syncedAt: Date;
|
|
2025
|
-
} | null | undefined;
|
|
2026
2015
|
buyerName?: string | null | undefined;
|
|
2027
2016
|
project?: {
|
|
2028
|
-
|
|
2017
|
+
type: string;
|
|
2029
2018
|
status: string;
|
|
2019
|
+
id: string;
|
|
2030
2020
|
isArchived: boolean;
|
|
2031
2021
|
createdAt: Date;
|
|
2032
2022
|
updatedAt: Date;
|
|
2033
|
-
type: string;
|
|
2034
2023
|
syncedAt: Date;
|
|
2035
2024
|
mtaId: string | null;
|
|
2036
2025
|
name: string;
|
|
2037
2026
|
developerId: string;
|
|
2038
2027
|
state: string;
|
|
2039
2028
|
developer?: {
|
|
2040
|
-
id: string;
|
|
2041
2029
|
status: string;
|
|
2030
|
+
id: string;
|
|
2042
2031
|
isArchived: boolean;
|
|
2043
2032
|
createdAt: Date;
|
|
2044
2033
|
updatedAt: Date;
|
|
@@ -2046,22 +2035,33 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
2046
2035
|
companyName: string | null;
|
|
2047
2036
|
} | null | undefined;
|
|
2048
2037
|
} | null | undefined;
|
|
2038
|
+
customer?: {
|
|
2039
|
+
status: string;
|
|
2040
|
+
id: string;
|
|
2041
|
+
isArchived: boolean;
|
|
2042
|
+
createdAt: Date;
|
|
2043
|
+
updatedAt: Date;
|
|
2044
|
+
fullName: string | null;
|
|
2045
|
+
mobile: string | null;
|
|
2046
|
+
email: string;
|
|
2047
|
+
syncedAt: Date;
|
|
2048
|
+
} | null | undefined;
|
|
2049
2049
|
} | null | undefined;
|
|
2050
2050
|
} & any) | null | undefined;
|
|
2051
2051
|
subsequentTransactions?: ({
|
|
2052
|
-
id: string;
|
|
2053
2052
|
status: string;
|
|
2053
|
+
id: string;
|
|
2054
|
+
propertyId: string | null;
|
|
2055
|
+
balanceCents: string | number | bigint;
|
|
2054
2056
|
isArchived: boolean;
|
|
2055
2057
|
createdAt: Date;
|
|
2056
2058
|
updatedAt: Date;
|
|
2057
2059
|
syncedAt: Date | null;
|
|
2058
2060
|
debitAmountCents: string | number | bigint;
|
|
2059
2061
|
creditAmountCents: string | number | bigint;
|
|
2060
|
-
balanceCents: string | number | bigint;
|
|
2061
2062
|
description: string | null;
|
|
2062
2063
|
clearedAt: Date | null;
|
|
2063
2064
|
cmaId: string;
|
|
2064
|
-
propertyId: string | null;
|
|
2065
2065
|
createType: string;
|
|
2066
2066
|
transactionType: string;
|
|
2067
2067
|
isCanceled: boolean;
|
|
@@ -2089,13 +2089,13 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
2089
2089
|
lastName?: string | null | undefined;
|
|
2090
2090
|
} | null | undefined;
|
|
2091
2091
|
property?: {
|
|
2092
|
-
id: string;
|
|
2093
2092
|
status: string;
|
|
2093
|
+
id: string;
|
|
2094
|
+
balanceCents: number | bigint;
|
|
2094
2095
|
isArchived: boolean;
|
|
2095
2096
|
createdAt: Date;
|
|
2096
2097
|
updatedAt: Date;
|
|
2097
2098
|
syncedAt: Date;
|
|
2098
|
-
balanceCents: number | bigint;
|
|
2099
2099
|
customerId: string;
|
|
2100
2100
|
projectId: string;
|
|
2101
2101
|
lotDetail: string | null;
|
|
@@ -2104,33 +2104,22 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
2104
2104
|
mtaId: string;
|
|
2105
2105
|
mtaBalanceCents: number | bigint;
|
|
2106
2106
|
cmaBalanceCents: number | bigint;
|
|
2107
|
-
customer?: {
|
|
2108
|
-
id: string;
|
|
2109
|
-
status: string;
|
|
2110
|
-
isArchived: boolean;
|
|
2111
|
-
createdAt: Date;
|
|
2112
|
-
updatedAt: Date;
|
|
2113
|
-
fullName: string | null;
|
|
2114
|
-
mobile: string | null;
|
|
2115
|
-
email: string;
|
|
2116
|
-
syncedAt: Date;
|
|
2117
|
-
} | null | undefined;
|
|
2118
2107
|
buyerName?: string | null | undefined;
|
|
2119
2108
|
project?: {
|
|
2120
|
-
|
|
2109
|
+
type: string;
|
|
2121
2110
|
status: string;
|
|
2111
|
+
id: string;
|
|
2122
2112
|
isArchived: boolean;
|
|
2123
2113
|
createdAt: Date;
|
|
2124
2114
|
updatedAt: Date;
|
|
2125
|
-
type: string;
|
|
2126
2115
|
syncedAt: Date;
|
|
2127
2116
|
mtaId: string | null;
|
|
2128
2117
|
name: string;
|
|
2129
2118
|
developerId: string;
|
|
2130
2119
|
state: string;
|
|
2131
2120
|
developer?: {
|
|
2132
|
-
id: string;
|
|
2133
2121
|
status: string;
|
|
2122
|
+
id: string;
|
|
2134
2123
|
isArchived: boolean;
|
|
2135
2124
|
createdAt: Date;
|
|
2136
2125
|
updatedAt: Date;
|
|
@@ -2138,14 +2127,25 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
2138
2127
|
companyName: string | null;
|
|
2139
2128
|
} | null | undefined;
|
|
2140
2129
|
} | null | undefined;
|
|
2130
|
+
customer?: {
|
|
2131
|
+
status: string;
|
|
2132
|
+
id: string;
|
|
2133
|
+
isArchived: boolean;
|
|
2134
|
+
createdAt: Date;
|
|
2135
|
+
updatedAt: Date;
|
|
2136
|
+
fullName: string | null;
|
|
2137
|
+
mobile: string | null;
|
|
2138
|
+
email: string;
|
|
2139
|
+
syncedAt: Date;
|
|
2140
|
+
} | null | undefined;
|
|
2141
2141
|
} | null | undefined;
|
|
2142
2142
|
} & any)[] | null | undefined;
|
|
2143
2143
|
reconciledTransactions?: z.input<typeof cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
2144
2144
|
payout?: z.input<typeof import("..").payoutEntitySchema> | null | undefined;
|
|
2145
2145
|
}) | undefined;
|
|
2146
2146
|
accountPeriod?: {
|
|
2147
|
-
id: string;
|
|
2148
2147
|
status: string;
|
|
2148
|
+
id: string;
|
|
2149
2149
|
isArchived: boolean;
|
|
2150
2150
|
createdAt: Date;
|
|
2151
2151
|
updatedAt: Date;
|
|
@@ -2157,33 +2157,33 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
2157
2157
|
startDate: Date;
|
|
2158
2158
|
openingBalanceCents: string | number | bigint;
|
|
2159
2159
|
cma?: {
|
|
2160
|
-
id: string;
|
|
2161
2160
|
status: string;
|
|
2161
|
+
id: string;
|
|
2162
|
+
accountName: string;
|
|
2163
|
+
propertyId: string;
|
|
2164
|
+
balanceCents: string | number | bigint;
|
|
2165
|
+
stateCode: string;
|
|
2166
|
+
bankCode: string;
|
|
2162
2167
|
isArchived: boolean;
|
|
2163
2168
|
createdBy: string;
|
|
2164
2169
|
createdAt: Date;
|
|
2165
2170
|
updatedAt: Date;
|
|
2166
|
-
balanceCents: string | number | bigint;
|
|
2167
2171
|
description: string | null;
|
|
2168
|
-
propertyId: string;
|
|
2169
2172
|
payoutId: number;
|
|
2170
2173
|
bsb: string;
|
|
2171
2174
|
accountNumber: string;
|
|
2172
2175
|
cmaSeq: number;
|
|
2173
2176
|
country: string;
|
|
2174
|
-
stateCode: string;
|
|
2175
|
-
bankCode: string;
|
|
2176
|
-
accountName: string;
|
|
2177
2177
|
currentReceiveSeq: number;
|
|
2178
2178
|
currentPayoutSeq: number;
|
|
2179
2179
|
property?: {
|
|
2180
|
-
id: string;
|
|
2181
2180
|
status: string;
|
|
2181
|
+
id: string;
|
|
2182
|
+
balanceCents: number | bigint;
|
|
2182
2183
|
isArchived: boolean;
|
|
2183
2184
|
createdAt: Date;
|
|
2184
2185
|
updatedAt: Date;
|
|
2185
2186
|
syncedAt: Date;
|
|
2186
|
-
balanceCents: number | bigint;
|
|
2187
2187
|
customerId: string;
|
|
2188
2188
|
projectId: string;
|
|
2189
2189
|
lotDetail: string | null;
|
|
@@ -2192,33 +2192,22 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
2192
2192
|
mtaId: string;
|
|
2193
2193
|
mtaBalanceCents: number | bigint;
|
|
2194
2194
|
cmaBalanceCents: number | bigint;
|
|
2195
|
-
customer?: {
|
|
2196
|
-
id: string;
|
|
2197
|
-
status: string;
|
|
2198
|
-
isArchived: boolean;
|
|
2199
|
-
createdAt: Date;
|
|
2200
|
-
updatedAt: Date;
|
|
2201
|
-
fullName: string | null;
|
|
2202
|
-
mobile: string | null;
|
|
2203
|
-
email: string;
|
|
2204
|
-
syncedAt: Date;
|
|
2205
|
-
} | null | undefined;
|
|
2206
2195
|
buyerName?: string | null | undefined;
|
|
2207
2196
|
project?: {
|
|
2208
|
-
|
|
2197
|
+
type: string;
|
|
2209
2198
|
status: string;
|
|
2199
|
+
id: string;
|
|
2210
2200
|
isArchived: boolean;
|
|
2211
2201
|
createdAt: Date;
|
|
2212
2202
|
updatedAt: Date;
|
|
2213
|
-
type: string;
|
|
2214
2203
|
syncedAt: Date;
|
|
2215
2204
|
mtaId: string | null;
|
|
2216
2205
|
name: string;
|
|
2217
2206
|
developerId: string;
|
|
2218
2207
|
state: string;
|
|
2219
2208
|
developer?: {
|
|
2220
|
-
id: string;
|
|
2221
2209
|
status: string;
|
|
2210
|
+
id: string;
|
|
2222
2211
|
isArchived: boolean;
|
|
2223
2212
|
createdAt: Date;
|
|
2224
2213
|
updatedAt: Date;
|
|
@@ -2226,6 +2215,17 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
2226
2215
|
companyName: string | null;
|
|
2227
2216
|
} | null | undefined;
|
|
2228
2217
|
} | null | undefined;
|
|
2218
|
+
customer?: {
|
|
2219
|
+
status: string;
|
|
2220
|
+
id: string;
|
|
2221
|
+
isArchived: boolean;
|
|
2222
|
+
createdAt: Date;
|
|
2223
|
+
updatedAt: Date;
|
|
2224
|
+
fullName: string | null;
|
|
2225
|
+
mobile: string | null;
|
|
2226
|
+
email: string;
|
|
2227
|
+
syncedAt: Date;
|
|
2228
|
+
} | null | undefined;
|
|
2229
2229
|
} | undefined;
|
|
2230
2230
|
} | undefined;
|
|
2231
2231
|
closingBalanceCents?: string | number | bigint | null | undefined;
|