@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/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts
CHANGED
|
@@ -12,19 +12,19 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
12
12
|
updatedAt: z.ZodDate;
|
|
13
13
|
} & {
|
|
14
14
|
mtaTransaction: z.ZodOptional<z.ZodLazy<z.ZodType<{
|
|
15
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
15
16
|
id: string;
|
|
16
|
-
|
|
17
|
+
propertyId: string | null;
|
|
18
|
+
balanceCents: number;
|
|
17
19
|
isArchived: boolean;
|
|
18
20
|
createdAt: Date;
|
|
19
21
|
updatedAt: Date;
|
|
20
22
|
syncedAt: Date;
|
|
21
23
|
debitAmountCents: number;
|
|
22
24
|
creditAmountCents: number;
|
|
23
|
-
balanceCents: number;
|
|
24
25
|
mtaId: string;
|
|
25
26
|
description: string | null;
|
|
26
27
|
clearedAt: Date | null;
|
|
27
|
-
propertyId: string | null;
|
|
28
28
|
transactionType: string;
|
|
29
29
|
isCanceled: boolean;
|
|
30
30
|
isRefunded: boolean;
|
|
@@ -53,13 +53,13 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
53
53
|
lastName?: string | null | undefined;
|
|
54
54
|
} | null | undefined;
|
|
55
55
|
property?: {
|
|
56
|
-
id: string;
|
|
57
56
|
status: string;
|
|
57
|
+
id: string;
|
|
58
|
+
balanceCents: number | bigint;
|
|
58
59
|
isArchived: boolean;
|
|
59
60
|
createdAt: Date;
|
|
60
61
|
updatedAt: Date;
|
|
61
62
|
syncedAt: Date;
|
|
62
|
-
balanceCents: number | bigint;
|
|
63
63
|
customerId: string;
|
|
64
64
|
projectId: string;
|
|
65
65
|
lotDetail: string | null;
|
|
@@ -68,33 +68,22 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
68
68
|
mtaId: string;
|
|
69
69
|
mtaBalanceCents: number | bigint;
|
|
70
70
|
cmaBalanceCents: number | bigint;
|
|
71
|
-
customer?: {
|
|
72
|
-
id: string;
|
|
73
|
-
status: string;
|
|
74
|
-
isArchived: boolean;
|
|
75
|
-
createdAt: Date;
|
|
76
|
-
updatedAt: Date;
|
|
77
|
-
fullName: string | null;
|
|
78
|
-
mobile: string | null;
|
|
79
|
-
email: string;
|
|
80
|
-
syncedAt: Date;
|
|
81
|
-
} | null | undefined;
|
|
82
71
|
buyerName?: string | null | undefined;
|
|
83
72
|
project?: {
|
|
84
|
-
|
|
73
|
+
type: string;
|
|
85
74
|
status: string;
|
|
75
|
+
id: string;
|
|
86
76
|
isArchived: boolean;
|
|
87
77
|
createdAt: Date;
|
|
88
78
|
updatedAt: Date;
|
|
89
|
-
type: string;
|
|
90
79
|
syncedAt: Date;
|
|
91
80
|
mtaId: string | null;
|
|
92
81
|
name: string;
|
|
93
82
|
developerId: string;
|
|
94
83
|
state: string;
|
|
95
84
|
developer?: {
|
|
96
|
-
id: string;
|
|
97
85
|
status: string;
|
|
86
|
+
id: string;
|
|
98
87
|
isArchived: boolean;
|
|
99
88
|
createdAt: Date;
|
|
100
89
|
updatedAt: Date;
|
|
@@ -102,23 +91,34 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
102
91
|
companyName: string | null;
|
|
103
92
|
} | null | undefined;
|
|
104
93
|
} | null | undefined;
|
|
94
|
+
customer?: {
|
|
95
|
+
status: string;
|
|
96
|
+
id: string;
|
|
97
|
+
isArchived: boolean;
|
|
98
|
+
createdAt: Date;
|
|
99
|
+
updatedAt: Date;
|
|
100
|
+
fullName: string | null;
|
|
101
|
+
mobile: string | null;
|
|
102
|
+
email: string;
|
|
103
|
+
syncedAt: Date;
|
|
104
|
+
} | null | undefined;
|
|
105
105
|
} | null | undefined;
|
|
106
106
|
} & {
|
|
107
107
|
mta?: z.output<typeof import("..").mtaRestResSchema> | null | undefined;
|
|
108
108
|
sourceTransaction?: ({
|
|
109
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
109
110
|
id: string;
|
|
110
|
-
|
|
111
|
+
propertyId: string | null;
|
|
112
|
+
balanceCents: number;
|
|
111
113
|
isArchived: boolean;
|
|
112
114
|
createdAt: Date;
|
|
113
115
|
updatedAt: Date;
|
|
114
116
|
syncedAt: Date;
|
|
115
117
|
debitAmountCents: number;
|
|
116
118
|
creditAmountCents: number;
|
|
117
|
-
balanceCents: number;
|
|
118
119
|
mtaId: string;
|
|
119
120
|
description: string | null;
|
|
120
121
|
clearedAt: Date | null;
|
|
121
|
-
propertyId: string | null;
|
|
122
122
|
transactionType: string;
|
|
123
123
|
isCanceled: boolean;
|
|
124
124
|
isRefunded: boolean;
|
|
@@ -147,13 +147,13 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
147
147
|
lastName?: string | null | undefined;
|
|
148
148
|
} | null | undefined;
|
|
149
149
|
property?: {
|
|
150
|
-
id: string;
|
|
151
150
|
status: string;
|
|
151
|
+
id: string;
|
|
152
|
+
balanceCents: number | bigint;
|
|
152
153
|
isArchived: boolean;
|
|
153
154
|
createdAt: Date;
|
|
154
155
|
updatedAt: Date;
|
|
155
156
|
syncedAt: Date;
|
|
156
|
-
balanceCents: number | bigint;
|
|
157
157
|
customerId: string;
|
|
158
158
|
projectId: string;
|
|
159
159
|
lotDetail: string | null;
|
|
@@ -162,33 +162,22 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
162
162
|
mtaId: string;
|
|
163
163
|
mtaBalanceCents: number | bigint;
|
|
164
164
|
cmaBalanceCents: number | bigint;
|
|
165
|
-
customer?: {
|
|
166
|
-
id: string;
|
|
167
|
-
status: string;
|
|
168
|
-
isArchived: boolean;
|
|
169
|
-
createdAt: Date;
|
|
170
|
-
updatedAt: Date;
|
|
171
|
-
fullName: string | null;
|
|
172
|
-
mobile: string | null;
|
|
173
|
-
email: string;
|
|
174
|
-
syncedAt: Date;
|
|
175
|
-
} | null | undefined;
|
|
176
165
|
buyerName?: string | null | undefined;
|
|
177
166
|
project?: {
|
|
178
|
-
|
|
167
|
+
type: string;
|
|
179
168
|
status: string;
|
|
169
|
+
id: string;
|
|
180
170
|
isArchived: boolean;
|
|
181
171
|
createdAt: Date;
|
|
182
172
|
updatedAt: Date;
|
|
183
|
-
type: string;
|
|
184
173
|
syncedAt: Date;
|
|
185
174
|
mtaId: string | null;
|
|
186
175
|
name: string;
|
|
187
176
|
developerId: string;
|
|
188
177
|
state: string;
|
|
189
178
|
developer?: {
|
|
190
|
-
id: string;
|
|
191
179
|
status: string;
|
|
180
|
+
id: string;
|
|
192
181
|
isArchived: boolean;
|
|
193
182
|
createdAt: Date;
|
|
194
183
|
updatedAt: Date;
|
|
@@ -196,22 +185,33 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
196
185
|
companyName: string | null;
|
|
197
186
|
} | null | undefined;
|
|
198
187
|
} | null | undefined;
|
|
188
|
+
customer?: {
|
|
189
|
+
status: string;
|
|
190
|
+
id: string;
|
|
191
|
+
isArchived: boolean;
|
|
192
|
+
createdAt: Date;
|
|
193
|
+
updatedAt: Date;
|
|
194
|
+
fullName: string | null;
|
|
195
|
+
mobile: string | null;
|
|
196
|
+
email: string;
|
|
197
|
+
syncedAt: Date;
|
|
198
|
+
} | null | undefined;
|
|
199
199
|
} | null | undefined;
|
|
200
200
|
} & any) | null | undefined;
|
|
201
201
|
subsequentTransactions?: ({
|
|
202
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
202
203
|
id: string;
|
|
203
|
-
|
|
204
|
+
propertyId: string | null;
|
|
205
|
+
balanceCents: number;
|
|
204
206
|
isArchived: boolean;
|
|
205
207
|
createdAt: Date;
|
|
206
208
|
updatedAt: Date;
|
|
207
209
|
syncedAt: Date;
|
|
208
210
|
debitAmountCents: number;
|
|
209
211
|
creditAmountCents: number;
|
|
210
|
-
balanceCents: number;
|
|
211
212
|
mtaId: string;
|
|
212
213
|
description: string | null;
|
|
213
214
|
clearedAt: Date | null;
|
|
214
|
-
propertyId: string | null;
|
|
215
215
|
transactionType: string;
|
|
216
216
|
isCanceled: boolean;
|
|
217
217
|
isRefunded: boolean;
|
|
@@ -240,13 +240,13 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
240
240
|
lastName?: string | null | undefined;
|
|
241
241
|
} | null | undefined;
|
|
242
242
|
property?: {
|
|
243
|
-
id: string;
|
|
244
243
|
status: string;
|
|
244
|
+
id: string;
|
|
245
|
+
balanceCents: number | bigint;
|
|
245
246
|
isArchived: boolean;
|
|
246
247
|
createdAt: Date;
|
|
247
248
|
updatedAt: Date;
|
|
248
249
|
syncedAt: Date;
|
|
249
|
-
balanceCents: number | bigint;
|
|
250
250
|
customerId: string;
|
|
251
251
|
projectId: string;
|
|
252
252
|
lotDetail: string | null;
|
|
@@ -255,33 +255,22 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
255
255
|
mtaId: string;
|
|
256
256
|
mtaBalanceCents: number | bigint;
|
|
257
257
|
cmaBalanceCents: number | bigint;
|
|
258
|
-
customer?: {
|
|
259
|
-
id: string;
|
|
260
|
-
status: string;
|
|
261
|
-
isArchived: boolean;
|
|
262
|
-
createdAt: Date;
|
|
263
|
-
updatedAt: Date;
|
|
264
|
-
fullName: string | null;
|
|
265
|
-
mobile: string | null;
|
|
266
|
-
email: string;
|
|
267
|
-
syncedAt: Date;
|
|
268
|
-
} | null | undefined;
|
|
269
258
|
buyerName?: string | null | undefined;
|
|
270
259
|
project?: {
|
|
271
|
-
|
|
260
|
+
type: string;
|
|
272
261
|
status: string;
|
|
262
|
+
id: string;
|
|
273
263
|
isArchived: boolean;
|
|
274
264
|
createdAt: Date;
|
|
275
265
|
updatedAt: Date;
|
|
276
|
-
type: string;
|
|
277
266
|
syncedAt: Date;
|
|
278
267
|
mtaId: string | null;
|
|
279
268
|
name: string;
|
|
280
269
|
developerId: string;
|
|
281
270
|
state: string;
|
|
282
271
|
developer?: {
|
|
283
|
-
id: string;
|
|
284
272
|
status: string;
|
|
273
|
+
id: string;
|
|
285
274
|
isArchived: boolean;
|
|
286
275
|
createdAt: Date;
|
|
287
276
|
updatedAt: Date;
|
|
@@ -289,6 +278,17 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
289
278
|
companyName: string | null;
|
|
290
279
|
} | null | undefined;
|
|
291
280
|
} | null | undefined;
|
|
281
|
+
customer?: {
|
|
282
|
+
status: string;
|
|
283
|
+
id: string;
|
|
284
|
+
isArchived: boolean;
|
|
285
|
+
createdAt: Date;
|
|
286
|
+
updatedAt: Date;
|
|
287
|
+
fullName: string | null;
|
|
288
|
+
mobile: string | null;
|
|
289
|
+
email: string;
|
|
290
|
+
syncedAt: Date;
|
|
291
|
+
} | null | undefined;
|
|
292
292
|
} | null | undefined;
|
|
293
293
|
} & any)[] | null | undefined;
|
|
294
294
|
reconciledTransactions?: z.output<typeof mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -302,19 +302,19 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
302
302
|
transactionNumber?: string | null | undefined;
|
|
303
303
|
isCancelable?: boolean | null | undefined;
|
|
304
304
|
}, z.ZodTypeDef, {
|
|
305
|
-
id: string;
|
|
306
305
|
status: string;
|
|
306
|
+
id: string;
|
|
307
|
+
propertyId: string | null;
|
|
308
|
+
balanceCents: string | number | bigint;
|
|
307
309
|
isArchived: boolean;
|
|
308
310
|
createdAt: Date;
|
|
309
311
|
updatedAt: Date;
|
|
310
312
|
syncedAt: Date;
|
|
311
313
|
debitAmountCents: string | number | bigint;
|
|
312
314
|
creditAmountCents: string | number | bigint;
|
|
313
|
-
balanceCents: string | number | bigint;
|
|
314
315
|
mtaId: string;
|
|
315
316
|
description: string | null;
|
|
316
317
|
clearedAt: Date | null;
|
|
317
|
-
propertyId: string | null;
|
|
318
318
|
transactionType: string;
|
|
319
319
|
isCanceled: boolean;
|
|
320
320
|
isRefunded: boolean;
|
|
@@ -343,13 +343,13 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
343
343
|
lastName?: string | null | undefined;
|
|
344
344
|
} | null | undefined;
|
|
345
345
|
property?: {
|
|
346
|
-
id: string;
|
|
347
346
|
status: string;
|
|
347
|
+
id: string;
|
|
348
|
+
balanceCents: number | bigint;
|
|
348
349
|
isArchived: boolean;
|
|
349
350
|
createdAt: Date;
|
|
350
351
|
updatedAt: Date;
|
|
351
352
|
syncedAt: Date;
|
|
352
|
-
balanceCents: number | bigint;
|
|
353
353
|
customerId: string;
|
|
354
354
|
projectId: string;
|
|
355
355
|
lotDetail: string | null;
|
|
@@ -358,33 +358,22 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
358
358
|
mtaId: string;
|
|
359
359
|
mtaBalanceCents: number | bigint;
|
|
360
360
|
cmaBalanceCents: number | bigint;
|
|
361
|
-
customer?: {
|
|
362
|
-
id: string;
|
|
363
|
-
status: string;
|
|
364
|
-
isArchived: boolean;
|
|
365
|
-
createdAt: Date;
|
|
366
|
-
updatedAt: Date;
|
|
367
|
-
fullName: string | null;
|
|
368
|
-
mobile: string | null;
|
|
369
|
-
email: string;
|
|
370
|
-
syncedAt: Date;
|
|
371
|
-
} | null | undefined;
|
|
372
361
|
buyerName?: string | null | undefined;
|
|
373
362
|
project?: {
|
|
374
|
-
|
|
363
|
+
type: string;
|
|
375
364
|
status: string;
|
|
365
|
+
id: string;
|
|
376
366
|
isArchived: boolean;
|
|
377
367
|
createdAt: Date;
|
|
378
368
|
updatedAt: Date;
|
|
379
|
-
type: string;
|
|
380
369
|
syncedAt: Date;
|
|
381
370
|
mtaId: string | null;
|
|
382
371
|
name: string;
|
|
383
372
|
developerId: string;
|
|
384
373
|
state: string;
|
|
385
374
|
developer?: {
|
|
386
|
-
id: string;
|
|
387
375
|
status: string;
|
|
376
|
+
id: string;
|
|
388
377
|
isArchived: boolean;
|
|
389
378
|
createdAt: Date;
|
|
390
379
|
updatedAt: Date;
|
|
@@ -392,23 +381,34 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
392
381
|
companyName: string | null;
|
|
393
382
|
} | null | undefined;
|
|
394
383
|
} | null | undefined;
|
|
384
|
+
customer?: {
|
|
385
|
+
status: string;
|
|
386
|
+
id: string;
|
|
387
|
+
isArchived: boolean;
|
|
388
|
+
createdAt: Date;
|
|
389
|
+
updatedAt: Date;
|
|
390
|
+
fullName: string | null;
|
|
391
|
+
mobile: string | null;
|
|
392
|
+
email: string;
|
|
393
|
+
syncedAt: Date;
|
|
394
|
+
} | null | undefined;
|
|
395
395
|
} | null | undefined;
|
|
396
396
|
} & {
|
|
397
397
|
mta?: z.input<typeof import("..").mtaRestResSchema> | null | undefined;
|
|
398
398
|
sourceTransaction?: ({
|
|
399
|
-
id: string;
|
|
400
399
|
status: string;
|
|
400
|
+
id: string;
|
|
401
|
+
propertyId: string | null;
|
|
402
|
+
balanceCents: string | number | bigint;
|
|
401
403
|
isArchived: boolean;
|
|
402
404
|
createdAt: Date;
|
|
403
405
|
updatedAt: Date;
|
|
404
406
|
syncedAt: Date;
|
|
405
407
|
debitAmountCents: string | number | bigint;
|
|
406
408
|
creditAmountCents: string | number | bigint;
|
|
407
|
-
balanceCents: string | number | bigint;
|
|
408
409
|
mtaId: string;
|
|
409
410
|
description: string | null;
|
|
410
411
|
clearedAt: Date | null;
|
|
411
|
-
propertyId: string | null;
|
|
412
412
|
transactionType: string;
|
|
413
413
|
isCanceled: boolean;
|
|
414
414
|
isRefunded: boolean;
|
|
@@ -437,13 +437,13 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
437
437
|
lastName?: string | null | undefined;
|
|
438
438
|
} | null | undefined;
|
|
439
439
|
property?: {
|
|
440
|
-
id: string;
|
|
441
440
|
status: string;
|
|
441
|
+
id: string;
|
|
442
|
+
balanceCents: number | bigint;
|
|
442
443
|
isArchived: boolean;
|
|
443
444
|
createdAt: Date;
|
|
444
445
|
updatedAt: Date;
|
|
445
446
|
syncedAt: Date;
|
|
446
|
-
balanceCents: number | bigint;
|
|
447
447
|
customerId: string;
|
|
448
448
|
projectId: string;
|
|
449
449
|
lotDetail: string | null;
|
|
@@ -452,33 +452,22 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
452
452
|
mtaId: string;
|
|
453
453
|
mtaBalanceCents: number | bigint;
|
|
454
454
|
cmaBalanceCents: number | bigint;
|
|
455
|
-
customer?: {
|
|
456
|
-
id: string;
|
|
457
|
-
status: string;
|
|
458
|
-
isArchived: boolean;
|
|
459
|
-
createdAt: Date;
|
|
460
|
-
updatedAt: Date;
|
|
461
|
-
fullName: string | null;
|
|
462
|
-
mobile: string | null;
|
|
463
|
-
email: string;
|
|
464
|
-
syncedAt: Date;
|
|
465
|
-
} | null | undefined;
|
|
466
455
|
buyerName?: string | null | undefined;
|
|
467
456
|
project?: {
|
|
468
|
-
|
|
457
|
+
type: string;
|
|
469
458
|
status: string;
|
|
459
|
+
id: string;
|
|
470
460
|
isArchived: boolean;
|
|
471
461
|
createdAt: Date;
|
|
472
462
|
updatedAt: Date;
|
|
473
|
-
type: string;
|
|
474
463
|
syncedAt: Date;
|
|
475
464
|
mtaId: string | null;
|
|
476
465
|
name: string;
|
|
477
466
|
developerId: string;
|
|
478
467
|
state: string;
|
|
479
468
|
developer?: {
|
|
480
|
-
id: string;
|
|
481
469
|
status: string;
|
|
470
|
+
id: string;
|
|
482
471
|
isArchived: boolean;
|
|
483
472
|
createdAt: Date;
|
|
484
473
|
updatedAt: Date;
|
|
@@ -486,22 +475,33 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
486
475
|
companyName: string | null;
|
|
487
476
|
} | null | undefined;
|
|
488
477
|
} | null | undefined;
|
|
478
|
+
customer?: {
|
|
479
|
+
status: string;
|
|
480
|
+
id: string;
|
|
481
|
+
isArchived: boolean;
|
|
482
|
+
createdAt: Date;
|
|
483
|
+
updatedAt: Date;
|
|
484
|
+
fullName: string | null;
|
|
485
|
+
mobile: string | null;
|
|
486
|
+
email: string;
|
|
487
|
+
syncedAt: Date;
|
|
488
|
+
} | null | undefined;
|
|
489
489
|
} | null | undefined;
|
|
490
490
|
} & any) | null | undefined;
|
|
491
491
|
subsequentTransactions?: ({
|
|
492
|
-
id: string;
|
|
493
492
|
status: string;
|
|
493
|
+
id: string;
|
|
494
|
+
propertyId: string | null;
|
|
495
|
+
balanceCents: string | number | bigint;
|
|
494
496
|
isArchived: boolean;
|
|
495
497
|
createdAt: Date;
|
|
496
498
|
updatedAt: Date;
|
|
497
499
|
syncedAt: Date;
|
|
498
500
|
debitAmountCents: string | number | bigint;
|
|
499
501
|
creditAmountCents: string | number | bigint;
|
|
500
|
-
balanceCents: string | number | bigint;
|
|
501
502
|
mtaId: string;
|
|
502
503
|
description: string | null;
|
|
503
504
|
clearedAt: Date | null;
|
|
504
|
-
propertyId: string | null;
|
|
505
505
|
transactionType: string;
|
|
506
506
|
isCanceled: boolean;
|
|
507
507
|
isRefunded: boolean;
|
|
@@ -530,13 +530,13 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
530
530
|
lastName?: string | null | undefined;
|
|
531
531
|
} | null | undefined;
|
|
532
532
|
property?: {
|
|
533
|
-
id: string;
|
|
534
533
|
status: string;
|
|
534
|
+
id: string;
|
|
535
|
+
balanceCents: number | bigint;
|
|
535
536
|
isArchived: boolean;
|
|
536
537
|
createdAt: Date;
|
|
537
538
|
updatedAt: Date;
|
|
538
539
|
syncedAt: Date;
|
|
539
|
-
balanceCents: number | bigint;
|
|
540
540
|
customerId: string;
|
|
541
541
|
projectId: string;
|
|
542
542
|
lotDetail: string | null;
|
|
@@ -545,33 +545,22 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
545
545
|
mtaId: string;
|
|
546
546
|
mtaBalanceCents: number | bigint;
|
|
547
547
|
cmaBalanceCents: number | bigint;
|
|
548
|
-
customer?: {
|
|
549
|
-
id: string;
|
|
550
|
-
status: string;
|
|
551
|
-
isArchived: boolean;
|
|
552
|
-
createdAt: Date;
|
|
553
|
-
updatedAt: Date;
|
|
554
|
-
fullName: string | null;
|
|
555
|
-
mobile: string | null;
|
|
556
|
-
email: string;
|
|
557
|
-
syncedAt: Date;
|
|
558
|
-
} | null | undefined;
|
|
559
548
|
buyerName?: string | null | undefined;
|
|
560
549
|
project?: {
|
|
561
|
-
|
|
550
|
+
type: string;
|
|
562
551
|
status: string;
|
|
552
|
+
id: string;
|
|
563
553
|
isArchived: boolean;
|
|
564
554
|
createdAt: Date;
|
|
565
555
|
updatedAt: Date;
|
|
566
|
-
type: string;
|
|
567
556
|
syncedAt: Date;
|
|
568
557
|
mtaId: string | null;
|
|
569
558
|
name: string;
|
|
570
559
|
developerId: string;
|
|
571
560
|
state: string;
|
|
572
561
|
developer?: {
|
|
573
|
-
id: string;
|
|
574
562
|
status: string;
|
|
563
|
+
id: string;
|
|
575
564
|
isArchived: boolean;
|
|
576
565
|
createdAt: Date;
|
|
577
566
|
updatedAt: Date;
|
|
@@ -579,6 +568,17 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
579
568
|
companyName: string | null;
|
|
580
569
|
} | null | undefined;
|
|
581
570
|
} | null | undefined;
|
|
571
|
+
customer?: {
|
|
572
|
+
status: string;
|
|
573
|
+
id: string;
|
|
574
|
+
isArchived: boolean;
|
|
575
|
+
createdAt: Date;
|
|
576
|
+
updatedAt: Date;
|
|
577
|
+
fullName: string | null;
|
|
578
|
+
mobile: string | null;
|
|
579
|
+
email: string;
|
|
580
|
+
syncedAt: Date;
|
|
581
|
+
} | null | undefined;
|
|
582
582
|
} | null | undefined;
|
|
583
583
|
} & any)[] | null | undefined;
|
|
584
584
|
reconciledTransactions?: z.input<typeof mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -643,8 +643,8 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
643
643
|
createdAt: z.ZodDate;
|
|
644
644
|
updatedAt: z.ZodDate;
|
|
645
645
|
}, "strip", z.ZodTypeAny, {
|
|
646
|
-
id: string;
|
|
647
646
|
status: string;
|
|
647
|
+
id: string;
|
|
648
648
|
isArchived: boolean;
|
|
649
649
|
createdAt: Date;
|
|
650
650
|
updatedAt: Date;
|
|
@@ -652,8 +652,8 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
652
652
|
providerCode: string;
|
|
653
653
|
settings: string;
|
|
654
654
|
}, {
|
|
655
|
-
id: string;
|
|
656
655
|
status: string;
|
|
656
|
+
id: string;
|
|
657
657
|
isArchived: boolean;
|
|
658
658
|
createdAt: Date;
|
|
659
659
|
updatedAt: Date;
|
|
@@ -681,40 +681,40 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
681
681
|
createdBy: z.ZodNullable<z.ZodString>;
|
|
682
682
|
updatedBy: z.ZodNullable<z.ZodString>;
|
|
683
683
|
}, "strip", z.ZodTypeAny, {
|
|
684
|
-
id: string;
|
|
685
684
|
status: string;
|
|
685
|
+
id: string;
|
|
686
|
+
balanceCents: bigint;
|
|
687
|
+
stateCode: string;
|
|
688
|
+
bankCode: string;
|
|
686
689
|
isArchived: boolean;
|
|
687
690
|
createdBy: string | null;
|
|
688
691
|
createdAt: Date;
|
|
689
692
|
updatedAt: Date;
|
|
690
693
|
syncedAt: Date | null;
|
|
691
|
-
balanceCents: bigint;
|
|
692
694
|
name: string;
|
|
693
695
|
bsb: string;
|
|
694
696
|
accountNumber: string;
|
|
695
697
|
updatedBy: string | null;
|
|
696
698
|
country: string;
|
|
697
|
-
stateCode: string;
|
|
698
|
-
bankCode: string;
|
|
699
699
|
currentReceiveSeq: number;
|
|
700
700
|
currentPayoutSeq: number;
|
|
701
701
|
subsidiaryId: string;
|
|
702
702
|
}, {
|
|
703
|
-
id: string;
|
|
704
703
|
status: string;
|
|
704
|
+
id: string;
|
|
705
|
+
balanceCents: bigint;
|
|
706
|
+
stateCode: string;
|
|
707
|
+
bankCode: string;
|
|
705
708
|
isArchived: boolean;
|
|
706
709
|
createdBy: string | null;
|
|
707
710
|
createdAt: Date;
|
|
708
711
|
updatedAt: Date;
|
|
709
712
|
syncedAt: Date | null;
|
|
710
|
-
balanceCents: bigint;
|
|
711
713
|
name: string;
|
|
712
714
|
bsb: string;
|
|
713
715
|
accountNumber: string;
|
|
714
716
|
updatedBy: string | null;
|
|
715
717
|
country: string;
|
|
716
|
-
stateCode: string;
|
|
717
|
-
bankCode: string;
|
|
718
718
|
currentReceiveSeq: number;
|
|
719
719
|
currentPayoutSeq: number;
|
|
720
720
|
subsidiaryId: string;
|
|
@@ -763,8 +763,8 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
763
763
|
domainName: string;
|
|
764
764
|
}>>>>;
|
|
765
765
|
}, "strip", z.ZodTypeAny, {
|
|
766
|
-
id: string;
|
|
767
766
|
status: string;
|
|
767
|
+
id: string;
|
|
768
768
|
isArchived: boolean;
|
|
769
769
|
createdAt: Date;
|
|
770
770
|
updatedAt: Date;
|
|
@@ -779,21 +779,21 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
779
779
|
};
|
|
780
780
|
};
|
|
781
781
|
mta?: {
|
|
782
|
-
id: string;
|
|
783
782
|
status: string;
|
|
783
|
+
id: string;
|
|
784
|
+
balanceCents: bigint;
|
|
785
|
+
stateCode: string;
|
|
786
|
+
bankCode: string;
|
|
784
787
|
isArchived: boolean;
|
|
785
788
|
createdBy: string | null;
|
|
786
789
|
createdAt: Date;
|
|
787
790
|
updatedAt: Date;
|
|
788
791
|
syncedAt: Date | null;
|
|
789
|
-
balanceCents: bigint;
|
|
790
792
|
name: string;
|
|
791
793
|
bsb: string;
|
|
792
794
|
accountNumber: string;
|
|
793
795
|
updatedBy: string | null;
|
|
794
796
|
country: string;
|
|
795
|
-
stateCode: string;
|
|
796
|
-
bankCode: string;
|
|
797
797
|
currentReceiveSeq: number;
|
|
798
798
|
currentPayoutSeq: number;
|
|
799
799
|
subsidiaryId: string;
|
|
@@ -805,8 +805,8 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
805
805
|
domainName: string;
|
|
806
806
|
} | null | undefined;
|
|
807
807
|
paymentProvider?: {
|
|
808
|
-
id: string;
|
|
809
808
|
status: string;
|
|
809
|
+
id: string;
|
|
810
810
|
isArchived: boolean;
|
|
811
811
|
createdAt: Date;
|
|
812
812
|
updatedAt: Date;
|
|
@@ -815,8 +815,8 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
815
815
|
settings: string;
|
|
816
816
|
} | undefined;
|
|
817
817
|
}, {
|
|
818
|
-
id: string;
|
|
819
818
|
status: string;
|
|
819
|
+
id: string;
|
|
820
820
|
isArchived: boolean;
|
|
821
821
|
createdAt: Date;
|
|
822
822
|
updatedAt: Date;
|
|
@@ -825,29 +825,29 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
825
825
|
paymentProviderId: string;
|
|
826
826
|
account: string;
|
|
827
827
|
mta?: {
|
|
828
|
-
id: string;
|
|
829
828
|
status: string;
|
|
829
|
+
id: string;
|
|
830
|
+
balanceCents: bigint;
|
|
831
|
+
stateCode: string;
|
|
832
|
+
bankCode: string;
|
|
830
833
|
isArchived: boolean;
|
|
831
834
|
createdBy: string | null;
|
|
832
835
|
createdAt: Date;
|
|
833
836
|
updatedAt: Date;
|
|
834
837
|
syncedAt: Date | null;
|
|
835
|
-
balanceCents: bigint;
|
|
836
838
|
name: string;
|
|
837
839
|
bsb: string;
|
|
838
840
|
accountNumber: string;
|
|
839
841
|
updatedBy: string | null;
|
|
840
842
|
country: string;
|
|
841
|
-
stateCode: string;
|
|
842
|
-
bankCode: string;
|
|
843
843
|
currentReceiveSeq: number;
|
|
844
844
|
currentPayoutSeq: number;
|
|
845
845
|
subsidiaryId: string;
|
|
846
846
|
} | undefined;
|
|
847
847
|
floatAccount?: string | null | undefined;
|
|
848
848
|
paymentProvider?: {
|
|
849
|
-
id: string;
|
|
850
849
|
status: string;
|
|
850
|
+
id: string;
|
|
851
851
|
isArchived: boolean;
|
|
852
852
|
createdAt: Date;
|
|
853
853
|
updatedAt: Date;
|
|
@@ -871,8 +871,8 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
871
871
|
mtaId: z.ZodString;
|
|
872
872
|
closingDescription: z.ZodNullable<z.ZodString>;
|
|
873
873
|
}, "strip", z.ZodTypeAny, {
|
|
874
|
-
id: string;
|
|
875
874
|
status: string;
|
|
875
|
+
id: string;
|
|
876
876
|
isArchived: boolean;
|
|
877
877
|
createdAt: Date;
|
|
878
878
|
updatedAt: Date;
|
|
@@ -885,8 +885,8 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
885
885
|
startDate: Date;
|
|
886
886
|
openingBalanceCents: bigint;
|
|
887
887
|
}, {
|
|
888
|
-
id: string;
|
|
889
888
|
status: string;
|
|
889
|
+
id: string;
|
|
890
890
|
isArchived: boolean;
|
|
891
891
|
createdAt: Date;
|
|
892
892
|
updatedAt: Date;
|
|
@@ -900,27 +900,27 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
900
900
|
openingBalanceCents: bigint;
|
|
901
901
|
}>, "many">>>;
|
|
902
902
|
}, "strip", z.ZodTypeAny, {
|
|
903
|
-
id: string;
|
|
904
903
|
status: string;
|
|
904
|
+
id: string;
|
|
905
|
+
balanceCents: number;
|
|
906
|
+
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
907
|
+
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
905
908
|
isArchived: boolean;
|
|
906
909
|
createdBy: string | null;
|
|
907
910
|
createdAt: Date;
|
|
908
911
|
updatedAt: Date;
|
|
909
912
|
syncedAt: Date | null;
|
|
910
|
-
balanceCents: number;
|
|
911
913
|
name: string;
|
|
912
914
|
bsb: string | null;
|
|
913
915
|
accountNumber: string | null;
|
|
914
916
|
updatedBy: string | null;
|
|
915
917
|
country: string;
|
|
916
|
-
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
917
|
-
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
918
918
|
currentReceiveSeq: number;
|
|
919
919
|
currentPayoutSeq: number;
|
|
920
920
|
subsidiaryId: string;
|
|
921
921
|
paymentMethods?: {
|
|
922
|
-
id: string;
|
|
923
922
|
status: string;
|
|
923
|
+
id: string;
|
|
924
924
|
isArchived: boolean;
|
|
925
925
|
createdAt: Date;
|
|
926
926
|
updatedAt: Date;
|
|
@@ -935,21 +935,21 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
935
935
|
};
|
|
936
936
|
};
|
|
937
937
|
mta?: {
|
|
938
|
-
id: string;
|
|
939
938
|
status: string;
|
|
939
|
+
id: string;
|
|
940
|
+
balanceCents: bigint;
|
|
941
|
+
stateCode: string;
|
|
942
|
+
bankCode: string;
|
|
940
943
|
isArchived: boolean;
|
|
941
944
|
createdBy: string | null;
|
|
942
945
|
createdAt: Date;
|
|
943
946
|
updatedAt: Date;
|
|
944
947
|
syncedAt: Date | null;
|
|
945
|
-
balanceCents: bigint;
|
|
946
948
|
name: string;
|
|
947
949
|
bsb: string;
|
|
948
950
|
accountNumber: string;
|
|
949
951
|
updatedBy: string | null;
|
|
950
952
|
country: string;
|
|
951
|
-
stateCode: string;
|
|
952
|
-
bankCode: string;
|
|
953
953
|
currentReceiveSeq: number;
|
|
954
954
|
currentPayoutSeq: number;
|
|
955
955
|
subsidiaryId: string;
|
|
@@ -961,8 +961,8 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
961
961
|
domainName: string;
|
|
962
962
|
} | null | undefined;
|
|
963
963
|
paymentProvider?: {
|
|
964
|
-
id: string;
|
|
965
964
|
status: string;
|
|
965
|
+
id: string;
|
|
966
966
|
isArchived: boolean;
|
|
967
967
|
createdAt: Date;
|
|
968
968
|
updatedAt: Date;
|
|
@@ -972,8 +972,8 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
972
972
|
} | undefined;
|
|
973
973
|
}[] | undefined;
|
|
974
974
|
accountPeriods?: {
|
|
975
|
-
id: string;
|
|
976
975
|
status: string;
|
|
976
|
+
id: string;
|
|
977
977
|
isArchived: boolean;
|
|
978
978
|
createdAt: Date;
|
|
979
979
|
updatedAt: Date;
|
|
@@ -987,27 +987,27 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
987
987
|
openingBalanceCents: bigint;
|
|
988
988
|
}[] | undefined;
|
|
989
989
|
}, {
|
|
990
|
-
id: string;
|
|
991
990
|
status: string;
|
|
991
|
+
id: string;
|
|
992
|
+
balanceCents: string | number | bigint;
|
|
993
|
+
stateCode: string;
|
|
994
|
+
bankCode: string;
|
|
992
995
|
isArchived: boolean;
|
|
993
996
|
createdBy: string | null;
|
|
994
997
|
createdAt: Date;
|
|
995
998
|
updatedAt: Date;
|
|
996
999
|
syncedAt: Date | null;
|
|
997
|
-
balanceCents: string | number | bigint;
|
|
998
1000
|
name: string;
|
|
999
1001
|
bsb: string;
|
|
1000
1002
|
accountNumber: string;
|
|
1001
1003
|
updatedBy: string | null;
|
|
1002
1004
|
country: string;
|
|
1003
|
-
stateCode: string;
|
|
1004
|
-
bankCode: string;
|
|
1005
1005
|
currentReceiveSeq: number;
|
|
1006
1006
|
currentPayoutSeq: number;
|
|
1007
1007
|
subsidiaryId: string;
|
|
1008
1008
|
paymentMethods?: {
|
|
1009
|
-
id: string;
|
|
1010
1009
|
status: string;
|
|
1010
|
+
id: string;
|
|
1011
1011
|
isArchived: boolean;
|
|
1012
1012
|
createdAt: Date;
|
|
1013
1013
|
updatedAt: Date;
|
|
@@ -1016,29 +1016,29 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1016
1016
|
paymentProviderId: string;
|
|
1017
1017
|
account: string;
|
|
1018
1018
|
mta?: {
|
|
1019
|
-
id: string;
|
|
1020
1019
|
status: string;
|
|
1020
|
+
id: string;
|
|
1021
|
+
balanceCents: bigint;
|
|
1022
|
+
stateCode: string;
|
|
1023
|
+
bankCode: string;
|
|
1021
1024
|
isArchived: boolean;
|
|
1022
1025
|
createdBy: string | null;
|
|
1023
1026
|
createdAt: Date;
|
|
1024
1027
|
updatedAt: Date;
|
|
1025
1028
|
syncedAt: Date | null;
|
|
1026
|
-
balanceCents: bigint;
|
|
1027
1029
|
name: string;
|
|
1028
1030
|
bsb: string;
|
|
1029
1031
|
accountNumber: string;
|
|
1030
1032
|
updatedBy: string | null;
|
|
1031
1033
|
country: string;
|
|
1032
|
-
stateCode: string;
|
|
1033
|
-
bankCode: string;
|
|
1034
1034
|
currentReceiveSeq: number;
|
|
1035
1035
|
currentPayoutSeq: number;
|
|
1036
1036
|
subsidiaryId: string;
|
|
1037
1037
|
} | undefined;
|
|
1038
1038
|
floatAccount?: string | null | undefined;
|
|
1039
1039
|
paymentProvider?: {
|
|
1040
|
-
id: string;
|
|
1041
1040
|
status: string;
|
|
1041
|
+
id: string;
|
|
1042
1042
|
isArchived: boolean;
|
|
1043
1043
|
createdAt: Date;
|
|
1044
1044
|
updatedAt: Date;
|
|
@@ -1048,8 +1048,8 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1048
1048
|
} | undefined;
|
|
1049
1049
|
}[] | undefined;
|
|
1050
1050
|
accountPeriods?: {
|
|
1051
|
-
id: string;
|
|
1052
1051
|
status: string;
|
|
1052
|
+
id: string;
|
|
1053
1053
|
isArchived: boolean;
|
|
1054
1054
|
createdAt: Date;
|
|
1055
1055
|
updatedAt: Date;
|
|
@@ -1064,8 +1064,8 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1064
1064
|
}[] | undefined;
|
|
1065
1065
|
}>>>;
|
|
1066
1066
|
}, "strip", z.ZodTypeAny, {
|
|
1067
|
-
id: string;
|
|
1068
1067
|
status: import("../..").AccountPeriodStatus;
|
|
1068
|
+
id: string;
|
|
1069
1069
|
isArchived: boolean;
|
|
1070
1070
|
createdAt: Date;
|
|
1071
1071
|
updatedAt: Date;
|
|
@@ -1077,27 +1077,27 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1077
1077
|
startDate: Date;
|
|
1078
1078
|
openingBalanceCents: number;
|
|
1079
1079
|
mta?: {
|
|
1080
|
-
id: string;
|
|
1081
1080
|
status: string;
|
|
1081
|
+
id: string;
|
|
1082
|
+
balanceCents: number;
|
|
1083
|
+
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
1084
|
+
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
1082
1085
|
isArchived: boolean;
|
|
1083
1086
|
createdBy: string | null;
|
|
1084
1087
|
createdAt: Date;
|
|
1085
1088
|
updatedAt: Date;
|
|
1086
1089
|
syncedAt: Date | null;
|
|
1087
|
-
balanceCents: number;
|
|
1088
1090
|
name: string;
|
|
1089
1091
|
bsb: string | null;
|
|
1090
1092
|
accountNumber: string | null;
|
|
1091
1093
|
updatedBy: string | null;
|
|
1092
1094
|
country: string;
|
|
1093
|
-
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
1094
|
-
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
1095
1095
|
currentReceiveSeq: number;
|
|
1096
1096
|
currentPayoutSeq: number;
|
|
1097
1097
|
subsidiaryId: string;
|
|
1098
1098
|
paymentMethods?: {
|
|
1099
|
-
id: string;
|
|
1100
1099
|
status: string;
|
|
1100
|
+
id: string;
|
|
1101
1101
|
isArchived: boolean;
|
|
1102
1102
|
createdAt: Date;
|
|
1103
1103
|
updatedAt: Date;
|
|
@@ -1112,21 +1112,21 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1112
1112
|
};
|
|
1113
1113
|
};
|
|
1114
1114
|
mta?: {
|
|
1115
|
-
id: string;
|
|
1116
1115
|
status: string;
|
|
1116
|
+
id: string;
|
|
1117
|
+
balanceCents: bigint;
|
|
1118
|
+
stateCode: string;
|
|
1119
|
+
bankCode: string;
|
|
1117
1120
|
isArchived: boolean;
|
|
1118
1121
|
createdBy: string | null;
|
|
1119
1122
|
createdAt: Date;
|
|
1120
1123
|
updatedAt: Date;
|
|
1121
1124
|
syncedAt: Date | null;
|
|
1122
|
-
balanceCents: bigint;
|
|
1123
1125
|
name: string;
|
|
1124
1126
|
bsb: string;
|
|
1125
1127
|
accountNumber: string;
|
|
1126
1128
|
updatedBy: string | null;
|
|
1127
1129
|
country: string;
|
|
1128
|
-
stateCode: string;
|
|
1129
|
-
bankCode: string;
|
|
1130
1130
|
currentReceiveSeq: number;
|
|
1131
1131
|
currentPayoutSeq: number;
|
|
1132
1132
|
subsidiaryId: string;
|
|
@@ -1138,8 +1138,8 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1138
1138
|
domainName: string;
|
|
1139
1139
|
} | null | undefined;
|
|
1140
1140
|
paymentProvider?: {
|
|
1141
|
-
id: string;
|
|
1142
1141
|
status: string;
|
|
1142
|
+
id: string;
|
|
1143
1143
|
isArchived: boolean;
|
|
1144
1144
|
createdAt: Date;
|
|
1145
1145
|
updatedAt: Date;
|
|
@@ -1149,8 +1149,8 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1149
1149
|
} | undefined;
|
|
1150
1150
|
}[] | undefined;
|
|
1151
1151
|
accountPeriods?: {
|
|
1152
|
-
id: string;
|
|
1153
1152
|
status: string;
|
|
1153
|
+
id: string;
|
|
1154
1154
|
isArchived: boolean;
|
|
1155
1155
|
createdAt: Date;
|
|
1156
1156
|
updatedAt: Date;
|
|
@@ -1169,8 +1169,8 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1169
1169
|
unreconciledAmountCents?: number | null | undefined;
|
|
1170
1170
|
totalReconciledAmountCents?: number | null | undefined;
|
|
1171
1171
|
}, {
|
|
1172
|
-
id: string;
|
|
1173
1172
|
status: string;
|
|
1173
|
+
id: string;
|
|
1174
1174
|
isArchived: boolean;
|
|
1175
1175
|
createdAt: Date;
|
|
1176
1176
|
updatedAt: Date;
|
|
@@ -1182,27 +1182,27 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1182
1182
|
startDate: Date;
|
|
1183
1183
|
openingBalanceCents: string | number | bigint;
|
|
1184
1184
|
mta?: {
|
|
1185
|
-
id: string;
|
|
1186
1185
|
status: string;
|
|
1186
|
+
id: string;
|
|
1187
|
+
balanceCents: string | number | bigint;
|
|
1188
|
+
stateCode: string;
|
|
1189
|
+
bankCode: string;
|
|
1187
1190
|
isArchived: boolean;
|
|
1188
1191
|
createdBy: string | null;
|
|
1189
1192
|
createdAt: Date;
|
|
1190
1193
|
updatedAt: Date;
|
|
1191
1194
|
syncedAt: Date | null;
|
|
1192
|
-
balanceCents: string | number | bigint;
|
|
1193
1195
|
name: string;
|
|
1194
1196
|
bsb: string;
|
|
1195
1197
|
accountNumber: string;
|
|
1196
1198
|
updatedBy: string | null;
|
|
1197
1199
|
country: string;
|
|
1198
|
-
stateCode: string;
|
|
1199
|
-
bankCode: string;
|
|
1200
1200
|
currentReceiveSeq: number;
|
|
1201
1201
|
currentPayoutSeq: number;
|
|
1202
1202
|
subsidiaryId: string;
|
|
1203
1203
|
paymentMethods?: {
|
|
1204
|
-
id: string;
|
|
1205
1204
|
status: string;
|
|
1205
|
+
id: string;
|
|
1206
1206
|
isArchived: boolean;
|
|
1207
1207
|
createdAt: Date;
|
|
1208
1208
|
updatedAt: Date;
|
|
@@ -1211,29 +1211,29 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1211
1211
|
paymentProviderId: string;
|
|
1212
1212
|
account: string;
|
|
1213
1213
|
mta?: {
|
|
1214
|
-
id: string;
|
|
1215
1214
|
status: string;
|
|
1215
|
+
id: string;
|
|
1216
|
+
balanceCents: bigint;
|
|
1217
|
+
stateCode: string;
|
|
1218
|
+
bankCode: string;
|
|
1216
1219
|
isArchived: boolean;
|
|
1217
1220
|
createdBy: string | null;
|
|
1218
1221
|
createdAt: Date;
|
|
1219
1222
|
updatedAt: Date;
|
|
1220
1223
|
syncedAt: Date | null;
|
|
1221
|
-
balanceCents: bigint;
|
|
1222
1224
|
name: string;
|
|
1223
1225
|
bsb: string;
|
|
1224
1226
|
accountNumber: string;
|
|
1225
1227
|
updatedBy: string | null;
|
|
1226
1228
|
country: string;
|
|
1227
|
-
stateCode: string;
|
|
1228
|
-
bankCode: string;
|
|
1229
1229
|
currentReceiveSeq: number;
|
|
1230
1230
|
currentPayoutSeq: number;
|
|
1231
1231
|
subsidiaryId: string;
|
|
1232
1232
|
} | undefined;
|
|
1233
1233
|
floatAccount?: string | null | undefined;
|
|
1234
1234
|
paymentProvider?: {
|
|
1235
|
-
id: string;
|
|
1236
1235
|
status: string;
|
|
1236
|
+
id: string;
|
|
1237
1237
|
isArchived: boolean;
|
|
1238
1238
|
createdAt: Date;
|
|
1239
1239
|
updatedAt: Date;
|
|
@@ -1243,8 +1243,8 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1243
1243
|
} | undefined;
|
|
1244
1244
|
}[] | undefined;
|
|
1245
1245
|
accountPeriods?: {
|
|
1246
|
-
id: string;
|
|
1247
1246
|
status: string;
|
|
1247
|
+
id: string;
|
|
1248
1248
|
isArchived: boolean;
|
|
1249
1249
|
createdAt: Date;
|
|
1250
1250
|
updatedAt: Date;
|
|
@@ -1264,19 +1264,19 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1264
1264
|
totalReconciledAmountCents?: string | number | bigint | null | undefined;
|
|
1265
1265
|
}>>>;
|
|
1266
1266
|
}, "strip", z.ZodTypeAny, {
|
|
1267
|
+
status: string;
|
|
1267
1268
|
id: string;
|
|
1268
1269
|
accountPeriodId: string | null;
|
|
1269
1270
|
reconciledByReconciliationId: string;
|
|
1270
1271
|
reconciledAt: Date;
|
|
1271
|
-
status: string;
|
|
1272
1272
|
isArchived: boolean;
|
|
1273
1273
|
createdBy: string;
|
|
1274
1274
|
createdAt: Date;
|
|
1275
1275
|
updatedAt: Date;
|
|
1276
1276
|
mtaTransactionId: string;
|
|
1277
1277
|
accountPeriod?: {
|
|
1278
|
-
id: string;
|
|
1279
1278
|
status: import("../..").AccountPeriodStatus;
|
|
1279
|
+
id: string;
|
|
1280
1280
|
isArchived: boolean;
|
|
1281
1281
|
createdAt: Date;
|
|
1282
1282
|
updatedAt: Date;
|
|
@@ -1288,27 +1288,27 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1288
1288
|
startDate: Date;
|
|
1289
1289
|
openingBalanceCents: number;
|
|
1290
1290
|
mta?: {
|
|
1291
|
-
id: string;
|
|
1292
1291
|
status: string;
|
|
1292
|
+
id: string;
|
|
1293
|
+
balanceCents: number;
|
|
1294
|
+
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
1295
|
+
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
1293
1296
|
isArchived: boolean;
|
|
1294
1297
|
createdBy: string | null;
|
|
1295
1298
|
createdAt: Date;
|
|
1296
1299
|
updatedAt: Date;
|
|
1297
1300
|
syncedAt: Date | null;
|
|
1298
|
-
balanceCents: number;
|
|
1299
1301
|
name: string;
|
|
1300
1302
|
bsb: string | null;
|
|
1301
1303
|
accountNumber: string | null;
|
|
1302
1304
|
updatedBy: string | null;
|
|
1303
1305
|
country: string;
|
|
1304
|
-
stateCode: import("@mikemo-coposit/am-zshared").AuStateCode;
|
|
1305
|
-
bankCode: import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode;
|
|
1306
1306
|
currentReceiveSeq: number;
|
|
1307
1307
|
currentPayoutSeq: number;
|
|
1308
1308
|
subsidiaryId: string;
|
|
1309
1309
|
paymentMethods?: {
|
|
1310
|
-
id: string;
|
|
1311
1310
|
status: string;
|
|
1311
|
+
id: string;
|
|
1312
1312
|
isArchived: boolean;
|
|
1313
1313
|
createdAt: Date;
|
|
1314
1314
|
updatedAt: Date;
|
|
@@ -1323,21 +1323,21 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1323
1323
|
};
|
|
1324
1324
|
};
|
|
1325
1325
|
mta?: {
|
|
1326
|
-
id: string;
|
|
1327
1326
|
status: string;
|
|
1327
|
+
id: string;
|
|
1328
|
+
balanceCents: bigint;
|
|
1329
|
+
stateCode: string;
|
|
1330
|
+
bankCode: string;
|
|
1328
1331
|
isArchived: boolean;
|
|
1329
1332
|
createdBy: string | null;
|
|
1330
1333
|
createdAt: Date;
|
|
1331
1334
|
updatedAt: Date;
|
|
1332
1335
|
syncedAt: Date | null;
|
|
1333
|
-
balanceCents: bigint;
|
|
1334
1336
|
name: string;
|
|
1335
1337
|
bsb: string;
|
|
1336
1338
|
accountNumber: string;
|
|
1337
1339
|
updatedBy: string | null;
|
|
1338
1340
|
country: string;
|
|
1339
|
-
stateCode: string;
|
|
1340
|
-
bankCode: string;
|
|
1341
1341
|
currentReceiveSeq: number;
|
|
1342
1342
|
currentPayoutSeq: number;
|
|
1343
1343
|
subsidiaryId: string;
|
|
@@ -1349,8 +1349,8 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1349
1349
|
domainName: string;
|
|
1350
1350
|
} | null | undefined;
|
|
1351
1351
|
paymentProvider?: {
|
|
1352
|
-
id: string;
|
|
1353
1352
|
status: string;
|
|
1353
|
+
id: string;
|
|
1354
1354
|
isArchived: boolean;
|
|
1355
1355
|
createdAt: Date;
|
|
1356
1356
|
updatedAt: Date;
|
|
@@ -1360,8 +1360,8 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1360
1360
|
} | undefined;
|
|
1361
1361
|
}[] | undefined;
|
|
1362
1362
|
accountPeriods?: {
|
|
1363
|
-
id: string;
|
|
1364
1363
|
status: string;
|
|
1364
|
+
id: string;
|
|
1365
1365
|
isArchived: boolean;
|
|
1366
1366
|
createdAt: Date;
|
|
1367
1367
|
updatedAt: Date;
|
|
@@ -1381,19 +1381,19 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1381
1381
|
totalReconciledAmountCents?: number | null | undefined;
|
|
1382
1382
|
} | undefined;
|
|
1383
1383
|
mtaTransaction?: ({
|
|
1384
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
1384
1385
|
id: string;
|
|
1385
|
-
|
|
1386
|
+
propertyId: string | null;
|
|
1387
|
+
balanceCents: number;
|
|
1386
1388
|
isArchived: boolean;
|
|
1387
1389
|
createdAt: Date;
|
|
1388
1390
|
updatedAt: Date;
|
|
1389
1391
|
syncedAt: Date;
|
|
1390
1392
|
debitAmountCents: number;
|
|
1391
1393
|
creditAmountCents: number;
|
|
1392
|
-
balanceCents: number;
|
|
1393
1394
|
mtaId: string;
|
|
1394
1395
|
description: string | null;
|
|
1395
1396
|
clearedAt: Date | null;
|
|
1396
|
-
propertyId: string | null;
|
|
1397
1397
|
transactionType: string;
|
|
1398
1398
|
isCanceled: boolean;
|
|
1399
1399
|
isRefunded: boolean;
|
|
@@ -1422,13 +1422,13 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1422
1422
|
lastName?: string | null | undefined;
|
|
1423
1423
|
} | null | undefined;
|
|
1424
1424
|
property?: {
|
|
1425
|
-
id: string;
|
|
1426
1425
|
status: string;
|
|
1426
|
+
id: string;
|
|
1427
|
+
balanceCents: number | bigint;
|
|
1427
1428
|
isArchived: boolean;
|
|
1428
1429
|
createdAt: Date;
|
|
1429
1430
|
updatedAt: Date;
|
|
1430
1431
|
syncedAt: Date;
|
|
1431
|
-
balanceCents: number | bigint;
|
|
1432
1432
|
customerId: string;
|
|
1433
1433
|
projectId: string;
|
|
1434
1434
|
lotDetail: string | null;
|
|
@@ -1437,33 +1437,22 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1437
1437
|
mtaId: string;
|
|
1438
1438
|
mtaBalanceCents: number | bigint;
|
|
1439
1439
|
cmaBalanceCents: number | bigint;
|
|
1440
|
-
customer?: {
|
|
1441
|
-
id: string;
|
|
1442
|
-
status: string;
|
|
1443
|
-
isArchived: boolean;
|
|
1444
|
-
createdAt: Date;
|
|
1445
|
-
updatedAt: Date;
|
|
1446
|
-
fullName: string | null;
|
|
1447
|
-
mobile: string | null;
|
|
1448
|
-
email: string;
|
|
1449
|
-
syncedAt: Date;
|
|
1450
|
-
} | null | undefined;
|
|
1451
1440
|
buyerName?: string | null | undefined;
|
|
1452
1441
|
project?: {
|
|
1453
|
-
|
|
1442
|
+
type: string;
|
|
1454
1443
|
status: string;
|
|
1444
|
+
id: string;
|
|
1455
1445
|
isArchived: boolean;
|
|
1456
1446
|
createdAt: Date;
|
|
1457
1447
|
updatedAt: Date;
|
|
1458
|
-
type: string;
|
|
1459
1448
|
syncedAt: Date;
|
|
1460
1449
|
mtaId: string | null;
|
|
1461
1450
|
name: string;
|
|
1462
1451
|
developerId: string;
|
|
1463
1452
|
state: string;
|
|
1464
1453
|
developer?: {
|
|
1465
|
-
id: string;
|
|
1466
1454
|
status: string;
|
|
1455
|
+
id: string;
|
|
1467
1456
|
isArchived: boolean;
|
|
1468
1457
|
createdAt: Date;
|
|
1469
1458
|
updatedAt: Date;
|
|
@@ -1471,23 +1460,34 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1471
1460
|
companyName: string | null;
|
|
1472
1461
|
} | null | undefined;
|
|
1473
1462
|
} | null | undefined;
|
|
1463
|
+
customer?: {
|
|
1464
|
+
status: string;
|
|
1465
|
+
id: string;
|
|
1466
|
+
isArchived: boolean;
|
|
1467
|
+
createdAt: Date;
|
|
1468
|
+
updatedAt: Date;
|
|
1469
|
+
fullName: string | null;
|
|
1470
|
+
mobile: string | null;
|
|
1471
|
+
email: string;
|
|
1472
|
+
syncedAt: Date;
|
|
1473
|
+
} | null | undefined;
|
|
1474
1474
|
} | null | undefined;
|
|
1475
1475
|
} & {
|
|
1476
1476
|
mta?: z.output<typeof import("..").mtaRestResSchema> | null | undefined;
|
|
1477
1477
|
sourceTransaction?: ({
|
|
1478
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
1478
1479
|
id: string;
|
|
1479
|
-
|
|
1480
|
+
propertyId: string | null;
|
|
1481
|
+
balanceCents: number;
|
|
1480
1482
|
isArchived: boolean;
|
|
1481
1483
|
createdAt: Date;
|
|
1482
1484
|
updatedAt: Date;
|
|
1483
1485
|
syncedAt: Date;
|
|
1484
1486
|
debitAmountCents: number;
|
|
1485
1487
|
creditAmountCents: number;
|
|
1486
|
-
balanceCents: number;
|
|
1487
1488
|
mtaId: string;
|
|
1488
1489
|
description: string | null;
|
|
1489
1490
|
clearedAt: Date | null;
|
|
1490
|
-
propertyId: string | null;
|
|
1491
1491
|
transactionType: string;
|
|
1492
1492
|
isCanceled: boolean;
|
|
1493
1493
|
isRefunded: boolean;
|
|
@@ -1516,13 +1516,13 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1516
1516
|
lastName?: string | null | undefined;
|
|
1517
1517
|
} | null | undefined;
|
|
1518
1518
|
property?: {
|
|
1519
|
-
id: string;
|
|
1520
1519
|
status: string;
|
|
1520
|
+
id: string;
|
|
1521
|
+
balanceCents: number | bigint;
|
|
1521
1522
|
isArchived: boolean;
|
|
1522
1523
|
createdAt: Date;
|
|
1523
1524
|
updatedAt: Date;
|
|
1524
1525
|
syncedAt: Date;
|
|
1525
|
-
balanceCents: number | bigint;
|
|
1526
1526
|
customerId: string;
|
|
1527
1527
|
projectId: string;
|
|
1528
1528
|
lotDetail: string | null;
|
|
@@ -1531,33 +1531,22 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1531
1531
|
mtaId: string;
|
|
1532
1532
|
mtaBalanceCents: number | bigint;
|
|
1533
1533
|
cmaBalanceCents: number | bigint;
|
|
1534
|
-
customer?: {
|
|
1535
|
-
id: string;
|
|
1536
|
-
status: string;
|
|
1537
|
-
isArchived: boolean;
|
|
1538
|
-
createdAt: Date;
|
|
1539
|
-
updatedAt: Date;
|
|
1540
|
-
fullName: string | null;
|
|
1541
|
-
mobile: string | null;
|
|
1542
|
-
email: string;
|
|
1543
|
-
syncedAt: Date;
|
|
1544
|
-
} | null | undefined;
|
|
1545
1534
|
buyerName?: string | null | undefined;
|
|
1546
1535
|
project?: {
|
|
1547
|
-
|
|
1536
|
+
type: string;
|
|
1548
1537
|
status: string;
|
|
1538
|
+
id: string;
|
|
1549
1539
|
isArchived: boolean;
|
|
1550
1540
|
createdAt: Date;
|
|
1551
1541
|
updatedAt: Date;
|
|
1552
|
-
type: string;
|
|
1553
1542
|
syncedAt: Date;
|
|
1554
1543
|
mtaId: string | null;
|
|
1555
1544
|
name: string;
|
|
1556
1545
|
developerId: string;
|
|
1557
1546
|
state: string;
|
|
1558
1547
|
developer?: {
|
|
1559
|
-
id: string;
|
|
1560
1548
|
status: string;
|
|
1549
|
+
id: string;
|
|
1561
1550
|
isArchived: boolean;
|
|
1562
1551
|
createdAt: Date;
|
|
1563
1552
|
updatedAt: Date;
|
|
@@ -1565,22 +1554,33 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1565
1554
|
companyName: string | null;
|
|
1566
1555
|
} | null | undefined;
|
|
1567
1556
|
} | null | undefined;
|
|
1557
|
+
customer?: {
|
|
1558
|
+
status: string;
|
|
1559
|
+
id: string;
|
|
1560
|
+
isArchived: boolean;
|
|
1561
|
+
createdAt: Date;
|
|
1562
|
+
updatedAt: Date;
|
|
1563
|
+
fullName: string | null;
|
|
1564
|
+
mobile: string | null;
|
|
1565
|
+
email: string;
|
|
1566
|
+
syncedAt: Date;
|
|
1567
|
+
} | null | undefined;
|
|
1568
1568
|
} | null | undefined;
|
|
1569
1569
|
} & any) | null | undefined;
|
|
1570
1570
|
subsequentTransactions?: ({
|
|
1571
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
1571
1572
|
id: string;
|
|
1572
|
-
|
|
1573
|
+
propertyId: string | null;
|
|
1574
|
+
balanceCents: number;
|
|
1573
1575
|
isArchived: boolean;
|
|
1574
1576
|
createdAt: Date;
|
|
1575
1577
|
updatedAt: Date;
|
|
1576
1578
|
syncedAt: Date;
|
|
1577
1579
|
debitAmountCents: number;
|
|
1578
1580
|
creditAmountCents: number;
|
|
1579
|
-
balanceCents: number;
|
|
1580
1581
|
mtaId: string;
|
|
1581
1582
|
description: string | null;
|
|
1582
1583
|
clearedAt: Date | null;
|
|
1583
|
-
propertyId: string | null;
|
|
1584
1584
|
transactionType: string;
|
|
1585
1585
|
isCanceled: boolean;
|
|
1586
1586
|
isRefunded: boolean;
|
|
@@ -1609,13 +1609,13 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1609
1609
|
lastName?: string | null | undefined;
|
|
1610
1610
|
} | null | undefined;
|
|
1611
1611
|
property?: {
|
|
1612
|
-
id: string;
|
|
1613
1612
|
status: string;
|
|
1613
|
+
id: string;
|
|
1614
|
+
balanceCents: number | bigint;
|
|
1614
1615
|
isArchived: boolean;
|
|
1615
1616
|
createdAt: Date;
|
|
1616
1617
|
updatedAt: Date;
|
|
1617
1618
|
syncedAt: Date;
|
|
1618
|
-
balanceCents: number | bigint;
|
|
1619
1619
|
customerId: string;
|
|
1620
1620
|
projectId: string;
|
|
1621
1621
|
lotDetail: string | null;
|
|
@@ -1624,33 +1624,22 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1624
1624
|
mtaId: string;
|
|
1625
1625
|
mtaBalanceCents: number | bigint;
|
|
1626
1626
|
cmaBalanceCents: number | bigint;
|
|
1627
|
-
customer?: {
|
|
1628
|
-
id: string;
|
|
1629
|
-
status: string;
|
|
1630
|
-
isArchived: boolean;
|
|
1631
|
-
createdAt: Date;
|
|
1632
|
-
updatedAt: Date;
|
|
1633
|
-
fullName: string | null;
|
|
1634
|
-
mobile: string | null;
|
|
1635
|
-
email: string;
|
|
1636
|
-
syncedAt: Date;
|
|
1637
|
-
} | null | undefined;
|
|
1638
1627
|
buyerName?: string | null | undefined;
|
|
1639
1628
|
project?: {
|
|
1640
|
-
|
|
1629
|
+
type: string;
|
|
1641
1630
|
status: string;
|
|
1631
|
+
id: string;
|
|
1642
1632
|
isArchived: boolean;
|
|
1643
1633
|
createdAt: Date;
|
|
1644
1634
|
updatedAt: Date;
|
|
1645
|
-
type: string;
|
|
1646
1635
|
syncedAt: Date;
|
|
1647
1636
|
mtaId: string | null;
|
|
1648
1637
|
name: string;
|
|
1649
1638
|
developerId: string;
|
|
1650
1639
|
state: string;
|
|
1651
1640
|
developer?: {
|
|
1652
|
-
id: string;
|
|
1653
1641
|
status: string;
|
|
1642
|
+
id: string;
|
|
1654
1643
|
isArchived: boolean;
|
|
1655
1644
|
createdAt: Date;
|
|
1656
1645
|
updatedAt: Date;
|
|
@@ -1658,6 +1647,17 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1658
1647
|
companyName: string | null;
|
|
1659
1648
|
} | null | undefined;
|
|
1660
1649
|
} | null | undefined;
|
|
1650
|
+
customer?: {
|
|
1651
|
+
status: string;
|
|
1652
|
+
id: string;
|
|
1653
|
+
isArchived: boolean;
|
|
1654
|
+
createdAt: Date;
|
|
1655
|
+
updatedAt: Date;
|
|
1656
|
+
fullName: string | null;
|
|
1657
|
+
mobile: string | null;
|
|
1658
|
+
email: string;
|
|
1659
|
+
syncedAt: Date;
|
|
1660
|
+
} | null | undefined;
|
|
1661
1661
|
} | null | undefined;
|
|
1662
1662
|
} & any)[] | null | undefined;
|
|
1663
1663
|
reconciledTransactions?: z.output<typeof mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -1672,19 +1672,19 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1672
1672
|
isCancelable?: boolean | null | undefined;
|
|
1673
1673
|
}) | undefined;
|
|
1674
1674
|
}, {
|
|
1675
|
+
status: string;
|
|
1675
1676
|
id: string;
|
|
1676
1677
|
accountPeriodId: string | null;
|
|
1677
1678
|
reconciledByReconciliationId: string;
|
|
1678
1679
|
reconciledAt: Date;
|
|
1679
|
-
status: string;
|
|
1680
1680
|
isArchived: boolean;
|
|
1681
1681
|
createdBy: string;
|
|
1682
1682
|
createdAt: Date;
|
|
1683
1683
|
updatedAt: Date;
|
|
1684
1684
|
mtaTransactionId: string;
|
|
1685
1685
|
accountPeriod?: {
|
|
1686
|
-
id: string;
|
|
1687
1686
|
status: string;
|
|
1687
|
+
id: string;
|
|
1688
1688
|
isArchived: boolean;
|
|
1689
1689
|
createdAt: Date;
|
|
1690
1690
|
updatedAt: Date;
|
|
@@ -1696,27 +1696,27 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1696
1696
|
startDate: Date;
|
|
1697
1697
|
openingBalanceCents: string | number | bigint;
|
|
1698
1698
|
mta?: {
|
|
1699
|
-
id: string;
|
|
1700
1699
|
status: string;
|
|
1700
|
+
id: string;
|
|
1701
|
+
balanceCents: string | number | bigint;
|
|
1702
|
+
stateCode: string;
|
|
1703
|
+
bankCode: string;
|
|
1701
1704
|
isArchived: boolean;
|
|
1702
1705
|
createdBy: string | null;
|
|
1703
1706
|
createdAt: Date;
|
|
1704
1707
|
updatedAt: Date;
|
|
1705
1708
|
syncedAt: Date | null;
|
|
1706
|
-
balanceCents: string | number | bigint;
|
|
1707
1709
|
name: string;
|
|
1708
1710
|
bsb: string;
|
|
1709
1711
|
accountNumber: string;
|
|
1710
1712
|
updatedBy: string | null;
|
|
1711
1713
|
country: string;
|
|
1712
|
-
stateCode: string;
|
|
1713
|
-
bankCode: string;
|
|
1714
1714
|
currentReceiveSeq: number;
|
|
1715
1715
|
currentPayoutSeq: number;
|
|
1716
1716
|
subsidiaryId: string;
|
|
1717
1717
|
paymentMethods?: {
|
|
1718
|
-
id: string;
|
|
1719
1718
|
status: string;
|
|
1719
|
+
id: string;
|
|
1720
1720
|
isArchived: boolean;
|
|
1721
1721
|
createdAt: Date;
|
|
1722
1722
|
updatedAt: Date;
|
|
@@ -1725,29 +1725,29 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1725
1725
|
paymentProviderId: string;
|
|
1726
1726
|
account: string;
|
|
1727
1727
|
mta?: {
|
|
1728
|
-
id: string;
|
|
1729
1728
|
status: string;
|
|
1729
|
+
id: string;
|
|
1730
|
+
balanceCents: bigint;
|
|
1731
|
+
stateCode: string;
|
|
1732
|
+
bankCode: string;
|
|
1730
1733
|
isArchived: boolean;
|
|
1731
1734
|
createdBy: string | null;
|
|
1732
1735
|
createdAt: Date;
|
|
1733
1736
|
updatedAt: Date;
|
|
1734
1737
|
syncedAt: Date | null;
|
|
1735
|
-
balanceCents: bigint;
|
|
1736
1738
|
name: string;
|
|
1737
1739
|
bsb: string;
|
|
1738
1740
|
accountNumber: string;
|
|
1739
1741
|
updatedBy: string | null;
|
|
1740
1742
|
country: string;
|
|
1741
|
-
stateCode: string;
|
|
1742
|
-
bankCode: string;
|
|
1743
1743
|
currentReceiveSeq: number;
|
|
1744
1744
|
currentPayoutSeq: number;
|
|
1745
1745
|
subsidiaryId: string;
|
|
1746
1746
|
} | undefined;
|
|
1747
1747
|
floatAccount?: string | null | undefined;
|
|
1748
1748
|
paymentProvider?: {
|
|
1749
|
-
id: string;
|
|
1750
1749
|
status: string;
|
|
1750
|
+
id: string;
|
|
1751
1751
|
isArchived: boolean;
|
|
1752
1752
|
createdAt: Date;
|
|
1753
1753
|
updatedAt: Date;
|
|
@@ -1757,8 +1757,8 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1757
1757
|
} | undefined;
|
|
1758
1758
|
}[] | undefined;
|
|
1759
1759
|
accountPeriods?: {
|
|
1760
|
-
id: string;
|
|
1761
1760
|
status: string;
|
|
1761
|
+
id: string;
|
|
1762
1762
|
isArchived: boolean;
|
|
1763
1763
|
createdAt: Date;
|
|
1764
1764
|
updatedAt: Date;
|
|
@@ -1778,19 +1778,19 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1778
1778
|
totalReconciledAmountCents?: string | number | bigint | null | undefined;
|
|
1779
1779
|
} | undefined;
|
|
1780
1780
|
mtaTransaction?: ({
|
|
1781
|
-
id: string;
|
|
1782
1781
|
status: string;
|
|
1782
|
+
id: string;
|
|
1783
|
+
propertyId: string | null;
|
|
1784
|
+
balanceCents: string | number | bigint;
|
|
1783
1785
|
isArchived: boolean;
|
|
1784
1786
|
createdAt: Date;
|
|
1785
1787
|
updatedAt: Date;
|
|
1786
1788
|
syncedAt: Date;
|
|
1787
1789
|
debitAmountCents: string | number | bigint;
|
|
1788
1790
|
creditAmountCents: string | number | bigint;
|
|
1789
|
-
balanceCents: string | number | bigint;
|
|
1790
1791
|
mtaId: string;
|
|
1791
1792
|
description: string | null;
|
|
1792
1793
|
clearedAt: Date | null;
|
|
1793
|
-
propertyId: string | null;
|
|
1794
1794
|
transactionType: string;
|
|
1795
1795
|
isCanceled: boolean;
|
|
1796
1796
|
isRefunded: boolean;
|
|
@@ -1819,13 +1819,13 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1819
1819
|
lastName?: string | null | undefined;
|
|
1820
1820
|
} | null | undefined;
|
|
1821
1821
|
property?: {
|
|
1822
|
-
id: string;
|
|
1823
1822
|
status: string;
|
|
1823
|
+
id: string;
|
|
1824
|
+
balanceCents: number | bigint;
|
|
1824
1825
|
isArchived: boolean;
|
|
1825
1826
|
createdAt: Date;
|
|
1826
1827
|
updatedAt: Date;
|
|
1827
1828
|
syncedAt: Date;
|
|
1828
|
-
balanceCents: number | bigint;
|
|
1829
1829
|
customerId: string;
|
|
1830
1830
|
projectId: string;
|
|
1831
1831
|
lotDetail: string | null;
|
|
@@ -1834,33 +1834,22 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1834
1834
|
mtaId: string;
|
|
1835
1835
|
mtaBalanceCents: number | bigint;
|
|
1836
1836
|
cmaBalanceCents: number | bigint;
|
|
1837
|
-
customer?: {
|
|
1838
|
-
id: string;
|
|
1839
|
-
status: 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
1837
|
buyerName?: string | null | undefined;
|
|
1849
1838
|
project?: {
|
|
1850
|
-
|
|
1839
|
+
type: string;
|
|
1851
1840
|
status: string;
|
|
1841
|
+
id: string;
|
|
1852
1842
|
isArchived: boolean;
|
|
1853
1843
|
createdAt: Date;
|
|
1854
1844
|
updatedAt: Date;
|
|
1855
|
-
type: string;
|
|
1856
1845
|
syncedAt: Date;
|
|
1857
1846
|
mtaId: string | null;
|
|
1858
1847
|
name: string;
|
|
1859
1848
|
developerId: string;
|
|
1860
1849
|
state: string;
|
|
1861
1850
|
developer?: {
|
|
1862
|
-
id: string;
|
|
1863
1851
|
status: string;
|
|
1852
|
+
id: string;
|
|
1864
1853
|
isArchived: boolean;
|
|
1865
1854
|
createdAt: Date;
|
|
1866
1855
|
updatedAt: Date;
|
|
@@ -1868,23 +1857,34 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1868
1857
|
companyName: string | null;
|
|
1869
1858
|
} | null | undefined;
|
|
1870
1859
|
} | null | undefined;
|
|
1860
|
+
customer?: {
|
|
1861
|
+
status: string;
|
|
1862
|
+
id: string;
|
|
1863
|
+
isArchived: boolean;
|
|
1864
|
+
createdAt: Date;
|
|
1865
|
+
updatedAt: Date;
|
|
1866
|
+
fullName: string | null;
|
|
1867
|
+
mobile: string | null;
|
|
1868
|
+
email: string;
|
|
1869
|
+
syncedAt: Date;
|
|
1870
|
+
} | null | undefined;
|
|
1871
1871
|
} | null | undefined;
|
|
1872
1872
|
} & {
|
|
1873
1873
|
mta?: z.input<typeof import("..").mtaRestResSchema> | null | undefined;
|
|
1874
1874
|
sourceTransaction?: ({
|
|
1875
|
-
id: string;
|
|
1876
1875
|
status: string;
|
|
1876
|
+
id: string;
|
|
1877
|
+
propertyId: string | null;
|
|
1878
|
+
balanceCents: string | number | bigint;
|
|
1877
1879
|
isArchived: boolean;
|
|
1878
1880
|
createdAt: Date;
|
|
1879
1881
|
updatedAt: Date;
|
|
1880
1882
|
syncedAt: Date;
|
|
1881
1883
|
debitAmountCents: string | number | bigint;
|
|
1882
1884
|
creditAmountCents: string | number | bigint;
|
|
1883
|
-
balanceCents: string | number | bigint;
|
|
1884
1885
|
mtaId: string;
|
|
1885
1886
|
description: string | null;
|
|
1886
1887
|
clearedAt: Date | null;
|
|
1887
|
-
propertyId: string | null;
|
|
1888
1888
|
transactionType: string;
|
|
1889
1889
|
isCanceled: boolean;
|
|
1890
1890
|
isRefunded: boolean;
|
|
@@ -1913,13 +1913,13 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1913
1913
|
lastName?: string | null | undefined;
|
|
1914
1914
|
} | null | undefined;
|
|
1915
1915
|
property?: {
|
|
1916
|
-
id: string;
|
|
1917
1916
|
status: string;
|
|
1917
|
+
id: string;
|
|
1918
|
+
balanceCents: number | bigint;
|
|
1918
1919
|
isArchived: boolean;
|
|
1919
1920
|
createdAt: Date;
|
|
1920
1921
|
updatedAt: Date;
|
|
1921
1922
|
syncedAt: Date;
|
|
1922
|
-
balanceCents: number | bigint;
|
|
1923
1923
|
customerId: string;
|
|
1924
1924
|
projectId: string;
|
|
1925
1925
|
lotDetail: string | null;
|
|
@@ -1928,33 +1928,22 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1928
1928
|
mtaId: string;
|
|
1929
1929
|
mtaBalanceCents: number | bigint;
|
|
1930
1930
|
cmaBalanceCents: number | bigint;
|
|
1931
|
-
customer?: {
|
|
1932
|
-
id: string;
|
|
1933
|
-
status: string;
|
|
1934
|
-
isArchived: boolean;
|
|
1935
|
-
createdAt: Date;
|
|
1936
|
-
updatedAt: Date;
|
|
1937
|
-
fullName: string | null;
|
|
1938
|
-
mobile: string | null;
|
|
1939
|
-
email: string;
|
|
1940
|
-
syncedAt: Date;
|
|
1941
|
-
} | null | undefined;
|
|
1942
1931
|
buyerName?: string | null | undefined;
|
|
1943
1932
|
project?: {
|
|
1944
|
-
|
|
1933
|
+
type: string;
|
|
1945
1934
|
status: string;
|
|
1935
|
+
id: string;
|
|
1946
1936
|
isArchived: boolean;
|
|
1947
1937
|
createdAt: Date;
|
|
1948
1938
|
updatedAt: Date;
|
|
1949
|
-
type: string;
|
|
1950
1939
|
syncedAt: Date;
|
|
1951
1940
|
mtaId: string | null;
|
|
1952
1941
|
name: string;
|
|
1953
1942
|
developerId: string;
|
|
1954
1943
|
state: string;
|
|
1955
1944
|
developer?: {
|
|
1956
|
-
id: string;
|
|
1957
1945
|
status: string;
|
|
1946
|
+
id: string;
|
|
1958
1947
|
isArchived: boolean;
|
|
1959
1948
|
createdAt: Date;
|
|
1960
1949
|
updatedAt: Date;
|
|
@@ -1962,22 +1951,33 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1962
1951
|
companyName: string | null;
|
|
1963
1952
|
} | null | undefined;
|
|
1964
1953
|
} | null | undefined;
|
|
1954
|
+
customer?: {
|
|
1955
|
+
status: string;
|
|
1956
|
+
id: string;
|
|
1957
|
+
isArchived: boolean;
|
|
1958
|
+
createdAt: Date;
|
|
1959
|
+
updatedAt: Date;
|
|
1960
|
+
fullName: string | null;
|
|
1961
|
+
mobile: string | null;
|
|
1962
|
+
email: string;
|
|
1963
|
+
syncedAt: Date;
|
|
1964
|
+
} | null | undefined;
|
|
1965
1965
|
} | null | undefined;
|
|
1966
1966
|
} & any) | null | undefined;
|
|
1967
1967
|
subsequentTransactions?: ({
|
|
1968
|
-
id: string;
|
|
1969
1968
|
status: string;
|
|
1969
|
+
id: string;
|
|
1970
|
+
propertyId: string | null;
|
|
1971
|
+
balanceCents: string | number | bigint;
|
|
1970
1972
|
isArchived: boolean;
|
|
1971
1973
|
createdAt: Date;
|
|
1972
1974
|
updatedAt: Date;
|
|
1973
1975
|
syncedAt: Date;
|
|
1974
1976
|
debitAmountCents: string | number | bigint;
|
|
1975
1977
|
creditAmountCents: string | number | bigint;
|
|
1976
|
-
balanceCents: string | number | bigint;
|
|
1977
1978
|
mtaId: string;
|
|
1978
1979
|
description: string | null;
|
|
1979
1980
|
clearedAt: Date | null;
|
|
1980
|
-
propertyId: string | null;
|
|
1981
1981
|
transactionType: string;
|
|
1982
1982
|
isCanceled: boolean;
|
|
1983
1983
|
isRefunded: boolean;
|
|
@@ -2006,13 +2006,13 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
2006
2006
|
lastName?: string | null | undefined;
|
|
2007
2007
|
} | null | undefined;
|
|
2008
2008
|
property?: {
|
|
2009
|
-
id: string;
|
|
2010
2009
|
status: string;
|
|
2010
|
+
id: string;
|
|
2011
|
+
balanceCents: number | bigint;
|
|
2011
2012
|
isArchived: boolean;
|
|
2012
2013
|
createdAt: Date;
|
|
2013
2014
|
updatedAt: Date;
|
|
2014
2015
|
syncedAt: Date;
|
|
2015
|
-
balanceCents: number | bigint;
|
|
2016
2016
|
customerId: string;
|
|
2017
2017
|
projectId: string;
|
|
2018
2018
|
lotDetail: string | null;
|
|
@@ -2021,33 +2021,22 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
2021
2021
|
mtaId: string;
|
|
2022
2022
|
mtaBalanceCents: number | bigint;
|
|
2023
2023
|
cmaBalanceCents: number | bigint;
|
|
2024
|
-
customer?: {
|
|
2025
|
-
id: string;
|
|
2026
|
-
status: string;
|
|
2027
|
-
isArchived: boolean;
|
|
2028
|
-
createdAt: Date;
|
|
2029
|
-
updatedAt: Date;
|
|
2030
|
-
fullName: string | null;
|
|
2031
|
-
mobile: string | null;
|
|
2032
|
-
email: string;
|
|
2033
|
-
syncedAt: Date;
|
|
2034
|
-
} | null | undefined;
|
|
2035
2024
|
buyerName?: string | null | undefined;
|
|
2036
2025
|
project?: {
|
|
2037
|
-
|
|
2026
|
+
type: string;
|
|
2038
2027
|
status: string;
|
|
2028
|
+
id: string;
|
|
2039
2029
|
isArchived: boolean;
|
|
2040
2030
|
createdAt: Date;
|
|
2041
2031
|
updatedAt: Date;
|
|
2042
|
-
type: string;
|
|
2043
2032
|
syncedAt: Date;
|
|
2044
2033
|
mtaId: string | null;
|
|
2045
2034
|
name: string;
|
|
2046
2035
|
developerId: string;
|
|
2047
2036
|
state: string;
|
|
2048
2037
|
developer?: {
|
|
2049
|
-
id: string;
|
|
2050
2038
|
status: string;
|
|
2039
|
+
id: string;
|
|
2051
2040
|
isArchived: boolean;
|
|
2052
2041
|
createdAt: Date;
|
|
2053
2042
|
updatedAt: Date;
|
|
@@ -2055,6 +2044,17 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
2055
2044
|
companyName: string | null;
|
|
2056
2045
|
} | null | undefined;
|
|
2057
2046
|
} | null | undefined;
|
|
2047
|
+
customer?: {
|
|
2048
|
+
status: string;
|
|
2049
|
+
id: string;
|
|
2050
|
+
isArchived: boolean;
|
|
2051
|
+
createdAt: Date;
|
|
2052
|
+
updatedAt: Date;
|
|
2053
|
+
fullName: string | null;
|
|
2054
|
+
mobile: string | null;
|
|
2055
|
+
email: string;
|
|
2056
|
+
syncedAt: Date;
|
|
2057
|
+
} | null | undefined;
|
|
2058
2058
|
} | null | undefined;
|
|
2059
2059
|
} & any)[] | null | undefined;
|
|
2060
2060
|
reconciledTransactions?: z.input<typeof mtaReconciledTransactionRestResSchema>[] | null | undefined;
|