@mikemo-coposit/am-accounting-shared 0.0.6 → 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/constants/cma-transaction/cma-transaction-type.constant.d.ts +2 -0
- package/dist/cjs/constants/cma-transaction/cma-transaction-type.constant.d.ts.map +1 -1
- package/dist/cjs/constants/common/account-type.constant.d.ts +5 -0
- package/dist/cjs/constants/common/account-type.constant.d.ts.map +1 -0
- package/dist/cjs/constants/common/index.d.ts +1 -0
- package/dist/cjs/constants/common/index.d.ts.map +1 -1
- package/dist/cjs/constants/index.d.ts +1 -0
- package/dist/cjs/constants/index.d.ts.map +1 -1
- package/dist/cjs/constants/mta-transaction/mta-type.constant.d.ts +2 -0
- package/dist/cjs/constants/mta-transaction/mta-type.constant.d.ts.map +1 -1
- package/dist/cjs/constants/report/common/index.d.ts +3 -0
- package/dist/cjs/constants/report/common/index.d.ts.map +1 -0
- package/dist/cjs/constants/report/common/report-data-range-type.constant.d.ts +6 -0
- package/dist/cjs/constants/report/common/report-data-range-type.constant.d.ts.map +1 -0
- package/dist/cjs/constants/report/common/report-group-type.constant.d.ts +5 -0
- package/dist/cjs/constants/report/common/report-group-type.constant.d.ts.map +1 -0
- package/dist/cjs/constants/report/index.d.ts +2 -0
- package/dist/cjs/constants/report/index.d.ts.map +1 -0
- package/dist/cjs/index.js +308 -104
- package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts +476 -0
- package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -0
- package/dist/cjs/schemas/cma/cma.entity.schema.d.ts +182 -182
- package/dist/cjs/schemas/cma/cma.rest.schema.d.ts +90 -90
- package/dist/cjs/schemas/cma/create-cma.schema.d.ts +4 -4
- package/dist/cjs/schemas/cma/index.d.ts +1 -0
- package/dist/cjs/schemas/cma/index.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +328 -328
- package/dist/cjs/schemas/cma-account-period/cma-account-period.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +112 -112
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +240 -240
- package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +22 -22
- package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +228 -228
- package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +73 -72
- package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts +1 -0
- package/dist/cjs/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/date/index.d.ts +4 -0
- package/dist/cjs/schemas/common/date/index.d.ts.map +1 -0
- package/dist/cjs/schemas/common/date/string-to-date.schema.d.ts +3 -0
- package/dist/cjs/schemas/common/date/string-to-date.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/common/date/string-to-end-of-day.schema.d.ts +3 -0
- package/dist/cjs/schemas/common/date/string-to-end-of-day.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/common/date/string-to-start-of-day.schema.d.ts +3 -0
- package/dist/cjs/schemas/common/date/string-to-start-of-day.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/common/index.d.ts +1 -0
- package/dist/cjs/schemas/common/index.d.ts.map +1 -1
- package/dist/cjs/schemas/common/search/json-filter.schema.d.ts +2 -2
- package/dist/cjs/schemas/developer/developer.enity.schema.d.ts +2 -2
- package/dist/cjs/schemas/index.d.ts +1 -0
- package/dist/cjs/schemas/index.d.ts.map +1 -1
- package/dist/cjs/schemas/menu/create-menu.schema.d.ts +2 -2
- package/dist/cjs/schemas/menu/menu-res.schema.d.ts +16 -16
- package/dist/cjs/schemas/menu/update-menu.schema.d.ts +4 -4
- package/dist/cjs/schemas/mta/create-mta.rest.schema.d.ts +4 -4
- package/dist/cjs/schemas/mta/mta.entity.schema.d.ts +8 -8
- package/dist/cjs/schemas/mta/mta.rest.schema.d.ts +66 -66
- package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +328 -328
- package/dist/cjs/schemas/mta-account-period/mta-account-period.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/mta-account-period/mta-account-period.rest.schema.d.ts +78 -78
- package/dist/cjs/schemas/mta-payment-method/mta-payment-method.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts +22 -22
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +204 -204
- package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/mta-transaction/assign-unknonw-receipt-to-property.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts +1 -0
- package/dist/cjs/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +6 -6
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +73 -72
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payment-provider/payment-provider.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts +4 -4
- package/dist/cjs/schemas/payout/payout-provision-data.rest.schema.d.ts +1446 -1446
- package/dist/cjs/schemas/payout/payout-search.rest.schema.d.ts +4 -4
- package/dist/cjs/schemas/payout/payout.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/payout/payout.rest.create.schema.d.ts +8 -8
- package/dist/cjs/schemas/payout/payout.rest.list.schema.d.ts +2 -2
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts +3539 -3539
- package/dist/cjs/schemas/payout/payout.rest.view.schema.d.ts +18 -18
- package/dist/cjs/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts +16 -16
- package/dist/cjs/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts +4 -4
- package/dist/cjs/schemas/payout-transaction/index.d.ts +1 -0
- package/dist/cjs/schemas/payout-transaction/index.d.ts.map +1 -1
- package/dist/cjs/schemas/payout-transaction/payout-transactin.entity.schema.d.ts +4 -4
- package/dist/cjs/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts +337 -0
- package/dist/cjs/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +732 -732
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/cjs/schemas/project/project.entity.schema.d.ts +12 -12
- package/dist/cjs/schemas/project/project.rest.schema.d.ts +117 -117
- package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +35 -35
- package/dist/cjs/schemas/property/customer.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/property/property-accounts-balance.rest.schema.d.ts +10 -10
- package/dist/cjs/schemas/property/property-search.rest.schema.d.ts +55 -0
- package/dist/cjs/schemas/property/property-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property.entity.schema.d.ts +110 -110
- package/dist/cjs/schemas/property/property.rest.schema.d.ts +303 -303
- package/dist/cjs/schemas/report/common-report.rest.schema.d.ts +25 -0
- package/dist/cjs/schemas/report/common-report.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/report/customer-ledger.rest.schema.d.ts +34 -0
- package/dist/cjs/schemas/report/customer-ledger.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/report/index.d.ts +5 -0
- package/dist/cjs/schemas/report/index.d.ts.map +1 -0
- package/dist/cjs/schemas/report/receipt-list.rest.schema.d.ts +34 -0
- package/dist/cjs/schemas/report/receipt-list.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/report/trust-trial.rest.schema.d.ts +53 -0
- package/dist/cjs/schemas/report/trust-trial.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/user/user.entity.schema.d.ts +2 -2
- package/dist/esm/constants/cma-transaction/cma-transaction-type.constant.d.ts +2 -0
- package/dist/esm/constants/cma-transaction/cma-transaction-type.constant.d.ts.map +1 -1
- package/dist/esm/constants/common/account-type.constant.d.ts +5 -0
- package/dist/esm/constants/common/account-type.constant.d.ts.map +1 -0
- package/dist/esm/constants/common/index.d.ts +1 -0
- package/dist/esm/constants/common/index.d.ts.map +1 -1
- package/dist/esm/constants/index.d.ts +1 -0
- package/dist/esm/constants/index.d.ts.map +1 -1
- package/dist/esm/constants/mta-transaction/mta-type.constant.d.ts +2 -0
- package/dist/esm/constants/mta-transaction/mta-type.constant.d.ts.map +1 -1
- package/dist/esm/constants/report/common/index.d.ts +3 -0
- package/dist/esm/constants/report/common/index.d.ts.map +1 -0
- package/dist/esm/constants/report/common/report-data-range-type.constant.d.ts +6 -0
- package/dist/esm/constants/report/common/report-data-range-type.constant.d.ts.map +1 -0
- package/dist/esm/constants/report/common/report-group-type.constant.d.ts +5 -0
- package/dist/esm/constants/report/common/report-group-type.constant.d.ts.map +1 -0
- package/dist/esm/constants/report/index.d.ts +2 -0
- package/dist/esm/constants/report/index.d.ts.map +1 -0
- package/dist/esm/index.mjs +257 -92
- package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts +476 -0
- package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -0
- package/dist/esm/schemas/cma/cma.entity.schema.d.ts +182 -182
- package/dist/esm/schemas/cma/cma.rest.schema.d.ts +90 -90
- package/dist/esm/schemas/cma/create-cma.schema.d.ts +4 -4
- package/dist/esm/schemas/cma/index.d.ts +1 -0
- package/dist/esm/schemas/cma/index.d.ts.map +1 -1
- package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +328 -328
- package/dist/esm/schemas/cma-account-period/cma-account-period.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +112 -112
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +240 -240
- package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/cma-reconciliation/cma-reconciliation.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +22 -22
- package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +228 -228
- package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +73 -72
- package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts +1 -0
- package/dist/esm/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/date/index.d.ts +4 -0
- package/dist/esm/schemas/common/date/index.d.ts.map +1 -0
- package/dist/esm/schemas/common/date/string-to-date.schema.d.ts +3 -0
- package/dist/esm/schemas/common/date/string-to-date.schema.d.ts.map +1 -0
- package/dist/esm/schemas/common/date/string-to-end-of-day.schema.d.ts +3 -0
- package/dist/esm/schemas/common/date/string-to-end-of-day.schema.d.ts.map +1 -0
- package/dist/esm/schemas/common/date/string-to-start-of-day.schema.d.ts +3 -0
- package/dist/esm/schemas/common/date/string-to-start-of-day.schema.d.ts.map +1 -0
- package/dist/esm/schemas/common/index.d.ts +1 -0
- package/dist/esm/schemas/common/index.d.ts.map +1 -1
- package/dist/esm/schemas/common/search/json-filter.schema.d.ts +2 -2
- package/dist/esm/schemas/developer/developer.enity.schema.d.ts +2 -2
- package/dist/esm/schemas/index.d.ts +1 -0
- package/dist/esm/schemas/index.d.ts.map +1 -1
- package/dist/esm/schemas/menu/create-menu.schema.d.ts +2 -2
- package/dist/esm/schemas/menu/menu-res.schema.d.ts +16 -16
- package/dist/esm/schemas/menu/update-menu.schema.d.ts +4 -4
- package/dist/esm/schemas/mta/create-mta.rest.schema.d.ts +4 -4
- package/dist/esm/schemas/mta/mta.entity.schema.d.ts +8 -8
- package/dist/esm/schemas/mta/mta.rest.schema.d.ts +66 -66
- package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +328 -328
- package/dist/esm/schemas/mta-account-period/mta-account-period.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/mta-account-period/mta-account-period.rest.schema.d.ts +78 -78
- package/dist/esm/schemas/mta-payment-method/mta-payment-method.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/mta-payment-method/mta-payment-method.rest.schema.d.ts +22 -22
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +204 -204
- package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/mta-reconciliation/mta-reconciliation.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/mta-transaction/assign-unknonw-receipt-to-property.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts +1 -0
- package/dist/esm/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +6 -6
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +73 -72
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payment-provider/payment-provider.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/payout/create-mta-to-cma-payout.rest.schema.d.ts +4 -4
- package/dist/esm/schemas/payout/payout-provision-data.rest.schema.d.ts +1446 -1446
- package/dist/esm/schemas/payout/payout-search.rest.schema.d.ts +4 -4
- package/dist/esm/schemas/payout/payout.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/payout/payout.rest.create.schema.d.ts +8 -8
- package/dist/esm/schemas/payout/payout.rest.list.schema.d.ts +2 -2
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts +3539 -3539
- package/dist/esm/schemas/payout/payout.rest.view.schema.d.ts +18 -18
- package/dist/esm/schemas/payout-bank-file/payout-bank-file.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/payout-bank-file/payout-bank-file.rest.schem.d.ts +16 -16
- package/dist/esm/schemas/payout-bank-file-download-history/payout-bank-file-download-histor.entity.schema.d.ts +4 -4
- package/dist/esm/schemas/payout-transaction/index.d.ts +1 -0
- package/dist/esm/schemas/payout-transaction/index.d.ts.map +1 -1
- package/dist/esm/schemas/payout-transaction/payout-transactin.entity.schema.d.ts +4 -4
- package/dist/esm/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts +337 -0
- package/dist/esm/schemas/payout-transaction/payout-transaction-search.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +732 -732
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/esm/schemas/project/project.entity.schema.d.ts +12 -12
- package/dist/esm/schemas/project/project.rest.schema.d.ts +117 -117
- package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +35 -35
- package/dist/esm/schemas/property/customer.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/property/property-accounts-balance.rest.schema.d.ts +10 -10
- package/dist/esm/schemas/property/property-search.rest.schema.d.ts +55 -0
- package/dist/esm/schemas/property/property-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/property/property.entity.schema.d.ts +110 -110
- package/dist/esm/schemas/property/property.rest.schema.d.ts +303 -303
- package/dist/esm/schemas/report/common-report.rest.schema.d.ts +25 -0
- package/dist/esm/schemas/report/common-report.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/report/customer-ledger.rest.schema.d.ts +34 -0
- package/dist/esm/schemas/report/customer-ledger.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/report/index.d.ts +5 -0
- package/dist/esm/schemas/report/index.d.ts.map +1 -0
- package/dist/esm/schemas/report/receipt-list.rest.schema.d.ts +34 -0
- package/dist/esm/schemas/report/receipt-list.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/report/trust-trial.rest.schema.d.ts +53 -0
- package/dist/esm/schemas/report/trust-trial.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/user/user.entity.schema.d.ts +2 -2
- package/package.json +1 -1
package/dist/cjs/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
|
-
id: string;
|
|
16
15
|
status: import("../..").AccountingCommonStatus;
|
|
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;
|
|
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;
|
|
@@ -69,8 +69,8 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
69
69
|
mtaBalanceCents: number | bigint;
|
|
70
70
|
cmaBalanceCents: number | bigint;
|
|
71
71
|
customer?: {
|
|
72
|
-
id: string;
|
|
73
72
|
status: string;
|
|
73
|
+
id: string;
|
|
74
74
|
isArchived: boolean;
|
|
75
75
|
createdAt: Date;
|
|
76
76
|
updatedAt: Date;
|
|
@@ -81,20 +81,20 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
81
81
|
} | null | undefined;
|
|
82
82
|
buyerName?: string | null | undefined;
|
|
83
83
|
project?: {
|
|
84
|
-
|
|
84
|
+
type: string;
|
|
85
85
|
status: string;
|
|
86
|
+
id: string;
|
|
86
87
|
isArchived: boolean;
|
|
87
88
|
createdAt: Date;
|
|
88
89
|
updatedAt: Date;
|
|
89
|
-
type: string;
|
|
90
90
|
syncedAt: Date;
|
|
91
91
|
mtaId: string | null;
|
|
92
92
|
name: string;
|
|
93
93
|
developerId: string;
|
|
94
94
|
state: string;
|
|
95
95
|
developer?: {
|
|
96
|
-
id: string;
|
|
97
96
|
status: string;
|
|
97
|
+
id: string;
|
|
98
98
|
isArchived: boolean;
|
|
99
99
|
createdAt: Date;
|
|
100
100
|
updatedAt: Date;
|
|
@@ -106,19 +106,19 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
106
106
|
} & {
|
|
107
107
|
mta?: z.output<typeof import("..").mtaRestResSchema> | null | undefined;
|
|
108
108
|
sourceTransaction?: ({
|
|
109
|
-
id: string;
|
|
110
109
|
status: import("../..").AccountingCommonStatus;
|
|
110
|
+
id: string;
|
|
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;
|
|
@@ -163,8 +163,8 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
163
163
|
mtaBalanceCents: number | bigint;
|
|
164
164
|
cmaBalanceCents: number | bigint;
|
|
165
165
|
customer?: {
|
|
166
|
-
id: string;
|
|
167
166
|
status: string;
|
|
167
|
+
id: string;
|
|
168
168
|
isArchived: boolean;
|
|
169
169
|
createdAt: Date;
|
|
170
170
|
updatedAt: Date;
|
|
@@ -175,20 +175,20 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
175
175
|
} | null | undefined;
|
|
176
176
|
buyerName?: string | null | undefined;
|
|
177
177
|
project?: {
|
|
178
|
-
|
|
178
|
+
type: string;
|
|
179
179
|
status: string;
|
|
180
|
+
id: string;
|
|
180
181
|
isArchived: boolean;
|
|
181
182
|
createdAt: Date;
|
|
182
183
|
updatedAt: Date;
|
|
183
|
-
type: string;
|
|
184
184
|
syncedAt: Date;
|
|
185
185
|
mtaId: string | null;
|
|
186
186
|
name: string;
|
|
187
187
|
developerId: string;
|
|
188
188
|
state: string;
|
|
189
189
|
developer?: {
|
|
190
|
-
id: string;
|
|
191
190
|
status: string;
|
|
191
|
+
id: string;
|
|
192
192
|
isArchived: boolean;
|
|
193
193
|
createdAt: Date;
|
|
194
194
|
updatedAt: Date;
|
|
@@ -199,19 +199,19 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
199
199
|
} | null | undefined;
|
|
200
200
|
} & any) | null | undefined;
|
|
201
201
|
subsequentTransactions?: ({
|
|
202
|
-
id: string;
|
|
203
202
|
status: import("../..").AccountingCommonStatus;
|
|
203
|
+
id: string;
|
|
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;
|
|
@@ -256,8 +256,8 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
256
256
|
mtaBalanceCents: number | bigint;
|
|
257
257
|
cmaBalanceCents: number | bigint;
|
|
258
258
|
customer?: {
|
|
259
|
-
id: string;
|
|
260
259
|
status: string;
|
|
260
|
+
id: string;
|
|
261
261
|
isArchived: boolean;
|
|
262
262
|
createdAt: Date;
|
|
263
263
|
updatedAt: Date;
|
|
@@ -268,20 +268,20 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
268
268
|
} | null | undefined;
|
|
269
269
|
buyerName?: string | null | undefined;
|
|
270
270
|
project?: {
|
|
271
|
-
|
|
271
|
+
type: string;
|
|
272
272
|
status: string;
|
|
273
|
+
id: string;
|
|
273
274
|
isArchived: boolean;
|
|
274
275
|
createdAt: Date;
|
|
275
276
|
updatedAt: Date;
|
|
276
|
-
type: string;
|
|
277
277
|
syncedAt: Date;
|
|
278
278
|
mtaId: string | null;
|
|
279
279
|
name: string;
|
|
280
280
|
developerId: string;
|
|
281
281
|
state: string;
|
|
282
282
|
developer?: {
|
|
283
|
-
id: string;
|
|
284
283
|
status: string;
|
|
284
|
+
id: string;
|
|
285
285
|
isArchived: boolean;
|
|
286
286
|
createdAt: Date;
|
|
287
287
|
updatedAt: Date;
|
|
@@ -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;
|
|
@@ -359,8 +359,8 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
359
359
|
mtaBalanceCents: number | bigint;
|
|
360
360
|
cmaBalanceCents: number | bigint;
|
|
361
361
|
customer?: {
|
|
362
|
-
id: string;
|
|
363
362
|
status: string;
|
|
363
|
+
id: string;
|
|
364
364
|
isArchived: boolean;
|
|
365
365
|
createdAt: Date;
|
|
366
366
|
updatedAt: Date;
|
|
@@ -371,20 +371,20 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
371
371
|
} | null | undefined;
|
|
372
372
|
buyerName?: string | null | undefined;
|
|
373
373
|
project?: {
|
|
374
|
-
|
|
374
|
+
type: string;
|
|
375
375
|
status: string;
|
|
376
|
+
id: string;
|
|
376
377
|
isArchived: boolean;
|
|
377
378
|
createdAt: Date;
|
|
378
379
|
updatedAt: Date;
|
|
379
|
-
type: string;
|
|
380
380
|
syncedAt: Date;
|
|
381
381
|
mtaId: string | null;
|
|
382
382
|
name: string;
|
|
383
383
|
developerId: string;
|
|
384
384
|
state: string;
|
|
385
385
|
developer?: {
|
|
386
|
-
id: string;
|
|
387
386
|
status: string;
|
|
387
|
+
id: string;
|
|
388
388
|
isArchived: boolean;
|
|
389
389
|
createdAt: Date;
|
|
390
390
|
updatedAt: Date;
|
|
@@ -396,19 +396,19 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
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;
|
|
@@ -453,8 +453,8 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
453
453
|
mtaBalanceCents: number | bigint;
|
|
454
454
|
cmaBalanceCents: number | bigint;
|
|
455
455
|
customer?: {
|
|
456
|
-
id: string;
|
|
457
456
|
status: string;
|
|
457
|
+
id: string;
|
|
458
458
|
isArchived: boolean;
|
|
459
459
|
createdAt: Date;
|
|
460
460
|
updatedAt: Date;
|
|
@@ -465,20 +465,20 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
465
465
|
} | null | undefined;
|
|
466
466
|
buyerName?: string | null | undefined;
|
|
467
467
|
project?: {
|
|
468
|
-
|
|
468
|
+
type: string;
|
|
469
469
|
status: string;
|
|
470
|
+
id: string;
|
|
470
471
|
isArchived: boolean;
|
|
471
472
|
createdAt: Date;
|
|
472
473
|
updatedAt: Date;
|
|
473
|
-
type: string;
|
|
474
474
|
syncedAt: Date;
|
|
475
475
|
mtaId: string | null;
|
|
476
476
|
name: string;
|
|
477
477
|
developerId: string;
|
|
478
478
|
state: string;
|
|
479
479
|
developer?: {
|
|
480
|
-
id: string;
|
|
481
480
|
status: string;
|
|
481
|
+
id: string;
|
|
482
482
|
isArchived: boolean;
|
|
483
483
|
createdAt: Date;
|
|
484
484
|
updatedAt: Date;
|
|
@@ -489,19 +489,19 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
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;
|
|
@@ -546,8 +546,8 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
546
546
|
mtaBalanceCents: number | bigint;
|
|
547
547
|
cmaBalanceCents: number | bigint;
|
|
548
548
|
customer?: {
|
|
549
|
-
id: string;
|
|
550
549
|
status: string;
|
|
550
|
+
id: string;
|
|
551
551
|
isArchived: boolean;
|
|
552
552
|
createdAt: Date;
|
|
553
553
|
updatedAt: Date;
|
|
@@ -558,20 +558,20 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
558
558
|
} | null | undefined;
|
|
559
559
|
buyerName?: string | null | undefined;
|
|
560
560
|
project?: {
|
|
561
|
-
|
|
561
|
+
type: string;
|
|
562
562
|
status: string;
|
|
563
|
+
id: string;
|
|
563
564
|
isArchived: boolean;
|
|
564
565
|
createdAt: Date;
|
|
565
566
|
updatedAt: Date;
|
|
566
|
-
type: string;
|
|
567
567
|
syncedAt: Date;
|
|
568
568
|
mtaId: string | null;
|
|
569
569
|
name: string;
|
|
570
570
|
developerId: string;
|
|
571
571
|
state: string;
|
|
572
572
|
developer?: {
|
|
573
|
-
id: string;
|
|
574
573
|
status: string;
|
|
574
|
+
id: string;
|
|
575
575
|
isArchived: boolean;
|
|
576
576
|
createdAt: Date;
|
|
577
577
|
updatedAt: Date;
|
|
@@ -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
|
-
id: string;
|
|
1385
1384
|
status: import("../..").AccountingCommonStatus;
|
|
1385
|
+
id: string;
|
|
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;
|
|
@@ -1438,8 +1438,8 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1438
1438
|
mtaBalanceCents: number | bigint;
|
|
1439
1439
|
cmaBalanceCents: number | bigint;
|
|
1440
1440
|
customer?: {
|
|
1441
|
-
id: string;
|
|
1442
1441
|
status: string;
|
|
1442
|
+
id: string;
|
|
1443
1443
|
isArchived: boolean;
|
|
1444
1444
|
createdAt: Date;
|
|
1445
1445
|
updatedAt: Date;
|
|
@@ -1450,20 +1450,20 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1450
1450
|
} | null | undefined;
|
|
1451
1451
|
buyerName?: string | null | undefined;
|
|
1452
1452
|
project?: {
|
|
1453
|
-
|
|
1453
|
+
type: string;
|
|
1454
1454
|
status: string;
|
|
1455
|
+
id: string;
|
|
1455
1456
|
isArchived: boolean;
|
|
1456
1457
|
createdAt: Date;
|
|
1457
1458
|
updatedAt: Date;
|
|
1458
|
-
type: string;
|
|
1459
1459
|
syncedAt: Date;
|
|
1460
1460
|
mtaId: string | null;
|
|
1461
1461
|
name: string;
|
|
1462
1462
|
developerId: string;
|
|
1463
1463
|
state: string;
|
|
1464
1464
|
developer?: {
|
|
1465
|
-
id: string;
|
|
1466
1465
|
status: string;
|
|
1466
|
+
id: string;
|
|
1467
1467
|
isArchived: boolean;
|
|
1468
1468
|
createdAt: Date;
|
|
1469
1469
|
updatedAt: Date;
|
|
@@ -1475,19 +1475,19 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1475
1475
|
} & {
|
|
1476
1476
|
mta?: z.output<typeof import("..").mtaRestResSchema> | null | undefined;
|
|
1477
1477
|
sourceTransaction?: ({
|
|
1478
|
-
id: string;
|
|
1479
1478
|
status: import("../..").AccountingCommonStatus;
|
|
1479
|
+
id: string;
|
|
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;
|
|
@@ -1532,8 +1532,8 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1532
1532
|
mtaBalanceCents: number | bigint;
|
|
1533
1533
|
cmaBalanceCents: number | bigint;
|
|
1534
1534
|
customer?: {
|
|
1535
|
-
id: string;
|
|
1536
1535
|
status: string;
|
|
1536
|
+
id: string;
|
|
1537
1537
|
isArchived: boolean;
|
|
1538
1538
|
createdAt: Date;
|
|
1539
1539
|
updatedAt: Date;
|
|
@@ -1544,20 +1544,20 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1544
1544
|
} | null | undefined;
|
|
1545
1545
|
buyerName?: string | null | undefined;
|
|
1546
1546
|
project?: {
|
|
1547
|
-
|
|
1547
|
+
type: string;
|
|
1548
1548
|
status: string;
|
|
1549
|
+
id: string;
|
|
1549
1550
|
isArchived: boolean;
|
|
1550
1551
|
createdAt: Date;
|
|
1551
1552
|
updatedAt: Date;
|
|
1552
|
-
type: string;
|
|
1553
1553
|
syncedAt: Date;
|
|
1554
1554
|
mtaId: string | null;
|
|
1555
1555
|
name: string;
|
|
1556
1556
|
developerId: string;
|
|
1557
1557
|
state: string;
|
|
1558
1558
|
developer?: {
|
|
1559
|
-
id: string;
|
|
1560
1559
|
status: string;
|
|
1560
|
+
id: string;
|
|
1561
1561
|
isArchived: boolean;
|
|
1562
1562
|
createdAt: Date;
|
|
1563
1563
|
updatedAt: Date;
|
|
@@ -1568,19 +1568,19 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1568
1568
|
} | null | undefined;
|
|
1569
1569
|
} & any) | null | undefined;
|
|
1570
1570
|
subsequentTransactions?: ({
|
|
1571
|
-
id: string;
|
|
1572
1571
|
status: import("../..").AccountingCommonStatus;
|
|
1572
|
+
id: string;
|
|
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;
|
|
@@ -1625,8 +1625,8 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1625
1625
|
mtaBalanceCents: number | bigint;
|
|
1626
1626
|
cmaBalanceCents: number | bigint;
|
|
1627
1627
|
customer?: {
|
|
1628
|
-
id: string;
|
|
1629
1628
|
status: string;
|
|
1629
|
+
id: string;
|
|
1630
1630
|
isArchived: boolean;
|
|
1631
1631
|
createdAt: Date;
|
|
1632
1632
|
updatedAt: Date;
|
|
@@ -1637,20 +1637,20 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1637
1637
|
} | null | undefined;
|
|
1638
1638
|
buyerName?: string | null | undefined;
|
|
1639
1639
|
project?: {
|
|
1640
|
-
|
|
1640
|
+
type: string;
|
|
1641
1641
|
status: string;
|
|
1642
|
+
id: string;
|
|
1642
1643
|
isArchived: boolean;
|
|
1643
1644
|
createdAt: Date;
|
|
1644
1645
|
updatedAt: Date;
|
|
1645
|
-
type: string;
|
|
1646
1646
|
syncedAt: Date;
|
|
1647
1647
|
mtaId: string | null;
|
|
1648
1648
|
name: string;
|
|
1649
1649
|
developerId: string;
|
|
1650
1650
|
state: string;
|
|
1651
1651
|
developer?: {
|
|
1652
|
-
id: string;
|
|
1653
1652
|
status: string;
|
|
1653
|
+
id: string;
|
|
1654
1654
|
isArchived: boolean;
|
|
1655
1655
|
createdAt: Date;
|
|
1656
1656
|
updatedAt: Date;
|
|
@@ -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;
|
|
@@ -1835,8 +1835,8 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1835
1835
|
mtaBalanceCents: number | bigint;
|
|
1836
1836
|
cmaBalanceCents: number | bigint;
|
|
1837
1837
|
customer?: {
|
|
1838
|
-
id: string;
|
|
1839
1838
|
status: string;
|
|
1839
|
+
id: string;
|
|
1840
1840
|
isArchived: boolean;
|
|
1841
1841
|
createdAt: Date;
|
|
1842
1842
|
updatedAt: Date;
|
|
@@ -1847,20 +1847,20 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1847
1847
|
} | null | undefined;
|
|
1848
1848
|
buyerName?: string | null | undefined;
|
|
1849
1849
|
project?: {
|
|
1850
|
-
|
|
1850
|
+
type: string;
|
|
1851
1851
|
status: string;
|
|
1852
|
+
id: string;
|
|
1852
1853
|
isArchived: boolean;
|
|
1853
1854
|
createdAt: Date;
|
|
1854
1855
|
updatedAt: Date;
|
|
1855
|
-
type: string;
|
|
1856
1856
|
syncedAt: Date;
|
|
1857
1857
|
mtaId: string | null;
|
|
1858
1858
|
name: string;
|
|
1859
1859
|
developerId: string;
|
|
1860
1860
|
state: string;
|
|
1861
1861
|
developer?: {
|
|
1862
|
-
id: string;
|
|
1863
1862
|
status: string;
|
|
1863
|
+
id: string;
|
|
1864
1864
|
isArchived: boolean;
|
|
1865
1865
|
createdAt: Date;
|
|
1866
1866
|
updatedAt: Date;
|
|
@@ -1872,19 +1872,19 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
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;
|
|
@@ -1929,8 +1929,8 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1929
1929
|
mtaBalanceCents: number | bigint;
|
|
1930
1930
|
cmaBalanceCents: number | bigint;
|
|
1931
1931
|
customer?: {
|
|
1932
|
-
id: string;
|
|
1933
1932
|
status: string;
|
|
1933
|
+
id: string;
|
|
1934
1934
|
isArchived: boolean;
|
|
1935
1935
|
createdAt: Date;
|
|
1936
1936
|
updatedAt: Date;
|
|
@@ -1941,20 +1941,20 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1941
1941
|
} | null | undefined;
|
|
1942
1942
|
buyerName?: string | null | undefined;
|
|
1943
1943
|
project?: {
|
|
1944
|
-
|
|
1944
|
+
type: string;
|
|
1945
1945
|
status: string;
|
|
1946
|
+
id: string;
|
|
1946
1947
|
isArchived: boolean;
|
|
1947
1948
|
createdAt: Date;
|
|
1948
1949
|
updatedAt: Date;
|
|
1949
|
-
type: string;
|
|
1950
1950
|
syncedAt: Date;
|
|
1951
1951
|
mtaId: string | null;
|
|
1952
1952
|
name: string;
|
|
1953
1953
|
developerId: string;
|
|
1954
1954
|
state: string;
|
|
1955
1955
|
developer?: {
|
|
1956
|
-
id: string;
|
|
1957
1956
|
status: string;
|
|
1957
|
+
id: string;
|
|
1958
1958
|
isArchived: boolean;
|
|
1959
1959
|
createdAt: Date;
|
|
1960
1960
|
updatedAt: Date;
|
|
@@ -1965,19 +1965,19 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
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;
|
|
@@ -2022,8 +2022,8 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
2022
2022
|
mtaBalanceCents: number | bigint;
|
|
2023
2023
|
cmaBalanceCents: number | bigint;
|
|
2024
2024
|
customer?: {
|
|
2025
|
-
id: string;
|
|
2026
2025
|
status: string;
|
|
2026
|
+
id: string;
|
|
2027
2027
|
isArchived: boolean;
|
|
2028
2028
|
createdAt: Date;
|
|
2029
2029
|
updatedAt: Date;
|
|
@@ -2034,20 +2034,20 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
2034
2034
|
} | null | undefined;
|
|
2035
2035
|
buyerName?: string | null | undefined;
|
|
2036
2036
|
project?: {
|
|
2037
|
-
|
|
2037
|
+
type: string;
|
|
2038
2038
|
status: string;
|
|
2039
|
+
id: string;
|
|
2039
2040
|
isArchived: boolean;
|
|
2040
2041
|
createdAt: Date;
|
|
2041
2042
|
updatedAt: Date;
|
|
2042
|
-
type: string;
|
|
2043
2043
|
syncedAt: Date;
|
|
2044
2044
|
mtaId: string | null;
|
|
2045
2045
|
name: string;
|
|
2046
2046
|
developerId: string;
|
|
2047
2047
|
state: string;
|
|
2048
2048
|
developer?: {
|
|
2049
|
-
id: string;
|
|
2050
2049
|
status: string;
|
|
2050
|
+
id: string;
|
|
2051
2051
|
isArchived: boolean;
|
|
2052
2052
|
createdAt: Date;
|
|
2053
2053
|
updatedAt: Date;
|