@mikemo-coposit/am-accounting-shared 0.0.16 → 0.0.18
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/common/index.d.ts +2 -0
- package/dist/cjs/constants/common/index.d.ts.map +1 -1
- package/dist/cjs/constants/common/package-version.constant.d.ts +2 -0
- package/dist/cjs/constants/common/package-version.constant.d.ts.map +1 -0
- package/dist/cjs/constants/common/pagination.constant.d.ts +3 -0
- package/dist/cjs/constants/common/pagination.constant.d.ts.map +1 -0
- package/dist/cjs/constants/property/index.d.ts +1 -0
- package/dist/cjs/constants/property/index.d.ts.map +1 -1
- package/dist/cjs/constants/property/property-initial-deposit-status.constant.d.ts +22 -0
- package/dist/cjs/constants/property/property-initial-deposit-status.constant.d.ts.map +1 -0
- package/dist/cjs/constants/property/property-status.constant.d.ts +14 -4
- package/dist/cjs/constants/property/property-status.constant.d.ts.map +1 -1
- package/dist/cjs/index.js +331 -184
- package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts +153 -150
- package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -1
- package/dist/cjs/schemas/cma/cma.rest.schema.d.ts +26 -0
- package/dist/cjs/schemas/cma/cma.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-account-period/cma-account-period-close.rest.schema.d.ts +1 -1
- package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +49 -1
- package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +26 -0
- package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +50 -0
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-reconciliation/create-cma-reconciliation.rest.schema.d.ts +1 -1
- package/dist/cjs/schemas/cma-transaction/clear-cma-transaction.rest.schema.d.ts +1 -1
- package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +264 -232
- package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +2 -0
- 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 -1
- package/dist/cjs/schemas/common/date/string-to-date.schema.d.ts +3 -1
- package/dist/cjs/schemas/common/date/string-to-date.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/date/string-to-end-of-day.schema.d.ts +2 -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 +2 -1
- package/dist/cjs/schemas/common/date/string-to-start-of-day.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/search/index.d.ts +1 -0
- package/dist/cjs/schemas/common/search/index.d.ts.map +1 -1
- package/dist/cjs/schemas/common/search/number-filter.schema.d.ts +144 -35
- package/dist/cjs/schemas/common/search/number-filter.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/search/pagination-req.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/search/status-filter.schema.d.ts +155 -0
- package/dist/cjs/schemas/common/search/status-filter.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/common/search/string-filter.schema.d.ts +28 -0
- package/dist/cjs/schemas/common/search/string-filter.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +101 -49
- package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +50 -24
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-reconciliation/create-mta-reconciliation.rest.schema.d.ts +1 -1
- package/dist/cjs/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts +1 -1
- package/dist/cjs/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts +260 -191
- package/dist/cjs/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +18 -16
- package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +7 -4
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/common-payout-schemas/common-payout-source-details.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/common-payout-schemas/common-payout-target-details.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts +4 -0
- package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts +234 -72
- package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout-provision-data.entity.schema.d.ts +8 -4
- package/dist/cjs/schemas/payout/payout-provision-data.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout-update.rest.schema.d.ts +3 -3
- package/dist/cjs/schemas/payout/payout.entity.schema.d.ts +8 -4
- package/dist/cjs/schemas/payout/payout.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts +924 -291
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts +4 -0
- package/dist/cjs/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/settlement-payout/update.settlement-payout.rest.schema.d.ts +4 -4
- package/dist/cjs/schemas/payout/unknown-payout/provision-data.unknown-payout.entity.schema.d.ts +8 -8
- package/dist/cjs/schemas/payout/unknown-payout/update.unknown-payout.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +100 -29
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property-search.rest.schema.d.ts +136 -113
- package/dist/cjs/schemas/property/property-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property.entity.schema.d.ts +8 -4
- package/dist/cjs/schemas/property/property.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property.rest.schema.d.ts +78 -24
- package/dist/cjs/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/report/bank-reconciliation-summary.schema.d.ts +2 -2
- package/dist/cjs/schemas/report/common-report-with-cma-selection.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/report/common-report.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/report/customer-ledger.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/report/payment-list.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/report/project-ledger.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/report/receipt-list.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/report/reconciled-items-list.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/report/trust-trial.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/report/unknown-receipt-ledger.schema.d.ts +2 -2
- package/dist/cjs/schemas/report/unreconciled-items-list.rest.schema.d.ts +2 -2
- package/dist/cjs/utils/date.util.d.ts.map +1 -1
- package/dist/cjs/utils/property.util.d.ts +12 -2
- package/dist/cjs/utils/property.util.d.ts.map +1 -1
- package/dist/cjs/utils/transaction.util.d.ts +2 -0
- package/dist/cjs/utils/transaction.util.d.ts.map +1 -1
- package/dist/esm/constants/common/index.d.ts +2 -0
- package/dist/esm/constants/common/index.d.ts.map +1 -1
- package/dist/esm/constants/common/package-version.constant.d.ts +2 -0
- package/dist/esm/constants/common/package-version.constant.d.ts.map +1 -0
- package/dist/esm/constants/common/pagination.constant.d.ts +3 -0
- package/dist/esm/constants/common/pagination.constant.d.ts.map +1 -0
- package/dist/esm/constants/property/index.d.ts +1 -0
- package/dist/esm/constants/property/index.d.ts.map +1 -1
- package/dist/esm/constants/property/property-initial-deposit-status.constant.d.ts +22 -0
- package/dist/esm/constants/property/property-initial-deposit-status.constant.d.ts.map +1 -0
- package/dist/esm/constants/property/property-status.constant.d.ts +14 -4
- package/dist/esm/constants/property/property-status.constant.d.ts.map +1 -1
- package/dist/esm/index.mjs +263 -164
- package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts +153 -150
- package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -1
- package/dist/esm/schemas/cma/cma.rest.schema.d.ts +26 -0
- package/dist/esm/schemas/cma/cma.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-account-period/cma-account-period-close.rest.schema.d.ts +1 -1
- package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +49 -1
- package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +26 -0
- package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +50 -0
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-reconciliation/create-cma-reconciliation.rest.schema.d.ts +1 -1
- package/dist/esm/schemas/cma-transaction/clear-cma-transaction.rest.schema.d.ts +1 -1
- package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +264 -232
- package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +2 -0
- 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 -1
- package/dist/esm/schemas/common/date/string-to-date.schema.d.ts +3 -1
- package/dist/esm/schemas/common/date/string-to-date.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/date/string-to-end-of-day.schema.d.ts +2 -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 +2 -1
- package/dist/esm/schemas/common/date/string-to-start-of-day.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/search/index.d.ts +1 -0
- package/dist/esm/schemas/common/search/index.d.ts.map +1 -1
- package/dist/esm/schemas/common/search/number-filter.schema.d.ts +144 -35
- package/dist/esm/schemas/common/search/number-filter.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/search/pagination-req.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/search/status-filter.schema.d.ts +155 -0
- package/dist/esm/schemas/common/search/status-filter.schema.d.ts.map +1 -0
- package/dist/esm/schemas/common/search/string-filter.schema.d.ts +28 -0
- package/dist/esm/schemas/common/search/string-filter.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +101 -49
- package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +50 -24
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-reconciliation/create-mta-reconciliation.rest.schema.d.ts +1 -1
- package/dist/esm/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts +1 -1
- package/dist/esm/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts +260 -191
- package/dist/esm/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +18 -16
- package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +7 -4
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/common-payout-schemas/common-payout-source-details.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/common-payout-schemas/common-payout-target-details.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts +4 -0
- package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts +234 -72
- package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout-provision-data.entity.schema.d.ts +8 -4
- package/dist/esm/schemas/payout/payout-provision-data.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout-update.rest.schema.d.ts +3 -3
- package/dist/esm/schemas/payout/payout.entity.schema.d.ts +8 -4
- package/dist/esm/schemas/payout/payout.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts +924 -291
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts +4 -0
- package/dist/esm/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/settlement-payout/update.settlement-payout.rest.schema.d.ts +4 -4
- package/dist/esm/schemas/payout/unknown-payout/provision-data.unknown-payout.entity.schema.d.ts +8 -8
- package/dist/esm/schemas/payout/unknown-payout/update.unknown-payout.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +100 -29
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/esm/schemas/property/property-search.rest.schema.d.ts +136 -113
- package/dist/esm/schemas/property/property-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/property/property.entity.schema.d.ts +8 -4
- package/dist/esm/schemas/property/property.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/property/property.rest.schema.d.ts +78 -24
- package/dist/esm/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/report/bank-reconciliation-summary.schema.d.ts +2 -2
- package/dist/esm/schemas/report/common-report-with-cma-selection.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/report/common-report.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/report/customer-ledger.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/report/payment-list.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/report/project-ledger.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/report/receipt-list.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/report/reconciled-items-list.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/report/trust-trial.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/report/unknown-receipt-ledger.schema.d.ts +2 -2
- package/dist/esm/schemas/report/unreconciled-items-list.rest.schema.d.ts +2 -2
- package/dist/esm/utils/date.util.d.ts.map +1 -1
- package/dist/esm/utils/property.util.d.ts +12 -2
- package/dist/esm/utils/property.util.d.ts.map +1 -1
- package/dist/esm/utils/transaction.util.d.ts +2 -0
- package/dist/esm/utils/transaction.util.d.ts.map +1 -1
- package/package.json +17 -10
|
@@ -272,7 +272,6 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
272
272
|
createdBy: z.ZodString;
|
|
273
273
|
}, z.core.$loose>>, z.ZodTransform<{
|
|
274
274
|
id: string;
|
|
275
|
-
description: string | null;
|
|
276
275
|
status: "active" | "inactive";
|
|
277
276
|
isArchived: boolean;
|
|
278
277
|
createdAt: Date;
|
|
@@ -282,6 +281,7 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
282
281
|
propertyId: string;
|
|
283
282
|
payoutId: number;
|
|
284
283
|
balanceCents: number;
|
|
284
|
+
description: string | null;
|
|
285
285
|
createdBy: string;
|
|
286
286
|
cmaSeq: number;
|
|
287
287
|
country: string;
|
|
@@ -346,7 +346,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
346
346
|
cmaBalanceCents: bigint;
|
|
347
347
|
mtaBalanceCents: bigint;
|
|
348
348
|
stage: string;
|
|
349
|
+
cmaId?: string | null | undefined;
|
|
349
350
|
buyerName?: string | null | undefined;
|
|
351
|
+
initialDepositStatus?: string | null | undefined;
|
|
350
352
|
project?: {
|
|
351
353
|
id: string;
|
|
352
354
|
name: string;
|
|
@@ -439,7 +441,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
439
441
|
cmaBalanceCents: bigint;
|
|
440
442
|
mtaBalanceCents: bigint;
|
|
441
443
|
stage: string;
|
|
444
|
+
cmaId?: string | null | undefined;
|
|
442
445
|
buyerName?: string | null | undefined;
|
|
446
|
+
initialDepositStatus?: string | null | undefined;
|
|
443
447
|
project?: {
|
|
444
448
|
id: string;
|
|
445
449
|
name: string;
|
|
@@ -531,7 +535,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
531
535
|
cmaBalanceCents: bigint;
|
|
532
536
|
mtaBalanceCents: bigint;
|
|
533
537
|
stage: string;
|
|
538
|
+
cmaId?: string | null | undefined;
|
|
534
539
|
buyerName?: string | null | undefined;
|
|
540
|
+
initialDepositStatus?: string | null | undefined;
|
|
535
541
|
project?: {
|
|
536
542
|
id: string;
|
|
537
543
|
name: string;
|
|
@@ -657,7 +663,6 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
657
663
|
createdBy: string | null;
|
|
658
664
|
updatedBy: string | null;
|
|
659
665
|
}>>>>;
|
|
660
|
-
description: z.ZodNullable<z.ZodString>;
|
|
661
666
|
status: z.ZodString;
|
|
662
667
|
isArchived: z.ZodBoolean;
|
|
663
668
|
createdAt: z.ZodCoercedDate<unknown>;
|
|
@@ -665,6 +670,7 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
665
670
|
propertyId: z.ZodNullable<z.ZodString>;
|
|
666
671
|
payoutId: z.ZodString;
|
|
667
672
|
bankRef: z.ZodNullable<z.ZodString>;
|
|
673
|
+
description: z.ZodNullable<z.ZodString>;
|
|
668
674
|
isCanceled: z.ZodBoolean;
|
|
669
675
|
canceledAt: z.ZodNullable<z.ZodCoercedDate<unknown>>;
|
|
670
676
|
mtaTransactionId: z.ZodNullable<z.ZodString>;
|
|
@@ -684,6 +690,8 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
684
690
|
stage: z.ZodString;
|
|
685
691
|
status: z.ZodString;
|
|
686
692
|
mtaId: z.ZodString;
|
|
693
|
+
cmaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
694
|
+
initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
687
695
|
isArchived: z.ZodBoolean;
|
|
688
696
|
createdAt: z.ZodCoercedDate<unknown>;
|
|
689
697
|
syncedAt: z.ZodCoercedDate<unknown>;
|
|
@@ -827,7 +835,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
827
835
|
cmaBalanceCents: bigint;
|
|
828
836
|
mtaBalanceCents: bigint;
|
|
829
837
|
stage: string;
|
|
838
|
+
cmaId?: string | null | undefined;
|
|
830
839
|
buyerName?: string | null | undefined;
|
|
840
|
+
initialDepositStatus?: string | null | undefined;
|
|
831
841
|
project?: {
|
|
832
842
|
id: string;
|
|
833
843
|
name: string;
|
|
@@ -920,7 +930,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
920
930
|
cmaBalanceCents: bigint;
|
|
921
931
|
mtaBalanceCents: bigint;
|
|
922
932
|
stage: string;
|
|
933
|
+
cmaId?: string | null | undefined;
|
|
923
934
|
buyerName?: string | null | undefined;
|
|
935
|
+
initialDepositStatus?: string | null | undefined;
|
|
924
936
|
project?: {
|
|
925
937
|
id: string;
|
|
926
938
|
name: string;
|
|
@@ -1012,7 +1024,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
1012
1024
|
cmaBalanceCents: bigint;
|
|
1013
1025
|
mtaBalanceCents: bigint;
|
|
1014
1026
|
stage: string;
|
|
1027
|
+
cmaId?: string | null | undefined;
|
|
1015
1028
|
buyerName?: string | null | undefined;
|
|
1029
|
+
initialDepositStatus?: string | null | undefined;
|
|
1016
1030
|
project?: {
|
|
1017
1031
|
id: string;
|
|
1018
1032
|
name: string;
|
|
@@ -1112,7 +1126,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
1112
1126
|
cmaBalanceCents: unknown;
|
|
1113
1127
|
mtaBalanceCents: unknown;
|
|
1114
1128
|
stage: string;
|
|
1129
|
+
cmaId?: string | null | undefined;
|
|
1115
1130
|
buyerName?: string | null | undefined;
|
|
1131
|
+
initialDepositStatus?: string | null | undefined;
|
|
1116
1132
|
project?: {
|
|
1117
1133
|
id: string;
|
|
1118
1134
|
name: string;
|
|
@@ -1205,7 +1221,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
1205
1221
|
cmaBalanceCents: unknown;
|
|
1206
1222
|
mtaBalanceCents: unknown;
|
|
1207
1223
|
stage: string;
|
|
1224
|
+
cmaId?: string | null | undefined;
|
|
1208
1225
|
buyerName?: string | null | undefined;
|
|
1226
|
+
initialDepositStatus?: string | null | undefined;
|
|
1209
1227
|
project?: {
|
|
1210
1228
|
id: string;
|
|
1211
1229
|
name: string;
|
|
@@ -1297,7 +1315,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
1297
1315
|
cmaBalanceCents: unknown;
|
|
1298
1316
|
mtaBalanceCents: unknown;
|
|
1299
1317
|
stage: string;
|
|
1318
|
+
cmaId?: string | null | undefined;
|
|
1300
1319
|
buyerName?: string | null | undefined;
|
|
1320
|
+
initialDepositStatus?: string | null | undefined;
|
|
1301
1321
|
project?: {
|
|
1302
1322
|
id: string;
|
|
1303
1323
|
name: string;
|
|
@@ -1391,7 +1411,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
1391
1411
|
cmaBalanceCents: bigint;
|
|
1392
1412
|
mtaBalanceCents: bigint;
|
|
1393
1413
|
stage: string;
|
|
1414
|
+
cmaId?: string | null | undefined;
|
|
1394
1415
|
buyerName?: string | null | undefined;
|
|
1416
|
+
initialDepositStatus?: string | null | undefined;
|
|
1395
1417
|
project?: {
|
|
1396
1418
|
id: string;
|
|
1397
1419
|
name: string;
|
|
@@ -1484,7 +1506,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
1484
1506
|
cmaBalanceCents: bigint;
|
|
1485
1507
|
mtaBalanceCents: bigint;
|
|
1486
1508
|
stage: string;
|
|
1509
|
+
cmaId?: string | null | undefined;
|
|
1487
1510
|
buyerName?: string | null | undefined;
|
|
1511
|
+
initialDepositStatus?: string | null | undefined;
|
|
1488
1512
|
project?: {
|
|
1489
1513
|
id: string;
|
|
1490
1514
|
name: string;
|
|
@@ -1576,7 +1600,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
1576
1600
|
cmaBalanceCents: bigint;
|
|
1577
1601
|
mtaBalanceCents: bigint;
|
|
1578
1602
|
stage: string;
|
|
1603
|
+
cmaId?: string | null | undefined;
|
|
1579
1604
|
buyerName?: string | null | undefined;
|
|
1605
|
+
initialDepositStatus?: string | null | undefined;
|
|
1580
1606
|
project?: {
|
|
1581
1607
|
id: string;
|
|
1582
1608
|
name: string;
|
|
@@ -1676,7 +1702,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
1676
1702
|
cmaBalanceCents: unknown;
|
|
1677
1703
|
mtaBalanceCents: unknown;
|
|
1678
1704
|
stage: string;
|
|
1705
|
+
cmaId?: string | null | undefined;
|
|
1679
1706
|
buyerName?: string | null | undefined;
|
|
1707
|
+
initialDepositStatus?: string | null | undefined;
|
|
1680
1708
|
project?: {
|
|
1681
1709
|
id: string;
|
|
1682
1710
|
name: string;
|
|
@@ -1769,7 +1797,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
1769
1797
|
cmaBalanceCents: unknown;
|
|
1770
1798
|
mtaBalanceCents: unknown;
|
|
1771
1799
|
stage: string;
|
|
1800
|
+
cmaId?: string | null | undefined;
|
|
1772
1801
|
buyerName?: string | null | undefined;
|
|
1802
|
+
initialDepositStatus?: string | null | undefined;
|
|
1773
1803
|
project?: {
|
|
1774
1804
|
id: string;
|
|
1775
1805
|
name: string;
|
|
@@ -1861,7 +1891,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
1861
1891
|
cmaBalanceCents: unknown;
|
|
1862
1892
|
mtaBalanceCents: unknown;
|
|
1863
1893
|
stage: string;
|
|
1894
|
+
cmaId?: string | null | undefined;
|
|
1864
1895
|
buyerName?: string | null | undefined;
|
|
1896
|
+
initialDepositStatus?: string | null | undefined;
|
|
1865
1897
|
project?: {
|
|
1866
1898
|
id: string;
|
|
1867
1899
|
name: string;
|
|
@@ -1957,7 +1989,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
1957
1989
|
cmaBalanceCents: bigint;
|
|
1958
1990
|
mtaBalanceCents: bigint;
|
|
1959
1991
|
stage: string;
|
|
1992
|
+
cmaId?: string | null | undefined;
|
|
1960
1993
|
buyerName?: string | null | undefined;
|
|
1994
|
+
initialDepositStatus?: string | null | undefined;
|
|
1961
1995
|
project?: {
|
|
1962
1996
|
id: string;
|
|
1963
1997
|
name: string;
|
|
@@ -2051,7 +2085,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
2051
2085
|
cmaBalanceCents: bigint;
|
|
2052
2086
|
mtaBalanceCents: bigint;
|
|
2053
2087
|
stage: string;
|
|
2088
|
+
cmaId?: string | null | undefined;
|
|
2054
2089
|
buyerName?: string | null | undefined;
|
|
2090
|
+
initialDepositStatus?: string | null | undefined;
|
|
2055
2091
|
project?: {
|
|
2056
2092
|
id: string;
|
|
2057
2093
|
name: string;
|
|
@@ -2144,7 +2180,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
2144
2180
|
cmaBalanceCents: bigint;
|
|
2145
2181
|
mtaBalanceCents: bigint;
|
|
2146
2182
|
stage: string;
|
|
2183
|
+
cmaId?: string | null | undefined;
|
|
2147
2184
|
buyerName?: string | null | undefined;
|
|
2185
|
+
initialDepositStatus?: string | null | undefined;
|
|
2148
2186
|
project?: {
|
|
2149
2187
|
id: string;
|
|
2150
2188
|
name: string;
|
|
@@ -2187,6 +2225,7 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
2187
2225
|
isUnknown?: boolean | null | undefined;
|
|
2188
2226
|
isAssignableToProperty?: boolean | null | undefined;
|
|
2189
2227
|
isAssignedToProperty?: boolean | null | undefined;
|
|
2228
|
+
isPaidout?: boolean | null | undefined;
|
|
2190
2229
|
amountStr?: string | null | undefined;
|
|
2191
2230
|
transactionNumber?: string | null | undefined;
|
|
2192
2231
|
isCancelable?: boolean | null | undefined;
|
|
@@ -2201,10 +2240,10 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
2201
2240
|
isRefunded: boolean;
|
|
2202
2241
|
isCanceled: boolean;
|
|
2203
2242
|
isArchived: boolean;
|
|
2204
|
-
clearedAt:
|
|
2205
|
-
createdAt:
|
|
2206
|
-
syncedAt:
|
|
2207
|
-
updatedAt:
|
|
2243
|
+
clearedAt: Date | null;
|
|
2244
|
+
createdAt: Date;
|
|
2245
|
+
syncedAt: Date;
|
|
2246
|
+
updatedAt: Date;
|
|
2208
2247
|
note: string | null;
|
|
2209
2248
|
sourceTransactionId: string | null;
|
|
2210
2249
|
cancelType: string | null;
|
|
@@ -2247,7 +2286,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
2247
2286
|
cmaBalanceCents: unknown;
|
|
2248
2287
|
mtaBalanceCents: unknown;
|
|
2249
2288
|
stage: string;
|
|
2289
|
+
cmaId?: string | null | undefined;
|
|
2250
2290
|
buyerName?: string | null | undefined;
|
|
2291
|
+
initialDepositStatus?: string | null | undefined;
|
|
2251
2292
|
project?: {
|
|
2252
2293
|
id: string;
|
|
2253
2294
|
name: string;
|
|
@@ -2295,10 +2336,10 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
2295
2336
|
isRefunded: boolean;
|
|
2296
2337
|
isCanceled: boolean;
|
|
2297
2338
|
isArchived: boolean;
|
|
2298
|
-
clearedAt:
|
|
2299
|
-
createdAt:
|
|
2300
|
-
syncedAt:
|
|
2301
|
-
updatedAt:
|
|
2339
|
+
clearedAt: Date | null;
|
|
2340
|
+
createdAt: Date;
|
|
2341
|
+
syncedAt: Date;
|
|
2342
|
+
updatedAt: Date;
|
|
2302
2343
|
note: string | null;
|
|
2303
2344
|
sourceTransactionId: string | null;
|
|
2304
2345
|
cancelType: string | null;
|
|
@@ -2341,7 +2382,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
2341
2382
|
cmaBalanceCents: unknown;
|
|
2342
2383
|
mtaBalanceCents: unknown;
|
|
2343
2384
|
stage: string;
|
|
2385
|
+
cmaId?: string | null | undefined;
|
|
2344
2386
|
buyerName?: string | null | undefined;
|
|
2387
|
+
initialDepositStatus?: string | null | undefined;
|
|
2345
2388
|
project?: {
|
|
2346
2389
|
id: string;
|
|
2347
2390
|
name: string;
|
|
@@ -2388,10 +2431,10 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
2388
2431
|
isRefunded: boolean;
|
|
2389
2432
|
isCanceled: boolean;
|
|
2390
2433
|
isArchived: boolean;
|
|
2391
|
-
clearedAt:
|
|
2392
|
-
createdAt:
|
|
2393
|
-
syncedAt:
|
|
2394
|
-
updatedAt:
|
|
2434
|
+
clearedAt: Date | null;
|
|
2435
|
+
createdAt: Date;
|
|
2436
|
+
syncedAt: Date;
|
|
2437
|
+
updatedAt: Date;
|
|
2395
2438
|
note: string | null;
|
|
2396
2439
|
sourceTransactionId: string | null;
|
|
2397
2440
|
cancelType: string | null;
|
|
@@ -2434,7 +2477,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
2434
2477
|
cmaBalanceCents: unknown;
|
|
2435
2478
|
mtaBalanceCents: unknown;
|
|
2436
2479
|
stage: string;
|
|
2480
|
+
cmaId?: string | null | undefined;
|
|
2437
2481
|
buyerName?: string | null | undefined;
|
|
2482
|
+
initialDepositStatus?: string | null | undefined;
|
|
2438
2483
|
project?: {
|
|
2439
2484
|
id: string;
|
|
2440
2485
|
name: string;
|
|
@@ -2528,7 +2573,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
2528
2573
|
cmaBalanceCents: bigint;
|
|
2529
2574
|
mtaBalanceCents: bigint;
|
|
2530
2575
|
stage: string;
|
|
2576
|
+
cmaId?: string | null | undefined;
|
|
2531
2577
|
buyerName?: string | null | undefined;
|
|
2578
|
+
initialDepositStatus?: string | null | undefined;
|
|
2532
2579
|
project?: {
|
|
2533
2580
|
id: string;
|
|
2534
2581
|
name: string;
|
|
@@ -2622,7 +2669,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
2622
2669
|
cmaBalanceCents: bigint;
|
|
2623
2670
|
mtaBalanceCents: bigint;
|
|
2624
2671
|
stage: string;
|
|
2672
|
+
cmaId?: string | null | undefined;
|
|
2625
2673
|
buyerName?: string | null | undefined;
|
|
2674
|
+
initialDepositStatus?: string | null | undefined;
|
|
2626
2675
|
project?: {
|
|
2627
2676
|
id: string;
|
|
2628
2677
|
name: string;
|
|
@@ -2715,7 +2764,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
2715
2764
|
cmaBalanceCents: bigint;
|
|
2716
2765
|
mtaBalanceCents: bigint;
|
|
2717
2766
|
stage: string;
|
|
2767
|
+
cmaId?: string | null | undefined;
|
|
2718
2768
|
buyerName?: string | null | undefined;
|
|
2769
|
+
initialDepositStatus?: string | null | undefined;
|
|
2719
2770
|
project?: {
|
|
2720
2771
|
id: string;
|
|
2721
2772
|
name: string;
|
|
@@ -2758,6 +2809,7 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
2758
2809
|
isUnknown?: boolean | null | undefined;
|
|
2759
2810
|
isAssignableToProperty?: boolean | null | undefined;
|
|
2760
2811
|
isAssignedToProperty?: boolean | null | undefined;
|
|
2812
|
+
isPaidout?: boolean | null | undefined;
|
|
2761
2813
|
amountStr?: string | null | undefined;
|
|
2762
2814
|
transactionNumber?: string | null | undefined;
|
|
2763
2815
|
isCancelable?: boolean | null | undefined;
|
|
@@ -2772,10 +2824,10 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
2772
2824
|
isRefunded: boolean;
|
|
2773
2825
|
isCanceled: boolean;
|
|
2774
2826
|
isArchived: boolean;
|
|
2775
|
-
clearedAt:
|
|
2776
|
-
createdAt:
|
|
2777
|
-
syncedAt:
|
|
2778
|
-
updatedAt:
|
|
2827
|
+
clearedAt: Date | null;
|
|
2828
|
+
createdAt: Date;
|
|
2829
|
+
syncedAt: Date;
|
|
2830
|
+
updatedAt: Date;
|
|
2779
2831
|
note: string | null;
|
|
2780
2832
|
sourceTransactionId: string | null;
|
|
2781
2833
|
cancelType: string | null;
|
|
@@ -2818,7 +2870,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
2818
2870
|
cmaBalanceCents: unknown;
|
|
2819
2871
|
mtaBalanceCents: unknown;
|
|
2820
2872
|
stage: string;
|
|
2873
|
+
cmaId?: string | null | undefined;
|
|
2821
2874
|
buyerName?: string | null | undefined;
|
|
2875
|
+
initialDepositStatus?: string | null | undefined;
|
|
2822
2876
|
project?: {
|
|
2823
2877
|
id: string;
|
|
2824
2878
|
name: string;
|
|
@@ -2866,10 +2920,10 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
2866
2920
|
isRefunded: boolean;
|
|
2867
2921
|
isCanceled: boolean;
|
|
2868
2922
|
isArchived: boolean;
|
|
2869
|
-
clearedAt:
|
|
2870
|
-
createdAt:
|
|
2871
|
-
syncedAt:
|
|
2872
|
-
updatedAt:
|
|
2923
|
+
clearedAt: Date | null;
|
|
2924
|
+
createdAt: Date;
|
|
2925
|
+
syncedAt: Date;
|
|
2926
|
+
updatedAt: Date;
|
|
2873
2927
|
note: string | null;
|
|
2874
2928
|
sourceTransactionId: string | null;
|
|
2875
2929
|
cancelType: string | null;
|
|
@@ -2912,7 +2966,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
2912
2966
|
cmaBalanceCents: unknown;
|
|
2913
2967
|
mtaBalanceCents: unknown;
|
|
2914
2968
|
stage: string;
|
|
2969
|
+
cmaId?: string | null | undefined;
|
|
2915
2970
|
buyerName?: string | null | undefined;
|
|
2971
|
+
initialDepositStatus?: string | null | undefined;
|
|
2916
2972
|
project?: {
|
|
2917
2973
|
id: string;
|
|
2918
2974
|
name: string;
|
|
@@ -2959,10 +3015,10 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
2959
3015
|
isRefunded: boolean;
|
|
2960
3016
|
isCanceled: boolean;
|
|
2961
3017
|
isArchived: boolean;
|
|
2962
|
-
clearedAt:
|
|
2963
|
-
createdAt:
|
|
2964
|
-
syncedAt:
|
|
2965
|
-
updatedAt:
|
|
3018
|
+
clearedAt: Date | null;
|
|
3019
|
+
createdAt: Date;
|
|
3020
|
+
syncedAt: Date;
|
|
3021
|
+
updatedAt: Date;
|
|
2966
3022
|
note: string | null;
|
|
2967
3023
|
sourceTransactionId: string | null;
|
|
2968
3024
|
cancelType: string | null;
|
|
@@ -3005,7 +3061,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
3005
3061
|
cmaBalanceCents: unknown;
|
|
3006
3062
|
mtaBalanceCents: unknown;
|
|
3007
3063
|
stage: string;
|
|
3064
|
+
cmaId?: string | null | undefined;
|
|
3008
3065
|
buyerName?: string | null | undefined;
|
|
3066
|
+
initialDepositStatus?: string | null | undefined;
|
|
3009
3067
|
project?: {
|
|
3010
3068
|
id: string;
|
|
3011
3069
|
name: string;
|
|
@@ -3061,10 +3119,10 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
3061
3119
|
isRefunded: z.ZodBoolean;
|
|
3062
3120
|
isCanceled: z.ZodBoolean;
|
|
3063
3121
|
isArchived: z.ZodBoolean;
|
|
3064
|
-
clearedAt: z.ZodNullable<z.ZodCoercedDate<
|
|
3065
|
-
createdAt: z.ZodCoercedDate<
|
|
3066
|
-
syncedAt: z.ZodCoercedDate<
|
|
3067
|
-
updatedAt: z.ZodCoercedDate<
|
|
3122
|
+
clearedAt: z.ZodNullable<z.ZodCoercedDate<Date>>;
|
|
3123
|
+
createdAt: z.ZodCoercedDate<Date>;
|
|
3124
|
+
syncedAt: z.ZodCoercedDate<Date>;
|
|
3125
|
+
updatedAt: z.ZodCoercedDate<Date>;
|
|
3068
3126
|
note: z.ZodNullable<z.ZodString>;
|
|
3069
3127
|
sourceTransactionId: z.ZodNullable<z.ZodString>;
|
|
3070
3128
|
cancelType: z.ZodNullable<z.ZodString>;
|
|
@@ -3130,7 +3188,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
3130
3188
|
cmaBalanceCents: bigint;
|
|
3131
3189
|
mtaBalanceCents: bigint;
|
|
3132
3190
|
stage: string;
|
|
3191
|
+
cmaId?: string | null | undefined;
|
|
3133
3192
|
buyerName?: string | null | undefined;
|
|
3193
|
+
initialDepositStatus?: string | null | undefined;
|
|
3134
3194
|
project?: {
|
|
3135
3195
|
id: string;
|
|
3136
3196
|
name: string;
|
|
@@ -3224,7 +3284,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
3224
3284
|
cmaBalanceCents: bigint;
|
|
3225
3285
|
mtaBalanceCents: bigint;
|
|
3226
3286
|
stage: string;
|
|
3287
|
+
cmaId?: string | null | undefined;
|
|
3227
3288
|
buyerName?: string | null | undefined;
|
|
3289
|
+
initialDepositStatus?: string | null | undefined;
|
|
3228
3290
|
project?: {
|
|
3229
3291
|
id: string;
|
|
3230
3292
|
name: string;
|
|
@@ -3317,7 +3379,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
3317
3379
|
cmaBalanceCents: bigint;
|
|
3318
3380
|
mtaBalanceCents: bigint;
|
|
3319
3381
|
stage: string;
|
|
3382
|
+
cmaId?: string | null | undefined;
|
|
3320
3383
|
buyerName?: string | null | undefined;
|
|
3384
|
+
initialDepositStatus?: string | null | undefined;
|
|
3321
3385
|
project?: {
|
|
3322
3386
|
id: string;
|
|
3323
3387
|
name: string;
|
|
@@ -3360,6 +3424,7 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
3360
3424
|
isUnknown?: boolean | null | undefined;
|
|
3361
3425
|
isAssignableToProperty?: boolean | null | undefined;
|
|
3362
3426
|
isAssignedToProperty?: boolean | null | undefined;
|
|
3427
|
+
isPaidout?: boolean | null | undefined;
|
|
3363
3428
|
amountStr?: string | null | undefined;
|
|
3364
3429
|
transactionNumber?: string | null | undefined;
|
|
3365
3430
|
isCancelable?: boolean | null | undefined;
|
|
@@ -3480,7 +3545,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
3480
3545
|
cmaBalanceCents: bigint;
|
|
3481
3546
|
mtaBalanceCents: bigint;
|
|
3482
3547
|
stage: string;
|
|
3548
|
+
cmaId?: string | null | undefined;
|
|
3483
3549
|
buyerName?: string | null | undefined;
|
|
3550
|
+
initialDepositStatus?: string | null | undefined;
|
|
3484
3551
|
project?: {
|
|
3485
3552
|
id: string;
|
|
3486
3553
|
name: string;
|
|
@@ -3573,7 +3640,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
3573
3640
|
cmaBalanceCents: bigint;
|
|
3574
3641
|
mtaBalanceCents: bigint;
|
|
3575
3642
|
stage: string;
|
|
3643
|
+
cmaId?: string | null | undefined;
|
|
3576
3644
|
buyerName?: string | null | undefined;
|
|
3645
|
+
initialDepositStatus?: string | null | undefined;
|
|
3577
3646
|
project?: {
|
|
3578
3647
|
id: string;
|
|
3579
3648
|
name: string;
|
|
@@ -3665,7 +3734,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
3665
3734
|
cmaBalanceCents: bigint;
|
|
3666
3735
|
mtaBalanceCents: bigint;
|
|
3667
3736
|
stage: string;
|
|
3737
|
+
cmaId?: string | null | undefined;
|
|
3668
3738
|
buyerName?: string | null | undefined;
|
|
3739
|
+
initialDepositStatus?: string | null | undefined;
|
|
3669
3740
|
project?: {
|
|
3670
3741
|
id: string;
|
|
3671
3742
|
name: string;
|
|
@@ -3937,7 +4008,6 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
3937
4008
|
createdBy: string | null;
|
|
3938
4009
|
updatedBy: string | null;
|
|
3939
4010
|
}>>>>;
|
|
3940
|
-
description: z.ZodNullable<z.ZodString>;
|
|
3941
4011
|
status: z.ZodString;
|
|
3942
4012
|
isArchived: z.ZodBoolean;
|
|
3943
4013
|
createdAt: z.ZodCoercedDate<unknown>;
|
|
@@ -3945,6 +4015,7 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
3945
4015
|
propertyId: z.ZodNullable<z.ZodString>;
|
|
3946
4016
|
payoutId: z.ZodString;
|
|
3947
4017
|
bankRef: z.ZodNullable<z.ZodString>;
|
|
4018
|
+
description: z.ZodNullable<z.ZodString>;
|
|
3948
4019
|
isCanceled: z.ZodBoolean;
|
|
3949
4020
|
canceledAt: z.ZodNullable<z.ZodCoercedDate<unknown>>;
|
|
3950
4021
|
mtaTransactionId: z.ZodNullable<z.ZodString>;
|
|
@@ -3964,6 +4035,8 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
3964
4035
|
stage: z.ZodString;
|
|
3965
4036
|
status: z.ZodString;
|
|
3966
4037
|
mtaId: z.ZodString;
|
|
4038
|
+
cmaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4039
|
+
initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3967
4040
|
isArchived: z.ZodBoolean;
|
|
3968
4041
|
createdAt: z.ZodCoercedDate<unknown>;
|
|
3969
4042
|
syncedAt: z.ZodCoercedDate<unknown>;
|
|
@@ -4107,7 +4180,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
4107
4180
|
cmaBalanceCents: bigint;
|
|
4108
4181
|
mtaBalanceCents: bigint;
|
|
4109
4182
|
stage: string;
|
|
4183
|
+
cmaId?: string | null | undefined;
|
|
4110
4184
|
buyerName?: string | null | undefined;
|
|
4185
|
+
initialDepositStatus?: string | null | undefined;
|
|
4111
4186
|
project?: {
|
|
4112
4187
|
id: string;
|
|
4113
4188
|
name: string;
|
|
@@ -4200,7 +4275,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
4200
4275
|
cmaBalanceCents: bigint;
|
|
4201
4276
|
mtaBalanceCents: bigint;
|
|
4202
4277
|
stage: string;
|
|
4278
|
+
cmaId?: string | null | undefined;
|
|
4203
4279
|
buyerName?: string | null | undefined;
|
|
4280
|
+
initialDepositStatus?: string | null | undefined;
|
|
4204
4281
|
project?: {
|
|
4205
4282
|
id: string;
|
|
4206
4283
|
name: string;
|
|
@@ -4292,7 +4369,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
4292
4369
|
cmaBalanceCents: bigint;
|
|
4293
4370
|
mtaBalanceCents: bigint;
|
|
4294
4371
|
stage: string;
|
|
4372
|
+
cmaId?: string | null | undefined;
|
|
4295
4373
|
buyerName?: string | null | undefined;
|
|
4374
|
+
initialDepositStatus?: string | null | undefined;
|
|
4296
4375
|
project?: {
|
|
4297
4376
|
id: string;
|
|
4298
4377
|
name: string;
|
|
@@ -4392,7 +4471,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
4392
4471
|
cmaBalanceCents: unknown;
|
|
4393
4472
|
mtaBalanceCents: unknown;
|
|
4394
4473
|
stage: string;
|
|
4474
|
+
cmaId?: string | null | undefined;
|
|
4395
4475
|
buyerName?: string | null | undefined;
|
|
4476
|
+
initialDepositStatus?: string | null | undefined;
|
|
4396
4477
|
project?: {
|
|
4397
4478
|
id: string;
|
|
4398
4479
|
name: string;
|
|
@@ -4485,7 +4566,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
4485
4566
|
cmaBalanceCents: unknown;
|
|
4486
4567
|
mtaBalanceCents: unknown;
|
|
4487
4568
|
stage: string;
|
|
4569
|
+
cmaId?: string | null | undefined;
|
|
4488
4570
|
buyerName?: string | null | undefined;
|
|
4571
|
+
initialDepositStatus?: string | null | undefined;
|
|
4489
4572
|
project?: {
|
|
4490
4573
|
id: string;
|
|
4491
4574
|
name: string;
|
|
@@ -4577,7 +4660,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
4577
4660
|
cmaBalanceCents: unknown;
|
|
4578
4661
|
mtaBalanceCents: unknown;
|
|
4579
4662
|
stage: string;
|
|
4663
|
+
cmaId?: string | null | undefined;
|
|
4580
4664
|
buyerName?: string | null | undefined;
|
|
4665
|
+
initialDepositStatus?: string | null | undefined;
|
|
4581
4666
|
project?: {
|
|
4582
4667
|
id: string;
|
|
4583
4668
|
name: string;
|
|
@@ -4671,7 +4756,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
4671
4756
|
cmaBalanceCents: bigint;
|
|
4672
4757
|
mtaBalanceCents: bigint;
|
|
4673
4758
|
stage: string;
|
|
4759
|
+
cmaId?: string | null | undefined;
|
|
4674
4760
|
buyerName?: string | null | undefined;
|
|
4761
|
+
initialDepositStatus?: string | null | undefined;
|
|
4675
4762
|
project?: {
|
|
4676
4763
|
id: string;
|
|
4677
4764
|
name: string;
|
|
@@ -4764,7 +4851,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
4764
4851
|
cmaBalanceCents: bigint;
|
|
4765
4852
|
mtaBalanceCents: bigint;
|
|
4766
4853
|
stage: string;
|
|
4854
|
+
cmaId?: string | null | undefined;
|
|
4767
4855
|
buyerName?: string | null | undefined;
|
|
4856
|
+
initialDepositStatus?: string | null | undefined;
|
|
4768
4857
|
project?: {
|
|
4769
4858
|
id: string;
|
|
4770
4859
|
name: string;
|
|
@@ -4856,7 +4945,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
4856
4945
|
cmaBalanceCents: bigint;
|
|
4857
4946
|
mtaBalanceCents: bigint;
|
|
4858
4947
|
stage: string;
|
|
4948
|
+
cmaId?: string | null | undefined;
|
|
4859
4949
|
buyerName?: string | null | undefined;
|
|
4950
|
+
initialDepositStatus?: string | null | undefined;
|
|
4860
4951
|
project?: {
|
|
4861
4952
|
id: string;
|
|
4862
4953
|
name: string;
|
|
@@ -4956,7 +5047,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
4956
5047
|
cmaBalanceCents: unknown;
|
|
4957
5048
|
mtaBalanceCents: unknown;
|
|
4958
5049
|
stage: string;
|
|
5050
|
+
cmaId?: string | null | undefined;
|
|
4959
5051
|
buyerName?: string | null | undefined;
|
|
5052
|
+
initialDepositStatus?: string | null | undefined;
|
|
4960
5053
|
project?: {
|
|
4961
5054
|
id: string;
|
|
4962
5055
|
name: string;
|
|
@@ -5049,7 +5142,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
5049
5142
|
cmaBalanceCents: unknown;
|
|
5050
5143
|
mtaBalanceCents: unknown;
|
|
5051
5144
|
stage: string;
|
|
5145
|
+
cmaId?: string | null | undefined;
|
|
5052
5146
|
buyerName?: string | null | undefined;
|
|
5147
|
+
initialDepositStatus?: string | null | undefined;
|
|
5053
5148
|
project?: {
|
|
5054
5149
|
id: string;
|
|
5055
5150
|
name: string;
|
|
@@ -5141,7 +5236,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
5141
5236
|
cmaBalanceCents: unknown;
|
|
5142
5237
|
mtaBalanceCents: unknown;
|
|
5143
5238
|
stage: string;
|
|
5239
|
+
cmaId?: string | null | undefined;
|
|
5144
5240
|
buyerName?: string | null | undefined;
|
|
5241
|
+
initialDepositStatus?: string | null | undefined;
|
|
5145
5242
|
project?: {
|
|
5146
5243
|
id: string;
|
|
5147
5244
|
name: string;
|
|
@@ -5237,7 +5334,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
5237
5334
|
cmaBalanceCents: bigint;
|
|
5238
5335
|
mtaBalanceCents: bigint;
|
|
5239
5336
|
stage: string;
|
|
5337
|
+
cmaId?: string | null | undefined;
|
|
5240
5338
|
buyerName?: string | null | undefined;
|
|
5339
|
+
initialDepositStatus?: string | null | undefined;
|
|
5241
5340
|
project?: {
|
|
5242
5341
|
id: string;
|
|
5243
5342
|
name: string;
|
|
@@ -5331,7 +5430,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
5331
5430
|
cmaBalanceCents: bigint;
|
|
5332
5431
|
mtaBalanceCents: bigint;
|
|
5333
5432
|
stage: string;
|
|
5433
|
+
cmaId?: string | null | undefined;
|
|
5334
5434
|
buyerName?: string | null | undefined;
|
|
5435
|
+
initialDepositStatus?: string | null | undefined;
|
|
5335
5436
|
project?: {
|
|
5336
5437
|
id: string;
|
|
5337
5438
|
name: string;
|
|
@@ -5424,7 +5525,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
5424
5525
|
cmaBalanceCents: bigint;
|
|
5425
5526
|
mtaBalanceCents: bigint;
|
|
5426
5527
|
stage: string;
|
|
5528
|
+
cmaId?: string | null | undefined;
|
|
5427
5529
|
buyerName?: string | null | undefined;
|
|
5530
|
+
initialDepositStatus?: string | null | undefined;
|
|
5428
5531
|
project?: {
|
|
5429
5532
|
id: string;
|
|
5430
5533
|
name: string;
|
|
@@ -5467,6 +5570,7 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
5467
5570
|
isUnknown?: boolean | null | undefined;
|
|
5468
5571
|
isAssignableToProperty?: boolean | null | undefined;
|
|
5469
5572
|
isAssignedToProperty?: boolean | null | undefined;
|
|
5573
|
+
isPaidout?: boolean | null | undefined;
|
|
5470
5574
|
amountStr?: string | null | undefined;
|
|
5471
5575
|
transactionNumber?: string | null | undefined;
|
|
5472
5576
|
isCancelable?: boolean | null | undefined;
|
|
@@ -5481,10 +5585,10 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
5481
5585
|
isRefunded: boolean;
|
|
5482
5586
|
isCanceled: boolean;
|
|
5483
5587
|
isArchived: boolean;
|
|
5484
|
-
clearedAt:
|
|
5485
|
-
createdAt:
|
|
5486
|
-
syncedAt:
|
|
5487
|
-
updatedAt:
|
|
5588
|
+
clearedAt: Date | null;
|
|
5589
|
+
createdAt: Date;
|
|
5590
|
+
syncedAt: Date;
|
|
5591
|
+
updatedAt: Date;
|
|
5488
5592
|
note: string | null;
|
|
5489
5593
|
sourceTransactionId: string | null;
|
|
5490
5594
|
cancelType: string | null;
|
|
@@ -5527,7 +5631,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
5527
5631
|
cmaBalanceCents: unknown;
|
|
5528
5632
|
mtaBalanceCents: unknown;
|
|
5529
5633
|
stage: string;
|
|
5634
|
+
cmaId?: string | null | undefined;
|
|
5530
5635
|
buyerName?: string | null | undefined;
|
|
5636
|
+
initialDepositStatus?: string | null | undefined;
|
|
5531
5637
|
project?: {
|
|
5532
5638
|
id: string;
|
|
5533
5639
|
name: string;
|
|
@@ -5575,10 +5681,10 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
5575
5681
|
isRefunded: boolean;
|
|
5576
5682
|
isCanceled: boolean;
|
|
5577
5683
|
isArchived: boolean;
|
|
5578
|
-
clearedAt:
|
|
5579
|
-
createdAt:
|
|
5580
|
-
syncedAt:
|
|
5581
|
-
updatedAt:
|
|
5684
|
+
clearedAt: Date | null;
|
|
5685
|
+
createdAt: Date;
|
|
5686
|
+
syncedAt: Date;
|
|
5687
|
+
updatedAt: Date;
|
|
5582
5688
|
note: string | null;
|
|
5583
5689
|
sourceTransactionId: string | null;
|
|
5584
5690
|
cancelType: string | null;
|
|
@@ -5621,7 +5727,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
5621
5727
|
cmaBalanceCents: unknown;
|
|
5622
5728
|
mtaBalanceCents: unknown;
|
|
5623
5729
|
stage: string;
|
|
5730
|
+
cmaId?: string | null | undefined;
|
|
5624
5731
|
buyerName?: string | null | undefined;
|
|
5732
|
+
initialDepositStatus?: string | null | undefined;
|
|
5625
5733
|
project?: {
|
|
5626
5734
|
id: string;
|
|
5627
5735
|
name: string;
|
|
@@ -5668,10 +5776,10 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
5668
5776
|
isRefunded: boolean;
|
|
5669
5777
|
isCanceled: boolean;
|
|
5670
5778
|
isArchived: boolean;
|
|
5671
|
-
clearedAt:
|
|
5672
|
-
createdAt:
|
|
5673
|
-
syncedAt:
|
|
5674
|
-
updatedAt:
|
|
5779
|
+
clearedAt: Date | null;
|
|
5780
|
+
createdAt: Date;
|
|
5781
|
+
syncedAt: Date;
|
|
5782
|
+
updatedAt: Date;
|
|
5675
5783
|
note: string | null;
|
|
5676
5784
|
sourceTransactionId: string | null;
|
|
5677
5785
|
cancelType: string | null;
|
|
@@ -5714,7 +5822,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
5714
5822
|
cmaBalanceCents: unknown;
|
|
5715
5823
|
mtaBalanceCents: unknown;
|
|
5716
5824
|
stage: string;
|
|
5825
|
+
cmaId?: string | null | undefined;
|
|
5717
5826
|
buyerName?: string | null | undefined;
|
|
5827
|
+
initialDepositStatus?: string | null | undefined;
|
|
5718
5828
|
project?: {
|
|
5719
5829
|
id: string;
|
|
5720
5830
|
name: string;
|
|
@@ -5808,7 +5918,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
5808
5918
|
cmaBalanceCents: bigint;
|
|
5809
5919
|
mtaBalanceCents: bigint;
|
|
5810
5920
|
stage: string;
|
|
5921
|
+
cmaId?: string | null | undefined;
|
|
5811
5922
|
buyerName?: string | null | undefined;
|
|
5923
|
+
initialDepositStatus?: string | null | undefined;
|
|
5812
5924
|
project?: {
|
|
5813
5925
|
id: string;
|
|
5814
5926
|
name: string;
|
|
@@ -5902,7 +6014,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
5902
6014
|
cmaBalanceCents: bigint;
|
|
5903
6015
|
mtaBalanceCents: bigint;
|
|
5904
6016
|
stage: string;
|
|
6017
|
+
cmaId?: string | null | undefined;
|
|
5905
6018
|
buyerName?: string | null | undefined;
|
|
6019
|
+
initialDepositStatus?: string | null | undefined;
|
|
5906
6020
|
project?: {
|
|
5907
6021
|
id: string;
|
|
5908
6022
|
name: string;
|
|
@@ -5995,7 +6109,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
5995
6109
|
cmaBalanceCents: bigint;
|
|
5996
6110
|
mtaBalanceCents: bigint;
|
|
5997
6111
|
stage: string;
|
|
6112
|
+
cmaId?: string | null | undefined;
|
|
5998
6113
|
buyerName?: string | null | undefined;
|
|
6114
|
+
initialDepositStatus?: string | null | undefined;
|
|
5999
6115
|
project?: {
|
|
6000
6116
|
id: string;
|
|
6001
6117
|
name: string;
|
|
@@ -6038,6 +6154,7 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
6038
6154
|
isUnknown?: boolean | null | undefined;
|
|
6039
6155
|
isAssignableToProperty?: boolean | null | undefined;
|
|
6040
6156
|
isAssignedToProperty?: boolean | null | undefined;
|
|
6157
|
+
isPaidout?: boolean | null | undefined;
|
|
6041
6158
|
amountStr?: string | null | undefined;
|
|
6042
6159
|
transactionNumber?: string | null | undefined;
|
|
6043
6160
|
isCancelable?: boolean | null | undefined;
|
|
@@ -6052,10 +6169,10 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
6052
6169
|
isRefunded: boolean;
|
|
6053
6170
|
isCanceled: boolean;
|
|
6054
6171
|
isArchived: boolean;
|
|
6055
|
-
clearedAt:
|
|
6056
|
-
createdAt:
|
|
6057
|
-
syncedAt:
|
|
6058
|
-
updatedAt:
|
|
6172
|
+
clearedAt: Date | null;
|
|
6173
|
+
createdAt: Date;
|
|
6174
|
+
syncedAt: Date;
|
|
6175
|
+
updatedAt: Date;
|
|
6059
6176
|
note: string | null;
|
|
6060
6177
|
sourceTransactionId: string | null;
|
|
6061
6178
|
cancelType: string | null;
|
|
@@ -6098,7 +6215,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
6098
6215
|
cmaBalanceCents: unknown;
|
|
6099
6216
|
mtaBalanceCents: unknown;
|
|
6100
6217
|
stage: string;
|
|
6218
|
+
cmaId?: string | null | undefined;
|
|
6101
6219
|
buyerName?: string | null | undefined;
|
|
6220
|
+
initialDepositStatus?: string | null | undefined;
|
|
6102
6221
|
project?: {
|
|
6103
6222
|
id: string;
|
|
6104
6223
|
name: string;
|
|
@@ -6146,10 +6265,10 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
6146
6265
|
isRefunded: boolean;
|
|
6147
6266
|
isCanceled: boolean;
|
|
6148
6267
|
isArchived: boolean;
|
|
6149
|
-
clearedAt:
|
|
6150
|
-
createdAt:
|
|
6151
|
-
syncedAt:
|
|
6152
|
-
updatedAt:
|
|
6268
|
+
clearedAt: Date | null;
|
|
6269
|
+
createdAt: Date;
|
|
6270
|
+
syncedAt: Date;
|
|
6271
|
+
updatedAt: Date;
|
|
6153
6272
|
note: string | null;
|
|
6154
6273
|
sourceTransactionId: string | null;
|
|
6155
6274
|
cancelType: string | null;
|
|
@@ -6192,7 +6311,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
6192
6311
|
cmaBalanceCents: unknown;
|
|
6193
6312
|
mtaBalanceCents: unknown;
|
|
6194
6313
|
stage: string;
|
|
6314
|
+
cmaId?: string | null | undefined;
|
|
6195
6315
|
buyerName?: string | null | undefined;
|
|
6316
|
+
initialDepositStatus?: string | null | undefined;
|
|
6196
6317
|
project?: {
|
|
6197
6318
|
id: string;
|
|
6198
6319
|
name: string;
|
|
@@ -6239,10 +6360,10 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
6239
6360
|
isRefunded: boolean;
|
|
6240
6361
|
isCanceled: boolean;
|
|
6241
6362
|
isArchived: boolean;
|
|
6242
|
-
clearedAt:
|
|
6243
|
-
createdAt:
|
|
6244
|
-
syncedAt:
|
|
6245
|
-
updatedAt:
|
|
6363
|
+
clearedAt: Date | null;
|
|
6364
|
+
createdAt: Date;
|
|
6365
|
+
syncedAt: Date;
|
|
6366
|
+
updatedAt: Date;
|
|
6246
6367
|
note: string | null;
|
|
6247
6368
|
sourceTransactionId: string | null;
|
|
6248
6369
|
cancelType: string | null;
|
|
@@ -6285,7 +6406,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
6285
6406
|
cmaBalanceCents: unknown;
|
|
6286
6407
|
mtaBalanceCents: unknown;
|
|
6287
6408
|
stage: string;
|
|
6409
|
+
cmaId?: string | null | undefined;
|
|
6288
6410
|
buyerName?: string | null | undefined;
|
|
6411
|
+
initialDepositStatus?: string | null | undefined;
|
|
6289
6412
|
project?: {
|
|
6290
6413
|
id: string;
|
|
6291
6414
|
name: string;
|
|
@@ -6341,10 +6464,10 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
6341
6464
|
isRefunded: z.ZodBoolean;
|
|
6342
6465
|
isCanceled: z.ZodBoolean;
|
|
6343
6466
|
isArchived: z.ZodBoolean;
|
|
6344
|
-
clearedAt: z.ZodNullable<z.ZodCoercedDate<
|
|
6345
|
-
createdAt: z.ZodCoercedDate<
|
|
6346
|
-
syncedAt: z.ZodCoercedDate<
|
|
6347
|
-
updatedAt: z.ZodCoercedDate<
|
|
6467
|
+
clearedAt: z.ZodNullable<z.ZodCoercedDate<Date>>;
|
|
6468
|
+
createdAt: z.ZodCoercedDate<Date>;
|
|
6469
|
+
syncedAt: z.ZodCoercedDate<Date>;
|
|
6470
|
+
updatedAt: z.ZodCoercedDate<Date>;
|
|
6348
6471
|
note: z.ZodNullable<z.ZodString>;
|
|
6349
6472
|
sourceTransactionId: z.ZodNullable<z.ZodString>;
|
|
6350
6473
|
cancelType: z.ZodNullable<z.ZodString>;
|
|
@@ -6410,7 +6533,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
6410
6533
|
cmaBalanceCents: bigint;
|
|
6411
6534
|
mtaBalanceCents: bigint;
|
|
6412
6535
|
stage: string;
|
|
6536
|
+
cmaId?: string | null | undefined;
|
|
6413
6537
|
buyerName?: string | null | undefined;
|
|
6538
|
+
initialDepositStatus?: string | null | undefined;
|
|
6414
6539
|
project?: {
|
|
6415
6540
|
id: string;
|
|
6416
6541
|
name: string;
|
|
@@ -6504,7 +6629,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
6504
6629
|
cmaBalanceCents: bigint;
|
|
6505
6630
|
mtaBalanceCents: bigint;
|
|
6506
6631
|
stage: string;
|
|
6632
|
+
cmaId?: string | null | undefined;
|
|
6507
6633
|
buyerName?: string | null | undefined;
|
|
6634
|
+
initialDepositStatus?: string | null | undefined;
|
|
6508
6635
|
project?: {
|
|
6509
6636
|
id: string;
|
|
6510
6637
|
name: string;
|
|
@@ -6597,7 +6724,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
6597
6724
|
cmaBalanceCents: bigint;
|
|
6598
6725
|
mtaBalanceCents: bigint;
|
|
6599
6726
|
stage: string;
|
|
6727
|
+
cmaId?: string | null | undefined;
|
|
6600
6728
|
buyerName?: string | null | undefined;
|
|
6729
|
+
initialDepositStatus?: string | null | undefined;
|
|
6601
6730
|
project?: {
|
|
6602
6731
|
id: string;
|
|
6603
6732
|
name: string;
|
|
@@ -6640,6 +6769,7 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
6640
6769
|
isUnknown?: boolean | null | undefined;
|
|
6641
6770
|
isAssignableToProperty?: boolean | null | undefined;
|
|
6642
6771
|
isAssignedToProperty?: boolean | null | undefined;
|
|
6772
|
+
isPaidout?: boolean | null | undefined;
|
|
6643
6773
|
amountStr?: string | null | undefined;
|
|
6644
6774
|
transactionNumber?: string | null | undefined;
|
|
6645
6775
|
isCancelable?: boolean | null | undefined;
|
|
@@ -6844,7 +6974,6 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
6844
6974
|
createdBy: z.ZodString;
|
|
6845
6975
|
}, z.core.$loose>>, z.ZodTransform<{
|
|
6846
6976
|
id: string;
|
|
6847
|
-
description: string | null;
|
|
6848
6977
|
status: "active" | "inactive";
|
|
6849
6978
|
isArchived: boolean;
|
|
6850
6979
|
createdAt: Date;
|
|
@@ -6854,6 +6983,7 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
6854
6983
|
propertyId: string;
|
|
6855
6984
|
payoutId: number;
|
|
6856
6985
|
balanceCents: number;
|
|
6986
|
+
description: string | null;
|
|
6857
6987
|
createdBy: string;
|
|
6858
6988
|
cmaSeq: number;
|
|
6859
6989
|
country: string;
|
|
@@ -6918,7 +7048,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
6918
7048
|
cmaBalanceCents: bigint;
|
|
6919
7049
|
mtaBalanceCents: bigint;
|
|
6920
7050
|
stage: string;
|
|
7051
|
+
cmaId?: string | null | undefined;
|
|
6921
7052
|
buyerName?: string | null | undefined;
|
|
7053
|
+
initialDepositStatus?: string | null | undefined;
|
|
6922
7054
|
project?: {
|
|
6923
7055
|
id: string;
|
|
6924
7056
|
name: string;
|
|
@@ -7011,7 +7143,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
7011
7143
|
cmaBalanceCents: bigint;
|
|
7012
7144
|
mtaBalanceCents: bigint;
|
|
7013
7145
|
stage: string;
|
|
7146
|
+
cmaId?: string | null | undefined;
|
|
7014
7147
|
buyerName?: string | null | undefined;
|
|
7148
|
+
initialDepositStatus?: string | null | undefined;
|
|
7015
7149
|
project?: {
|
|
7016
7150
|
id: string;
|
|
7017
7151
|
name: string;
|
|
@@ -7103,7 +7237,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
7103
7237
|
cmaBalanceCents: bigint;
|
|
7104
7238
|
mtaBalanceCents: bigint;
|
|
7105
7239
|
stage: string;
|
|
7240
|
+
cmaId?: string | null | undefined;
|
|
7106
7241
|
buyerName?: string | null | undefined;
|
|
7242
|
+
initialDepositStatus?: string | null | undefined;
|
|
7107
7243
|
project?: {
|
|
7108
7244
|
id: string;
|
|
7109
7245
|
name: string;
|
|
@@ -7170,7 +7306,6 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
7170
7306
|
updatedAt: Date;
|
|
7171
7307
|
createdBy: string;
|
|
7172
7308
|
}>>>>;
|
|
7173
|
-
description: z.ZodNullable<z.ZodString>;
|
|
7174
7309
|
status: z.ZodString;
|
|
7175
7310
|
isArchived: z.ZodBoolean;
|
|
7176
7311
|
createdAt: z.ZodCoercedDate<unknown>;
|
|
@@ -7178,6 +7313,7 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
7178
7313
|
propertyId: z.ZodNullable<z.ZodString>;
|
|
7179
7314
|
payoutId: z.ZodString;
|
|
7180
7315
|
bankRef: z.ZodNullable<z.ZodString>;
|
|
7316
|
+
description: z.ZodNullable<z.ZodString>;
|
|
7181
7317
|
isCanceled: z.ZodBoolean;
|
|
7182
7318
|
canceledAt: z.ZodNullable<z.ZodCoercedDate<unknown>>;
|
|
7183
7319
|
mtaTransactionId: z.ZodNullable<z.ZodString>;
|
|
@@ -7197,6 +7333,8 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
7197
7333
|
stage: z.ZodString;
|
|
7198
7334
|
status: z.ZodString;
|
|
7199
7335
|
mtaId: z.ZodString;
|
|
7336
|
+
cmaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
7337
|
+
initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
7200
7338
|
isArchived: z.ZodBoolean;
|
|
7201
7339
|
createdAt: z.ZodCoercedDate<unknown>;
|
|
7202
7340
|
syncedAt: z.ZodCoercedDate<unknown>;
|
|
@@ -7340,7 +7478,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
7340
7478
|
cmaBalanceCents: bigint;
|
|
7341
7479
|
mtaBalanceCents: bigint;
|
|
7342
7480
|
stage: string;
|
|
7481
|
+
cmaId?: string | null | undefined;
|
|
7343
7482
|
buyerName?: string | null | undefined;
|
|
7483
|
+
initialDepositStatus?: string | null | undefined;
|
|
7344
7484
|
project?: {
|
|
7345
7485
|
id: string;
|
|
7346
7486
|
name: string;
|
|
@@ -7433,7 +7573,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
7433
7573
|
cmaBalanceCents: bigint;
|
|
7434
7574
|
mtaBalanceCents: bigint;
|
|
7435
7575
|
stage: string;
|
|
7576
|
+
cmaId?: string | null | undefined;
|
|
7436
7577
|
buyerName?: string | null | undefined;
|
|
7578
|
+
initialDepositStatus?: string | null | undefined;
|
|
7437
7579
|
project?: {
|
|
7438
7580
|
id: string;
|
|
7439
7581
|
name: string;
|
|
@@ -7525,7 +7667,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
7525
7667
|
cmaBalanceCents: bigint;
|
|
7526
7668
|
mtaBalanceCents: bigint;
|
|
7527
7669
|
stage: string;
|
|
7670
|
+
cmaId?: string | null | undefined;
|
|
7528
7671
|
buyerName?: string | null | undefined;
|
|
7672
|
+
initialDepositStatus?: string | null | undefined;
|
|
7529
7673
|
project?: {
|
|
7530
7674
|
id: string;
|
|
7531
7675
|
name: string;
|
|
@@ -7625,7 +7769,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
7625
7769
|
cmaBalanceCents: unknown;
|
|
7626
7770
|
mtaBalanceCents: unknown;
|
|
7627
7771
|
stage: string;
|
|
7772
|
+
cmaId?: string | null | undefined;
|
|
7628
7773
|
buyerName?: string | null | undefined;
|
|
7774
|
+
initialDepositStatus?: string | null | undefined;
|
|
7629
7775
|
project?: {
|
|
7630
7776
|
id: string;
|
|
7631
7777
|
name: string;
|
|
@@ -7718,7 +7864,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
7718
7864
|
cmaBalanceCents: unknown;
|
|
7719
7865
|
mtaBalanceCents: unknown;
|
|
7720
7866
|
stage: string;
|
|
7867
|
+
cmaId?: string | null | undefined;
|
|
7721
7868
|
buyerName?: string | null | undefined;
|
|
7869
|
+
initialDepositStatus?: string | null | undefined;
|
|
7722
7870
|
project?: {
|
|
7723
7871
|
id: string;
|
|
7724
7872
|
name: string;
|
|
@@ -7810,7 +7958,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
7810
7958
|
cmaBalanceCents: unknown;
|
|
7811
7959
|
mtaBalanceCents: unknown;
|
|
7812
7960
|
stage: string;
|
|
7961
|
+
cmaId?: string | null | undefined;
|
|
7813
7962
|
buyerName?: string | null | undefined;
|
|
7963
|
+
initialDepositStatus?: string | null | undefined;
|
|
7814
7964
|
project?: {
|
|
7815
7965
|
id: string;
|
|
7816
7966
|
name: string;
|
|
@@ -7904,7 +8054,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
7904
8054
|
cmaBalanceCents: bigint;
|
|
7905
8055
|
mtaBalanceCents: bigint;
|
|
7906
8056
|
stage: string;
|
|
8057
|
+
cmaId?: string | null | undefined;
|
|
7907
8058
|
buyerName?: string | null | undefined;
|
|
8059
|
+
initialDepositStatus?: string | null | undefined;
|
|
7908
8060
|
project?: {
|
|
7909
8061
|
id: string;
|
|
7910
8062
|
name: string;
|
|
@@ -7997,7 +8149,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
7997
8149
|
cmaBalanceCents: bigint;
|
|
7998
8150
|
mtaBalanceCents: bigint;
|
|
7999
8151
|
stage: string;
|
|
8152
|
+
cmaId?: string | null | undefined;
|
|
8000
8153
|
buyerName?: string | null | undefined;
|
|
8154
|
+
initialDepositStatus?: string | null | undefined;
|
|
8001
8155
|
project?: {
|
|
8002
8156
|
id: string;
|
|
8003
8157
|
name: string;
|
|
@@ -8089,7 +8243,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
8089
8243
|
cmaBalanceCents: bigint;
|
|
8090
8244
|
mtaBalanceCents: bigint;
|
|
8091
8245
|
stage: string;
|
|
8246
|
+
cmaId?: string | null | undefined;
|
|
8092
8247
|
buyerName?: string | null | undefined;
|
|
8248
|
+
initialDepositStatus?: string | null | undefined;
|
|
8093
8249
|
project?: {
|
|
8094
8250
|
id: string;
|
|
8095
8251
|
name: string;
|
|
@@ -8189,7 +8345,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
8189
8345
|
cmaBalanceCents: unknown;
|
|
8190
8346
|
mtaBalanceCents: unknown;
|
|
8191
8347
|
stage: string;
|
|
8348
|
+
cmaId?: string | null | undefined;
|
|
8192
8349
|
buyerName?: string | null | undefined;
|
|
8350
|
+
initialDepositStatus?: string | null | undefined;
|
|
8193
8351
|
project?: {
|
|
8194
8352
|
id: string;
|
|
8195
8353
|
name: string;
|
|
@@ -8282,7 +8440,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
8282
8440
|
cmaBalanceCents: unknown;
|
|
8283
8441
|
mtaBalanceCents: unknown;
|
|
8284
8442
|
stage: string;
|
|
8443
|
+
cmaId?: string | null | undefined;
|
|
8285
8444
|
buyerName?: string | null | undefined;
|
|
8445
|
+
initialDepositStatus?: string | null | undefined;
|
|
8286
8446
|
project?: {
|
|
8287
8447
|
id: string;
|
|
8288
8448
|
name: string;
|
|
@@ -8374,7 +8534,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
8374
8534
|
cmaBalanceCents: unknown;
|
|
8375
8535
|
mtaBalanceCents: unknown;
|
|
8376
8536
|
stage: string;
|
|
8537
|
+
cmaId?: string | null | undefined;
|
|
8377
8538
|
buyerName?: string | null | undefined;
|
|
8539
|
+
initialDepositStatus?: string | null | undefined;
|
|
8378
8540
|
project?: {
|
|
8379
8541
|
id: string;
|
|
8380
8542
|
name: string;
|
|
@@ -8470,7 +8632,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
8470
8632
|
cmaBalanceCents: bigint;
|
|
8471
8633
|
mtaBalanceCents: bigint;
|
|
8472
8634
|
stage: string;
|
|
8635
|
+
cmaId?: string | null | undefined;
|
|
8473
8636
|
buyerName?: string | null | undefined;
|
|
8637
|
+
initialDepositStatus?: string | null | undefined;
|
|
8474
8638
|
project?: {
|
|
8475
8639
|
id: string;
|
|
8476
8640
|
name: string;
|
|
@@ -8564,7 +8728,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
8564
8728
|
cmaBalanceCents: bigint;
|
|
8565
8729
|
mtaBalanceCents: bigint;
|
|
8566
8730
|
stage: string;
|
|
8731
|
+
cmaId?: string | null | undefined;
|
|
8567
8732
|
buyerName?: string | null | undefined;
|
|
8733
|
+
initialDepositStatus?: string | null | undefined;
|
|
8568
8734
|
project?: {
|
|
8569
8735
|
id: string;
|
|
8570
8736
|
name: string;
|
|
@@ -8657,7 +8823,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
8657
8823
|
cmaBalanceCents: bigint;
|
|
8658
8824
|
mtaBalanceCents: bigint;
|
|
8659
8825
|
stage: string;
|
|
8826
|
+
cmaId?: string | null | undefined;
|
|
8660
8827
|
buyerName?: string | null | undefined;
|
|
8828
|
+
initialDepositStatus?: string | null | undefined;
|
|
8661
8829
|
project?: {
|
|
8662
8830
|
id: string;
|
|
8663
8831
|
name: string;
|
|
@@ -8700,6 +8868,7 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
8700
8868
|
isUnknown?: boolean | null | undefined;
|
|
8701
8869
|
isAssignableToProperty?: boolean | null | undefined;
|
|
8702
8870
|
isAssignedToProperty?: boolean | null | undefined;
|
|
8871
|
+
isPaidout?: boolean | null | undefined;
|
|
8703
8872
|
amountStr?: string | null | undefined;
|
|
8704
8873
|
transactionNumber?: string | null | undefined;
|
|
8705
8874
|
isCancelable?: boolean | null | undefined;
|
|
@@ -8714,10 +8883,10 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
8714
8883
|
isRefunded: boolean;
|
|
8715
8884
|
isCanceled: boolean;
|
|
8716
8885
|
isArchived: boolean;
|
|
8717
|
-
clearedAt:
|
|
8718
|
-
createdAt:
|
|
8719
|
-
syncedAt:
|
|
8720
|
-
updatedAt:
|
|
8886
|
+
clearedAt: Date | null;
|
|
8887
|
+
createdAt: Date;
|
|
8888
|
+
syncedAt: Date;
|
|
8889
|
+
updatedAt: Date;
|
|
8721
8890
|
note: string | null;
|
|
8722
8891
|
sourceTransactionId: string | null;
|
|
8723
8892
|
cancelType: string | null;
|
|
@@ -8760,7 +8929,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
8760
8929
|
cmaBalanceCents: unknown;
|
|
8761
8930
|
mtaBalanceCents: unknown;
|
|
8762
8931
|
stage: string;
|
|
8932
|
+
cmaId?: string | null | undefined;
|
|
8763
8933
|
buyerName?: string | null | undefined;
|
|
8934
|
+
initialDepositStatus?: string | null | undefined;
|
|
8764
8935
|
project?: {
|
|
8765
8936
|
id: string;
|
|
8766
8937
|
name: string;
|
|
@@ -8808,10 +8979,10 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
8808
8979
|
isRefunded: boolean;
|
|
8809
8980
|
isCanceled: boolean;
|
|
8810
8981
|
isArchived: boolean;
|
|
8811
|
-
clearedAt:
|
|
8812
|
-
createdAt:
|
|
8813
|
-
syncedAt:
|
|
8814
|
-
updatedAt:
|
|
8982
|
+
clearedAt: Date | null;
|
|
8983
|
+
createdAt: Date;
|
|
8984
|
+
syncedAt: Date;
|
|
8985
|
+
updatedAt: Date;
|
|
8815
8986
|
note: string | null;
|
|
8816
8987
|
sourceTransactionId: string | null;
|
|
8817
8988
|
cancelType: string | null;
|
|
@@ -8854,7 +9025,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
8854
9025
|
cmaBalanceCents: unknown;
|
|
8855
9026
|
mtaBalanceCents: unknown;
|
|
8856
9027
|
stage: string;
|
|
9028
|
+
cmaId?: string | null | undefined;
|
|
8857
9029
|
buyerName?: string | null | undefined;
|
|
9030
|
+
initialDepositStatus?: string | null | undefined;
|
|
8858
9031
|
project?: {
|
|
8859
9032
|
id: string;
|
|
8860
9033
|
name: string;
|
|
@@ -8901,10 +9074,10 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
8901
9074
|
isRefunded: boolean;
|
|
8902
9075
|
isCanceled: boolean;
|
|
8903
9076
|
isArchived: boolean;
|
|
8904
|
-
clearedAt:
|
|
8905
|
-
createdAt:
|
|
8906
|
-
syncedAt:
|
|
8907
|
-
updatedAt:
|
|
9077
|
+
clearedAt: Date | null;
|
|
9078
|
+
createdAt: Date;
|
|
9079
|
+
syncedAt: Date;
|
|
9080
|
+
updatedAt: Date;
|
|
8908
9081
|
note: string | null;
|
|
8909
9082
|
sourceTransactionId: string | null;
|
|
8910
9083
|
cancelType: string | null;
|
|
@@ -8947,7 +9120,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
8947
9120
|
cmaBalanceCents: unknown;
|
|
8948
9121
|
mtaBalanceCents: unknown;
|
|
8949
9122
|
stage: string;
|
|
9123
|
+
cmaId?: string | null | undefined;
|
|
8950
9124
|
buyerName?: string | null | undefined;
|
|
9125
|
+
initialDepositStatus?: string | null | undefined;
|
|
8951
9126
|
project?: {
|
|
8952
9127
|
id: string;
|
|
8953
9128
|
name: string;
|
|
@@ -9041,7 +9216,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
9041
9216
|
cmaBalanceCents: bigint;
|
|
9042
9217
|
mtaBalanceCents: bigint;
|
|
9043
9218
|
stage: string;
|
|
9219
|
+
cmaId?: string | null | undefined;
|
|
9044
9220
|
buyerName?: string | null | undefined;
|
|
9221
|
+
initialDepositStatus?: string | null | undefined;
|
|
9045
9222
|
project?: {
|
|
9046
9223
|
id: string;
|
|
9047
9224
|
name: string;
|
|
@@ -9135,7 +9312,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
9135
9312
|
cmaBalanceCents: bigint;
|
|
9136
9313
|
mtaBalanceCents: bigint;
|
|
9137
9314
|
stage: string;
|
|
9315
|
+
cmaId?: string | null | undefined;
|
|
9138
9316
|
buyerName?: string | null | undefined;
|
|
9317
|
+
initialDepositStatus?: string | null | undefined;
|
|
9139
9318
|
project?: {
|
|
9140
9319
|
id: string;
|
|
9141
9320
|
name: string;
|
|
@@ -9228,7 +9407,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
9228
9407
|
cmaBalanceCents: bigint;
|
|
9229
9408
|
mtaBalanceCents: bigint;
|
|
9230
9409
|
stage: string;
|
|
9410
|
+
cmaId?: string | null | undefined;
|
|
9231
9411
|
buyerName?: string | null | undefined;
|
|
9412
|
+
initialDepositStatus?: string | null | undefined;
|
|
9232
9413
|
project?: {
|
|
9233
9414
|
id: string;
|
|
9234
9415
|
name: string;
|
|
@@ -9271,6 +9452,7 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
9271
9452
|
isUnknown?: boolean | null | undefined;
|
|
9272
9453
|
isAssignableToProperty?: boolean | null | undefined;
|
|
9273
9454
|
isAssignedToProperty?: boolean | null | undefined;
|
|
9455
|
+
isPaidout?: boolean | null | undefined;
|
|
9274
9456
|
amountStr?: string | null | undefined;
|
|
9275
9457
|
transactionNumber?: string | null | undefined;
|
|
9276
9458
|
isCancelable?: boolean | null | undefined;
|
|
@@ -9285,10 +9467,10 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
9285
9467
|
isRefunded: boolean;
|
|
9286
9468
|
isCanceled: boolean;
|
|
9287
9469
|
isArchived: boolean;
|
|
9288
|
-
clearedAt:
|
|
9289
|
-
createdAt:
|
|
9290
|
-
syncedAt:
|
|
9291
|
-
updatedAt:
|
|
9470
|
+
clearedAt: Date | null;
|
|
9471
|
+
createdAt: Date;
|
|
9472
|
+
syncedAt: Date;
|
|
9473
|
+
updatedAt: Date;
|
|
9292
9474
|
note: string | null;
|
|
9293
9475
|
sourceTransactionId: string | null;
|
|
9294
9476
|
cancelType: string | null;
|
|
@@ -9331,7 +9513,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
9331
9513
|
cmaBalanceCents: unknown;
|
|
9332
9514
|
mtaBalanceCents: unknown;
|
|
9333
9515
|
stage: string;
|
|
9516
|
+
cmaId?: string | null | undefined;
|
|
9334
9517
|
buyerName?: string | null | undefined;
|
|
9518
|
+
initialDepositStatus?: string | null | undefined;
|
|
9335
9519
|
project?: {
|
|
9336
9520
|
id: string;
|
|
9337
9521
|
name: string;
|
|
@@ -9379,10 +9563,10 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
9379
9563
|
isRefunded: boolean;
|
|
9380
9564
|
isCanceled: boolean;
|
|
9381
9565
|
isArchived: boolean;
|
|
9382
|
-
clearedAt:
|
|
9383
|
-
createdAt:
|
|
9384
|
-
syncedAt:
|
|
9385
|
-
updatedAt:
|
|
9566
|
+
clearedAt: Date | null;
|
|
9567
|
+
createdAt: Date;
|
|
9568
|
+
syncedAt: Date;
|
|
9569
|
+
updatedAt: Date;
|
|
9386
9570
|
note: string | null;
|
|
9387
9571
|
sourceTransactionId: string | null;
|
|
9388
9572
|
cancelType: string | null;
|
|
@@ -9425,7 +9609,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
9425
9609
|
cmaBalanceCents: unknown;
|
|
9426
9610
|
mtaBalanceCents: unknown;
|
|
9427
9611
|
stage: string;
|
|
9612
|
+
cmaId?: string | null | undefined;
|
|
9428
9613
|
buyerName?: string | null | undefined;
|
|
9614
|
+
initialDepositStatus?: string | null | undefined;
|
|
9429
9615
|
project?: {
|
|
9430
9616
|
id: string;
|
|
9431
9617
|
name: string;
|
|
@@ -9472,10 +9658,10 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
9472
9658
|
isRefunded: boolean;
|
|
9473
9659
|
isCanceled: boolean;
|
|
9474
9660
|
isArchived: boolean;
|
|
9475
|
-
clearedAt:
|
|
9476
|
-
createdAt:
|
|
9477
|
-
syncedAt:
|
|
9478
|
-
updatedAt:
|
|
9661
|
+
clearedAt: Date | null;
|
|
9662
|
+
createdAt: Date;
|
|
9663
|
+
syncedAt: Date;
|
|
9664
|
+
updatedAt: Date;
|
|
9479
9665
|
note: string | null;
|
|
9480
9666
|
sourceTransactionId: string | null;
|
|
9481
9667
|
cancelType: string | null;
|
|
@@ -9518,7 +9704,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
9518
9704
|
cmaBalanceCents: unknown;
|
|
9519
9705
|
mtaBalanceCents: unknown;
|
|
9520
9706
|
stage: string;
|
|
9707
|
+
cmaId?: string | null | undefined;
|
|
9521
9708
|
buyerName?: string | null | undefined;
|
|
9709
|
+
initialDepositStatus?: string | null | undefined;
|
|
9522
9710
|
project?: {
|
|
9523
9711
|
id: string;
|
|
9524
9712
|
name: string;
|
|
@@ -9643,7 +9831,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
9643
9831
|
cmaBalanceCents: bigint;
|
|
9644
9832
|
mtaBalanceCents: bigint;
|
|
9645
9833
|
stage: string;
|
|
9834
|
+
cmaId?: string | null | undefined;
|
|
9646
9835
|
buyerName?: string | null | undefined;
|
|
9836
|
+
initialDepositStatus?: string | null | undefined;
|
|
9647
9837
|
project?: {
|
|
9648
9838
|
id: string;
|
|
9649
9839
|
name: string;
|
|
@@ -9736,7 +9926,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
9736
9926
|
cmaBalanceCents: bigint;
|
|
9737
9927
|
mtaBalanceCents: bigint;
|
|
9738
9928
|
stage: string;
|
|
9929
|
+
cmaId?: string | null | undefined;
|
|
9739
9930
|
buyerName?: string | null | undefined;
|
|
9931
|
+
initialDepositStatus?: string | null | undefined;
|
|
9740
9932
|
project?: {
|
|
9741
9933
|
id: string;
|
|
9742
9934
|
name: string;
|
|
@@ -9828,7 +10020,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
9828
10020
|
cmaBalanceCents: bigint;
|
|
9829
10021
|
mtaBalanceCents: bigint;
|
|
9830
10022
|
stage: string;
|
|
10023
|
+
cmaId?: string | null | undefined;
|
|
9831
10024
|
buyerName?: string | null | undefined;
|
|
10025
|
+
initialDepositStatus?: string | null | undefined;
|
|
9832
10026
|
project?: {
|
|
9833
10027
|
id: string;
|
|
9834
10028
|
name: string;
|
|
@@ -10100,7 +10294,6 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
10100
10294
|
createdBy: string | null;
|
|
10101
10295
|
updatedBy: string | null;
|
|
10102
10296
|
}>>>>;
|
|
10103
|
-
description: z.ZodNullable<z.ZodString>;
|
|
10104
10297
|
status: z.ZodString;
|
|
10105
10298
|
isArchived: z.ZodBoolean;
|
|
10106
10299
|
createdAt: z.ZodCoercedDate<unknown>;
|
|
@@ -10108,6 +10301,7 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
10108
10301
|
propertyId: z.ZodNullable<z.ZodString>;
|
|
10109
10302
|
payoutId: z.ZodString;
|
|
10110
10303
|
bankRef: z.ZodNullable<z.ZodString>;
|
|
10304
|
+
description: z.ZodNullable<z.ZodString>;
|
|
10111
10305
|
isCanceled: z.ZodBoolean;
|
|
10112
10306
|
canceledAt: z.ZodNullable<z.ZodCoercedDate<unknown>>;
|
|
10113
10307
|
mtaTransactionId: z.ZodNullable<z.ZodString>;
|
|
@@ -10127,6 +10321,8 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
10127
10321
|
stage: z.ZodString;
|
|
10128
10322
|
status: z.ZodString;
|
|
10129
10323
|
mtaId: z.ZodString;
|
|
10324
|
+
cmaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10325
|
+
initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10130
10326
|
isArchived: z.ZodBoolean;
|
|
10131
10327
|
createdAt: z.ZodCoercedDate<unknown>;
|
|
10132
10328
|
syncedAt: z.ZodCoercedDate<unknown>;
|
|
@@ -10270,7 +10466,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
10270
10466
|
cmaBalanceCents: bigint;
|
|
10271
10467
|
mtaBalanceCents: bigint;
|
|
10272
10468
|
stage: string;
|
|
10469
|
+
cmaId?: string | null | undefined;
|
|
10273
10470
|
buyerName?: string | null | undefined;
|
|
10471
|
+
initialDepositStatus?: string | null | undefined;
|
|
10274
10472
|
project?: {
|
|
10275
10473
|
id: string;
|
|
10276
10474
|
name: string;
|
|
@@ -10363,7 +10561,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
10363
10561
|
cmaBalanceCents: bigint;
|
|
10364
10562
|
mtaBalanceCents: bigint;
|
|
10365
10563
|
stage: string;
|
|
10564
|
+
cmaId?: string | null | undefined;
|
|
10366
10565
|
buyerName?: string | null | undefined;
|
|
10566
|
+
initialDepositStatus?: string | null | undefined;
|
|
10367
10567
|
project?: {
|
|
10368
10568
|
id: string;
|
|
10369
10569
|
name: string;
|
|
@@ -10455,7 +10655,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
10455
10655
|
cmaBalanceCents: bigint;
|
|
10456
10656
|
mtaBalanceCents: bigint;
|
|
10457
10657
|
stage: string;
|
|
10658
|
+
cmaId?: string | null | undefined;
|
|
10458
10659
|
buyerName?: string | null | undefined;
|
|
10660
|
+
initialDepositStatus?: string | null | undefined;
|
|
10459
10661
|
project?: {
|
|
10460
10662
|
id: string;
|
|
10461
10663
|
name: string;
|
|
@@ -10555,7 +10757,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
10555
10757
|
cmaBalanceCents: unknown;
|
|
10556
10758
|
mtaBalanceCents: unknown;
|
|
10557
10759
|
stage: string;
|
|
10760
|
+
cmaId?: string | null | undefined;
|
|
10558
10761
|
buyerName?: string | null | undefined;
|
|
10762
|
+
initialDepositStatus?: string | null | undefined;
|
|
10559
10763
|
project?: {
|
|
10560
10764
|
id: string;
|
|
10561
10765
|
name: string;
|
|
@@ -10648,7 +10852,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
10648
10852
|
cmaBalanceCents: unknown;
|
|
10649
10853
|
mtaBalanceCents: unknown;
|
|
10650
10854
|
stage: string;
|
|
10855
|
+
cmaId?: string | null | undefined;
|
|
10651
10856
|
buyerName?: string | null | undefined;
|
|
10857
|
+
initialDepositStatus?: string | null | undefined;
|
|
10652
10858
|
project?: {
|
|
10653
10859
|
id: string;
|
|
10654
10860
|
name: string;
|
|
@@ -10740,7 +10946,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
10740
10946
|
cmaBalanceCents: unknown;
|
|
10741
10947
|
mtaBalanceCents: unknown;
|
|
10742
10948
|
stage: string;
|
|
10949
|
+
cmaId?: string | null | undefined;
|
|
10743
10950
|
buyerName?: string | null | undefined;
|
|
10951
|
+
initialDepositStatus?: string | null | undefined;
|
|
10744
10952
|
project?: {
|
|
10745
10953
|
id: string;
|
|
10746
10954
|
name: string;
|
|
@@ -10834,7 +11042,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
10834
11042
|
cmaBalanceCents: bigint;
|
|
10835
11043
|
mtaBalanceCents: bigint;
|
|
10836
11044
|
stage: string;
|
|
11045
|
+
cmaId?: string | null | undefined;
|
|
10837
11046
|
buyerName?: string | null | undefined;
|
|
11047
|
+
initialDepositStatus?: string | null | undefined;
|
|
10838
11048
|
project?: {
|
|
10839
11049
|
id: string;
|
|
10840
11050
|
name: string;
|
|
@@ -10927,7 +11137,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
10927
11137
|
cmaBalanceCents: bigint;
|
|
10928
11138
|
mtaBalanceCents: bigint;
|
|
10929
11139
|
stage: string;
|
|
11140
|
+
cmaId?: string | null | undefined;
|
|
10930
11141
|
buyerName?: string | null | undefined;
|
|
11142
|
+
initialDepositStatus?: string | null | undefined;
|
|
10931
11143
|
project?: {
|
|
10932
11144
|
id: string;
|
|
10933
11145
|
name: string;
|
|
@@ -11019,7 +11231,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
11019
11231
|
cmaBalanceCents: bigint;
|
|
11020
11232
|
mtaBalanceCents: bigint;
|
|
11021
11233
|
stage: string;
|
|
11234
|
+
cmaId?: string | null | undefined;
|
|
11022
11235
|
buyerName?: string | null | undefined;
|
|
11236
|
+
initialDepositStatus?: string | null | undefined;
|
|
11023
11237
|
project?: {
|
|
11024
11238
|
id: string;
|
|
11025
11239
|
name: string;
|
|
@@ -11119,7 +11333,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
11119
11333
|
cmaBalanceCents: unknown;
|
|
11120
11334
|
mtaBalanceCents: unknown;
|
|
11121
11335
|
stage: string;
|
|
11336
|
+
cmaId?: string | null | undefined;
|
|
11122
11337
|
buyerName?: string | null | undefined;
|
|
11338
|
+
initialDepositStatus?: string | null | undefined;
|
|
11123
11339
|
project?: {
|
|
11124
11340
|
id: string;
|
|
11125
11341
|
name: string;
|
|
@@ -11212,7 +11428,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
11212
11428
|
cmaBalanceCents: unknown;
|
|
11213
11429
|
mtaBalanceCents: unknown;
|
|
11214
11430
|
stage: string;
|
|
11431
|
+
cmaId?: string | null | undefined;
|
|
11215
11432
|
buyerName?: string | null | undefined;
|
|
11433
|
+
initialDepositStatus?: string | null | undefined;
|
|
11216
11434
|
project?: {
|
|
11217
11435
|
id: string;
|
|
11218
11436
|
name: string;
|
|
@@ -11304,7 +11522,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
11304
11522
|
cmaBalanceCents: unknown;
|
|
11305
11523
|
mtaBalanceCents: unknown;
|
|
11306
11524
|
stage: string;
|
|
11525
|
+
cmaId?: string | null | undefined;
|
|
11307
11526
|
buyerName?: string | null | undefined;
|
|
11527
|
+
initialDepositStatus?: string | null | undefined;
|
|
11308
11528
|
project?: {
|
|
11309
11529
|
id: string;
|
|
11310
11530
|
name: string;
|
|
@@ -11400,7 +11620,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
11400
11620
|
cmaBalanceCents: bigint;
|
|
11401
11621
|
mtaBalanceCents: bigint;
|
|
11402
11622
|
stage: string;
|
|
11623
|
+
cmaId?: string | null | undefined;
|
|
11403
11624
|
buyerName?: string | null | undefined;
|
|
11625
|
+
initialDepositStatus?: string | null | undefined;
|
|
11404
11626
|
project?: {
|
|
11405
11627
|
id: string;
|
|
11406
11628
|
name: string;
|
|
@@ -11494,7 +11716,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
11494
11716
|
cmaBalanceCents: bigint;
|
|
11495
11717
|
mtaBalanceCents: bigint;
|
|
11496
11718
|
stage: string;
|
|
11719
|
+
cmaId?: string | null | undefined;
|
|
11497
11720
|
buyerName?: string | null | undefined;
|
|
11721
|
+
initialDepositStatus?: string | null | undefined;
|
|
11498
11722
|
project?: {
|
|
11499
11723
|
id: string;
|
|
11500
11724
|
name: string;
|
|
@@ -11587,7 +11811,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
11587
11811
|
cmaBalanceCents: bigint;
|
|
11588
11812
|
mtaBalanceCents: bigint;
|
|
11589
11813
|
stage: string;
|
|
11814
|
+
cmaId?: string | null | undefined;
|
|
11590
11815
|
buyerName?: string | null | undefined;
|
|
11816
|
+
initialDepositStatus?: string | null | undefined;
|
|
11591
11817
|
project?: {
|
|
11592
11818
|
id: string;
|
|
11593
11819
|
name: string;
|
|
@@ -11630,6 +11856,7 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
11630
11856
|
isUnknown?: boolean | null | undefined;
|
|
11631
11857
|
isAssignableToProperty?: boolean | null | undefined;
|
|
11632
11858
|
isAssignedToProperty?: boolean | null | undefined;
|
|
11859
|
+
isPaidout?: boolean | null | undefined;
|
|
11633
11860
|
amountStr?: string | null | undefined;
|
|
11634
11861
|
transactionNumber?: string | null | undefined;
|
|
11635
11862
|
isCancelable?: boolean | null | undefined;
|
|
@@ -11644,10 +11871,10 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
11644
11871
|
isRefunded: boolean;
|
|
11645
11872
|
isCanceled: boolean;
|
|
11646
11873
|
isArchived: boolean;
|
|
11647
|
-
clearedAt:
|
|
11648
|
-
createdAt:
|
|
11649
|
-
syncedAt:
|
|
11650
|
-
updatedAt:
|
|
11874
|
+
clearedAt: Date | null;
|
|
11875
|
+
createdAt: Date;
|
|
11876
|
+
syncedAt: Date;
|
|
11877
|
+
updatedAt: Date;
|
|
11651
11878
|
note: string | null;
|
|
11652
11879
|
sourceTransactionId: string | null;
|
|
11653
11880
|
cancelType: string | null;
|
|
@@ -11690,7 +11917,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
11690
11917
|
cmaBalanceCents: unknown;
|
|
11691
11918
|
mtaBalanceCents: unknown;
|
|
11692
11919
|
stage: string;
|
|
11920
|
+
cmaId?: string | null | undefined;
|
|
11693
11921
|
buyerName?: string | null | undefined;
|
|
11922
|
+
initialDepositStatus?: string | null | undefined;
|
|
11694
11923
|
project?: {
|
|
11695
11924
|
id: string;
|
|
11696
11925
|
name: string;
|
|
@@ -11738,10 +11967,10 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
11738
11967
|
isRefunded: boolean;
|
|
11739
11968
|
isCanceled: boolean;
|
|
11740
11969
|
isArchived: boolean;
|
|
11741
|
-
clearedAt:
|
|
11742
|
-
createdAt:
|
|
11743
|
-
syncedAt:
|
|
11744
|
-
updatedAt:
|
|
11970
|
+
clearedAt: Date | null;
|
|
11971
|
+
createdAt: Date;
|
|
11972
|
+
syncedAt: Date;
|
|
11973
|
+
updatedAt: Date;
|
|
11745
11974
|
note: string | null;
|
|
11746
11975
|
sourceTransactionId: string | null;
|
|
11747
11976
|
cancelType: string | null;
|
|
@@ -11784,7 +12013,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
11784
12013
|
cmaBalanceCents: unknown;
|
|
11785
12014
|
mtaBalanceCents: unknown;
|
|
11786
12015
|
stage: string;
|
|
12016
|
+
cmaId?: string | null | undefined;
|
|
11787
12017
|
buyerName?: string | null | undefined;
|
|
12018
|
+
initialDepositStatus?: string | null | undefined;
|
|
11788
12019
|
project?: {
|
|
11789
12020
|
id: string;
|
|
11790
12021
|
name: string;
|
|
@@ -11831,10 +12062,10 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
11831
12062
|
isRefunded: boolean;
|
|
11832
12063
|
isCanceled: boolean;
|
|
11833
12064
|
isArchived: boolean;
|
|
11834
|
-
clearedAt:
|
|
11835
|
-
createdAt:
|
|
11836
|
-
syncedAt:
|
|
11837
|
-
updatedAt:
|
|
12065
|
+
clearedAt: Date | null;
|
|
12066
|
+
createdAt: Date;
|
|
12067
|
+
syncedAt: Date;
|
|
12068
|
+
updatedAt: Date;
|
|
11838
12069
|
note: string | null;
|
|
11839
12070
|
sourceTransactionId: string | null;
|
|
11840
12071
|
cancelType: string | null;
|
|
@@ -11877,7 +12108,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
11877
12108
|
cmaBalanceCents: unknown;
|
|
11878
12109
|
mtaBalanceCents: unknown;
|
|
11879
12110
|
stage: string;
|
|
12111
|
+
cmaId?: string | null | undefined;
|
|
11880
12112
|
buyerName?: string | null | undefined;
|
|
12113
|
+
initialDepositStatus?: string | null | undefined;
|
|
11881
12114
|
project?: {
|
|
11882
12115
|
id: string;
|
|
11883
12116
|
name: string;
|
|
@@ -11971,7 +12204,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
11971
12204
|
cmaBalanceCents: bigint;
|
|
11972
12205
|
mtaBalanceCents: bigint;
|
|
11973
12206
|
stage: string;
|
|
12207
|
+
cmaId?: string | null | undefined;
|
|
11974
12208
|
buyerName?: string | null | undefined;
|
|
12209
|
+
initialDepositStatus?: string | null | undefined;
|
|
11975
12210
|
project?: {
|
|
11976
12211
|
id: string;
|
|
11977
12212
|
name: string;
|
|
@@ -12065,7 +12300,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
12065
12300
|
cmaBalanceCents: bigint;
|
|
12066
12301
|
mtaBalanceCents: bigint;
|
|
12067
12302
|
stage: string;
|
|
12303
|
+
cmaId?: string | null | undefined;
|
|
12068
12304
|
buyerName?: string | null | undefined;
|
|
12305
|
+
initialDepositStatus?: string | null | undefined;
|
|
12069
12306
|
project?: {
|
|
12070
12307
|
id: string;
|
|
12071
12308
|
name: string;
|
|
@@ -12158,7 +12395,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
12158
12395
|
cmaBalanceCents: bigint;
|
|
12159
12396
|
mtaBalanceCents: bigint;
|
|
12160
12397
|
stage: string;
|
|
12398
|
+
cmaId?: string | null | undefined;
|
|
12161
12399
|
buyerName?: string | null | undefined;
|
|
12400
|
+
initialDepositStatus?: string | null | undefined;
|
|
12162
12401
|
project?: {
|
|
12163
12402
|
id: string;
|
|
12164
12403
|
name: string;
|
|
@@ -12201,6 +12440,7 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
12201
12440
|
isUnknown?: boolean | null | undefined;
|
|
12202
12441
|
isAssignableToProperty?: boolean | null | undefined;
|
|
12203
12442
|
isAssignedToProperty?: boolean | null | undefined;
|
|
12443
|
+
isPaidout?: boolean | null | undefined;
|
|
12204
12444
|
amountStr?: string | null | undefined;
|
|
12205
12445
|
transactionNumber?: string | null | undefined;
|
|
12206
12446
|
isCancelable?: boolean | null | undefined;
|
|
@@ -12215,10 +12455,10 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
12215
12455
|
isRefunded: boolean;
|
|
12216
12456
|
isCanceled: boolean;
|
|
12217
12457
|
isArchived: boolean;
|
|
12218
|
-
clearedAt:
|
|
12219
|
-
createdAt:
|
|
12220
|
-
syncedAt:
|
|
12221
|
-
updatedAt:
|
|
12458
|
+
clearedAt: Date | null;
|
|
12459
|
+
createdAt: Date;
|
|
12460
|
+
syncedAt: Date;
|
|
12461
|
+
updatedAt: Date;
|
|
12222
12462
|
note: string | null;
|
|
12223
12463
|
sourceTransactionId: string | null;
|
|
12224
12464
|
cancelType: string | null;
|
|
@@ -12261,7 +12501,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
12261
12501
|
cmaBalanceCents: unknown;
|
|
12262
12502
|
mtaBalanceCents: unknown;
|
|
12263
12503
|
stage: string;
|
|
12504
|
+
cmaId?: string | null | undefined;
|
|
12264
12505
|
buyerName?: string | null | undefined;
|
|
12506
|
+
initialDepositStatus?: string | null | undefined;
|
|
12265
12507
|
project?: {
|
|
12266
12508
|
id: string;
|
|
12267
12509
|
name: string;
|
|
@@ -12309,10 +12551,10 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
12309
12551
|
isRefunded: boolean;
|
|
12310
12552
|
isCanceled: boolean;
|
|
12311
12553
|
isArchived: boolean;
|
|
12312
|
-
clearedAt:
|
|
12313
|
-
createdAt:
|
|
12314
|
-
syncedAt:
|
|
12315
|
-
updatedAt:
|
|
12554
|
+
clearedAt: Date | null;
|
|
12555
|
+
createdAt: Date;
|
|
12556
|
+
syncedAt: Date;
|
|
12557
|
+
updatedAt: Date;
|
|
12316
12558
|
note: string | null;
|
|
12317
12559
|
sourceTransactionId: string | null;
|
|
12318
12560
|
cancelType: string | null;
|
|
@@ -12355,7 +12597,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
12355
12597
|
cmaBalanceCents: unknown;
|
|
12356
12598
|
mtaBalanceCents: unknown;
|
|
12357
12599
|
stage: string;
|
|
12600
|
+
cmaId?: string | null | undefined;
|
|
12358
12601
|
buyerName?: string | null | undefined;
|
|
12602
|
+
initialDepositStatus?: string | null | undefined;
|
|
12359
12603
|
project?: {
|
|
12360
12604
|
id: string;
|
|
12361
12605
|
name: string;
|
|
@@ -12402,10 +12646,10 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
12402
12646
|
isRefunded: boolean;
|
|
12403
12647
|
isCanceled: boolean;
|
|
12404
12648
|
isArchived: boolean;
|
|
12405
|
-
clearedAt:
|
|
12406
|
-
createdAt:
|
|
12407
|
-
syncedAt:
|
|
12408
|
-
updatedAt:
|
|
12649
|
+
clearedAt: Date | null;
|
|
12650
|
+
createdAt: Date;
|
|
12651
|
+
syncedAt: Date;
|
|
12652
|
+
updatedAt: Date;
|
|
12409
12653
|
note: string | null;
|
|
12410
12654
|
sourceTransactionId: string | null;
|
|
12411
12655
|
cancelType: string | null;
|
|
@@ -12448,7 +12692,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
12448
12692
|
cmaBalanceCents: unknown;
|
|
12449
12693
|
mtaBalanceCents: unknown;
|
|
12450
12694
|
stage: string;
|
|
12695
|
+
cmaId?: string | null | undefined;
|
|
12451
12696
|
buyerName?: string | null | undefined;
|
|
12697
|
+
initialDepositStatus?: string | null | undefined;
|
|
12452
12698
|
project?: {
|
|
12453
12699
|
id: string;
|
|
12454
12700
|
name: string;
|
|
@@ -12504,10 +12750,10 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
12504
12750
|
isRefunded: z.ZodBoolean;
|
|
12505
12751
|
isCanceled: z.ZodBoolean;
|
|
12506
12752
|
isArchived: z.ZodBoolean;
|
|
12507
|
-
clearedAt: z.ZodNullable<z.ZodCoercedDate<
|
|
12508
|
-
createdAt: z.ZodCoercedDate<
|
|
12509
|
-
syncedAt: z.ZodCoercedDate<
|
|
12510
|
-
updatedAt: z.ZodCoercedDate<
|
|
12753
|
+
clearedAt: z.ZodNullable<z.ZodCoercedDate<Date>>;
|
|
12754
|
+
createdAt: z.ZodCoercedDate<Date>;
|
|
12755
|
+
syncedAt: z.ZodCoercedDate<Date>;
|
|
12756
|
+
updatedAt: z.ZodCoercedDate<Date>;
|
|
12511
12757
|
note: z.ZodNullable<z.ZodString>;
|
|
12512
12758
|
sourceTransactionId: z.ZodNullable<z.ZodString>;
|
|
12513
12759
|
cancelType: z.ZodNullable<z.ZodString>;
|
|
@@ -12573,7 +12819,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
12573
12819
|
cmaBalanceCents: bigint;
|
|
12574
12820
|
mtaBalanceCents: bigint;
|
|
12575
12821
|
stage: string;
|
|
12822
|
+
cmaId?: string | null | undefined;
|
|
12576
12823
|
buyerName?: string | null | undefined;
|
|
12824
|
+
initialDepositStatus?: string | null | undefined;
|
|
12577
12825
|
project?: {
|
|
12578
12826
|
id: string;
|
|
12579
12827
|
name: string;
|
|
@@ -12667,7 +12915,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
12667
12915
|
cmaBalanceCents: bigint;
|
|
12668
12916
|
mtaBalanceCents: bigint;
|
|
12669
12917
|
stage: string;
|
|
12918
|
+
cmaId?: string | null | undefined;
|
|
12670
12919
|
buyerName?: string | null | undefined;
|
|
12920
|
+
initialDepositStatus?: string | null | undefined;
|
|
12671
12921
|
project?: {
|
|
12672
12922
|
id: string;
|
|
12673
12923
|
name: string;
|
|
@@ -12760,7 +13010,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
12760
13010
|
cmaBalanceCents: bigint;
|
|
12761
13011
|
mtaBalanceCents: bigint;
|
|
12762
13012
|
stage: string;
|
|
13013
|
+
cmaId?: string | null | undefined;
|
|
12763
13014
|
buyerName?: string | null | undefined;
|
|
13015
|
+
initialDepositStatus?: string | null | undefined;
|
|
12764
13016
|
project?: {
|
|
12765
13017
|
id: string;
|
|
12766
13018
|
name: string;
|
|
@@ -12803,6 +13055,7 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
12803
13055
|
isUnknown?: boolean | null | undefined;
|
|
12804
13056
|
isAssignableToProperty?: boolean | null | undefined;
|
|
12805
13057
|
isAssignedToProperty?: boolean | null | undefined;
|
|
13058
|
+
isPaidout?: boolean | null | undefined;
|
|
12806
13059
|
amountStr?: string | null | undefined;
|
|
12807
13060
|
transactionNumber?: string | null | undefined;
|
|
12808
13061
|
isCancelable?: boolean | null | undefined;
|
|
@@ -12853,10 +13106,10 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
12853
13106
|
isRefunded: z.ZodBoolean;
|
|
12854
13107
|
isCanceled: z.ZodBoolean;
|
|
12855
13108
|
isArchived: z.ZodBoolean;
|
|
12856
|
-
clearedAt: z.ZodNullable<z.ZodCoercedDate<
|
|
12857
|
-
createdAt: z.ZodCoercedDate<
|
|
12858
|
-
syncedAt: z.ZodCoercedDate<
|
|
12859
|
-
updatedAt: z.ZodCoercedDate<
|
|
13109
|
+
clearedAt: z.ZodNullable<z.ZodCoercedDate<Date>>;
|
|
13110
|
+
createdAt: z.ZodCoercedDate<Date>;
|
|
13111
|
+
syncedAt: z.ZodCoercedDate<Date>;
|
|
13112
|
+
updatedAt: z.ZodCoercedDate<Date>;
|
|
12860
13113
|
note: z.ZodNullable<z.ZodString>;
|
|
12861
13114
|
sourceTransactionId: z.ZodNullable<z.ZodString>;
|
|
12862
13115
|
cancelType: z.ZodNullable<z.ZodString>;
|
|
@@ -12907,6 +13160,7 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
12907
13160
|
syncedAt: z.ZodCoercedDate<unknown>;
|
|
12908
13161
|
updatedAt: z.ZodCoercedDate<unknown>;
|
|
12909
13162
|
mtaId: z.ZodString;
|
|
13163
|
+
cmaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
12910
13164
|
balanceCents: z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodBigInt>;
|
|
12911
13165
|
customerId: z.ZodString;
|
|
12912
13166
|
projectId: z.ZodString;
|
|
@@ -12916,6 +13170,7 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
12916
13170
|
cmaBalanceCents: z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodBigInt>;
|
|
12917
13171
|
mtaBalanceCents: z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodBigInt>;
|
|
12918
13172
|
stage: z.ZodString;
|
|
13173
|
+
initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
12919
13174
|
project: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
12920
13175
|
id: z.ZodString;
|
|
12921
13176
|
name: z.ZodString;
|
|
@@ -13147,7 +13402,6 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
13147
13402
|
createdBy: string | null;
|
|
13148
13403
|
updatedBy: string | null;
|
|
13149
13404
|
}>>>>;
|
|
13150
|
-
description: z.ZodNullable<z.ZodString>;
|
|
13151
13405
|
status: z.ZodString;
|
|
13152
13406
|
isArchived: z.ZodBoolean;
|
|
13153
13407
|
createdAt: z.ZodCoercedDate<unknown>;
|
|
@@ -13155,6 +13409,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
13155
13409
|
propertyId: z.ZodNullable<z.ZodString>;
|
|
13156
13410
|
payoutId: z.ZodString;
|
|
13157
13411
|
bankRef: z.ZodNullable<z.ZodString>;
|
|
13412
|
+
description: z.ZodNullable<z.ZodString>;
|
|
13158
13413
|
isCanceled: z.ZodBoolean;
|
|
13159
13414
|
canceledAt: z.ZodNullable<z.ZodCoercedDate<unknown>>;
|
|
13160
13415
|
mtaTransactionId: z.ZodNullable<z.ZodString>;
|
|
@@ -13174,6 +13429,8 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
13174
13429
|
stage: z.ZodString;
|
|
13175
13430
|
status: z.ZodString;
|
|
13176
13431
|
mtaId: z.ZodString;
|
|
13432
|
+
cmaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13433
|
+
initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13177
13434
|
isArchived: z.ZodBoolean;
|
|
13178
13435
|
createdAt: z.ZodCoercedDate<unknown>;
|
|
13179
13436
|
syncedAt: z.ZodCoercedDate<unknown>;
|
|
@@ -13317,7 +13574,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
13317
13574
|
cmaBalanceCents: bigint;
|
|
13318
13575
|
mtaBalanceCents: bigint;
|
|
13319
13576
|
stage: string;
|
|
13577
|
+
cmaId?: string | null | undefined;
|
|
13320
13578
|
buyerName?: string | null | undefined;
|
|
13579
|
+
initialDepositStatus?: string | null | undefined;
|
|
13321
13580
|
project?: {
|
|
13322
13581
|
id: string;
|
|
13323
13582
|
name: string;
|
|
@@ -13410,7 +13669,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
13410
13669
|
cmaBalanceCents: bigint;
|
|
13411
13670
|
mtaBalanceCents: bigint;
|
|
13412
13671
|
stage: string;
|
|
13672
|
+
cmaId?: string | null | undefined;
|
|
13413
13673
|
buyerName?: string | null | undefined;
|
|
13674
|
+
initialDepositStatus?: string | null | undefined;
|
|
13414
13675
|
project?: {
|
|
13415
13676
|
id: string;
|
|
13416
13677
|
name: string;
|
|
@@ -13502,7 +13763,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
13502
13763
|
cmaBalanceCents: bigint;
|
|
13503
13764
|
mtaBalanceCents: bigint;
|
|
13504
13765
|
stage: string;
|
|
13766
|
+
cmaId?: string | null | undefined;
|
|
13505
13767
|
buyerName?: string | null | undefined;
|
|
13768
|
+
initialDepositStatus?: string | null | undefined;
|
|
13506
13769
|
project?: {
|
|
13507
13770
|
id: string;
|
|
13508
13771
|
name: string;
|
|
@@ -13602,7 +13865,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
13602
13865
|
cmaBalanceCents: unknown;
|
|
13603
13866
|
mtaBalanceCents: unknown;
|
|
13604
13867
|
stage: string;
|
|
13868
|
+
cmaId?: string | null | undefined;
|
|
13605
13869
|
buyerName?: string | null | undefined;
|
|
13870
|
+
initialDepositStatus?: string | null | undefined;
|
|
13606
13871
|
project?: {
|
|
13607
13872
|
id: string;
|
|
13608
13873
|
name: string;
|
|
@@ -13695,7 +13960,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
13695
13960
|
cmaBalanceCents: unknown;
|
|
13696
13961
|
mtaBalanceCents: unknown;
|
|
13697
13962
|
stage: string;
|
|
13963
|
+
cmaId?: string | null | undefined;
|
|
13698
13964
|
buyerName?: string | null | undefined;
|
|
13965
|
+
initialDepositStatus?: string | null | undefined;
|
|
13699
13966
|
project?: {
|
|
13700
13967
|
id: string;
|
|
13701
13968
|
name: string;
|
|
@@ -13787,7 +14054,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
13787
14054
|
cmaBalanceCents: unknown;
|
|
13788
14055
|
mtaBalanceCents: unknown;
|
|
13789
14056
|
stage: string;
|
|
14057
|
+
cmaId?: string | null | undefined;
|
|
13790
14058
|
buyerName?: string | null | undefined;
|
|
14059
|
+
initialDepositStatus?: string | null | undefined;
|
|
13791
14060
|
project?: {
|
|
13792
14061
|
id: string;
|
|
13793
14062
|
name: string;
|
|
@@ -13881,7 +14150,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
13881
14150
|
cmaBalanceCents: bigint;
|
|
13882
14151
|
mtaBalanceCents: bigint;
|
|
13883
14152
|
stage: string;
|
|
14153
|
+
cmaId?: string | null | undefined;
|
|
13884
14154
|
buyerName?: string | null | undefined;
|
|
14155
|
+
initialDepositStatus?: string | null | undefined;
|
|
13885
14156
|
project?: {
|
|
13886
14157
|
id: string;
|
|
13887
14158
|
name: string;
|
|
@@ -13974,7 +14245,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
13974
14245
|
cmaBalanceCents: bigint;
|
|
13975
14246
|
mtaBalanceCents: bigint;
|
|
13976
14247
|
stage: string;
|
|
14248
|
+
cmaId?: string | null | undefined;
|
|
13977
14249
|
buyerName?: string | null | undefined;
|
|
14250
|
+
initialDepositStatus?: string | null | undefined;
|
|
13978
14251
|
project?: {
|
|
13979
14252
|
id: string;
|
|
13980
14253
|
name: string;
|
|
@@ -14066,7 +14339,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
14066
14339
|
cmaBalanceCents: bigint;
|
|
14067
14340
|
mtaBalanceCents: bigint;
|
|
14068
14341
|
stage: string;
|
|
14342
|
+
cmaId?: string | null | undefined;
|
|
14069
14343
|
buyerName?: string | null | undefined;
|
|
14344
|
+
initialDepositStatus?: string | null | undefined;
|
|
14070
14345
|
project?: {
|
|
14071
14346
|
id: string;
|
|
14072
14347
|
name: string;
|
|
@@ -14166,7 +14441,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
14166
14441
|
cmaBalanceCents: unknown;
|
|
14167
14442
|
mtaBalanceCents: unknown;
|
|
14168
14443
|
stage: string;
|
|
14444
|
+
cmaId?: string | null | undefined;
|
|
14169
14445
|
buyerName?: string | null | undefined;
|
|
14446
|
+
initialDepositStatus?: string | null | undefined;
|
|
14170
14447
|
project?: {
|
|
14171
14448
|
id: string;
|
|
14172
14449
|
name: string;
|
|
@@ -14259,7 +14536,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
14259
14536
|
cmaBalanceCents: unknown;
|
|
14260
14537
|
mtaBalanceCents: unknown;
|
|
14261
14538
|
stage: string;
|
|
14539
|
+
cmaId?: string | null | undefined;
|
|
14262
14540
|
buyerName?: string | null | undefined;
|
|
14541
|
+
initialDepositStatus?: string | null | undefined;
|
|
14263
14542
|
project?: {
|
|
14264
14543
|
id: string;
|
|
14265
14544
|
name: string;
|
|
@@ -14351,7 +14630,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
14351
14630
|
cmaBalanceCents: unknown;
|
|
14352
14631
|
mtaBalanceCents: unknown;
|
|
14353
14632
|
stage: string;
|
|
14633
|
+
cmaId?: string | null | undefined;
|
|
14354
14634
|
buyerName?: string | null | undefined;
|
|
14635
|
+
initialDepositStatus?: string | null | undefined;
|
|
14355
14636
|
project?: {
|
|
14356
14637
|
id: string;
|
|
14357
14638
|
name: string;
|
|
@@ -14447,7 +14728,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
14447
14728
|
cmaBalanceCents: bigint;
|
|
14448
14729
|
mtaBalanceCents: bigint;
|
|
14449
14730
|
stage: string;
|
|
14731
|
+
cmaId?: string | null | undefined;
|
|
14450
14732
|
buyerName?: string | null | undefined;
|
|
14733
|
+
initialDepositStatus?: string | null | undefined;
|
|
14451
14734
|
project?: {
|
|
14452
14735
|
id: string;
|
|
14453
14736
|
name: string;
|
|
@@ -14541,7 +14824,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
14541
14824
|
cmaBalanceCents: bigint;
|
|
14542
14825
|
mtaBalanceCents: bigint;
|
|
14543
14826
|
stage: string;
|
|
14827
|
+
cmaId?: string | null | undefined;
|
|
14544
14828
|
buyerName?: string | null | undefined;
|
|
14829
|
+
initialDepositStatus?: string | null | undefined;
|
|
14545
14830
|
project?: {
|
|
14546
14831
|
id: string;
|
|
14547
14832
|
name: string;
|
|
@@ -14634,7 +14919,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
14634
14919
|
cmaBalanceCents: bigint;
|
|
14635
14920
|
mtaBalanceCents: bigint;
|
|
14636
14921
|
stage: string;
|
|
14922
|
+
cmaId?: string | null | undefined;
|
|
14637
14923
|
buyerName?: string | null | undefined;
|
|
14924
|
+
initialDepositStatus?: string | null | undefined;
|
|
14638
14925
|
project?: {
|
|
14639
14926
|
id: string;
|
|
14640
14927
|
name: string;
|
|
@@ -14677,6 +14964,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
14677
14964
|
isUnknown?: boolean | null | undefined;
|
|
14678
14965
|
isAssignableToProperty?: boolean | null | undefined;
|
|
14679
14966
|
isAssignedToProperty?: boolean | null | undefined;
|
|
14967
|
+
isPaidout?: boolean | null | undefined;
|
|
14680
14968
|
amountStr?: string | null | undefined;
|
|
14681
14969
|
transactionNumber?: string | null | undefined;
|
|
14682
14970
|
isCancelable?: boolean | null | undefined;
|
|
@@ -14691,10 +14979,10 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
14691
14979
|
isRefunded: boolean;
|
|
14692
14980
|
isCanceled: boolean;
|
|
14693
14981
|
isArchived: boolean;
|
|
14694
|
-
clearedAt:
|
|
14695
|
-
createdAt:
|
|
14696
|
-
syncedAt:
|
|
14697
|
-
updatedAt:
|
|
14982
|
+
clearedAt: Date | null;
|
|
14983
|
+
createdAt: Date;
|
|
14984
|
+
syncedAt: Date;
|
|
14985
|
+
updatedAt: Date;
|
|
14698
14986
|
note: string | null;
|
|
14699
14987
|
sourceTransactionId: string | null;
|
|
14700
14988
|
cancelType: string | null;
|
|
@@ -14737,7 +15025,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
14737
15025
|
cmaBalanceCents: unknown;
|
|
14738
15026
|
mtaBalanceCents: unknown;
|
|
14739
15027
|
stage: string;
|
|
15028
|
+
cmaId?: string | null | undefined;
|
|
14740
15029
|
buyerName?: string | null | undefined;
|
|
15030
|
+
initialDepositStatus?: string | null | undefined;
|
|
14741
15031
|
project?: {
|
|
14742
15032
|
id: string;
|
|
14743
15033
|
name: string;
|
|
@@ -14785,10 +15075,10 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
14785
15075
|
isRefunded: boolean;
|
|
14786
15076
|
isCanceled: boolean;
|
|
14787
15077
|
isArchived: boolean;
|
|
14788
|
-
clearedAt:
|
|
14789
|
-
createdAt:
|
|
14790
|
-
syncedAt:
|
|
14791
|
-
updatedAt:
|
|
15078
|
+
clearedAt: Date | null;
|
|
15079
|
+
createdAt: Date;
|
|
15080
|
+
syncedAt: Date;
|
|
15081
|
+
updatedAt: Date;
|
|
14792
15082
|
note: string | null;
|
|
14793
15083
|
sourceTransactionId: string | null;
|
|
14794
15084
|
cancelType: string | null;
|
|
@@ -14831,7 +15121,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
14831
15121
|
cmaBalanceCents: unknown;
|
|
14832
15122
|
mtaBalanceCents: unknown;
|
|
14833
15123
|
stage: string;
|
|
15124
|
+
cmaId?: string | null | undefined;
|
|
14834
15125
|
buyerName?: string | null | undefined;
|
|
15126
|
+
initialDepositStatus?: string | null | undefined;
|
|
14835
15127
|
project?: {
|
|
14836
15128
|
id: string;
|
|
14837
15129
|
name: string;
|
|
@@ -14878,10 +15170,10 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
14878
15170
|
isRefunded: boolean;
|
|
14879
15171
|
isCanceled: boolean;
|
|
14880
15172
|
isArchived: boolean;
|
|
14881
|
-
clearedAt:
|
|
14882
|
-
createdAt:
|
|
14883
|
-
syncedAt:
|
|
14884
|
-
updatedAt:
|
|
15173
|
+
clearedAt: Date | null;
|
|
15174
|
+
createdAt: Date;
|
|
15175
|
+
syncedAt: Date;
|
|
15176
|
+
updatedAt: Date;
|
|
14885
15177
|
note: string | null;
|
|
14886
15178
|
sourceTransactionId: string | null;
|
|
14887
15179
|
cancelType: string | null;
|
|
@@ -14924,7 +15216,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
14924
15216
|
cmaBalanceCents: unknown;
|
|
14925
15217
|
mtaBalanceCents: unknown;
|
|
14926
15218
|
stage: string;
|
|
15219
|
+
cmaId?: string | null | undefined;
|
|
14927
15220
|
buyerName?: string | null | undefined;
|
|
15221
|
+
initialDepositStatus?: string | null | undefined;
|
|
14928
15222
|
project?: {
|
|
14929
15223
|
id: string;
|
|
14930
15224
|
name: string;
|
|
@@ -15018,7 +15312,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
15018
15312
|
cmaBalanceCents: bigint;
|
|
15019
15313
|
mtaBalanceCents: bigint;
|
|
15020
15314
|
stage: string;
|
|
15315
|
+
cmaId?: string | null | undefined;
|
|
15021
15316
|
buyerName?: string | null | undefined;
|
|
15317
|
+
initialDepositStatus?: string | null | undefined;
|
|
15022
15318
|
project?: {
|
|
15023
15319
|
id: string;
|
|
15024
15320
|
name: string;
|
|
@@ -15112,7 +15408,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
15112
15408
|
cmaBalanceCents: bigint;
|
|
15113
15409
|
mtaBalanceCents: bigint;
|
|
15114
15410
|
stage: string;
|
|
15411
|
+
cmaId?: string | null | undefined;
|
|
15115
15412
|
buyerName?: string | null | undefined;
|
|
15413
|
+
initialDepositStatus?: string | null | undefined;
|
|
15116
15414
|
project?: {
|
|
15117
15415
|
id: string;
|
|
15118
15416
|
name: string;
|
|
@@ -15205,7 +15503,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
15205
15503
|
cmaBalanceCents: bigint;
|
|
15206
15504
|
mtaBalanceCents: bigint;
|
|
15207
15505
|
stage: string;
|
|
15506
|
+
cmaId?: string | null | undefined;
|
|
15208
15507
|
buyerName?: string | null | undefined;
|
|
15508
|
+
initialDepositStatus?: string | null | undefined;
|
|
15209
15509
|
project?: {
|
|
15210
15510
|
id: string;
|
|
15211
15511
|
name: string;
|
|
@@ -15248,6 +15548,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
15248
15548
|
isUnknown?: boolean | null | undefined;
|
|
15249
15549
|
isAssignableToProperty?: boolean | null | undefined;
|
|
15250
15550
|
isAssignedToProperty?: boolean | null | undefined;
|
|
15551
|
+
isPaidout?: boolean | null | undefined;
|
|
15251
15552
|
amountStr?: string | null | undefined;
|
|
15252
15553
|
transactionNumber?: string | null | undefined;
|
|
15253
15554
|
isCancelable?: boolean | null | undefined;
|
|
@@ -15262,10 +15563,10 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
15262
15563
|
isRefunded: boolean;
|
|
15263
15564
|
isCanceled: boolean;
|
|
15264
15565
|
isArchived: boolean;
|
|
15265
|
-
clearedAt:
|
|
15266
|
-
createdAt:
|
|
15267
|
-
syncedAt:
|
|
15268
|
-
updatedAt:
|
|
15566
|
+
clearedAt: Date | null;
|
|
15567
|
+
createdAt: Date;
|
|
15568
|
+
syncedAt: Date;
|
|
15569
|
+
updatedAt: Date;
|
|
15269
15570
|
note: string | null;
|
|
15270
15571
|
sourceTransactionId: string | null;
|
|
15271
15572
|
cancelType: string | null;
|
|
@@ -15308,7 +15609,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
15308
15609
|
cmaBalanceCents: unknown;
|
|
15309
15610
|
mtaBalanceCents: unknown;
|
|
15310
15611
|
stage: string;
|
|
15612
|
+
cmaId?: string | null | undefined;
|
|
15311
15613
|
buyerName?: string | null | undefined;
|
|
15614
|
+
initialDepositStatus?: string | null | undefined;
|
|
15312
15615
|
project?: {
|
|
15313
15616
|
id: string;
|
|
15314
15617
|
name: string;
|
|
@@ -15356,10 +15659,10 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
15356
15659
|
isRefunded: boolean;
|
|
15357
15660
|
isCanceled: boolean;
|
|
15358
15661
|
isArchived: boolean;
|
|
15359
|
-
clearedAt:
|
|
15360
|
-
createdAt:
|
|
15361
|
-
syncedAt:
|
|
15362
|
-
updatedAt:
|
|
15662
|
+
clearedAt: Date | null;
|
|
15663
|
+
createdAt: Date;
|
|
15664
|
+
syncedAt: Date;
|
|
15665
|
+
updatedAt: Date;
|
|
15363
15666
|
note: string | null;
|
|
15364
15667
|
sourceTransactionId: string | null;
|
|
15365
15668
|
cancelType: string | null;
|
|
@@ -15402,7 +15705,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
15402
15705
|
cmaBalanceCents: unknown;
|
|
15403
15706
|
mtaBalanceCents: unknown;
|
|
15404
15707
|
stage: string;
|
|
15708
|
+
cmaId?: string | null | undefined;
|
|
15405
15709
|
buyerName?: string | null | undefined;
|
|
15710
|
+
initialDepositStatus?: string | null | undefined;
|
|
15406
15711
|
project?: {
|
|
15407
15712
|
id: string;
|
|
15408
15713
|
name: string;
|
|
@@ -15449,10 +15754,10 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
15449
15754
|
isRefunded: boolean;
|
|
15450
15755
|
isCanceled: boolean;
|
|
15451
15756
|
isArchived: boolean;
|
|
15452
|
-
clearedAt:
|
|
15453
|
-
createdAt:
|
|
15454
|
-
syncedAt:
|
|
15455
|
-
updatedAt:
|
|
15757
|
+
clearedAt: Date | null;
|
|
15758
|
+
createdAt: Date;
|
|
15759
|
+
syncedAt: Date;
|
|
15760
|
+
updatedAt: Date;
|
|
15456
15761
|
note: string | null;
|
|
15457
15762
|
sourceTransactionId: string | null;
|
|
15458
15763
|
cancelType: string | null;
|
|
@@ -15495,7 +15800,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
15495
15800
|
cmaBalanceCents: unknown;
|
|
15496
15801
|
mtaBalanceCents: unknown;
|
|
15497
15802
|
stage: string;
|
|
15803
|
+
cmaId?: string | null | undefined;
|
|
15498
15804
|
buyerName?: string | null | undefined;
|
|
15805
|
+
initialDepositStatus?: string | null | undefined;
|
|
15499
15806
|
project?: {
|
|
15500
15807
|
id: string;
|
|
15501
15808
|
name: string;
|
|
@@ -15551,10 +15858,10 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
15551
15858
|
isRefunded: z.ZodBoolean;
|
|
15552
15859
|
isCanceled: z.ZodBoolean;
|
|
15553
15860
|
isArchived: z.ZodBoolean;
|
|
15554
|
-
clearedAt: z.ZodNullable<z.ZodCoercedDate<
|
|
15555
|
-
createdAt: z.ZodCoercedDate<
|
|
15556
|
-
syncedAt: z.ZodCoercedDate<
|
|
15557
|
-
updatedAt: z.ZodCoercedDate<
|
|
15861
|
+
clearedAt: z.ZodNullable<z.ZodCoercedDate<Date>>;
|
|
15862
|
+
createdAt: z.ZodCoercedDate<Date>;
|
|
15863
|
+
syncedAt: z.ZodCoercedDate<Date>;
|
|
15864
|
+
updatedAt: z.ZodCoercedDate<Date>;
|
|
15558
15865
|
note: z.ZodNullable<z.ZodString>;
|
|
15559
15866
|
sourceTransactionId: z.ZodNullable<z.ZodString>;
|
|
15560
15867
|
cancelType: z.ZodNullable<z.ZodString>;
|
|
@@ -15620,7 +15927,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
15620
15927
|
cmaBalanceCents: bigint;
|
|
15621
15928
|
mtaBalanceCents: bigint;
|
|
15622
15929
|
stage: string;
|
|
15930
|
+
cmaId?: string | null | undefined;
|
|
15623
15931
|
buyerName?: string | null | undefined;
|
|
15932
|
+
initialDepositStatus?: string | null | undefined;
|
|
15624
15933
|
project?: {
|
|
15625
15934
|
id: string;
|
|
15626
15935
|
name: string;
|
|
@@ -15714,7 +16023,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
15714
16023
|
cmaBalanceCents: bigint;
|
|
15715
16024
|
mtaBalanceCents: bigint;
|
|
15716
16025
|
stage: string;
|
|
16026
|
+
cmaId?: string | null | undefined;
|
|
15717
16027
|
buyerName?: string | null | undefined;
|
|
16028
|
+
initialDepositStatus?: string | null | undefined;
|
|
15718
16029
|
project?: {
|
|
15719
16030
|
id: string;
|
|
15720
16031
|
name: string;
|
|
@@ -15807,7 +16118,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
15807
16118
|
cmaBalanceCents: bigint;
|
|
15808
16119
|
mtaBalanceCents: bigint;
|
|
15809
16120
|
stage: string;
|
|
16121
|
+
cmaId?: string | null | undefined;
|
|
15810
16122
|
buyerName?: string | null | undefined;
|
|
16123
|
+
initialDepositStatus?: string | null | undefined;
|
|
15811
16124
|
project?: {
|
|
15812
16125
|
id: string;
|
|
15813
16126
|
name: string;
|
|
@@ -15850,6 +16163,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
15850
16163
|
isUnknown?: boolean | null | undefined;
|
|
15851
16164
|
isAssignableToProperty?: boolean | null | undefined;
|
|
15852
16165
|
isAssignedToProperty?: boolean | null | undefined;
|
|
16166
|
+
isPaidout?: boolean | null | undefined;
|
|
15853
16167
|
amountStr?: string | null | undefined;
|
|
15854
16168
|
transactionNumber?: string | null | undefined;
|
|
15855
16169
|
isCancelable?: boolean | null | undefined;
|
|
@@ -16053,7 +16367,6 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
16053
16367
|
createdBy: z.ZodString;
|
|
16054
16368
|
}, z.core.$loose>>, z.ZodTransform<{
|
|
16055
16369
|
id: string;
|
|
16056
|
-
description: string | null;
|
|
16057
16370
|
status: "active" | "inactive";
|
|
16058
16371
|
isArchived: boolean;
|
|
16059
16372
|
createdAt: Date;
|
|
@@ -16063,6 +16376,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
16063
16376
|
propertyId: string;
|
|
16064
16377
|
payoutId: number;
|
|
16065
16378
|
balanceCents: number;
|
|
16379
|
+
description: string | null;
|
|
16066
16380
|
createdBy: string;
|
|
16067
16381
|
cmaSeq: number;
|
|
16068
16382
|
country: string;
|
|
@@ -16127,7 +16441,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
16127
16441
|
cmaBalanceCents: bigint;
|
|
16128
16442
|
mtaBalanceCents: bigint;
|
|
16129
16443
|
stage: string;
|
|
16444
|
+
cmaId?: string | null | undefined;
|
|
16130
16445
|
buyerName?: string | null | undefined;
|
|
16446
|
+
initialDepositStatus?: string | null | undefined;
|
|
16131
16447
|
project?: {
|
|
16132
16448
|
id: string;
|
|
16133
16449
|
name: string;
|
|
@@ -16220,7 +16536,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
16220
16536
|
cmaBalanceCents: bigint;
|
|
16221
16537
|
mtaBalanceCents: bigint;
|
|
16222
16538
|
stage: string;
|
|
16539
|
+
cmaId?: string | null | undefined;
|
|
16223
16540
|
buyerName?: string | null | undefined;
|
|
16541
|
+
initialDepositStatus?: string | null | undefined;
|
|
16224
16542
|
project?: {
|
|
16225
16543
|
id: string;
|
|
16226
16544
|
name: string;
|
|
@@ -16312,7 +16630,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
16312
16630
|
cmaBalanceCents: bigint;
|
|
16313
16631
|
mtaBalanceCents: bigint;
|
|
16314
16632
|
stage: string;
|
|
16633
|
+
cmaId?: string | null | undefined;
|
|
16315
16634
|
buyerName?: string | null | undefined;
|
|
16635
|
+
initialDepositStatus?: string | null | undefined;
|
|
16316
16636
|
project?: {
|
|
16317
16637
|
id: string;
|
|
16318
16638
|
name: string;
|
|
@@ -16379,7 +16699,6 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
16379
16699
|
updatedAt: Date;
|
|
16380
16700
|
createdBy: string;
|
|
16381
16701
|
}>>>>;
|
|
16382
|
-
description: z.ZodNullable<z.ZodString>;
|
|
16383
16702
|
status: z.ZodString;
|
|
16384
16703
|
isArchived: z.ZodBoolean;
|
|
16385
16704
|
createdAt: z.ZodCoercedDate<unknown>;
|
|
@@ -16387,6 +16706,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
16387
16706
|
propertyId: z.ZodNullable<z.ZodString>;
|
|
16388
16707
|
payoutId: z.ZodString;
|
|
16389
16708
|
bankRef: z.ZodNullable<z.ZodString>;
|
|
16709
|
+
description: z.ZodNullable<z.ZodString>;
|
|
16390
16710
|
isCanceled: z.ZodBoolean;
|
|
16391
16711
|
canceledAt: z.ZodNullable<z.ZodCoercedDate<unknown>>;
|
|
16392
16712
|
mtaTransactionId: z.ZodNullable<z.ZodString>;
|
|
@@ -16406,6 +16726,8 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
16406
16726
|
stage: z.ZodString;
|
|
16407
16727
|
status: z.ZodString;
|
|
16408
16728
|
mtaId: z.ZodString;
|
|
16729
|
+
cmaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
16730
|
+
initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
16409
16731
|
isArchived: z.ZodBoolean;
|
|
16410
16732
|
createdAt: z.ZodCoercedDate<unknown>;
|
|
16411
16733
|
syncedAt: z.ZodCoercedDate<unknown>;
|
|
@@ -16549,7 +16871,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
16549
16871
|
cmaBalanceCents: bigint;
|
|
16550
16872
|
mtaBalanceCents: bigint;
|
|
16551
16873
|
stage: string;
|
|
16874
|
+
cmaId?: string | null | undefined;
|
|
16552
16875
|
buyerName?: string | null | undefined;
|
|
16876
|
+
initialDepositStatus?: string | null | undefined;
|
|
16553
16877
|
project?: {
|
|
16554
16878
|
id: string;
|
|
16555
16879
|
name: string;
|
|
@@ -16642,7 +16966,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
16642
16966
|
cmaBalanceCents: bigint;
|
|
16643
16967
|
mtaBalanceCents: bigint;
|
|
16644
16968
|
stage: string;
|
|
16969
|
+
cmaId?: string | null | undefined;
|
|
16645
16970
|
buyerName?: string | null | undefined;
|
|
16971
|
+
initialDepositStatus?: string | null | undefined;
|
|
16646
16972
|
project?: {
|
|
16647
16973
|
id: string;
|
|
16648
16974
|
name: string;
|
|
@@ -16734,7 +17060,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
16734
17060
|
cmaBalanceCents: bigint;
|
|
16735
17061
|
mtaBalanceCents: bigint;
|
|
16736
17062
|
stage: string;
|
|
17063
|
+
cmaId?: string | null | undefined;
|
|
16737
17064
|
buyerName?: string | null | undefined;
|
|
17065
|
+
initialDepositStatus?: string | null | undefined;
|
|
16738
17066
|
project?: {
|
|
16739
17067
|
id: string;
|
|
16740
17068
|
name: string;
|
|
@@ -16834,7 +17162,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
16834
17162
|
cmaBalanceCents: unknown;
|
|
16835
17163
|
mtaBalanceCents: unknown;
|
|
16836
17164
|
stage: string;
|
|
17165
|
+
cmaId?: string | null | undefined;
|
|
16837
17166
|
buyerName?: string | null | undefined;
|
|
17167
|
+
initialDepositStatus?: string | null | undefined;
|
|
16838
17168
|
project?: {
|
|
16839
17169
|
id: string;
|
|
16840
17170
|
name: string;
|
|
@@ -16927,7 +17257,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
16927
17257
|
cmaBalanceCents: unknown;
|
|
16928
17258
|
mtaBalanceCents: unknown;
|
|
16929
17259
|
stage: string;
|
|
17260
|
+
cmaId?: string | null | undefined;
|
|
16930
17261
|
buyerName?: string | null | undefined;
|
|
17262
|
+
initialDepositStatus?: string | null | undefined;
|
|
16931
17263
|
project?: {
|
|
16932
17264
|
id: string;
|
|
16933
17265
|
name: string;
|
|
@@ -17019,7 +17351,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
17019
17351
|
cmaBalanceCents: unknown;
|
|
17020
17352
|
mtaBalanceCents: unknown;
|
|
17021
17353
|
stage: string;
|
|
17354
|
+
cmaId?: string | null | undefined;
|
|
17022
17355
|
buyerName?: string | null | undefined;
|
|
17356
|
+
initialDepositStatus?: string | null | undefined;
|
|
17023
17357
|
project?: {
|
|
17024
17358
|
id: string;
|
|
17025
17359
|
name: string;
|
|
@@ -17113,7 +17447,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
17113
17447
|
cmaBalanceCents: bigint;
|
|
17114
17448
|
mtaBalanceCents: bigint;
|
|
17115
17449
|
stage: string;
|
|
17450
|
+
cmaId?: string | null | undefined;
|
|
17116
17451
|
buyerName?: string | null | undefined;
|
|
17452
|
+
initialDepositStatus?: string | null | undefined;
|
|
17117
17453
|
project?: {
|
|
17118
17454
|
id: string;
|
|
17119
17455
|
name: string;
|
|
@@ -17206,7 +17542,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
17206
17542
|
cmaBalanceCents: bigint;
|
|
17207
17543
|
mtaBalanceCents: bigint;
|
|
17208
17544
|
stage: string;
|
|
17545
|
+
cmaId?: string | null | undefined;
|
|
17209
17546
|
buyerName?: string | null | undefined;
|
|
17547
|
+
initialDepositStatus?: string | null | undefined;
|
|
17210
17548
|
project?: {
|
|
17211
17549
|
id: string;
|
|
17212
17550
|
name: string;
|
|
@@ -17298,7 +17636,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
17298
17636
|
cmaBalanceCents: bigint;
|
|
17299
17637
|
mtaBalanceCents: bigint;
|
|
17300
17638
|
stage: string;
|
|
17639
|
+
cmaId?: string | null | undefined;
|
|
17301
17640
|
buyerName?: string | null | undefined;
|
|
17641
|
+
initialDepositStatus?: string | null | undefined;
|
|
17302
17642
|
project?: {
|
|
17303
17643
|
id: string;
|
|
17304
17644
|
name: string;
|
|
@@ -17398,7 +17738,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
17398
17738
|
cmaBalanceCents: unknown;
|
|
17399
17739
|
mtaBalanceCents: unknown;
|
|
17400
17740
|
stage: string;
|
|
17741
|
+
cmaId?: string | null | undefined;
|
|
17401
17742
|
buyerName?: string | null | undefined;
|
|
17743
|
+
initialDepositStatus?: string | null | undefined;
|
|
17402
17744
|
project?: {
|
|
17403
17745
|
id: string;
|
|
17404
17746
|
name: string;
|
|
@@ -17491,7 +17833,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
17491
17833
|
cmaBalanceCents: unknown;
|
|
17492
17834
|
mtaBalanceCents: unknown;
|
|
17493
17835
|
stage: string;
|
|
17836
|
+
cmaId?: string | null | undefined;
|
|
17494
17837
|
buyerName?: string | null | undefined;
|
|
17838
|
+
initialDepositStatus?: string | null | undefined;
|
|
17495
17839
|
project?: {
|
|
17496
17840
|
id: string;
|
|
17497
17841
|
name: string;
|
|
@@ -17583,7 +17927,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
17583
17927
|
cmaBalanceCents: unknown;
|
|
17584
17928
|
mtaBalanceCents: unknown;
|
|
17585
17929
|
stage: string;
|
|
17930
|
+
cmaId?: string | null | undefined;
|
|
17586
17931
|
buyerName?: string | null | undefined;
|
|
17932
|
+
initialDepositStatus?: string | null | undefined;
|
|
17587
17933
|
project?: {
|
|
17588
17934
|
id: string;
|
|
17589
17935
|
name: string;
|
|
@@ -17679,7 +18025,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
17679
18025
|
cmaBalanceCents: bigint;
|
|
17680
18026
|
mtaBalanceCents: bigint;
|
|
17681
18027
|
stage: string;
|
|
18028
|
+
cmaId?: string | null | undefined;
|
|
17682
18029
|
buyerName?: string | null | undefined;
|
|
18030
|
+
initialDepositStatus?: string | null | undefined;
|
|
17683
18031
|
project?: {
|
|
17684
18032
|
id: string;
|
|
17685
18033
|
name: string;
|
|
@@ -17773,7 +18121,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
17773
18121
|
cmaBalanceCents: bigint;
|
|
17774
18122
|
mtaBalanceCents: bigint;
|
|
17775
18123
|
stage: string;
|
|
18124
|
+
cmaId?: string | null | undefined;
|
|
17776
18125
|
buyerName?: string | null | undefined;
|
|
18126
|
+
initialDepositStatus?: string | null | undefined;
|
|
17777
18127
|
project?: {
|
|
17778
18128
|
id: string;
|
|
17779
18129
|
name: string;
|
|
@@ -17866,7 +18216,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
17866
18216
|
cmaBalanceCents: bigint;
|
|
17867
18217
|
mtaBalanceCents: bigint;
|
|
17868
18218
|
stage: string;
|
|
18219
|
+
cmaId?: string | null | undefined;
|
|
17869
18220
|
buyerName?: string | null | undefined;
|
|
18221
|
+
initialDepositStatus?: string | null | undefined;
|
|
17870
18222
|
project?: {
|
|
17871
18223
|
id: string;
|
|
17872
18224
|
name: string;
|
|
@@ -17909,6 +18261,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
17909
18261
|
isUnknown?: boolean | null | undefined;
|
|
17910
18262
|
isAssignableToProperty?: boolean | null | undefined;
|
|
17911
18263
|
isAssignedToProperty?: boolean | null | undefined;
|
|
18264
|
+
isPaidout?: boolean | null | undefined;
|
|
17912
18265
|
amountStr?: string | null | undefined;
|
|
17913
18266
|
transactionNumber?: string | null | undefined;
|
|
17914
18267
|
isCancelable?: boolean | null | undefined;
|
|
@@ -17923,10 +18276,10 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
17923
18276
|
isRefunded: boolean;
|
|
17924
18277
|
isCanceled: boolean;
|
|
17925
18278
|
isArchived: boolean;
|
|
17926
|
-
clearedAt:
|
|
17927
|
-
createdAt:
|
|
17928
|
-
syncedAt:
|
|
17929
|
-
updatedAt:
|
|
18279
|
+
clearedAt: Date | null;
|
|
18280
|
+
createdAt: Date;
|
|
18281
|
+
syncedAt: Date;
|
|
18282
|
+
updatedAt: Date;
|
|
17930
18283
|
note: string | null;
|
|
17931
18284
|
sourceTransactionId: string | null;
|
|
17932
18285
|
cancelType: string | null;
|
|
@@ -17969,7 +18322,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
17969
18322
|
cmaBalanceCents: unknown;
|
|
17970
18323
|
mtaBalanceCents: unknown;
|
|
17971
18324
|
stage: string;
|
|
18325
|
+
cmaId?: string | null | undefined;
|
|
17972
18326
|
buyerName?: string | null | undefined;
|
|
18327
|
+
initialDepositStatus?: string | null | undefined;
|
|
17973
18328
|
project?: {
|
|
17974
18329
|
id: string;
|
|
17975
18330
|
name: string;
|
|
@@ -18017,10 +18372,10 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
18017
18372
|
isRefunded: boolean;
|
|
18018
18373
|
isCanceled: boolean;
|
|
18019
18374
|
isArchived: boolean;
|
|
18020
|
-
clearedAt:
|
|
18021
|
-
createdAt:
|
|
18022
|
-
syncedAt:
|
|
18023
|
-
updatedAt:
|
|
18375
|
+
clearedAt: Date | null;
|
|
18376
|
+
createdAt: Date;
|
|
18377
|
+
syncedAt: Date;
|
|
18378
|
+
updatedAt: Date;
|
|
18024
18379
|
note: string | null;
|
|
18025
18380
|
sourceTransactionId: string | null;
|
|
18026
18381
|
cancelType: string | null;
|
|
@@ -18063,7 +18418,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
18063
18418
|
cmaBalanceCents: unknown;
|
|
18064
18419
|
mtaBalanceCents: unknown;
|
|
18065
18420
|
stage: string;
|
|
18421
|
+
cmaId?: string | null | undefined;
|
|
18066
18422
|
buyerName?: string | null | undefined;
|
|
18423
|
+
initialDepositStatus?: string | null | undefined;
|
|
18067
18424
|
project?: {
|
|
18068
18425
|
id: string;
|
|
18069
18426
|
name: string;
|
|
@@ -18110,10 +18467,10 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
18110
18467
|
isRefunded: boolean;
|
|
18111
18468
|
isCanceled: boolean;
|
|
18112
18469
|
isArchived: boolean;
|
|
18113
|
-
clearedAt:
|
|
18114
|
-
createdAt:
|
|
18115
|
-
syncedAt:
|
|
18116
|
-
updatedAt:
|
|
18470
|
+
clearedAt: Date | null;
|
|
18471
|
+
createdAt: Date;
|
|
18472
|
+
syncedAt: Date;
|
|
18473
|
+
updatedAt: Date;
|
|
18117
18474
|
note: string | null;
|
|
18118
18475
|
sourceTransactionId: string | null;
|
|
18119
18476
|
cancelType: string | null;
|
|
@@ -18156,7 +18513,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
18156
18513
|
cmaBalanceCents: unknown;
|
|
18157
18514
|
mtaBalanceCents: unknown;
|
|
18158
18515
|
stage: string;
|
|
18516
|
+
cmaId?: string | null | undefined;
|
|
18159
18517
|
buyerName?: string | null | undefined;
|
|
18518
|
+
initialDepositStatus?: string | null | undefined;
|
|
18160
18519
|
project?: {
|
|
18161
18520
|
id: string;
|
|
18162
18521
|
name: string;
|
|
@@ -18250,7 +18609,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
18250
18609
|
cmaBalanceCents: bigint;
|
|
18251
18610
|
mtaBalanceCents: bigint;
|
|
18252
18611
|
stage: string;
|
|
18612
|
+
cmaId?: string | null | undefined;
|
|
18253
18613
|
buyerName?: string | null | undefined;
|
|
18614
|
+
initialDepositStatus?: string | null | undefined;
|
|
18254
18615
|
project?: {
|
|
18255
18616
|
id: string;
|
|
18256
18617
|
name: string;
|
|
@@ -18344,7 +18705,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
18344
18705
|
cmaBalanceCents: bigint;
|
|
18345
18706
|
mtaBalanceCents: bigint;
|
|
18346
18707
|
stage: string;
|
|
18708
|
+
cmaId?: string | null | undefined;
|
|
18347
18709
|
buyerName?: string | null | undefined;
|
|
18710
|
+
initialDepositStatus?: string | null | undefined;
|
|
18348
18711
|
project?: {
|
|
18349
18712
|
id: string;
|
|
18350
18713
|
name: string;
|
|
@@ -18437,7 +18800,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
18437
18800
|
cmaBalanceCents: bigint;
|
|
18438
18801
|
mtaBalanceCents: bigint;
|
|
18439
18802
|
stage: string;
|
|
18803
|
+
cmaId?: string | null | undefined;
|
|
18440
18804
|
buyerName?: string | null | undefined;
|
|
18805
|
+
initialDepositStatus?: string | null | undefined;
|
|
18441
18806
|
project?: {
|
|
18442
18807
|
id: string;
|
|
18443
18808
|
name: string;
|
|
@@ -18480,6 +18845,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
18480
18845
|
isUnknown?: boolean | null | undefined;
|
|
18481
18846
|
isAssignableToProperty?: boolean | null | undefined;
|
|
18482
18847
|
isAssignedToProperty?: boolean | null | undefined;
|
|
18848
|
+
isPaidout?: boolean | null | undefined;
|
|
18483
18849
|
amountStr?: string | null | undefined;
|
|
18484
18850
|
transactionNumber?: string | null | undefined;
|
|
18485
18851
|
isCancelable?: boolean | null | undefined;
|
|
@@ -18494,10 +18860,10 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
18494
18860
|
isRefunded: boolean;
|
|
18495
18861
|
isCanceled: boolean;
|
|
18496
18862
|
isArchived: boolean;
|
|
18497
|
-
clearedAt:
|
|
18498
|
-
createdAt:
|
|
18499
|
-
syncedAt:
|
|
18500
|
-
updatedAt:
|
|
18863
|
+
clearedAt: Date | null;
|
|
18864
|
+
createdAt: Date;
|
|
18865
|
+
syncedAt: Date;
|
|
18866
|
+
updatedAt: Date;
|
|
18501
18867
|
note: string | null;
|
|
18502
18868
|
sourceTransactionId: string | null;
|
|
18503
18869
|
cancelType: string | null;
|
|
@@ -18540,7 +18906,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
18540
18906
|
cmaBalanceCents: unknown;
|
|
18541
18907
|
mtaBalanceCents: unknown;
|
|
18542
18908
|
stage: string;
|
|
18909
|
+
cmaId?: string | null | undefined;
|
|
18543
18910
|
buyerName?: string | null | undefined;
|
|
18911
|
+
initialDepositStatus?: string | null | undefined;
|
|
18544
18912
|
project?: {
|
|
18545
18913
|
id: string;
|
|
18546
18914
|
name: string;
|
|
@@ -18588,10 +18956,10 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
18588
18956
|
isRefunded: boolean;
|
|
18589
18957
|
isCanceled: boolean;
|
|
18590
18958
|
isArchived: boolean;
|
|
18591
|
-
clearedAt:
|
|
18592
|
-
createdAt:
|
|
18593
|
-
syncedAt:
|
|
18594
|
-
updatedAt:
|
|
18959
|
+
clearedAt: Date | null;
|
|
18960
|
+
createdAt: Date;
|
|
18961
|
+
syncedAt: Date;
|
|
18962
|
+
updatedAt: Date;
|
|
18595
18963
|
note: string | null;
|
|
18596
18964
|
sourceTransactionId: string | null;
|
|
18597
18965
|
cancelType: string | null;
|
|
@@ -18634,7 +19002,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
18634
19002
|
cmaBalanceCents: unknown;
|
|
18635
19003
|
mtaBalanceCents: unknown;
|
|
18636
19004
|
stage: string;
|
|
19005
|
+
cmaId?: string | null | undefined;
|
|
18637
19006
|
buyerName?: string | null | undefined;
|
|
19007
|
+
initialDepositStatus?: string | null | undefined;
|
|
18638
19008
|
project?: {
|
|
18639
19009
|
id: string;
|
|
18640
19010
|
name: string;
|
|
@@ -18681,10 +19051,10 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
18681
19051
|
isRefunded: boolean;
|
|
18682
19052
|
isCanceled: boolean;
|
|
18683
19053
|
isArchived: boolean;
|
|
18684
|
-
clearedAt:
|
|
18685
|
-
createdAt:
|
|
18686
|
-
syncedAt:
|
|
18687
|
-
updatedAt:
|
|
19054
|
+
clearedAt: Date | null;
|
|
19055
|
+
createdAt: Date;
|
|
19056
|
+
syncedAt: Date;
|
|
19057
|
+
updatedAt: Date;
|
|
18688
19058
|
note: string | null;
|
|
18689
19059
|
sourceTransactionId: string | null;
|
|
18690
19060
|
cancelType: string | null;
|
|
@@ -18727,7 +19097,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
18727
19097
|
cmaBalanceCents: unknown;
|
|
18728
19098
|
mtaBalanceCents: unknown;
|
|
18729
19099
|
stage: string;
|
|
19100
|
+
cmaId?: string | null | undefined;
|
|
18730
19101
|
buyerName?: string | null | undefined;
|
|
19102
|
+
initialDepositStatus?: string | null | undefined;
|
|
18731
19103
|
project?: {
|
|
18732
19104
|
id: string;
|
|
18733
19105
|
name: string;
|
|
@@ -18852,7 +19224,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
18852
19224
|
cmaBalanceCents: bigint;
|
|
18853
19225
|
mtaBalanceCents: bigint;
|
|
18854
19226
|
stage: string;
|
|
19227
|
+
cmaId?: string | null | undefined;
|
|
18855
19228
|
buyerName?: string | null | undefined;
|
|
19229
|
+
initialDepositStatus?: string | null | undefined;
|
|
18856
19230
|
project?: {
|
|
18857
19231
|
id: string;
|
|
18858
19232
|
name: string;
|
|
@@ -18945,7 +19319,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
18945
19319
|
cmaBalanceCents: bigint;
|
|
18946
19320
|
mtaBalanceCents: bigint;
|
|
18947
19321
|
stage: string;
|
|
19322
|
+
cmaId?: string | null | undefined;
|
|
18948
19323
|
buyerName?: string | null | undefined;
|
|
19324
|
+
initialDepositStatus?: string | null | undefined;
|
|
18949
19325
|
project?: {
|
|
18950
19326
|
id: string;
|
|
18951
19327
|
name: string;
|
|
@@ -19037,7 +19413,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
19037
19413
|
cmaBalanceCents: bigint;
|
|
19038
19414
|
mtaBalanceCents: bigint;
|
|
19039
19415
|
stage: string;
|
|
19416
|
+
cmaId?: string | null | undefined;
|
|
19040
19417
|
buyerName?: string | null | undefined;
|
|
19418
|
+
initialDepositStatus?: string | null | undefined;
|
|
19041
19419
|
project?: {
|
|
19042
19420
|
id: string;
|
|
19043
19421
|
name: string;
|
|
@@ -19272,7 +19650,6 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
19272
19650
|
createdBy: z.ZodString;
|
|
19273
19651
|
}, z.core.$loose>>, z.ZodTransform<{
|
|
19274
19652
|
id: string;
|
|
19275
|
-
description: string | null;
|
|
19276
19653
|
status: "active" | "inactive";
|
|
19277
19654
|
isArchived: boolean;
|
|
19278
19655
|
createdAt: Date;
|
|
@@ -19282,6 +19659,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
19282
19659
|
propertyId: string;
|
|
19283
19660
|
payoutId: number;
|
|
19284
19661
|
balanceCents: number;
|
|
19662
|
+
description: string | null;
|
|
19285
19663
|
createdBy: string;
|
|
19286
19664
|
cmaSeq: number;
|
|
19287
19665
|
country: string;
|
|
@@ -19346,7 +19724,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
19346
19724
|
cmaBalanceCents: bigint;
|
|
19347
19725
|
mtaBalanceCents: bigint;
|
|
19348
19726
|
stage: string;
|
|
19727
|
+
cmaId?: string | null | undefined;
|
|
19349
19728
|
buyerName?: string | null | undefined;
|
|
19729
|
+
initialDepositStatus?: string | null | undefined;
|
|
19350
19730
|
project?: {
|
|
19351
19731
|
id: string;
|
|
19352
19732
|
name: string;
|
|
@@ -19439,7 +19819,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
19439
19819
|
cmaBalanceCents: bigint;
|
|
19440
19820
|
mtaBalanceCents: bigint;
|
|
19441
19821
|
stage: string;
|
|
19822
|
+
cmaId?: string | null | undefined;
|
|
19442
19823
|
buyerName?: string | null | undefined;
|
|
19824
|
+
initialDepositStatus?: string | null | undefined;
|
|
19443
19825
|
project?: {
|
|
19444
19826
|
id: string;
|
|
19445
19827
|
name: string;
|
|
@@ -19531,7 +19913,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
19531
19913
|
cmaBalanceCents: bigint;
|
|
19532
19914
|
mtaBalanceCents: bigint;
|
|
19533
19915
|
stage: string;
|
|
19916
|
+
cmaId?: string | null | undefined;
|
|
19534
19917
|
buyerName?: string | null | undefined;
|
|
19918
|
+
initialDepositStatus?: string | null | undefined;
|
|
19535
19919
|
project?: {
|
|
19536
19920
|
id: string;
|
|
19537
19921
|
name: string;
|
|
@@ -19657,7 +20041,6 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
19657
20041
|
createdBy: string | null;
|
|
19658
20042
|
updatedBy: string | null;
|
|
19659
20043
|
}>>>>;
|
|
19660
|
-
description: z.ZodNullable<z.ZodString>;
|
|
19661
20044
|
status: z.ZodString;
|
|
19662
20045
|
isArchived: z.ZodBoolean;
|
|
19663
20046
|
createdAt: z.ZodCoercedDate<unknown>;
|
|
@@ -19665,6 +20048,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
19665
20048
|
propertyId: z.ZodNullable<z.ZodString>;
|
|
19666
20049
|
payoutId: z.ZodString;
|
|
19667
20050
|
bankRef: z.ZodNullable<z.ZodString>;
|
|
20051
|
+
description: z.ZodNullable<z.ZodString>;
|
|
19668
20052
|
isCanceled: z.ZodBoolean;
|
|
19669
20053
|
canceledAt: z.ZodNullable<z.ZodCoercedDate<unknown>>;
|
|
19670
20054
|
mtaTransactionId: z.ZodNullable<z.ZodString>;
|
|
@@ -19684,6 +20068,8 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
19684
20068
|
stage: z.ZodString;
|
|
19685
20069
|
status: z.ZodString;
|
|
19686
20070
|
mtaId: z.ZodString;
|
|
20071
|
+
cmaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20072
|
+
initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19687
20073
|
isArchived: z.ZodBoolean;
|
|
19688
20074
|
createdAt: z.ZodCoercedDate<unknown>;
|
|
19689
20075
|
syncedAt: z.ZodCoercedDate<unknown>;
|
|
@@ -19827,7 +20213,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
19827
20213
|
cmaBalanceCents: bigint;
|
|
19828
20214
|
mtaBalanceCents: bigint;
|
|
19829
20215
|
stage: string;
|
|
20216
|
+
cmaId?: string | null | undefined;
|
|
19830
20217
|
buyerName?: string | null | undefined;
|
|
20218
|
+
initialDepositStatus?: string | null | undefined;
|
|
19831
20219
|
project?: {
|
|
19832
20220
|
id: string;
|
|
19833
20221
|
name: string;
|
|
@@ -19920,7 +20308,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
19920
20308
|
cmaBalanceCents: bigint;
|
|
19921
20309
|
mtaBalanceCents: bigint;
|
|
19922
20310
|
stage: string;
|
|
20311
|
+
cmaId?: string | null | undefined;
|
|
19923
20312
|
buyerName?: string | null | undefined;
|
|
20313
|
+
initialDepositStatus?: string | null | undefined;
|
|
19924
20314
|
project?: {
|
|
19925
20315
|
id: string;
|
|
19926
20316
|
name: string;
|
|
@@ -20012,7 +20402,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
20012
20402
|
cmaBalanceCents: bigint;
|
|
20013
20403
|
mtaBalanceCents: bigint;
|
|
20014
20404
|
stage: string;
|
|
20405
|
+
cmaId?: string | null | undefined;
|
|
20015
20406
|
buyerName?: string | null | undefined;
|
|
20407
|
+
initialDepositStatus?: string | null | undefined;
|
|
20016
20408
|
project?: {
|
|
20017
20409
|
id: string;
|
|
20018
20410
|
name: string;
|
|
@@ -20112,7 +20504,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
20112
20504
|
cmaBalanceCents: unknown;
|
|
20113
20505
|
mtaBalanceCents: unknown;
|
|
20114
20506
|
stage: string;
|
|
20507
|
+
cmaId?: string | null | undefined;
|
|
20115
20508
|
buyerName?: string | null | undefined;
|
|
20509
|
+
initialDepositStatus?: string | null | undefined;
|
|
20116
20510
|
project?: {
|
|
20117
20511
|
id: string;
|
|
20118
20512
|
name: string;
|
|
@@ -20205,7 +20599,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
20205
20599
|
cmaBalanceCents: unknown;
|
|
20206
20600
|
mtaBalanceCents: unknown;
|
|
20207
20601
|
stage: string;
|
|
20602
|
+
cmaId?: string | null | undefined;
|
|
20208
20603
|
buyerName?: string | null | undefined;
|
|
20604
|
+
initialDepositStatus?: string | null | undefined;
|
|
20209
20605
|
project?: {
|
|
20210
20606
|
id: string;
|
|
20211
20607
|
name: string;
|
|
@@ -20297,7 +20693,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
20297
20693
|
cmaBalanceCents: unknown;
|
|
20298
20694
|
mtaBalanceCents: unknown;
|
|
20299
20695
|
stage: string;
|
|
20696
|
+
cmaId?: string | null | undefined;
|
|
20300
20697
|
buyerName?: string | null | undefined;
|
|
20698
|
+
initialDepositStatus?: string | null | undefined;
|
|
20301
20699
|
project?: {
|
|
20302
20700
|
id: string;
|
|
20303
20701
|
name: string;
|
|
@@ -20391,7 +20789,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
20391
20789
|
cmaBalanceCents: bigint;
|
|
20392
20790
|
mtaBalanceCents: bigint;
|
|
20393
20791
|
stage: string;
|
|
20792
|
+
cmaId?: string | null | undefined;
|
|
20394
20793
|
buyerName?: string | null | undefined;
|
|
20794
|
+
initialDepositStatus?: string | null | undefined;
|
|
20395
20795
|
project?: {
|
|
20396
20796
|
id: string;
|
|
20397
20797
|
name: string;
|
|
@@ -20484,7 +20884,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
20484
20884
|
cmaBalanceCents: bigint;
|
|
20485
20885
|
mtaBalanceCents: bigint;
|
|
20486
20886
|
stage: string;
|
|
20887
|
+
cmaId?: string | null | undefined;
|
|
20487
20888
|
buyerName?: string | null | undefined;
|
|
20889
|
+
initialDepositStatus?: string | null | undefined;
|
|
20488
20890
|
project?: {
|
|
20489
20891
|
id: string;
|
|
20490
20892
|
name: string;
|
|
@@ -20576,7 +20978,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
20576
20978
|
cmaBalanceCents: bigint;
|
|
20577
20979
|
mtaBalanceCents: bigint;
|
|
20578
20980
|
stage: string;
|
|
20981
|
+
cmaId?: string | null | undefined;
|
|
20579
20982
|
buyerName?: string | null | undefined;
|
|
20983
|
+
initialDepositStatus?: string | null | undefined;
|
|
20580
20984
|
project?: {
|
|
20581
20985
|
id: string;
|
|
20582
20986
|
name: string;
|
|
@@ -20676,7 +21080,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
20676
21080
|
cmaBalanceCents: unknown;
|
|
20677
21081
|
mtaBalanceCents: unknown;
|
|
20678
21082
|
stage: string;
|
|
21083
|
+
cmaId?: string | null | undefined;
|
|
20679
21084
|
buyerName?: string | null | undefined;
|
|
21085
|
+
initialDepositStatus?: string | null | undefined;
|
|
20680
21086
|
project?: {
|
|
20681
21087
|
id: string;
|
|
20682
21088
|
name: string;
|
|
@@ -20769,7 +21175,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
20769
21175
|
cmaBalanceCents: unknown;
|
|
20770
21176
|
mtaBalanceCents: unknown;
|
|
20771
21177
|
stage: string;
|
|
21178
|
+
cmaId?: string | null | undefined;
|
|
20772
21179
|
buyerName?: string | null | undefined;
|
|
21180
|
+
initialDepositStatus?: string | null | undefined;
|
|
20773
21181
|
project?: {
|
|
20774
21182
|
id: string;
|
|
20775
21183
|
name: string;
|
|
@@ -20861,7 +21269,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
20861
21269
|
cmaBalanceCents: unknown;
|
|
20862
21270
|
mtaBalanceCents: unknown;
|
|
20863
21271
|
stage: string;
|
|
21272
|
+
cmaId?: string | null | undefined;
|
|
20864
21273
|
buyerName?: string | null | undefined;
|
|
21274
|
+
initialDepositStatus?: string | null | undefined;
|
|
20865
21275
|
project?: {
|
|
20866
21276
|
id: string;
|
|
20867
21277
|
name: string;
|
|
@@ -20957,7 +21367,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
20957
21367
|
cmaBalanceCents: bigint;
|
|
20958
21368
|
mtaBalanceCents: bigint;
|
|
20959
21369
|
stage: string;
|
|
21370
|
+
cmaId?: string | null | undefined;
|
|
20960
21371
|
buyerName?: string | null | undefined;
|
|
21372
|
+
initialDepositStatus?: string | null | undefined;
|
|
20961
21373
|
project?: {
|
|
20962
21374
|
id: string;
|
|
20963
21375
|
name: string;
|
|
@@ -21051,7 +21463,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
21051
21463
|
cmaBalanceCents: bigint;
|
|
21052
21464
|
mtaBalanceCents: bigint;
|
|
21053
21465
|
stage: string;
|
|
21466
|
+
cmaId?: string | null | undefined;
|
|
21054
21467
|
buyerName?: string | null | undefined;
|
|
21468
|
+
initialDepositStatus?: string | null | undefined;
|
|
21055
21469
|
project?: {
|
|
21056
21470
|
id: string;
|
|
21057
21471
|
name: string;
|
|
@@ -21144,7 +21558,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
21144
21558
|
cmaBalanceCents: bigint;
|
|
21145
21559
|
mtaBalanceCents: bigint;
|
|
21146
21560
|
stage: string;
|
|
21561
|
+
cmaId?: string | null | undefined;
|
|
21147
21562
|
buyerName?: string | null | undefined;
|
|
21563
|
+
initialDepositStatus?: string | null | undefined;
|
|
21148
21564
|
project?: {
|
|
21149
21565
|
id: string;
|
|
21150
21566
|
name: string;
|
|
@@ -21187,6 +21603,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
21187
21603
|
isUnknown?: boolean | null | undefined;
|
|
21188
21604
|
isAssignableToProperty?: boolean | null | undefined;
|
|
21189
21605
|
isAssignedToProperty?: boolean | null | undefined;
|
|
21606
|
+
isPaidout?: boolean | null | undefined;
|
|
21190
21607
|
amountStr?: string | null | undefined;
|
|
21191
21608
|
transactionNumber?: string | null | undefined;
|
|
21192
21609
|
isCancelable?: boolean | null | undefined;
|
|
@@ -21201,10 +21618,10 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
21201
21618
|
isRefunded: boolean;
|
|
21202
21619
|
isCanceled: boolean;
|
|
21203
21620
|
isArchived: boolean;
|
|
21204
|
-
clearedAt:
|
|
21205
|
-
createdAt:
|
|
21206
|
-
syncedAt:
|
|
21207
|
-
updatedAt:
|
|
21621
|
+
clearedAt: Date | null;
|
|
21622
|
+
createdAt: Date;
|
|
21623
|
+
syncedAt: Date;
|
|
21624
|
+
updatedAt: Date;
|
|
21208
21625
|
note: string | null;
|
|
21209
21626
|
sourceTransactionId: string | null;
|
|
21210
21627
|
cancelType: string | null;
|
|
@@ -21247,7 +21664,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
21247
21664
|
cmaBalanceCents: unknown;
|
|
21248
21665
|
mtaBalanceCents: unknown;
|
|
21249
21666
|
stage: string;
|
|
21667
|
+
cmaId?: string | null | undefined;
|
|
21250
21668
|
buyerName?: string | null | undefined;
|
|
21669
|
+
initialDepositStatus?: string | null | undefined;
|
|
21251
21670
|
project?: {
|
|
21252
21671
|
id: string;
|
|
21253
21672
|
name: string;
|
|
@@ -21295,10 +21714,10 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
21295
21714
|
isRefunded: boolean;
|
|
21296
21715
|
isCanceled: boolean;
|
|
21297
21716
|
isArchived: boolean;
|
|
21298
|
-
clearedAt:
|
|
21299
|
-
createdAt:
|
|
21300
|
-
syncedAt:
|
|
21301
|
-
updatedAt:
|
|
21717
|
+
clearedAt: Date | null;
|
|
21718
|
+
createdAt: Date;
|
|
21719
|
+
syncedAt: Date;
|
|
21720
|
+
updatedAt: Date;
|
|
21302
21721
|
note: string | null;
|
|
21303
21722
|
sourceTransactionId: string | null;
|
|
21304
21723
|
cancelType: string | null;
|
|
@@ -21341,7 +21760,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
21341
21760
|
cmaBalanceCents: unknown;
|
|
21342
21761
|
mtaBalanceCents: unknown;
|
|
21343
21762
|
stage: string;
|
|
21763
|
+
cmaId?: string | null | undefined;
|
|
21344
21764
|
buyerName?: string | null | undefined;
|
|
21765
|
+
initialDepositStatus?: string | null | undefined;
|
|
21345
21766
|
project?: {
|
|
21346
21767
|
id: string;
|
|
21347
21768
|
name: string;
|
|
@@ -21388,10 +21809,10 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
21388
21809
|
isRefunded: boolean;
|
|
21389
21810
|
isCanceled: boolean;
|
|
21390
21811
|
isArchived: boolean;
|
|
21391
|
-
clearedAt:
|
|
21392
|
-
createdAt:
|
|
21393
|
-
syncedAt:
|
|
21394
|
-
updatedAt:
|
|
21812
|
+
clearedAt: Date | null;
|
|
21813
|
+
createdAt: Date;
|
|
21814
|
+
syncedAt: Date;
|
|
21815
|
+
updatedAt: Date;
|
|
21395
21816
|
note: string | null;
|
|
21396
21817
|
sourceTransactionId: string | null;
|
|
21397
21818
|
cancelType: string | null;
|
|
@@ -21434,7 +21855,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
21434
21855
|
cmaBalanceCents: unknown;
|
|
21435
21856
|
mtaBalanceCents: unknown;
|
|
21436
21857
|
stage: string;
|
|
21858
|
+
cmaId?: string | null | undefined;
|
|
21437
21859
|
buyerName?: string | null | undefined;
|
|
21860
|
+
initialDepositStatus?: string | null | undefined;
|
|
21438
21861
|
project?: {
|
|
21439
21862
|
id: string;
|
|
21440
21863
|
name: string;
|
|
@@ -21528,7 +21951,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
21528
21951
|
cmaBalanceCents: bigint;
|
|
21529
21952
|
mtaBalanceCents: bigint;
|
|
21530
21953
|
stage: string;
|
|
21954
|
+
cmaId?: string | null | undefined;
|
|
21531
21955
|
buyerName?: string | null | undefined;
|
|
21956
|
+
initialDepositStatus?: string | null | undefined;
|
|
21532
21957
|
project?: {
|
|
21533
21958
|
id: string;
|
|
21534
21959
|
name: string;
|
|
@@ -21622,7 +22047,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
21622
22047
|
cmaBalanceCents: bigint;
|
|
21623
22048
|
mtaBalanceCents: bigint;
|
|
21624
22049
|
stage: string;
|
|
22050
|
+
cmaId?: string | null | undefined;
|
|
21625
22051
|
buyerName?: string | null | undefined;
|
|
22052
|
+
initialDepositStatus?: string | null | undefined;
|
|
21626
22053
|
project?: {
|
|
21627
22054
|
id: string;
|
|
21628
22055
|
name: string;
|
|
@@ -21715,7 +22142,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
21715
22142
|
cmaBalanceCents: bigint;
|
|
21716
22143
|
mtaBalanceCents: bigint;
|
|
21717
22144
|
stage: string;
|
|
22145
|
+
cmaId?: string | null | undefined;
|
|
21718
22146
|
buyerName?: string | null | undefined;
|
|
22147
|
+
initialDepositStatus?: string | null | undefined;
|
|
21719
22148
|
project?: {
|
|
21720
22149
|
id: string;
|
|
21721
22150
|
name: string;
|
|
@@ -21758,6 +22187,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
21758
22187
|
isUnknown?: boolean | null | undefined;
|
|
21759
22188
|
isAssignableToProperty?: boolean | null | undefined;
|
|
21760
22189
|
isAssignedToProperty?: boolean | null | undefined;
|
|
22190
|
+
isPaidout?: boolean | null | undefined;
|
|
21761
22191
|
amountStr?: string | null | undefined;
|
|
21762
22192
|
transactionNumber?: string | null | undefined;
|
|
21763
22193
|
isCancelable?: boolean | null | undefined;
|
|
@@ -21772,10 +22202,10 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
21772
22202
|
isRefunded: boolean;
|
|
21773
22203
|
isCanceled: boolean;
|
|
21774
22204
|
isArchived: boolean;
|
|
21775
|
-
clearedAt:
|
|
21776
|
-
createdAt:
|
|
21777
|
-
syncedAt:
|
|
21778
|
-
updatedAt:
|
|
22205
|
+
clearedAt: Date | null;
|
|
22206
|
+
createdAt: Date;
|
|
22207
|
+
syncedAt: Date;
|
|
22208
|
+
updatedAt: Date;
|
|
21779
22209
|
note: string | null;
|
|
21780
22210
|
sourceTransactionId: string | null;
|
|
21781
22211
|
cancelType: string | null;
|
|
@@ -21818,7 +22248,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
21818
22248
|
cmaBalanceCents: unknown;
|
|
21819
22249
|
mtaBalanceCents: unknown;
|
|
21820
22250
|
stage: string;
|
|
22251
|
+
cmaId?: string | null | undefined;
|
|
21821
22252
|
buyerName?: string | null | undefined;
|
|
22253
|
+
initialDepositStatus?: string | null | undefined;
|
|
21822
22254
|
project?: {
|
|
21823
22255
|
id: string;
|
|
21824
22256
|
name: string;
|
|
@@ -21866,10 +22298,10 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
21866
22298
|
isRefunded: boolean;
|
|
21867
22299
|
isCanceled: boolean;
|
|
21868
22300
|
isArchived: boolean;
|
|
21869
|
-
clearedAt:
|
|
21870
|
-
createdAt:
|
|
21871
|
-
syncedAt:
|
|
21872
|
-
updatedAt:
|
|
22301
|
+
clearedAt: Date | null;
|
|
22302
|
+
createdAt: Date;
|
|
22303
|
+
syncedAt: Date;
|
|
22304
|
+
updatedAt: Date;
|
|
21873
22305
|
note: string | null;
|
|
21874
22306
|
sourceTransactionId: string | null;
|
|
21875
22307
|
cancelType: string | null;
|
|
@@ -21912,7 +22344,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
21912
22344
|
cmaBalanceCents: unknown;
|
|
21913
22345
|
mtaBalanceCents: unknown;
|
|
21914
22346
|
stage: string;
|
|
22347
|
+
cmaId?: string | null | undefined;
|
|
21915
22348
|
buyerName?: string | null | undefined;
|
|
22349
|
+
initialDepositStatus?: string | null | undefined;
|
|
21916
22350
|
project?: {
|
|
21917
22351
|
id: string;
|
|
21918
22352
|
name: string;
|
|
@@ -21959,10 +22393,10 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
21959
22393
|
isRefunded: boolean;
|
|
21960
22394
|
isCanceled: boolean;
|
|
21961
22395
|
isArchived: boolean;
|
|
21962
|
-
clearedAt:
|
|
21963
|
-
createdAt:
|
|
21964
|
-
syncedAt:
|
|
21965
|
-
updatedAt:
|
|
22396
|
+
clearedAt: Date | null;
|
|
22397
|
+
createdAt: Date;
|
|
22398
|
+
syncedAt: Date;
|
|
22399
|
+
updatedAt: Date;
|
|
21966
22400
|
note: string | null;
|
|
21967
22401
|
sourceTransactionId: string | null;
|
|
21968
22402
|
cancelType: string | null;
|
|
@@ -22005,7 +22439,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
22005
22439
|
cmaBalanceCents: unknown;
|
|
22006
22440
|
mtaBalanceCents: unknown;
|
|
22007
22441
|
stage: string;
|
|
22442
|
+
cmaId?: string | null | undefined;
|
|
22008
22443
|
buyerName?: string | null | undefined;
|
|
22444
|
+
initialDepositStatus?: string | null | undefined;
|
|
22009
22445
|
project?: {
|
|
22010
22446
|
id: string;
|
|
22011
22447
|
name: string;
|
|
@@ -22061,10 +22497,10 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
22061
22497
|
isRefunded: z.ZodBoolean;
|
|
22062
22498
|
isCanceled: z.ZodBoolean;
|
|
22063
22499
|
isArchived: z.ZodBoolean;
|
|
22064
|
-
clearedAt: z.ZodNullable<z.ZodCoercedDate<
|
|
22065
|
-
createdAt: z.ZodCoercedDate<
|
|
22066
|
-
syncedAt: z.ZodCoercedDate<
|
|
22067
|
-
updatedAt: z.ZodCoercedDate<
|
|
22500
|
+
clearedAt: z.ZodNullable<z.ZodCoercedDate<Date>>;
|
|
22501
|
+
createdAt: z.ZodCoercedDate<Date>;
|
|
22502
|
+
syncedAt: z.ZodCoercedDate<Date>;
|
|
22503
|
+
updatedAt: z.ZodCoercedDate<Date>;
|
|
22068
22504
|
note: z.ZodNullable<z.ZodString>;
|
|
22069
22505
|
sourceTransactionId: z.ZodNullable<z.ZodString>;
|
|
22070
22506
|
cancelType: z.ZodNullable<z.ZodString>;
|
|
@@ -22130,7 +22566,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
22130
22566
|
cmaBalanceCents: bigint;
|
|
22131
22567
|
mtaBalanceCents: bigint;
|
|
22132
22568
|
stage: string;
|
|
22569
|
+
cmaId?: string | null | undefined;
|
|
22133
22570
|
buyerName?: string | null | undefined;
|
|
22571
|
+
initialDepositStatus?: string | null | undefined;
|
|
22134
22572
|
project?: {
|
|
22135
22573
|
id: string;
|
|
22136
22574
|
name: string;
|
|
@@ -22224,7 +22662,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
22224
22662
|
cmaBalanceCents: bigint;
|
|
22225
22663
|
mtaBalanceCents: bigint;
|
|
22226
22664
|
stage: string;
|
|
22665
|
+
cmaId?: string | null | undefined;
|
|
22227
22666
|
buyerName?: string | null | undefined;
|
|
22667
|
+
initialDepositStatus?: string | null | undefined;
|
|
22228
22668
|
project?: {
|
|
22229
22669
|
id: string;
|
|
22230
22670
|
name: string;
|
|
@@ -22317,7 +22757,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
22317
22757
|
cmaBalanceCents: bigint;
|
|
22318
22758
|
mtaBalanceCents: bigint;
|
|
22319
22759
|
stage: string;
|
|
22760
|
+
cmaId?: string | null | undefined;
|
|
22320
22761
|
buyerName?: string | null | undefined;
|
|
22762
|
+
initialDepositStatus?: string | null | undefined;
|
|
22321
22763
|
project?: {
|
|
22322
22764
|
id: string;
|
|
22323
22765
|
name: string;
|
|
@@ -22360,6 +22802,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
22360
22802
|
isUnknown?: boolean | null | undefined;
|
|
22361
22803
|
isAssignableToProperty?: boolean | null | undefined;
|
|
22362
22804
|
isAssignedToProperty?: boolean | null | undefined;
|
|
22805
|
+
isPaidout?: boolean | null | undefined;
|
|
22363
22806
|
amountStr?: string | null | undefined;
|
|
22364
22807
|
transactionNumber?: string | null | undefined;
|
|
22365
22808
|
isCancelable?: boolean | null | undefined;
|
|
@@ -22480,7 +22923,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
22480
22923
|
cmaBalanceCents: bigint;
|
|
22481
22924
|
mtaBalanceCents: bigint;
|
|
22482
22925
|
stage: string;
|
|
22926
|
+
cmaId?: string | null | undefined;
|
|
22483
22927
|
buyerName?: string | null | undefined;
|
|
22928
|
+
initialDepositStatus?: string | null | undefined;
|
|
22484
22929
|
project?: {
|
|
22485
22930
|
id: string;
|
|
22486
22931
|
name: string;
|
|
@@ -22573,7 +23018,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
22573
23018
|
cmaBalanceCents: bigint;
|
|
22574
23019
|
mtaBalanceCents: bigint;
|
|
22575
23020
|
stage: string;
|
|
23021
|
+
cmaId?: string | null | undefined;
|
|
22576
23022
|
buyerName?: string | null | undefined;
|
|
23023
|
+
initialDepositStatus?: string | null | undefined;
|
|
22577
23024
|
project?: {
|
|
22578
23025
|
id: string;
|
|
22579
23026
|
name: string;
|
|
@@ -22665,7 +23112,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
22665
23112
|
cmaBalanceCents: bigint;
|
|
22666
23113
|
mtaBalanceCents: bigint;
|
|
22667
23114
|
stage: string;
|
|
23115
|
+
cmaId?: string | null | undefined;
|
|
22668
23116
|
buyerName?: string | null | undefined;
|
|
23117
|
+
initialDepositStatus?: string | null | undefined;
|
|
22669
23118
|
project?: {
|
|
22670
23119
|
id: string;
|
|
22671
23120
|
name: string;
|
|
@@ -22936,7 +23385,6 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
22936
23385
|
createdBy: string | null;
|
|
22937
23386
|
updatedBy: string | null;
|
|
22938
23387
|
}>>>>;
|
|
22939
|
-
description: z.ZodNullable<z.ZodString>;
|
|
22940
23388
|
status: z.ZodString;
|
|
22941
23389
|
isArchived: z.ZodBoolean;
|
|
22942
23390
|
createdAt: z.ZodCoercedDate<unknown>;
|
|
@@ -22944,6 +23392,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
22944
23392
|
propertyId: z.ZodNullable<z.ZodString>;
|
|
22945
23393
|
payoutId: z.ZodString;
|
|
22946
23394
|
bankRef: z.ZodNullable<z.ZodString>;
|
|
23395
|
+
description: z.ZodNullable<z.ZodString>;
|
|
22947
23396
|
isCanceled: z.ZodBoolean;
|
|
22948
23397
|
canceledAt: z.ZodNullable<z.ZodCoercedDate<unknown>>;
|
|
22949
23398
|
mtaTransactionId: z.ZodNullable<z.ZodString>;
|
|
@@ -22963,6 +23412,8 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
22963
23412
|
stage: z.ZodString;
|
|
22964
23413
|
status: z.ZodString;
|
|
22965
23414
|
mtaId: z.ZodString;
|
|
23415
|
+
cmaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23416
|
+
initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22966
23417
|
isArchived: z.ZodBoolean;
|
|
22967
23418
|
createdAt: z.ZodCoercedDate<unknown>;
|
|
22968
23419
|
syncedAt: z.ZodCoercedDate<unknown>;
|
|
@@ -23106,7 +23557,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
23106
23557
|
cmaBalanceCents: bigint;
|
|
23107
23558
|
mtaBalanceCents: bigint;
|
|
23108
23559
|
stage: string;
|
|
23560
|
+
cmaId?: string | null | undefined;
|
|
23109
23561
|
buyerName?: string | null | undefined;
|
|
23562
|
+
initialDepositStatus?: string | null | undefined;
|
|
23110
23563
|
project?: {
|
|
23111
23564
|
id: string;
|
|
23112
23565
|
name: string;
|
|
@@ -23199,7 +23652,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
23199
23652
|
cmaBalanceCents: bigint;
|
|
23200
23653
|
mtaBalanceCents: bigint;
|
|
23201
23654
|
stage: string;
|
|
23655
|
+
cmaId?: string | null | undefined;
|
|
23202
23656
|
buyerName?: string | null | undefined;
|
|
23657
|
+
initialDepositStatus?: string | null | undefined;
|
|
23203
23658
|
project?: {
|
|
23204
23659
|
id: string;
|
|
23205
23660
|
name: string;
|
|
@@ -23291,7 +23746,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
23291
23746
|
cmaBalanceCents: bigint;
|
|
23292
23747
|
mtaBalanceCents: bigint;
|
|
23293
23748
|
stage: string;
|
|
23749
|
+
cmaId?: string | null | undefined;
|
|
23294
23750
|
buyerName?: string | null | undefined;
|
|
23751
|
+
initialDepositStatus?: string | null | undefined;
|
|
23295
23752
|
project?: {
|
|
23296
23753
|
id: string;
|
|
23297
23754
|
name: string;
|
|
@@ -23391,7 +23848,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
23391
23848
|
cmaBalanceCents: unknown;
|
|
23392
23849
|
mtaBalanceCents: unknown;
|
|
23393
23850
|
stage: string;
|
|
23851
|
+
cmaId?: string | null | undefined;
|
|
23394
23852
|
buyerName?: string | null | undefined;
|
|
23853
|
+
initialDepositStatus?: string | null | undefined;
|
|
23395
23854
|
project?: {
|
|
23396
23855
|
id: string;
|
|
23397
23856
|
name: string;
|
|
@@ -23484,7 +23943,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
23484
23943
|
cmaBalanceCents: unknown;
|
|
23485
23944
|
mtaBalanceCents: unknown;
|
|
23486
23945
|
stage: string;
|
|
23946
|
+
cmaId?: string | null | undefined;
|
|
23487
23947
|
buyerName?: string | null | undefined;
|
|
23948
|
+
initialDepositStatus?: string | null | undefined;
|
|
23488
23949
|
project?: {
|
|
23489
23950
|
id: string;
|
|
23490
23951
|
name: string;
|
|
@@ -23576,7 +24037,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
23576
24037
|
cmaBalanceCents: unknown;
|
|
23577
24038
|
mtaBalanceCents: unknown;
|
|
23578
24039
|
stage: string;
|
|
24040
|
+
cmaId?: string | null | undefined;
|
|
23579
24041
|
buyerName?: string | null | undefined;
|
|
24042
|
+
initialDepositStatus?: string | null | undefined;
|
|
23580
24043
|
project?: {
|
|
23581
24044
|
id: string;
|
|
23582
24045
|
name: string;
|
|
@@ -23670,7 +24133,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
23670
24133
|
cmaBalanceCents: bigint;
|
|
23671
24134
|
mtaBalanceCents: bigint;
|
|
23672
24135
|
stage: string;
|
|
24136
|
+
cmaId?: string | null | undefined;
|
|
23673
24137
|
buyerName?: string | null | undefined;
|
|
24138
|
+
initialDepositStatus?: string | null | undefined;
|
|
23674
24139
|
project?: {
|
|
23675
24140
|
id: string;
|
|
23676
24141
|
name: string;
|
|
@@ -23763,7 +24228,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
23763
24228
|
cmaBalanceCents: bigint;
|
|
23764
24229
|
mtaBalanceCents: bigint;
|
|
23765
24230
|
stage: string;
|
|
24231
|
+
cmaId?: string | null | undefined;
|
|
23766
24232
|
buyerName?: string | null | undefined;
|
|
24233
|
+
initialDepositStatus?: string | null | undefined;
|
|
23767
24234
|
project?: {
|
|
23768
24235
|
id: string;
|
|
23769
24236
|
name: string;
|
|
@@ -23855,7 +24322,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
23855
24322
|
cmaBalanceCents: bigint;
|
|
23856
24323
|
mtaBalanceCents: bigint;
|
|
23857
24324
|
stage: string;
|
|
24325
|
+
cmaId?: string | null | undefined;
|
|
23858
24326
|
buyerName?: string | null | undefined;
|
|
24327
|
+
initialDepositStatus?: string | null | undefined;
|
|
23859
24328
|
project?: {
|
|
23860
24329
|
id: string;
|
|
23861
24330
|
name: string;
|
|
@@ -23955,7 +24424,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
23955
24424
|
cmaBalanceCents: unknown;
|
|
23956
24425
|
mtaBalanceCents: unknown;
|
|
23957
24426
|
stage: string;
|
|
24427
|
+
cmaId?: string | null | undefined;
|
|
23958
24428
|
buyerName?: string | null | undefined;
|
|
24429
|
+
initialDepositStatus?: string | null | undefined;
|
|
23959
24430
|
project?: {
|
|
23960
24431
|
id: string;
|
|
23961
24432
|
name: string;
|
|
@@ -24048,7 +24519,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
24048
24519
|
cmaBalanceCents: unknown;
|
|
24049
24520
|
mtaBalanceCents: unknown;
|
|
24050
24521
|
stage: string;
|
|
24522
|
+
cmaId?: string | null | undefined;
|
|
24051
24523
|
buyerName?: string | null | undefined;
|
|
24524
|
+
initialDepositStatus?: string | null | undefined;
|
|
24052
24525
|
project?: {
|
|
24053
24526
|
id: string;
|
|
24054
24527
|
name: string;
|
|
@@ -24140,7 +24613,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
24140
24613
|
cmaBalanceCents: unknown;
|
|
24141
24614
|
mtaBalanceCents: unknown;
|
|
24142
24615
|
stage: string;
|
|
24616
|
+
cmaId?: string | null | undefined;
|
|
24143
24617
|
buyerName?: string | null | undefined;
|
|
24618
|
+
initialDepositStatus?: string | null | undefined;
|
|
24144
24619
|
project?: {
|
|
24145
24620
|
id: string;
|
|
24146
24621
|
name: string;
|
|
@@ -24236,7 +24711,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
24236
24711
|
cmaBalanceCents: bigint;
|
|
24237
24712
|
mtaBalanceCents: bigint;
|
|
24238
24713
|
stage: string;
|
|
24714
|
+
cmaId?: string | null | undefined;
|
|
24239
24715
|
buyerName?: string | null | undefined;
|
|
24716
|
+
initialDepositStatus?: string | null | undefined;
|
|
24240
24717
|
project?: {
|
|
24241
24718
|
id: string;
|
|
24242
24719
|
name: string;
|
|
@@ -24330,7 +24807,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
24330
24807
|
cmaBalanceCents: bigint;
|
|
24331
24808
|
mtaBalanceCents: bigint;
|
|
24332
24809
|
stage: string;
|
|
24810
|
+
cmaId?: string | null | undefined;
|
|
24333
24811
|
buyerName?: string | null | undefined;
|
|
24812
|
+
initialDepositStatus?: string | null | undefined;
|
|
24334
24813
|
project?: {
|
|
24335
24814
|
id: string;
|
|
24336
24815
|
name: string;
|
|
@@ -24423,7 +24902,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
24423
24902
|
cmaBalanceCents: bigint;
|
|
24424
24903
|
mtaBalanceCents: bigint;
|
|
24425
24904
|
stage: string;
|
|
24905
|
+
cmaId?: string | null | undefined;
|
|
24426
24906
|
buyerName?: string | null | undefined;
|
|
24907
|
+
initialDepositStatus?: string | null | undefined;
|
|
24427
24908
|
project?: {
|
|
24428
24909
|
id: string;
|
|
24429
24910
|
name: string;
|
|
@@ -24466,6 +24947,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
24466
24947
|
isUnknown?: boolean | null | undefined;
|
|
24467
24948
|
isAssignableToProperty?: boolean | null | undefined;
|
|
24468
24949
|
isAssignedToProperty?: boolean | null | undefined;
|
|
24950
|
+
isPaidout?: boolean | null | undefined;
|
|
24469
24951
|
amountStr?: string | null | undefined;
|
|
24470
24952
|
transactionNumber?: string | null | undefined;
|
|
24471
24953
|
isCancelable?: boolean | null | undefined;
|
|
@@ -24480,10 +24962,10 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
24480
24962
|
isRefunded: boolean;
|
|
24481
24963
|
isCanceled: boolean;
|
|
24482
24964
|
isArchived: boolean;
|
|
24483
|
-
clearedAt:
|
|
24484
|
-
createdAt:
|
|
24485
|
-
syncedAt:
|
|
24486
|
-
updatedAt:
|
|
24965
|
+
clearedAt: Date | null;
|
|
24966
|
+
createdAt: Date;
|
|
24967
|
+
syncedAt: Date;
|
|
24968
|
+
updatedAt: Date;
|
|
24487
24969
|
note: string | null;
|
|
24488
24970
|
sourceTransactionId: string | null;
|
|
24489
24971
|
cancelType: string | null;
|
|
@@ -24526,7 +25008,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
24526
25008
|
cmaBalanceCents: unknown;
|
|
24527
25009
|
mtaBalanceCents: unknown;
|
|
24528
25010
|
stage: string;
|
|
25011
|
+
cmaId?: string | null | undefined;
|
|
24529
25012
|
buyerName?: string | null | undefined;
|
|
25013
|
+
initialDepositStatus?: string | null | undefined;
|
|
24530
25014
|
project?: {
|
|
24531
25015
|
id: string;
|
|
24532
25016
|
name: string;
|
|
@@ -24574,10 +25058,10 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
24574
25058
|
isRefunded: boolean;
|
|
24575
25059
|
isCanceled: boolean;
|
|
24576
25060
|
isArchived: boolean;
|
|
24577
|
-
clearedAt:
|
|
24578
|
-
createdAt:
|
|
24579
|
-
syncedAt:
|
|
24580
|
-
updatedAt:
|
|
25061
|
+
clearedAt: Date | null;
|
|
25062
|
+
createdAt: Date;
|
|
25063
|
+
syncedAt: Date;
|
|
25064
|
+
updatedAt: Date;
|
|
24581
25065
|
note: string | null;
|
|
24582
25066
|
sourceTransactionId: string | null;
|
|
24583
25067
|
cancelType: string | null;
|
|
@@ -24620,7 +25104,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
24620
25104
|
cmaBalanceCents: unknown;
|
|
24621
25105
|
mtaBalanceCents: unknown;
|
|
24622
25106
|
stage: string;
|
|
25107
|
+
cmaId?: string | null | undefined;
|
|
24623
25108
|
buyerName?: string | null | undefined;
|
|
25109
|
+
initialDepositStatus?: string | null | undefined;
|
|
24624
25110
|
project?: {
|
|
24625
25111
|
id: string;
|
|
24626
25112
|
name: string;
|
|
@@ -24667,10 +25153,10 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
24667
25153
|
isRefunded: boolean;
|
|
24668
25154
|
isCanceled: boolean;
|
|
24669
25155
|
isArchived: boolean;
|
|
24670
|
-
clearedAt:
|
|
24671
|
-
createdAt:
|
|
24672
|
-
syncedAt:
|
|
24673
|
-
updatedAt:
|
|
25156
|
+
clearedAt: Date | null;
|
|
25157
|
+
createdAt: Date;
|
|
25158
|
+
syncedAt: Date;
|
|
25159
|
+
updatedAt: Date;
|
|
24674
25160
|
note: string | null;
|
|
24675
25161
|
sourceTransactionId: string | null;
|
|
24676
25162
|
cancelType: string | null;
|
|
@@ -24713,7 +25199,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
24713
25199
|
cmaBalanceCents: unknown;
|
|
24714
25200
|
mtaBalanceCents: unknown;
|
|
24715
25201
|
stage: string;
|
|
25202
|
+
cmaId?: string | null | undefined;
|
|
24716
25203
|
buyerName?: string | null | undefined;
|
|
25204
|
+
initialDepositStatus?: string | null | undefined;
|
|
24717
25205
|
project?: {
|
|
24718
25206
|
id: string;
|
|
24719
25207
|
name: string;
|
|
@@ -24807,7 +25295,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
24807
25295
|
cmaBalanceCents: bigint;
|
|
24808
25296
|
mtaBalanceCents: bigint;
|
|
24809
25297
|
stage: string;
|
|
25298
|
+
cmaId?: string | null | undefined;
|
|
24810
25299
|
buyerName?: string | null | undefined;
|
|
25300
|
+
initialDepositStatus?: string | null | undefined;
|
|
24811
25301
|
project?: {
|
|
24812
25302
|
id: string;
|
|
24813
25303
|
name: string;
|
|
@@ -24901,7 +25391,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
24901
25391
|
cmaBalanceCents: bigint;
|
|
24902
25392
|
mtaBalanceCents: bigint;
|
|
24903
25393
|
stage: string;
|
|
25394
|
+
cmaId?: string | null | undefined;
|
|
24904
25395
|
buyerName?: string | null | undefined;
|
|
25396
|
+
initialDepositStatus?: string | null | undefined;
|
|
24905
25397
|
project?: {
|
|
24906
25398
|
id: string;
|
|
24907
25399
|
name: string;
|
|
@@ -24994,7 +25486,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
24994
25486
|
cmaBalanceCents: bigint;
|
|
24995
25487
|
mtaBalanceCents: bigint;
|
|
24996
25488
|
stage: string;
|
|
25489
|
+
cmaId?: string | null | undefined;
|
|
24997
25490
|
buyerName?: string | null | undefined;
|
|
25491
|
+
initialDepositStatus?: string | null | undefined;
|
|
24998
25492
|
project?: {
|
|
24999
25493
|
id: string;
|
|
25000
25494
|
name: string;
|
|
@@ -25037,6 +25531,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
25037
25531
|
isUnknown?: boolean | null | undefined;
|
|
25038
25532
|
isAssignableToProperty?: boolean | null | undefined;
|
|
25039
25533
|
isAssignedToProperty?: boolean | null | undefined;
|
|
25534
|
+
isPaidout?: boolean | null | undefined;
|
|
25040
25535
|
amountStr?: string | null | undefined;
|
|
25041
25536
|
transactionNumber?: string | null | undefined;
|
|
25042
25537
|
isCancelable?: boolean | null | undefined;
|
|
@@ -25051,10 +25546,10 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
25051
25546
|
isRefunded: boolean;
|
|
25052
25547
|
isCanceled: boolean;
|
|
25053
25548
|
isArchived: boolean;
|
|
25054
|
-
clearedAt:
|
|
25055
|
-
createdAt:
|
|
25056
|
-
syncedAt:
|
|
25057
|
-
updatedAt:
|
|
25549
|
+
clearedAt: Date | null;
|
|
25550
|
+
createdAt: Date;
|
|
25551
|
+
syncedAt: Date;
|
|
25552
|
+
updatedAt: Date;
|
|
25058
25553
|
note: string | null;
|
|
25059
25554
|
sourceTransactionId: string | null;
|
|
25060
25555
|
cancelType: string | null;
|
|
@@ -25097,7 +25592,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
25097
25592
|
cmaBalanceCents: unknown;
|
|
25098
25593
|
mtaBalanceCents: unknown;
|
|
25099
25594
|
stage: string;
|
|
25595
|
+
cmaId?: string | null | undefined;
|
|
25100
25596
|
buyerName?: string | null | undefined;
|
|
25597
|
+
initialDepositStatus?: string | null | undefined;
|
|
25101
25598
|
project?: {
|
|
25102
25599
|
id: string;
|
|
25103
25600
|
name: string;
|
|
@@ -25145,10 +25642,10 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
25145
25642
|
isRefunded: boolean;
|
|
25146
25643
|
isCanceled: boolean;
|
|
25147
25644
|
isArchived: boolean;
|
|
25148
|
-
clearedAt:
|
|
25149
|
-
createdAt:
|
|
25150
|
-
syncedAt:
|
|
25151
|
-
updatedAt:
|
|
25645
|
+
clearedAt: Date | null;
|
|
25646
|
+
createdAt: Date;
|
|
25647
|
+
syncedAt: Date;
|
|
25648
|
+
updatedAt: Date;
|
|
25152
25649
|
note: string | null;
|
|
25153
25650
|
sourceTransactionId: string | null;
|
|
25154
25651
|
cancelType: string | null;
|
|
@@ -25191,7 +25688,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
25191
25688
|
cmaBalanceCents: unknown;
|
|
25192
25689
|
mtaBalanceCents: unknown;
|
|
25193
25690
|
stage: string;
|
|
25691
|
+
cmaId?: string | null | undefined;
|
|
25194
25692
|
buyerName?: string | null | undefined;
|
|
25693
|
+
initialDepositStatus?: string | null | undefined;
|
|
25195
25694
|
project?: {
|
|
25196
25695
|
id: string;
|
|
25197
25696
|
name: string;
|
|
@@ -25238,10 +25737,10 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
25238
25737
|
isRefunded: boolean;
|
|
25239
25738
|
isCanceled: boolean;
|
|
25240
25739
|
isArchived: boolean;
|
|
25241
|
-
clearedAt:
|
|
25242
|
-
createdAt:
|
|
25243
|
-
syncedAt:
|
|
25244
|
-
updatedAt:
|
|
25740
|
+
clearedAt: Date | null;
|
|
25741
|
+
createdAt: Date;
|
|
25742
|
+
syncedAt: Date;
|
|
25743
|
+
updatedAt: Date;
|
|
25245
25744
|
note: string | null;
|
|
25246
25745
|
sourceTransactionId: string | null;
|
|
25247
25746
|
cancelType: string | null;
|
|
@@ -25284,7 +25783,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
25284
25783
|
cmaBalanceCents: unknown;
|
|
25285
25784
|
mtaBalanceCents: unknown;
|
|
25286
25785
|
stage: string;
|
|
25786
|
+
cmaId?: string | null | undefined;
|
|
25287
25787
|
buyerName?: string | null | undefined;
|
|
25788
|
+
initialDepositStatus?: string | null | undefined;
|
|
25288
25789
|
project?: {
|
|
25289
25790
|
id: string;
|
|
25290
25791
|
name: string;
|
|
@@ -25340,10 +25841,10 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
25340
25841
|
isRefunded: z.ZodBoolean;
|
|
25341
25842
|
isCanceled: z.ZodBoolean;
|
|
25342
25843
|
isArchived: z.ZodBoolean;
|
|
25343
|
-
clearedAt: z.ZodNullable<z.ZodCoercedDate<
|
|
25344
|
-
createdAt: z.ZodCoercedDate<
|
|
25345
|
-
syncedAt: z.ZodCoercedDate<
|
|
25346
|
-
updatedAt: z.ZodCoercedDate<
|
|
25844
|
+
clearedAt: z.ZodNullable<z.ZodCoercedDate<Date>>;
|
|
25845
|
+
createdAt: z.ZodCoercedDate<Date>;
|
|
25846
|
+
syncedAt: z.ZodCoercedDate<Date>;
|
|
25847
|
+
updatedAt: z.ZodCoercedDate<Date>;
|
|
25347
25848
|
note: z.ZodNullable<z.ZodString>;
|
|
25348
25849
|
sourceTransactionId: z.ZodNullable<z.ZodString>;
|
|
25349
25850
|
cancelType: z.ZodNullable<z.ZodString>;
|
|
@@ -25409,7 +25910,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
25409
25910
|
cmaBalanceCents: bigint;
|
|
25410
25911
|
mtaBalanceCents: bigint;
|
|
25411
25912
|
stage: string;
|
|
25913
|
+
cmaId?: string | null | undefined;
|
|
25412
25914
|
buyerName?: string | null | undefined;
|
|
25915
|
+
initialDepositStatus?: string | null | undefined;
|
|
25413
25916
|
project?: {
|
|
25414
25917
|
id: string;
|
|
25415
25918
|
name: string;
|
|
@@ -25503,7 +26006,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
25503
26006
|
cmaBalanceCents: bigint;
|
|
25504
26007
|
mtaBalanceCents: bigint;
|
|
25505
26008
|
stage: string;
|
|
26009
|
+
cmaId?: string | null | undefined;
|
|
25506
26010
|
buyerName?: string | null | undefined;
|
|
26011
|
+
initialDepositStatus?: string | null | undefined;
|
|
25507
26012
|
project?: {
|
|
25508
26013
|
id: string;
|
|
25509
26014
|
name: string;
|
|
@@ -25596,7 +26101,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
25596
26101
|
cmaBalanceCents: bigint;
|
|
25597
26102
|
mtaBalanceCents: bigint;
|
|
25598
26103
|
stage: string;
|
|
26104
|
+
cmaId?: string | null | undefined;
|
|
25599
26105
|
buyerName?: string | null | undefined;
|
|
26106
|
+
initialDepositStatus?: string | null | undefined;
|
|
25600
26107
|
project?: {
|
|
25601
26108
|
id: string;
|
|
25602
26109
|
name: string;
|
|
@@ -25639,6 +26146,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
25639
26146
|
isUnknown?: boolean | null | undefined;
|
|
25640
26147
|
isAssignableToProperty?: boolean | null | undefined;
|
|
25641
26148
|
isAssignedToProperty?: boolean | null | undefined;
|
|
26149
|
+
isPaidout?: boolean | null | undefined;
|
|
25642
26150
|
amountStr?: string | null | undefined;
|
|
25643
26151
|
transactionNumber?: string | null | undefined;
|
|
25644
26152
|
isCancelable?: boolean | null | undefined;
|
|
@@ -25842,7 +26350,6 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
25842
26350
|
createdBy: z.ZodString;
|
|
25843
26351
|
}, z.core.$loose>>, z.ZodTransform<{
|
|
25844
26352
|
id: string;
|
|
25845
|
-
description: string | null;
|
|
25846
26353
|
status: "active" | "inactive";
|
|
25847
26354
|
isArchived: boolean;
|
|
25848
26355
|
createdAt: Date;
|
|
@@ -25852,6 +26359,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
25852
26359
|
propertyId: string;
|
|
25853
26360
|
payoutId: number;
|
|
25854
26361
|
balanceCents: number;
|
|
26362
|
+
description: string | null;
|
|
25855
26363
|
createdBy: string;
|
|
25856
26364
|
cmaSeq: number;
|
|
25857
26365
|
country: string;
|
|
@@ -25916,7 +26424,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
25916
26424
|
cmaBalanceCents: bigint;
|
|
25917
26425
|
mtaBalanceCents: bigint;
|
|
25918
26426
|
stage: string;
|
|
26427
|
+
cmaId?: string | null | undefined;
|
|
25919
26428
|
buyerName?: string | null | undefined;
|
|
26429
|
+
initialDepositStatus?: string | null | undefined;
|
|
25920
26430
|
project?: {
|
|
25921
26431
|
id: string;
|
|
25922
26432
|
name: string;
|
|
@@ -26009,7 +26519,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
26009
26519
|
cmaBalanceCents: bigint;
|
|
26010
26520
|
mtaBalanceCents: bigint;
|
|
26011
26521
|
stage: string;
|
|
26522
|
+
cmaId?: string | null | undefined;
|
|
26012
26523
|
buyerName?: string | null | undefined;
|
|
26524
|
+
initialDepositStatus?: string | null | undefined;
|
|
26013
26525
|
project?: {
|
|
26014
26526
|
id: string;
|
|
26015
26527
|
name: string;
|
|
@@ -26101,7 +26613,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
26101
26613
|
cmaBalanceCents: bigint;
|
|
26102
26614
|
mtaBalanceCents: bigint;
|
|
26103
26615
|
stage: string;
|
|
26616
|
+
cmaId?: string | null | undefined;
|
|
26104
26617
|
buyerName?: string | null | undefined;
|
|
26618
|
+
initialDepositStatus?: string | null | undefined;
|
|
26105
26619
|
project?: {
|
|
26106
26620
|
id: string;
|
|
26107
26621
|
name: string;
|
|
@@ -26168,7 +26682,6 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
26168
26682
|
updatedAt: Date;
|
|
26169
26683
|
createdBy: string;
|
|
26170
26684
|
}>>>>;
|
|
26171
|
-
description: z.ZodNullable<z.ZodString>;
|
|
26172
26685
|
status: z.ZodString;
|
|
26173
26686
|
isArchived: z.ZodBoolean;
|
|
26174
26687
|
createdAt: z.ZodCoercedDate<unknown>;
|
|
@@ -26176,6 +26689,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
26176
26689
|
propertyId: z.ZodNullable<z.ZodString>;
|
|
26177
26690
|
payoutId: z.ZodString;
|
|
26178
26691
|
bankRef: z.ZodNullable<z.ZodString>;
|
|
26692
|
+
description: z.ZodNullable<z.ZodString>;
|
|
26179
26693
|
isCanceled: z.ZodBoolean;
|
|
26180
26694
|
canceledAt: z.ZodNullable<z.ZodCoercedDate<unknown>>;
|
|
26181
26695
|
mtaTransactionId: z.ZodNullable<z.ZodString>;
|
|
@@ -26195,6 +26709,8 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
26195
26709
|
stage: z.ZodString;
|
|
26196
26710
|
status: z.ZodString;
|
|
26197
26711
|
mtaId: z.ZodString;
|
|
26712
|
+
cmaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
26713
|
+
initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
26198
26714
|
isArchived: z.ZodBoolean;
|
|
26199
26715
|
createdAt: z.ZodCoercedDate<unknown>;
|
|
26200
26716
|
syncedAt: z.ZodCoercedDate<unknown>;
|
|
@@ -26338,7 +26854,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
26338
26854
|
cmaBalanceCents: bigint;
|
|
26339
26855
|
mtaBalanceCents: bigint;
|
|
26340
26856
|
stage: string;
|
|
26857
|
+
cmaId?: string | null | undefined;
|
|
26341
26858
|
buyerName?: string | null | undefined;
|
|
26859
|
+
initialDepositStatus?: string | null | undefined;
|
|
26342
26860
|
project?: {
|
|
26343
26861
|
id: string;
|
|
26344
26862
|
name: string;
|
|
@@ -26431,7 +26949,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
26431
26949
|
cmaBalanceCents: bigint;
|
|
26432
26950
|
mtaBalanceCents: bigint;
|
|
26433
26951
|
stage: string;
|
|
26952
|
+
cmaId?: string | null | undefined;
|
|
26434
26953
|
buyerName?: string | null | undefined;
|
|
26954
|
+
initialDepositStatus?: string | null | undefined;
|
|
26435
26955
|
project?: {
|
|
26436
26956
|
id: string;
|
|
26437
26957
|
name: string;
|
|
@@ -26523,7 +27043,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
26523
27043
|
cmaBalanceCents: bigint;
|
|
26524
27044
|
mtaBalanceCents: bigint;
|
|
26525
27045
|
stage: string;
|
|
27046
|
+
cmaId?: string | null | undefined;
|
|
26526
27047
|
buyerName?: string | null | undefined;
|
|
27048
|
+
initialDepositStatus?: string | null | undefined;
|
|
26527
27049
|
project?: {
|
|
26528
27050
|
id: string;
|
|
26529
27051
|
name: string;
|
|
@@ -26623,7 +27145,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
26623
27145
|
cmaBalanceCents: unknown;
|
|
26624
27146
|
mtaBalanceCents: unknown;
|
|
26625
27147
|
stage: string;
|
|
27148
|
+
cmaId?: string | null | undefined;
|
|
26626
27149
|
buyerName?: string | null | undefined;
|
|
27150
|
+
initialDepositStatus?: string | null | undefined;
|
|
26627
27151
|
project?: {
|
|
26628
27152
|
id: string;
|
|
26629
27153
|
name: string;
|
|
@@ -26716,7 +27240,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
26716
27240
|
cmaBalanceCents: unknown;
|
|
26717
27241
|
mtaBalanceCents: unknown;
|
|
26718
27242
|
stage: string;
|
|
27243
|
+
cmaId?: string | null | undefined;
|
|
26719
27244
|
buyerName?: string | null | undefined;
|
|
27245
|
+
initialDepositStatus?: string | null | undefined;
|
|
26720
27246
|
project?: {
|
|
26721
27247
|
id: string;
|
|
26722
27248
|
name: string;
|
|
@@ -26808,7 +27334,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
26808
27334
|
cmaBalanceCents: unknown;
|
|
26809
27335
|
mtaBalanceCents: unknown;
|
|
26810
27336
|
stage: string;
|
|
27337
|
+
cmaId?: string | null | undefined;
|
|
26811
27338
|
buyerName?: string | null | undefined;
|
|
27339
|
+
initialDepositStatus?: string | null | undefined;
|
|
26812
27340
|
project?: {
|
|
26813
27341
|
id: string;
|
|
26814
27342
|
name: string;
|
|
@@ -26902,7 +27430,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
26902
27430
|
cmaBalanceCents: bigint;
|
|
26903
27431
|
mtaBalanceCents: bigint;
|
|
26904
27432
|
stage: string;
|
|
27433
|
+
cmaId?: string | null | undefined;
|
|
26905
27434
|
buyerName?: string | null | undefined;
|
|
27435
|
+
initialDepositStatus?: string | null | undefined;
|
|
26906
27436
|
project?: {
|
|
26907
27437
|
id: string;
|
|
26908
27438
|
name: string;
|
|
@@ -26995,7 +27525,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
26995
27525
|
cmaBalanceCents: bigint;
|
|
26996
27526
|
mtaBalanceCents: bigint;
|
|
26997
27527
|
stage: string;
|
|
27528
|
+
cmaId?: string | null | undefined;
|
|
26998
27529
|
buyerName?: string | null | undefined;
|
|
27530
|
+
initialDepositStatus?: string | null | undefined;
|
|
26999
27531
|
project?: {
|
|
27000
27532
|
id: string;
|
|
27001
27533
|
name: string;
|
|
@@ -27087,7 +27619,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
27087
27619
|
cmaBalanceCents: bigint;
|
|
27088
27620
|
mtaBalanceCents: bigint;
|
|
27089
27621
|
stage: string;
|
|
27622
|
+
cmaId?: string | null | undefined;
|
|
27090
27623
|
buyerName?: string | null | undefined;
|
|
27624
|
+
initialDepositStatus?: string | null | undefined;
|
|
27091
27625
|
project?: {
|
|
27092
27626
|
id: string;
|
|
27093
27627
|
name: string;
|
|
@@ -27187,7 +27721,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
27187
27721
|
cmaBalanceCents: unknown;
|
|
27188
27722
|
mtaBalanceCents: unknown;
|
|
27189
27723
|
stage: string;
|
|
27724
|
+
cmaId?: string | null | undefined;
|
|
27190
27725
|
buyerName?: string | null | undefined;
|
|
27726
|
+
initialDepositStatus?: string | null | undefined;
|
|
27191
27727
|
project?: {
|
|
27192
27728
|
id: string;
|
|
27193
27729
|
name: string;
|
|
@@ -27280,7 +27816,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
27280
27816
|
cmaBalanceCents: unknown;
|
|
27281
27817
|
mtaBalanceCents: unknown;
|
|
27282
27818
|
stage: string;
|
|
27819
|
+
cmaId?: string | null | undefined;
|
|
27283
27820
|
buyerName?: string | null | undefined;
|
|
27821
|
+
initialDepositStatus?: string | null | undefined;
|
|
27284
27822
|
project?: {
|
|
27285
27823
|
id: string;
|
|
27286
27824
|
name: string;
|
|
@@ -27372,7 +27910,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
27372
27910
|
cmaBalanceCents: unknown;
|
|
27373
27911
|
mtaBalanceCents: unknown;
|
|
27374
27912
|
stage: string;
|
|
27913
|
+
cmaId?: string | null | undefined;
|
|
27375
27914
|
buyerName?: string | null | undefined;
|
|
27915
|
+
initialDepositStatus?: string | null | undefined;
|
|
27376
27916
|
project?: {
|
|
27377
27917
|
id: string;
|
|
27378
27918
|
name: string;
|
|
@@ -27468,7 +28008,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
27468
28008
|
cmaBalanceCents: bigint;
|
|
27469
28009
|
mtaBalanceCents: bigint;
|
|
27470
28010
|
stage: string;
|
|
28011
|
+
cmaId?: string | null | undefined;
|
|
27471
28012
|
buyerName?: string | null | undefined;
|
|
28013
|
+
initialDepositStatus?: string | null | undefined;
|
|
27472
28014
|
project?: {
|
|
27473
28015
|
id: string;
|
|
27474
28016
|
name: string;
|
|
@@ -27562,7 +28104,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
27562
28104
|
cmaBalanceCents: bigint;
|
|
27563
28105
|
mtaBalanceCents: bigint;
|
|
27564
28106
|
stage: string;
|
|
28107
|
+
cmaId?: string | null | undefined;
|
|
27565
28108
|
buyerName?: string | null | undefined;
|
|
28109
|
+
initialDepositStatus?: string | null | undefined;
|
|
27566
28110
|
project?: {
|
|
27567
28111
|
id: string;
|
|
27568
28112
|
name: string;
|
|
@@ -27655,7 +28199,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
27655
28199
|
cmaBalanceCents: bigint;
|
|
27656
28200
|
mtaBalanceCents: bigint;
|
|
27657
28201
|
stage: string;
|
|
28202
|
+
cmaId?: string | null | undefined;
|
|
27658
28203
|
buyerName?: string | null | undefined;
|
|
28204
|
+
initialDepositStatus?: string | null | undefined;
|
|
27659
28205
|
project?: {
|
|
27660
28206
|
id: string;
|
|
27661
28207
|
name: string;
|
|
@@ -27698,6 +28244,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
27698
28244
|
isUnknown?: boolean | null | undefined;
|
|
27699
28245
|
isAssignableToProperty?: boolean | null | undefined;
|
|
27700
28246
|
isAssignedToProperty?: boolean | null | undefined;
|
|
28247
|
+
isPaidout?: boolean | null | undefined;
|
|
27701
28248
|
amountStr?: string | null | undefined;
|
|
27702
28249
|
transactionNumber?: string | null | undefined;
|
|
27703
28250
|
isCancelable?: boolean | null | undefined;
|
|
@@ -27712,10 +28259,10 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
27712
28259
|
isRefunded: boolean;
|
|
27713
28260
|
isCanceled: boolean;
|
|
27714
28261
|
isArchived: boolean;
|
|
27715
|
-
clearedAt:
|
|
27716
|
-
createdAt:
|
|
27717
|
-
syncedAt:
|
|
27718
|
-
updatedAt:
|
|
28262
|
+
clearedAt: Date | null;
|
|
28263
|
+
createdAt: Date;
|
|
28264
|
+
syncedAt: Date;
|
|
28265
|
+
updatedAt: Date;
|
|
27719
28266
|
note: string | null;
|
|
27720
28267
|
sourceTransactionId: string | null;
|
|
27721
28268
|
cancelType: string | null;
|
|
@@ -27758,7 +28305,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
27758
28305
|
cmaBalanceCents: unknown;
|
|
27759
28306
|
mtaBalanceCents: unknown;
|
|
27760
28307
|
stage: string;
|
|
28308
|
+
cmaId?: string | null | undefined;
|
|
27761
28309
|
buyerName?: string | null | undefined;
|
|
28310
|
+
initialDepositStatus?: string | null | undefined;
|
|
27762
28311
|
project?: {
|
|
27763
28312
|
id: string;
|
|
27764
28313
|
name: string;
|
|
@@ -27806,10 +28355,10 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
27806
28355
|
isRefunded: boolean;
|
|
27807
28356
|
isCanceled: boolean;
|
|
27808
28357
|
isArchived: boolean;
|
|
27809
|
-
clearedAt:
|
|
27810
|
-
createdAt:
|
|
27811
|
-
syncedAt:
|
|
27812
|
-
updatedAt:
|
|
28358
|
+
clearedAt: Date | null;
|
|
28359
|
+
createdAt: Date;
|
|
28360
|
+
syncedAt: Date;
|
|
28361
|
+
updatedAt: Date;
|
|
27813
28362
|
note: string | null;
|
|
27814
28363
|
sourceTransactionId: string | null;
|
|
27815
28364
|
cancelType: string | null;
|
|
@@ -27852,7 +28401,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
27852
28401
|
cmaBalanceCents: unknown;
|
|
27853
28402
|
mtaBalanceCents: unknown;
|
|
27854
28403
|
stage: string;
|
|
28404
|
+
cmaId?: string | null | undefined;
|
|
27855
28405
|
buyerName?: string | null | undefined;
|
|
28406
|
+
initialDepositStatus?: string | null | undefined;
|
|
27856
28407
|
project?: {
|
|
27857
28408
|
id: string;
|
|
27858
28409
|
name: string;
|
|
@@ -27899,10 +28450,10 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
27899
28450
|
isRefunded: boolean;
|
|
27900
28451
|
isCanceled: boolean;
|
|
27901
28452
|
isArchived: boolean;
|
|
27902
|
-
clearedAt:
|
|
27903
|
-
createdAt:
|
|
27904
|
-
syncedAt:
|
|
27905
|
-
updatedAt:
|
|
28453
|
+
clearedAt: Date | null;
|
|
28454
|
+
createdAt: Date;
|
|
28455
|
+
syncedAt: Date;
|
|
28456
|
+
updatedAt: Date;
|
|
27906
28457
|
note: string | null;
|
|
27907
28458
|
sourceTransactionId: string | null;
|
|
27908
28459
|
cancelType: string | null;
|
|
@@ -27945,7 +28496,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
27945
28496
|
cmaBalanceCents: unknown;
|
|
27946
28497
|
mtaBalanceCents: unknown;
|
|
27947
28498
|
stage: string;
|
|
28499
|
+
cmaId?: string | null | undefined;
|
|
27948
28500
|
buyerName?: string | null | undefined;
|
|
28501
|
+
initialDepositStatus?: string | null | undefined;
|
|
27949
28502
|
project?: {
|
|
27950
28503
|
id: string;
|
|
27951
28504
|
name: string;
|
|
@@ -28039,7 +28592,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
28039
28592
|
cmaBalanceCents: bigint;
|
|
28040
28593
|
mtaBalanceCents: bigint;
|
|
28041
28594
|
stage: string;
|
|
28595
|
+
cmaId?: string | null | undefined;
|
|
28042
28596
|
buyerName?: string | null | undefined;
|
|
28597
|
+
initialDepositStatus?: string | null | undefined;
|
|
28043
28598
|
project?: {
|
|
28044
28599
|
id: string;
|
|
28045
28600
|
name: string;
|
|
@@ -28133,7 +28688,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
28133
28688
|
cmaBalanceCents: bigint;
|
|
28134
28689
|
mtaBalanceCents: bigint;
|
|
28135
28690
|
stage: string;
|
|
28691
|
+
cmaId?: string | null | undefined;
|
|
28136
28692
|
buyerName?: string | null | undefined;
|
|
28693
|
+
initialDepositStatus?: string | null | undefined;
|
|
28137
28694
|
project?: {
|
|
28138
28695
|
id: string;
|
|
28139
28696
|
name: string;
|
|
@@ -28226,7 +28783,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
28226
28783
|
cmaBalanceCents: bigint;
|
|
28227
28784
|
mtaBalanceCents: bigint;
|
|
28228
28785
|
stage: string;
|
|
28786
|
+
cmaId?: string | null | undefined;
|
|
28229
28787
|
buyerName?: string | null | undefined;
|
|
28788
|
+
initialDepositStatus?: string | null | undefined;
|
|
28230
28789
|
project?: {
|
|
28231
28790
|
id: string;
|
|
28232
28791
|
name: string;
|
|
@@ -28269,6 +28828,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
28269
28828
|
isUnknown?: boolean | null | undefined;
|
|
28270
28829
|
isAssignableToProperty?: boolean | null | undefined;
|
|
28271
28830
|
isAssignedToProperty?: boolean | null | undefined;
|
|
28831
|
+
isPaidout?: boolean | null | undefined;
|
|
28272
28832
|
amountStr?: string | null | undefined;
|
|
28273
28833
|
transactionNumber?: string | null | undefined;
|
|
28274
28834
|
isCancelable?: boolean | null | undefined;
|
|
@@ -28283,10 +28843,10 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
28283
28843
|
isRefunded: boolean;
|
|
28284
28844
|
isCanceled: boolean;
|
|
28285
28845
|
isArchived: boolean;
|
|
28286
|
-
clearedAt:
|
|
28287
|
-
createdAt:
|
|
28288
|
-
syncedAt:
|
|
28289
|
-
updatedAt:
|
|
28846
|
+
clearedAt: Date | null;
|
|
28847
|
+
createdAt: Date;
|
|
28848
|
+
syncedAt: Date;
|
|
28849
|
+
updatedAt: Date;
|
|
28290
28850
|
note: string | null;
|
|
28291
28851
|
sourceTransactionId: string | null;
|
|
28292
28852
|
cancelType: string | null;
|
|
@@ -28329,7 +28889,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
28329
28889
|
cmaBalanceCents: unknown;
|
|
28330
28890
|
mtaBalanceCents: unknown;
|
|
28331
28891
|
stage: string;
|
|
28892
|
+
cmaId?: string | null | undefined;
|
|
28332
28893
|
buyerName?: string | null | undefined;
|
|
28894
|
+
initialDepositStatus?: string | null | undefined;
|
|
28333
28895
|
project?: {
|
|
28334
28896
|
id: string;
|
|
28335
28897
|
name: string;
|
|
@@ -28377,10 +28939,10 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
28377
28939
|
isRefunded: boolean;
|
|
28378
28940
|
isCanceled: boolean;
|
|
28379
28941
|
isArchived: boolean;
|
|
28380
|
-
clearedAt:
|
|
28381
|
-
createdAt:
|
|
28382
|
-
syncedAt:
|
|
28383
|
-
updatedAt:
|
|
28942
|
+
clearedAt: Date | null;
|
|
28943
|
+
createdAt: Date;
|
|
28944
|
+
syncedAt: Date;
|
|
28945
|
+
updatedAt: Date;
|
|
28384
28946
|
note: string | null;
|
|
28385
28947
|
sourceTransactionId: string | null;
|
|
28386
28948
|
cancelType: string | null;
|
|
@@ -28423,7 +28985,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
28423
28985
|
cmaBalanceCents: unknown;
|
|
28424
28986
|
mtaBalanceCents: unknown;
|
|
28425
28987
|
stage: string;
|
|
28988
|
+
cmaId?: string | null | undefined;
|
|
28426
28989
|
buyerName?: string | null | undefined;
|
|
28990
|
+
initialDepositStatus?: string | null | undefined;
|
|
28427
28991
|
project?: {
|
|
28428
28992
|
id: string;
|
|
28429
28993
|
name: string;
|
|
@@ -28470,10 +29034,10 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
28470
29034
|
isRefunded: boolean;
|
|
28471
29035
|
isCanceled: boolean;
|
|
28472
29036
|
isArchived: boolean;
|
|
28473
|
-
clearedAt:
|
|
28474
|
-
createdAt:
|
|
28475
|
-
syncedAt:
|
|
28476
|
-
updatedAt:
|
|
29037
|
+
clearedAt: Date | null;
|
|
29038
|
+
createdAt: Date;
|
|
29039
|
+
syncedAt: Date;
|
|
29040
|
+
updatedAt: Date;
|
|
28477
29041
|
note: string | null;
|
|
28478
29042
|
sourceTransactionId: string | null;
|
|
28479
29043
|
cancelType: string | null;
|
|
@@ -28516,7 +29080,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
28516
29080
|
cmaBalanceCents: unknown;
|
|
28517
29081
|
mtaBalanceCents: unknown;
|
|
28518
29082
|
stage: string;
|
|
29083
|
+
cmaId?: string | null | undefined;
|
|
28519
29084
|
buyerName?: string | null | undefined;
|
|
29085
|
+
initialDepositStatus?: string | null | undefined;
|
|
28520
29086
|
project?: {
|
|
28521
29087
|
id: string;
|
|
28522
29088
|
name: string;
|
|
@@ -28641,7 +29207,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
28641
29207
|
cmaBalanceCents: bigint;
|
|
28642
29208
|
mtaBalanceCents: bigint;
|
|
28643
29209
|
stage: string;
|
|
29210
|
+
cmaId?: string | null | undefined;
|
|
28644
29211
|
buyerName?: string | null | undefined;
|
|
29212
|
+
initialDepositStatus?: string | null | undefined;
|
|
28645
29213
|
project?: {
|
|
28646
29214
|
id: string;
|
|
28647
29215
|
name: string;
|
|
@@ -28734,7 +29302,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
28734
29302
|
cmaBalanceCents: bigint;
|
|
28735
29303
|
mtaBalanceCents: bigint;
|
|
28736
29304
|
stage: string;
|
|
29305
|
+
cmaId?: string | null | undefined;
|
|
28737
29306
|
buyerName?: string | null | undefined;
|
|
29307
|
+
initialDepositStatus?: string | null | undefined;
|
|
28738
29308
|
project?: {
|
|
28739
29309
|
id: string;
|
|
28740
29310
|
name: string;
|
|
@@ -28826,7 +29396,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
28826
29396
|
cmaBalanceCents: bigint;
|
|
28827
29397
|
mtaBalanceCents: bigint;
|
|
28828
29398
|
stage: string;
|
|
29399
|
+
cmaId?: string | null | undefined;
|
|
28829
29400
|
buyerName?: string | null | undefined;
|
|
29401
|
+
initialDepositStatus?: string | null | undefined;
|
|
28830
29402
|
project?: {
|
|
28831
29403
|
id: string;
|
|
28832
29404
|
name: string;
|
|
@@ -29097,7 +29669,6 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
29097
29669
|
createdBy: string | null;
|
|
29098
29670
|
updatedBy: string | null;
|
|
29099
29671
|
}>>>>;
|
|
29100
|
-
description: z.ZodNullable<z.ZodString>;
|
|
29101
29672
|
status: z.ZodString;
|
|
29102
29673
|
isArchived: z.ZodBoolean;
|
|
29103
29674
|
createdAt: z.ZodCoercedDate<unknown>;
|
|
@@ -29105,6 +29676,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
29105
29676
|
propertyId: z.ZodNullable<z.ZodString>;
|
|
29106
29677
|
payoutId: z.ZodString;
|
|
29107
29678
|
bankRef: z.ZodNullable<z.ZodString>;
|
|
29679
|
+
description: z.ZodNullable<z.ZodString>;
|
|
29108
29680
|
isCanceled: z.ZodBoolean;
|
|
29109
29681
|
canceledAt: z.ZodNullable<z.ZodCoercedDate<unknown>>;
|
|
29110
29682
|
mtaTransactionId: z.ZodNullable<z.ZodString>;
|
|
@@ -29124,6 +29696,8 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
29124
29696
|
stage: z.ZodString;
|
|
29125
29697
|
status: z.ZodString;
|
|
29126
29698
|
mtaId: z.ZodString;
|
|
29699
|
+
cmaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
29700
|
+
initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
29127
29701
|
isArchived: z.ZodBoolean;
|
|
29128
29702
|
createdAt: z.ZodCoercedDate<unknown>;
|
|
29129
29703
|
syncedAt: z.ZodCoercedDate<unknown>;
|
|
@@ -29267,7 +29841,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
29267
29841
|
cmaBalanceCents: bigint;
|
|
29268
29842
|
mtaBalanceCents: bigint;
|
|
29269
29843
|
stage: string;
|
|
29844
|
+
cmaId?: string | null | undefined;
|
|
29270
29845
|
buyerName?: string | null | undefined;
|
|
29846
|
+
initialDepositStatus?: string | null | undefined;
|
|
29271
29847
|
project?: {
|
|
29272
29848
|
id: string;
|
|
29273
29849
|
name: string;
|
|
@@ -29360,7 +29936,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
29360
29936
|
cmaBalanceCents: bigint;
|
|
29361
29937
|
mtaBalanceCents: bigint;
|
|
29362
29938
|
stage: string;
|
|
29939
|
+
cmaId?: string | null | undefined;
|
|
29363
29940
|
buyerName?: string | null | undefined;
|
|
29941
|
+
initialDepositStatus?: string | null | undefined;
|
|
29364
29942
|
project?: {
|
|
29365
29943
|
id: string;
|
|
29366
29944
|
name: string;
|
|
@@ -29452,7 +30030,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
29452
30030
|
cmaBalanceCents: bigint;
|
|
29453
30031
|
mtaBalanceCents: bigint;
|
|
29454
30032
|
stage: string;
|
|
30033
|
+
cmaId?: string | null | undefined;
|
|
29455
30034
|
buyerName?: string | null | undefined;
|
|
30035
|
+
initialDepositStatus?: string | null | undefined;
|
|
29456
30036
|
project?: {
|
|
29457
30037
|
id: string;
|
|
29458
30038
|
name: string;
|
|
@@ -29552,7 +30132,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
29552
30132
|
cmaBalanceCents: unknown;
|
|
29553
30133
|
mtaBalanceCents: unknown;
|
|
29554
30134
|
stage: string;
|
|
30135
|
+
cmaId?: string | null | undefined;
|
|
29555
30136
|
buyerName?: string | null | undefined;
|
|
30137
|
+
initialDepositStatus?: string | null | undefined;
|
|
29556
30138
|
project?: {
|
|
29557
30139
|
id: string;
|
|
29558
30140
|
name: string;
|
|
@@ -29645,7 +30227,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
29645
30227
|
cmaBalanceCents: unknown;
|
|
29646
30228
|
mtaBalanceCents: unknown;
|
|
29647
30229
|
stage: string;
|
|
30230
|
+
cmaId?: string | null | undefined;
|
|
29648
30231
|
buyerName?: string | null | undefined;
|
|
30232
|
+
initialDepositStatus?: string | null | undefined;
|
|
29649
30233
|
project?: {
|
|
29650
30234
|
id: string;
|
|
29651
30235
|
name: string;
|
|
@@ -29737,7 +30321,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
29737
30321
|
cmaBalanceCents: unknown;
|
|
29738
30322
|
mtaBalanceCents: unknown;
|
|
29739
30323
|
stage: string;
|
|
30324
|
+
cmaId?: string | null | undefined;
|
|
29740
30325
|
buyerName?: string | null | undefined;
|
|
30326
|
+
initialDepositStatus?: string | null | undefined;
|
|
29741
30327
|
project?: {
|
|
29742
30328
|
id: string;
|
|
29743
30329
|
name: string;
|
|
@@ -29831,7 +30417,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
29831
30417
|
cmaBalanceCents: bigint;
|
|
29832
30418
|
mtaBalanceCents: bigint;
|
|
29833
30419
|
stage: string;
|
|
30420
|
+
cmaId?: string | null | undefined;
|
|
29834
30421
|
buyerName?: string | null | undefined;
|
|
30422
|
+
initialDepositStatus?: string | null | undefined;
|
|
29835
30423
|
project?: {
|
|
29836
30424
|
id: string;
|
|
29837
30425
|
name: string;
|
|
@@ -29924,7 +30512,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
29924
30512
|
cmaBalanceCents: bigint;
|
|
29925
30513
|
mtaBalanceCents: bigint;
|
|
29926
30514
|
stage: string;
|
|
30515
|
+
cmaId?: string | null | undefined;
|
|
29927
30516
|
buyerName?: string | null | undefined;
|
|
30517
|
+
initialDepositStatus?: string | null | undefined;
|
|
29928
30518
|
project?: {
|
|
29929
30519
|
id: string;
|
|
29930
30520
|
name: string;
|
|
@@ -30016,7 +30606,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
30016
30606
|
cmaBalanceCents: bigint;
|
|
30017
30607
|
mtaBalanceCents: bigint;
|
|
30018
30608
|
stage: string;
|
|
30609
|
+
cmaId?: string | null | undefined;
|
|
30019
30610
|
buyerName?: string | null | undefined;
|
|
30611
|
+
initialDepositStatus?: string | null | undefined;
|
|
30020
30612
|
project?: {
|
|
30021
30613
|
id: string;
|
|
30022
30614
|
name: string;
|
|
@@ -30116,7 +30708,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
30116
30708
|
cmaBalanceCents: unknown;
|
|
30117
30709
|
mtaBalanceCents: unknown;
|
|
30118
30710
|
stage: string;
|
|
30711
|
+
cmaId?: string | null | undefined;
|
|
30119
30712
|
buyerName?: string | null | undefined;
|
|
30713
|
+
initialDepositStatus?: string | null | undefined;
|
|
30120
30714
|
project?: {
|
|
30121
30715
|
id: string;
|
|
30122
30716
|
name: string;
|
|
@@ -30209,7 +30803,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
30209
30803
|
cmaBalanceCents: unknown;
|
|
30210
30804
|
mtaBalanceCents: unknown;
|
|
30211
30805
|
stage: string;
|
|
30806
|
+
cmaId?: string | null | undefined;
|
|
30212
30807
|
buyerName?: string | null | undefined;
|
|
30808
|
+
initialDepositStatus?: string | null | undefined;
|
|
30213
30809
|
project?: {
|
|
30214
30810
|
id: string;
|
|
30215
30811
|
name: string;
|
|
@@ -30301,7 +30897,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
30301
30897
|
cmaBalanceCents: unknown;
|
|
30302
30898
|
mtaBalanceCents: unknown;
|
|
30303
30899
|
stage: string;
|
|
30900
|
+
cmaId?: string | null | undefined;
|
|
30304
30901
|
buyerName?: string | null | undefined;
|
|
30902
|
+
initialDepositStatus?: string | null | undefined;
|
|
30305
30903
|
project?: {
|
|
30306
30904
|
id: string;
|
|
30307
30905
|
name: string;
|
|
@@ -30397,7 +30995,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
30397
30995
|
cmaBalanceCents: bigint;
|
|
30398
30996
|
mtaBalanceCents: bigint;
|
|
30399
30997
|
stage: string;
|
|
30998
|
+
cmaId?: string | null | undefined;
|
|
30400
30999
|
buyerName?: string | null | undefined;
|
|
31000
|
+
initialDepositStatus?: string | null | undefined;
|
|
30401
31001
|
project?: {
|
|
30402
31002
|
id: string;
|
|
30403
31003
|
name: string;
|
|
@@ -30491,7 +31091,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
30491
31091
|
cmaBalanceCents: bigint;
|
|
30492
31092
|
mtaBalanceCents: bigint;
|
|
30493
31093
|
stage: string;
|
|
31094
|
+
cmaId?: string | null | undefined;
|
|
30494
31095
|
buyerName?: string | null | undefined;
|
|
31096
|
+
initialDepositStatus?: string | null | undefined;
|
|
30495
31097
|
project?: {
|
|
30496
31098
|
id: string;
|
|
30497
31099
|
name: string;
|
|
@@ -30584,7 +31186,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
30584
31186
|
cmaBalanceCents: bigint;
|
|
30585
31187
|
mtaBalanceCents: bigint;
|
|
30586
31188
|
stage: string;
|
|
31189
|
+
cmaId?: string | null | undefined;
|
|
30587
31190
|
buyerName?: string | null | undefined;
|
|
31191
|
+
initialDepositStatus?: string | null | undefined;
|
|
30588
31192
|
project?: {
|
|
30589
31193
|
id: string;
|
|
30590
31194
|
name: string;
|
|
@@ -30627,6 +31231,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
30627
31231
|
isUnknown?: boolean | null | undefined;
|
|
30628
31232
|
isAssignableToProperty?: boolean | null | undefined;
|
|
30629
31233
|
isAssignedToProperty?: boolean | null | undefined;
|
|
31234
|
+
isPaidout?: boolean | null | undefined;
|
|
30630
31235
|
amountStr?: string | null | undefined;
|
|
30631
31236
|
transactionNumber?: string | null | undefined;
|
|
30632
31237
|
isCancelable?: boolean | null | undefined;
|
|
@@ -30641,10 +31246,10 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
30641
31246
|
isRefunded: boolean;
|
|
30642
31247
|
isCanceled: boolean;
|
|
30643
31248
|
isArchived: boolean;
|
|
30644
|
-
clearedAt:
|
|
30645
|
-
createdAt:
|
|
30646
|
-
syncedAt:
|
|
30647
|
-
updatedAt:
|
|
31249
|
+
clearedAt: Date | null;
|
|
31250
|
+
createdAt: Date;
|
|
31251
|
+
syncedAt: Date;
|
|
31252
|
+
updatedAt: Date;
|
|
30648
31253
|
note: string | null;
|
|
30649
31254
|
sourceTransactionId: string | null;
|
|
30650
31255
|
cancelType: string | null;
|
|
@@ -30687,7 +31292,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
30687
31292
|
cmaBalanceCents: unknown;
|
|
30688
31293
|
mtaBalanceCents: unknown;
|
|
30689
31294
|
stage: string;
|
|
31295
|
+
cmaId?: string | null | undefined;
|
|
30690
31296
|
buyerName?: string | null | undefined;
|
|
31297
|
+
initialDepositStatus?: string | null | undefined;
|
|
30691
31298
|
project?: {
|
|
30692
31299
|
id: string;
|
|
30693
31300
|
name: string;
|
|
@@ -30735,10 +31342,10 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
30735
31342
|
isRefunded: boolean;
|
|
30736
31343
|
isCanceled: boolean;
|
|
30737
31344
|
isArchived: boolean;
|
|
30738
|
-
clearedAt:
|
|
30739
|
-
createdAt:
|
|
30740
|
-
syncedAt:
|
|
30741
|
-
updatedAt:
|
|
31345
|
+
clearedAt: Date | null;
|
|
31346
|
+
createdAt: Date;
|
|
31347
|
+
syncedAt: Date;
|
|
31348
|
+
updatedAt: Date;
|
|
30742
31349
|
note: string | null;
|
|
30743
31350
|
sourceTransactionId: string | null;
|
|
30744
31351
|
cancelType: string | null;
|
|
@@ -30781,7 +31388,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
30781
31388
|
cmaBalanceCents: unknown;
|
|
30782
31389
|
mtaBalanceCents: unknown;
|
|
30783
31390
|
stage: string;
|
|
31391
|
+
cmaId?: string | null | undefined;
|
|
30784
31392
|
buyerName?: string | null | undefined;
|
|
31393
|
+
initialDepositStatus?: string | null | undefined;
|
|
30785
31394
|
project?: {
|
|
30786
31395
|
id: string;
|
|
30787
31396
|
name: string;
|
|
@@ -30828,10 +31437,10 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
30828
31437
|
isRefunded: boolean;
|
|
30829
31438
|
isCanceled: boolean;
|
|
30830
31439
|
isArchived: boolean;
|
|
30831
|
-
clearedAt:
|
|
30832
|
-
createdAt:
|
|
30833
|
-
syncedAt:
|
|
30834
|
-
updatedAt:
|
|
31440
|
+
clearedAt: Date | null;
|
|
31441
|
+
createdAt: Date;
|
|
31442
|
+
syncedAt: Date;
|
|
31443
|
+
updatedAt: Date;
|
|
30835
31444
|
note: string | null;
|
|
30836
31445
|
sourceTransactionId: string | null;
|
|
30837
31446
|
cancelType: string | null;
|
|
@@ -30874,7 +31483,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
30874
31483
|
cmaBalanceCents: unknown;
|
|
30875
31484
|
mtaBalanceCents: unknown;
|
|
30876
31485
|
stage: string;
|
|
31486
|
+
cmaId?: string | null | undefined;
|
|
30877
31487
|
buyerName?: string | null | undefined;
|
|
31488
|
+
initialDepositStatus?: string | null | undefined;
|
|
30878
31489
|
project?: {
|
|
30879
31490
|
id: string;
|
|
30880
31491
|
name: string;
|
|
@@ -30968,7 +31579,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
30968
31579
|
cmaBalanceCents: bigint;
|
|
30969
31580
|
mtaBalanceCents: bigint;
|
|
30970
31581
|
stage: string;
|
|
31582
|
+
cmaId?: string | null | undefined;
|
|
30971
31583
|
buyerName?: string | null | undefined;
|
|
31584
|
+
initialDepositStatus?: string | null | undefined;
|
|
30972
31585
|
project?: {
|
|
30973
31586
|
id: string;
|
|
30974
31587
|
name: string;
|
|
@@ -31062,7 +31675,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
31062
31675
|
cmaBalanceCents: bigint;
|
|
31063
31676
|
mtaBalanceCents: bigint;
|
|
31064
31677
|
stage: string;
|
|
31678
|
+
cmaId?: string | null | undefined;
|
|
31065
31679
|
buyerName?: string | null | undefined;
|
|
31680
|
+
initialDepositStatus?: string | null | undefined;
|
|
31066
31681
|
project?: {
|
|
31067
31682
|
id: string;
|
|
31068
31683
|
name: string;
|
|
@@ -31155,7 +31770,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
31155
31770
|
cmaBalanceCents: bigint;
|
|
31156
31771
|
mtaBalanceCents: bigint;
|
|
31157
31772
|
stage: string;
|
|
31773
|
+
cmaId?: string | null | undefined;
|
|
31158
31774
|
buyerName?: string | null | undefined;
|
|
31775
|
+
initialDepositStatus?: string | null | undefined;
|
|
31159
31776
|
project?: {
|
|
31160
31777
|
id: string;
|
|
31161
31778
|
name: string;
|
|
@@ -31198,6 +31815,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
31198
31815
|
isUnknown?: boolean | null | undefined;
|
|
31199
31816
|
isAssignableToProperty?: boolean | null | undefined;
|
|
31200
31817
|
isAssignedToProperty?: boolean | null | undefined;
|
|
31818
|
+
isPaidout?: boolean | null | undefined;
|
|
31201
31819
|
amountStr?: string | null | undefined;
|
|
31202
31820
|
transactionNumber?: string | null | undefined;
|
|
31203
31821
|
isCancelable?: boolean | null | undefined;
|
|
@@ -31212,10 +31830,10 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
31212
31830
|
isRefunded: boolean;
|
|
31213
31831
|
isCanceled: boolean;
|
|
31214
31832
|
isArchived: boolean;
|
|
31215
|
-
clearedAt:
|
|
31216
|
-
createdAt:
|
|
31217
|
-
syncedAt:
|
|
31218
|
-
updatedAt:
|
|
31833
|
+
clearedAt: Date | null;
|
|
31834
|
+
createdAt: Date;
|
|
31835
|
+
syncedAt: Date;
|
|
31836
|
+
updatedAt: Date;
|
|
31219
31837
|
note: string | null;
|
|
31220
31838
|
sourceTransactionId: string | null;
|
|
31221
31839
|
cancelType: string | null;
|
|
@@ -31258,7 +31876,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
31258
31876
|
cmaBalanceCents: unknown;
|
|
31259
31877
|
mtaBalanceCents: unknown;
|
|
31260
31878
|
stage: string;
|
|
31879
|
+
cmaId?: string | null | undefined;
|
|
31261
31880
|
buyerName?: string | null | undefined;
|
|
31881
|
+
initialDepositStatus?: string | null | undefined;
|
|
31262
31882
|
project?: {
|
|
31263
31883
|
id: string;
|
|
31264
31884
|
name: string;
|
|
@@ -31306,10 +31926,10 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
31306
31926
|
isRefunded: boolean;
|
|
31307
31927
|
isCanceled: boolean;
|
|
31308
31928
|
isArchived: boolean;
|
|
31309
|
-
clearedAt:
|
|
31310
|
-
createdAt:
|
|
31311
|
-
syncedAt:
|
|
31312
|
-
updatedAt:
|
|
31929
|
+
clearedAt: Date | null;
|
|
31930
|
+
createdAt: Date;
|
|
31931
|
+
syncedAt: Date;
|
|
31932
|
+
updatedAt: Date;
|
|
31313
31933
|
note: string | null;
|
|
31314
31934
|
sourceTransactionId: string | null;
|
|
31315
31935
|
cancelType: string | null;
|
|
@@ -31352,7 +31972,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
31352
31972
|
cmaBalanceCents: unknown;
|
|
31353
31973
|
mtaBalanceCents: unknown;
|
|
31354
31974
|
stage: string;
|
|
31975
|
+
cmaId?: string | null | undefined;
|
|
31355
31976
|
buyerName?: string | null | undefined;
|
|
31977
|
+
initialDepositStatus?: string | null | undefined;
|
|
31356
31978
|
project?: {
|
|
31357
31979
|
id: string;
|
|
31358
31980
|
name: string;
|
|
@@ -31399,10 +32021,10 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
31399
32021
|
isRefunded: boolean;
|
|
31400
32022
|
isCanceled: boolean;
|
|
31401
32023
|
isArchived: boolean;
|
|
31402
|
-
clearedAt:
|
|
31403
|
-
createdAt:
|
|
31404
|
-
syncedAt:
|
|
31405
|
-
updatedAt:
|
|
32024
|
+
clearedAt: Date | null;
|
|
32025
|
+
createdAt: Date;
|
|
32026
|
+
syncedAt: Date;
|
|
32027
|
+
updatedAt: Date;
|
|
31406
32028
|
note: string | null;
|
|
31407
32029
|
sourceTransactionId: string | null;
|
|
31408
32030
|
cancelType: string | null;
|
|
@@ -31445,7 +32067,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
31445
32067
|
cmaBalanceCents: unknown;
|
|
31446
32068
|
mtaBalanceCents: unknown;
|
|
31447
32069
|
stage: string;
|
|
32070
|
+
cmaId?: string | null | undefined;
|
|
31448
32071
|
buyerName?: string | null | undefined;
|
|
32072
|
+
initialDepositStatus?: string | null | undefined;
|
|
31449
32073
|
project?: {
|
|
31450
32074
|
id: string;
|
|
31451
32075
|
name: string;
|
|
@@ -31501,10 +32125,10 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
31501
32125
|
isRefunded: z.ZodBoolean;
|
|
31502
32126
|
isCanceled: z.ZodBoolean;
|
|
31503
32127
|
isArchived: z.ZodBoolean;
|
|
31504
|
-
clearedAt: z.ZodNullable<z.ZodCoercedDate<
|
|
31505
|
-
createdAt: z.ZodCoercedDate<
|
|
31506
|
-
syncedAt: z.ZodCoercedDate<
|
|
31507
|
-
updatedAt: z.ZodCoercedDate<
|
|
32128
|
+
clearedAt: z.ZodNullable<z.ZodCoercedDate<Date>>;
|
|
32129
|
+
createdAt: z.ZodCoercedDate<Date>;
|
|
32130
|
+
syncedAt: z.ZodCoercedDate<Date>;
|
|
32131
|
+
updatedAt: z.ZodCoercedDate<Date>;
|
|
31508
32132
|
note: z.ZodNullable<z.ZodString>;
|
|
31509
32133
|
sourceTransactionId: z.ZodNullable<z.ZodString>;
|
|
31510
32134
|
cancelType: z.ZodNullable<z.ZodString>;
|
|
@@ -31570,7 +32194,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
31570
32194
|
cmaBalanceCents: bigint;
|
|
31571
32195
|
mtaBalanceCents: bigint;
|
|
31572
32196
|
stage: string;
|
|
32197
|
+
cmaId?: string | null | undefined;
|
|
31573
32198
|
buyerName?: string | null | undefined;
|
|
32199
|
+
initialDepositStatus?: string | null | undefined;
|
|
31574
32200
|
project?: {
|
|
31575
32201
|
id: string;
|
|
31576
32202
|
name: string;
|
|
@@ -31664,7 +32290,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
31664
32290
|
cmaBalanceCents: bigint;
|
|
31665
32291
|
mtaBalanceCents: bigint;
|
|
31666
32292
|
stage: string;
|
|
32293
|
+
cmaId?: string | null | undefined;
|
|
31667
32294
|
buyerName?: string | null | undefined;
|
|
32295
|
+
initialDepositStatus?: string | null | undefined;
|
|
31668
32296
|
project?: {
|
|
31669
32297
|
id: string;
|
|
31670
32298
|
name: string;
|
|
@@ -31757,7 +32385,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
31757
32385
|
cmaBalanceCents: bigint;
|
|
31758
32386
|
mtaBalanceCents: bigint;
|
|
31759
32387
|
stage: string;
|
|
32388
|
+
cmaId?: string | null | undefined;
|
|
31760
32389
|
buyerName?: string | null | undefined;
|
|
32390
|
+
initialDepositStatus?: string | null | undefined;
|
|
31761
32391
|
project?: {
|
|
31762
32392
|
id: string;
|
|
31763
32393
|
name: string;
|
|
@@ -31800,6 +32430,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
31800
32430
|
isUnknown?: boolean | null | undefined;
|
|
31801
32431
|
isAssignableToProperty?: boolean | null | undefined;
|
|
31802
32432
|
isAssignedToProperty?: boolean | null | undefined;
|
|
32433
|
+
isPaidout?: boolean | null | undefined;
|
|
31803
32434
|
amountStr?: string | null | undefined;
|
|
31804
32435
|
transactionNumber?: string | null | undefined;
|
|
31805
32436
|
isCancelable?: boolean | null | undefined;
|
|
@@ -31850,10 +32481,10 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
31850
32481
|
isRefunded: z.ZodBoolean;
|
|
31851
32482
|
isCanceled: z.ZodBoolean;
|
|
31852
32483
|
isArchived: z.ZodBoolean;
|
|
31853
|
-
clearedAt: z.ZodNullable<z.ZodCoercedDate<
|
|
31854
|
-
createdAt: z.ZodCoercedDate<
|
|
31855
|
-
syncedAt: z.ZodCoercedDate<
|
|
31856
|
-
updatedAt: z.ZodCoercedDate<
|
|
32484
|
+
clearedAt: z.ZodNullable<z.ZodCoercedDate<Date>>;
|
|
32485
|
+
createdAt: z.ZodCoercedDate<Date>;
|
|
32486
|
+
syncedAt: z.ZodCoercedDate<Date>;
|
|
32487
|
+
updatedAt: z.ZodCoercedDate<Date>;
|
|
31857
32488
|
note: z.ZodNullable<z.ZodString>;
|
|
31858
32489
|
sourceTransactionId: z.ZodNullable<z.ZodString>;
|
|
31859
32490
|
cancelType: z.ZodNullable<z.ZodString>;
|
|
@@ -31904,6 +32535,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
31904
32535
|
syncedAt: z.ZodCoercedDate<unknown>;
|
|
31905
32536
|
updatedAt: z.ZodCoercedDate<unknown>;
|
|
31906
32537
|
mtaId: z.ZodString;
|
|
32538
|
+
cmaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
31907
32539
|
balanceCents: z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodBigInt>;
|
|
31908
32540
|
customerId: z.ZodString;
|
|
31909
32541
|
projectId: z.ZodString;
|
|
@@ -31913,6 +32545,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
31913
32545
|
cmaBalanceCents: z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodBigInt>;
|
|
31914
32546
|
mtaBalanceCents: z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodBigInt>;
|
|
31915
32547
|
stage: z.ZodString;
|
|
32548
|
+
initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
31916
32549
|
project: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
31917
32550
|
id: z.ZodString;
|
|
31918
32551
|
name: z.ZodString;
|