@mikemo-coposit/am-accounting-shared 0.0.16 → 0.0.17
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 +256 -168
- 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 +48 -0
- 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-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/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 +48 -0
- 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 +24 -0
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +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 +2 -0
- 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 +2 -0
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.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 +156 -0
- 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 +4 -0
- 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 +4 -0
- package/dist/cjs/schemas/payout/payout.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts +621 -15
- 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/update.unknown-payout.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +69 -1
- 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 +4 -0
- package/dist/cjs/schemas/property/property.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property.rest.schema.d.ts +52 -0
- package/dist/cjs/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/cjs/utils/property.util.d.ts +4 -2
- package/dist/cjs/utils/property.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 +196 -150
- 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 +48 -0
- 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-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/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 +48 -0
- 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 +24 -0
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +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 +2 -0
- 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 +2 -0
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.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 +156 -0
- 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 +4 -0
- 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 +4 -0
- package/dist/esm/schemas/payout/payout.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts +621 -15
- 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/update.unknown-payout.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +69 -1
- 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 +4 -0
- package/dist/esm/schemas/property/property.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/property/property.rest.schema.d.ts +52 -0
- package/dist/esm/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/esm/utils/property.util.d.ts +4 -2
- package/dist/esm/utils/property.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;
|
|
@@ -2247,7 +2285,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
2247
2285
|
cmaBalanceCents: unknown;
|
|
2248
2286
|
mtaBalanceCents: unknown;
|
|
2249
2287
|
stage: string;
|
|
2288
|
+
cmaId?: string | null | undefined;
|
|
2250
2289
|
buyerName?: string | null | undefined;
|
|
2290
|
+
initialDepositStatus?: string | null | undefined;
|
|
2251
2291
|
project?: {
|
|
2252
2292
|
id: string;
|
|
2253
2293
|
name: string;
|
|
@@ -2341,7 +2381,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
2341
2381
|
cmaBalanceCents: unknown;
|
|
2342
2382
|
mtaBalanceCents: unknown;
|
|
2343
2383
|
stage: string;
|
|
2384
|
+
cmaId?: string | null | undefined;
|
|
2344
2385
|
buyerName?: string | null | undefined;
|
|
2386
|
+
initialDepositStatus?: string | null | undefined;
|
|
2345
2387
|
project?: {
|
|
2346
2388
|
id: string;
|
|
2347
2389
|
name: string;
|
|
@@ -2434,7 +2476,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
2434
2476
|
cmaBalanceCents: unknown;
|
|
2435
2477
|
mtaBalanceCents: unknown;
|
|
2436
2478
|
stage: string;
|
|
2479
|
+
cmaId?: string | null | undefined;
|
|
2437
2480
|
buyerName?: string | null | undefined;
|
|
2481
|
+
initialDepositStatus?: string | null | undefined;
|
|
2438
2482
|
project?: {
|
|
2439
2483
|
id: string;
|
|
2440
2484
|
name: string;
|
|
@@ -2528,7 +2572,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
2528
2572
|
cmaBalanceCents: bigint;
|
|
2529
2573
|
mtaBalanceCents: bigint;
|
|
2530
2574
|
stage: string;
|
|
2575
|
+
cmaId?: string | null | undefined;
|
|
2531
2576
|
buyerName?: string | null | undefined;
|
|
2577
|
+
initialDepositStatus?: string | null | undefined;
|
|
2532
2578
|
project?: {
|
|
2533
2579
|
id: string;
|
|
2534
2580
|
name: string;
|
|
@@ -2622,7 +2668,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
2622
2668
|
cmaBalanceCents: bigint;
|
|
2623
2669
|
mtaBalanceCents: bigint;
|
|
2624
2670
|
stage: string;
|
|
2671
|
+
cmaId?: string | null | undefined;
|
|
2625
2672
|
buyerName?: string | null | undefined;
|
|
2673
|
+
initialDepositStatus?: string | null | undefined;
|
|
2626
2674
|
project?: {
|
|
2627
2675
|
id: string;
|
|
2628
2676
|
name: string;
|
|
@@ -2715,7 +2763,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
2715
2763
|
cmaBalanceCents: bigint;
|
|
2716
2764
|
mtaBalanceCents: bigint;
|
|
2717
2765
|
stage: string;
|
|
2766
|
+
cmaId?: string | null | undefined;
|
|
2718
2767
|
buyerName?: string | null | undefined;
|
|
2768
|
+
initialDepositStatus?: string | null | undefined;
|
|
2719
2769
|
project?: {
|
|
2720
2770
|
id: string;
|
|
2721
2771
|
name: string;
|
|
@@ -2818,7 +2868,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
2818
2868
|
cmaBalanceCents: unknown;
|
|
2819
2869
|
mtaBalanceCents: unknown;
|
|
2820
2870
|
stage: string;
|
|
2871
|
+
cmaId?: string | null | undefined;
|
|
2821
2872
|
buyerName?: string | null | undefined;
|
|
2873
|
+
initialDepositStatus?: string | null | undefined;
|
|
2822
2874
|
project?: {
|
|
2823
2875
|
id: string;
|
|
2824
2876
|
name: string;
|
|
@@ -2912,7 +2964,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
2912
2964
|
cmaBalanceCents: unknown;
|
|
2913
2965
|
mtaBalanceCents: unknown;
|
|
2914
2966
|
stage: string;
|
|
2967
|
+
cmaId?: string | null | undefined;
|
|
2915
2968
|
buyerName?: string | null | undefined;
|
|
2969
|
+
initialDepositStatus?: string | null | undefined;
|
|
2916
2970
|
project?: {
|
|
2917
2971
|
id: string;
|
|
2918
2972
|
name: string;
|
|
@@ -3005,7 +3059,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
3005
3059
|
cmaBalanceCents: unknown;
|
|
3006
3060
|
mtaBalanceCents: unknown;
|
|
3007
3061
|
stage: string;
|
|
3062
|
+
cmaId?: string | null | undefined;
|
|
3008
3063
|
buyerName?: string | null | undefined;
|
|
3064
|
+
initialDepositStatus?: string | null | undefined;
|
|
3009
3065
|
project?: {
|
|
3010
3066
|
id: string;
|
|
3011
3067
|
name: string;
|
|
@@ -3130,7 +3186,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
3130
3186
|
cmaBalanceCents: bigint;
|
|
3131
3187
|
mtaBalanceCents: bigint;
|
|
3132
3188
|
stage: string;
|
|
3189
|
+
cmaId?: string | null | undefined;
|
|
3133
3190
|
buyerName?: string | null | undefined;
|
|
3191
|
+
initialDepositStatus?: string | null | undefined;
|
|
3134
3192
|
project?: {
|
|
3135
3193
|
id: string;
|
|
3136
3194
|
name: string;
|
|
@@ -3224,7 +3282,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
3224
3282
|
cmaBalanceCents: bigint;
|
|
3225
3283
|
mtaBalanceCents: bigint;
|
|
3226
3284
|
stage: string;
|
|
3285
|
+
cmaId?: string | null | undefined;
|
|
3227
3286
|
buyerName?: string | null | undefined;
|
|
3287
|
+
initialDepositStatus?: string | null | undefined;
|
|
3228
3288
|
project?: {
|
|
3229
3289
|
id: string;
|
|
3230
3290
|
name: string;
|
|
@@ -3317,7 +3377,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
3317
3377
|
cmaBalanceCents: bigint;
|
|
3318
3378
|
mtaBalanceCents: bigint;
|
|
3319
3379
|
stage: string;
|
|
3380
|
+
cmaId?: string | null | undefined;
|
|
3320
3381
|
buyerName?: string | null | undefined;
|
|
3382
|
+
initialDepositStatus?: string | null | undefined;
|
|
3321
3383
|
project?: {
|
|
3322
3384
|
id: string;
|
|
3323
3385
|
name: string;
|
|
@@ -3480,7 +3542,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
3480
3542
|
cmaBalanceCents: bigint;
|
|
3481
3543
|
mtaBalanceCents: bigint;
|
|
3482
3544
|
stage: string;
|
|
3545
|
+
cmaId?: string | null | undefined;
|
|
3483
3546
|
buyerName?: string | null | undefined;
|
|
3547
|
+
initialDepositStatus?: string | null | undefined;
|
|
3484
3548
|
project?: {
|
|
3485
3549
|
id: string;
|
|
3486
3550
|
name: string;
|
|
@@ -3573,7 +3637,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
3573
3637
|
cmaBalanceCents: bigint;
|
|
3574
3638
|
mtaBalanceCents: bigint;
|
|
3575
3639
|
stage: string;
|
|
3640
|
+
cmaId?: string | null | undefined;
|
|
3576
3641
|
buyerName?: string | null | undefined;
|
|
3642
|
+
initialDepositStatus?: string | null | undefined;
|
|
3577
3643
|
project?: {
|
|
3578
3644
|
id: string;
|
|
3579
3645
|
name: string;
|
|
@@ -3665,7 +3731,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
3665
3731
|
cmaBalanceCents: bigint;
|
|
3666
3732
|
mtaBalanceCents: bigint;
|
|
3667
3733
|
stage: string;
|
|
3734
|
+
cmaId?: string | null | undefined;
|
|
3668
3735
|
buyerName?: string | null | undefined;
|
|
3736
|
+
initialDepositStatus?: string | null | undefined;
|
|
3669
3737
|
project?: {
|
|
3670
3738
|
id: string;
|
|
3671
3739
|
name: string;
|
|
@@ -3937,7 +4005,6 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
3937
4005
|
createdBy: string | null;
|
|
3938
4006
|
updatedBy: string | null;
|
|
3939
4007
|
}>>>>;
|
|
3940
|
-
description: z.ZodNullable<z.ZodString>;
|
|
3941
4008
|
status: z.ZodString;
|
|
3942
4009
|
isArchived: z.ZodBoolean;
|
|
3943
4010
|
createdAt: z.ZodCoercedDate<unknown>;
|
|
@@ -3945,6 +4012,7 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
3945
4012
|
propertyId: z.ZodNullable<z.ZodString>;
|
|
3946
4013
|
payoutId: z.ZodString;
|
|
3947
4014
|
bankRef: z.ZodNullable<z.ZodString>;
|
|
4015
|
+
description: z.ZodNullable<z.ZodString>;
|
|
3948
4016
|
isCanceled: z.ZodBoolean;
|
|
3949
4017
|
canceledAt: z.ZodNullable<z.ZodCoercedDate<unknown>>;
|
|
3950
4018
|
mtaTransactionId: z.ZodNullable<z.ZodString>;
|
|
@@ -3964,6 +4032,8 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
3964
4032
|
stage: z.ZodString;
|
|
3965
4033
|
status: z.ZodString;
|
|
3966
4034
|
mtaId: z.ZodString;
|
|
4035
|
+
cmaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4036
|
+
initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3967
4037
|
isArchived: z.ZodBoolean;
|
|
3968
4038
|
createdAt: z.ZodCoercedDate<unknown>;
|
|
3969
4039
|
syncedAt: z.ZodCoercedDate<unknown>;
|
|
@@ -4107,7 +4177,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
4107
4177
|
cmaBalanceCents: bigint;
|
|
4108
4178
|
mtaBalanceCents: bigint;
|
|
4109
4179
|
stage: string;
|
|
4180
|
+
cmaId?: string | null | undefined;
|
|
4110
4181
|
buyerName?: string | null | undefined;
|
|
4182
|
+
initialDepositStatus?: string | null | undefined;
|
|
4111
4183
|
project?: {
|
|
4112
4184
|
id: string;
|
|
4113
4185
|
name: string;
|
|
@@ -4200,7 +4272,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
4200
4272
|
cmaBalanceCents: bigint;
|
|
4201
4273
|
mtaBalanceCents: bigint;
|
|
4202
4274
|
stage: string;
|
|
4275
|
+
cmaId?: string | null | undefined;
|
|
4203
4276
|
buyerName?: string | null | undefined;
|
|
4277
|
+
initialDepositStatus?: string | null | undefined;
|
|
4204
4278
|
project?: {
|
|
4205
4279
|
id: string;
|
|
4206
4280
|
name: string;
|
|
@@ -4292,7 +4366,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
4292
4366
|
cmaBalanceCents: bigint;
|
|
4293
4367
|
mtaBalanceCents: bigint;
|
|
4294
4368
|
stage: string;
|
|
4369
|
+
cmaId?: string | null | undefined;
|
|
4295
4370
|
buyerName?: string | null | undefined;
|
|
4371
|
+
initialDepositStatus?: string | null | undefined;
|
|
4296
4372
|
project?: {
|
|
4297
4373
|
id: string;
|
|
4298
4374
|
name: string;
|
|
@@ -4392,7 +4468,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
4392
4468
|
cmaBalanceCents: unknown;
|
|
4393
4469
|
mtaBalanceCents: unknown;
|
|
4394
4470
|
stage: string;
|
|
4471
|
+
cmaId?: string | null | undefined;
|
|
4395
4472
|
buyerName?: string | null | undefined;
|
|
4473
|
+
initialDepositStatus?: string | null | undefined;
|
|
4396
4474
|
project?: {
|
|
4397
4475
|
id: string;
|
|
4398
4476
|
name: string;
|
|
@@ -4485,7 +4563,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
4485
4563
|
cmaBalanceCents: unknown;
|
|
4486
4564
|
mtaBalanceCents: unknown;
|
|
4487
4565
|
stage: string;
|
|
4566
|
+
cmaId?: string | null | undefined;
|
|
4488
4567
|
buyerName?: string | null | undefined;
|
|
4568
|
+
initialDepositStatus?: string | null | undefined;
|
|
4489
4569
|
project?: {
|
|
4490
4570
|
id: string;
|
|
4491
4571
|
name: string;
|
|
@@ -4577,7 +4657,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
4577
4657
|
cmaBalanceCents: unknown;
|
|
4578
4658
|
mtaBalanceCents: unknown;
|
|
4579
4659
|
stage: string;
|
|
4660
|
+
cmaId?: string | null | undefined;
|
|
4580
4661
|
buyerName?: string | null | undefined;
|
|
4662
|
+
initialDepositStatus?: string | null | undefined;
|
|
4581
4663
|
project?: {
|
|
4582
4664
|
id: string;
|
|
4583
4665
|
name: string;
|
|
@@ -4671,7 +4753,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
4671
4753
|
cmaBalanceCents: bigint;
|
|
4672
4754
|
mtaBalanceCents: bigint;
|
|
4673
4755
|
stage: string;
|
|
4756
|
+
cmaId?: string | null | undefined;
|
|
4674
4757
|
buyerName?: string | null | undefined;
|
|
4758
|
+
initialDepositStatus?: string | null | undefined;
|
|
4675
4759
|
project?: {
|
|
4676
4760
|
id: string;
|
|
4677
4761
|
name: string;
|
|
@@ -4764,7 +4848,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
4764
4848
|
cmaBalanceCents: bigint;
|
|
4765
4849
|
mtaBalanceCents: bigint;
|
|
4766
4850
|
stage: string;
|
|
4851
|
+
cmaId?: string | null | undefined;
|
|
4767
4852
|
buyerName?: string | null | undefined;
|
|
4853
|
+
initialDepositStatus?: string | null | undefined;
|
|
4768
4854
|
project?: {
|
|
4769
4855
|
id: string;
|
|
4770
4856
|
name: string;
|
|
@@ -4856,7 +4942,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
4856
4942
|
cmaBalanceCents: bigint;
|
|
4857
4943
|
mtaBalanceCents: bigint;
|
|
4858
4944
|
stage: string;
|
|
4945
|
+
cmaId?: string | null | undefined;
|
|
4859
4946
|
buyerName?: string | null | undefined;
|
|
4947
|
+
initialDepositStatus?: string | null | undefined;
|
|
4860
4948
|
project?: {
|
|
4861
4949
|
id: string;
|
|
4862
4950
|
name: string;
|
|
@@ -4956,7 +5044,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
4956
5044
|
cmaBalanceCents: unknown;
|
|
4957
5045
|
mtaBalanceCents: unknown;
|
|
4958
5046
|
stage: string;
|
|
5047
|
+
cmaId?: string | null | undefined;
|
|
4959
5048
|
buyerName?: string | null | undefined;
|
|
5049
|
+
initialDepositStatus?: string | null | undefined;
|
|
4960
5050
|
project?: {
|
|
4961
5051
|
id: string;
|
|
4962
5052
|
name: string;
|
|
@@ -5049,7 +5139,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
5049
5139
|
cmaBalanceCents: unknown;
|
|
5050
5140
|
mtaBalanceCents: unknown;
|
|
5051
5141
|
stage: string;
|
|
5142
|
+
cmaId?: string | null | undefined;
|
|
5052
5143
|
buyerName?: string | null | undefined;
|
|
5144
|
+
initialDepositStatus?: string | null | undefined;
|
|
5053
5145
|
project?: {
|
|
5054
5146
|
id: string;
|
|
5055
5147
|
name: string;
|
|
@@ -5141,7 +5233,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
5141
5233
|
cmaBalanceCents: unknown;
|
|
5142
5234
|
mtaBalanceCents: unknown;
|
|
5143
5235
|
stage: string;
|
|
5236
|
+
cmaId?: string | null | undefined;
|
|
5144
5237
|
buyerName?: string | null | undefined;
|
|
5238
|
+
initialDepositStatus?: string | null | undefined;
|
|
5145
5239
|
project?: {
|
|
5146
5240
|
id: string;
|
|
5147
5241
|
name: string;
|
|
@@ -5237,7 +5331,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
5237
5331
|
cmaBalanceCents: bigint;
|
|
5238
5332
|
mtaBalanceCents: bigint;
|
|
5239
5333
|
stage: string;
|
|
5334
|
+
cmaId?: string | null | undefined;
|
|
5240
5335
|
buyerName?: string | null | undefined;
|
|
5336
|
+
initialDepositStatus?: string | null | undefined;
|
|
5241
5337
|
project?: {
|
|
5242
5338
|
id: string;
|
|
5243
5339
|
name: string;
|
|
@@ -5331,7 +5427,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
5331
5427
|
cmaBalanceCents: bigint;
|
|
5332
5428
|
mtaBalanceCents: bigint;
|
|
5333
5429
|
stage: string;
|
|
5430
|
+
cmaId?: string | null | undefined;
|
|
5334
5431
|
buyerName?: string | null | undefined;
|
|
5432
|
+
initialDepositStatus?: string | null | undefined;
|
|
5335
5433
|
project?: {
|
|
5336
5434
|
id: string;
|
|
5337
5435
|
name: string;
|
|
@@ -5424,7 +5522,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
5424
5522
|
cmaBalanceCents: bigint;
|
|
5425
5523
|
mtaBalanceCents: bigint;
|
|
5426
5524
|
stage: string;
|
|
5525
|
+
cmaId?: string | null | undefined;
|
|
5427
5526
|
buyerName?: string | null | undefined;
|
|
5527
|
+
initialDepositStatus?: string | null | undefined;
|
|
5428
5528
|
project?: {
|
|
5429
5529
|
id: string;
|
|
5430
5530
|
name: string;
|
|
@@ -5527,7 +5627,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
5527
5627
|
cmaBalanceCents: unknown;
|
|
5528
5628
|
mtaBalanceCents: unknown;
|
|
5529
5629
|
stage: string;
|
|
5630
|
+
cmaId?: string | null | undefined;
|
|
5530
5631
|
buyerName?: string | null | undefined;
|
|
5632
|
+
initialDepositStatus?: string | null | undefined;
|
|
5531
5633
|
project?: {
|
|
5532
5634
|
id: string;
|
|
5533
5635
|
name: string;
|
|
@@ -5621,7 +5723,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
5621
5723
|
cmaBalanceCents: unknown;
|
|
5622
5724
|
mtaBalanceCents: unknown;
|
|
5623
5725
|
stage: string;
|
|
5726
|
+
cmaId?: string | null | undefined;
|
|
5624
5727
|
buyerName?: string | null | undefined;
|
|
5728
|
+
initialDepositStatus?: string | null | undefined;
|
|
5625
5729
|
project?: {
|
|
5626
5730
|
id: string;
|
|
5627
5731
|
name: string;
|
|
@@ -5714,7 +5818,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
5714
5818
|
cmaBalanceCents: unknown;
|
|
5715
5819
|
mtaBalanceCents: unknown;
|
|
5716
5820
|
stage: string;
|
|
5821
|
+
cmaId?: string | null | undefined;
|
|
5717
5822
|
buyerName?: string | null | undefined;
|
|
5823
|
+
initialDepositStatus?: string | null | undefined;
|
|
5718
5824
|
project?: {
|
|
5719
5825
|
id: string;
|
|
5720
5826
|
name: string;
|
|
@@ -5808,7 +5914,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
5808
5914
|
cmaBalanceCents: bigint;
|
|
5809
5915
|
mtaBalanceCents: bigint;
|
|
5810
5916
|
stage: string;
|
|
5917
|
+
cmaId?: string | null | undefined;
|
|
5811
5918
|
buyerName?: string | null | undefined;
|
|
5919
|
+
initialDepositStatus?: string | null | undefined;
|
|
5812
5920
|
project?: {
|
|
5813
5921
|
id: string;
|
|
5814
5922
|
name: string;
|
|
@@ -5902,7 +6010,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
5902
6010
|
cmaBalanceCents: bigint;
|
|
5903
6011
|
mtaBalanceCents: bigint;
|
|
5904
6012
|
stage: string;
|
|
6013
|
+
cmaId?: string | null | undefined;
|
|
5905
6014
|
buyerName?: string | null | undefined;
|
|
6015
|
+
initialDepositStatus?: string | null | undefined;
|
|
5906
6016
|
project?: {
|
|
5907
6017
|
id: string;
|
|
5908
6018
|
name: string;
|
|
@@ -5995,7 +6105,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
5995
6105
|
cmaBalanceCents: bigint;
|
|
5996
6106
|
mtaBalanceCents: bigint;
|
|
5997
6107
|
stage: string;
|
|
6108
|
+
cmaId?: string | null | undefined;
|
|
5998
6109
|
buyerName?: string | null | undefined;
|
|
6110
|
+
initialDepositStatus?: string | null | undefined;
|
|
5999
6111
|
project?: {
|
|
6000
6112
|
id: string;
|
|
6001
6113
|
name: string;
|
|
@@ -6098,7 +6210,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
6098
6210
|
cmaBalanceCents: unknown;
|
|
6099
6211
|
mtaBalanceCents: unknown;
|
|
6100
6212
|
stage: string;
|
|
6213
|
+
cmaId?: string | null | undefined;
|
|
6101
6214
|
buyerName?: string | null | undefined;
|
|
6215
|
+
initialDepositStatus?: string | null | undefined;
|
|
6102
6216
|
project?: {
|
|
6103
6217
|
id: string;
|
|
6104
6218
|
name: string;
|
|
@@ -6192,7 +6306,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
6192
6306
|
cmaBalanceCents: unknown;
|
|
6193
6307
|
mtaBalanceCents: unknown;
|
|
6194
6308
|
stage: string;
|
|
6309
|
+
cmaId?: string | null | undefined;
|
|
6195
6310
|
buyerName?: string | null | undefined;
|
|
6311
|
+
initialDepositStatus?: string | null | undefined;
|
|
6196
6312
|
project?: {
|
|
6197
6313
|
id: string;
|
|
6198
6314
|
name: string;
|
|
@@ -6285,7 +6401,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
6285
6401
|
cmaBalanceCents: unknown;
|
|
6286
6402
|
mtaBalanceCents: unknown;
|
|
6287
6403
|
stage: string;
|
|
6404
|
+
cmaId?: string | null | undefined;
|
|
6288
6405
|
buyerName?: string | null | undefined;
|
|
6406
|
+
initialDepositStatus?: string | null | undefined;
|
|
6289
6407
|
project?: {
|
|
6290
6408
|
id: string;
|
|
6291
6409
|
name: string;
|
|
@@ -6410,7 +6528,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
6410
6528
|
cmaBalanceCents: bigint;
|
|
6411
6529
|
mtaBalanceCents: bigint;
|
|
6412
6530
|
stage: string;
|
|
6531
|
+
cmaId?: string | null | undefined;
|
|
6413
6532
|
buyerName?: string | null | undefined;
|
|
6533
|
+
initialDepositStatus?: string | null | undefined;
|
|
6414
6534
|
project?: {
|
|
6415
6535
|
id: string;
|
|
6416
6536
|
name: string;
|
|
@@ -6504,7 +6624,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
6504
6624
|
cmaBalanceCents: bigint;
|
|
6505
6625
|
mtaBalanceCents: bigint;
|
|
6506
6626
|
stage: string;
|
|
6627
|
+
cmaId?: string | null | undefined;
|
|
6507
6628
|
buyerName?: string | null | undefined;
|
|
6629
|
+
initialDepositStatus?: string | null | undefined;
|
|
6508
6630
|
project?: {
|
|
6509
6631
|
id: string;
|
|
6510
6632
|
name: string;
|
|
@@ -6597,7 +6719,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
6597
6719
|
cmaBalanceCents: bigint;
|
|
6598
6720
|
mtaBalanceCents: bigint;
|
|
6599
6721
|
stage: string;
|
|
6722
|
+
cmaId?: string | null | undefined;
|
|
6600
6723
|
buyerName?: string | null | undefined;
|
|
6724
|
+
initialDepositStatus?: string | null | undefined;
|
|
6601
6725
|
project?: {
|
|
6602
6726
|
id: string;
|
|
6603
6727
|
name: string;
|
|
@@ -6844,7 +6968,6 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
6844
6968
|
createdBy: z.ZodString;
|
|
6845
6969
|
}, z.core.$loose>>, z.ZodTransform<{
|
|
6846
6970
|
id: string;
|
|
6847
|
-
description: string | null;
|
|
6848
6971
|
status: "active" | "inactive";
|
|
6849
6972
|
isArchived: boolean;
|
|
6850
6973
|
createdAt: Date;
|
|
@@ -6854,6 +6977,7 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
6854
6977
|
propertyId: string;
|
|
6855
6978
|
payoutId: number;
|
|
6856
6979
|
balanceCents: number;
|
|
6980
|
+
description: string | null;
|
|
6857
6981
|
createdBy: string;
|
|
6858
6982
|
cmaSeq: number;
|
|
6859
6983
|
country: string;
|
|
@@ -6918,7 +7042,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
6918
7042
|
cmaBalanceCents: bigint;
|
|
6919
7043
|
mtaBalanceCents: bigint;
|
|
6920
7044
|
stage: string;
|
|
7045
|
+
cmaId?: string | null | undefined;
|
|
6921
7046
|
buyerName?: string | null | undefined;
|
|
7047
|
+
initialDepositStatus?: string | null | undefined;
|
|
6922
7048
|
project?: {
|
|
6923
7049
|
id: string;
|
|
6924
7050
|
name: string;
|
|
@@ -7011,7 +7137,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
7011
7137
|
cmaBalanceCents: bigint;
|
|
7012
7138
|
mtaBalanceCents: bigint;
|
|
7013
7139
|
stage: string;
|
|
7140
|
+
cmaId?: string | null | undefined;
|
|
7014
7141
|
buyerName?: string | null | undefined;
|
|
7142
|
+
initialDepositStatus?: string | null | undefined;
|
|
7015
7143
|
project?: {
|
|
7016
7144
|
id: string;
|
|
7017
7145
|
name: string;
|
|
@@ -7103,7 +7231,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
7103
7231
|
cmaBalanceCents: bigint;
|
|
7104
7232
|
mtaBalanceCents: bigint;
|
|
7105
7233
|
stage: string;
|
|
7234
|
+
cmaId?: string | null | undefined;
|
|
7106
7235
|
buyerName?: string | null | undefined;
|
|
7236
|
+
initialDepositStatus?: string | null | undefined;
|
|
7107
7237
|
project?: {
|
|
7108
7238
|
id: string;
|
|
7109
7239
|
name: string;
|
|
@@ -7170,7 +7300,6 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
7170
7300
|
updatedAt: Date;
|
|
7171
7301
|
createdBy: string;
|
|
7172
7302
|
}>>>>;
|
|
7173
|
-
description: z.ZodNullable<z.ZodString>;
|
|
7174
7303
|
status: z.ZodString;
|
|
7175
7304
|
isArchived: z.ZodBoolean;
|
|
7176
7305
|
createdAt: z.ZodCoercedDate<unknown>;
|
|
@@ -7178,6 +7307,7 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
7178
7307
|
propertyId: z.ZodNullable<z.ZodString>;
|
|
7179
7308
|
payoutId: z.ZodString;
|
|
7180
7309
|
bankRef: z.ZodNullable<z.ZodString>;
|
|
7310
|
+
description: z.ZodNullable<z.ZodString>;
|
|
7181
7311
|
isCanceled: z.ZodBoolean;
|
|
7182
7312
|
canceledAt: z.ZodNullable<z.ZodCoercedDate<unknown>>;
|
|
7183
7313
|
mtaTransactionId: z.ZodNullable<z.ZodString>;
|
|
@@ -7197,6 +7327,8 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
7197
7327
|
stage: z.ZodString;
|
|
7198
7328
|
status: z.ZodString;
|
|
7199
7329
|
mtaId: z.ZodString;
|
|
7330
|
+
cmaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
7331
|
+
initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
7200
7332
|
isArchived: z.ZodBoolean;
|
|
7201
7333
|
createdAt: z.ZodCoercedDate<unknown>;
|
|
7202
7334
|
syncedAt: z.ZodCoercedDate<unknown>;
|
|
@@ -7340,7 +7472,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
7340
7472
|
cmaBalanceCents: bigint;
|
|
7341
7473
|
mtaBalanceCents: bigint;
|
|
7342
7474
|
stage: string;
|
|
7475
|
+
cmaId?: string | null | undefined;
|
|
7343
7476
|
buyerName?: string | null | undefined;
|
|
7477
|
+
initialDepositStatus?: string | null | undefined;
|
|
7344
7478
|
project?: {
|
|
7345
7479
|
id: string;
|
|
7346
7480
|
name: string;
|
|
@@ -7433,7 +7567,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
7433
7567
|
cmaBalanceCents: bigint;
|
|
7434
7568
|
mtaBalanceCents: bigint;
|
|
7435
7569
|
stage: string;
|
|
7570
|
+
cmaId?: string | null | undefined;
|
|
7436
7571
|
buyerName?: string | null | undefined;
|
|
7572
|
+
initialDepositStatus?: string | null | undefined;
|
|
7437
7573
|
project?: {
|
|
7438
7574
|
id: string;
|
|
7439
7575
|
name: string;
|
|
@@ -7525,7 +7661,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
7525
7661
|
cmaBalanceCents: bigint;
|
|
7526
7662
|
mtaBalanceCents: bigint;
|
|
7527
7663
|
stage: string;
|
|
7664
|
+
cmaId?: string | null | undefined;
|
|
7528
7665
|
buyerName?: string | null | undefined;
|
|
7666
|
+
initialDepositStatus?: string | null | undefined;
|
|
7529
7667
|
project?: {
|
|
7530
7668
|
id: string;
|
|
7531
7669
|
name: string;
|
|
@@ -7625,7 +7763,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
7625
7763
|
cmaBalanceCents: unknown;
|
|
7626
7764
|
mtaBalanceCents: unknown;
|
|
7627
7765
|
stage: string;
|
|
7766
|
+
cmaId?: string | null | undefined;
|
|
7628
7767
|
buyerName?: string | null | undefined;
|
|
7768
|
+
initialDepositStatus?: string | null | undefined;
|
|
7629
7769
|
project?: {
|
|
7630
7770
|
id: string;
|
|
7631
7771
|
name: string;
|
|
@@ -7718,7 +7858,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
7718
7858
|
cmaBalanceCents: unknown;
|
|
7719
7859
|
mtaBalanceCents: unknown;
|
|
7720
7860
|
stage: string;
|
|
7861
|
+
cmaId?: string | null | undefined;
|
|
7721
7862
|
buyerName?: string | null | undefined;
|
|
7863
|
+
initialDepositStatus?: string | null | undefined;
|
|
7722
7864
|
project?: {
|
|
7723
7865
|
id: string;
|
|
7724
7866
|
name: string;
|
|
@@ -7810,7 +7952,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
7810
7952
|
cmaBalanceCents: unknown;
|
|
7811
7953
|
mtaBalanceCents: unknown;
|
|
7812
7954
|
stage: string;
|
|
7955
|
+
cmaId?: string | null | undefined;
|
|
7813
7956
|
buyerName?: string | null | undefined;
|
|
7957
|
+
initialDepositStatus?: string | null | undefined;
|
|
7814
7958
|
project?: {
|
|
7815
7959
|
id: string;
|
|
7816
7960
|
name: string;
|
|
@@ -7904,7 +8048,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
7904
8048
|
cmaBalanceCents: bigint;
|
|
7905
8049
|
mtaBalanceCents: bigint;
|
|
7906
8050
|
stage: string;
|
|
8051
|
+
cmaId?: string | null | undefined;
|
|
7907
8052
|
buyerName?: string | null | undefined;
|
|
8053
|
+
initialDepositStatus?: string | null | undefined;
|
|
7908
8054
|
project?: {
|
|
7909
8055
|
id: string;
|
|
7910
8056
|
name: string;
|
|
@@ -7997,7 +8143,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
7997
8143
|
cmaBalanceCents: bigint;
|
|
7998
8144
|
mtaBalanceCents: bigint;
|
|
7999
8145
|
stage: string;
|
|
8146
|
+
cmaId?: string | null | undefined;
|
|
8000
8147
|
buyerName?: string | null | undefined;
|
|
8148
|
+
initialDepositStatus?: string | null | undefined;
|
|
8001
8149
|
project?: {
|
|
8002
8150
|
id: string;
|
|
8003
8151
|
name: string;
|
|
@@ -8089,7 +8237,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
8089
8237
|
cmaBalanceCents: bigint;
|
|
8090
8238
|
mtaBalanceCents: bigint;
|
|
8091
8239
|
stage: string;
|
|
8240
|
+
cmaId?: string | null | undefined;
|
|
8092
8241
|
buyerName?: string | null | undefined;
|
|
8242
|
+
initialDepositStatus?: string | null | undefined;
|
|
8093
8243
|
project?: {
|
|
8094
8244
|
id: string;
|
|
8095
8245
|
name: string;
|
|
@@ -8189,7 +8339,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
8189
8339
|
cmaBalanceCents: unknown;
|
|
8190
8340
|
mtaBalanceCents: unknown;
|
|
8191
8341
|
stage: string;
|
|
8342
|
+
cmaId?: string | null | undefined;
|
|
8192
8343
|
buyerName?: string | null | undefined;
|
|
8344
|
+
initialDepositStatus?: string | null | undefined;
|
|
8193
8345
|
project?: {
|
|
8194
8346
|
id: string;
|
|
8195
8347
|
name: string;
|
|
@@ -8282,7 +8434,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
8282
8434
|
cmaBalanceCents: unknown;
|
|
8283
8435
|
mtaBalanceCents: unknown;
|
|
8284
8436
|
stage: string;
|
|
8437
|
+
cmaId?: string | null | undefined;
|
|
8285
8438
|
buyerName?: string | null | undefined;
|
|
8439
|
+
initialDepositStatus?: string | null | undefined;
|
|
8286
8440
|
project?: {
|
|
8287
8441
|
id: string;
|
|
8288
8442
|
name: string;
|
|
@@ -8374,7 +8528,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
8374
8528
|
cmaBalanceCents: unknown;
|
|
8375
8529
|
mtaBalanceCents: unknown;
|
|
8376
8530
|
stage: string;
|
|
8531
|
+
cmaId?: string | null | undefined;
|
|
8377
8532
|
buyerName?: string | null | undefined;
|
|
8533
|
+
initialDepositStatus?: string | null | undefined;
|
|
8378
8534
|
project?: {
|
|
8379
8535
|
id: string;
|
|
8380
8536
|
name: string;
|
|
@@ -8470,7 +8626,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
8470
8626
|
cmaBalanceCents: bigint;
|
|
8471
8627
|
mtaBalanceCents: bigint;
|
|
8472
8628
|
stage: string;
|
|
8629
|
+
cmaId?: string | null | undefined;
|
|
8473
8630
|
buyerName?: string | null | undefined;
|
|
8631
|
+
initialDepositStatus?: string | null | undefined;
|
|
8474
8632
|
project?: {
|
|
8475
8633
|
id: string;
|
|
8476
8634
|
name: string;
|
|
@@ -8564,7 +8722,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
8564
8722
|
cmaBalanceCents: bigint;
|
|
8565
8723
|
mtaBalanceCents: bigint;
|
|
8566
8724
|
stage: string;
|
|
8725
|
+
cmaId?: string | null | undefined;
|
|
8567
8726
|
buyerName?: string | null | undefined;
|
|
8727
|
+
initialDepositStatus?: string | null | undefined;
|
|
8568
8728
|
project?: {
|
|
8569
8729
|
id: string;
|
|
8570
8730
|
name: string;
|
|
@@ -8657,7 +8817,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
8657
8817
|
cmaBalanceCents: bigint;
|
|
8658
8818
|
mtaBalanceCents: bigint;
|
|
8659
8819
|
stage: string;
|
|
8820
|
+
cmaId?: string | null | undefined;
|
|
8660
8821
|
buyerName?: string | null | undefined;
|
|
8822
|
+
initialDepositStatus?: string | null | undefined;
|
|
8661
8823
|
project?: {
|
|
8662
8824
|
id: string;
|
|
8663
8825
|
name: string;
|
|
@@ -8760,7 +8922,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
8760
8922
|
cmaBalanceCents: unknown;
|
|
8761
8923
|
mtaBalanceCents: unknown;
|
|
8762
8924
|
stage: string;
|
|
8925
|
+
cmaId?: string | null | undefined;
|
|
8763
8926
|
buyerName?: string | null | undefined;
|
|
8927
|
+
initialDepositStatus?: string | null | undefined;
|
|
8764
8928
|
project?: {
|
|
8765
8929
|
id: string;
|
|
8766
8930
|
name: string;
|
|
@@ -8854,7 +9018,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
8854
9018
|
cmaBalanceCents: unknown;
|
|
8855
9019
|
mtaBalanceCents: unknown;
|
|
8856
9020
|
stage: string;
|
|
9021
|
+
cmaId?: string | null | undefined;
|
|
8857
9022
|
buyerName?: string | null | undefined;
|
|
9023
|
+
initialDepositStatus?: string | null | undefined;
|
|
8858
9024
|
project?: {
|
|
8859
9025
|
id: string;
|
|
8860
9026
|
name: string;
|
|
@@ -8947,7 +9113,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
8947
9113
|
cmaBalanceCents: unknown;
|
|
8948
9114
|
mtaBalanceCents: unknown;
|
|
8949
9115
|
stage: string;
|
|
9116
|
+
cmaId?: string | null | undefined;
|
|
8950
9117
|
buyerName?: string | null | undefined;
|
|
9118
|
+
initialDepositStatus?: string | null | undefined;
|
|
8951
9119
|
project?: {
|
|
8952
9120
|
id: string;
|
|
8953
9121
|
name: string;
|
|
@@ -9041,7 +9209,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
9041
9209
|
cmaBalanceCents: bigint;
|
|
9042
9210
|
mtaBalanceCents: bigint;
|
|
9043
9211
|
stage: string;
|
|
9212
|
+
cmaId?: string | null | undefined;
|
|
9044
9213
|
buyerName?: string | null | undefined;
|
|
9214
|
+
initialDepositStatus?: string | null | undefined;
|
|
9045
9215
|
project?: {
|
|
9046
9216
|
id: string;
|
|
9047
9217
|
name: string;
|
|
@@ -9135,7 +9305,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
9135
9305
|
cmaBalanceCents: bigint;
|
|
9136
9306
|
mtaBalanceCents: bigint;
|
|
9137
9307
|
stage: string;
|
|
9308
|
+
cmaId?: string | null | undefined;
|
|
9138
9309
|
buyerName?: string | null | undefined;
|
|
9310
|
+
initialDepositStatus?: string | null | undefined;
|
|
9139
9311
|
project?: {
|
|
9140
9312
|
id: string;
|
|
9141
9313
|
name: string;
|
|
@@ -9228,7 +9400,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
9228
9400
|
cmaBalanceCents: bigint;
|
|
9229
9401
|
mtaBalanceCents: bigint;
|
|
9230
9402
|
stage: string;
|
|
9403
|
+
cmaId?: string | null | undefined;
|
|
9231
9404
|
buyerName?: string | null | undefined;
|
|
9405
|
+
initialDepositStatus?: string | null | undefined;
|
|
9232
9406
|
project?: {
|
|
9233
9407
|
id: string;
|
|
9234
9408
|
name: string;
|
|
@@ -9331,7 +9505,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
9331
9505
|
cmaBalanceCents: unknown;
|
|
9332
9506
|
mtaBalanceCents: unknown;
|
|
9333
9507
|
stage: string;
|
|
9508
|
+
cmaId?: string | null | undefined;
|
|
9334
9509
|
buyerName?: string | null | undefined;
|
|
9510
|
+
initialDepositStatus?: string | null | undefined;
|
|
9335
9511
|
project?: {
|
|
9336
9512
|
id: string;
|
|
9337
9513
|
name: string;
|
|
@@ -9425,7 +9601,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
9425
9601
|
cmaBalanceCents: unknown;
|
|
9426
9602
|
mtaBalanceCents: unknown;
|
|
9427
9603
|
stage: string;
|
|
9604
|
+
cmaId?: string | null | undefined;
|
|
9428
9605
|
buyerName?: string | null | undefined;
|
|
9606
|
+
initialDepositStatus?: string | null | undefined;
|
|
9429
9607
|
project?: {
|
|
9430
9608
|
id: string;
|
|
9431
9609
|
name: string;
|
|
@@ -9518,7 +9696,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
9518
9696
|
cmaBalanceCents: unknown;
|
|
9519
9697
|
mtaBalanceCents: unknown;
|
|
9520
9698
|
stage: string;
|
|
9699
|
+
cmaId?: string | null | undefined;
|
|
9521
9700
|
buyerName?: string | null | undefined;
|
|
9701
|
+
initialDepositStatus?: string | null | undefined;
|
|
9522
9702
|
project?: {
|
|
9523
9703
|
id: string;
|
|
9524
9704
|
name: string;
|
|
@@ -9643,7 +9823,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
9643
9823
|
cmaBalanceCents: bigint;
|
|
9644
9824
|
mtaBalanceCents: bigint;
|
|
9645
9825
|
stage: string;
|
|
9826
|
+
cmaId?: string | null | undefined;
|
|
9646
9827
|
buyerName?: string | null | undefined;
|
|
9828
|
+
initialDepositStatus?: string | null | undefined;
|
|
9647
9829
|
project?: {
|
|
9648
9830
|
id: string;
|
|
9649
9831
|
name: string;
|
|
@@ -9736,7 +9918,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
9736
9918
|
cmaBalanceCents: bigint;
|
|
9737
9919
|
mtaBalanceCents: bigint;
|
|
9738
9920
|
stage: string;
|
|
9921
|
+
cmaId?: string | null | undefined;
|
|
9739
9922
|
buyerName?: string | null | undefined;
|
|
9923
|
+
initialDepositStatus?: string | null | undefined;
|
|
9740
9924
|
project?: {
|
|
9741
9925
|
id: string;
|
|
9742
9926
|
name: string;
|
|
@@ -9828,7 +10012,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
9828
10012
|
cmaBalanceCents: bigint;
|
|
9829
10013
|
mtaBalanceCents: bigint;
|
|
9830
10014
|
stage: string;
|
|
10015
|
+
cmaId?: string | null | undefined;
|
|
9831
10016
|
buyerName?: string | null | undefined;
|
|
10017
|
+
initialDepositStatus?: string | null | undefined;
|
|
9832
10018
|
project?: {
|
|
9833
10019
|
id: string;
|
|
9834
10020
|
name: string;
|
|
@@ -10100,7 +10286,6 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
10100
10286
|
createdBy: string | null;
|
|
10101
10287
|
updatedBy: string | null;
|
|
10102
10288
|
}>>>>;
|
|
10103
|
-
description: z.ZodNullable<z.ZodString>;
|
|
10104
10289
|
status: z.ZodString;
|
|
10105
10290
|
isArchived: z.ZodBoolean;
|
|
10106
10291
|
createdAt: z.ZodCoercedDate<unknown>;
|
|
@@ -10108,6 +10293,7 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
10108
10293
|
propertyId: z.ZodNullable<z.ZodString>;
|
|
10109
10294
|
payoutId: z.ZodString;
|
|
10110
10295
|
bankRef: z.ZodNullable<z.ZodString>;
|
|
10296
|
+
description: z.ZodNullable<z.ZodString>;
|
|
10111
10297
|
isCanceled: z.ZodBoolean;
|
|
10112
10298
|
canceledAt: z.ZodNullable<z.ZodCoercedDate<unknown>>;
|
|
10113
10299
|
mtaTransactionId: z.ZodNullable<z.ZodString>;
|
|
@@ -10127,6 +10313,8 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
10127
10313
|
stage: z.ZodString;
|
|
10128
10314
|
status: z.ZodString;
|
|
10129
10315
|
mtaId: z.ZodString;
|
|
10316
|
+
cmaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10317
|
+
initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10130
10318
|
isArchived: z.ZodBoolean;
|
|
10131
10319
|
createdAt: z.ZodCoercedDate<unknown>;
|
|
10132
10320
|
syncedAt: z.ZodCoercedDate<unknown>;
|
|
@@ -10270,7 +10458,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
10270
10458
|
cmaBalanceCents: bigint;
|
|
10271
10459
|
mtaBalanceCents: bigint;
|
|
10272
10460
|
stage: string;
|
|
10461
|
+
cmaId?: string | null | undefined;
|
|
10273
10462
|
buyerName?: string | null | undefined;
|
|
10463
|
+
initialDepositStatus?: string | null | undefined;
|
|
10274
10464
|
project?: {
|
|
10275
10465
|
id: string;
|
|
10276
10466
|
name: string;
|
|
@@ -10363,7 +10553,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
10363
10553
|
cmaBalanceCents: bigint;
|
|
10364
10554
|
mtaBalanceCents: bigint;
|
|
10365
10555
|
stage: string;
|
|
10556
|
+
cmaId?: string | null | undefined;
|
|
10366
10557
|
buyerName?: string | null | undefined;
|
|
10558
|
+
initialDepositStatus?: string | null | undefined;
|
|
10367
10559
|
project?: {
|
|
10368
10560
|
id: string;
|
|
10369
10561
|
name: string;
|
|
@@ -10455,7 +10647,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
10455
10647
|
cmaBalanceCents: bigint;
|
|
10456
10648
|
mtaBalanceCents: bigint;
|
|
10457
10649
|
stage: string;
|
|
10650
|
+
cmaId?: string | null | undefined;
|
|
10458
10651
|
buyerName?: string | null | undefined;
|
|
10652
|
+
initialDepositStatus?: string | null | undefined;
|
|
10459
10653
|
project?: {
|
|
10460
10654
|
id: string;
|
|
10461
10655
|
name: string;
|
|
@@ -10555,7 +10749,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
10555
10749
|
cmaBalanceCents: unknown;
|
|
10556
10750
|
mtaBalanceCents: unknown;
|
|
10557
10751
|
stage: string;
|
|
10752
|
+
cmaId?: string | null | undefined;
|
|
10558
10753
|
buyerName?: string | null | undefined;
|
|
10754
|
+
initialDepositStatus?: string | null | undefined;
|
|
10559
10755
|
project?: {
|
|
10560
10756
|
id: string;
|
|
10561
10757
|
name: string;
|
|
@@ -10648,7 +10844,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
10648
10844
|
cmaBalanceCents: unknown;
|
|
10649
10845
|
mtaBalanceCents: unknown;
|
|
10650
10846
|
stage: string;
|
|
10847
|
+
cmaId?: string | null | undefined;
|
|
10651
10848
|
buyerName?: string | null | undefined;
|
|
10849
|
+
initialDepositStatus?: string | null | undefined;
|
|
10652
10850
|
project?: {
|
|
10653
10851
|
id: string;
|
|
10654
10852
|
name: string;
|
|
@@ -10740,7 +10938,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
10740
10938
|
cmaBalanceCents: unknown;
|
|
10741
10939
|
mtaBalanceCents: unknown;
|
|
10742
10940
|
stage: string;
|
|
10941
|
+
cmaId?: string | null | undefined;
|
|
10743
10942
|
buyerName?: string | null | undefined;
|
|
10943
|
+
initialDepositStatus?: string | null | undefined;
|
|
10744
10944
|
project?: {
|
|
10745
10945
|
id: string;
|
|
10746
10946
|
name: string;
|
|
@@ -10834,7 +11034,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
10834
11034
|
cmaBalanceCents: bigint;
|
|
10835
11035
|
mtaBalanceCents: bigint;
|
|
10836
11036
|
stage: string;
|
|
11037
|
+
cmaId?: string | null | undefined;
|
|
10837
11038
|
buyerName?: string | null | undefined;
|
|
11039
|
+
initialDepositStatus?: string | null | undefined;
|
|
10838
11040
|
project?: {
|
|
10839
11041
|
id: string;
|
|
10840
11042
|
name: string;
|
|
@@ -10927,7 +11129,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
10927
11129
|
cmaBalanceCents: bigint;
|
|
10928
11130
|
mtaBalanceCents: bigint;
|
|
10929
11131
|
stage: string;
|
|
11132
|
+
cmaId?: string | null | undefined;
|
|
10930
11133
|
buyerName?: string | null | undefined;
|
|
11134
|
+
initialDepositStatus?: string | null | undefined;
|
|
10931
11135
|
project?: {
|
|
10932
11136
|
id: string;
|
|
10933
11137
|
name: string;
|
|
@@ -11019,7 +11223,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
11019
11223
|
cmaBalanceCents: bigint;
|
|
11020
11224
|
mtaBalanceCents: bigint;
|
|
11021
11225
|
stage: string;
|
|
11226
|
+
cmaId?: string | null | undefined;
|
|
11022
11227
|
buyerName?: string | null | undefined;
|
|
11228
|
+
initialDepositStatus?: string | null | undefined;
|
|
11023
11229
|
project?: {
|
|
11024
11230
|
id: string;
|
|
11025
11231
|
name: string;
|
|
@@ -11119,7 +11325,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
11119
11325
|
cmaBalanceCents: unknown;
|
|
11120
11326
|
mtaBalanceCents: unknown;
|
|
11121
11327
|
stage: string;
|
|
11328
|
+
cmaId?: string | null | undefined;
|
|
11122
11329
|
buyerName?: string | null | undefined;
|
|
11330
|
+
initialDepositStatus?: string | null | undefined;
|
|
11123
11331
|
project?: {
|
|
11124
11332
|
id: string;
|
|
11125
11333
|
name: string;
|
|
@@ -11212,7 +11420,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
11212
11420
|
cmaBalanceCents: unknown;
|
|
11213
11421
|
mtaBalanceCents: unknown;
|
|
11214
11422
|
stage: string;
|
|
11423
|
+
cmaId?: string | null | undefined;
|
|
11215
11424
|
buyerName?: string | null | undefined;
|
|
11425
|
+
initialDepositStatus?: string | null | undefined;
|
|
11216
11426
|
project?: {
|
|
11217
11427
|
id: string;
|
|
11218
11428
|
name: string;
|
|
@@ -11304,7 +11514,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
11304
11514
|
cmaBalanceCents: unknown;
|
|
11305
11515
|
mtaBalanceCents: unknown;
|
|
11306
11516
|
stage: string;
|
|
11517
|
+
cmaId?: string | null | undefined;
|
|
11307
11518
|
buyerName?: string | null | undefined;
|
|
11519
|
+
initialDepositStatus?: string | null | undefined;
|
|
11308
11520
|
project?: {
|
|
11309
11521
|
id: string;
|
|
11310
11522
|
name: string;
|
|
@@ -11400,7 +11612,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
11400
11612
|
cmaBalanceCents: bigint;
|
|
11401
11613
|
mtaBalanceCents: bigint;
|
|
11402
11614
|
stage: string;
|
|
11615
|
+
cmaId?: string | null | undefined;
|
|
11403
11616
|
buyerName?: string | null | undefined;
|
|
11617
|
+
initialDepositStatus?: string | null | undefined;
|
|
11404
11618
|
project?: {
|
|
11405
11619
|
id: string;
|
|
11406
11620
|
name: string;
|
|
@@ -11494,7 +11708,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
11494
11708
|
cmaBalanceCents: bigint;
|
|
11495
11709
|
mtaBalanceCents: bigint;
|
|
11496
11710
|
stage: string;
|
|
11711
|
+
cmaId?: string | null | undefined;
|
|
11497
11712
|
buyerName?: string | null | undefined;
|
|
11713
|
+
initialDepositStatus?: string | null | undefined;
|
|
11498
11714
|
project?: {
|
|
11499
11715
|
id: string;
|
|
11500
11716
|
name: string;
|
|
@@ -11587,7 +11803,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
11587
11803
|
cmaBalanceCents: bigint;
|
|
11588
11804
|
mtaBalanceCents: bigint;
|
|
11589
11805
|
stage: string;
|
|
11806
|
+
cmaId?: string | null | undefined;
|
|
11590
11807
|
buyerName?: string | null | undefined;
|
|
11808
|
+
initialDepositStatus?: string | null | undefined;
|
|
11591
11809
|
project?: {
|
|
11592
11810
|
id: string;
|
|
11593
11811
|
name: string;
|
|
@@ -11690,7 +11908,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
11690
11908
|
cmaBalanceCents: unknown;
|
|
11691
11909
|
mtaBalanceCents: unknown;
|
|
11692
11910
|
stage: string;
|
|
11911
|
+
cmaId?: string | null | undefined;
|
|
11693
11912
|
buyerName?: string | null | undefined;
|
|
11913
|
+
initialDepositStatus?: string | null | undefined;
|
|
11694
11914
|
project?: {
|
|
11695
11915
|
id: string;
|
|
11696
11916
|
name: string;
|
|
@@ -11784,7 +12004,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
11784
12004
|
cmaBalanceCents: unknown;
|
|
11785
12005
|
mtaBalanceCents: unknown;
|
|
11786
12006
|
stage: string;
|
|
12007
|
+
cmaId?: string | null | undefined;
|
|
11787
12008
|
buyerName?: string | null | undefined;
|
|
12009
|
+
initialDepositStatus?: string | null | undefined;
|
|
11788
12010
|
project?: {
|
|
11789
12011
|
id: string;
|
|
11790
12012
|
name: string;
|
|
@@ -11877,7 +12099,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
11877
12099
|
cmaBalanceCents: unknown;
|
|
11878
12100
|
mtaBalanceCents: unknown;
|
|
11879
12101
|
stage: string;
|
|
12102
|
+
cmaId?: string | null | undefined;
|
|
11880
12103
|
buyerName?: string | null | undefined;
|
|
12104
|
+
initialDepositStatus?: string | null | undefined;
|
|
11881
12105
|
project?: {
|
|
11882
12106
|
id: string;
|
|
11883
12107
|
name: string;
|
|
@@ -11971,7 +12195,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
11971
12195
|
cmaBalanceCents: bigint;
|
|
11972
12196
|
mtaBalanceCents: bigint;
|
|
11973
12197
|
stage: string;
|
|
12198
|
+
cmaId?: string | null | undefined;
|
|
11974
12199
|
buyerName?: string | null | undefined;
|
|
12200
|
+
initialDepositStatus?: string | null | undefined;
|
|
11975
12201
|
project?: {
|
|
11976
12202
|
id: string;
|
|
11977
12203
|
name: string;
|
|
@@ -12065,7 +12291,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
12065
12291
|
cmaBalanceCents: bigint;
|
|
12066
12292
|
mtaBalanceCents: bigint;
|
|
12067
12293
|
stage: string;
|
|
12294
|
+
cmaId?: string | null | undefined;
|
|
12068
12295
|
buyerName?: string | null | undefined;
|
|
12296
|
+
initialDepositStatus?: string | null | undefined;
|
|
12069
12297
|
project?: {
|
|
12070
12298
|
id: string;
|
|
12071
12299
|
name: string;
|
|
@@ -12158,7 +12386,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
12158
12386
|
cmaBalanceCents: bigint;
|
|
12159
12387
|
mtaBalanceCents: bigint;
|
|
12160
12388
|
stage: string;
|
|
12389
|
+
cmaId?: string | null | undefined;
|
|
12161
12390
|
buyerName?: string | null | undefined;
|
|
12391
|
+
initialDepositStatus?: string | null | undefined;
|
|
12162
12392
|
project?: {
|
|
12163
12393
|
id: string;
|
|
12164
12394
|
name: string;
|
|
@@ -12261,7 +12491,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
12261
12491
|
cmaBalanceCents: unknown;
|
|
12262
12492
|
mtaBalanceCents: unknown;
|
|
12263
12493
|
stage: string;
|
|
12494
|
+
cmaId?: string | null | undefined;
|
|
12264
12495
|
buyerName?: string | null | undefined;
|
|
12496
|
+
initialDepositStatus?: string | null | undefined;
|
|
12265
12497
|
project?: {
|
|
12266
12498
|
id: string;
|
|
12267
12499
|
name: string;
|
|
@@ -12355,7 +12587,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
12355
12587
|
cmaBalanceCents: unknown;
|
|
12356
12588
|
mtaBalanceCents: unknown;
|
|
12357
12589
|
stage: string;
|
|
12590
|
+
cmaId?: string | null | undefined;
|
|
12358
12591
|
buyerName?: string | null | undefined;
|
|
12592
|
+
initialDepositStatus?: string | null | undefined;
|
|
12359
12593
|
project?: {
|
|
12360
12594
|
id: string;
|
|
12361
12595
|
name: string;
|
|
@@ -12448,7 +12682,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
12448
12682
|
cmaBalanceCents: unknown;
|
|
12449
12683
|
mtaBalanceCents: unknown;
|
|
12450
12684
|
stage: string;
|
|
12685
|
+
cmaId?: string | null | undefined;
|
|
12451
12686
|
buyerName?: string | null | undefined;
|
|
12687
|
+
initialDepositStatus?: string | null | undefined;
|
|
12452
12688
|
project?: {
|
|
12453
12689
|
id: string;
|
|
12454
12690
|
name: string;
|
|
@@ -12573,7 +12809,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
12573
12809
|
cmaBalanceCents: bigint;
|
|
12574
12810
|
mtaBalanceCents: bigint;
|
|
12575
12811
|
stage: string;
|
|
12812
|
+
cmaId?: string | null | undefined;
|
|
12576
12813
|
buyerName?: string | null | undefined;
|
|
12814
|
+
initialDepositStatus?: string | null | undefined;
|
|
12577
12815
|
project?: {
|
|
12578
12816
|
id: string;
|
|
12579
12817
|
name: string;
|
|
@@ -12667,7 +12905,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
12667
12905
|
cmaBalanceCents: bigint;
|
|
12668
12906
|
mtaBalanceCents: bigint;
|
|
12669
12907
|
stage: string;
|
|
12908
|
+
cmaId?: string | null | undefined;
|
|
12670
12909
|
buyerName?: string | null | undefined;
|
|
12910
|
+
initialDepositStatus?: string | null | undefined;
|
|
12671
12911
|
project?: {
|
|
12672
12912
|
id: string;
|
|
12673
12913
|
name: string;
|
|
@@ -12760,7 +13000,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
12760
13000
|
cmaBalanceCents: bigint;
|
|
12761
13001
|
mtaBalanceCents: bigint;
|
|
12762
13002
|
stage: string;
|
|
13003
|
+
cmaId?: string | null | undefined;
|
|
12763
13004
|
buyerName?: string | null | undefined;
|
|
13005
|
+
initialDepositStatus?: string | null | undefined;
|
|
12764
13006
|
project?: {
|
|
12765
13007
|
id: string;
|
|
12766
13008
|
name: string;
|
|
@@ -12907,6 +13149,7 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
12907
13149
|
syncedAt: z.ZodCoercedDate<unknown>;
|
|
12908
13150
|
updatedAt: z.ZodCoercedDate<unknown>;
|
|
12909
13151
|
mtaId: z.ZodString;
|
|
13152
|
+
cmaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
12910
13153
|
balanceCents: z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodBigInt>;
|
|
12911
13154
|
customerId: z.ZodString;
|
|
12912
13155
|
projectId: z.ZodString;
|
|
@@ -12916,6 +13159,7 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
12916
13159
|
cmaBalanceCents: z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodBigInt>;
|
|
12917
13160
|
mtaBalanceCents: z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodBigInt>;
|
|
12918
13161
|
stage: z.ZodString;
|
|
13162
|
+
initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
12919
13163
|
project: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
12920
13164
|
id: z.ZodString;
|
|
12921
13165
|
name: z.ZodString;
|
|
@@ -13147,7 +13391,6 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
13147
13391
|
createdBy: string | null;
|
|
13148
13392
|
updatedBy: string | null;
|
|
13149
13393
|
}>>>>;
|
|
13150
|
-
description: z.ZodNullable<z.ZodString>;
|
|
13151
13394
|
status: z.ZodString;
|
|
13152
13395
|
isArchived: z.ZodBoolean;
|
|
13153
13396
|
createdAt: z.ZodCoercedDate<unknown>;
|
|
@@ -13155,6 +13398,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
13155
13398
|
propertyId: z.ZodNullable<z.ZodString>;
|
|
13156
13399
|
payoutId: z.ZodString;
|
|
13157
13400
|
bankRef: z.ZodNullable<z.ZodString>;
|
|
13401
|
+
description: z.ZodNullable<z.ZodString>;
|
|
13158
13402
|
isCanceled: z.ZodBoolean;
|
|
13159
13403
|
canceledAt: z.ZodNullable<z.ZodCoercedDate<unknown>>;
|
|
13160
13404
|
mtaTransactionId: z.ZodNullable<z.ZodString>;
|
|
@@ -13174,6 +13418,8 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
13174
13418
|
stage: z.ZodString;
|
|
13175
13419
|
status: z.ZodString;
|
|
13176
13420
|
mtaId: z.ZodString;
|
|
13421
|
+
cmaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13422
|
+
initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13177
13423
|
isArchived: z.ZodBoolean;
|
|
13178
13424
|
createdAt: z.ZodCoercedDate<unknown>;
|
|
13179
13425
|
syncedAt: z.ZodCoercedDate<unknown>;
|
|
@@ -13317,7 +13563,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
13317
13563
|
cmaBalanceCents: bigint;
|
|
13318
13564
|
mtaBalanceCents: bigint;
|
|
13319
13565
|
stage: string;
|
|
13566
|
+
cmaId?: string | null | undefined;
|
|
13320
13567
|
buyerName?: string | null | undefined;
|
|
13568
|
+
initialDepositStatus?: string | null | undefined;
|
|
13321
13569
|
project?: {
|
|
13322
13570
|
id: string;
|
|
13323
13571
|
name: string;
|
|
@@ -13410,7 +13658,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
13410
13658
|
cmaBalanceCents: bigint;
|
|
13411
13659
|
mtaBalanceCents: bigint;
|
|
13412
13660
|
stage: string;
|
|
13661
|
+
cmaId?: string | null | undefined;
|
|
13413
13662
|
buyerName?: string | null | undefined;
|
|
13663
|
+
initialDepositStatus?: string | null | undefined;
|
|
13414
13664
|
project?: {
|
|
13415
13665
|
id: string;
|
|
13416
13666
|
name: string;
|
|
@@ -13502,7 +13752,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
13502
13752
|
cmaBalanceCents: bigint;
|
|
13503
13753
|
mtaBalanceCents: bigint;
|
|
13504
13754
|
stage: string;
|
|
13755
|
+
cmaId?: string | null | undefined;
|
|
13505
13756
|
buyerName?: string | null | undefined;
|
|
13757
|
+
initialDepositStatus?: string | null | undefined;
|
|
13506
13758
|
project?: {
|
|
13507
13759
|
id: string;
|
|
13508
13760
|
name: string;
|
|
@@ -13602,7 +13854,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
13602
13854
|
cmaBalanceCents: unknown;
|
|
13603
13855
|
mtaBalanceCents: unknown;
|
|
13604
13856
|
stage: string;
|
|
13857
|
+
cmaId?: string | null | undefined;
|
|
13605
13858
|
buyerName?: string | null | undefined;
|
|
13859
|
+
initialDepositStatus?: string | null | undefined;
|
|
13606
13860
|
project?: {
|
|
13607
13861
|
id: string;
|
|
13608
13862
|
name: string;
|
|
@@ -13695,7 +13949,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
13695
13949
|
cmaBalanceCents: unknown;
|
|
13696
13950
|
mtaBalanceCents: unknown;
|
|
13697
13951
|
stage: string;
|
|
13952
|
+
cmaId?: string | null | undefined;
|
|
13698
13953
|
buyerName?: string | null | undefined;
|
|
13954
|
+
initialDepositStatus?: string | null | undefined;
|
|
13699
13955
|
project?: {
|
|
13700
13956
|
id: string;
|
|
13701
13957
|
name: string;
|
|
@@ -13787,7 +14043,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
13787
14043
|
cmaBalanceCents: unknown;
|
|
13788
14044
|
mtaBalanceCents: unknown;
|
|
13789
14045
|
stage: string;
|
|
14046
|
+
cmaId?: string | null | undefined;
|
|
13790
14047
|
buyerName?: string | null | undefined;
|
|
14048
|
+
initialDepositStatus?: string | null | undefined;
|
|
13791
14049
|
project?: {
|
|
13792
14050
|
id: string;
|
|
13793
14051
|
name: string;
|
|
@@ -13881,7 +14139,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
13881
14139
|
cmaBalanceCents: bigint;
|
|
13882
14140
|
mtaBalanceCents: bigint;
|
|
13883
14141
|
stage: string;
|
|
14142
|
+
cmaId?: string | null | undefined;
|
|
13884
14143
|
buyerName?: string | null | undefined;
|
|
14144
|
+
initialDepositStatus?: string | null | undefined;
|
|
13885
14145
|
project?: {
|
|
13886
14146
|
id: string;
|
|
13887
14147
|
name: string;
|
|
@@ -13974,7 +14234,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
13974
14234
|
cmaBalanceCents: bigint;
|
|
13975
14235
|
mtaBalanceCents: bigint;
|
|
13976
14236
|
stage: string;
|
|
14237
|
+
cmaId?: string | null | undefined;
|
|
13977
14238
|
buyerName?: string | null | undefined;
|
|
14239
|
+
initialDepositStatus?: string | null | undefined;
|
|
13978
14240
|
project?: {
|
|
13979
14241
|
id: string;
|
|
13980
14242
|
name: string;
|
|
@@ -14066,7 +14328,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
14066
14328
|
cmaBalanceCents: bigint;
|
|
14067
14329
|
mtaBalanceCents: bigint;
|
|
14068
14330
|
stage: string;
|
|
14331
|
+
cmaId?: string | null | undefined;
|
|
14069
14332
|
buyerName?: string | null | undefined;
|
|
14333
|
+
initialDepositStatus?: string | null | undefined;
|
|
14070
14334
|
project?: {
|
|
14071
14335
|
id: string;
|
|
14072
14336
|
name: string;
|
|
@@ -14166,7 +14430,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
14166
14430
|
cmaBalanceCents: unknown;
|
|
14167
14431
|
mtaBalanceCents: unknown;
|
|
14168
14432
|
stage: string;
|
|
14433
|
+
cmaId?: string | null | undefined;
|
|
14169
14434
|
buyerName?: string | null | undefined;
|
|
14435
|
+
initialDepositStatus?: string | null | undefined;
|
|
14170
14436
|
project?: {
|
|
14171
14437
|
id: string;
|
|
14172
14438
|
name: string;
|
|
@@ -14259,7 +14525,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
14259
14525
|
cmaBalanceCents: unknown;
|
|
14260
14526
|
mtaBalanceCents: unknown;
|
|
14261
14527
|
stage: string;
|
|
14528
|
+
cmaId?: string | null | undefined;
|
|
14262
14529
|
buyerName?: string | null | undefined;
|
|
14530
|
+
initialDepositStatus?: string | null | undefined;
|
|
14263
14531
|
project?: {
|
|
14264
14532
|
id: string;
|
|
14265
14533
|
name: string;
|
|
@@ -14351,7 +14619,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
14351
14619
|
cmaBalanceCents: unknown;
|
|
14352
14620
|
mtaBalanceCents: unknown;
|
|
14353
14621
|
stage: string;
|
|
14622
|
+
cmaId?: string | null | undefined;
|
|
14354
14623
|
buyerName?: string | null | undefined;
|
|
14624
|
+
initialDepositStatus?: string | null | undefined;
|
|
14355
14625
|
project?: {
|
|
14356
14626
|
id: string;
|
|
14357
14627
|
name: string;
|
|
@@ -14447,7 +14717,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
14447
14717
|
cmaBalanceCents: bigint;
|
|
14448
14718
|
mtaBalanceCents: bigint;
|
|
14449
14719
|
stage: string;
|
|
14720
|
+
cmaId?: string | null | undefined;
|
|
14450
14721
|
buyerName?: string | null | undefined;
|
|
14722
|
+
initialDepositStatus?: string | null | undefined;
|
|
14451
14723
|
project?: {
|
|
14452
14724
|
id: string;
|
|
14453
14725
|
name: string;
|
|
@@ -14541,7 +14813,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
14541
14813
|
cmaBalanceCents: bigint;
|
|
14542
14814
|
mtaBalanceCents: bigint;
|
|
14543
14815
|
stage: string;
|
|
14816
|
+
cmaId?: string | null | undefined;
|
|
14544
14817
|
buyerName?: string | null | undefined;
|
|
14818
|
+
initialDepositStatus?: string | null | undefined;
|
|
14545
14819
|
project?: {
|
|
14546
14820
|
id: string;
|
|
14547
14821
|
name: string;
|
|
@@ -14634,7 +14908,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
14634
14908
|
cmaBalanceCents: bigint;
|
|
14635
14909
|
mtaBalanceCents: bigint;
|
|
14636
14910
|
stage: string;
|
|
14911
|
+
cmaId?: string | null | undefined;
|
|
14637
14912
|
buyerName?: string | null | undefined;
|
|
14913
|
+
initialDepositStatus?: string | null | undefined;
|
|
14638
14914
|
project?: {
|
|
14639
14915
|
id: string;
|
|
14640
14916
|
name: string;
|
|
@@ -14737,7 +15013,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
14737
15013
|
cmaBalanceCents: unknown;
|
|
14738
15014
|
mtaBalanceCents: unknown;
|
|
14739
15015
|
stage: string;
|
|
15016
|
+
cmaId?: string | null | undefined;
|
|
14740
15017
|
buyerName?: string | null | undefined;
|
|
15018
|
+
initialDepositStatus?: string | null | undefined;
|
|
14741
15019
|
project?: {
|
|
14742
15020
|
id: string;
|
|
14743
15021
|
name: string;
|
|
@@ -14831,7 +15109,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
14831
15109
|
cmaBalanceCents: unknown;
|
|
14832
15110
|
mtaBalanceCents: unknown;
|
|
14833
15111
|
stage: string;
|
|
15112
|
+
cmaId?: string | null | undefined;
|
|
14834
15113
|
buyerName?: string | null | undefined;
|
|
15114
|
+
initialDepositStatus?: string | null | undefined;
|
|
14835
15115
|
project?: {
|
|
14836
15116
|
id: string;
|
|
14837
15117
|
name: string;
|
|
@@ -14924,7 +15204,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
14924
15204
|
cmaBalanceCents: unknown;
|
|
14925
15205
|
mtaBalanceCents: unknown;
|
|
14926
15206
|
stage: string;
|
|
15207
|
+
cmaId?: string | null | undefined;
|
|
14927
15208
|
buyerName?: string | null | undefined;
|
|
15209
|
+
initialDepositStatus?: string | null | undefined;
|
|
14928
15210
|
project?: {
|
|
14929
15211
|
id: string;
|
|
14930
15212
|
name: string;
|
|
@@ -15018,7 +15300,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
15018
15300
|
cmaBalanceCents: bigint;
|
|
15019
15301
|
mtaBalanceCents: bigint;
|
|
15020
15302
|
stage: string;
|
|
15303
|
+
cmaId?: string | null | undefined;
|
|
15021
15304
|
buyerName?: string | null | undefined;
|
|
15305
|
+
initialDepositStatus?: string | null | undefined;
|
|
15022
15306
|
project?: {
|
|
15023
15307
|
id: string;
|
|
15024
15308
|
name: string;
|
|
@@ -15112,7 +15396,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
15112
15396
|
cmaBalanceCents: bigint;
|
|
15113
15397
|
mtaBalanceCents: bigint;
|
|
15114
15398
|
stage: string;
|
|
15399
|
+
cmaId?: string | null | undefined;
|
|
15115
15400
|
buyerName?: string | null | undefined;
|
|
15401
|
+
initialDepositStatus?: string | null | undefined;
|
|
15116
15402
|
project?: {
|
|
15117
15403
|
id: string;
|
|
15118
15404
|
name: string;
|
|
@@ -15205,7 +15491,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
15205
15491
|
cmaBalanceCents: bigint;
|
|
15206
15492
|
mtaBalanceCents: bigint;
|
|
15207
15493
|
stage: string;
|
|
15494
|
+
cmaId?: string | null | undefined;
|
|
15208
15495
|
buyerName?: string | null | undefined;
|
|
15496
|
+
initialDepositStatus?: string | null | undefined;
|
|
15209
15497
|
project?: {
|
|
15210
15498
|
id: string;
|
|
15211
15499
|
name: string;
|
|
@@ -15308,7 +15596,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
15308
15596
|
cmaBalanceCents: unknown;
|
|
15309
15597
|
mtaBalanceCents: unknown;
|
|
15310
15598
|
stage: string;
|
|
15599
|
+
cmaId?: string | null | undefined;
|
|
15311
15600
|
buyerName?: string | null | undefined;
|
|
15601
|
+
initialDepositStatus?: string | null | undefined;
|
|
15312
15602
|
project?: {
|
|
15313
15603
|
id: string;
|
|
15314
15604
|
name: string;
|
|
@@ -15402,7 +15692,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
15402
15692
|
cmaBalanceCents: unknown;
|
|
15403
15693
|
mtaBalanceCents: unknown;
|
|
15404
15694
|
stage: string;
|
|
15695
|
+
cmaId?: string | null | undefined;
|
|
15405
15696
|
buyerName?: string | null | undefined;
|
|
15697
|
+
initialDepositStatus?: string | null | undefined;
|
|
15406
15698
|
project?: {
|
|
15407
15699
|
id: string;
|
|
15408
15700
|
name: string;
|
|
@@ -15495,7 +15787,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
15495
15787
|
cmaBalanceCents: unknown;
|
|
15496
15788
|
mtaBalanceCents: unknown;
|
|
15497
15789
|
stage: string;
|
|
15790
|
+
cmaId?: string | null | undefined;
|
|
15498
15791
|
buyerName?: string | null | undefined;
|
|
15792
|
+
initialDepositStatus?: string | null | undefined;
|
|
15499
15793
|
project?: {
|
|
15500
15794
|
id: string;
|
|
15501
15795
|
name: string;
|
|
@@ -15620,7 +15914,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
15620
15914
|
cmaBalanceCents: bigint;
|
|
15621
15915
|
mtaBalanceCents: bigint;
|
|
15622
15916
|
stage: string;
|
|
15917
|
+
cmaId?: string | null | undefined;
|
|
15623
15918
|
buyerName?: string | null | undefined;
|
|
15919
|
+
initialDepositStatus?: string | null | undefined;
|
|
15624
15920
|
project?: {
|
|
15625
15921
|
id: string;
|
|
15626
15922
|
name: string;
|
|
@@ -15714,7 +16010,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
15714
16010
|
cmaBalanceCents: bigint;
|
|
15715
16011
|
mtaBalanceCents: bigint;
|
|
15716
16012
|
stage: string;
|
|
16013
|
+
cmaId?: string | null | undefined;
|
|
15717
16014
|
buyerName?: string | null | undefined;
|
|
16015
|
+
initialDepositStatus?: string | null | undefined;
|
|
15718
16016
|
project?: {
|
|
15719
16017
|
id: string;
|
|
15720
16018
|
name: string;
|
|
@@ -15807,7 +16105,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
15807
16105
|
cmaBalanceCents: bigint;
|
|
15808
16106
|
mtaBalanceCents: bigint;
|
|
15809
16107
|
stage: string;
|
|
16108
|
+
cmaId?: string | null | undefined;
|
|
15810
16109
|
buyerName?: string | null | undefined;
|
|
16110
|
+
initialDepositStatus?: string | null | undefined;
|
|
15811
16111
|
project?: {
|
|
15812
16112
|
id: string;
|
|
15813
16113
|
name: string;
|
|
@@ -16053,7 +16353,6 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
16053
16353
|
createdBy: z.ZodString;
|
|
16054
16354
|
}, z.core.$loose>>, z.ZodTransform<{
|
|
16055
16355
|
id: string;
|
|
16056
|
-
description: string | null;
|
|
16057
16356
|
status: "active" | "inactive";
|
|
16058
16357
|
isArchived: boolean;
|
|
16059
16358
|
createdAt: Date;
|
|
@@ -16063,6 +16362,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
16063
16362
|
propertyId: string;
|
|
16064
16363
|
payoutId: number;
|
|
16065
16364
|
balanceCents: number;
|
|
16365
|
+
description: string | null;
|
|
16066
16366
|
createdBy: string;
|
|
16067
16367
|
cmaSeq: number;
|
|
16068
16368
|
country: string;
|
|
@@ -16127,7 +16427,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
16127
16427
|
cmaBalanceCents: bigint;
|
|
16128
16428
|
mtaBalanceCents: bigint;
|
|
16129
16429
|
stage: string;
|
|
16430
|
+
cmaId?: string | null | undefined;
|
|
16130
16431
|
buyerName?: string | null | undefined;
|
|
16432
|
+
initialDepositStatus?: string | null | undefined;
|
|
16131
16433
|
project?: {
|
|
16132
16434
|
id: string;
|
|
16133
16435
|
name: string;
|
|
@@ -16220,7 +16522,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
16220
16522
|
cmaBalanceCents: bigint;
|
|
16221
16523
|
mtaBalanceCents: bigint;
|
|
16222
16524
|
stage: string;
|
|
16525
|
+
cmaId?: string | null | undefined;
|
|
16223
16526
|
buyerName?: string | null | undefined;
|
|
16527
|
+
initialDepositStatus?: string | null | undefined;
|
|
16224
16528
|
project?: {
|
|
16225
16529
|
id: string;
|
|
16226
16530
|
name: string;
|
|
@@ -16312,7 +16616,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
16312
16616
|
cmaBalanceCents: bigint;
|
|
16313
16617
|
mtaBalanceCents: bigint;
|
|
16314
16618
|
stage: string;
|
|
16619
|
+
cmaId?: string | null | undefined;
|
|
16315
16620
|
buyerName?: string | null | undefined;
|
|
16621
|
+
initialDepositStatus?: string | null | undefined;
|
|
16316
16622
|
project?: {
|
|
16317
16623
|
id: string;
|
|
16318
16624
|
name: string;
|
|
@@ -16379,7 +16685,6 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
16379
16685
|
updatedAt: Date;
|
|
16380
16686
|
createdBy: string;
|
|
16381
16687
|
}>>>>;
|
|
16382
|
-
description: z.ZodNullable<z.ZodString>;
|
|
16383
16688
|
status: z.ZodString;
|
|
16384
16689
|
isArchived: z.ZodBoolean;
|
|
16385
16690
|
createdAt: z.ZodCoercedDate<unknown>;
|
|
@@ -16387,6 +16692,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
16387
16692
|
propertyId: z.ZodNullable<z.ZodString>;
|
|
16388
16693
|
payoutId: z.ZodString;
|
|
16389
16694
|
bankRef: z.ZodNullable<z.ZodString>;
|
|
16695
|
+
description: z.ZodNullable<z.ZodString>;
|
|
16390
16696
|
isCanceled: z.ZodBoolean;
|
|
16391
16697
|
canceledAt: z.ZodNullable<z.ZodCoercedDate<unknown>>;
|
|
16392
16698
|
mtaTransactionId: z.ZodNullable<z.ZodString>;
|
|
@@ -16406,6 +16712,8 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
16406
16712
|
stage: z.ZodString;
|
|
16407
16713
|
status: z.ZodString;
|
|
16408
16714
|
mtaId: z.ZodString;
|
|
16715
|
+
cmaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
16716
|
+
initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
16409
16717
|
isArchived: z.ZodBoolean;
|
|
16410
16718
|
createdAt: z.ZodCoercedDate<unknown>;
|
|
16411
16719
|
syncedAt: z.ZodCoercedDate<unknown>;
|
|
@@ -16549,7 +16857,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
16549
16857
|
cmaBalanceCents: bigint;
|
|
16550
16858
|
mtaBalanceCents: bigint;
|
|
16551
16859
|
stage: string;
|
|
16860
|
+
cmaId?: string | null | undefined;
|
|
16552
16861
|
buyerName?: string | null | undefined;
|
|
16862
|
+
initialDepositStatus?: string | null | undefined;
|
|
16553
16863
|
project?: {
|
|
16554
16864
|
id: string;
|
|
16555
16865
|
name: string;
|
|
@@ -16642,7 +16952,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
16642
16952
|
cmaBalanceCents: bigint;
|
|
16643
16953
|
mtaBalanceCents: bigint;
|
|
16644
16954
|
stage: string;
|
|
16955
|
+
cmaId?: string | null | undefined;
|
|
16645
16956
|
buyerName?: string | null | undefined;
|
|
16957
|
+
initialDepositStatus?: string | null | undefined;
|
|
16646
16958
|
project?: {
|
|
16647
16959
|
id: string;
|
|
16648
16960
|
name: string;
|
|
@@ -16734,7 +17046,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
16734
17046
|
cmaBalanceCents: bigint;
|
|
16735
17047
|
mtaBalanceCents: bigint;
|
|
16736
17048
|
stage: string;
|
|
17049
|
+
cmaId?: string | null | undefined;
|
|
16737
17050
|
buyerName?: string | null | undefined;
|
|
17051
|
+
initialDepositStatus?: string | null | undefined;
|
|
16738
17052
|
project?: {
|
|
16739
17053
|
id: string;
|
|
16740
17054
|
name: string;
|
|
@@ -16834,7 +17148,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
16834
17148
|
cmaBalanceCents: unknown;
|
|
16835
17149
|
mtaBalanceCents: unknown;
|
|
16836
17150
|
stage: string;
|
|
17151
|
+
cmaId?: string | null | undefined;
|
|
16837
17152
|
buyerName?: string | null | undefined;
|
|
17153
|
+
initialDepositStatus?: string | null | undefined;
|
|
16838
17154
|
project?: {
|
|
16839
17155
|
id: string;
|
|
16840
17156
|
name: string;
|
|
@@ -16927,7 +17243,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
16927
17243
|
cmaBalanceCents: unknown;
|
|
16928
17244
|
mtaBalanceCents: unknown;
|
|
16929
17245
|
stage: string;
|
|
17246
|
+
cmaId?: string | null | undefined;
|
|
16930
17247
|
buyerName?: string | null | undefined;
|
|
17248
|
+
initialDepositStatus?: string | null | undefined;
|
|
16931
17249
|
project?: {
|
|
16932
17250
|
id: string;
|
|
16933
17251
|
name: string;
|
|
@@ -17019,7 +17337,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
17019
17337
|
cmaBalanceCents: unknown;
|
|
17020
17338
|
mtaBalanceCents: unknown;
|
|
17021
17339
|
stage: string;
|
|
17340
|
+
cmaId?: string | null | undefined;
|
|
17022
17341
|
buyerName?: string | null | undefined;
|
|
17342
|
+
initialDepositStatus?: string | null | undefined;
|
|
17023
17343
|
project?: {
|
|
17024
17344
|
id: string;
|
|
17025
17345
|
name: string;
|
|
@@ -17113,7 +17433,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
17113
17433
|
cmaBalanceCents: bigint;
|
|
17114
17434
|
mtaBalanceCents: bigint;
|
|
17115
17435
|
stage: string;
|
|
17436
|
+
cmaId?: string | null | undefined;
|
|
17116
17437
|
buyerName?: string | null | undefined;
|
|
17438
|
+
initialDepositStatus?: string | null | undefined;
|
|
17117
17439
|
project?: {
|
|
17118
17440
|
id: string;
|
|
17119
17441
|
name: string;
|
|
@@ -17206,7 +17528,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
17206
17528
|
cmaBalanceCents: bigint;
|
|
17207
17529
|
mtaBalanceCents: bigint;
|
|
17208
17530
|
stage: string;
|
|
17531
|
+
cmaId?: string | null | undefined;
|
|
17209
17532
|
buyerName?: string | null | undefined;
|
|
17533
|
+
initialDepositStatus?: string | null | undefined;
|
|
17210
17534
|
project?: {
|
|
17211
17535
|
id: string;
|
|
17212
17536
|
name: string;
|
|
@@ -17298,7 +17622,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
17298
17622
|
cmaBalanceCents: bigint;
|
|
17299
17623
|
mtaBalanceCents: bigint;
|
|
17300
17624
|
stage: string;
|
|
17625
|
+
cmaId?: string | null | undefined;
|
|
17301
17626
|
buyerName?: string | null | undefined;
|
|
17627
|
+
initialDepositStatus?: string | null | undefined;
|
|
17302
17628
|
project?: {
|
|
17303
17629
|
id: string;
|
|
17304
17630
|
name: string;
|
|
@@ -17398,7 +17724,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
17398
17724
|
cmaBalanceCents: unknown;
|
|
17399
17725
|
mtaBalanceCents: unknown;
|
|
17400
17726
|
stage: string;
|
|
17727
|
+
cmaId?: string | null | undefined;
|
|
17401
17728
|
buyerName?: string | null | undefined;
|
|
17729
|
+
initialDepositStatus?: string | null | undefined;
|
|
17402
17730
|
project?: {
|
|
17403
17731
|
id: string;
|
|
17404
17732
|
name: string;
|
|
@@ -17491,7 +17819,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
17491
17819
|
cmaBalanceCents: unknown;
|
|
17492
17820
|
mtaBalanceCents: unknown;
|
|
17493
17821
|
stage: string;
|
|
17822
|
+
cmaId?: string | null | undefined;
|
|
17494
17823
|
buyerName?: string | null | undefined;
|
|
17824
|
+
initialDepositStatus?: string | null | undefined;
|
|
17495
17825
|
project?: {
|
|
17496
17826
|
id: string;
|
|
17497
17827
|
name: string;
|
|
@@ -17583,7 +17913,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
17583
17913
|
cmaBalanceCents: unknown;
|
|
17584
17914
|
mtaBalanceCents: unknown;
|
|
17585
17915
|
stage: string;
|
|
17916
|
+
cmaId?: string | null | undefined;
|
|
17586
17917
|
buyerName?: string | null | undefined;
|
|
17918
|
+
initialDepositStatus?: string | null | undefined;
|
|
17587
17919
|
project?: {
|
|
17588
17920
|
id: string;
|
|
17589
17921
|
name: string;
|
|
@@ -17679,7 +18011,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
17679
18011
|
cmaBalanceCents: bigint;
|
|
17680
18012
|
mtaBalanceCents: bigint;
|
|
17681
18013
|
stage: string;
|
|
18014
|
+
cmaId?: string | null | undefined;
|
|
17682
18015
|
buyerName?: string | null | undefined;
|
|
18016
|
+
initialDepositStatus?: string | null | undefined;
|
|
17683
18017
|
project?: {
|
|
17684
18018
|
id: string;
|
|
17685
18019
|
name: string;
|
|
@@ -17773,7 +18107,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
17773
18107
|
cmaBalanceCents: bigint;
|
|
17774
18108
|
mtaBalanceCents: bigint;
|
|
17775
18109
|
stage: string;
|
|
18110
|
+
cmaId?: string | null | undefined;
|
|
17776
18111
|
buyerName?: string | null | undefined;
|
|
18112
|
+
initialDepositStatus?: string | null | undefined;
|
|
17777
18113
|
project?: {
|
|
17778
18114
|
id: string;
|
|
17779
18115
|
name: string;
|
|
@@ -17866,7 +18202,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
17866
18202
|
cmaBalanceCents: bigint;
|
|
17867
18203
|
mtaBalanceCents: bigint;
|
|
17868
18204
|
stage: string;
|
|
18205
|
+
cmaId?: string | null | undefined;
|
|
17869
18206
|
buyerName?: string | null | undefined;
|
|
18207
|
+
initialDepositStatus?: string | null | undefined;
|
|
17870
18208
|
project?: {
|
|
17871
18209
|
id: string;
|
|
17872
18210
|
name: string;
|
|
@@ -17969,7 +18307,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
17969
18307
|
cmaBalanceCents: unknown;
|
|
17970
18308
|
mtaBalanceCents: unknown;
|
|
17971
18309
|
stage: string;
|
|
18310
|
+
cmaId?: string | null | undefined;
|
|
17972
18311
|
buyerName?: string | null | undefined;
|
|
18312
|
+
initialDepositStatus?: string | null | undefined;
|
|
17973
18313
|
project?: {
|
|
17974
18314
|
id: string;
|
|
17975
18315
|
name: string;
|
|
@@ -18063,7 +18403,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
18063
18403
|
cmaBalanceCents: unknown;
|
|
18064
18404
|
mtaBalanceCents: unknown;
|
|
18065
18405
|
stage: string;
|
|
18406
|
+
cmaId?: string | null | undefined;
|
|
18066
18407
|
buyerName?: string | null | undefined;
|
|
18408
|
+
initialDepositStatus?: string | null | undefined;
|
|
18067
18409
|
project?: {
|
|
18068
18410
|
id: string;
|
|
18069
18411
|
name: string;
|
|
@@ -18156,7 +18498,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
18156
18498
|
cmaBalanceCents: unknown;
|
|
18157
18499
|
mtaBalanceCents: unknown;
|
|
18158
18500
|
stage: string;
|
|
18501
|
+
cmaId?: string | null | undefined;
|
|
18159
18502
|
buyerName?: string | null | undefined;
|
|
18503
|
+
initialDepositStatus?: string | null | undefined;
|
|
18160
18504
|
project?: {
|
|
18161
18505
|
id: string;
|
|
18162
18506
|
name: string;
|
|
@@ -18250,7 +18594,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
18250
18594
|
cmaBalanceCents: bigint;
|
|
18251
18595
|
mtaBalanceCents: bigint;
|
|
18252
18596
|
stage: string;
|
|
18597
|
+
cmaId?: string | null | undefined;
|
|
18253
18598
|
buyerName?: string | null | undefined;
|
|
18599
|
+
initialDepositStatus?: string | null | undefined;
|
|
18254
18600
|
project?: {
|
|
18255
18601
|
id: string;
|
|
18256
18602
|
name: string;
|
|
@@ -18344,7 +18690,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
18344
18690
|
cmaBalanceCents: bigint;
|
|
18345
18691
|
mtaBalanceCents: bigint;
|
|
18346
18692
|
stage: string;
|
|
18693
|
+
cmaId?: string | null | undefined;
|
|
18347
18694
|
buyerName?: string | null | undefined;
|
|
18695
|
+
initialDepositStatus?: string | null | undefined;
|
|
18348
18696
|
project?: {
|
|
18349
18697
|
id: string;
|
|
18350
18698
|
name: string;
|
|
@@ -18437,7 +18785,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
18437
18785
|
cmaBalanceCents: bigint;
|
|
18438
18786
|
mtaBalanceCents: bigint;
|
|
18439
18787
|
stage: string;
|
|
18788
|
+
cmaId?: string | null | undefined;
|
|
18440
18789
|
buyerName?: string | null | undefined;
|
|
18790
|
+
initialDepositStatus?: string | null | undefined;
|
|
18441
18791
|
project?: {
|
|
18442
18792
|
id: string;
|
|
18443
18793
|
name: string;
|
|
@@ -18540,7 +18890,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
18540
18890
|
cmaBalanceCents: unknown;
|
|
18541
18891
|
mtaBalanceCents: unknown;
|
|
18542
18892
|
stage: string;
|
|
18893
|
+
cmaId?: string | null | undefined;
|
|
18543
18894
|
buyerName?: string | null | undefined;
|
|
18895
|
+
initialDepositStatus?: string | null | undefined;
|
|
18544
18896
|
project?: {
|
|
18545
18897
|
id: string;
|
|
18546
18898
|
name: string;
|
|
@@ -18634,7 +18986,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
18634
18986
|
cmaBalanceCents: unknown;
|
|
18635
18987
|
mtaBalanceCents: unknown;
|
|
18636
18988
|
stage: string;
|
|
18989
|
+
cmaId?: string | null | undefined;
|
|
18637
18990
|
buyerName?: string | null | undefined;
|
|
18991
|
+
initialDepositStatus?: string | null | undefined;
|
|
18638
18992
|
project?: {
|
|
18639
18993
|
id: string;
|
|
18640
18994
|
name: string;
|
|
@@ -18727,7 +19081,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
18727
19081
|
cmaBalanceCents: unknown;
|
|
18728
19082
|
mtaBalanceCents: unknown;
|
|
18729
19083
|
stage: string;
|
|
19084
|
+
cmaId?: string | null | undefined;
|
|
18730
19085
|
buyerName?: string | null | undefined;
|
|
19086
|
+
initialDepositStatus?: string | null | undefined;
|
|
18731
19087
|
project?: {
|
|
18732
19088
|
id: string;
|
|
18733
19089
|
name: string;
|
|
@@ -18852,7 +19208,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
18852
19208
|
cmaBalanceCents: bigint;
|
|
18853
19209
|
mtaBalanceCents: bigint;
|
|
18854
19210
|
stage: string;
|
|
19211
|
+
cmaId?: string | null | undefined;
|
|
18855
19212
|
buyerName?: string | null | undefined;
|
|
19213
|
+
initialDepositStatus?: string | null | undefined;
|
|
18856
19214
|
project?: {
|
|
18857
19215
|
id: string;
|
|
18858
19216
|
name: string;
|
|
@@ -18945,7 +19303,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
18945
19303
|
cmaBalanceCents: bigint;
|
|
18946
19304
|
mtaBalanceCents: bigint;
|
|
18947
19305
|
stage: string;
|
|
19306
|
+
cmaId?: string | null | undefined;
|
|
18948
19307
|
buyerName?: string | null | undefined;
|
|
19308
|
+
initialDepositStatus?: string | null | undefined;
|
|
18949
19309
|
project?: {
|
|
18950
19310
|
id: string;
|
|
18951
19311
|
name: string;
|
|
@@ -19037,7 +19397,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
19037
19397
|
cmaBalanceCents: bigint;
|
|
19038
19398
|
mtaBalanceCents: bigint;
|
|
19039
19399
|
stage: string;
|
|
19400
|
+
cmaId?: string | null | undefined;
|
|
19040
19401
|
buyerName?: string | null | undefined;
|
|
19402
|
+
initialDepositStatus?: string | null | undefined;
|
|
19041
19403
|
project?: {
|
|
19042
19404
|
id: string;
|
|
19043
19405
|
name: string;
|
|
@@ -19272,7 +19634,6 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
19272
19634
|
createdBy: z.ZodString;
|
|
19273
19635
|
}, z.core.$loose>>, z.ZodTransform<{
|
|
19274
19636
|
id: string;
|
|
19275
|
-
description: string | null;
|
|
19276
19637
|
status: "active" | "inactive";
|
|
19277
19638
|
isArchived: boolean;
|
|
19278
19639
|
createdAt: Date;
|
|
@@ -19282,6 +19643,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
19282
19643
|
propertyId: string;
|
|
19283
19644
|
payoutId: number;
|
|
19284
19645
|
balanceCents: number;
|
|
19646
|
+
description: string | null;
|
|
19285
19647
|
createdBy: string;
|
|
19286
19648
|
cmaSeq: number;
|
|
19287
19649
|
country: string;
|
|
@@ -19346,7 +19708,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
19346
19708
|
cmaBalanceCents: bigint;
|
|
19347
19709
|
mtaBalanceCents: bigint;
|
|
19348
19710
|
stage: string;
|
|
19711
|
+
cmaId?: string | null | undefined;
|
|
19349
19712
|
buyerName?: string | null | undefined;
|
|
19713
|
+
initialDepositStatus?: string | null | undefined;
|
|
19350
19714
|
project?: {
|
|
19351
19715
|
id: string;
|
|
19352
19716
|
name: string;
|
|
@@ -19439,7 +19803,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
19439
19803
|
cmaBalanceCents: bigint;
|
|
19440
19804
|
mtaBalanceCents: bigint;
|
|
19441
19805
|
stage: string;
|
|
19806
|
+
cmaId?: string | null | undefined;
|
|
19442
19807
|
buyerName?: string | null | undefined;
|
|
19808
|
+
initialDepositStatus?: string | null | undefined;
|
|
19443
19809
|
project?: {
|
|
19444
19810
|
id: string;
|
|
19445
19811
|
name: string;
|
|
@@ -19531,7 +19897,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
19531
19897
|
cmaBalanceCents: bigint;
|
|
19532
19898
|
mtaBalanceCents: bigint;
|
|
19533
19899
|
stage: string;
|
|
19900
|
+
cmaId?: string | null | undefined;
|
|
19534
19901
|
buyerName?: string | null | undefined;
|
|
19902
|
+
initialDepositStatus?: string | null | undefined;
|
|
19535
19903
|
project?: {
|
|
19536
19904
|
id: string;
|
|
19537
19905
|
name: string;
|
|
@@ -19657,7 +20025,6 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
19657
20025
|
createdBy: string | null;
|
|
19658
20026
|
updatedBy: string | null;
|
|
19659
20027
|
}>>>>;
|
|
19660
|
-
description: z.ZodNullable<z.ZodString>;
|
|
19661
20028
|
status: z.ZodString;
|
|
19662
20029
|
isArchived: z.ZodBoolean;
|
|
19663
20030
|
createdAt: z.ZodCoercedDate<unknown>;
|
|
@@ -19665,6 +20032,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
19665
20032
|
propertyId: z.ZodNullable<z.ZodString>;
|
|
19666
20033
|
payoutId: z.ZodString;
|
|
19667
20034
|
bankRef: z.ZodNullable<z.ZodString>;
|
|
20035
|
+
description: z.ZodNullable<z.ZodString>;
|
|
19668
20036
|
isCanceled: z.ZodBoolean;
|
|
19669
20037
|
canceledAt: z.ZodNullable<z.ZodCoercedDate<unknown>>;
|
|
19670
20038
|
mtaTransactionId: z.ZodNullable<z.ZodString>;
|
|
@@ -19684,6 +20052,8 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
19684
20052
|
stage: z.ZodString;
|
|
19685
20053
|
status: z.ZodString;
|
|
19686
20054
|
mtaId: z.ZodString;
|
|
20055
|
+
cmaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20056
|
+
initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19687
20057
|
isArchived: z.ZodBoolean;
|
|
19688
20058
|
createdAt: z.ZodCoercedDate<unknown>;
|
|
19689
20059
|
syncedAt: z.ZodCoercedDate<unknown>;
|
|
@@ -19827,7 +20197,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
19827
20197
|
cmaBalanceCents: bigint;
|
|
19828
20198
|
mtaBalanceCents: bigint;
|
|
19829
20199
|
stage: string;
|
|
20200
|
+
cmaId?: string | null | undefined;
|
|
19830
20201
|
buyerName?: string | null | undefined;
|
|
20202
|
+
initialDepositStatus?: string | null | undefined;
|
|
19831
20203
|
project?: {
|
|
19832
20204
|
id: string;
|
|
19833
20205
|
name: string;
|
|
@@ -19920,7 +20292,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
19920
20292
|
cmaBalanceCents: bigint;
|
|
19921
20293
|
mtaBalanceCents: bigint;
|
|
19922
20294
|
stage: string;
|
|
20295
|
+
cmaId?: string | null | undefined;
|
|
19923
20296
|
buyerName?: string | null | undefined;
|
|
20297
|
+
initialDepositStatus?: string | null | undefined;
|
|
19924
20298
|
project?: {
|
|
19925
20299
|
id: string;
|
|
19926
20300
|
name: string;
|
|
@@ -20012,7 +20386,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
20012
20386
|
cmaBalanceCents: bigint;
|
|
20013
20387
|
mtaBalanceCents: bigint;
|
|
20014
20388
|
stage: string;
|
|
20389
|
+
cmaId?: string | null | undefined;
|
|
20015
20390
|
buyerName?: string | null | undefined;
|
|
20391
|
+
initialDepositStatus?: string | null | undefined;
|
|
20016
20392
|
project?: {
|
|
20017
20393
|
id: string;
|
|
20018
20394
|
name: string;
|
|
@@ -20112,7 +20488,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
20112
20488
|
cmaBalanceCents: unknown;
|
|
20113
20489
|
mtaBalanceCents: unknown;
|
|
20114
20490
|
stage: string;
|
|
20491
|
+
cmaId?: string | null | undefined;
|
|
20115
20492
|
buyerName?: string | null | undefined;
|
|
20493
|
+
initialDepositStatus?: string | null | undefined;
|
|
20116
20494
|
project?: {
|
|
20117
20495
|
id: string;
|
|
20118
20496
|
name: string;
|
|
@@ -20205,7 +20583,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
20205
20583
|
cmaBalanceCents: unknown;
|
|
20206
20584
|
mtaBalanceCents: unknown;
|
|
20207
20585
|
stage: string;
|
|
20586
|
+
cmaId?: string | null | undefined;
|
|
20208
20587
|
buyerName?: string | null | undefined;
|
|
20588
|
+
initialDepositStatus?: string | null | undefined;
|
|
20209
20589
|
project?: {
|
|
20210
20590
|
id: string;
|
|
20211
20591
|
name: string;
|
|
@@ -20297,7 +20677,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
20297
20677
|
cmaBalanceCents: unknown;
|
|
20298
20678
|
mtaBalanceCents: unknown;
|
|
20299
20679
|
stage: string;
|
|
20680
|
+
cmaId?: string | null | undefined;
|
|
20300
20681
|
buyerName?: string | null | undefined;
|
|
20682
|
+
initialDepositStatus?: string | null | undefined;
|
|
20301
20683
|
project?: {
|
|
20302
20684
|
id: string;
|
|
20303
20685
|
name: string;
|
|
@@ -20391,7 +20773,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
20391
20773
|
cmaBalanceCents: bigint;
|
|
20392
20774
|
mtaBalanceCents: bigint;
|
|
20393
20775
|
stage: string;
|
|
20776
|
+
cmaId?: string | null | undefined;
|
|
20394
20777
|
buyerName?: string | null | undefined;
|
|
20778
|
+
initialDepositStatus?: string | null | undefined;
|
|
20395
20779
|
project?: {
|
|
20396
20780
|
id: string;
|
|
20397
20781
|
name: string;
|
|
@@ -20484,7 +20868,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
20484
20868
|
cmaBalanceCents: bigint;
|
|
20485
20869
|
mtaBalanceCents: bigint;
|
|
20486
20870
|
stage: string;
|
|
20871
|
+
cmaId?: string | null | undefined;
|
|
20487
20872
|
buyerName?: string | null | undefined;
|
|
20873
|
+
initialDepositStatus?: string | null | undefined;
|
|
20488
20874
|
project?: {
|
|
20489
20875
|
id: string;
|
|
20490
20876
|
name: string;
|
|
@@ -20576,7 +20962,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
20576
20962
|
cmaBalanceCents: bigint;
|
|
20577
20963
|
mtaBalanceCents: bigint;
|
|
20578
20964
|
stage: string;
|
|
20965
|
+
cmaId?: string | null | undefined;
|
|
20579
20966
|
buyerName?: string | null | undefined;
|
|
20967
|
+
initialDepositStatus?: string | null | undefined;
|
|
20580
20968
|
project?: {
|
|
20581
20969
|
id: string;
|
|
20582
20970
|
name: string;
|
|
@@ -20676,7 +21064,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
20676
21064
|
cmaBalanceCents: unknown;
|
|
20677
21065
|
mtaBalanceCents: unknown;
|
|
20678
21066
|
stage: string;
|
|
21067
|
+
cmaId?: string | null | undefined;
|
|
20679
21068
|
buyerName?: string | null | undefined;
|
|
21069
|
+
initialDepositStatus?: string | null | undefined;
|
|
20680
21070
|
project?: {
|
|
20681
21071
|
id: string;
|
|
20682
21072
|
name: string;
|
|
@@ -20769,7 +21159,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
20769
21159
|
cmaBalanceCents: unknown;
|
|
20770
21160
|
mtaBalanceCents: unknown;
|
|
20771
21161
|
stage: string;
|
|
21162
|
+
cmaId?: string | null | undefined;
|
|
20772
21163
|
buyerName?: string | null | undefined;
|
|
21164
|
+
initialDepositStatus?: string | null | undefined;
|
|
20773
21165
|
project?: {
|
|
20774
21166
|
id: string;
|
|
20775
21167
|
name: string;
|
|
@@ -20861,7 +21253,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
20861
21253
|
cmaBalanceCents: unknown;
|
|
20862
21254
|
mtaBalanceCents: unknown;
|
|
20863
21255
|
stage: string;
|
|
21256
|
+
cmaId?: string | null | undefined;
|
|
20864
21257
|
buyerName?: string | null | undefined;
|
|
21258
|
+
initialDepositStatus?: string | null | undefined;
|
|
20865
21259
|
project?: {
|
|
20866
21260
|
id: string;
|
|
20867
21261
|
name: string;
|
|
@@ -20957,7 +21351,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
20957
21351
|
cmaBalanceCents: bigint;
|
|
20958
21352
|
mtaBalanceCents: bigint;
|
|
20959
21353
|
stage: string;
|
|
21354
|
+
cmaId?: string | null | undefined;
|
|
20960
21355
|
buyerName?: string | null | undefined;
|
|
21356
|
+
initialDepositStatus?: string | null | undefined;
|
|
20961
21357
|
project?: {
|
|
20962
21358
|
id: string;
|
|
20963
21359
|
name: string;
|
|
@@ -21051,7 +21447,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
21051
21447
|
cmaBalanceCents: bigint;
|
|
21052
21448
|
mtaBalanceCents: bigint;
|
|
21053
21449
|
stage: string;
|
|
21450
|
+
cmaId?: string | null | undefined;
|
|
21054
21451
|
buyerName?: string | null | undefined;
|
|
21452
|
+
initialDepositStatus?: string | null | undefined;
|
|
21055
21453
|
project?: {
|
|
21056
21454
|
id: string;
|
|
21057
21455
|
name: string;
|
|
@@ -21144,7 +21542,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
21144
21542
|
cmaBalanceCents: bigint;
|
|
21145
21543
|
mtaBalanceCents: bigint;
|
|
21146
21544
|
stage: string;
|
|
21545
|
+
cmaId?: string | null | undefined;
|
|
21147
21546
|
buyerName?: string | null | undefined;
|
|
21547
|
+
initialDepositStatus?: string | null | undefined;
|
|
21148
21548
|
project?: {
|
|
21149
21549
|
id: string;
|
|
21150
21550
|
name: string;
|
|
@@ -21247,7 +21647,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
21247
21647
|
cmaBalanceCents: unknown;
|
|
21248
21648
|
mtaBalanceCents: unknown;
|
|
21249
21649
|
stage: string;
|
|
21650
|
+
cmaId?: string | null | undefined;
|
|
21250
21651
|
buyerName?: string | null | undefined;
|
|
21652
|
+
initialDepositStatus?: string | null | undefined;
|
|
21251
21653
|
project?: {
|
|
21252
21654
|
id: string;
|
|
21253
21655
|
name: string;
|
|
@@ -21341,7 +21743,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
21341
21743
|
cmaBalanceCents: unknown;
|
|
21342
21744
|
mtaBalanceCents: unknown;
|
|
21343
21745
|
stage: string;
|
|
21746
|
+
cmaId?: string | null | undefined;
|
|
21344
21747
|
buyerName?: string | null | undefined;
|
|
21748
|
+
initialDepositStatus?: string | null | undefined;
|
|
21345
21749
|
project?: {
|
|
21346
21750
|
id: string;
|
|
21347
21751
|
name: string;
|
|
@@ -21434,7 +21838,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
21434
21838
|
cmaBalanceCents: unknown;
|
|
21435
21839
|
mtaBalanceCents: unknown;
|
|
21436
21840
|
stage: string;
|
|
21841
|
+
cmaId?: string | null | undefined;
|
|
21437
21842
|
buyerName?: string | null | undefined;
|
|
21843
|
+
initialDepositStatus?: string | null | undefined;
|
|
21438
21844
|
project?: {
|
|
21439
21845
|
id: string;
|
|
21440
21846
|
name: string;
|
|
@@ -21528,7 +21934,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
21528
21934
|
cmaBalanceCents: bigint;
|
|
21529
21935
|
mtaBalanceCents: bigint;
|
|
21530
21936
|
stage: string;
|
|
21937
|
+
cmaId?: string | null | undefined;
|
|
21531
21938
|
buyerName?: string | null | undefined;
|
|
21939
|
+
initialDepositStatus?: string | null | undefined;
|
|
21532
21940
|
project?: {
|
|
21533
21941
|
id: string;
|
|
21534
21942
|
name: string;
|
|
@@ -21622,7 +22030,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
21622
22030
|
cmaBalanceCents: bigint;
|
|
21623
22031
|
mtaBalanceCents: bigint;
|
|
21624
22032
|
stage: string;
|
|
22033
|
+
cmaId?: string | null | undefined;
|
|
21625
22034
|
buyerName?: string | null | undefined;
|
|
22035
|
+
initialDepositStatus?: string | null | undefined;
|
|
21626
22036
|
project?: {
|
|
21627
22037
|
id: string;
|
|
21628
22038
|
name: string;
|
|
@@ -21715,7 +22125,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
21715
22125
|
cmaBalanceCents: bigint;
|
|
21716
22126
|
mtaBalanceCents: bigint;
|
|
21717
22127
|
stage: string;
|
|
22128
|
+
cmaId?: string | null | undefined;
|
|
21718
22129
|
buyerName?: string | null | undefined;
|
|
22130
|
+
initialDepositStatus?: string | null | undefined;
|
|
21719
22131
|
project?: {
|
|
21720
22132
|
id: string;
|
|
21721
22133
|
name: string;
|
|
@@ -21818,7 +22230,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
21818
22230
|
cmaBalanceCents: unknown;
|
|
21819
22231
|
mtaBalanceCents: unknown;
|
|
21820
22232
|
stage: string;
|
|
22233
|
+
cmaId?: string | null | undefined;
|
|
21821
22234
|
buyerName?: string | null | undefined;
|
|
22235
|
+
initialDepositStatus?: string | null | undefined;
|
|
21822
22236
|
project?: {
|
|
21823
22237
|
id: string;
|
|
21824
22238
|
name: string;
|
|
@@ -21912,7 +22326,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
21912
22326
|
cmaBalanceCents: unknown;
|
|
21913
22327
|
mtaBalanceCents: unknown;
|
|
21914
22328
|
stage: string;
|
|
22329
|
+
cmaId?: string | null | undefined;
|
|
21915
22330
|
buyerName?: string | null | undefined;
|
|
22331
|
+
initialDepositStatus?: string | null | undefined;
|
|
21916
22332
|
project?: {
|
|
21917
22333
|
id: string;
|
|
21918
22334
|
name: string;
|
|
@@ -22005,7 +22421,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
22005
22421
|
cmaBalanceCents: unknown;
|
|
22006
22422
|
mtaBalanceCents: unknown;
|
|
22007
22423
|
stage: string;
|
|
22424
|
+
cmaId?: string | null | undefined;
|
|
22008
22425
|
buyerName?: string | null | undefined;
|
|
22426
|
+
initialDepositStatus?: string | null | undefined;
|
|
22009
22427
|
project?: {
|
|
22010
22428
|
id: string;
|
|
22011
22429
|
name: string;
|
|
@@ -22130,7 +22548,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
22130
22548
|
cmaBalanceCents: bigint;
|
|
22131
22549
|
mtaBalanceCents: bigint;
|
|
22132
22550
|
stage: string;
|
|
22551
|
+
cmaId?: string | null | undefined;
|
|
22133
22552
|
buyerName?: string | null | undefined;
|
|
22553
|
+
initialDepositStatus?: string | null | undefined;
|
|
22134
22554
|
project?: {
|
|
22135
22555
|
id: string;
|
|
22136
22556
|
name: string;
|
|
@@ -22224,7 +22644,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
22224
22644
|
cmaBalanceCents: bigint;
|
|
22225
22645
|
mtaBalanceCents: bigint;
|
|
22226
22646
|
stage: string;
|
|
22647
|
+
cmaId?: string | null | undefined;
|
|
22227
22648
|
buyerName?: string | null | undefined;
|
|
22649
|
+
initialDepositStatus?: string | null | undefined;
|
|
22228
22650
|
project?: {
|
|
22229
22651
|
id: string;
|
|
22230
22652
|
name: string;
|
|
@@ -22317,7 +22739,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
22317
22739
|
cmaBalanceCents: bigint;
|
|
22318
22740
|
mtaBalanceCents: bigint;
|
|
22319
22741
|
stage: string;
|
|
22742
|
+
cmaId?: string | null | undefined;
|
|
22320
22743
|
buyerName?: string | null | undefined;
|
|
22744
|
+
initialDepositStatus?: string | null | undefined;
|
|
22321
22745
|
project?: {
|
|
22322
22746
|
id: string;
|
|
22323
22747
|
name: string;
|
|
@@ -22480,7 +22904,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
22480
22904
|
cmaBalanceCents: bigint;
|
|
22481
22905
|
mtaBalanceCents: bigint;
|
|
22482
22906
|
stage: string;
|
|
22907
|
+
cmaId?: string | null | undefined;
|
|
22483
22908
|
buyerName?: string | null | undefined;
|
|
22909
|
+
initialDepositStatus?: string | null | undefined;
|
|
22484
22910
|
project?: {
|
|
22485
22911
|
id: string;
|
|
22486
22912
|
name: string;
|
|
@@ -22573,7 +22999,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
22573
22999
|
cmaBalanceCents: bigint;
|
|
22574
23000
|
mtaBalanceCents: bigint;
|
|
22575
23001
|
stage: string;
|
|
23002
|
+
cmaId?: string | null | undefined;
|
|
22576
23003
|
buyerName?: string | null | undefined;
|
|
23004
|
+
initialDepositStatus?: string | null | undefined;
|
|
22577
23005
|
project?: {
|
|
22578
23006
|
id: string;
|
|
22579
23007
|
name: string;
|
|
@@ -22665,7 +23093,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
22665
23093
|
cmaBalanceCents: bigint;
|
|
22666
23094
|
mtaBalanceCents: bigint;
|
|
22667
23095
|
stage: string;
|
|
23096
|
+
cmaId?: string | null | undefined;
|
|
22668
23097
|
buyerName?: string | null | undefined;
|
|
23098
|
+
initialDepositStatus?: string | null | undefined;
|
|
22669
23099
|
project?: {
|
|
22670
23100
|
id: string;
|
|
22671
23101
|
name: string;
|
|
@@ -22936,7 +23366,6 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
22936
23366
|
createdBy: string | null;
|
|
22937
23367
|
updatedBy: string | null;
|
|
22938
23368
|
}>>>>;
|
|
22939
|
-
description: z.ZodNullable<z.ZodString>;
|
|
22940
23369
|
status: z.ZodString;
|
|
22941
23370
|
isArchived: z.ZodBoolean;
|
|
22942
23371
|
createdAt: z.ZodCoercedDate<unknown>;
|
|
@@ -22944,6 +23373,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
22944
23373
|
propertyId: z.ZodNullable<z.ZodString>;
|
|
22945
23374
|
payoutId: z.ZodString;
|
|
22946
23375
|
bankRef: z.ZodNullable<z.ZodString>;
|
|
23376
|
+
description: z.ZodNullable<z.ZodString>;
|
|
22947
23377
|
isCanceled: z.ZodBoolean;
|
|
22948
23378
|
canceledAt: z.ZodNullable<z.ZodCoercedDate<unknown>>;
|
|
22949
23379
|
mtaTransactionId: z.ZodNullable<z.ZodString>;
|
|
@@ -22963,6 +23393,8 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
22963
23393
|
stage: z.ZodString;
|
|
22964
23394
|
status: z.ZodString;
|
|
22965
23395
|
mtaId: z.ZodString;
|
|
23396
|
+
cmaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23397
|
+
initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22966
23398
|
isArchived: z.ZodBoolean;
|
|
22967
23399
|
createdAt: z.ZodCoercedDate<unknown>;
|
|
22968
23400
|
syncedAt: z.ZodCoercedDate<unknown>;
|
|
@@ -23106,7 +23538,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
23106
23538
|
cmaBalanceCents: bigint;
|
|
23107
23539
|
mtaBalanceCents: bigint;
|
|
23108
23540
|
stage: string;
|
|
23541
|
+
cmaId?: string | null | undefined;
|
|
23109
23542
|
buyerName?: string | null | undefined;
|
|
23543
|
+
initialDepositStatus?: string | null | undefined;
|
|
23110
23544
|
project?: {
|
|
23111
23545
|
id: string;
|
|
23112
23546
|
name: string;
|
|
@@ -23199,7 +23633,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
23199
23633
|
cmaBalanceCents: bigint;
|
|
23200
23634
|
mtaBalanceCents: bigint;
|
|
23201
23635
|
stage: string;
|
|
23636
|
+
cmaId?: string | null | undefined;
|
|
23202
23637
|
buyerName?: string | null | undefined;
|
|
23638
|
+
initialDepositStatus?: string | null | undefined;
|
|
23203
23639
|
project?: {
|
|
23204
23640
|
id: string;
|
|
23205
23641
|
name: string;
|
|
@@ -23291,7 +23727,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
23291
23727
|
cmaBalanceCents: bigint;
|
|
23292
23728
|
mtaBalanceCents: bigint;
|
|
23293
23729
|
stage: string;
|
|
23730
|
+
cmaId?: string | null | undefined;
|
|
23294
23731
|
buyerName?: string | null | undefined;
|
|
23732
|
+
initialDepositStatus?: string | null | undefined;
|
|
23295
23733
|
project?: {
|
|
23296
23734
|
id: string;
|
|
23297
23735
|
name: string;
|
|
@@ -23391,7 +23829,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
23391
23829
|
cmaBalanceCents: unknown;
|
|
23392
23830
|
mtaBalanceCents: unknown;
|
|
23393
23831
|
stage: string;
|
|
23832
|
+
cmaId?: string | null | undefined;
|
|
23394
23833
|
buyerName?: string | null | undefined;
|
|
23834
|
+
initialDepositStatus?: string | null | undefined;
|
|
23395
23835
|
project?: {
|
|
23396
23836
|
id: string;
|
|
23397
23837
|
name: string;
|
|
@@ -23484,7 +23924,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
23484
23924
|
cmaBalanceCents: unknown;
|
|
23485
23925
|
mtaBalanceCents: unknown;
|
|
23486
23926
|
stage: string;
|
|
23927
|
+
cmaId?: string | null | undefined;
|
|
23487
23928
|
buyerName?: string | null | undefined;
|
|
23929
|
+
initialDepositStatus?: string | null | undefined;
|
|
23488
23930
|
project?: {
|
|
23489
23931
|
id: string;
|
|
23490
23932
|
name: string;
|
|
@@ -23576,7 +24018,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
23576
24018
|
cmaBalanceCents: unknown;
|
|
23577
24019
|
mtaBalanceCents: unknown;
|
|
23578
24020
|
stage: string;
|
|
24021
|
+
cmaId?: string | null | undefined;
|
|
23579
24022
|
buyerName?: string | null | undefined;
|
|
24023
|
+
initialDepositStatus?: string | null | undefined;
|
|
23580
24024
|
project?: {
|
|
23581
24025
|
id: string;
|
|
23582
24026
|
name: string;
|
|
@@ -23670,7 +24114,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
23670
24114
|
cmaBalanceCents: bigint;
|
|
23671
24115
|
mtaBalanceCents: bigint;
|
|
23672
24116
|
stage: string;
|
|
24117
|
+
cmaId?: string | null | undefined;
|
|
23673
24118
|
buyerName?: string | null | undefined;
|
|
24119
|
+
initialDepositStatus?: string | null | undefined;
|
|
23674
24120
|
project?: {
|
|
23675
24121
|
id: string;
|
|
23676
24122
|
name: string;
|
|
@@ -23763,7 +24209,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
23763
24209
|
cmaBalanceCents: bigint;
|
|
23764
24210
|
mtaBalanceCents: bigint;
|
|
23765
24211
|
stage: string;
|
|
24212
|
+
cmaId?: string | null | undefined;
|
|
23766
24213
|
buyerName?: string | null | undefined;
|
|
24214
|
+
initialDepositStatus?: string | null | undefined;
|
|
23767
24215
|
project?: {
|
|
23768
24216
|
id: string;
|
|
23769
24217
|
name: string;
|
|
@@ -23855,7 +24303,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
23855
24303
|
cmaBalanceCents: bigint;
|
|
23856
24304
|
mtaBalanceCents: bigint;
|
|
23857
24305
|
stage: string;
|
|
24306
|
+
cmaId?: string | null | undefined;
|
|
23858
24307
|
buyerName?: string | null | undefined;
|
|
24308
|
+
initialDepositStatus?: string | null | undefined;
|
|
23859
24309
|
project?: {
|
|
23860
24310
|
id: string;
|
|
23861
24311
|
name: string;
|
|
@@ -23955,7 +24405,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
23955
24405
|
cmaBalanceCents: unknown;
|
|
23956
24406
|
mtaBalanceCents: unknown;
|
|
23957
24407
|
stage: string;
|
|
24408
|
+
cmaId?: string | null | undefined;
|
|
23958
24409
|
buyerName?: string | null | undefined;
|
|
24410
|
+
initialDepositStatus?: string | null | undefined;
|
|
23959
24411
|
project?: {
|
|
23960
24412
|
id: string;
|
|
23961
24413
|
name: string;
|
|
@@ -24048,7 +24500,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
24048
24500
|
cmaBalanceCents: unknown;
|
|
24049
24501
|
mtaBalanceCents: unknown;
|
|
24050
24502
|
stage: string;
|
|
24503
|
+
cmaId?: string | null | undefined;
|
|
24051
24504
|
buyerName?: string | null | undefined;
|
|
24505
|
+
initialDepositStatus?: string | null | undefined;
|
|
24052
24506
|
project?: {
|
|
24053
24507
|
id: string;
|
|
24054
24508
|
name: string;
|
|
@@ -24140,7 +24594,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
24140
24594
|
cmaBalanceCents: unknown;
|
|
24141
24595
|
mtaBalanceCents: unknown;
|
|
24142
24596
|
stage: string;
|
|
24597
|
+
cmaId?: string | null | undefined;
|
|
24143
24598
|
buyerName?: string | null | undefined;
|
|
24599
|
+
initialDepositStatus?: string | null | undefined;
|
|
24144
24600
|
project?: {
|
|
24145
24601
|
id: string;
|
|
24146
24602
|
name: string;
|
|
@@ -24236,7 +24692,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
24236
24692
|
cmaBalanceCents: bigint;
|
|
24237
24693
|
mtaBalanceCents: bigint;
|
|
24238
24694
|
stage: string;
|
|
24695
|
+
cmaId?: string | null | undefined;
|
|
24239
24696
|
buyerName?: string | null | undefined;
|
|
24697
|
+
initialDepositStatus?: string | null | undefined;
|
|
24240
24698
|
project?: {
|
|
24241
24699
|
id: string;
|
|
24242
24700
|
name: string;
|
|
@@ -24330,7 +24788,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
24330
24788
|
cmaBalanceCents: bigint;
|
|
24331
24789
|
mtaBalanceCents: bigint;
|
|
24332
24790
|
stage: string;
|
|
24791
|
+
cmaId?: string | null | undefined;
|
|
24333
24792
|
buyerName?: string | null | undefined;
|
|
24793
|
+
initialDepositStatus?: string | null | undefined;
|
|
24334
24794
|
project?: {
|
|
24335
24795
|
id: string;
|
|
24336
24796
|
name: string;
|
|
@@ -24423,7 +24883,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
24423
24883
|
cmaBalanceCents: bigint;
|
|
24424
24884
|
mtaBalanceCents: bigint;
|
|
24425
24885
|
stage: string;
|
|
24886
|
+
cmaId?: string | null | undefined;
|
|
24426
24887
|
buyerName?: string | null | undefined;
|
|
24888
|
+
initialDepositStatus?: string | null | undefined;
|
|
24427
24889
|
project?: {
|
|
24428
24890
|
id: string;
|
|
24429
24891
|
name: string;
|
|
@@ -24526,7 +24988,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
24526
24988
|
cmaBalanceCents: unknown;
|
|
24527
24989
|
mtaBalanceCents: unknown;
|
|
24528
24990
|
stage: string;
|
|
24991
|
+
cmaId?: string | null | undefined;
|
|
24529
24992
|
buyerName?: string | null | undefined;
|
|
24993
|
+
initialDepositStatus?: string | null | undefined;
|
|
24530
24994
|
project?: {
|
|
24531
24995
|
id: string;
|
|
24532
24996
|
name: string;
|
|
@@ -24620,7 +25084,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
24620
25084
|
cmaBalanceCents: unknown;
|
|
24621
25085
|
mtaBalanceCents: unknown;
|
|
24622
25086
|
stage: string;
|
|
25087
|
+
cmaId?: string | null | undefined;
|
|
24623
25088
|
buyerName?: string | null | undefined;
|
|
25089
|
+
initialDepositStatus?: string | null | undefined;
|
|
24624
25090
|
project?: {
|
|
24625
25091
|
id: string;
|
|
24626
25092
|
name: string;
|
|
@@ -24713,7 +25179,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
24713
25179
|
cmaBalanceCents: unknown;
|
|
24714
25180
|
mtaBalanceCents: unknown;
|
|
24715
25181
|
stage: string;
|
|
25182
|
+
cmaId?: string | null | undefined;
|
|
24716
25183
|
buyerName?: string | null | undefined;
|
|
25184
|
+
initialDepositStatus?: string | null | undefined;
|
|
24717
25185
|
project?: {
|
|
24718
25186
|
id: string;
|
|
24719
25187
|
name: string;
|
|
@@ -24807,7 +25275,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
24807
25275
|
cmaBalanceCents: bigint;
|
|
24808
25276
|
mtaBalanceCents: bigint;
|
|
24809
25277
|
stage: string;
|
|
25278
|
+
cmaId?: string | null | undefined;
|
|
24810
25279
|
buyerName?: string | null | undefined;
|
|
25280
|
+
initialDepositStatus?: string | null | undefined;
|
|
24811
25281
|
project?: {
|
|
24812
25282
|
id: string;
|
|
24813
25283
|
name: string;
|
|
@@ -24901,7 +25371,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
24901
25371
|
cmaBalanceCents: bigint;
|
|
24902
25372
|
mtaBalanceCents: bigint;
|
|
24903
25373
|
stage: string;
|
|
25374
|
+
cmaId?: string | null | undefined;
|
|
24904
25375
|
buyerName?: string | null | undefined;
|
|
25376
|
+
initialDepositStatus?: string | null | undefined;
|
|
24905
25377
|
project?: {
|
|
24906
25378
|
id: string;
|
|
24907
25379
|
name: string;
|
|
@@ -24994,7 +25466,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
24994
25466
|
cmaBalanceCents: bigint;
|
|
24995
25467
|
mtaBalanceCents: bigint;
|
|
24996
25468
|
stage: string;
|
|
25469
|
+
cmaId?: string | null | undefined;
|
|
24997
25470
|
buyerName?: string | null | undefined;
|
|
25471
|
+
initialDepositStatus?: string | null | undefined;
|
|
24998
25472
|
project?: {
|
|
24999
25473
|
id: string;
|
|
25000
25474
|
name: string;
|
|
@@ -25097,7 +25571,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
25097
25571
|
cmaBalanceCents: unknown;
|
|
25098
25572
|
mtaBalanceCents: unknown;
|
|
25099
25573
|
stage: string;
|
|
25574
|
+
cmaId?: string | null | undefined;
|
|
25100
25575
|
buyerName?: string | null | undefined;
|
|
25576
|
+
initialDepositStatus?: string | null | undefined;
|
|
25101
25577
|
project?: {
|
|
25102
25578
|
id: string;
|
|
25103
25579
|
name: string;
|
|
@@ -25191,7 +25667,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
25191
25667
|
cmaBalanceCents: unknown;
|
|
25192
25668
|
mtaBalanceCents: unknown;
|
|
25193
25669
|
stage: string;
|
|
25670
|
+
cmaId?: string | null | undefined;
|
|
25194
25671
|
buyerName?: string | null | undefined;
|
|
25672
|
+
initialDepositStatus?: string | null | undefined;
|
|
25195
25673
|
project?: {
|
|
25196
25674
|
id: string;
|
|
25197
25675
|
name: string;
|
|
@@ -25284,7 +25762,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
25284
25762
|
cmaBalanceCents: unknown;
|
|
25285
25763
|
mtaBalanceCents: unknown;
|
|
25286
25764
|
stage: string;
|
|
25765
|
+
cmaId?: string | null | undefined;
|
|
25287
25766
|
buyerName?: string | null | undefined;
|
|
25767
|
+
initialDepositStatus?: string | null | undefined;
|
|
25288
25768
|
project?: {
|
|
25289
25769
|
id: string;
|
|
25290
25770
|
name: string;
|
|
@@ -25409,7 +25889,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
25409
25889
|
cmaBalanceCents: bigint;
|
|
25410
25890
|
mtaBalanceCents: bigint;
|
|
25411
25891
|
stage: string;
|
|
25892
|
+
cmaId?: string | null | undefined;
|
|
25412
25893
|
buyerName?: string | null | undefined;
|
|
25894
|
+
initialDepositStatus?: string | null | undefined;
|
|
25413
25895
|
project?: {
|
|
25414
25896
|
id: string;
|
|
25415
25897
|
name: string;
|
|
@@ -25503,7 +25985,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
25503
25985
|
cmaBalanceCents: bigint;
|
|
25504
25986
|
mtaBalanceCents: bigint;
|
|
25505
25987
|
stage: string;
|
|
25988
|
+
cmaId?: string | null | undefined;
|
|
25506
25989
|
buyerName?: string | null | undefined;
|
|
25990
|
+
initialDepositStatus?: string | null | undefined;
|
|
25507
25991
|
project?: {
|
|
25508
25992
|
id: string;
|
|
25509
25993
|
name: string;
|
|
@@ -25596,7 +26080,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
25596
26080
|
cmaBalanceCents: bigint;
|
|
25597
26081
|
mtaBalanceCents: bigint;
|
|
25598
26082
|
stage: string;
|
|
26083
|
+
cmaId?: string | null | undefined;
|
|
25599
26084
|
buyerName?: string | null | undefined;
|
|
26085
|
+
initialDepositStatus?: string | null | undefined;
|
|
25600
26086
|
project?: {
|
|
25601
26087
|
id: string;
|
|
25602
26088
|
name: string;
|
|
@@ -25842,7 +26328,6 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
25842
26328
|
createdBy: z.ZodString;
|
|
25843
26329
|
}, z.core.$loose>>, z.ZodTransform<{
|
|
25844
26330
|
id: string;
|
|
25845
|
-
description: string | null;
|
|
25846
26331
|
status: "active" | "inactive";
|
|
25847
26332
|
isArchived: boolean;
|
|
25848
26333
|
createdAt: Date;
|
|
@@ -25852,6 +26337,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
25852
26337
|
propertyId: string;
|
|
25853
26338
|
payoutId: number;
|
|
25854
26339
|
balanceCents: number;
|
|
26340
|
+
description: string | null;
|
|
25855
26341
|
createdBy: string;
|
|
25856
26342
|
cmaSeq: number;
|
|
25857
26343
|
country: string;
|
|
@@ -25916,7 +26402,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
25916
26402
|
cmaBalanceCents: bigint;
|
|
25917
26403
|
mtaBalanceCents: bigint;
|
|
25918
26404
|
stage: string;
|
|
26405
|
+
cmaId?: string | null | undefined;
|
|
25919
26406
|
buyerName?: string | null | undefined;
|
|
26407
|
+
initialDepositStatus?: string | null | undefined;
|
|
25920
26408
|
project?: {
|
|
25921
26409
|
id: string;
|
|
25922
26410
|
name: string;
|
|
@@ -26009,7 +26497,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
26009
26497
|
cmaBalanceCents: bigint;
|
|
26010
26498
|
mtaBalanceCents: bigint;
|
|
26011
26499
|
stage: string;
|
|
26500
|
+
cmaId?: string | null | undefined;
|
|
26012
26501
|
buyerName?: string | null | undefined;
|
|
26502
|
+
initialDepositStatus?: string | null | undefined;
|
|
26013
26503
|
project?: {
|
|
26014
26504
|
id: string;
|
|
26015
26505
|
name: string;
|
|
@@ -26101,7 +26591,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
26101
26591
|
cmaBalanceCents: bigint;
|
|
26102
26592
|
mtaBalanceCents: bigint;
|
|
26103
26593
|
stage: string;
|
|
26594
|
+
cmaId?: string | null | undefined;
|
|
26104
26595
|
buyerName?: string | null | undefined;
|
|
26596
|
+
initialDepositStatus?: string | null | undefined;
|
|
26105
26597
|
project?: {
|
|
26106
26598
|
id: string;
|
|
26107
26599
|
name: string;
|
|
@@ -26168,7 +26660,6 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
26168
26660
|
updatedAt: Date;
|
|
26169
26661
|
createdBy: string;
|
|
26170
26662
|
}>>>>;
|
|
26171
|
-
description: z.ZodNullable<z.ZodString>;
|
|
26172
26663
|
status: z.ZodString;
|
|
26173
26664
|
isArchived: z.ZodBoolean;
|
|
26174
26665
|
createdAt: z.ZodCoercedDate<unknown>;
|
|
@@ -26176,6 +26667,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
26176
26667
|
propertyId: z.ZodNullable<z.ZodString>;
|
|
26177
26668
|
payoutId: z.ZodString;
|
|
26178
26669
|
bankRef: z.ZodNullable<z.ZodString>;
|
|
26670
|
+
description: z.ZodNullable<z.ZodString>;
|
|
26179
26671
|
isCanceled: z.ZodBoolean;
|
|
26180
26672
|
canceledAt: z.ZodNullable<z.ZodCoercedDate<unknown>>;
|
|
26181
26673
|
mtaTransactionId: z.ZodNullable<z.ZodString>;
|
|
@@ -26195,6 +26687,8 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
26195
26687
|
stage: z.ZodString;
|
|
26196
26688
|
status: z.ZodString;
|
|
26197
26689
|
mtaId: z.ZodString;
|
|
26690
|
+
cmaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
26691
|
+
initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
26198
26692
|
isArchived: z.ZodBoolean;
|
|
26199
26693
|
createdAt: z.ZodCoercedDate<unknown>;
|
|
26200
26694
|
syncedAt: z.ZodCoercedDate<unknown>;
|
|
@@ -26338,7 +26832,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
26338
26832
|
cmaBalanceCents: bigint;
|
|
26339
26833
|
mtaBalanceCents: bigint;
|
|
26340
26834
|
stage: string;
|
|
26835
|
+
cmaId?: string | null | undefined;
|
|
26341
26836
|
buyerName?: string | null | undefined;
|
|
26837
|
+
initialDepositStatus?: string | null | undefined;
|
|
26342
26838
|
project?: {
|
|
26343
26839
|
id: string;
|
|
26344
26840
|
name: string;
|
|
@@ -26431,7 +26927,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
26431
26927
|
cmaBalanceCents: bigint;
|
|
26432
26928
|
mtaBalanceCents: bigint;
|
|
26433
26929
|
stage: string;
|
|
26930
|
+
cmaId?: string | null | undefined;
|
|
26434
26931
|
buyerName?: string | null | undefined;
|
|
26932
|
+
initialDepositStatus?: string | null | undefined;
|
|
26435
26933
|
project?: {
|
|
26436
26934
|
id: string;
|
|
26437
26935
|
name: string;
|
|
@@ -26523,7 +27021,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
26523
27021
|
cmaBalanceCents: bigint;
|
|
26524
27022
|
mtaBalanceCents: bigint;
|
|
26525
27023
|
stage: string;
|
|
27024
|
+
cmaId?: string | null | undefined;
|
|
26526
27025
|
buyerName?: string | null | undefined;
|
|
27026
|
+
initialDepositStatus?: string | null | undefined;
|
|
26527
27027
|
project?: {
|
|
26528
27028
|
id: string;
|
|
26529
27029
|
name: string;
|
|
@@ -26623,7 +27123,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
26623
27123
|
cmaBalanceCents: unknown;
|
|
26624
27124
|
mtaBalanceCents: unknown;
|
|
26625
27125
|
stage: string;
|
|
27126
|
+
cmaId?: string | null | undefined;
|
|
26626
27127
|
buyerName?: string | null | undefined;
|
|
27128
|
+
initialDepositStatus?: string | null | undefined;
|
|
26627
27129
|
project?: {
|
|
26628
27130
|
id: string;
|
|
26629
27131
|
name: string;
|
|
@@ -26716,7 +27218,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
26716
27218
|
cmaBalanceCents: unknown;
|
|
26717
27219
|
mtaBalanceCents: unknown;
|
|
26718
27220
|
stage: string;
|
|
27221
|
+
cmaId?: string | null | undefined;
|
|
26719
27222
|
buyerName?: string | null | undefined;
|
|
27223
|
+
initialDepositStatus?: string | null | undefined;
|
|
26720
27224
|
project?: {
|
|
26721
27225
|
id: string;
|
|
26722
27226
|
name: string;
|
|
@@ -26808,7 +27312,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
26808
27312
|
cmaBalanceCents: unknown;
|
|
26809
27313
|
mtaBalanceCents: unknown;
|
|
26810
27314
|
stage: string;
|
|
27315
|
+
cmaId?: string | null | undefined;
|
|
26811
27316
|
buyerName?: string | null | undefined;
|
|
27317
|
+
initialDepositStatus?: string | null | undefined;
|
|
26812
27318
|
project?: {
|
|
26813
27319
|
id: string;
|
|
26814
27320
|
name: string;
|
|
@@ -26902,7 +27408,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
26902
27408
|
cmaBalanceCents: bigint;
|
|
26903
27409
|
mtaBalanceCents: bigint;
|
|
26904
27410
|
stage: string;
|
|
27411
|
+
cmaId?: string | null | undefined;
|
|
26905
27412
|
buyerName?: string | null | undefined;
|
|
27413
|
+
initialDepositStatus?: string | null | undefined;
|
|
26906
27414
|
project?: {
|
|
26907
27415
|
id: string;
|
|
26908
27416
|
name: string;
|
|
@@ -26995,7 +27503,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
26995
27503
|
cmaBalanceCents: bigint;
|
|
26996
27504
|
mtaBalanceCents: bigint;
|
|
26997
27505
|
stage: string;
|
|
27506
|
+
cmaId?: string | null | undefined;
|
|
26998
27507
|
buyerName?: string | null | undefined;
|
|
27508
|
+
initialDepositStatus?: string | null | undefined;
|
|
26999
27509
|
project?: {
|
|
27000
27510
|
id: string;
|
|
27001
27511
|
name: string;
|
|
@@ -27087,7 +27597,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
27087
27597
|
cmaBalanceCents: bigint;
|
|
27088
27598
|
mtaBalanceCents: bigint;
|
|
27089
27599
|
stage: string;
|
|
27600
|
+
cmaId?: string | null | undefined;
|
|
27090
27601
|
buyerName?: string | null | undefined;
|
|
27602
|
+
initialDepositStatus?: string | null | undefined;
|
|
27091
27603
|
project?: {
|
|
27092
27604
|
id: string;
|
|
27093
27605
|
name: string;
|
|
@@ -27187,7 +27699,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
27187
27699
|
cmaBalanceCents: unknown;
|
|
27188
27700
|
mtaBalanceCents: unknown;
|
|
27189
27701
|
stage: string;
|
|
27702
|
+
cmaId?: string | null | undefined;
|
|
27190
27703
|
buyerName?: string | null | undefined;
|
|
27704
|
+
initialDepositStatus?: string | null | undefined;
|
|
27191
27705
|
project?: {
|
|
27192
27706
|
id: string;
|
|
27193
27707
|
name: string;
|
|
@@ -27280,7 +27794,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
27280
27794
|
cmaBalanceCents: unknown;
|
|
27281
27795
|
mtaBalanceCents: unknown;
|
|
27282
27796
|
stage: string;
|
|
27797
|
+
cmaId?: string | null | undefined;
|
|
27283
27798
|
buyerName?: string | null | undefined;
|
|
27799
|
+
initialDepositStatus?: string | null | undefined;
|
|
27284
27800
|
project?: {
|
|
27285
27801
|
id: string;
|
|
27286
27802
|
name: string;
|
|
@@ -27372,7 +27888,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
27372
27888
|
cmaBalanceCents: unknown;
|
|
27373
27889
|
mtaBalanceCents: unknown;
|
|
27374
27890
|
stage: string;
|
|
27891
|
+
cmaId?: string | null | undefined;
|
|
27375
27892
|
buyerName?: string | null | undefined;
|
|
27893
|
+
initialDepositStatus?: string | null | undefined;
|
|
27376
27894
|
project?: {
|
|
27377
27895
|
id: string;
|
|
27378
27896
|
name: string;
|
|
@@ -27468,7 +27986,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
27468
27986
|
cmaBalanceCents: bigint;
|
|
27469
27987
|
mtaBalanceCents: bigint;
|
|
27470
27988
|
stage: string;
|
|
27989
|
+
cmaId?: string | null | undefined;
|
|
27471
27990
|
buyerName?: string | null | undefined;
|
|
27991
|
+
initialDepositStatus?: string | null | undefined;
|
|
27472
27992
|
project?: {
|
|
27473
27993
|
id: string;
|
|
27474
27994
|
name: string;
|
|
@@ -27562,7 +28082,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
27562
28082
|
cmaBalanceCents: bigint;
|
|
27563
28083
|
mtaBalanceCents: bigint;
|
|
27564
28084
|
stage: string;
|
|
28085
|
+
cmaId?: string | null | undefined;
|
|
27565
28086
|
buyerName?: string | null | undefined;
|
|
28087
|
+
initialDepositStatus?: string | null | undefined;
|
|
27566
28088
|
project?: {
|
|
27567
28089
|
id: string;
|
|
27568
28090
|
name: string;
|
|
@@ -27655,7 +28177,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
27655
28177
|
cmaBalanceCents: bigint;
|
|
27656
28178
|
mtaBalanceCents: bigint;
|
|
27657
28179
|
stage: string;
|
|
28180
|
+
cmaId?: string | null | undefined;
|
|
27658
28181
|
buyerName?: string | null | undefined;
|
|
28182
|
+
initialDepositStatus?: string | null | undefined;
|
|
27659
28183
|
project?: {
|
|
27660
28184
|
id: string;
|
|
27661
28185
|
name: string;
|
|
@@ -27758,7 +28282,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
27758
28282
|
cmaBalanceCents: unknown;
|
|
27759
28283
|
mtaBalanceCents: unknown;
|
|
27760
28284
|
stage: string;
|
|
28285
|
+
cmaId?: string | null | undefined;
|
|
27761
28286
|
buyerName?: string | null | undefined;
|
|
28287
|
+
initialDepositStatus?: string | null | undefined;
|
|
27762
28288
|
project?: {
|
|
27763
28289
|
id: string;
|
|
27764
28290
|
name: string;
|
|
@@ -27852,7 +28378,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
27852
28378
|
cmaBalanceCents: unknown;
|
|
27853
28379
|
mtaBalanceCents: unknown;
|
|
27854
28380
|
stage: string;
|
|
28381
|
+
cmaId?: string | null | undefined;
|
|
27855
28382
|
buyerName?: string | null | undefined;
|
|
28383
|
+
initialDepositStatus?: string | null | undefined;
|
|
27856
28384
|
project?: {
|
|
27857
28385
|
id: string;
|
|
27858
28386
|
name: string;
|
|
@@ -27945,7 +28473,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
27945
28473
|
cmaBalanceCents: unknown;
|
|
27946
28474
|
mtaBalanceCents: unknown;
|
|
27947
28475
|
stage: string;
|
|
28476
|
+
cmaId?: string | null | undefined;
|
|
27948
28477
|
buyerName?: string | null | undefined;
|
|
28478
|
+
initialDepositStatus?: string | null | undefined;
|
|
27949
28479
|
project?: {
|
|
27950
28480
|
id: string;
|
|
27951
28481
|
name: string;
|
|
@@ -28039,7 +28569,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
28039
28569
|
cmaBalanceCents: bigint;
|
|
28040
28570
|
mtaBalanceCents: bigint;
|
|
28041
28571
|
stage: string;
|
|
28572
|
+
cmaId?: string | null | undefined;
|
|
28042
28573
|
buyerName?: string | null | undefined;
|
|
28574
|
+
initialDepositStatus?: string | null | undefined;
|
|
28043
28575
|
project?: {
|
|
28044
28576
|
id: string;
|
|
28045
28577
|
name: string;
|
|
@@ -28133,7 +28665,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
28133
28665
|
cmaBalanceCents: bigint;
|
|
28134
28666
|
mtaBalanceCents: bigint;
|
|
28135
28667
|
stage: string;
|
|
28668
|
+
cmaId?: string | null | undefined;
|
|
28136
28669
|
buyerName?: string | null | undefined;
|
|
28670
|
+
initialDepositStatus?: string | null | undefined;
|
|
28137
28671
|
project?: {
|
|
28138
28672
|
id: string;
|
|
28139
28673
|
name: string;
|
|
@@ -28226,7 +28760,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
28226
28760
|
cmaBalanceCents: bigint;
|
|
28227
28761
|
mtaBalanceCents: bigint;
|
|
28228
28762
|
stage: string;
|
|
28763
|
+
cmaId?: string | null | undefined;
|
|
28229
28764
|
buyerName?: string | null | undefined;
|
|
28765
|
+
initialDepositStatus?: string | null | undefined;
|
|
28230
28766
|
project?: {
|
|
28231
28767
|
id: string;
|
|
28232
28768
|
name: string;
|
|
@@ -28329,7 +28865,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
28329
28865
|
cmaBalanceCents: unknown;
|
|
28330
28866
|
mtaBalanceCents: unknown;
|
|
28331
28867
|
stage: string;
|
|
28868
|
+
cmaId?: string | null | undefined;
|
|
28332
28869
|
buyerName?: string | null | undefined;
|
|
28870
|
+
initialDepositStatus?: string | null | undefined;
|
|
28333
28871
|
project?: {
|
|
28334
28872
|
id: string;
|
|
28335
28873
|
name: string;
|
|
@@ -28423,7 +28961,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
28423
28961
|
cmaBalanceCents: unknown;
|
|
28424
28962
|
mtaBalanceCents: unknown;
|
|
28425
28963
|
stage: string;
|
|
28964
|
+
cmaId?: string | null | undefined;
|
|
28426
28965
|
buyerName?: string | null | undefined;
|
|
28966
|
+
initialDepositStatus?: string | null | undefined;
|
|
28427
28967
|
project?: {
|
|
28428
28968
|
id: string;
|
|
28429
28969
|
name: string;
|
|
@@ -28516,7 +29056,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
28516
29056
|
cmaBalanceCents: unknown;
|
|
28517
29057
|
mtaBalanceCents: unknown;
|
|
28518
29058
|
stage: string;
|
|
29059
|
+
cmaId?: string | null | undefined;
|
|
28519
29060
|
buyerName?: string | null | undefined;
|
|
29061
|
+
initialDepositStatus?: string | null | undefined;
|
|
28520
29062
|
project?: {
|
|
28521
29063
|
id: string;
|
|
28522
29064
|
name: string;
|
|
@@ -28641,7 +29183,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
28641
29183
|
cmaBalanceCents: bigint;
|
|
28642
29184
|
mtaBalanceCents: bigint;
|
|
28643
29185
|
stage: string;
|
|
29186
|
+
cmaId?: string | null | undefined;
|
|
28644
29187
|
buyerName?: string | null | undefined;
|
|
29188
|
+
initialDepositStatus?: string | null | undefined;
|
|
28645
29189
|
project?: {
|
|
28646
29190
|
id: string;
|
|
28647
29191
|
name: string;
|
|
@@ -28734,7 +29278,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
28734
29278
|
cmaBalanceCents: bigint;
|
|
28735
29279
|
mtaBalanceCents: bigint;
|
|
28736
29280
|
stage: string;
|
|
29281
|
+
cmaId?: string | null | undefined;
|
|
28737
29282
|
buyerName?: string | null | undefined;
|
|
29283
|
+
initialDepositStatus?: string | null | undefined;
|
|
28738
29284
|
project?: {
|
|
28739
29285
|
id: string;
|
|
28740
29286
|
name: string;
|
|
@@ -28826,7 +29372,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
28826
29372
|
cmaBalanceCents: bigint;
|
|
28827
29373
|
mtaBalanceCents: bigint;
|
|
28828
29374
|
stage: string;
|
|
29375
|
+
cmaId?: string | null | undefined;
|
|
28829
29376
|
buyerName?: string | null | undefined;
|
|
29377
|
+
initialDepositStatus?: string | null | undefined;
|
|
28830
29378
|
project?: {
|
|
28831
29379
|
id: string;
|
|
28832
29380
|
name: string;
|
|
@@ -29097,7 +29645,6 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
29097
29645
|
createdBy: string | null;
|
|
29098
29646
|
updatedBy: string | null;
|
|
29099
29647
|
}>>>>;
|
|
29100
|
-
description: z.ZodNullable<z.ZodString>;
|
|
29101
29648
|
status: z.ZodString;
|
|
29102
29649
|
isArchived: z.ZodBoolean;
|
|
29103
29650
|
createdAt: z.ZodCoercedDate<unknown>;
|
|
@@ -29105,6 +29652,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
29105
29652
|
propertyId: z.ZodNullable<z.ZodString>;
|
|
29106
29653
|
payoutId: z.ZodString;
|
|
29107
29654
|
bankRef: z.ZodNullable<z.ZodString>;
|
|
29655
|
+
description: z.ZodNullable<z.ZodString>;
|
|
29108
29656
|
isCanceled: z.ZodBoolean;
|
|
29109
29657
|
canceledAt: z.ZodNullable<z.ZodCoercedDate<unknown>>;
|
|
29110
29658
|
mtaTransactionId: z.ZodNullable<z.ZodString>;
|
|
@@ -29124,6 +29672,8 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
29124
29672
|
stage: z.ZodString;
|
|
29125
29673
|
status: z.ZodString;
|
|
29126
29674
|
mtaId: z.ZodString;
|
|
29675
|
+
cmaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
29676
|
+
initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
29127
29677
|
isArchived: z.ZodBoolean;
|
|
29128
29678
|
createdAt: z.ZodCoercedDate<unknown>;
|
|
29129
29679
|
syncedAt: z.ZodCoercedDate<unknown>;
|
|
@@ -29267,7 +29817,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
29267
29817
|
cmaBalanceCents: bigint;
|
|
29268
29818
|
mtaBalanceCents: bigint;
|
|
29269
29819
|
stage: string;
|
|
29820
|
+
cmaId?: string | null | undefined;
|
|
29270
29821
|
buyerName?: string | null | undefined;
|
|
29822
|
+
initialDepositStatus?: string | null | undefined;
|
|
29271
29823
|
project?: {
|
|
29272
29824
|
id: string;
|
|
29273
29825
|
name: string;
|
|
@@ -29360,7 +29912,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
29360
29912
|
cmaBalanceCents: bigint;
|
|
29361
29913
|
mtaBalanceCents: bigint;
|
|
29362
29914
|
stage: string;
|
|
29915
|
+
cmaId?: string | null | undefined;
|
|
29363
29916
|
buyerName?: string | null | undefined;
|
|
29917
|
+
initialDepositStatus?: string | null | undefined;
|
|
29364
29918
|
project?: {
|
|
29365
29919
|
id: string;
|
|
29366
29920
|
name: string;
|
|
@@ -29452,7 +30006,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
29452
30006
|
cmaBalanceCents: bigint;
|
|
29453
30007
|
mtaBalanceCents: bigint;
|
|
29454
30008
|
stage: string;
|
|
30009
|
+
cmaId?: string | null | undefined;
|
|
29455
30010
|
buyerName?: string | null | undefined;
|
|
30011
|
+
initialDepositStatus?: string | null | undefined;
|
|
29456
30012
|
project?: {
|
|
29457
30013
|
id: string;
|
|
29458
30014
|
name: string;
|
|
@@ -29552,7 +30108,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
29552
30108
|
cmaBalanceCents: unknown;
|
|
29553
30109
|
mtaBalanceCents: unknown;
|
|
29554
30110
|
stage: string;
|
|
30111
|
+
cmaId?: string | null | undefined;
|
|
29555
30112
|
buyerName?: string | null | undefined;
|
|
30113
|
+
initialDepositStatus?: string | null | undefined;
|
|
29556
30114
|
project?: {
|
|
29557
30115
|
id: string;
|
|
29558
30116
|
name: string;
|
|
@@ -29645,7 +30203,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
29645
30203
|
cmaBalanceCents: unknown;
|
|
29646
30204
|
mtaBalanceCents: unknown;
|
|
29647
30205
|
stage: string;
|
|
30206
|
+
cmaId?: string | null | undefined;
|
|
29648
30207
|
buyerName?: string | null | undefined;
|
|
30208
|
+
initialDepositStatus?: string | null | undefined;
|
|
29649
30209
|
project?: {
|
|
29650
30210
|
id: string;
|
|
29651
30211
|
name: string;
|
|
@@ -29737,7 +30297,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
29737
30297
|
cmaBalanceCents: unknown;
|
|
29738
30298
|
mtaBalanceCents: unknown;
|
|
29739
30299
|
stage: string;
|
|
30300
|
+
cmaId?: string | null | undefined;
|
|
29740
30301
|
buyerName?: string | null | undefined;
|
|
30302
|
+
initialDepositStatus?: string | null | undefined;
|
|
29741
30303
|
project?: {
|
|
29742
30304
|
id: string;
|
|
29743
30305
|
name: string;
|
|
@@ -29831,7 +30393,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
29831
30393
|
cmaBalanceCents: bigint;
|
|
29832
30394
|
mtaBalanceCents: bigint;
|
|
29833
30395
|
stage: string;
|
|
30396
|
+
cmaId?: string | null | undefined;
|
|
29834
30397
|
buyerName?: string | null | undefined;
|
|
30398
|
+
initialDepositStatus?: string | null | undefined;
|
|
29835
30399
|
project?: {
|
|
29836
30400
|
id: string;
|
|
29837
30401
|
name: string;
|
|
@@ -29924,7 +30488,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
29924
30488
|
cmaBalanceCents: bigint;
|
|
29925
30489
|
mtaBalanceCents: bigint;
|
|
29926
30490
|
stage: string;
|
|
30491
|
+
cmaId?: string | null | undefined;
|
|
29927
30492
|
buyerName?: string | null | undefined;
|
|
30493
|
+
initialDepositStatus?: string | null | undefined;
|
|
29928
30494
|
project?: {
|
|
29929
30495
|
id: string;
|
|
29930
30496
|
name: string;
|
|
@@ -30016,7 +30582,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
30016
30582
|
cmaBalanceCents: bigint;
|
|
30017
30583
|
mtaBalanceCents: bigint;
|
|
30018
30584
|
stage: string;
|
|
30585
|
+
cmaId?: string | null | undefined;
|
|
30019
30586
|
buyerName?: string | null | undefined;
|
|
30587
|
+
initialDepositStatus?: string | null | undefined;
|
|
30020
30588
|
project?: {
|
|
30021
30589
|
id: string;
|
|
30022
30590
|
name: string;
|
|
@@ -30116,7 +30684,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
30116
30684
|
cmaBalanceCents: unknown;
|
|
30117
30685
|
mtaBalanceCents: unknown;
|
|
30118
30686
|
stage: string;
|
|
30687
|
+
cmaId?: string | null | undefined;
|
|
30119
30688
|
buyerName?: string | null | undefined;
|
|
30689
|
+
initialDepositStatus?: string | null | undefined;
|
|
30120
30690
|
project?: {
|
|
30121
30691
|
id: string;
|
|
30122
30692
|
name: string;
|
|
@@ -30209,7 +30779,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
30209
30779
|
cmaBalanceCents: unknown;
|
|
30210
30780
|
mtaBalanceCents: unknown;
|
|
30211
30781
|
stage: string;
|
|
30782
|
+
cmaId?: string | null | undefined;
|
|
30212
30783
|
buyerName?: string | null | undefined;
|
|
30784
|
+
initialDepositStatus?: string | null | undefined;
|
|
30213
30785
|
project?: {
|
|
30214
30786
|
id: string;
|
|
30215
30787
|
name: string;
|
|
@@ -30301,7 +30873,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
30301
30873
|
cmaBalanceCents: unknown;
|
|
30302
30874
|
mtaBalanceCents: unknown;
|
|
30303
30875
|
stage: string;
|
|
30876
|
+
cmaId?: string | null | undefined;
|
|
30304
30877
|
buyerName?: string | null | undefined;
|
|
30878
|
+
initialDepositStatus?: string | null | undefined;
|
|
30305
30879
|
project?: {
|
|
30306
30880
|
id: string;
|
|
30307
30881
|
name: string;
|
|
@@ -30397,7 +30971,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
30397
30971
|
cmaBalanceCents: bigint;
|
|
30398
30972
|
mtaBalanceCents: bigint;
|
|
30399
30973
|
stage: string;
|
|
30974
|
+
cmaId?: string | null | undefined;
|
|
30400
30975
|
buyerName?: string | null | undefined;
|
|
30976
|
+
initialDepositStatus?: string | null | undefined;
|
|
30401
30977
|
project?: {
|
|
30402
30978
|
id: string;
|
|
30403
30979
|
name: string;
|
|
@@ -30491,7 +31067,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
30491
31067
|
cmaBalanceCents: bigint;
|
|
30492
31068
|
mtaBalanceCents: bigint;
|
|
30493
31069
|
stage: string;
|
|
31070
|
+
cmaId?: string | null | undefined;
|
|
30494
31071
|
buyerName?: string | null | undefined;
|
|
31072
|
+
initialDepositStatus?: string | null | undefined;
|
|
30495
31073
|
project?: {
|
|
30496
31074
|
id: string;
|
|
30497
31075
|
name: string;
|
|
@@ -30584,7 +31162,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
30584
31162
|
cmaBalanceCents: bigint;
|
|
30585
31163
|
mtaBalanceCents: bigint;
|
|
30586
31164
|
stage: string;
|
|
31165
|
+
cmaId?: string | null | undefined;
|
|
30587
31166
|
buyerName?: string | null | undefined;
|
|
31167
|
+
initialDepositStatus?: string | null | undefined;
|
|
30588
31168
|
project?: {
|
|
30589
31169
|
id: string;
|
|
30590
31170
|
name: string;
|
|
@@ -30687,7 +31267,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
30687
31267
|
cmaBalanceCents: unknown;
|
|
30688
31268
|
mtaBalanceCents: unknown;
|
|
30689
31269
|
stage: string;
|
|
31270
|
+
cmaId?: string | null | undefined;
|
|
30690
31271
|
buyerName?: string | null | undefined;
|
|
31272
|
+
initialDepositStatus?: string | null | undefined;
|
|
30691
31273
|
project?: {
|
|
30692
31274
|
id: string;
|
|
30693
31275
|
name: string;
|
|
@@ -30781,7 +31363,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
30781
31363
|
cmaBalanceCents: unknown;
|
|
30782
31364
|
mtaBalanceCents: unknown;
|
|
30783
31365
|
stage: string;
|
|
31366
|
+
cmaId?: string | null | undefined;
|
|
30784
31367
|
buyerName?: string | null | undefined;
|
|
31368
|
+
initialDepositStatus?: string | null | undefined;
|
|
30785
31369
|
project?: {
|
|
30786
31370
|
id: string;
|
|
30787
31371
|
name: string;
|
|
@@ -30874,7 +31458,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
30874
31458
|
cmaBalanceCents: unknown;
|
|
30875
31459
|
mtaBalanceCents: unknown;
|
|
30876
31460
|
stage: string;
|
|
31461
|
+
cmaId?: string | null | undefined;
|
|
30877
31462
|
buyerName?: string | null | undefined;
|
|
31463
|
+
initialDepositStatus?: string | null | undefined;
|
|
30878
31464
|
project?: {
|
|
30879
31465
|
id: string;
|
|
30880
31466
|
name: string;
|
|
@@ -30968,7 +31554,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
30968
31554
|
cmaBalanceCents: bigint;
|
|
30969
31555
|
mtaBalanceCents: bigint;
|
|
30970
31556
|
stage: string;
|
|
31557
|
+
cmaId?: string | null | undefined;
|
|
30971
31558
|
buyerName?: string | null | undefined;
|
|
31559
|
+
initialDepositStatus?: string | null | undefined;
|
|
30972
31560
|
project?: {
|
|
30973
31561
|
id: string;
|
|
30974
31562
|
name: string;
|
|
@@ -31062,7 +31650,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
31062
31650
|
cmaBalanceCents: bigint;
|
|
31063
31651
|
mtaBalanceCents: bigint;
|
|
31064
31652
|
stage: string;
|
|
31653
|
+
cmaId?: string | null | undefined;
|
|
31065
31654
|
buyerName?: string | null | undefined;
|
|
31655
|
+
initialDepositStatus?: string | null | undefined;
|
|
31066
31656
|
project?: {
|
|
31067
31657
|
id: string;
|
|
31068
31658
|
name: string;
|
|
@@ -31155,7 +31745,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
31155
31745
|
cmaBalanceCents: bigint;
|
|
31156
31746
|
mtaBalanceCents: bigint;
|
|
31157
31747
|
stage: string;
|
|
31748
|
+
cmaId?: string | null | undefined;
|
|
31158
31749
|
buyerName?: string | null | undefined;
|
|
31750
|
+
initialDepositStatus?: string | null | undefined;
|
|
31159
31751
|
project?: {
|
|
31160
31752
|
id: string;
|
|
31161
31753
|
name: string;
|
|
@@ -31258,7 +31850,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
31258
31850
|
cmaBalanceCents: unknown;
|
|
31259
31851
|
mtaBalanceCents: unknown;
|
|
31260
31852
|
stage: string;
|
|
31853
|
+
cmaId?: string | null | undefined;
|
|
31261
31854
|
buyerName?: string | null | undefined;
|
|
31855
|
+
initialDepositStatus?: string | null | undefined;
|
|
31262
31856
|
project?: {
|
|
31263
31857
|
id: string;
|
|
31264
31858
|
name: string;
|
|
@@ -31352,7 +31946,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
31352
31946
|
cmaBalanceCents: unknown;
|
|
31353
31947
|
mtaBalanceCents: unknown;
|
|
31354
31948
|
stage: string;
|
|
31949
|
+
cmaId?: string | null | undefined;
|
|
31355
31950
|
buyerName?: string | null | undefined;
|
|
31951
|
+
initialDepositStatus?: string | null | undefined;
|
|
31356
31952
|
project?: {
|
|
31357
31953
|
id: string;
|
|
31358
31954
|
name: string;
|
|
@@ -31445,7 +32041,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
31445
32041
|
cmaBalanceCents: unknown;
|
|
31446
32042
|
mtaBalanceCents: unknown;
|
|
31447
32043
|
stage: string;
|
|
32044
|
+
cmaId?: string | null | undefined;
|
|
31448
32045
|
buyerName?: string | null | undefined;
|
|
32046
|
+
initialDepositStatus?: string | null | undefined;
|
|
31449
32047
|
project?: {
|
|
31450
32048
|
id: string;
|
|
31451
32049
|
name: string;
|
|
@@ -31570,7 +32168,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
31570
32168
|
cmaBalanceCents: bigint;
|
|
31571
32169
|
mtaBalanceCents: bigint;
|
|
31572
32170
|
stage: string;
|
|
32171
|
+
cmaId?: string | null | undefined;
|
|
31573
32172
|
buyerName?: string | null | undefined;
|
|
32173
|
+
initialDepositStatus?: string | null | undefined;
|
|
31574
32174
|
project?: {
|
|
31575
32175
|
id: string;
|
|
31576
32176
|
name: string;
|
|
@@ -31664,7 +32264,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
31664
32264
|
cmaBalanceCents: bigint;
|
|
31665
32265
|
mtaBalanceCents: bigint;
|
|
31666
32266
|
stage: string;
|
|
32267
|
+
cmaId?: string | null | undefined;
|
|
31667
32268
|
buyerName?: string | null | undefined;
|
|
32269
|
+
initialDepositStatus?: string | null | undefined;
|
|
31668
32270
|
project?: {
|
|
31669
32271
|
id: string;
|
|
31670
32272
|
name: string;
|
|
@@ -31757,7 +32359,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
31757
32359
|
cmaBalanceCents: bigint;
|
|
31758
32360
|
mtaBalanceCents: bigint;
|
|
31759
32361
|
stage: string;
|
|
32362
|
+
cmaId?: string | null | undefined;
|
|
31760
32363
|
buyerName?: string | null | undefined;
|
|
32364
|
+
initialDepositStatus?: string | null | undefined;
|
|
31761
32365
|
project?: {
|
|
31762
32366
|
id: string;
|
|
31763
32367
|
name: string;
|
|
@@ -31904,6 +32508,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
31904
32508
|
syncedAt: z.ZodCoercedDate<unknown>;
|
|
31905
32509
|
updatedAt: z.ZodCoercedDate<unknown>;
|
|
31906
32510
|
mtaId: z.ZodString;
|
|
32511
|
+
cmaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
31907
32512
|
balanceCents: z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodBigInt>;
|
|
31908
32513
|
customerId: z.ZodString;
|
|
31909
32514
|
projectId: z.ZodString;
|
|
@@ -31913,6 +32518,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
31913
32518
|
cmaBalanceCents: z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodBigInt>;
|
|
31914
32519
|
mtaBalanceCents: z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodBigInt>;
|
|
31915
32520
|
stage: z.ZodString;
|
|
32521
|
+
initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
31916
32522
|
project: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
31917
32523
|
id: z.ZodString;
|
|
31918
32524
|
name: z.ZodString;
|