@mikemo-coposit/am-accounting-shared 0.0.8 → 0.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/constants/cma-transaction/cma-input-type.constant.d.ts +13 -0
- package/dist/cjs/constants/cma-transaction/cma-input-type.constant.d.ts.map +1 -1
- package/dist/cjs/constants/mta-transaction/mta-input-type.constant.d.ts +6 -5
- package/dist/cjs/constants/mta-transaction/mta-input-type.constant.d.ts.map +1 -1
- package/dist/cjs/constants/mta-transaction/mta-type.constant.d.ts +10 -0
- package/dist/cjs/constants/mta-transaction/mta-type.constant.d.ts.map +1 -1
- package/dist/cjs/index.js +211 -155
- package/dist/cjs/schemas/cma/cma.entity.schema.d.ts +44 -44
- package/dist/cjs/schemas/cma/cma.rest.schema.d.ts +44 -44
- package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +399 -399
- package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +66 -66
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +220 -220
- package/dist/cjs/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +44 -44
- package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +44 -44
- package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +417 -417
- 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 +138 -138
- 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.map +1 -1
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +50 -47
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout-provision-data.rest.schema.d.ts +1487 -1487
- package/dist/cjs/schemas/payout/payout-provision-data.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts +4007 -4007
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +675 -675
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property.entity.schema.d.ts +22 -22
- package/dist/cjs/schemas/property/property.rest.schema.d.ts +292 -292
- package/dist/cjs/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/report/bank-reconciliation-summary.schema.d.ts +57 -0
- package/dist/cjs/schemas/report/bank-reconciliation-summary.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/report/common-report-with-cma-selection.rest.schema.d.ts +58 -0
- package/dist/cjs/schemas/report/common-report-with-cma-selection.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/report/customer-ledger.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/report/index.d.ts +5 -0
- package/dist/cjs/schemas/report/index.d.ts.map +1 -1
- package/dist/cjs/schemas/report/payment-list.rest.schema.d.ts +34 -0
- package/dist/cjs/schemas/report/payment-list.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/report/reconciled-items-list.rest.schema.d.ts +57 -0
- package/dist/cjs/schemas/report/reconciled-items-list.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/report/trust-trial.rest.schema.d.ts +10 -6
- package/dist/cjs/schemas/report/trust-trial.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/report/unreconciled-items-list.rest.schema.d.ts +57 -0
- package/dist/cjs/schemas/report/unreconciled-items-list.rest.schema.d.ts.map +1 -0
- package/dist/cjs/utils/property.util.d.ts +1 -1
- package/dist/cjs/utils/property.util.d.ts.map +1 -1
- package/dist/esm/constants/cma-transaction/cma-input-type.constant.d.ts +13 -0
- package/dist/esm/constants/cma-transaction/cma-input-type.constant.d.ts.map +1 -1
- package/dist/esm/constants/mta-transaction/mta-input-type.constant.d.ts +6 -5
- package/dist/esm/constants/mta-transaction/mta-input-type.constant.d.ts.map +1 -1
- package/dist/esm/constants/mta-transaction/mta-type.constant.d.ts +10 -0
- package/dist/esm/constants/mta-transaction/mta-type.constant.d.ts.map +1 -1
- package/dist/esm/index.mjs +58 -35
- package/dist/esm/schemas/cma/cma.entity.schema.d.ts +44 -44
- package/dist/esm/schemas/cma/cma.rest.schema.d.ts +44 -44
- package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +399 -399
- package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +66 -66
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +220 -220
- package/dist/esm/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +44 -44
- package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +44 -44
- package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +417 -417
- 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 +138 -138
- 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.map +1 -1
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +50 -47
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout-provision-data.rest.schema.d.ts +1487 -1487
- package/dist/esm/schemas/payout/payout-provision-data.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts +4007 -4007
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +675 -675
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/esm/schemas/property/property.entity.schema.d.ts +22 -22
- package/dist/esm/schemas/property/property.rest.schema.d.ts +292 -292
- package/dist/esm/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/report/bank-reconciliation-summary.schema.d.ts +57 -0
- package/dist/esm/schemas/report/bank-reconciliation-summary.schema.d.ts.map +1 -0
- package/dist/esm/schemas/report/common-report-with-cma-selection.rest.schema.d.ts +58 -0
- package/dist/esm/schemas/report/common-report-with-cma-selection.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/report/customer-ledger.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/report/index.d.ts +5 -0
- package/dist/esm/schemas/report/index.d.ts.map +1 -1
- package/dist/esm/schemas/report/payment-list.rest.schema.d.ts +34 -0
- package/dist/esm/schemas/report/payment-list.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/report/reconciled-items-list.rest.schema.d.ts +57 -0
- package/dist/esm/schemas/report/reconciled-items-list.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/report/trust-trial.rest.schema.d.ts +10 -6
- package/dist/esm/schemas/report/trust-trial.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/report/unreconciled-items-list.rest.schema.d.ts +57 -0
- package/dist/esm/schemas/report/unreconciled-items-list.rest.schema.d.ts.map +1 -0
- package/dist/esm/utils/property.util.d.ts +1 -1
- package/dist/esm/utils/property.util.d.ts.map +1 -1
- package/package.json +18 -26
|
@@ -59,7 +59,7 @@ export declare const payoutMtaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
59
59
|
} & {
|
|
60
60
|
sourceAccountType: z.ZodLiteral<PayoutSourceAccountType.MTA>;
|
|
61
61
|
transaction: z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
62
|
-
status:
|
|
62
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
63
63
|
id: string;
|
|
64
64
|
propertyId: string | null;
|
|
65
65
|
balanceCents: number;
|
|
@@ -115,17 +115,6 @@ export declare const payoutMtaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
115
115
|
mtaId: string;
|
|
116
116
|
mtaBalanceCents: number | bigint;
|
|
117
117
|
cmaBalanceCents: number | bigint;
|
|
118
|
-
customer?: {
|
|
119
|
-
status: string;
|
|
120
|
-
id: string;
|
|
121
|
-
isArchived: boolean;
|
|
122
|
-
createdAt: Date;
|
|
123
|
-
updatedAt: Date;
|
|
124
|
-
fullName: string | null;
|
|
125
|
-
mobile: string | null;
|
|
126
|
-
email: string;
|
|
127
|
-
syncedAt: Date;
|
|
128
|
-
} | null | undefined;
|
|
129
118
|
buyerName?: string | null | undefined;
|
|
130
119
|
project?: {
|
|
131
120
|
type: string;
|
|
@@ -149,11 +138,22 @@ export declare const payoutMtaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
149
138
|
companyName: string | null;
|
|
150
139
|
} | null | undefined;
|
|
151
140
|
} | null | undefined;
|
|
141
|
+
customer?: {
|
|
142
|
+
status: string;
|
|
143
|
+
id: string;
|
|
144
|
+
isArchived: boolean;
|
|
145
|
+
createdAt: Date;
|
|
146
|
+
updatedAt: Date;
|
|
147
|
+
fullName: string | null;
|
|
148
|
+
mobile: string | null;
|
|
149
|
+
email: string;
|
|
150
|
+
syncedAt: Date;
|
|
151
|
+
} | null | undefined;
|
|
152
152
|
} | null | undefined;
|
|
153
153
|
} & {
|
|
154
154
|
mta?: z.output<typeof import("..").mtaRestResSchema> | null | undefined;
|
|
155
155
|
sourceTransaction?: ({
|
|
156
|
-
status:
|
|
156
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
157
157
|
id: string;
|
|
158
158
|
propertyId: string | null;
|
|
159
159
|
balanceCents: number;
|
|
@@ -209,17 +209,6 @@ export declare const payoutMtaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
209
209
|
mtaId: string;
|
|
210
210
|
mtaBalanceCents: number | bigint;
|
|
211
211
|
cmaBalanceCents: number | bigint;
|
|
212
|
-
customer?: {
|
|
213
|
-
status: string;
|
|
214
|
-
id: string;
|
|
215
|
-
isArchived: boolean;
|
|
216
|
-
createdAt: Date;
|
|
217
|
-
updatedAt: Date;
|
|
218
|
-
fullName: string | null;
|
|
219
|
-
mobile: string | null;
|
|
220
|
-
email: string;
|
|
221
|
-
syncedAt: Date;
|
|
222
|
-
} | null | undefined;
|
|
223
212
|
buyerName?: string | null | undefined;
|
|
224
213
|
project?: {
|
|
225
214
|
type: string;
|
|
@@ -243,10 +232,21 @@ export declare const payoutMtaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
243
232
|
companyName: string | null;
|
|
244
233
|
} | null | undefined;
|
|
245
234
|
} | null | undefined;
|
|
235
|
+
customer?: {
|
|
236
|
+
status: string;
|
|
237
|
+
id: string;
|
|
238
|
+
isArchived: boolean;
|
|
239
|
+
createdAt: Date;
|
|
240
|
+
updatedAt: Date;
|
|
241
|
+
fullName: string | null;
|
|
242
|
+
mobile: string | null;
|
|
243
|
+
email: string;
|
|
244
|
+
syncedAt: Date;
|
|
245
|
+
} | null | undefined;
|
|
246
246
|
} | null | undefined;
|
|
247
247
|
} & any) | null | undefined;
|
|
248
248
|
subsequentTransactions?: ({
|
|
249
|
-
status:
|
|
249
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
250
250
|
id: string;
|
|
251
251
|
propertyId: string | null;
|
|
252
252
|
balanceCents: number;
|
|
@@ -302,17 +302,6 @@ export declare const payoutMtaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
302
302
|
mtaId: string;
|
|
303
303
|
mtaBalanceCents: number | bigint;
|
|
304
304
|
cmaBalanceCents: number | bigint;
|
|
305
|
-
customer?: {
|
|
306
|
-
status: string;
|
|
307
|
-
id: string;
|
|
308
|
-
isArchived: boolean;
|
|
309
|
-
createdAt: Date;
|
|
310
|
-
updatedAt: Date;
|
|
311
|
-
fullName: string | null;
|
|
312
|
-
mobile: string | null;
|
|
313
|
-
email: string;
|
|
314
|
-
syncedAt: Date;
|
|
315
|
-
} | null | undefined;
|
|
316
305
|
buyerName?: string | null | undefined;
|
|
317
306
|
project?: {
|
|
318
307
|
type: string;
|
|
@@ -336,6 +325,17 @@ export declare const payoutMtaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
336
325
|
companyName: string | null;
|
|
337
326
|
} | null | undefined;
|
|
338
327
|
} | null | undefined;
|
|
328
|
+
customer?: {
|
|
329
|
+
status: string;
|
|
330
|
+
id: string;
|
|
331
|
+
isArchived: boolean;
|
|
332
|
+
createdAt: Date;
|
|
333
|
+
updatedAt: Date;
|
|
334
|
+
fullName: string | null;
|
|
335
|
+
mobile: string | null;
|
|
336
|
+
email: string;
|
|
337
|
+
syncedAt: Date;
|
|
338
|
+
} | null | undefined;
|
|
339
339
|
} | null | undefined;
|
|
340
340
|
} & any)[] | null | undefined;
|
|
341
341
|
reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -405,17 +405,6 @@ export declare const payoutMtaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
405
405
|
mtaId: string;
|
|
406
406
|
mtaBalanceCents: number | bigint;
|
|
407
407
|
cmaBalanceCents: number | bigint;
|
|
408
|
-
customer?: {
|
|
409
|
-
status: string;
|
|
410
|
-
id: string;
|
|
411
|
-
isArchived: boolean;
|
|
412
|
-
createdAt: Date;
|
|
413
|
-
updatedAt: Date;
|
|
414
|
-
fullName: string | null;
|
|
415
|
-
mobile: string | null;
|
|
416
|
-
email: string;
|
|
417
|
-
syncedAt: Date;
|
|
418
|
-
} | null | undefined;
|
|
419
408
|
buyerName?: string | null | undefined;
|
|
420
409
|
project?: {
|
|
421
410
|
type: string;
|
|
@@ -439,6 +428,17 @@ export declare const payoutMtaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
439
428
|
companyName: string | null;
|
|
440
429
|
} | null | undefined;
|
|
441
430
|
} | null | undefined;
|
|
431
|
+
customer?: {
|
|
432
|
+
status: string;
|
|
433
|
+
id: string;
|
|
434
|
+
isArchived: boolean;
|
|
435
|
+
createdAt: Date;
|
|
436
|
+
updatedAt: Date;
|
|
437
|
+
fullName: string | null;
|
|
438
|
+
mobile: string | null;
|
|
439
|
+
email: string;
|
|
440
|
+
syncedAt: Date;
|
|
441
|
+
} | null | undefined;
|
|
442
442
|
} | null | undefined;
|
|
443
443
|
} & {
|
|
444
444
|
mta?: z.input<typeof import("..").mtaRestResSchema> | null | undefined;
|
|
@@ -499,17 +499,6 @@ export declare const payoutMtaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
499
499
|
mtaId: string;
|
|
500
500
|
mtaBalanceCents: number | bigint;
|
|
501
501
|
cmaBalanceCents: number | bigint;
|
|
502
|
-
customer?: {
|
|
503
|
-
status: string;
|
|
504
|
-
id: string;
|
|
505
|
-
isArchived: boolean;
|
|
506
|
-
createdAt: Date;
|
|
507
|
-
updatedAt: Date;
|
|
508
|
-
fullName: string | null;
|
|
509
|
-
mobile: string | null;
|
|
510
|
-
email: string;
|
|
511
|
-
syncedAt: Date;
|
|
512
|
-
} | null | undefined;
|
|
513
502
|
buyerName?: string | null | undefined;
|
|
514
503
|
project?: {
|
|
515
504
|
type: string;
|
|
@@ -533,6 +522,17 @@ export declare const payoutMtaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
533
522
|
companyName: string | null;
|
|
534
523
|
} | null | undefined;
|
|
535
524
|
} | null | undefined;
|
|
525
|
+
customer?: {
|
|
526
|
+
status: string;
|
|
527
|
+
id: string;
|
|
528
|
+
isArchived: boolean;
|
|
529
|
+
createdAt: Date;
|
|
530
|
+
updatedAt: Date;
|
|
531
|
+
fullName: string | null;
|
|
532
|
+
mobile: string | null;
|
|
533
|
+
email: string;
|
|
534
|
+
syncedAt: Date;
|
|
535
|
+
} | null | undefined;
|
|
536
536
|
} | null | undefined;
|
|
537
537
|
} & any) | null | undefined;
|
|
538
538
|
subsequentTransactions?: ({
|
|
@@ -592,17 +592,6 @@ export declare const payoutMtaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
592
592
|
mtaId: string;
|
|
593
593
|
mtaBalanceCents: number | bigint;
|
|
594
594
|
cmaBalanceCents: number | bigint;
|
|
595
|
-
customer?: {
|
|
596
|
-
status: string;
|
|
597
|
-
id: string;
|
|
598
|
-
isArchived: boolean;
|
|
599
|
-
createdAt: Date;
|
|
600
|
-
updatedAt: Date;
|
|
601
|
-
fullName: string | null;
|
|
602
|
-
mobile: string | null;
|
|
603
|
-
email: string;
|
|
604
|
-
syncedAt: Date;
|
|
605
|
-
} | null | undefined;
|
|
606
595
|
buyerName?: string | null | undefined;
|
|
607
596
|
project?: {
|
|
608
597
|
type: string;
|
|
@@ -626,6 +615,17 @@ export declare const payoutMtaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
626
615
|
companyName: string | null;
|
|
627
616
|
} | null | undefined;
|
|
628
617
|
} | null | undefined;
|
|
618
|
+
customer?: {
|
|
619
|
+
status: string;
|
|
620
|
+
id: string;
|
|
621
|
+
isArchived: boolean;
|
|
622
|
+
createdAt: Date;
|
|
623
|
+
updatedAt: Date;
|
|
624
|
+
fullName: string | null;
|
|
625
|
+
mobile: string | null;
|
|
626
|
+
email: string;
|
|
627
|
+
syncedAt: Date;
|
|
628
|
+
} | null | undefined;
|
|
629
629
|
} | null | undefined;
|
|
630
630
|
} & any)[] | null | undefined;
|
|
631
631
|
reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -645,7 +645,7 @@ export declare const payoutMtaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
645
645
|
} & {
|
|
646
646
|
sourceAccountType: z.ZodLiteral<PayoutSourceAccountType.MTA>;
|
|
647
647
|
transaction: z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
648
|
-
status:
|
|
648
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
649
649
|
id: string;
|
|
650
650
|
propertyId: string | null;
|
|
651
651
|
balanceCents: number;
|
|
@@ -701,17 +701,6 @@ export declare const payoutMtaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
701
701
|
mtaId: string;
|
|
702
702
|
mtaBalanceCents: number | bigint;
|
|
703
703
|
cmaBalanceCents: number | bigint;
|
|
704
|
-
customer?: {
|
|
705
|
-
status: string;
|
|
706
|
-
id: string;
|
|
707
|
-
isArchived: boolean;
|
|
708
|
-
createdAt: Date;
|
|
709
|
-
updatedAt: Date;
|
|
710
|
-
fullName: string | null;
|
|
711
|
-
mobile: string | null;
|
|
712
|
-
email: string;
|
|
713
|
-
syncedAt: Date;
|
|
714
|
-
} | null | undefined;
|
|
715
704
|
buyerName?: string | null | undefined;
|
|
716
705
|
project?: {
|
|
717
706
|
type: string;
|
|
@@ -735,11 +724,22 @@ export declare const payoutMtaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
735
724
|
companyName: string | null;
|
|
736
725
|
} | null | undefined;
|
|
737
726
|
} | null | undefined;
|
|
727
|
+
customer?: {
|
|
728
|
+
status: string;
|
|
729
|
+
id: string;
|
|
730
|
+
isArchived: boolean;
|
|
731
|
+
createdAt: Date;
|
|
732
|
+
updatedAt: Date;
|
|
733
|
+
fullName: string | null;
|
|
734
|
+
mobile: string | null;
|
|
735
|
+
email: string;
|
|
736
|
+
syncedAt: Date;
|
|
737
|
+
} | null | undefined;
|
|
738
738
|
} | null | undefined;
|
|
739
739
|
} & {
|
|
740
740
|
mta?: z.output<typeof import("..").mtaRestResSchema> | null | undefined;
|
|
741
741
|
sourceTransaction?: ({
|
|
742
|
-
status:
|
|
742
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
743
743
|
id: string;
|
|
744
744
|
propertyId: string | null;
|
|
745
745
|
balanceCents: number;
|
|
@@ -795,17 +795,6 @@ export declare const payoutMtaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
795
795
|
mtaId: string;
|
|
796
796
|
mtaBalanceCents: number | bigint;
|
|
797
797
|
cmaBalanceCents: number | bigint;
|
|
798
|
-
customer?: {
|
|
799
|
-
status: string;
|
|
800
|
-
id: string;
|
|
801
|
-
isArchived: boolean;
|
|
802
|
-
createdAt: Date;
|
|
803
|
-
updatedAt: Date;
|
|
804
|
-
fullName: string | null;
|
|
805
|
-
mobile: string | null;
|
|
806
|
-
email: string;
|
|
807
|
-
syncedAt: Date;
|
|
808
|
-
} | null | undefined;
|
|
809
798
|
buyerName?: string | null | undefined;
|
|
810
799
|
project?: {
|
|
811
800
|
type: string;
|
|
@@ -829,10 +818,21 @@ export declare const payoutMtaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
829
818
|
companyName: string | null;
|
|
830
819
|
} | null | undefined;
|
|
831
820
|
} | null | undefined;
|
|
821
|
+
customer?: {
|
|
822
|
+
status: string;
|
|
823
|
+
id: string;
|
|
824
|
+
isArchived: boolean;
|
|
825
|
+
createdAt: Date;
|
|
826
|
+
updatedAt: Date;
|
|
827
|
+
fullName: string | null;
|
|
828
|
+
mobile: string | null;
|
|
829
|
+
email: string;
|
|
830
|
+
syncedAt: Date;
|
|
831
|
+
} | null | undefined;
|
|
832
832
|
} | null | undefined;
|
|
833
833
|
} & any) | null | undefined;
|
|
834
834
|
subsequentTransactions?: ({
|
|
835
|
-
status:
|
|
835
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
836
836
|
id: string;
|
|
837
837
|
propertyId: string | null;
|
|
838
838
|
balanceCents: number;
|
|
@@ -888,17 +888,6 @@ export declare const payoutMtaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
888
888
|
mtaId: string;
|
|
889
889
|
mtaBalanceCents: number | bigint;
|
|
890
890
|
cmaBalanceCents: number | bigint;
|
|
891
|
-
customer?: {
|
|
892
|
-
status: string;
|
|
893
|
-
id: string;
|
|
894
|
-
isArchived: boolean;
|
|
895
|
-
createdAt: Date;
|
|
896
|
-
updatedAt: Date;
|
|
897
|
-
fullName: string | null;
|
|
898
|
-
mobile: string | null;
|
|
899
|
-
email: string;
|
|
900
|
-
syncedAt: Date;
|
|
901
|
-
} | null | undefined;
|
|
902
891
|
buyerName?: string | null | undefined;
|
|
903
892
|
project?: {
|
|
904
893
|
type: string;
|
|
@@ -922,6 +911,17 @@ export declare const payoutMtaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
922
911
|
companyName: string | null;
|
|
923
912
|
} | null | undefined;
|
|
924
913
|
} | null | undefined;
|
|
914
|
+
customer?: {
|
|
915
|
+
status: string;
|
|
916
|
+
id: string;
|
|
917
|
+
isArchived: boolean;
|
|
918
|
+
createdAt: Date;
|
|
919
|
+
updatedAt: Date;
|
|
920
|
+
fullName: string | null;
|
|
921
|
+
mobile: string | null;
|
|
922
|
+
email: string;
|
|
923
|
+
syncedAt: Date;
|
|
924
|
+
} | null | undefined;
|
|
925
925
|
} | null | undefined;
|
|
926
926
|
} & any)[] | null | undefined;
|
|
927
927
|
reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -991,17 +991,6 @@ export declare const payoutMtaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
991
991
|
mtaId: string;
|
|
992
992
|
mtaBalanceCents: number | bigint;
|
|
993
993
|
cmaBalanceCents: number | bigint;
|
|
994
|
-
customer?: {
|
|
995
|
-
status: string;
|
|
996
|
-
id: string;
|
|
997
|
-
isArchived: boolean;
|
|
998
|
-
createdAt: Date;
|
|
999
|
-
updatedAt: Date;
|
|
1000
|
-
fullName: string | null;
|
|
1001
|
-
mobile: string | null;
|
|
1002
|
-
email: string;
|
|
1003
|
-
syncedAt: Date;
|
|
1004
|
-
} | null | undefined;
|
|
1005
994
|
buyerName?: string | null | undefined;
|
|
1006
995
|
project?: {
|
|
1007
996
|
type: string;
|
|
@@ -1025,6 +1014,17 @@ export declare const payoutMtaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
1025
1014
|
companyName: string | null;
|
|
1026
1015
|
} | null | undefined;
|
|
1027
1016
|
} | null | undefined;
|
|
1017
|
+
customer?: {
|
|
1018
|
+
status: string;
|
|
1019
|
+
id: string;
|
|
1020
|
+
isArchived: boolean;
|
|
1021
|
+
createdAt: Date;
|
|
1022
|
+
updatedAt: Date;
|
|
1023
|
+
fullName: string | null;
|
|
1024
|
+
mobile: string | null;
|
|
1025
|
+
email: string;
|
|
1026
|
+
syncedAt: Date;
|
|
1027
|
+
} | null | undefined;
|
|
1028
1028
|
} | null | undefined;
|
|
1029
1029
|
} & {
|
|
1030
1030
|
mta?: z.input<typeof import("..").mtaRestResSchema> | null | undefined;
|
|
@@ -1085,17 +1085,6 @@ export declare const payoutMtaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
1085
1085
|
mtaId: string;
|
|
1086
1086
|
mtaBalanceCents: number | bigint;
|
|
1087
1087
|
cmaBalanceCents: number | bigint;
|
|
1088
|
-
customer?: {
|
|
1089
|
-
status: string;
|
|
1090
|
-
id: string;
|
|
1091
|
-
isArchived: boolean;
|
|
1092
|
-
createdAt: Date;
|
|
1093
|
-
updatedAt: Date;
|
|
1094
|
-
fullName: string | null;
|
|
1095
|
-
mobile: string | null;
|
|
1096
|
-
email: string;
|
|
1097
|
-
syncedAt: Date;
|
|
1098
|
-
} | null | undefined;
|
|
1099
1088
|
buyerName?: string | null | undefined;
|
|
1100
1089
|
project?: {
|
|
1101
1090
|
type: string;
|
|
@@ -1119,6 +1108,17 @@ export declare const payoutMtaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
1119
1108
|
companyName: string | null;
|
|
1120
1109
|
} | null | undefined;
|
|
1121
1110
|
} | null | undefined;
|
|
1111
|
+
customer?: {
|
|
1112
|
+
status: string;
|
|
1113
|
+
id: string;
|
|
1114
|
+
isArchived: boolean;
|
|
1115
|
+
createdAt: Date;
|
|
1116
|
+
updatedAt: Date;
|
|
1117
|
+
fullName: string | null;
|
|
1118
|
+
mobile: string | null;
|
|
1119
|
+
email: string;
|
|
1120
|
+
syncedAt: Date;
|
|
1121
|
+
} | null | undefined;
|
|
1122
1122
|
} | null | undefined;
|
|
1123
1123
|
} & any) | null | undefined;
|
|
1124
1124
|
subsequentTransactions?: ({
|
|
@@ -1178,20 +1178,9 @@ export declare const payoutMtaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
1178
1178
|
mtaId: string;
|
|
1179
1179
|
mtaBalanceCents: number | bigint;
|
|
1180
1180
|
cmaBalanceCents: number | bigint;
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
isArchived: boolean;
|
|
1185
|
-
createdAt: Date;
|
|
1186
|
-
updatedAt: Date;
|
|
1187
|
-
fullName: string | null;
|
|
1188
|
-
mobile: string | null;
|
|
1189
|
-
email: string;
|
|
1190
|
-
syncedAt: Date;
|
|
1191
|
-
} | null | undefined;
|
|
1192
|
-
buyerName?: string | null | undefined;
|
|
1193
|
-
project?: {
|
|
1194
|
-
type: string;
|
|
1181
|
+
buyerName?: string | null | undefined;
|
|
1182
|
+
project?: {
|
|
1183
|
+
type: string;
|
|
1195
1184
|
status: string;
|
|
1196
1185
|
id: string;
|
|
1197
1186
|
isArchived: boolean;
|
|
@@ -1212,6 +1201,17 @@ export declare const payoutMtaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
1212
1201
|
companyName: string | null;
|
|
1213
1202
|
} | null | undefined;
|
|
1214
1203
|
} | null | undefined;
|
|
1204
|
+
customer?: {
|
|
1205
|
+
status: string;
|
|
1206
|
+
id: string;
|
|
1207
|
+
isArchived: boolean;
|
|
1208
|
+
createdAt: Date;
|
|
1209
|
+
updatedAt: Date;
|
|
1210
|
+
fullName: string | null;
|
|
1211
|
+
mobile: string | null;
|
|
1212
|
+
email: string;
|
|
1213
|
+
syncedAt: Date;
|
|
1214
|
+
} | null | undefined;
|
|
1215
1215
|
} | null | undefined;
|
|
1216
1216
|
} & any)[] | null | undefined;
|
|
1217
1217
|
reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -1231,7 +1231,7 @@ export declare const payoutMtaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
1231
1231
|
} & {
|
|
1232
1232
|
sourceAccountType: z.ZodLiteral<PayoutSourceAccountType.MTA>;
|
|
1233
1233
|
transaction: z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
1234
|
-
status:
|
|
1234
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
1235
1235
|
id: string;
|
|
1236
1236
|
propertyId: string | null;
|
|
1237
1237
|
balanceCents: number;
|
|
@@ -1287,17 +1287,6 @@ export declare const payoutMtaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
1287
1287
|
mtaId: string;
|
|
1288
1288
|
mtaBalanceCents: number | bigint;
|
|
1289
1289
|
cmaBalanceCents: number | bigint;
|
|
1290
|
-
customer?: {
|
|
1291
|
-
status: string;
|
|
1292
|
-
id: string;
|
|
1293
|
-
isArchived: boolean;
|
|
1294
|
-
createdAt: Date;
|
|
1295
|
-
updatedAt: Date;
|
|
1296
|
-
fullName: string | null;
|
|
1297
|
-
mobile: string | null;
|
|
1298
|
-
email: string;
|
|
1299
|
-
syncedAt: Date;
|
|
1300
|
-
} | null | undefined;
|
|
1301
1290
|
buyerName?: string | null | undefined;
|
|
1302
1291
|
project?: {
|
|
1303
1292
|
type: string;
|
|
@@ -1321,11 +1310,22 @@ export declare const payoutMtaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
1321
1310
|
companyName: string | null;
|
|
1322
1311
|
} | null | undefined;
|
|
1323
1312
|
} | null | undefined;
|
|
1313
|
+
customer?: {
|
|
1314
|
+
status: string;
|
|
1315
|
+
id: string;
|
|
1316
|
+
isArchived: boolean;
|
|
1317
|
+
createdAt: Date;
|
|
1318
|
+
updatedAt: Date;
|
|
1319
|
+
fullName: string | null;
|
|
1320
|
+
mobile: string | null;
|
|
1321
|
+
email: string;
|
|
1322
|
+
syncedAt: Date;
|
|
1323
|
+
} | null | undefined;
|
|
1324
1324
|
} | null | undefined;
|
|
1325
1325
|
} & {
|
|
1326
1326
|
mta?: z.output<typeof import("..").mtaRestResSchema> | null | undefined;
|
|
1327
1327
|
sourceTransaction?: ({
|
|
1328
|
-
status:
|
|
1328
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
1329
1329
|
id: string;
|
|
1330
1330
|
propertyId: string | null;
|
|
1331
1331
|
balanceCents: number;
|
|
@@ -1381,17 +1381,6 @@ export declare const payoutMtaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
1381
1381
|
mtaId: string;
|
|
1382
1382
|
mtaBalanceCents: number | bigint;
|
|
1383
1383
|
cmaBalanceCents: number | bigint;
|
|
1384
|
-
customer?: {
|
|
1385
|
-
status: string;
|
|
1386
|
-
id: string;
|
|
1387
|
-
isArchived: boolean;
|
|
1388
|
-
createdAt: Date;
|
|
1389
|
-
updatedAt: Date;
|
|
1390
|
-
fullName: string | null;
|
|
1391
|
-
mobile: string | null;
|
|
1392
|
-
email: string;
|
|
1393
|
-
syncedAt: Date;
|
|
1394
|
-
} | null | undefined;
|
|
1395
1384
|
buyerName?: string | null | undefined;
|
|
1396
1385
|
project?: {
|
|
1397
1386
|
type: string;
|
|
@@ -1415,10 +1404,21 @@ export declare const payoutMtaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
1415
1404
|
companyName: string | null;
|
|
1416
1405
|
} | null | undefined;
|
|
1417
1406
|
} | null | undefined;
|
|
1407
|
+
customer?: {
|
|
1408
|
+
status: string;
|
|
1409
|
+
id: string;
|
|
1410
|
+
isArchived: boolean;
|
|
1411
|
+
createdAt: Date;
|
|
1412
|
+
updatedAt: Date;
|
|
1413
|
+
fullName: string | null;
|
|
1414
|
+
mobile: string | null;
|
|
1415
|
+
email: string;
|
|
1416
|
+
syncedAt: Date;
|
|
1417
|
+
} | null | undefined;
|
|
1418
1418
|
} | null | undefined;
|
|
1419
1419
|
} & any) | null | undefined;
|
|
1420
1420
|
subsequentTransactions?: ({
|
|
1421
|
-
status:
|
|
1421
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
1422
1422
|
id: string;
|
|
1423
1423
|
propertyId: string | null;
|
|
1424
1424
|
balanceCents: number;
|
|
@@ -1474,17 +1474,6 @@ export declare const payoutMtaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
1474
1474
|
mtaId: string;
|
|
1475
1475
|
mtaBalanceCents: number | bigint;
|
|
1476
1476
|
cmaBalanceCents: number | bigint;
|
|
1477
|
-
customer?: {
|
|
1478
|
-
status: string;
|
|
1479
|
-
id: string;
|
|
1480
|
-
isArchived: boolean;
|
|
1481
|
-
createdAt: Date;
|
|
1482
|
-
updatedAt: Date;
|
|
1483
|
-
fullName: string | null;
|
|
1484
|
-
mobile: string | null;
|
|
1485
|
-
email: string;
|
|
1486
|
-
syncedAt: Date;
|
|
1487
|
-
} | null | undefined;
|
|
1488
1477
|
buyerName?: string | null | undefined;
|
|
1489
1478
|
project?: {
|
|
1490
1479
|
type: string;
|
|
@@ -1508,6 +1497,17 @@ export declare const payoutMtaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
1508
1497
|
companyName: string | null;
|
|
1509
1498
|
} | null | undefined;
|
|
1510
1499
|
} | null | undefined;
|
|
1500
|
+
customer?: {
|
|
1501
|
+
status: string;
|
|
1502
|
+
id: string;
|
|
1503
|
+
isArchived: boolean;
|
|
1504
|
+
createdAt: Date;
|
|
1505
|
+
updatedAt: Date;
|
|
1506
|
+
fullName: string | null;
|
|
1507
|
+
mobile: string | null;
|
|
1508
|
+
email: string;
|
|
1509
|
+
syncedAt: Date;
|
|
1510
|
+
} | null | undefined;
|
|
1511
1511
|
} | null | undefined;
|
|
1512
1512
|
} & any)[] | null | undefined;
|
|
1513
1513
|
reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -1577,17 +1577,6 @@ export declare const payoutMtaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
1577
1577
|
mtaId: string;
|
|
1578
1578
|
mtaBalanceCents: number | bigint;
|
|
1579
1579
|
cmaBalanceCents: number | bigint;
|
|
1580
|
-
customer?: {
|
|
1581
|
-
status: string;
|
|
1582
|
-
id: string;
|
|
1583
|
-
isArchived: boolean;
|
|
1584
|
-
createdAt: Date;
|
|
1585
|
-
updatedAt: Date;
|
|
1586
|
-
fullName: string | null;
|
|
1587
|
-
mobile: string | null;
|
|
1588
|
-
email: string;
|
|
1589
|
-
syncedAt: Date;
|
|
1590
|
-
} | null | undefined;
|
|
1591
1580
|
buyerName?: string | null | undefined;
|
|
1592
1581
|
project?: {
|
|
1593
1582
|
type: string;
|
|
@@ -1611,6 +1600,17 @@ export declare const payoutMtaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
1611
1600
|
companyName: string | null;
|
|
1612
1601
|
} | null | undefined;
|
|
1613
1602
|
} | null | undefined;
|
|
1603
|
+
customer?: {
|
|
1604
|
+
status: string;
|
|
1605
|
+
id: string;
|
|
1606
|
+
isArchived: boolean;
|
|
1607
|
+
createdAt: Date;
|
|
1608
|
+
updatedAt: Date;
|
|
1609
|
+
fullName: string | null;
|
|
1610
|
+
mobile: string | null;
|
|
1611
|
+
email: string;
|
|
1612
|
+
syncedAt: Date;
|
|
1613
|
+
} | null | undefined;
|
|
1614
1614
|
} | null | undefined;
|
|
1615
1615
|
} & {
|
|
1616
1616
|
mta?: z.input<typeof import("..").mtaRestResSchema> | null | undefined;
|
|
@@ -1671,17 +1671,6 @@ export declare const payoutMtaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
1671
1671
|
mtaId: string;
|
|
1672
1672
|
mtaBalanceCents: number | bigint;
|
|
1673
1673
|
cmaBalanceCents: number | bigint;
|
|
1674
|
-
customer?: {
|
|
1675
|
-
status: string;
|
|
1676
|
-
id: string;
|
|
1677
|
-
isArchived: boolean;
|
|
1678
|
-
createdAt: Date;
|
|
1679
|
-
updatedAt: Date;
|
|
1680
|
-
fullName: string | null;
|
|
1681
|
-
mobile: string | null;
|
|
1682
|
-
email: string;
|
|
1683
|
-
syncedAt: Date;
|
|
1684
|
-
} | null | undefined;
|
|
1685
1674
|
buyerName?: string | null | undefined;
|
|
1686
1675
|
project?: {
|
|
1687
1676
|
type: string;
|
|
@@ -1705,6 +1694,17 @@ export declare const payoutMtaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
1705
1694
|
companyName: string | null;
|
|
1706
1695
|
} | null | undefined;
|
|
1707
1696
|
} | null | undefined;
|
|
1697
|
+
customer?: {
|
|
1698
|
+
status: string;
|
|
1699
|
+
id: string;
|
|
1700
|
+
isArchived: boolean;
|
|
1701
|
+
createdAt: Date;
|
|
1702
|
+
updatedAt: Date;
|
|
1703
|
+
fullName: string | null;
|
|
1704
|
+
mobile: string | null;
|
|
1705
|
+
email: string;
|
|
1706
|
+
syncedAt: Date;
|
|
1707
|
+
} | null | undefined;
|
|
1708
1708
|
} | null | undefined;
|
|
1709
1709
|
} & any) | null | undefined;
|
|
1710
1710
|
subsequentTransactions?: ({
|
|
@@ -1764,17 +1764,6 @@ export declare const payoutMtaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
1764
1764
|
mtaId: string;
|
|
1765
1765
|
mtaBalanceCents: number | bigint;
|
|
1766
1766
|
cmaBalanceCents: number | bigint;
|
|
1767
|
-
customer?: {
|
|
1768
|
-
status: string;
|
|
1769
|
-
id: string;
|
|
1770
|
-
isArchived: boolean;
|
|
1771
|
-
createdAt: Date;
|
|
1772
|
-
updatedAt: Date;
|
|
1773
|
-
fullName: string | null;
|
|
1774
|
-
mobile: string | null;
|
|
1775
|
-
email: string;
|
|
1776
|
-
syncedAt: Date;
|
|
1777
|
-
} | null | undefined;
|
|
1778
1767
|
buyerName?: string | null | undefined;
|
|
1779
1768
|
project?: {
|
|
1780
1769
|
type: string;
|
|
@@ -1798,6 +1787,17 @@ export declare const payoutMtaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
1798
1787
|
companyName: string | null;
|
|
1799
1788
|
} | null | undefined;
|
|
1800
1789
|
} | null | undefined;
|
|
1790
|
+
customer?: {
|
|
1791
|
+
status: string;
|
|
1792
|
+
id: string;
|
|
1793
|
+
isArchived: boolean;
|
|
1794
|
+
createdAt: Date;
|
|
1795
|
+
updatedAt: Date;
|
|
1796
|
+
fullName: string | null;
|
|
1797
|
+
mobile: string | null;
|
|
1798
|
+
email: string;
|
|
1799
|
+
syncedAt: Date;
|
|
1800
|
+
} | null | undefined;
|
|
1801
1801
|
} | null | undefined;
|
|
1802
1802
|
} & any)[] | null | undefined;
|
|
1803
1803
|
reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -1873,17 +1873,6 @@ export declare const payoutCmaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
1873
1873
|
mtaId: string;
|
|
1874
1874
|
mtaBalanceCents: number | bigint;
|
|
1875
1875
|
cmaBalanceCents: number | bigint;
|
|
1876
|
-
customer?: {
|
|
1877
|
-
status: string;
|
|
1878
|
-
id: string;
|
|
1879
|
-
isArchived: boolean;
|
|
1880
|
-
createdAt: Date;
|
|
1881
|
-
updatedAt: Date;
|
|
1882
|
-
fullName: string | null;
|
|
1883
|
-
mobile: string | null;
|
|
1884
|
-
email: string;
|
|
1885
|
-
syncedAt: Date;
|
|
1886
|
-
} | null | undefined;
|
|
1887
1876
|
buyerName?: string | null | undefined;
|
|
1888
1877
|
project?: {
|
|
1889
1878
|
type: string;
|
|
@@ -1907,6 +1896,17 @@ export declare const payoutCmaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
1907
1896
|
companyName: string | null;
|
|
1908
1897
|
} | null | undefined;
|
|
1909
1898
|
} | null | undefined;
|
|
1899
|
+
customer?: {
|
|
1900
|
+
status: string;
|
|
1901
|
+
id: string;
|
|
1902
|
+
isArchived: boolean;
|
|
1903
|
+
createdAt: Date;
|
|
1904
|
+
updatedAt: Date;
|
|
1905
|
+
fullName: string | null;
|
|
1906
|
+
mobile: string | null;
|
|
1907
|
+
email: string;
|
|
1908
|
+
syncedAt: Date;
|
|
1909
|
+
} | null | undefined;
|
|
1910
1910
|
} | null | undefined;
|
|
1911
1911
|
} & {
|
|
1912
1912
|
cma?: z.output<typeof import("..").cmaEntitySchema> | null | undefined;
|
|
@@ -1966,17 +1966,6 @@ export declare const payoutCmaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
1966
1966
|
mtaId: string;
|
|
1967
1967
|
mtaBalanceCents: number | bigint;
|
|
1968
1968
|
cmaBalanceCents: number | bigint;
|
|
1969
|
-
customer?: {
|
|
1970
|
-
status: string;
|
|
1971
|
-
id: string;
|
|
1972
|
-
isArchived: boolean;
|
|
1973
|
-
createdAt: Date;
|
|
1974
|
-
updatedAt: Date;
|
|
1975
|
-
fullName: string | null;
|
|
1976
|
-
mobile: string | null;
|
|
1977
|
-
email: string;
|
|
1978
|
-
syncedAt: Date;
|
|
1979
|
-
} | null | undefined;
|
|
1980
1969
|
buyerName?: string | null | undefined;
|
|
1981
1970
|
project?: {
|
|
1982
1971
|
type: string;
|
|
@@ -2000,6 +1989,17 @@ export declare const payoutCmaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
2000
1989
|
companyName: string | null;
|
|
2001
1990
|
} | null | undefined;
|
|
2002
1991
|
} | null | undefined;
|
|
1992
|
+
customer?: {
|
|
1993
|
+
status: string;
|
|
1994
|
+
id: string;
|
|
1995
|
+
isArchived: boolean;
|
|
1996
|
+
createdAt: Date;
|
|
1997
|
+
updatedAt: Date;
|
|
1998
|
+
fullName: string | null;
|
|
1999
|
+
mobile: string | null;
|
|
2000
|
+
email: string;
|
|
2001
|
+
syncedAt: Date;
|
|
2002
|
+
} | null | undefined;
|
|
2003
2003
|
} | null | undefined;
|
|
2004
2004
|
} & any, "cma"> | null | undefined;
|
|
2005
2005
|
subsequentTransactions?: Omit<{
|
|
@@ -2058,17 +2058,6 @@ export declare const payoutCmaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
2058
2058
|
mtaId: string;
|
|
2059
2059
|
mtaBalanceCents: number | bigint;
|
|
2060
2060
|
cmaBalanceCents: number | bigint;
|
|
2061
|
-
customer?: {
|
|
2062
|
-
status: string;
|
|
2063
|
-
id: string;
|
|
2064
|
-
isArchived: boolean;
|
|
2065
|
-
createdAt: Date;
|
|
2066
|
-
updatedAt: Date;
|
|
2067
|
-
fullName: string | null;
|
|
2068
|
-
mobile: string | null;
|
|
2069
|
-
email: string;
|
|
2070
|
-
syncedAt: Date;
|
|
2071
|
-
} | null | undefined;
|
|
2072
2061
|
buyerName?: string | null | undefined;
|
|
2073
2062
|
project?: {
|
|
2074
2063
|
type: string;
|
|
@@ -2092,6 +2081,17 @@ export declare const payoutCmaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
2092
2081
|
companyName: string | null;
|
|
2093
2082
|
} | null | undefined;
|
|
2094
2083
|
} | null | undefined;
|
|
2084
|
+
customer?: {
|
|
2085
|
+
status: string;
|
|
2086
|
+
id: string;
|
|
2087
|
+
isArchived: boolean;
|
|
2088
|
+
createdAt: Date;
|
|
2089
|
+
updatedAt: Date;
|
|
2090
|
+
fullName: string | null;
|
|
2091
|
+
mobile: string | null;
|
|
2092
|
+
email: string;
|
|
2093
|
+
syncedAt: Date;
|
|
2094
|
+
} | null | undefined;
|
|
2095
2095
|
} | null | undefined;
|
|
2096
2096
|
} & any, "cma">[] | null | undefined;
|
|
2097
2097
|
reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -2158,17 +2158,6 @@ export declare const payoutCmaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
2158
2158
|
mtaId: string;
|
|
2159
2159
|
mtaBalanceCents: number | bigint;
|
|
2160
2160
|
cmaBalanceCents: number | bigint;
|
|
2161
|
-
customer?: {
|
|
2162
|
-
status: string;
|
|
2163
|
-
id: string;
|
|
2164
|
-
isArchived: boolean;
|
|
2165
|
-
createdAt: Date;
|
|
2166
|
-
updatedAt: Date;
|
|
2167
|
-
fullName: string | null;
|
|
2168
|
-
mobile: string | null;
|
|
2169
|
-
email: string;
|
|
2170
|
-
syncedAt: Date;
|
|
2171
|
-
} | null | undefined;
|
|
2172
2161
|
buyerName?: string | null | undefined;
|
|
2173
2162
|
project?: {
|
|
2174
2163
|
type: string;
|
|
@@ -2192,6 +2181,17 @@ export declare const payoutCmaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
2192
2181
|
companyName: string | null;
|
|
2193
2182
|
} | null | undefined;
|
|
2194
2183
|
} | null | undefined;
|
|
2184
|
+
customer?: {
|
|
2185
|
+
status: string;
|
|
2186
|
+
id: string;
|
|
2187
|
+
isArchived: boolean;
|
|
2188
|
+
createdAt: Date;
|
|
2189
|
+
updatedAt: Date;
|
|
2190
|
+
fullName: string | null;
|
|
2191
|
+
mobile: string | null;
|
|
2192
|
+
email: string;
|
|
2193
|
+
syncedAt: Date;
|
|
2194
|
+
} | null | undefined;
|
|
2195
2195
|
} | null | undefined;
|
|
2196
2196
|
} & {
|
|
2197
2197
|
cma?: z.input<typeof import("..").cmaEntitySchema> | null | undefined;
|
|
@@ -2251,17 +2251,6 @@ export declare const payoutCmaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
2251
2251
|
mtaId: string;
|
|
2252
2252
|
mtaBalanceCents: number | bigint;
|
|
2253
2253
|
cmaBalanceCents: number | bigint;
|
|
2254
|
-
customer?: {
|
|
2255
|
-
status: string;
|
|
2256
|
-
id: string;
|
|
2257
|
-
isArchived: boolean;
|
|
2258
|
-
createdAt: Date;
|
|
2259
|
-
updatedAt: Date;
|
|
2260
|
-
fullName: string | null;
|
|
2261
|
-
mobile: string | null;
|
|
2262
|
-
email: string;
|
|
2263
|
-
syncedAt: Date;
|
|
2264
|
-
} | null | undefined;
|
|
2265
2254
|
buyerName?: string | null | undefined;
|
|
2266
2255
|
project?: {
|
|
2267
2256
|
type: string;
|
|
@@ -2285,8 +2274,19 @@ export declare const payoutCmaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
2285
2274
|
companyName: string | null;
|
|
2286
2275
|
} | null | undefined;
|
|
2287
2276
|
} | null | undefined;
|
|
2288
|
-
|
|
2289
|
-
|
|
2277
|
+
customer?: {
|
|
2278
|
+
status: string;
|
|
2279
|
+
id: string;
|
|
2280
|
+
isArchived: boolean;
|
|
2281
|
+
createdAt: Date;
|
|
2282
|
+
updatedAt: Date;
|
|
2283
|
+
fullName: string | null;
|
|
2284
|
+
mobile: string | null;
|
|
2285
|
+
email: string;
|
|
2286
|
+
syncedAt: Date;
|
|
2287
|
+
} | null | undefined;
|
|
2288
|
+
} | null | undefined;
|
|
2289
|
+
} & any) | null | undefined;
|
|
2290
2290
|
subsequentTransactions?: ({
|
|
2291
2291
|
status: string;
|
|
2292
2292
|
id: string;
|
|
@@ -2343,17 +2343,6 @@ export declare const payoutCmaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
2343
2343
|
mtaId: string;
|
|
2344
2344
|
mtaBalanceCents: number | bigint;
|
|
2345
2345
|
cmaBalanceCents: number | bigint;
|
|
2346
|
-
customer?: {
|
|
2347
|
-
status: string;
|
|
2348
|
-
id: string;
|
|
2349
|
-
isArchived: boolean;
|
|
2350
|
-
createdAt: Date;
|
|
2351
|
-
updatedAt: Date;
|
|
2352
|
-
fullName: string | null;
|
|
2353
|
-
mobile: string | null;
|
|
2354
|
-
email: string;
|
|
2355
|
-
syncedAt: Date;
|
|
2356
|
-
} | null | undefined;
|
|
2357
2346
|
buyerName?: string | null | undefined;
|
|
2358
2347
|
project?: {
|
|
2359
2348
|
type: string;
|
|
@@ -2377,6 +2366,17 @@ export declare const payoutCmaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
2377
2366
|
companyName: string | null;
|
|
2378
2367
|
} | null | undefined;
|
|
2379
2368
|
} | null | undefined;
|
|
2369
|
+
customer?: {
|
|
2370
|
+
status: string;
|
|
2371
|
+
id: string;
|
|
2372
|
+
isArchived: boolean;
|
|
2373
|
+
createdAt: Date;
|
|
2374
|
+
updatedAt: Date;
|
|
2375
|
+
fullName: string | null;
|
|
2376
|
+
mobile: string | null;
|
|
2377
|
+
email: string;
|
|
2378
|
+
syncedAt: Date;
|
|
2379
|
+
} | null | undefined;
|
|
2380
2380
|
} | null | undefined;
|
|
2381
2381
|
} & any)[] | null | undefined;
|
|
2382
2382
|
reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -2452,17 +2452,6 @@ export declare const payoutCmaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
2452
2452
|
mtaId: string;
|
|
2453
2453
|
mtaBalanceCents: number | bigint;
|
|
2454
2454
|
cmaBalanceCents: number | bigint;
|
|
2455
|
-
customer?: {
|
|
2456
|
-
status: string;
|
|
2457
|
-
id: string;
|
|
2458
|
-
isArchived: boolean;
|
|
2459
|
-
createdAt: Date;
|
|
2460
|
-
updatedAt: Date;
|
|
2461
|
-
fullName: string | null;
|
|
2462
|
-
mobile: string | null;
|
|
2463
|
-
email: string;
|
|
2464
|
-
syncedAt: Date;
|
|
2465
|
-
} | null | undefined;
|
|
2466
2455
|
buyerName?: string | null | undefined;
|
|
2467
2456
|
project?: {
|
|
2468
2457
|
type: string;
|
|
@@ -2486,6 +2475,17 @@ export declare const payoutCmaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
2486
2475
|
companyName: string | null;
|
|
2487
2476
|
} | null | undefined;
|
|
2488
2477
|
} | null | undefined;
|
|
2478
|
+
customer?: {
|
|
2479
|
+
status: string;
|
|
2480
|
+
id: string;
|
|
2481
|
+
isArchived: boolean;
|
|
2482
|
+
createdAt: Date;
|
|
2483
|
+
updatedAt: Date;
|
|
2484
|
+
fullName: string | null;
|
|
2485
|
+
mobile: string | null;
|
|
2486
|
+
email: string;
|
|
2487
|
+
syncedAt: Date;
|
|
2488
|
+
} | null | undefined;
|
|
2489
2489
|
} | null | undefined;
|
|
2490
2490
|
} & {
|
|
2491
2491
|
cma?: z.output<typeof import("..").cmaEntitySchema> | null | undefined;
|
|
@@ -2545,17 +2545,6 @@ export declare const payoutCmaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
2545
2545
|
mtaId: string;
|
|
2546
2546
|
mtaBalanceCents: number | bigint;
|
|
2547
2547
|
cmaBalanceCents: number | bigint;
|
|
2548
|
-
customer?: {
|
|
2549
|
-
status: string;
|
|
2550
|
-
id: string;
|
|
2551
|
-
isArchived: boolean;
|
|
2552
|
-
createdAt: Date;
|
|
2553
|
-
updatedAt: Date;
|
|
2554
|
-
fullName: string | null;
|
|
2555
|
-
mobile: string | null;
|
|
2556
|
-
email: string;
|
|
2557
|
-
syncedAt: Date;
|
|
2558
|
-
} | null | undefined;
|
|
2559
2548
|
buyerName?: string | null | undefined;
|
|
2560
2549
|
project?: {
|
|
2561
2550
|
type: string;
|
|
@@ -2579,6 +2568,17 @@ export declare const payoutCmaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
2579
2568
|
companyName: string | null;
|
|
2580
2569
|
} | null | undefined;
|
|
2581
2570
|
} | null | undefined;
|
|
2571
|
+
customer?: {
|
|
2572
|
+
status: string;
|
|
2573
|
+
id: string;
|
|
2574
|
+
isArchived: boolean;
|
|
2575
|
+
createdAt: Date;
|
|
2576
|
+
updatedAt: Date;
|
|
2577
|
+
fullName: string | null;
|
|
2578
|
+
mobile: string | null;
|
|
2579
|
+
email: string;
|
|
2580
|
+
syncedAt: Date;
|
|
2581
|
+
} | null | undefined;
|
|
2582
2582
|
} | null | undefined;
|
|
2583
2583
|
} & any, "cma"> | null | undefined;
|
|
2584
2584
|
subsequentTransactions?: Omit<{
|
|
@@ -2637,17 +2637,6 @@ export declare const payoutCmaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
2637
2637
|
mtaId: string;
|
|
2638
2638
|
mtaBalanceCents: number | bigint;
|
|
2639
2639
|
cmaBalanceCents: number | bigint;
|
|
2640
|
-
customer?: {
|
|
2641
|
-
status: string;
|
|
2642
|
-
id: string;
|
|
2643
|
-
isArchived: boolean;
|
|
2644
|
-
createdAt: Date;
|
|
2645
|
-
updatedAt: Date;
|
|
2646
|
-
fullName: string | null;
|
|
2647
|
-
mobile: string | null;
|
|
2648
|
-
email: string;
|
|
2649
|
-
syncedAt: Date;
|
|
2650
|
-
} | null | undefined;
|
|
2651
2640
|
buyerName?: string | null | undefined;
|
|
2652
2641
|
project?: {
|
|
2653
2642
|
type: string;
|
|
@@ -2671,6 +2660,17 @@ export declare const payoutCmaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
2671
2660
|
companyName: string | null;
|
|
2672
2661
|
} | null | undefined;
|
|
2673
2662
|
} | null | undefined;
|
|
2663
|
+
customer?: {
|
|
2664
|
+
status: string;
|
|
2665
|
+
id: string;
|
|
2666
|
+
isArchived: boolean;
|
|
2667
|
+
createdAt: Date;
|
|
2668
|
+
updatedAt: Date;
|
|
2669
|
+
fullName: string | null;
|
|
2670
|
+
mobile: string | null;
|
|
2671
|
+
email: string;
|
|
2672
|
+
syncedAt: Date;
|
|
2673
|
+
} | null | undefined;
|
|
2674
2674
|
} | null | undefined;
|
|
2675
2675
|
} & any, "cma">[] | null | undefined;
|
|
2676
2676
|
reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -2737,17 +2737,6 @@ export declare const payoutCmaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
2737
2737
|
mtaId: string;
|
|
2738
2738
|
mtaBalanceCents: number | bigint;
|
|
2739
2739
|
cmaBalanceCents: number | bigint;
|
|
2740
|
-
customer?: {
|
|
2741
|
-
status: string;
|
|
2742
|
-
id: string;
|
|
2743
|
-
isArchived: boolean;
|
|
2744
|
-
createdAt: Date;
|
|
2745
|
-
updatedAt: Date;
|
|
2746
|
-
fullName: string | null;
|
|
2747
|
-
mobile: string | null;
|
|
2748
|
-
email: string;
|
|
2749
|
-
syncedAt: Date;
|
|
2750
|
-
} | null | undefined;
|
|
2751
2740
|
buyerName?: string | null | undefined;
|
|
2752
2741
|
project?: {
|
|
2753
2742
|
type: string;
|
|
@@ -2771,6 +2760,17 @@ export declare const payoutCmaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
2771
2760
|
companyName: string | null;
|
|
2772
2761
|
} | null | undefined;
|
|
2773
2762
|
} | null | undefined;
|
|
2763
|
+
customer?: {
|
|
2764
|
+
status: string;
|
|
2765
|
+
id: string;
|
|
2766
|
+
isArchived: boolean;
|
|
2767
|
+
createdAt: Date;
|
|
2768
|
+
updatedAt: Date;
|
|
2769
|
+
fullName: string | null;
|
|
2770
|
+
mobile: string | null;
|
|
2771
|
+
email: string;
|
|
2772
|
+
syncedAt: Date;
|
|
2773
|
+
} | null | undefined;
|
|
2774
2774
|
} | null | undefined;
|
|
2775
2775
|
} & {
|
|
2776
2776
|
cma?: z.input<typeof import("..").cmaEntitySchema> | null | undefined;
|
|
@@ -2830,17 +2830,6 @@ export declare const payoutCmaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
2830
2830
|
mtaId: string;
|
|
2831
2831
|
mtaBalanceCents: number | bigint;
|
|
2832
2832
|
cmaBalanceCents: number | bigint;
|
|
2833
|
-
customer?: {
|
|
2834
|
-
status: string;
|
|
2835
|
-
id: string;
|
|
2836
|
-
isArchived: boolean;
|
|
2837
|
-
createdAt: Date;
|
|
2838
|
-
updatedAt: Date;
|
|
2839
|
-
fullName: string | null;
|
|
2840
|
-
mobile: string | null;
|
|
2841
|
-
email: string;
|
|
2842
|
-
syncedAt: Date;
|
|
2843
|
-
} | null | undefined;
|
|
2844
2833
|
buyerName?: string | null | undefined;
|
|
2845
2834
|
project?: {
|
|
2846
2835
|
type: string;
|
|
@@ -2864,6 +2853,17 @@ export declare const payoutCmaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
2864
2853
|
companyName: string | null;
|
|
2865
2854
|
} | null | undefined;
|
|
2866
2855
|
} | null | undefined;
|
|
2856
|
+
customer?: {
|
|
2857
|
+
status: string;
|
|
2858
|
+
id: string;
|
|
2859
|
+
isArchived: boolean;
|
|
2860
|
+
createdAt: Date;
|
|
2861
|
+
updatedAt: Date;
|
|
2862
|
+
fullName: string | null;
|
|
2863
|
+
mobile: string | null;
|
|
2864
|
+
email: string;
|
|
2865
|
+
syncedAt: Date;
|
|
2866
|
+
} | null | undefined;
|
|
2867
2867
|
} | null | undefined;
|
|
2868
2868
|
} & any) | null | undefined;
|
|
2869
2869
|
subsequentTransactions?: ({
|
|
@@ -2922,17 +2922,6 @@ export declare const payoutCmaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
2922
2922
|
mtaId: string;
|
|
2923
2923
|
mtaBalanceCents: number | bigint;
|
|
2924
2924
|
cmaBalanceCents: number | bigint;
|
|
2925
|
-
customer?: {
|
|
2926
|
-
status: string;
|
|
2927
|
-
id: string;
|
|
2928
|
-
isArchived: boolean;
|
|
2929
|
-
createdAt: Date;
|
|
2930
|
-
updatedAt: Date;
|
|
2931
|
-
fullName: string | null;
|
|
2932
|
-
mobile: string | null;
|
|
2933
|
-
email: string;
|
|
2934
|
-
syncedAt: Date;
|
|
2935
|
-
} | null | undefined;
|
|
2936
2925
|
buyerName?: string | null | undefined;
|
|
2937
2926
|
project?: {
|
|
2938
2927
|
type: string;
|
|
@@ -2956,6 +2945,17 @@ export declare const payoutCmaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
2956
2945
|
companyName: string | null;
|
|
2957
2946
|
} | null | undefined;
|
|
2958
2947
|
} | null | undefined;
|
|
2948
|
+
customer?: {
|
|
2949
|
+
status: string;
|
|
2950
|
+
id: string;
|
|
2951
|
+
isArchived: boolean;
|
|
2952
|
+
createdAt: Date;
|
|
2953
|
+
updatedAt: Date;
|
|
2954
|
+
fullName: string | null;
|
|
2955
|
+
mobile: string | null;
|
|
2956
|
+
email: string;
|
|
2957
|
+
syncedAt: Date;
|
|
2958
|
+
} | null | undefined;
|
|
2959
2959
|
} | null | undefined;
|
|
2960
2960
|
} & any)[] | null | undefined;
|
|
2961
2961
|
reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -3031,17 +3031,6 @@ export declare const payoutCmaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
3031
3031
|
mtaId: string;
|
|
3032
3032
|
mtaBalanceCents: number | bigint;
|
|
3033
3033
|
cmaBalanceCents: number | bigint;
|
|
3034
|
-
customer?: {
|
|
3035
|
-
status: string;
|
|
3036
|
-
id: string;
|
|
3037
|
-
isArchived: boolean;
|
|
3038
|
-
createdAt: Date;
|
|
3039
|
-
updatedAt: Date;
|
|
3040
|
-
fullName: string | null;
|
|
3041
|
-
mobile: string | null;
|
|
3042
|
-
email: string;
|
|
3043
|
-
syncedAt: Date;
|
|
3044
|
-
} | null | undefined;
|
|
3045
3034
|
buyerName?: string | null | undefined;
|
|
3046
3035
|
project?: {
|
|
3047
3036
|
type: string;
|
|
@@ -3065,6 +3054,17 @@ export declare const payoutCmaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
3065
3054
|
companyName: string | null;
|
|
3066
3055
|
} | null | undefined;
|
|
3067
3056
|
} | null | undefined;
|
|
3057
|
+
customer?: {
|
|
3058
|
+
status: string;
|
|
3059
|
+
id: string;
|
|
3060
|
+
isArchived: boolean;
|
|
3061
|
+
createdAt: Date;
|
|
3062
|
+
updatedAt: Date;
|
|
3063
|
+
fullName: string | null;
|
|
3064
|
+
mobile: string | null;
|
|
3065
|
+
email: string;
|
|
3066
|
+
syncedAt: Date;
|
|
3067
|
+
} | null | undefined;
|
|
3068
3068
|
} | null | undefined;
|
|
3069
3069
|
} & {
|
|
3070
3070
|
cma?: z.output<typeof import("..").cmaEntitySchema> | null | undefined;
|
|
@@ -3124,17 +3124,6 @@ export declare const payoutCmaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
3124
3124
|
mtaId: string;
|
|
3125
3125
|
mtaBalanceCents: number | bigint;
|
|
3126
3126
|
cmaBalanceCents: number | bigint;
|
|
3127
|
-
customer?: {
|
|
3128
|
-
status: string;
|
|
3129
|
-
id: string;
|
|
3130
|
-
isArchived: boolean;
|
|
3131
|
-
createdAt: Date;
|
|
3132
|
-
updatedAt: Date;
|
|
3133
|
-
fullName: string | null;
|
|
3134
|
-
mobile: string | null;
|
|
3135
|
-
email: string;
|
|
3136
|
-
syncedAt: Date;
|
|
3137
|
-
} | null | undefined;
|
|
3138
3127
|
buyerName?: string | null | undefined;
|
|
3139
3128
|
project?: {
|
|
3140
3129
|
type: string;
|
|
@@ -3158,6 +3147,17 @@ export declare const payoutCmaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
3158
3147
|
companyName: string | null;
|
|
3159
3148
|
} | null | undefined;
|
|
3160
3149
|
} | null | undefined;
|
|
3150
|
+
customer?: {
|
|
3151
|
+
status: string;
|
|
3152
|
+
id: string;
|
|
3153
|
+
isArchived: boolean;
|
|
3154
|
+
createdAt: Date;
|
|
3155
|
+
updatedAt: Date;
|
|
3156
|
+
fullName: string | null;
|
|
3157
|
+
mobile: string | null;
|
|
3158
|
+
email: string;
|
|
3159
|
+
syncedAt: Date;
|
|
3160
|
+
} | null | undefined;
|
|
3161
3161
|
} | null | undefined;
|
|
3162
3162
|
} & any, "cma"> | null | undefined;
|
|
3163
3163
|
subsequentTransactions?: Omit<{
|
|
@@ -3216,17 +3216,6 @@ export declare const payoutCmaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
3216
3216
|
mtaId: string;
|
|
3217
3217
|
mtaBalanceCents: number | bigint;
|
|
3218
3218
|
cmaBalanceCents: number | bigint;
|
|
3219
|
-
customer?: {
|
|
3220
|
-
status: string;
|
|
3221
|
-
id: string;
|
|
3222
|
-
isArchived: boolean;
|
|
3223
|
-
createdAt: Date;
|
|
3224
|
-
updatedAt: Date;
|
|
3225
|
-
fullName: string | null;
|
|
3226
|
-
mobile: string | null;
|
|
3227
|
-
email: string;
|
|
3228
|
-
syncedAt: Date;
|
|
3229
|
-
} | null | undefined;
|
|
3230
3219
|
buyerName?: string | null | undefined;
|
|
3231
3220
|
project?: {
|
|
3232
3221
|
type: string;
|
|
@@ -3250,6 +3239,17 @@ export declare const payoutCmaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
3250
3239
|
companyName: string | null;
|
|
3251
3240
|
} | null | undefined;
|
|
3252
3241
|
} | null | undefined;
|
|
3242
|
+
customer?: {
|
|
3243
|
+
status: string;
|
|
3244
|
+
id: string;
|
|
3245
|
+
isArchived: boolean;
|
|
3246
|
+
createdAt: Date;
|
|
3247
|
+
updatedAt: Date;
|
|
3248
|
+
fullName: string | null;
|
|
3249
|
+
mobile: string | null;
|
|
3250
|
+
email: string;
|
|
3251
|
+
syncedAt: Date;
|
|
3252
|
+
} | null | undefined;
|
|
3253
3253
|
} | null | undefined;
|
|
3254
3254
|
} & any, "cma">[] | null | undefined;
|
|
3255
3255
|
reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -3316,17 +3316,6 @@ export declare const payoutCmaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
3316
3316
|
mtaId: string;
|
|
3317
3317
|
mtaBalanceCents: number | bigint;
|
|
3318
3318
|
cmaBalanceCents: number | bigint;
|
|
3319
|
-
customer?: {
|
|
3320
|
-
status: string;
|
|
3321
|
-
id: string;
|
|
3322
|
-
isArchived: boolean;
|
|
3323
|
-
createdAt: Date;
|
|
3324
|
-
updatedAt: Date;
|
|
3325
|
-
fullName: string | null;
|
|
3326
|
-
mobile: string | null;
|
|
3327
|
-
email: string;
|
|
3328
|
-
syncedAt: Date;
|
|
3329
|
-
} | null | undefined;
|
|
3330
3319
|
buyerName?: string | null | undefined;
|
|
3331
3320
|
project?: {
|
|
3332
3321
|
type: string;
|
|
@@ -3350,6 +3339,17 @@ export declare const payoutCmaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
3350
3339
|
companyName: string | null;
|
|
3351
3340
|
} | null | undefined;
|
|
3352
3341
|
} | null | undefined;
|
|
3342
|
+
customer?: {
|
|
3343
|
+
status: string;
|
|
3344
|
+
id: string;
|
|
3345
|
+
isArchived: boolean;
|
|
3346
|
+
createdAt: Date;
|
|
3347
|
+
updatedAt: Date;
|
|
3348
|
+
fullName: string | null;
|
|
3349
|
+
mobile: string | null;
|
|
3350
|
+
email: string;
|
|
3351
|
+
syncedAt: Date;
|
|
3352
|
+
} | null | undefined;
|
|
3353
3353
|
} | null | undefined;
|
|
3354
3354
|
} & {
|
|
3355
3355
|
cma?: z.input<typeof import("..").cmaEntitySchema> | null | undefined;
|
|
@@ -3409,17 +3409,6 @@ export declare const payoutCmaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
3409
3409
|
mtaId: string;
|
|
3410
3410
|
mtaBalanceCents: number | bigint;
|
|
3411
3411
|
cmaBalanceCents: number | bigint;
|
|
3412
|
-
customer?: {
|
|
3413
|
-
status: string;
|
|
3414
|
-
id: string;
|
|
3415
|
-
isArchived: boolean;
|
|
3416
|
-
createdAt: Date;
|
|
3417
|
-
updatedAt: Date;
|
|
3418
|
-
fullName: string | null;
|
|
3419
|
-
mobile: string | null;
|
|
3420
|
-
email: string;
|
|
3421
|
-
syncedAt: Date;
|
|
3422
|
-
} | null | undefined;
|
|
3423
3412
|
buyerName?: string | null | undefined;
|
|
3424
3413
|
project?: {
|
|
3425
3414
|
type: string;
|
|
@@ -3443,6 +3432,17 @@ export declare const payoutCmaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
3443
3432
|
companyName: string | null;
|
|
3444
3433
|
} | null | undefined;
|
|
3445
3434
|
} | null | undefined;
|
|
3435
|
+
customer?: {
|
|
3436
|
+
status: string;
|
|
3437
|
+
id: string;
|
|
3438
|
+
isArchived: boolean;
|
|
3439
|
+
createdAt: Date;
|
|
3440
|
+
updatedAt: Date;
|
|
3441
|
+
fullName: string | null;
|
|
3442
|
+
mobile: string | null;
|
|
3443
|
+
email: string;
|
|
3444
|
+
syncedAt: Date;
|
|
3445
|
+
} | null | undefined;
|
|
3446
3446
|
} | null | undefined;
|
|
3447
3447
|
} & any) | null | undefined;
|
|
3448
3448
|
subsequentTransactions?: ({
|
|
@@ -3501,17 +3501,6 @@ export declare const payoutCmaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
3501
3501
|
mtaId: string;
|
|
3502
3502
|
mtaBalanceCents: number | bigint;
|
|
3503
3503
|
cmaBalanceCents: number | bigint;
|
|
3504
|
-
customer?: {
|
|
3505
|
-
status: string;
|
|
3506
|
-
id: string;
|
|
3507
|
-
isArchived: boolean;
|
|
3508
|
-
createdAt: Date;
|
|
3509
|
-
updatedAt: Date;
|
|
3510
|
-
fullName: string | null;
|
|
3511
|
-
mobile: string | null;
|
|
3512
|
-
email: string;
|
|
3513
|
-
syncedAt: Date;
|
|
3514
|
-
} | null | undefined;
|
|
3515
3504
|
buyerName?: string | null | undefined;
|
|
3516
3505
|
project?: {
|
|
3517
3506
|
type: string;
|
|
@@ -3535,6 +3524,17 @@ export declare const payoutCmaSourceDetailsRestSchema: z.ZodObject<{
|
|
|
3535
3524
|
companyName: string | null;
|
|
3536
3525
|
} | null | undefined;
|
|
3537
3526
|
} | null | undefined;
|
|
3527
|
+
customer?: {
|
|
3528
|
+
status: string;
|
|
3529
|
+
id: string;
|
|
3530
|
+
isArchived: boolean;
|
|
3531
|
+
createdAt: Date;
|
|
3532
|
+
updatedAt: Date;
|
|
3533
|
+
fullName: string | null;
|
|
3534
|
+
mobile: string | null;
|
|
3535
|
+
email: string;
|
|
3536
|
+
syncedAt: Date;
|
|
3537
|
+
} | null | undefined;
|
|
3538
3538
|
} | null | undefined;
|
|
3539
3539
|
} & any)[] | null | undefined;
|
|
3540
3540
|
reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -3556,7 +3556,7 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
3556
3556
|
} & {
|
|
3557
3557
|
sourceAccountType: z.ZodLiteral<PayoutSourceAccountType.MTA>;
|
|
3558
3558
|
transaction: z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
3559
|
-
status:
|
|
3559
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
3560
3560
|
id: string;
|
|
3561
3561
|
propertyId: string | null;
|
|
3562
3562
|
balanceCents: number;
|
|
@@ -3612,17 +3612,6 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
3612
3612
|
mtaId: string;
|
|
3613
3613
|
mtaBalanceCents: number | bigint;
|
|
3614
3614
|
cmaBalanceCents: number | bigint;
|
|
3615
|
-
customer?: {
|
|
3616
|
-
status: string;
|
|
3617
|
-
id: string;
|
|
3618
|
-
isArchived: boolean;
|
|
3619
|
-
createdAt: Date;
|
|
3620
|
-
updatedAt: Date;
|
|
3621
|
-
fullName: string | null;
|
|
3622
|
-
mobile: string | null;
|
|
3623
|
-
email: string;
|
|
3624
|
-
syncedAt: Date;
|
|
3625
|
-
} | null | undefined;
|
|
3626
3615
|
buyerName?: string | null | undefined;
|
|
3627
3616
|
project?: {
|
|
3628
3617
|
type: string;
|
|
@@ -3646,11 +3635,22 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
3646
3635
|
companyName: string | null;
|
|
3647
3636
|
} | null | undefined;
|
|
3648
3637
|
} | null | undefined;
|
|
3638
|
+
customer?: {
|
|
3639
|
+
status: string;
|
|
3640
|
+
id: string;
|
|
3641
|
+
isArchived: boolean;
|
|
3642
|
+
createdAt: Date;
|
|
3643
|
+
updatedAt: Date;
|
|
3644
|
+
fullName: string | null;
|
|
3645
|
+
mobile: string | null;
|
|
3646
|
+
email: string;
|
|
3647
|
+
syncedAt: Date;
|
|
3648
|
+
} | null | undefined;
|
|
3649
3649
|
} | null | undefined;
|
|
3650
3650
|
} & {
|
|
3651
3651
|
mta?: z.output<typeof import("..").mtaRestResSchema> | null | undefined;
|
|
3652
3652
|
sourceTransaction?: ({
|
|
3653
|
-
status:
|
|
3653
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
3654
3654
|
id: string;
|
|
3655
3655
|
propertyId: string | null;
|
|
3656
3656
|
balanceCents: number;
|
|
@@ -3706,17 +3706,6 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
3706
3706
|
mtaId: string;
|
|
3707
3707
|
mtaBalanceCents: number | bigint;
|
|
3708
3708
|
cmaBalanceCents: number | bigint;
|
|
3709
|
-
customer?: {
|
|
3710
|
-
status: string;
|
|
3711
|
-
id: string;
|
|
3712
|
-
isArchived: boolean;
|
|
3713
|
-
createdAt: Date;
|
|
3714
|
-
updatedAt: Date;
|
|
3715
|
-
fullName: string | null;
|
|
3716
|
-
mobile: string | null;
|
|
3717
|
-
email: string;
|
|
3718
|
-
syncedAt: Date;
|
|
3719
|
-
} | null | undefined;
|
|
3720
3709
|
buyerName?: string | null | undefined;
|
|
3721
3710
|
project?: {
|
|
3722
3711
|
type: string;
|
|
@@ -3740,10 +3729,21 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
3740
3729
|
companyName: string | null;
|
|
3741
3730
|
} | null | undefined;
|
|
3742
3731
|
} | null | undefined;
|
|
3732
|
+
customer?: {
|
|
3733
|
+
status: string;
|
|
3734
|
+
id: string;
|
|
3735
|
+
isArchived: boolean;
|
|
3736
|
+
createdAt: Date;
|
|
3737
|
+
updatedAt: Date;
|
|
3738
|
+
fullName: string | null;
|
|
3739
|
+
mobile: string | null;
|
|
3740
|
+
email: string;
|
|
3741
|
+
syncedAt: Date;
|
|
3742
|
+
} | null | undefined;
|
|
3743
3743
|
} | null | undefined;
|
|
3744
3744
|
} & any) | null | undefined;
|
|
3745
3745
|
subsequentTransactions?: ({
|
|
3746
|
-
status:
|
|
3746
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
3747
3747
|
id: string;
|
|
3748
3748
|
propertyId: string | null;
|
|
3749
3749
|
balanceCents: number;
|
|
@@ -3799,17 +3799,6 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
3799
3799
|
mtaId: string;
|
|
3800
3800
|
mtaBalanceCents: number | bigint;
|
|
3801
3801
|
cmaBalanceCents: number | bigint;
|
|
3802
|
-
customer?: {
|
|
3803
|
-
status: string;
|
|
3804
|
-
id: string;
|
|
3805
|
-
isArchived: boolean;
|
|
3806
|
-
createdAt: Date;
|
|
3807
|
-
updatedAt: Date;
|
|
3808
|
-
fullName: string | null;
|
|
3809
|
-
mobile: string | null;
|
|
3810
|
-
email: string;
|
|
3811
|
-
syncedAt: Date;
|
|
3812
|
-
} | null | undefined;
|
|
3813
3802
|
buyerName?: string | null | undefined;
|
|
3814
3803
|
project?: {
|
|
3815
3804
|
type: string;
|
|
@@ -3833,6 +3822,17 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
3833
3822
|
companyName: string | null;
|
|
3834
3823
|
} | null | undefined;
|
|
3835
3824
|
} | null | undefined;
|
|
3825
|
+
customer?: {
|
|
3826
|
+
status: string;
|
|
3827
|
+
id: string;
|
|
3828
|
+
isArchived: boolean;
|
|
3829
|
+
createdAt: Date;
|
|
3830
|
+
updatedAt: Date;
|
|
3831
|
+
fullName: string | null;
|
|
3832
|
+
mobile: string | null;
|
|
3833
|
+
email: string;
|
|
3834
|
+
syncedAt: Date;
|
|
3835
|
+
} | null | undefined;
|
|
3836
3836
|
} | null | undefined;
|
|
3837
3837
|
} & any)[] | null | undefined;
|
|
3838
3838
|
reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -3902,17 +3902,6 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
3902
3902
|
mtaId: string;
|
|
3903
3903
|
mtaBalanceCents: number | bigint;
|
|
3904
3904
|
cmaBalanceCents: number | bigint;
|
|
3905
|
-
customer?: {
|
|
3906
|
-
status: string;
|
|
3907
|
-
id: string;
|
|
3908
|
-
isArchived: boolean;
|
|
3909
|
-
createdAt: Date;
|
|
3910
|
-
updatedAt: Date;
|
|
3911
|
-
fullName: string | null;
|
|
3912
|
-
mobile: string | null;
|
|
3913
|
-
email: string;
|
|
3914
|
-
syncedAt: Date;
|
|
3915
|
-
} | null | undefined;
|
|
3916
3905
|
buyerName?: string | null | undefined;
|
|
3917
3906
|
project?: {
|
|
3918
3907
|
type: string;
|
|
@@ -3936,6 +3925,17 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
3936
3925
|
companyName: string | null;
|
|
3937
3926
|
} | null | undefined;
|
|
3938
3927
|
} | null | undefined;
|
|
3928
|
+
customer?: {
|
|
3929
|
+
status: string;
|
|
3930
|
+
id: string;
|
|
3931
|
+
isArchived: boolean;
|
|
3932
|
+
createdAt: Date;
|
|
3933
|
+
updatedAt: Date;
|
|
3934
|
+
fullName: string | null;
|
|
3935
|
+
mobile: string | null;
|
|
3936
|
+
email: string;
|
|
3937
|
+
syncedAt: Date;
|
|
3938
|
+
} | null | undefined;
|
|
3939
3939
|
} | null | undefined;
|
|
3940
3940
|
} & {
|
|
3941
3941
|
mta?: z.input<typeof import("..").mtaRestResSchema> | null | undefined;
|
|
@@ -3996,17 +3996,6 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
3996
3996
|
mtaId: string;
|
|
3997
3997
|
mtaBalanceCents: number | bigint;
|
|
3998
3998
|
cmaBalanceCents: number | bigint;
|
|
3999
|
-
customer?: {
|
|
4000
|
-
status: string;
|
|
4001
|
-
id: string;
|
|
4002
|
-
isArchived: boolean;
|
|
4003
|
-
createdAt: Date;
|
|
4004
|
-
updatedAt: Date;
|
|
4005
|
-
fullName: string | null;
|
|
4006
|
-
mobile: string | null;
|
|
4007
|
-
email: string;
|
|
4008
|
-
syncedAt: Date;
|
|
4009
|
-
} | null | undefined;
|
|
4010
3999
|
buyerName?: string | null | undefined;
|
|
4011
4000
|
project?: {
|
|
4012
4001
|
type: string;
|
|
@@ -4030,6 +4019,17 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
4030
4019
|
companyName: string | null;
|
|
4031
4020
|
} | null | undefined;
|
|
4032
4021
|
} | null | undefined;
|
|
4022
|
+
customer?: {
|
|
4023
|
+
status: string;
|
|
4024
|
+
id: string;
|
|
4025
|
+
isArchived: boolean;
|
|
4026
|
+
createdAt: Date;
|
|
4027
|
+
updatedAt: Date;
|
|
4028
|
+
fullName: string | null;
|
|
4029
|
+
mobile: string | null;
|
|
4030
|
+
email: string;
|
|
4031
|
+
syncedAt: Date;
|
|
4032
|
+
} | null | undefined;
|
|
4033
4033
|
} | null | undefined;
|
|
4034
4034
|
} & any) | null | undefined;
|
|
4035
4035
|
subsequentTransactions?: ({
|
|
@@ -4089,17 +4089,6 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
4089
4089
|
mtaId: string;
|
|
4090
4090
|
mtaBalanceCents: number | bigint;
|
|
4091
4091
|
cmaBalanceCents: number | bigint;
|
|
4092
|
-
customer?: {
|
|
4093
|
-
status: string;
|
|
4094
|
-
id: string;
|
|
4095
|
-
isArchived: boolean;
|
|
4096
|
-
createdAt: Date;
|
|
4097
|
-
updatedAt: Date;
|
|
4098
|
-
fullName: string | null;
|
|
4099
|
-
mobile: string | null;
|
|
4100
|
-
email: string;
|
|
4101
|
-
syncedAt: Date;
|
|
4102
|
-
} | null | undefined;
|
|
4103
4092
|
buyerName?: string | null | undefined;
|
|
4104
4093
|
project?: {
|
|
4105
4094
|
type: string;
|
|
@@ -4123,6 +4112,17 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
4123
4112
|
companyName: string | null;
|
|
4124
4113
|
} | null | undefined;
|
|
4125
4114
|
} | null | undefined;
|
|
4115
|
+
customer?: {
|
|
4116
|
+
status: string;
|
|
4117
|
+
id: string;
|
|
4118
|
+
isArchived: boolean;
|
|
4119
|
+
createdAt: Date;
|
|
4120
|
+
updatedAt: Date;
|
|
4121
|
+
fullName: string | null;
|
|
4122
|
+
mobile: string | null;
|
|
4123
|
+
email: string;
|
|
4124
|
+
syncedAt: Date;
|
|
4125
|
+
} | null | undefined;
|
|
4126
4126
|
} | null | undefined;
|
|
4127
4127
|
} & any)[] | null | undefined;
|
|
4128
4128
|
reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -4142,7 +4142,7 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
4142
4142
|
} & {
|
|
4143
4143
|
sourceAccountType: z.ZodLiteral<PayoutSourceAccountType.MTA>;
|
|
4144
4144
|
transaction: z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
4145
|
-
status:
|
|
4145
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
4146
4146
|
id: string;
|
|
4147
4147
|
propertyId: string | null;
|
|
4148
4148
|
balanceCents: number;
|
|
@@ -4198,17 +4198,6 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
4198
4198
|
mtaId: string;
|
|
4199
4199
|
mtaBalanceCents: number | bigint;
|
|
4200
4200
|
cmaBalanceCents: number | bigint;
|
|
4201
|
-
customer?: {
|
|
4202
|
-
status: string;
|
|
4203
|
-
id: string;
|
|
4204
|
-
isArchived: boolean;
|
|
4205
|
-
createdAt: Date;
|
|
4206
|
-
updatedAt: Date;
|
|
4207
|
-
fullName: string | null;
|
|
4208
|
-
mobile: string | null;
|
|
4209
|
-
email: string;
|
|
4210
|
-
syncedAt: Date;
|
|
4211
|
-
} | null | undefined;
|
|
4212
4201
|
buyerName?: string | null | undefined;
|
|
4213
4202
|
project?: {
|
|
4214
4203
|
type: string;
|
|
@@ -4232,11 +4221,22 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
4232
4221
|
companyName: string | null;
|
|
4233
4222
|
} | null | undefined;
|
|
4234
4223
|
} | null | undefined;
|
|
4224
|
+
customer?: {
|
|
4225
|
+
status: string;
|
|
4226
|
+
id: string;
|
|
4227
|
+
isArchived: boolean;
|
|
4228
|
+
createdAt: Date;
|
|
4229
|
+
updatedAt: Date;
|
|
4230
|
+
fullName: string | null;
|
|
4231
|
+
mobile: string | null;
|
|
4232
|
+
email: string;
|
|
4233
|
+
syncedAt: Date;
|
|
4234
|
+
} | null | undefined;
|
|
4235
4235
|
} | null | undefined;
|
|
4236
4236
|
} & {
|
|
4237
4237
|
mta?: z.output<typeof import("..").mtaRestResSchema> | null | undefined;
|
|
4238
4238
|
sourceTransaction?: ({
|
|
4239
|
-
status:
|
|
4239
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
4240
4240
|
id: string;
|
|
4241
4241
|
propertyId: string | null;
|
|
4242
4242
|
balanceCents: number;
|
|
@@ -4292,17 +4292,6 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
4292
4292
|
mtaId: string;
|
|
4293
4293
|
mtaBalanceCents: number | bigint;
|
|
4294
4294
|
cmaBalanceCents: number | bigint;
|
|
4295
|
-
customer?: {
|
|
4296
|
-
status: string;
|
|
4297
|
-
id: string;
|
|
4298
|
-
isArchived: boolean;
|
|
4299
|
-
createdAt: Date;
|
|
4300
|
-
updatedAt: Date;
|
|
4301
|
-
fullName: string | null;
|
|
4302
|
-
mobile: string | null;
|
|
4303
|
-
email: string;
|
|
4304
|
-
syncedAt: Date;
|
|
4305
|
-
} | null | undefined;
|
|
4306
4295
|
buyerName?: string | null | undefined;
|
|
4307
4296
|
project?: {
|
|
4308
4297
|
type: string;
|
|
@@ -4326,10 +4315,21 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
4326
4315
|
companyName: string | null;
|
|
4327
4316
|
} | null | undefined;
|
|
4328
4317
|
} | null | undefined;
|
|
4318
|
+
customer?: {
|
|
4319
|
+
status: string;
|
|
4320
|
+
id: string;
|
|
4321
|
+
isArchived: boolean;
|
|
4322
|
+
createdAt: Date;
|
|
4323
|
+
updatedAt: Date;
|
|
4324
|
+
fullName: string | null;
|
|
4325
|
+
mobile: string | null;
|
|
4326
|
+
email: string;
|
|
4327
|
+
syncedAt: Date;
|
|
4328
|
+
} | null | undefined;
|
|
4329
4329
|
} | null | undefined;
|
|
4330
4330
|
} & any) | null | undefined;
|
|
4331
4331
|
subsequentTransactions?: ({
|
|
4332
|
-
status:
|
|
4332
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
4333
4333
|
id: string;
|
|
4334
4334
|
propertyId: string | null;
|
|
4335
4335
|
balanceCents: number;
|
|
@@ -4385,17 +4385,6 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
4385
4385
|
mtaId: string;
|
|
4386
4386
|
mtaBalanceCents: number | bigint;
|
|
4387
4387
|
cmaBalanceCents: number | bigint;
|
|
4388
|
-
customer?: {
|
|
4389
|
-
status: string;
|
|
4390
|
-
id: string;
|
|
4391
|
-
isArchived: boolean;
|
|
4392
|
-
createdAt: Date;
|
|
4393
|
-
updatedAt: Date;
|
|
4394
|
-
fullName: string | null;
|
|
4395
|
-
mobile: string | null;
|
|
4396
|
-
email: string;
|
|
4397
|
-
syncedAt: Date;
|
|
4398
|
-
} | null | undefined;
|
|
4399
4388
|
buyerName?: string | null | undefined;
|
|
4400
4389
|
project?: {
|
|
4401
4390
|
type: string;
|
|
@@ -4419,6 +4408,17 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
4419
4408
|
companyName: string | null;
|
|
4420
4409
|
} | null | undefined;
|
|
4421
4410
|
} | null | undefined;
|
|
4411
|
+
customer?: {
|
|
4412
|
+
status: string;
|
|
4413
|
+
id: string;
|
|
4414
|
+
isArchived: boolean;
|
|
4415
|
+
createdAt: Date;
|
|
4416
|
+
updatedAt: Date;
|
|
4417
|
+
fullName: string | null;
|
|
4418
|
+
mobile: string | null;
|
|
4419
|
+
email: string;
|
|
4420
|
+
syncedAt: Date;
|
|
4421
|
+
} | null | undefined;
|
|
4422
4422
|
} | null | undefined;
|
|
4423
4423
|
} & any)[] | null | undefined;
|
|
4424
4424
|
reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -4488,17 +4488,6 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
4488
4488
|
mtaId: string;
|
|
4489
4489
|
mtaBalanceCents: number | bigint;
|
|
4490
4490
|
cmaBalanceCents: number | bigint;
|
|
4491
|
-
customer?: {
|
|
4492
|
-
status: string;
|
|
4493
|
-
id: string;
|
|
4494
|
-
isArchived: boolean;
|
|
4495
|
-
createdAt: Date;
|
|
4496
|
-
updatedAt: Date;
|
|
4497
|
-
fullName: string | null;
|
|
4498
|
-
mobile: string | null;
|
|
4499
|
-
email: string;
|
|
4500
|
-
syncedAt: Date;
|
|
4501
|
-
} | null | undefined;
|
|
4502
4491
|
buyerName?: string | null | undefined;
|
|
4503
4492
|
project?: {
|
|
4504
4493
|
type: string;
|
|
@@ -4522,6 +4511,17 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
4522
4511
|
companyName: string | null;
|
|
4523
4512
|
} | null | undefined;
|
|
4524
4513
|
} | null | undefined;
|
|
4514
|
+
customer?: {
|
|
4515
|
+
status: string;
|
|
4516
|
+
id: string;
|
|
4517
|
+
isArchived: boolean;
|
|
4518
|
+
createdAt: Date;
|
|
4519
|
+
updatedAt: Date;
|
|
4520
|
+
fullName: string | null;
|
|
4521
|
+
mobile: string | null;
|
|
4522
|
+
email: string;
|
|
4523
|
+
syncedAt: Date;
|
|
4524
|
+
} | null | undefined;
|
|
4525
4525
|
} | null | undefined;
|
|
4526
4526
|
} & {
|
|
4527
4527
|
mta?: z.input<typeof import("..").mtaRestResSchema> | null | undefined;
|
|
@@ -4582,17 +4582,6 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
4582
4582
|
mtaId: string;
|
|
4583
4583
|
mtaBalanceCents: number | bigint;
|
|
4584
4584
|
cmaBalanceCents: number | bigint;
|
|
4585
|
-
customer?: {
|
|
4586
|
-
status: string;
|
|
4587
|
-
id: string;
|
|
4588
|
-
isArchived: boolean;
|
|
4589
|
-
createdAt: Date;
|
|
4590
|
-
updatedAt: Date;
|
|
4591
|
-
fullName: string | null;
|
|
4592
|
-
mobile: string | null;
|
|
4593
|
-
email: string;
|
|
4594
|
-
syncedAt: Date;
|
|
4595
|
-
} | null | undefined;
|
|
4596
4585
|
buyerName?: string | null | undefined;
|
|
4597
4586
|
project?: {
|
|
4598
4587
|
type: string;
|
|
@@ -4616,6 +4605,17 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
4616
4605
|
companyName: string | null;
|
|
4617
4606
|
} | null | undefined;
|
|
4618
4607
|
} | null | undefined;
|
|
4608
|
+
customer?: {
|
|
4609
|
+
status: string;
|
|
4610
|
+
id: string;
|
|
4611
|
+
isArchived: boolean;
|
|
4612
|
+
createdAt: Date;
|
|
4613
|
+
updatedAt: Date;
|
|
4614
|
+
fullName: string | null;
|
|
4615
|
+
mobile: string | null;
|
|
4616
|
+
email: string;
|
|
4617
|
+
syncedAt: Date;
|
|
4618
|
+
} | null | undefined;
|
|
4619
4619
|
} | null | undefined;
|
|
4620
4620
|
} & any) | null | undefined;
|
|
4621
4621
|
subsequentTransactions?: ({
|
|
@@ -4675,17 +4675,6 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
4675
4675
|
mtaId: string;
|
|
4676
4676
|
mtaBalanceCents: number | bigint;
|
|
4677
4677
|
cmaBalanceCents: number | bigint;
|
|
4678
|
-
customer?: {
|
|
4679
|
-
status: string;
|
|
4680
|
-
id: string;
|
|
4681
|
-
isArchived: boolean;
|
|
4682
|
-
createdAt: Date;
|
|
4683
|
-
updatedAt: Date;
|
|
4684
|
-
fullName: string | null;
|
|
4685
|
-
mobile: string | null;
|
|
4686
|
-
email: string;
|
|
4687
|
-
syncedAt: Date;
|
|
4688
|
-
} | null | undefined;
|
|
4689
4678
|
buyerName?: string | null | undefined;
|
|
4690
4679
|
project?: {
|
|
4691
4680
|
type: string;
|
|
@@ -4709,6 +4698,17 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
4709
4698
|
companyName: string | null;
|
|
4710
4699
|
} | null | undefined;
|
|
4711
4700
|
} | null | undefined;
|
|
4701
|
+
customer?: {
|
|
4702
|
+
status: string;
|
|
4703
|
+
id: string;
|
|
4704
|
+
isArchived: boolean;
|
|
4705
|
+
createdAt: Date;
|
|
4706
|
+
updatedAt: Date;
|
|
4707
|
+
fullName: string | null;
|
|
4708
|
+
mobile: string | null;
|
|
4709
|
+
email: string;
|
|
4710
|
+
syncedAt: Date;
|
|
4711
|
+
} | null | undefined;
|
|
4712
4712
|
} | null | undefined;
|
|
4713
4713
|
} & any)[] | null | undefined;
|
|
4714
4714
|
reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -4728,7 +4728,7 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
4728
4728
|
} & {
|
|
4729
4729
|
sourceAccountType: z.ZodLiteral<PayoutSourceAccountType.MTA>;
|
|
4730
4730
|
transaction: z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
4731
|
-
status:
|
|
4731
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
4732
4732
|
id: string;
|
|
4733
4733
|
propertyId: string | null;
|
|
4734
4734
|
balanceCents: number;
|
|
@@ -4784,17 +4784,6 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
4784
4784
|
mtaId: string;
|
|
4785
4785
|
mtaBalanceCents: number | bigint;
|
|
4786
4786
|
cmaBalanceCents: number | bigint;
|
|
4787
|
-
customer?: {
|
|
4788
|
-
status: string;
|
|
4789
|
-
id: string;
|
|
4790
|
-
isArchived: boolean;
|
|
4791
|
-
createdAt: Date;
|
|
4792
|
-
updatedAt: Date;
|
|
4793
|
-
fullName: string | null;
|
|
4794
|
-
mobile: string | null;
|
|
4795
|
-
email: string;
|
|
4796
|
-
syncedAt: Date;
|
|
4797
|
-
} | null | undefined;
|
|
4798
4787
|
buyerName?: string | null | undefined;
|
|
4799
4788
|
project?: {
|
|
4800
4789
|
type: string;
|
|
@@ -4818,11 +4807,22 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
4818
4807
|
companyName: string | null;
|
|
4819
4808
|
} | null | undefined;
|
|
4820
4809
|
} | null | undefined;
|
|
4810
|
+
customer?: {
|
|
4811
|
+
status: string;
|
|
4812
|
+
id: string;
|
|
4813
|
+
isArchived: boolean;
|
|
4814
|
+
createdAt: Date;
|
|
4815
|
+
updatedAt: Date;
|
|
4816
|
+
fullName: string | null;
|
|
4817
|
+
mobile: string | null;
|
|
4818
|
+
email: string;
|
|
4819
|
+
syncedAt: Date;
|
|
4820
|
+
} | null | undefined;
|
|
4821
4821
|
} | null | undefined;
|
|
4822
4822
|
} & {
|
|
4823
4823
|
mta?: z.output<typeof import("..").mtaRestResSchema> | null | undefined;
|
|
4824
4824
|
sourceTransaction?: ({
|
|
4825
|
-
status:
|
|
4825
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
4826
4826
|
id: string;
|
|
4827
4827
|
propertyId: string | null;
|
|
4828
4828
|
balanceCents: number;
|
|
@@ -4878,17 +4878,6 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
4878
4878
|
mtaId: string;
|
|
4879
4879
|
mtaBalanceCents: number | bigint;
|
|
4880
4880
|
cmaBalanceCents: number | bigint;
|
|
4881
|
-
customer?: {
|
|
4882
|
-
status: string;
|
|
4883
|
-
id: string;
|
|
4884
|
-
isArchived: boolean;
|
|
4885
|
-
createdAt: Date;
|
|
4886
|
-
updatedAt: Date;
|
|
4887
|
-
fullName: string | null;
|
|
4888
|
-
mobile: string | null;
|
|
4889
|
-
email: string;
|
|
4890
|
-
syncedAt: Date;
|
|
4891
|
-
} | null | undefined;
|
|
4892
4881
|
buyerName?: string | null | undefined;
|
|
4893
4882
|
project?: {
|
|
4894
4883
|
type: string;
|
|
@@ -4912,10 +4901,21 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
4912
4901
|
companyName: string | null;
|
|
4913
4902
|
} | null | undefined;
|
|
4914
4903
|
} | null | undefined;
|
|
4904
|
+
customer?: {
|
|
4905
|
+
status: string;
|
|
4906
|
+
id: string;
|
|
4907
|
+
isArchived: boolean;
|
|
4908
|
+
createdAt: Date;
|
|
4909
|
+
updatedAt: Date;
|
|
4910
|
+
fullName: string | null;
|
|
4911
|
+
mobile: string | null;
|
|
4912
|
+
email: string;
|
|
4913
|
+
syncedAt: Date;
|
|
4914
|
+
} | null | undefined;
|
|
4915
4915
|
} | null | undefined;
|
|
4916
4916
|
} & any) | null | undefined;
|
|
4917
4917
|
subsequentTransactions?: ({
|
|
4918
|
-
status:
|
|
4918
|
+
status: "clearing" | "cleared" | "reconciled";
|
|
4919
4919
|
id: string;
|
|
4920
4920
|
propertyId: string | null;
|
|
4921
4921
|
balanceCents: number;
|
|
@@ -4971,17 +4971,6 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
4971
4971
|
mtaId: string;
|
|
4972
4972
|
mtaBalanceCents: number | bigint;
|
|
4973
4973
|
cmaBalanceCents: number | bigint;
|
|
4974
|
-
customer?: {
|
|
4975
|
-
status: string;
|
|
4976
|
-
id: string;
|
|
4977
|
-
isArchived: boolean;
|
|
4978
|
-
createdAt: Date;
|
|
4979
|
-
updatedAt: Date;
|
|
4980
|
-
fullName: string | null;
|
|
4981
|
-
mobile: string | null;
|
|
4982
|
-
email: string;
|
|
4983
|
-
syncedAt: Date;
|
|
4984
|
-
} | null | undefined;
|
|
4985
4974
|
buyerName?: string | null | undefined;
|
|
4986
4975
|
project?: {
|
|
4987
4976
|
type: string;
|
|
@@ -5005,6 +4994,17 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
5005
4994
|
companyName: string | null;
|
|
5006
4995
|
} | null | undefined;
|
|
5007
4996
|
} | null | undefined;
|
|
4997
|
+
customer?: {
|
|
4998
|
+
status: string;
|
|
4999
|
+
id: string;
|
|
5000
|
+
isArchived: boolean;
|
|
5001
|
+
createdAt: Date;
|
|
5002
|
+
updatedAt: Date;
|
|
5003
|
+
fullName: string | null;
|
|
5004
|
+
mobile: string | null;
|
|
5005
|
+
email: string;
|
|
5006
|
+
syncedAt: Date;
|
|
5007
|
+
} | null | undefined;
|
|
5008
5008
|
} | null | undefined;
|
|
5009
5009
|
} & any)[] | null | undefined;
|
|
5010
5010
|
reconciledTransactions?: z.output<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -5071,20 +5071,9 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
5071
5071
|
lotDetail: string | null;
|
|
5072
5072
|
propertyAddress: string;
|
|
5073
5073
|
stage: string;
|
|
5074
|
-
mtaId: string;
|
|
5075
|
-
mtaBalanceCents: number | bigint;
|
|
5076
|
-
cmaBalanceCents: number | bigint;
|
|
5077
|
-
customer?: {
|
|
5078
|
-
status: string;
|
|
5079
|
-
id: string;
|
|
5080
|
-
isArchived: boolean;
|
|
5081
|
-
createdAt: Date;
|
|
5082
|
-
updatedAt: Date;
|
|
5083
|
-
fullName: string | null;
|
|
5084
|
-
mobile: string | null;
|
|
5085
|
-
email: string;
|
|
5086
|
-
syncedAt: Date;
|
|
5087
|
-
} | null | undefined;
|
|
5074
|
+
mtaId: string;
|
|
5075
|
+
mtaBalanceCents: number | bigint;
|
|
5076
|
+
cmaBalanceCents: number | bigint;
|
|
5088
5077
|
buyerName?: string | null | undefined;
|
|
5089
5078
|
project?: {
|
|
5090
5079
|
type: string;
|
|
@@ -5108,6 +5097,17 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
5108
5097
|
companyName: string | null;
|
|
5109
5098
|
} | null | undefined;
|
|
5110
5099
|
} | null | undefined;
|
|
5100
|
+
customer?: {
|
|
5101
|
+
status: string;
|
|
5102
|
+
id: string;
|
|
5103
|
+
isArchived: boolean;
|
|
5104
|
+
createdAt: Date;
|
|
5105
|
+
updatedAt: Date;
|
|
5106
|
+
fullName: string | null;
|
|
5107
|
+
mobile: string | null;
|
|
5108
|
+
email: string;
|
|
5109
|
+
syncedAt: Date;
|
|
5110
|
+
} | null | undefined;
|
|
5111
5111
|
} | null | undefined;
|
|
5112
5112
|
} & {
|
|
5113
5113
|
mta?: z.input<typeof import("..").mtaRestResSchema> | null | undefined;
|
|
@@ -5168,17 +5168,6 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
5168
5168
|
mtaId: string;
|
|
5169
5169
|
mtaBalanceCents: number | bigint;
|
|
5170
5170
|
cmaBalanceCents: number | bigint;
|
|
5171
|
-
customer?: {
|
|
5172
|
-
status: string;
|
|
5173
|
-
id: string;
|
|
5174
|
-
isArchived: boolean;
|
|
5175
|
-
createdAt: Date;
|
|
5176
|
-
updatedAt: Date;
|
|
5177
|
-
fullName: string | null;
|
|
5178
|
-
mobile: string | null;
|
|
5179
|
-
email: string;
|
|
5180
|
-
syncedAt: Date;
|
|
5181
|
-
} | null | undefined;
|
|
5182
5171
|
buyerName?: string | null | undefined;
|
|
5183
5172
|
project?: {
|
|
5184
5173
|
type: string;
|
|
@@ -5202,6 +5191,17 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
5202
5191
|
companyName: string | null;
|
|
5203
5192
|
} | null | undefined;
|
|
5204
5193
|
} | null | undefined;
|
|
5194
|
+
customer?: {
|
|
5195
|
+
status: string;
|
|
5196
|
+
id: string;
|
|
5197
|
+
isArchived: boolean;
|
|
5198
|
+
createdAt: Date;
|
|
5199
|
+
updatedAt: Date;
|
|
5200
|
+
fullName: string | null;
|
|
5201
|
+
mobile: string | null;
|
|
5202
|
+
email: string;
|
|
5203
|
+
syncedAt: Date;
|
|
5204
|
+
} | null | undefined;
|
|
5205
5205
|
} | null | undefined;
|
|
5206
5206
|
} & any) | null | undefined;
|
|
5207
5207
|
subsequentTransactions?: ({
|
|
@@ -5261,17 +5261,6 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
5261
5261
|
mtaId: string;
|
|
5262
5262
|
mtaBalanceCents: number | bigint;
|
|
5263
5263
|
cmaBalanceCents: number | bigint;
|
|
5264
|
-
customer?: {
|
|
5265
|
-
status: string;
|
|
5266
|
-
id: string;
|
|
5267
|
-
isArchived: boolean;
|
|
5268
|
-
createdAt: Date;
|
|
5269
|
-
updatedAt: Date;
|
|
5270
|
-
fullName: string | null;
|
|
5271
|
-
mobile: string | null;
|
|
5272
|
-
email: string;
|
|
5273
|
-
syncedAt: Date;
|
|
5274
|
-
} | null | undefined;
|
|
5275
5264
|
buyerName?: string | null | undefined;
|
|
5276
5265
|
project?: {
|
|
5277
5266
|
type: string;
|
|
@@ -5295,6 +5284,17 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
5295
5284
|
companyName: string | null;
|
|
5296
5285
|
} | null | undefined;
|
|
5297
5286
|
} | null | undefined;
|
|
5287
|
+
customer?: {
|
|
5288
|
+
status: string;
|
|
5289
|
+
id: string;
|
|
5290
|
+
isArchived: boolean;
|
|
5291
|
+
createdAt: Date;
|
|
5292
|
+
updatedAt: Date;
|
|
5293
|
+
fullName: string | null;
|
|
5294
|
+
mobile: string | null;
|
|
5295
|
+
email: string;
|
|
5296
|
+
syncedAt: Date;
|
|
5297
|
+
} | null | undefined;
|
|
5298
5298
|
} | null | undefined;
|
|
5299
5299
|
} & any)[] | null | undefined;
|
|
5300
5300
|
reconciledTransactions?: z.input<typeof import("..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -5369,17 +5369,6 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
5369
5369
|
mtaId: string;
|
|
5370
5370
|
mtaBalanceCents: number | bigint;
|
|
5371
5371
|
cmaBalanceCents: number | bigint;
|
|
5372
|
-
customer?: {
|
|
5373
|
-
status: string;
|
|
5374
|
-
id: string;
|
|
5375
|
-
isArchived: boolean;
|
|
5376
|
-
createdAt: Date;
|
|
5377
|
-
updatedAt: Date;
|
|
5378
|
-
fullName: string | null;
|
|
5379
|
-
mobile: string | null;
|
|
5380
|
-
email: string;
|
|
5381
|
-
syncedAt: Date;
|
|
5382
|
-
} | null | undefined;
|
|
5383
5372
|
buyerName?: string | null | undefined;
|
|
5384
5373
|
project?: {
|
|
5385
5374
|
type: string;
|
|
@@ -5403,6 +5392,17 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
5403
5392
|
companyName: string | null;
|
|
5404
5393
|
} | null | undefined;
|
|
5405
5394
|
} | null | undefined;
|
|
5395
|
+
customer?: {
|
|
5396
|
+
status: string;
|
|
5397
|
+
id: string;
|
|
5398
|
+
isArchived: boolean;
|
|
5399
|
+
createdAt: Date;
|
|
5400
|
+
updatedAt: Date;
|
|
5401
|
+
fullName: string | null;
|
|
5402
|
+
mobile: string | null;
|
|
5403
|
+
email: string;
|
|
5404
|
+
syncedAt: Date;
|
|
5405
|
+
} | null | undefined;
|
|
5406
5406
|
} | null | undefined;
|
|
5407
5407
|
} & {
|
|
5408
5408
|
cma?: z.output<typeof import("..").cmaEntitySchema> | null | undefined;
|
|
@@ -5462,17 +5462,6 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
5462
5462
|
mtaId: string;
|
|
5463
5463
|
mtaBalanceCents: number | bigint;
|
|
5464
5464
|
cmaBalanceCents: number | bigint;
|
|
5465
|
-
customer?: {
|
|
5466
|
-
status: string;
|
|
5467
|
-
id: string;
|
|
5468
|
-
isArchived: boolean;
|
|
5469
|
-
createdAt: Date;
|
|
5470
|
-
updatedAt: Date;
|
|
5471
|
-
fullName: string | null;
|
|
5472
|
-
mobile: string | null;
|
|
5473
|
-
email: string;
|
|
5474
|
-
syncedAt: Date;
|
|
5475
|
-
} | null | undefined;
|
|
5476
5465
|
buyerName?: string | null | undefined;
|
|
5477
5466
|
project?: {
|
|
5478
5467
|
type: string;
|
|
@@ -5496,6 +5485,17 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
5496
5485
|
companyName: string | null;
|
|
5497
5486
|
} | null | undefined;
|
|
5498
5487
|
} | null | undefined;
|
|
5488
|
+
customer?: {
|
|
5489
|
+
status: string;
|
|
5490
|
+
id: string;
|
|
5491
|
+
isArchived: boolean;
|
|
5492
|
+
createdAt: Date;
|
|
5493
|
+
updatedAt: Date;
|
|
5494
|
+
fullName: string | null;
|
|
5495
|
+
mobile: string | null;
|
|
5496
|
+
email: string;
|
|
5497
|
+
syncedAt: Date;
|
|
5498
|
+
} | null | undefined;
|
|
5499
5499
|
} | null | undefined;
|
|
5500
5500
|
} & any, "cma"> | null | undefined;
|
|
5501
5501
|
subsequentTransactions?: Omit<{
|
|
@@ -5554,17 +5554,6 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
5554
5554
|
mtaId: string;
|
|
5555
5555
|
mtaBalanceCents: number | bigint;
|
|
5556
5556
|
cmaBalanceCents: number | bigint;
|
|
5557
|
-
customer?: {
|
|
5558
|
-
status: string;
|
|
5559
|
-
id: string;
|
|
5560
|
-
isArchived: boolean;
|
|
5561
|
-
createdAt: Date;
|
|
5562
|
-
updatedAt: Date;
|
|
5563
|
-
fullName: string | null;
|
|
5564
|
-
mobile: string | null;
|
|
5565
|
-
email: string;
|
|
5566
|
-
syncedAt: Date;
|
|
5567
|
-
} | null | undefined;
|
|
5568
5557
|
buyerName?: string | null | undefined;
|
|
5569
5558
|
project?: {
|
|
5570
5559
|
type: string;
|
|
@@ -5588,6 +5577,17 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
5588
5577
|
companyName: string | null;
|
|
5589
5578
|
} | null | undefined;
|
|
5590
5579
|
} | null | undefined;
|
|
5580
|
+
customer?: {
|
|
5581
|
+
status: string;
|
|
5582
|
+
id: string;
|
|
5583
|
+
isArchived: boolean;
|
|
5584
|
+
createdAt: Date;
|
|
5585
|
+
updatedAt: Date;
|
|
5586
|
+
fullName: string | null;
|
|
5587
|
+
mobile: string | null;
|
|
5588
|
+
email: string;
|
|
5589
|
+
syncedAt: Date;
|
|
5590
|
+
} | null | undefined;
|
|
5591
5591
|
} | null | undefined;
|
|
5592
5592
|
} & any, "cma">[] | null | undefined;
|
|
5593
5593
|
reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -5654,17 +5654,6 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
5654
5654
|
mtaId: string;
|
|
5655
5655
|
mtaBalanceCents: number | bigint;
|
|
5656
5656
|
cmaBalanceCents: number | bigint;
|
|
5657
|
-
customer?: {
|
|
5658
|
-
status: string;
|
|
5659
|
-
id: string;
|
|
5660
|
-
isArchived: boolean;
|
|
5661
|
-
createdAt: Date;
|
|
5662
|
-
updatedAt: Date;
|
|
5663
|
-
fullName: string | null;
|
|
5664
|
-
mobile: string | null;
|
|
5665
|
-
email: string;
|
|
5666
|
-
syncedAt: Date;
|
|
5667
|
-
} | null | undefined;
|
|
5668
5657
|
buyerName?: string | null | undefined;
|
|
5669
5658
|
project?: {
|
|
5670
5659
|
type: string;
|
|
@@ -5688,6 +5677,17 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
5688
5677
|
companyName: string | null;
|
|
5689
5678
|
} | null | undefined;
|
|
5690
5679
|
} | null | undefined;
|
|
5680
|
+
customer?: {
|
|
5681
|
+
status: string;
|
|
5682
|
+
id: string;
|
|
5683
|
+
isArchived: boolean;
|
|
5684
|
+
createdAt: Date;
|
|
5685
|
+
updatedAt: Date;
|
|
5686
|
+
fullName: string | null;
|
|
5687
|
+
mobile: string | null;
|
|
5688
|
+
email: string;
|
|
5689
|
+
syncedAt: Date;
|
|
5690
|
+
} | null | undefined;
|
|
5691
5691
|
} | null | undefined;
|
|
5692
5692
|
} & {
|
|
5693
5693
|
cma?: z.input<typeof import("..").cmaEntitySchema> | null | undefined;
|
|
@@ -5747,17 +5747,6 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
5747
5747
|
mtaId: string;
|
|
5748
5748
|
mtaBalanceCents: number | bigint;
|
|
5749
5749
|
cmaBalanceCents: number | bigint;
|
|
5750
|
-
customer?: {
|
|
5751
|
-
status: string;
|
|
5752
|
-
id: string;
|
|
5753
|
-
isArchived: boolean;
|
|
5754
|
-
createdAt: Date;
|
|
5755
|
-
updatedAt: Date;
|
|
5756
|
-
fullName: string | null;
|
|
5757
|
-
mobile: string | null;
|
|
5758
|
-
email: string;
|
|
5759
|
-
syncedAt: Date;
|
|
5760
|
-
} | null | undefined;
|
|
5761
5750
|
buyerName?: string | null | undefined;
|
|
5762
5751
|
project?: {
|
|
5763
5752
|
type: string;
|
|
@@ -5781,6 +5770,17 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
5781
5770
|
companyName: string | null;
|
|
5782
5771
|
} | null | undefined;
|
|
5783
5772
|
} | null | undefined;
|
|
5773
|
+
customer?: {
|
|
5774
|
+
status: string;
|
|
5775
|
+
id: string;
|
|
5776
|
+
isArchived: boolean;
|
|
5777
|
+
createdAt: Date;
|
|
5778
|
+
updatedAt: Date;
|
|
5779
|
+
fullName: string | null;
|
|
5780
|
+
mobile: string | null;
|
|
5781
|
+
email: string;
|
|
5782
|
+
syncedAt: Date;
|
|
5783
|
+
} | null | undefined;
|
|
5784
5784
|
} | null | undefined;
|
|
5785
5785
|
} & any) | null | undefined;
|
|
5786
5786
|
subsequentTransactions?: ({
|
|
@@ -5839,17 +5839,6 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
5839
5839
|
mtaId: string;
|
|
5840
5840
|
mtaBalanceCents: number | bigint;
|
|
5841
5841
|
cmaBalanceCents: number | bigint;
|
|
5842
|
-
customer?: {
|
|
5843
|
-
status: string;
|
|
5844
|
-
id: string;
|
|
5845
|
-
isArchived: boolean;
|
|
5846
|
-
createdAt: Date;
|
|
5847
|
-
updatedAt: Date;
|
|
5848
|
-
fullName: string | null;
|
|
5849
|
-
mobile: string | null;
|
|
5850
|
-
email: string;
|
|
5851
|
-
syncedAt: Date;
|
|
5852
|
-
} | null | undefined;
|
|
5853
5842
|
buyerName?: string | null | undefined;
|
|
5854
5843
|
project?: {
|
|
5855
5844
|
type: string;
|
|
@@ -5873,6 +5862,17 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
5873
5862
|
companyName: string | null;
|
|
5874
5863
|
} | null | undefined;
|
|
5875
5864
|
} | null | undefined;
|
|
5865
|
+
customer?: {
|
|
5866
|
+
status: string;
|
|
5867
|
+
id: string;
|
|
5868
|
+
isArchived: boolean;
|
|
5869
|
+
createdAt: Date;
|
|
5870
|
+
updatedAt: Date;
|
|
5871
|
+
fullName: string | null;
|
|
5872
|
+
mobile: string | null;
|
|
5873
|
+
email: string;
|
|
5874
|
+
syncedAt: Date;
|
|
5875
|
+
} | null | undefined;
|
|
5876
5876
|
} | null | undefined;
|
|
5877
5877
|
} & any)[] | null | undefined;
|
|
5878
5878
|
reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -5948,17 +5948,6 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
5948
5948
|
mtaId: string;
|
|
5949
5949
|
mtaBalanceCents: number | bigint;
|
|
5950
5950
|
cmaBalanceCents: number | bigint;
|
|
5951
|
-
customer?: {
|
|
5952
|
-
status: string;
|
|
5953
|
-
id: string;
|
|
5954
|
-
isArchived: boolean;
|
|
5955
|
-
createdAt: Date;
|
|
5956
|
-
updatedAt: Date;
|
|
5957
|
-
fullName: string | null;
|
|
5958
|
-
mobile: string | null;
|
|
5959
|
-
email: string;
|
|
5960
|
-
syncedAt: Date;
|
|
5961
|
-
} | null | undefined;
|
|
5962
5951
|
buyerName?: string | null | undefined;
|
|
5963
5952
|
project?: {
|
|
5964
5953
|
type: string;
|
|
@@ -5982,6 +5971,17 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
5982
5971
|
companyName: string | null;
|
|
5983
5972
|
} | null | undefined;
|
|
5984
5973
|
} | null | undefined;
|
|
5974
|
+
customer?: {
|
|
5975
|
+
status: string;
|
|
5976
|
+
id: string;
|
|
5977
|
+
isArchived: boolean;
|
|
5978
|
+
createdAt: Date;
|
|
5979
|
+
updatedAt: Date;
|
|
5980
|
+
fullName: string | null;
|
|
5981
|
+
mobile: string | null;
|
|
5982
|
+
email: string;
|
|
5983
|
+
syncedAt: Date;
|
|
5984
|
+
} | null | undefined;
|
|
5985
5985
|
} | null | undefined;
|
|
5986
5986
|
} & {
|
|
5987
5987
|
cma?: z.output<typeof import("..").cmaEntitySchema> | null | undefined;
|
|
@@ -6041,17 +6041,6 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
6041
6041
|
mtaId: string;
|
|
6042
6042
|
mtaBalanceCents: number | bigint;
|
|
6043
6043
|
cmaBalanceCents: number | bigint;
|
|
6044
|
-
customer?: {
|
|
6045
|
-
status: string;
|
|
6046
|
-
id: string;
|
|
6047
|
-
isArchived: boolean;
|
|
6048
|
-
createdAt: Date;
|
|
6049
|
-
updatedAt: Date;
|
|
6050
|
-
fullName: string | null;
|
|
6051
|
-
mobile: string | null;
|
|
6052
|
-
email: string;
|
|
6053
|
-
syncedAt: Date;
|
|
6054
|
-
} | null | undefined;
|
|
6055
6044
|
buyerName?: string | null | undefined;
|
|
6056
6045
|
project?: {
|
|
6057
6046
|
type: string;
|
|
@@ -6075,6 +6064,17 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
6075
6064
|
companyName: string | null;
|
|
6076
6065
|
} | null | undefined;
|
|
6077
6066
|
} | null | undefined;
|
|
6067
|
+
customer?: {
|
|
6068
|
+
status: string;
|
|
6069
|
+
id: string;
|
|
6070
|
+
isArchived: boolean;
|
|
6071
|
+
createdAt: Date;
|
|
6072
|
+
updatedAt: Date;
|
|
6073
|
+
fullName: string | null;
|
|
6074
|
+
mobile: string | null;
|
|
6075
|
+
email: string;
|
|
6076
|
+
syncedAt: Date;
|
|
6077
|
+
} | null | undefined;
|
|
6078
6078
|
} | null | undefined;
|
|
6079
6079
|
} & any, "cma"> | null | undefined;
|
|
6080
6080
|
subsequentTransactions?: Omit<{
|
|
@@ -6133,17 +6133,6 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
6133
6133
|
mtaId: string;
|
|
6134
6134
|
mtaBalanceCents: number | bigint;
|
|
6135
6135
|
cmaBalanceCents: number | bigint;
|
|
6136
|
-
customer?: {
|
|
6137
|
-
status: string;
|
|
6138
|
-
id: string;
|
|
6139
|
-
isArchived: boolean;
|
|
6140
|
-
createdAt: Date;
|
|
6141
|
-
updatedAt: Date;
|
|
6142
|
-
fullName: string | null;
|
|
6143
|
-
mobile: string | null;
|
|
6144
|
-
email: string;
|
|
6145
|
-
syncedAt: Date;
|
|
6146
|
-
} | null | undefined;
|
|
6147
6136
|
buyerName?: string | null | undefined;
|
|
6148
6137
|
project?: {
|
|
6149
6138
|
type: string;
|
|
@@ -6167,6 +6156,17 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
6167
6156
|
companyName: string | null;
|
|
6168
6157
|
} | null | undefined;
|
|
6169
6158
|
} | null | undefined;
|
|
6159
|
+
customer?: {
|
|
6160
|
+
status: string;
|
|
6161
|
+
id: string;
|
|
6162
|
+
isArchived: boolean;
|
|
6163
|
+
createdAt: Date;
|
|
6164
|
+
updatedAt: Date;
|
|
6165
|
+
fullName: string | null;
|
|
6166
|
+
mobile: string | null;
|
|
6167
|
+
email: string;
|
|
6168
|
+
syncedAt: Date;
|
|
6169
|
+
} | null | undefined;
|
|
6170
6170
|
} | null | undefined;
|
|
6171
6171
|
} & any, "cma">[] | null | undefined;
|
|
6172
6172
|
reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -6233,17 +6233,6 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
6233
6233
|
mtaId: string;
|
|
6234
6234
|
mtaBalanceCents: number | bigint;
|
|
6235
6235
|
cmaBalanceCents: number | bigint;
|
|
6236
|
-
customer?: {
|
|
6237
|
-
status: string;
|
|
6238
|
-
id: string;
|
|
6239
|
-
isArchived: boolean;
|
|
6240
|
-
createdAt: Date;
|
|
6241
|
-
updatedAt: Date;
|
|
6242
|
-
fullName: string | null;
|
|
6243
|
-
mobile: string | null;
|
|
6244
|
-
email: string;
|
|
6245
|
-
syncedAt: Date;
|
|
6246
|
-
} | null | undefined;
|
|
6247
6236
|
buyerName?: string | null | undefined;
|
|
6248
6237
|
project?: {
|
|
6249
6238
|
type: string;
|
|
@@ -6267,6 +6256,17 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
6267
6256
|
companyName: string | null;
|
|
6268
6257
|
} | null | undefined;
|
|
6269
6258
|
} | null | undefined;
|
|
6259
|
+
customer?: {
|
|
6260
|
+
status: string;
|
|
6261
|
+
id: string;
|
|
6262
|
+
isArchived: boolean;
|
|
6263
|
+
createdAt: Date;
|
|
6264
|
+
updatedAt: Date;
|
|
6265
|
+
fullName: string | null;
|
|
6266
|
+
mobile: string | null;
|
|
6267
|
+
email: string;
|
|
6268
|
+
syncedAt: Date;
|
|
6269
|
+
} | null | undefined;
|
|
6270
6270
|
} | null | undefined;
|
|
6271
6271
|
} & {
|
|
6272
6272
|
cma?: z.input<typeof import("..").cmaEntitySchema> | null | undefined;
|
|
@@ -6326,17 +6326,6 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
6326
6326
|
mtaId: string;
|
|
6327
6327
|
mtaBalanceCents: number | bigint;
|
|
6328
6328
|
cmaBalanceCents: number | bigint;
|
|
6329
|
-
customer?: {
|
|
6330
|
-
status: string;
|
|
6331
|
-
id: string;
|
|
6332
|
-
isArchived: boolean;
|
|
6333
|
-
createdAt: Date;
|
|
6334
|
-
updatedAt: Date;
|
|
6335
|
-
fullName: string | null;
|
|
6336
|
-
mobile: string | null;
|
|
6337
|
-
email: string;
|
|
6338
|
-
syncedAt: Date;
|
|
6339
|
-
} | null | undefined;
|
|
6340
6329
|
buyerName?: string | null | undefined;
|
|
6341
6330
|
project?: {
|
|
6342
6331
|
type: string;
|
|
@@ -6360,6 +6349,17 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
6360
6349
|
companyName: string | null;
|
|
6361
6350
|
} | null | undefined;
|
|
6362
6351
|
} | null | undefined;
|
|
6352
|
+
customer?: {
|
|
6353
|
+
status: string;
|
|
6354
|
+
id: string;
|
|
6355
|
+
isArchived: boolean;
|
|
6356
|
+
createdAt: Date;
|
|
6357
|
+
updatedAt: Date;
|
|
6358
|
+
fullName: string | null;
|
|
6359
|
+
mobile: string | null;
|
|
6360
|
+
email: string;
|
|
6361
|
+
syncedAt: Date;
|
|
6362
|
+
} | null | undefined;
|
|
6363
6363
|
} | null | undefined;
|
|
6364
6364
|
} & any) | null | undefined;
|
|
6365
6365
|
subsequentTransactions?: ({
|
|
@@ -6418,17 +6418,6 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
6418
6418
|
mtaId: string;
|
|
6419
6419
|
mtaBalanceCents: number | bigint;
|
|
6420
6420
|
cmaBalanceCents: number | bigint;
|
|
6421
|
-
customer?: {
|
|
6422
|
-
status: string;
|
|
6423
|
-
id: string;
|
|
6424
|
-
isArchived: boolean;
|
|
6425
|
-
createdAt: Date;
|
|
6426
|
-
updatedAt: Date;
|
|
6427
|
-
fullName: string | null;
|
|
6428
|
-
mobile: string | null;
|
|
6429
|
-
email: string;
|
|
6430
|
-
syncedAt: Date;
|
|
6431
|
-
} | null | undefined;
|
|
6432
6421
|
buyerName?: string | null | undefined;
|
|
6433
6422
|
project?: {
|
|
6434
6423
|
type: string;
|
|
@@ -6452,6 +6441,17 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
6452
6441
|
companyName: string | null;
|
|
6453
6442
|
} | null | undefined;
|
|
6454
6443
|
} | null | undefined;
|
|
6444
|
+
customer?: {
|
|
6445
|
+
status: string;
|
|
6446
|
+
id: string;
|
|
6447
|
+
isArchived: boolean;
|
|
6448
|
+
createdAt: Date;
|
|
6449
|
+
updatedAt: Date;
|
|
6450
|
+
fullName: string | null;
|
|
6451
|
+
mobile: string | null;
|
|
6452
|
+
email: string;
|
|
6453
|
+
syncedAt: Date;
|
|
6454
|
+
} | null | undefined;
|
|
6455
6455
|
} | null | undefined;
|
|
6456
6456
|
} & any)[] | null | undefined;
|
|
6457
6457
|
reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -6527,17 +6527,6 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
6527
6527
|
mtaId: string;
|
|
6528
6528
|
mtaBalanceCents: number | bigint;
|
|
6529
6529
|
cmaBalanceCents: number | bigint;
|
|
6530
|
-
customer?: {
|
|
6531
|
-
status: string;
|
|
6532
|
-
id: string;
|
|
6533
|
-
isArchived: boolean;
|
|
6534
|
-
createdAt: Date;
|
|
6535
|
-
updatedAt: Date;
|
|
6536
|
-
fullName: string | null;
|
|
6537
|
-
mobile: string | null;
|
|
6538
|
-
email: string;
|
|
6539
|
-
syncedAt: Date;
|
|
6540
|
-
} | null | undefined;
|
|
6541
6530
|
buyerName?: string | null | undefined;
|
|
6542
6531
|
project?: {
|
|
6543
6532
|
type: string;
|
|
@@ -6561,6 +6550,17 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
6561
6550
|
companyName: string | null;
|
|
6562
6551
|
} | null | undefined;
|
|
6563
6552
|
} | null | undefined;
|
|
6553
|
+
customer?: {
|
|
6554
|
+
status: string;
|
|
6555
|
+
id: string;
|
|
6556
|
+
isArchived: boolean;
|
|
6557
|
+
createdAt: Date;
|
|
6558
|
+
updatedAt: Date;
|
|
6559
|
+
fullName: string | null;
|
|
6560
|
+
mobile: string | null;
|
|
6561
|
+
email: string;
|
|
6562
|
+
syncedAt: Date;
|
|
6563
|
+
} | null | undefined;
|
|
6564
6564
|
} | null | undefined;
|
|
6565
6565
|
} & {
|
|
6566
6566
|
cma?: z.output<typeof import("..").cmaEntitySchema> | null | undefined;
|
|
@@ -6620,17 +6620,6 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
6620
6620
|
mtaId: string;
|
|
6621
6621
|
mtaBalanceCents: number | bigint;
|
|
6622
6622
|
cmaBalanceCents: number | bigint;
|
|
6623
|
-
customer?: {
|
|
6624
|
-
status: string;
|
|
6625
|
-
id: string;
|
|
6626
|
-
isArchived: boolean;
|
|
6627
|
-
createdAt: Date;
|
|
6628
|
-
updatedAt: Date;
|
|
6629
|
-
fullName: string | null;
|
|
6630
|
-
mobile: string | null;
|
|
6631
|
-
email: string;
|
|
6632
|
-
syncedAt: Date;
|
|
6633
|
-
} | null | undefined;
|
|
6634
6623
|
buyerName?: string | null | undefined;
|
|
6635
6624
|
project?: {
|
|
6636
6625
|
type: string;
|
|
@@ -6654,6 +6643,17 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
6654
6643
|
companyName: string | null;
|
|
6655
6644
|
} | null | undefined;
|
|
6656
6645
|
} | null | undefined;
|
|
6646
|
+
customer?: {
|
|
6647
|
+
status: string;
|
|
6648
|
+
id: string;
|
|
6649
|
+
isArchived: boolean;
|
|
6650
|
+
createdAt: Date;
|
|
6651
|
+
updatedAt: Date;
|
|
6652
|
+
fullName: string | null;
|
|
6653
|
+
mobile: string | null;
|
|
6654
|
+
email: string;
|
|
6655
|
+
syncedAt: Date;
|
|
6656
|
+
} | null | undefined;
|
|
6657
6657
|
} | null | undefined;
|
|
6658
6658
|
} & any, "cma"> | null | undefined;
|
|
6659
6659
|
subsequentTransactions?: Omit<{
|
|
@@ -6712,17 +6712,6 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
6712
6712
|
mtaId: string;
|
|
6713
6713
|
mtaBalanceCents: number | bigint;
|
|
6714
6714
|
cmaBalanceCents: number | bigint;
|
|
6715
|
-
customer?: {
|
|
6716
|
-
status: string;
|
|
6717
|
-
id: string;
|
|
6718
|
-
isArchived: boolean;
|
|
6719
|
-
createdAt: Date;
|
|
6720
|
-
updatedAt: Date;
|
|
6721
|
-
fullName: string | null;
|
|
6722
|
-
mobile: string | null;
|
|
6723
|
-
email: string;
|
|
6724
|
-
syncedAt: Date;
|
|
6725
|
-
} | null | undefined;
|
|
6726
6715
|
buyerName?: string | null | undefined;
|
|
6727
6716
|
project?: {
|
|
6728
6717
|
type: string;
|
|
@@ -6746,6 +6735,17 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
6746
6735
|
companyName: string | null;
|
|
6747
6736
|
} | null | undefined;
|
|
6748
6737
|
} | null | undefined;
|
|
6738
|
+
customer?: {
|
|
6739
|
+
status: string;
|
|
6740
|
+
id: string;
|
|
6741
|
+
isArchived: boolean;
|
|
6742
|
+
createdAt: Date;
|
|
6743
|
+
updatedAt: Date;
|
|
6744
|
+
fullName: string | null;
|
|
6745
|
+
mobile: string | null;
|
|
6746
|
+
email: string;
|
|
6747
|
+
syncedAt: Date;
|
|
6748
|
+
} | null | undefined;
|
|
6749
6749
|
} | null | undefined;
|
|
6750
6750
|
} & any, "cma">[] | null | undefined;
|
|
6751
6751
|
reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -6812,17 +6812,6 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
6812
6812
|
mtaId: string;
|
|
6813
6813
|
mtaBalanceCents: number | bigint;
|
|
6814
6814
|
cmaBalanceCents: number | bigint;
|
|
6815
|
-
customer?: {
|
|
6816
|
-
status: string;
|
|
6817
|
-
id: string;
|
|
6818
|
-
isArchived: boolean;
|
|
6819
|
-
createdAt: Date;
|
|
6820
|
-
updatedAt: Date;
|
|
6821
|
-
fullName: string | null;
|
|
6822
|
-
mobile: string | null;
|
|
6823
|
-
email: string;
|
|
6824
|
-
syncedAt: Date;
|
|
6825
|
-
} | null | undefined;
|
|
6826
6815
|
buyerName?: string | null | undefined;
|
|
6827
6816
|
project?: {
|
|
6828
6817
|
type: string;
|
|
@@ -6846,6 +6835,17 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
6846
6835
|
companyName: string | null;
|
|
6847
6836
|
} | null | undefined;
|
|
6848
6837
|
} | null | undefined;
|
|
6838
|
+
customer?: {
|
|
6839
|
+
status: string;
|
|
6840
|
+
id: string;
|
|
6841
|
+
isArchived: boolean;
|
|
6842
|
+
createdAt: Date;
|
|
6843
|
+
updatedAt: Date;
|
|
6844
|
+
fullName: string | null;
|
|
6845
|
+
mobile: string | null;
|
|
6846
|
+
email: string;
|
|
6847
|
+
syncedAt: Date;
|
|
6848
|
+
} | null | undefined;
|
|
6849
6849
|
} | null | undefined;
|
|
6850
6850
|
} & {
|
|
6851
6851
|
cma?: z.input<typeof import("..").cmaEntitySchema> | null | undefined;
|
|
@@ -6905,17 +6905,6 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
6905
6905
|
mtaId: string;
|
|
6906
6906
|
mtaBalanceCents: number | bigint;
|
|
6907
6907
|
cmaBalanceCents: number | bigint;
|
|
6908
|
-
customer?: {
|
|
6909
|
-
status: string;
|
|
6910
|
-
id: string;
|
|
6911
|
-
isArchived: boolean;
|
|
6912
|
-
createdAt: Date;
|
|
6913
|
-
updatedAt: Date;
|
|
6914
|
-
fullName: string | null;
|
|
6915
|
-
mobile: string | null;
|
|
6916
|
-
email: string;
|
|
6917
|
-
syncedAt: Date;
|
|
6918
|
-
} | null | undefined;
|
|
6919
6908
|
buyerName?: string | null | undefined;
|
|
6920
6909
|
project?: {
|
|
6921
6910
|
type: string;
|
|
@@ -6939,6 +6928,17 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
6939
6928
|
companyName: string | null;
|
|
6940
6929
|
} | null | undefined;
|
|
6941
6930
|
} | null | undefined;
|
|
6931
|
+
customer?: {
|
|
6932
|
+
status: string;
|
|
6933
|
+
id: string;
|
|
6934
|
+
isArchived: boolean;
|
|
6935
|
+
createdAt: Date;
|
|
6936
|
+
updatedAt: Date;
|
|
6937
|
+
fullName: string | null;
|
|
6938
|
+
mobile: string | null;
|
|
6939
|
+
email: string;
|
|
6940
|
+
syncedAt: Date;
|
|
6941
|
+
} | null | undefined;
|
|
6942
6942
|
} | null | undefined;
|
|
6943
6943
|
} & any) | null | undefined;
|
|
6944
6944
|
subsequentTransactions?: ({
|
|
@@ -6997,17 +6997,6 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
6997
6997
|
mtaId: string;
|
|
6998
6998
|
mtaBalanceCents: number | bigint;
|
|
6999
6999
|
cmaBalanceCents: number | bigint;
|
|
7000
|
-
customer?: {
|
|
7001
|
-
status: string;
|
|
7002
|
-
id: string;
|
|
7003
|
-
isArchived: boolean;
|
|
7004
|
-
createdAt: Date;
|
|
7005
|
-
updatedAt: Date;
|
|
7006
|
-
fullName: string | null;
|
|
7007
|
-
mobile: string | null;
|
|
7008
|
-
email: string;
|
|
7009
|
-
syncedAt: Date;
|
|
7010
|
-
} | null | undefined;
|
|
7011
7000
|
buyerName?: string | null | undefined;
|
|
7012
7001
|
project?: {
|
|
7013
7002
|
type: string;
|
|
@@ -7031,6 +7020,17 @@ export declare const payoutSourceDetailsRestSchema: z.ZodDiscriminatedUnion<"sou
|
|
|
7031
7020
|
companyName: string | null;
|
|
7032
7021
|
} | null | undefined;
|
|
7033
7022
|
} | null | undefined;
|
|
7023
|
+
customer?: {
|
|
7024
|
+
status: string;
|
|
7025
|
+
id: string;
|
|
7026
|
+
isArchived: boolean;
|
|
7027
|
+
createdAt: Date;
|
|
7028
|
+
updatedAt: Date;
|
|
7029
|
+
fullName: string | null;
|
|
7030
|
+
mobile: string | null;
|
|
7031
|
+
email: string;
|
|
7032
|
+
syncedAt: Date;
|
|
7033
|
+
} | null | undefined;
|
|
7034
7034
|
} | null | undefined;
|
|
7035
7035
|
} & any)[] | null | undefined;
|
|
7036
7036
|
reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -7139,17 +7139,6 @@ export declare const payoutCmaTargetDetailsRestSchema: z.ZodObject<{
|
|
|
7139
7139
|
mtaId: string;
|
|
7140
7140
|
mtaBalanceCents: number | bigint;
|
|
7141
7141
|
cmaBalanceCents: number | bigint;
|
|
7142
|
-
customer?: {
|
|
7143
|
-
status: string;
|
|
7144
|
-
id: string;
|
|
7145
|
-
isArchived: boolean;
|
|
7146
|
-
createdAt: Date;
|
|
7147
|
-
updatedAt: Date;
|
|
7148
|
-
fullName: string | null;
|
|
7149
|
-
mobile: string | null;
|
|
7150
|
-
email: string;
|
|
7151
|
-
syncedAt: Date;
|
|
7152
|
-
} | null | undefined;
|
|
7153
7142
|
buyerName?: string | null | undefined;
|
|
7154
7143
|
project?: {
|
|
7155
7144
|
type: string;
|
|
@@ -7173,6 +7162,17 @@ export declare const payoutCmaTargetDetailsRestSchema: z.ZodObject<{
|
|
|
7173
7162
|
companyName: string | null;
|
|
7174
7163
|
} | null | undefined;
|
|
7175
7164
|
} | null | undefined;
|
|
7165
|
+
customer?: {
|
|
7166
|
+
status: string;
|
|
7167
|
+
id: string;
|
|
7168
|
+
isArchived: boolean;
|
|
7169
|
+
createdAt: Date;
|
|
7170
|
+
updatedAt: Date;
|
|
7171
|
+
fullName: string | null;
|
|
7172
|
+
mobile: string | null;
|
|
7173
|
+
email: string;
|
|
7174
|
+
syncedAt: Date;
|
|
7175
|
+
} | null | undefined;
|
|
7176
7176
|
} | null | undefined;
|
|
7177
7177
|
} & {
|
|
7178
7178
|
cma?: z.output<typeof import("..").cmaEntitySchema> | null | undefined;
|
|
@@ -7232,17 +7232,6 @@ export declare const payoutCmaTargetDetailsRestSchema: z.ZodObject<{
|
|
|
7232
7232
|
mtaId: string;
|
|
7233
7233
|
mtaBalanceCents: number | bigint;
|
|
7234
7234
|
cmaBalanceCents: number | bigint;
|
|
7235
|
-
customer?: {
|
|
7236
|
-
status: string;
|
|
7237
|
-
id: string;
|
|
7238
|
-
isArchived: boolean;
|
|
7239
|
-
createdAt: Date;
|
|
7240
|
-
updatedAt: Date;
|
|
7241
|
-
fullName: string | null;
|
|
7242
|
-
mobile: string | null;
|
|
7243
|
-
email: string;
|
|
7244
|
-
syncedAt: Date;
|
|
7245
|
-
} | null | undefined;
|
|
7246
7235
|
buyerName?: string | null | undefined;
|
|
7247
7236
|
project?: {
|
|
7248
7237
|
type: string;
|
|
@@ -7266,6 +7255,17 @@ export declare const payoutCmaTargetDetailsRestSchema: z.ZodObject<{
|
|
|
7266
7255
|
companyName: string | null;
|
|
7267
7256
|
} | null | undefined;
|
|
7268
7257
|
} | null | undefined;
|
|
7258
|
+
customer?: {
|
|
7259
|
+
status: string;
|
|
7260
|
+
id: string;
|
|
7261
|
+
isArchived: boolean;
|
|
7262
|
+
createdAt: Date;
|
|
7263
|
+
updatedAt: Date;
|
|
7264
|
+
fullName: string | null;
|
|
7265
|
+
mobile: string | null;
|
|
7266
|
+
email: string;
|
|
7267
|
+
syncedAt: Date;
|
|
7268
|
+
} | null | undefined;
|
|
7269
7269
|
} | null | undefined;
|
|
7270
7270
|
} & any, "cma"> | null | undefined;
|
|
7271
7271
|
subsequentTransactions?: Omit<{
|
|
@@ -7321,20 +7321,9 @@ export declare const payoutCmaTargetDetailsRestSchema: z.ZodObject<{
|
|
|
7321
7321
|
lotDetail: string | null;
|
|
7322
7322
|
propertyAddress: string;
|
|
7323
7323
|
stage: string;
|
|
7324
|
-
mtaId: string;
|
|
7325
|
-
mtaBalanceCents: number | bigint;
|
|
7326
|
-
cmaBalanceCents: number | bigint;
|
|
7327
|
-
customer?: {
|
|
7328
|
-
status: string;
|
|
7329
|
-
id: string;
|
|
7330
|
-
isArchived: boolean;
|
|
7331
|
-
createdAt: Date;
|
|
7332
|
-
updatedAt: Date;
|
|
7333
|
-
fullName: string | null;
|
|
7334
|
-
mobile: string | null;
|
|
7335
|
-
email: string;
|
|
7336
|
-
syncedAt: Date;
|
|
7337
|
-
} | null | undefined;
|
|
7324
|
+
mtaId: string;
|
|
7325
|
+
mtaBalanceCents: number | bigint;
|
|
7326
|
+
cmaBalanceCents: number | bigint;
|
|
7338
7327
|
buyerName?: string | null | undefined;
|
|
7339
7328
|
project?: {
|
|
7340
7329
|
type: string;
|
|
@@ -7358,6 +7347,17 @@ export declare const payoutCmaTargetDetailsRestSchema: z.ZodObject<{
|
|
|
7358
7347
|
companyName: string | null;
|
|
7359
7348
|
} | null | undefined;
|
|
7360
7349
|
} | null | undefined;
|
|
7350
|
+
customer?: {
|
|
7351
|
+
status: string;
|
|
7352
|
+
id: string;
|
|
7353
|
+
isArchived: boolean;
|
|
7354
|
+
createdAt: Date;
|
|
7355
|
+
updatedAt: Date;
|
|
7356
|
+
fullName: string | null;
|
|
7357
|
+
mobile: string | null;
|
|
7358
|
+
email: string;
|
|
7359
|
+
syncedAt: Date;
|
|
7360
|
+
} | null | undefined;
|
|
7361
7361
|
} | null | undefined;
|
|
7362
7362
|
} & any, "cma">[] | null | undefined;
|
|
7363
7363
|
reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -7424,17 +7424,6 @@ export declare const payoutCmaTargetDetailsRestSchema: z.ZodObject<{
|
|
|
7424
7424
|
mtaId: string;
|
|
7425
7425
|
mtaBalanceCents: number | bigint;
|
|
7426
7426
|
cmaBalanceCents: number | bigint;
|
|
7427
|
-
customer?: {
|
|
7428
|
-
status: string;
|
|
7429
|
-
id: string;
|
|
7430
|
-
isArchived: boolean;
|
|
7431
|
-
createdAt: Date;
|
|
7432
|
-
updatedAt: Date;
|
|
7433
|
-
fullName: string | null;
|
|
7434
|
-
mobile: string | null;
|
|
7435
|
-
email: string;
|
|
7436
|
-
syncedAt: Date;
|
|
7437
|
-
} | null | undefined;
|
|
7438
7427
|
buyerName?: string | null | undefined;
|
|
7439
7428
|
project?: {
|
|
7440
7429
|
type: string;
|
|
@@ -7458,6 +7447,17 @@ export declare const payoutCmaTargetDetailsRestSchema: z.ZodObject<{
|
|
|
7458
7447
|
companyName: string | null;
|
|
7459
7448
|
} | null | undefined;
|
|
7460
7449
|
} | null | undefined;
|
|
7450
|
+
customer?: {
|
|
7451
|
+
status: string;
|
|
7452
|
+
id: string;
|
|
7453
|
+
isArchived: boolean;
|
|
7454
|
+
createdAt: Date;
|
|
7455
|
+
updatedAt: Date;
|
|
7456
|
+
fullName: string | null;
|
|
7457
|
+
mobile: string | null;
|
|
7458
|
+
email: string;
|
|
7459
|
+
syncedAt: Date;
|
|
7460
|
+
} | null | undefined;
|
|
7461
7461
|
} | null | undefined;
|
|
7462
7462
|
} & {
|
|
7463
7463
|
cma?: z.input<typeof import("..").cmaEntitySchema> | null | undefined;
|
|
@@ -7517,17 +7517,6 @@ export declare const payoutCmaTargetDetailsRestSchema: z.ZodObject<{
|
|
|
7517
7517
|
mtaId: string;
|
|
7518
7518
|
mtaBalanceCents: number | bigint;
|
|
7519
7519
|
cmaBalanceCents: number | bigint;
|
|
7520
|
-
customer?: {
|
|
7521
|
-
status: string;
|
|
7522
|
-
id: string;
|
|
7523
|
-
isArchived: boolean;
|
|
7524
|
-
createdAt: Date;
|
|
7525
|
-
updatedAt: Date;
|
|
7526
|
-
fullName: string | null;
|
|
7527
|
-
mobile: string | null;
|
|
7528
|
-
email: string;
|
|
7529
|
-
syncedAt: Date;
|
|
7530
|
-
} | null | undefined;
|
|
7531
7520
|
buyerName?: string | null | undefined;
|
|
7532
7521
|
project?: {
|
|
7533
7522
|
type: string;
|
|
@@ -7551,6 +7540,17 @@ export declare const payoutCmaTargetDetailsRestSchema: z.ZodObject<{
|
|
|
7551
7540
|
companyName: string | null;
|
|
7552
7541
|
} | null | undefined;
|
|
7553
7542
|
} | null | undefined;
|
|
7543
|
+
customer?: {
|
|
7544
|
+
status: string;
|
|
7545
|
+
id: string;
|
|
7546
|
+
isArchived: boolean;
|
|
7547
|
+
createdAt: Date;
|
|
7548
|
+
updatedAt: Date;
|
|
7549
|
+
fullName: string | null;
|
|
7550
|
+
mobile: string | null;
|
|
7551
|
+
email: string;
|
|
7552
|
+
syncedAt: Date;
|
|
7553
|
+
} | null | undefined;
|
|
7554
7554
|
} | null | undefined;
|
|
7555
7555
|
} & any) | null | undefined;
|
|
7556
7556
|
subsequentTransactions?: ({
|
|
@@ -7609,17 +7609,6 @@ export declare const payoutCmaTargetDetailsRestSchema: z.ZodObject<{
|
|
|
7609
7609
|
mtaId: string;
|
|
7610
7610
|
mtaBalanceCents: number | bigint;
|
|
7611
7611
|
cmaBalanceCents: number | bigint;
|
|
7612
|
-
customer?: {
|
|
7613
|
-
status: string;
|
|
7614
|
-
id: string;
|
|
7615
|
-
isArchived: boolean;
|
|
7616
|
-
createdAt: Date;
|
|
7617
|
-
updatedAt: Date;
|
|
7618
|
-
fullName: string | null;
|
|
7619
|
-
mobile: string | null;
|
|
7620
|
-
email: string;
|
|
7621
|
-
syncedAt: Date;
|
|
7622
|
-
} | null | undefined;
|
|
7623
7612
|
buyerName?: string | null | undefined;
|
|
7624
7613
|
project?: {
|
|
7625
7614
|
type: string;
|
|
@@ -7643,6 +7632,17 @@ export declare const payoutCmaTargetDetailsRestSchema: z.ZodObject<{
|
|
|
7643
7632
|
companyName: string | null;
|
|
7644
7633
|
} | null | undefined;
|
|
7645
7634
|
} | null | undefined;
|
|
7635
|
+
customer?: {
|
|
7636
|
+
status: string;
|
|
7637
|
+
id: string;
|
|
7638
|
+
isArchived: boolean;
|
|
7639
|
+
createdAt: Date;
|
|
7640
|
+
updatedAt: Date;
|
|
7641
|
+
fullName: string | null;
|
|
7642
|
+
mobile: string | null;
|
|
7643
|
+
email: string;
|
|
7644
|
+
syncedAt: Date;
|
|
7645
|
+
} | null | undefined;
|
|
7646
7646
|
} | null | undefined;
|
|
7647
7647
|
} & any)[] | null | undefined;
|
|
7648
7648
|
reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -8112,17 +8112,6 @@ export declare const payoutCmaTargetDetailsRestSchema: z.ZodObject<{
|
|
|
8112
8112
|
mtaId: string;
|
|
8113
8113
|
mtaBalanceCents: number | bigint;
|
|
8114
8114
|
cmaBalanceCents: number | bigint;
|
|
8115
|
-
customer?: {
|
|
8116
|
-
status: string;
|
|
8117
|
-
id: string;
|
|
8118
|
-
isArchived: boolean;
|
|
8119
|
-
createdAt: Date;
|
|
8120
|
-
updatedAt: Date;
|
|
8121
|
-
fullName: string | null;
|
|
8122
|
-
mobile: string | null;
|
|
8123
|
-
email: string;
|
|
8124
|
-
syncedAt: Date;
|
|
8125
|
-
} | null | undefined;
|
|
8126
8115
|
buyerName?: string | null | undefined;
|
|
8127
8116
|
project?: {
|
|
8128
8117
|
type: string;
|
|
@@ -8146,6 +8135,17 @@ export declare const payoutCmaTargetDetailsRestSchema: z.ZodObject<{
|
|
|
8146
8135
|
companyName: string | null;
|
|
8147
8136
|
} | null | undefined;
|
|
8148
8137
|
} | null | undefined;
|
|
8138
|
+
customer?: {
|
|
8139
|
+
status: string;
|
|
8140
|
+
id: string;
|
|
8141
|
+
isArchived: boolean;
|
|
8142
|
+
createdAt: Date;
|
|
8143
|
+
updatedAt: Date;
|
|
8144
|
+
fullName: string | null;
|
|
8145
|
+
mobile: string | null;
|
|
8146
|
+
email: string;
|
|
8147
|
+
syncedAt: Date;
|
|
8148
|
+
} | null | undefined;
|
|
8149
8149
|
}, {
|
|
8150
8150
|
status: string;
|
|
8151
8151
|
id: string;
|
|
@@ -8162,17 +8162,6 @@ export declare const payoutCmaTargetDetailsRestSchema: z.ZodObject<{
|
|
|
8162
8162
|
mtaId: string;
|
|
8163
8163
|
mtaBalanceCents: number | bigint;
|
|
8164
8164
|
cmaBalanceCents: number | bigint;
|
|
8165
|
-
customer?: {
|
|
8166
|
-
status: string;
|
|
8167
|
-
id: string;
|
|
8168
|
-
isArchived: boolean;
|
|
8169
|
-
createdAt: Date;
|
|
8170
|
-
updatedAt: Date;
|
|
8171
|
-
fullName: string | null;
|
|
8172
|
-
mobile: string | null;
|
|
8173
|
-
email: string;
|
|
8174
|
-
syncedAt: Date;
|
|
8175
|
-
} | null | undefined;
|
|
8176
8165
|
buyerName?: string | null | undefined;
|
|
8177
8166
|
project?: {
|
|
8178
8167
|
type: string;
|
|
@@ -8196,6 +8185,17 @@ export declare const payoutCmaTargetDetailsRestSchema: z.ZodObject<{
|
|
|
8196
8185
|
companyName: string | null;
|
|
8197
8186
|
} | null | undefined;
|
|
8198
8187
|
} | null | undefined;
|
|
8188
|
+
customer?: {
|
|
8189
|
+
status: string;
|
|
8190
|
+
id: string;
|
|
8191
|
+
isArchived: boolean;
|
|
8192
|
+
createdAt: Date;
|
|
8193
|
+
updatedAt: Date;
|
|
8194
|
+
fullName: string | null;
|
|
8195
|
+
mobile: string | null;
|
|
8196
|
+
email: string;
|
|
8197
|
+
syncedAt: Date;
|
|
8198
|
+
} | null | undefined;
|
|
8199
8199
|
}>>>;
|
|
8200
8200
|
}, "strip", z.ZodTypeAny, {
|
|
8201
8201
|
status: "active" | "inactive";
|
|
@@ -8233,17 +8233,6 @@ export declare const payoutCmaTargetDetailsRestSchema: z.ZodObject<{
|
|
|
8233
8233
|
mtaId: string;
|
|
8234
8234
|
mtaBalanceCents: number | bigint;
|
|
8235
8235
|
cmaBalanceCents: number | bigint;
|
|
8236
|
-
customer?: {
|
|
8237
|
-
status: string;
|
|
8238
|
-
id: string;
|
|
8239
|
-
isArchived: boolean;
|
|
8240
|
-
createdAt: Date;
|
|
8241
|
-
updatedAt: Date;
|
|
8242
|
-
fullName: string | null;
|
|
8243
|
-
mobile: string | null;
|
|
8244
|
-
email: string;
|
|
8245
|
-
syncedAt: Date;
|
|
8246
|
-
} | null | undefined;
|
|
8247
8236
|
buyerName?: string | null | undefined;
|
|
8248
8237
|
project?: {
|
|
8249
8238
|
type: string;
|
|
@@ -8267,6 +8256,17 @@ export declare const payoutCmaTargetDetailsRestSchema: z.ZodObject<{
|
|
|
8267
8256
|
companyName: string | null;
|
|
8268
8257
|
} | null | undefined;
|
|
8269
8258
|
} | null | undefined;
|
|
8259
|
+
customer?: {
|
|
8260
|
+
status: string;
|
|
8261
|
+
id: string;
|
|
8262
|
+
isArchived: boolean;
|
|
8263
|
+
createdAt: Date;
|
|
8264
|
+
updatedAt: Date;
|
|
8265
|
+
fullName: string | null;
|
|
8266
|
+
mobile: string | null;
|
|
8267
|
+
email: string;
|
|
8268
|
+
syncedAt: Date;
|
|
8269
|
+
} | null | undefined;
|
|
8270
8270
|
} | undefined;
|
|
8271
8271
|
}, {
|
|
8272
8272
|
status: string;
|
|
@@ -8304,17 +8304,6 @@ export declare const payoutCmaTargetDetailsRestSchema: z.ZodObject<{
|
|
|
8304
8304
|
mtaId: string;
|
|
8305
8305
|
mtaBalanceCents: number | bigint;
|
|
8306
8306
|
cmaBalanceCents: number | bigint;
|
|
8307
|
-
customer?: {
|
|
8308
|
-
status: string;
|
|
8309
|
-
id: string;
|
|
8310
|
-
isArchived: boolean;
|
|
8311
|
-
createdAt: Date;
|
|
8312
|
-
updatedAt: Date;
|
|
8313
|
-
fullName: string | null;
|
|
8314
|
-
mobile: string | null;
|
|
8315
|
-
email: string;
|
|
8316
|
-
syncedAt: Date;
|
|
8317
|
-
} | null | undefined;
|
|
8318
8307
|
buyerName?: string | null | undefined;
|
|
8319
8308
|
project?: {
|
|
8320
8309
|
type: string;
|
|
@@ -8338,6 +8327,17 @@ export declare const payoutCmaTargetDetailsRestSchema: z.ZodObject<{
|
|
|
8338
8327
|
companyName: string | null;
|
|
8339
8328
|
} | null | undefined;
|
|
8340
8329
|
} | null | undefined;
|
|
8330
|
+
customer?: {
|
|
8331
|
+
status: string;
|
|
8332
|
+
id: string;
|
|
8333
|
+
isArchived: boolean;
|
|
8334
|
+
createdAt: Date;
|
|
8335
|
+
updatedAt: Date;
|
|
8336
|
+
fullName: string | null;
|
|
8337
|
+
mobile: string | null;
|
|
8338
|
+
email: string;
|
|
8339
|
+
syncedAt: Date;
|
|
8340
|
+
} | null | undefined;
|
|
8341
8341
|
} | undefined;
|
|
8342
8342
|
}>>;
|
|
8343
8343
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -8407,17 +8407,6 @@ export declare const payoutCmaTargetDetailsRestSchema: z.ZodObject<{
|
|
|
8407
8407
|
mtaId: string;
|
|
8408
8408
|
mtaBalanceCents: number | bigint;
|
|
8409
8409
|
cmaBalanceCents: number | bigint;
|
|
8410
|
-
customer?: {
|
|
8411
|
-
status: string;
|
|
8412
|
-
id: string;
|
|
8413
|
-
isArchived: boolean;
|
|
8414
|
-
createdAt: Date;
|
|
8415
|
-
updatedAt: Date;
|
|
8416
|
-
fullName: string | null;
|
|
8417
|
-
mobile: string | null;
|
|
8418
|
-
email: string;
|
|
8419
|
-
syncedAt: Date;
|
|
8420
|
-
} | null | undefined;
|
|
8421
8410
|
buyerName?: string | null | undefined;
|
|
8422
8411
|
project?: {
|
|
8423
8412
|
type: string;
|
|
@@ -8441,6 +8430,17 @@ export declare const payoutCmaTargetDetailsRestSchema: z.ZodObject<{
|
|
|
8441
8430
|
companyName: string | null;
|
|
8442
8431
|
} | null | undefined;
|
|
8443
8432
|
} | null | undefined;
|
|
8433
|
+
customer?: {
|
|
8434
|
+
status: string;
|
|
8435
|
+
id: string;
|
|
8436
|
+
isArchived: boolean;
|
|
8437
|
+
createdAt: Date;
|
|
8438
|
+
updatedAt: Date;
|
|
8439
|
+
fullName: string | null;
|
|
8440
|
+
mobile: string | null;
|
|
8441
|
+
email: string;
|
|
8442
|
+
syncedAt: Date;
|
|
8443
|
+
} | null | undefined;
|
|
8444
8444
|
} | null | undefined;
|
|
8445
8445
|
} & {
|
|
8446
8446
|
cma?: z.output<typeof import("..").cmaEntitySchema> | null | undefined;
|
|
@@ -8500,17 +8500,6 @@ export declare const payoutCmaTargetDetailsRestSchema: z.ZodObject<{
|
|
|
8500
8500
|
mtaId: string;
|
|
8501
8501
|
mtaBalanceCents: number | bigint;
|
|
8502
8502
|
cmaBalanceCents: number | bigint;
|
|
8503
|
-
customer?: {
|
|
8504
|
-
status: string;
|
|
8505
|
-
id: string;
|
|
8506
|
-
isArchived: boolean;
|
|
8507
|
-
createdAt: Date;
|
|
8508
|
-
updatedAt: Date;
|
|
8509
|
-
fullName: string | null;
|
|
8510
|
-
mobile: string | null;
|
|
8511
|
-
email: string;
|
|
8512
|
-
syncedAt: Date;
|
|
8513
|
-
} | null | undefined;
|
|
8514
8503
|
buyerName?: string | null | undefined;
|
|
8515
8504
|
project?: {
|
|
8516
8505
|
type: string;
|
|
@@ -8534,6 +8523,17 @@ export declare const payoutCmaTargetDetailsRestSchema: z.ZodObject<{
|
|
|
8534
8523
|
companyName: string | null;
|
|
8535
8524
|
} | null | undefined;
|
|
8536
8525
|
} | null | undefined;
|
|
8526
|
+
customer?: {
|
|
8527
|
+
status: string;
|
|
8528
|
+
id: string;
|
|
8529
|
+
isArchived: boolean;
|
|
8530
|
+
createdAt: Date;
|
|
8531
|
+
updatedAt: Date;
|
|
8532
|
+
fullName: string | null;
|
|
8533
|
+
mobile: string | null;
|
|
8534
|
+
email: string;
|
|
8535
|
+
syncedAt: Date;
|
|
8536
|
+
} | null | undefined;
|
|
8537
8537
|
} | null | undefined;
|
|
8538
8538
|
} & any, "cma"> | null | undefined;
|
|
8539
8539
|
subsequentTransactions?: Omit<{
|
|
@@ -8592,17 +8592,6 @@ export declare const payoutCmaTargetDetailsRestSchema: z.ZodObject<{
|
|
|
8592
8592
|
mtaId: string;
|
|
8593
8593
|
mtaBalanceCents: number | bigint;
|
|
8594
8594
|
cmaBalanceCents: number | bigint;
|
|
8595
|
-
customer?: {
|
|
8596
|
-
status: string;
|
|
8597
|
-
id: string;
|
|
8598
|
-
isArchived: boolean;
|
|
8599
|
-
createdAt: Date;
|
|
8600
|
-
updatedAt: Date;
|
|
8601
|
-
fullName: string | null;
|
|
8602
|
-
mobile: string | null;
|
|
8603
|
-
email: string;
|
|
8604
|
-
syncedAt: Date;
|
|
8605
|
-
} | null | undefined;
|
|
8606
8595
|
buyerName?: string | null | undefined;
|
|
8607
8596
|
project?: {
|
|
8608
8597
|
type: string;
|
|
@@ -8626,6 +8615,17 @@ export declare const payoutCmaTargetDetailsRestSchema: z.ZodObject<{
|
|
|
8626
8615
|
companyName: string | null;
|
|
8627
8616
|
} | null | undefined;
|
|
8628
8617
|
} | null | undefined;
|
|
8618
|
+
customer?: {
|
|
8619
|
+
status: string;
|
|
8620
|
+
id: string;
|
|
8621
|
+
isArchived: boolean;
|
|
8622
|
+
createdAt: Date;
|
|
8623
|
+
updatedAt: Date;
|
|
8624
|
+
fullName: string | null;
|
|
8625
|
+
mobile: string | null;
|
|
8626
|
+
email: string;
|
|
8627
|
+
syncedAt: Date;
|
|
8628
|
+
} | null | undefined;
|
|
8629
8629
|
} | null | undefined;
|
|
8630
8630
|
} & any, "cma">[] | null | undefined;
|
|
8631
8631
|
reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -8692,17 +8692,6 @@ export declare const payoutCmaTargetDetailsRestSchema: z.ZodObject<{
|
|
|
8692
8692
|
mtaId: string;
|
|
8693
8693
|
mtaBalanceCents: number | bigint;
|
|
8694
8694
|
cmaBalanceCents: number | bigint;
|
|
8695
|
-
customer?: {
|
|
8696
|
-
status: string;
|
|
8697
|
-
id: string;
|
|
8698
|
-
isArchived: boolean;
|
|
8699
|
-
createdAt: Date;
|
|
8700
|
-
updatedAt: Date;
|
|
8701
|
-
fullName: string | null;
|
|
8702
|
-
mobile: string | null;
|
|
8703
|
-
email: string;
|
|
8704
|
-
syncedAt: Date;
|
|
8705
|
-
} | null | undefined;
|
|
8706
8695
|
buyerName?: string | null | undefined;
|
|
8707
8696
|
project?: {
|
|
8708
8697
|
type: string;
|
|
@@ -8726,6 +8715,17 @@ export declare const payoutCmaTargetDetailsRestSchema: z.ZodObject<{
|
|
|
8726
8715
|
companyName: string | null;
|
|
8727
8716
|
} | null | undefined;
|
|
8728
8717
|
} | null | undefined;
|
|
8718
|
+
customer?: {
|
|
8719
|
+
status: string;
|
|
8720
|
+
id: string;
|
|
8721
|
+
isArchived: boolean;
|
|
8722
|
+
createdAt: Date;
|
|
8723
|
+
updatedAt: Date;
|
|
8724
|
+
fullName: string | null;
|
|
8725
|
+
mobile: string | null;
|
|
8726
|
+
email: string;
|
|
8727
|
+
syncedAt: Date;
|
|
8728
|
+
} | null | undefined;
|
|
8729
8729
|
} | null | undefined;
|
|
8730
8730
|
} & {
|
|
8731
8731
|
cma?: z.input<typeof import("..").cmaEntitySchema> | null | undefined;
|
|
@@ -8785,17 +8785,6 @@ export declare const payoutCmaTargetDetailsRestSchema: z.ZodObject<{
|
|
|
8785
8785
|
mtaId: string;
|
|
8786
8786
|
mtaBalanceCents: number | bigint;
|
|
8787
8787
|
cmaBalanceCents: number | bigint;
|
|
8788
|
-
customer?: {
|
|
8789
|
-
status: string;
|
|
8790
|
-
id: string;
|
|
8791
|
-
isArchived: boolean;
|
|
8792
|
-
createdAt: Date;
|
|
8793
|
-
updatedAt: Date;
|
|
8794
|
-
fullName: string | null;
|
|
8795
|
-
mobile: string | null;
|
|
8796
|
-
email: string;
|
|
8797
|
-
syncedAt: Date;
|
|
8798
|
-
} | null | undefined;
|
|
8799
8788
|
buyerName?: string | null | undefined;
|
|
8800
8789
|
project?: {
|
|
8801
8790
|
type: string;
|
|
@@ -8819,6 +8808,17 @@ export declare const payoutCmaTargetDetailsRestSchema: z.ZodObject<{
|
|
|
8819
8808
|
companyName: string | null;
|
|
8820
8809
|
} | null | undefined;
|
|
8821
8810
|
} | null | undefined;
|
|
8811
|
+
customer?: {
|
|
8812
|
+
status: string;
|
|
8813
|
+
id: string;
|
|
8814
|
+
isArchived: boolean;
|
|
8815
|
+
createdAt: Date;
|
|
8816
|
+
updatedAt: Date;
|
|
8817
|
+
fullName: string | null;
|
|
8818
|
+
mobile: string | null;
|
|
8819
|
+
email: string;
|
|
8820
|
+
syncedAt: Date;
|
|
8821
|
+
} | null | undefined;
|
|
8822
8822
|
} | null | undefined;
|
|
8823
8823
|
} & any) | null | undefined;
|
|
8824
8824
|
subsequentTransactions?: ({
|
|
@@ -8877,17 +8877,6 @@ export declare const payoutCmaTargetDetailsRestSchema: z.ZodObject<{
|
|
|
8877
8877
|
mtaId: string;
|
|
8878
8878
|
mtaBalanceCents: number | bigint;
|
|
8879
8879
|
cmaBalanceCents: number | bigint;
|
|
8880
|
-
customer?: {
|
|
8881
|
-
status: string;
|
|
8882
|
-
id: string;
|
|
8883
|
-
isArchived: boolean;
|
|
8884
|
-
createdAt: Date;
|
|
8885
|
-
updatedAt: Date;
|
|
8886
|
-
fullName: string | null;
|
|
8887
|
-
mobile: string | null;
|
|
8888
|
-
email: string;
|
|
8889
|
-
syncedAt: Date;
|
|
8890
|
-
} | null | undefined;
|
|
8891
8880
|
buyerName?: string | null | undefined;
|
|
8892
8881
|
project?: {
|
|
8893
8882
|
type: string;
|
|
@@ -8911,6 +8900,17 @@ export declare const payoutCmaTargetDetailsRestSchema: z.ZodObject<{
|
|
|
8911
8900
|
companyName: string | null;
|
|
8912
8901
|
} | null | undefined;
|
|
8913
8902
|
} | null | undefined;
|
|
8903
|
+
customer?: {
|
|
8904
|
+
status: string;
|
|
8905
|
+
id: string;
|
|
8906
|
+
isArchived: boolean;
|
|
8907
|
+
createdAt: Date;
|
|
8908
|
+
updatedAt: Date;
|
|
8909
|
+
fullName: string | null;
|
|
8910
|
+
mobile: string | null;
|
|
8911
|
+
email: string;
|
|
8912
|
+
syncedAt: Date;
|
|
8913
|
+
} | null | undefined;
|
|
8914
8914
|
} | null | undefined;
|
|
8915
8915
|
} & any)[] | null | undefined;
|
|
8916
8916
|
reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -9380,17 +9380,6 @@ export declare const payoutCmaTargetDetailsRestSchema: z.ZodObject<{
|
|
|
9380
9380
|
mtaId: string;
|
|
9381
9381
|
mtaBalanceCents: number | bigint;
|
|
9382
9382
|
cmaBalanceCents: number | bigint;
|
|
9383
|
-
customer?: {
|
|
9384
|
-
status: string;
|
|
9385
|
-
id: string;
|
|
9386
|
-
isArchived: boolean;
|
|
9387
|
-
createdAt: Date;
|
|
9388
|
-
updatedAt: Date;
|
|
9389
|
-
fullName: string | null;
|
|
9390
|
-
mobile: string | null;
|
|
9391
|
-
email: string;
|
|
9392
|
-
syncedAt: Date;
|
|
9393
|
-
} | null | undefined;
|
|
9394
9383
|
buyerName?: string | null | undefined;
|
|
9395
9384
|
project?: {
|
|
9396
9385
|
type: string;
|
|
@@ -9414,6 +9403,17 @@ export declare const payoutCmaTargetDetailsRestSchema: z.ZodObject<{
|
|
|
9414
9403
|
companyName: string | null;
|
|
9415
9404
|
} | null | undefined;
|
|
9416
9405
|
} | null | undefined;
|
|
9406
|
+
customer?: {
|
|
9407
|
+
status: string;
|
|
9408
|
+
id: string;
|
|
9409
|
+
isArchived: boolean;
|
|
9410
|
+
createdAt: Date;
|
|
9411
|
+
updatedAt: Date;
|
|
9412
|
+
fullName: string | null;
|
|
9413
|
+
mobile: string | null;
|
|
9414
|
+
email: string;
|
|
9415
|
+
syncedAt: Date;
|
|
9416
|
+
} | null | undefined;
|
|
9417
9417
|
}, {
|
|
9418
9418
|
status: string;
|
|
9419
9419
|
id: string;
|
|
@@ -9430,17 +9430,6 @@ export declare const payoutCmaTargetDetailsRestSchema: z.ZodObject<{
|
|
|
9430
9430
|
mtaId: string;
|
|
9431
9431
|
mtaBalanceCents: number | bigint;
|
|
9432
9432
|
cmaBalanceCents: number | bigint;
|
|
9433
|
-
customer?: {
|
|
9434
|
-
status: string;
|
|
9435
|
-
id: string;
|
|
9436
|
-
isArchived: boolean;
|
|
9437
|
-
createdAt: Date;
|
|
9438
|
-
updatedAt: Date;
|
|
9439
|
-
fullName: string | null;
|
|
9440
|
-
mobile: string | null;
|
|
9441
|
-
email: string;
|
|
9442
|
-
syncedAt: Date;
|
|
9443
|
-
} | null | undefined;
|
|
9444
9433
|
buyerName?: string | null | undefined;
|
|
9445
9434
|
project?: {
|
|
9446
9435
|
type: string;
|
|
@@ -9464,6 +9453,17 @@ export declare const payoutCmaTargetDetailsRestSchema: z.ZodObject<{
|
|
|
9464
9453
|
companyName: string | null;
|
|
9465
9454
|
} | null | undefined;
|
|
9466
9455
|
} | null | undefined;
|
|
9456
|
+
customer?: {
|
|
9457
|
+
status: string;
|
|
9458
|
+
id: string;
|
|
9459
|
+
isArchived: boolean;
|
|
9460
|
+
createdAt: Date;
|
|
9461
|
+
updatedAt: Date;
|
|
9462
|
+
fullName: string | null;
|
|
9463
|
+
mobile: string | null;
|
|
9464
|
+
email: string;
|
|
9465
|
+
syncedAt: Date;
|
|
9466
|
+
} | null | undefined;
|
|
9467
9467
|
}>>>;
|
|
9468
9468
|
}, "strip", z.ZodTypeAny, {
|
|
9469
9469
|
status: "active" | "inactive";
|
|
@@ -9501,17 +9501,6 @@ export declare const payoutCmaTargetDetailsRestSchema: z.ZodObject<{
|
|
|
9501
9501
|
mtaId: string;
|
|
9502
9502
|
mtaBalanceCents: number | bigint;
|
|
9503
9503
|
cmaBalanceCents: number | bigint;
|
|
9504
|
-
customer?: {
|
|
9505
|
-
status: string;
|
|
9506
|
-
id: string;
|
|
9507
|
-
isArchived: boolean;
|
|
9508
|
-
createdAt: Date;
|
|
9509
|
-
updatedAt: Date;
|
|
9510
|
-
fullName: string | null;
|
|
9511
|
-
mobile: string | null;
|
|
9512
|
-
email: string;
|
|
9513
|
-
syncedAt: Date;
|
|
9514
|
-
} | null | undefined;
|
|
9515
9504
|
buyerName?: string | null | undefined;
|
|
9516
9505
|
project?: {
|
|
9517
9506
|
type: string;
|
|
@@ -9535,6 +9524,17 @@ export declare const payoutCmaTargetDetailsRestSchema: z.ZodObject<{
|
|
|
9535
9524
|
companyName: string | null;
|
|
9536
9525
|
} | null | undefined;
|
|
9537
9526
|
} | null | undefined;
|
|
9527
|
+
customer?: {
|
|
9528
|
+
status: string;
|
|
9529
|
+
id: string;
|
|
9530
|
+
isArchived: boolean;
|
|
9531
|
+
createdAt: Date;
|
|
9532
|
+
updatedAt: Date;
|
|
9533
|
+
fullName: string | null;
|
|
9534
|
+
mobile: string | null;
|
|
9535
|
+
email: string;
|
|
9536
|
+
syncedAt: Date;
|
|
9537
|
+
} | null | undefined;
|
|
9538
9538
|
} | undefined;
|
|
9539
9539
|
}, {
|
|
9540
9540
|
status: string;
|
|
@@ -9572,17 +9572,6 @@ export declare const payoutCmaTargetDetailsRestSchema: z.ZodObject<{
|
|
|
9572
9572
|
mtaId: string;
|
|
9573
9573
|
mtaBalanceCents: number | bigint;
|
|
9574
9574
|
cmaBalanceCents: number | bigint;
|
|
9575
|
-
customer?: {
|
|
9576
|
-
status: string;
|
|
9577
|
-
id: string;
|
|
9578
|
-
isArchived: boolean;
|
|
9579
|
-
createdAt: Date;
|
|
9580
|
-
updatedAt: Date;
|
|
9581
|
-
fullName: string | null;
|
|
9582
|
-
mobile: string | null;
|
|
9583
|
-
email: string;
|
|
9584
|
-
syncedAt: Date;
|
|
9585
|
-
} | null | undefined;
|
|
9586
9575
|
buyerName?: string | null | undefined;
|
|
9587
9576
|
project?: {
|
|
9588
9577
|
type: string;
|
|
@@ -9606,6 +9595,17 @@ export declare const payoutCmaTargetDetailsRestSchema: z.ZodObject<{
|
|
|
9606
9595
|
companyName: string | null;
|
|
9607
9596
|
} | null | undefined;
|
|
9608
9597
|
} | null | undefined;
|
|
9598
|
+
customer?: {
|
|
9599
|
+
status: string;
|
|
9600
|
+
id: string;
|
|
9601
|
+
isArchived: boolean;
|
|
9602
|
+
createdAt: Date;
|
|
9603
|
+
updatedAt: Date;
|
|
9604
|
+
fullName: string | null;
|
|
9605
|
+
mobile: string | null;
|
|
9606
|
+
email: string;
|
|
9607
|
+
syncedAt: Date;
|
|
9608
|
+
} | null | undefined;
|
|
9609
9609
|
} | undefined;
|
|
9610
9610
|
}>>;
|
|
9611
9611
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
@@ -9675,17 +9675,6 @@ export declare const payoutCmaTargetDetailsRestSchema: z.ZodObject<{
|
|
|
9675
9675
|
mtaId: string;
|
|
9676
9676
|
mtaBalanceCents: number | bigint;
|
|
9677
9677
|
cmaBalanceCents: number | bigint;
|
|
9678
|
-
customer?: {
|
|
9679
|
-
status: string;
|
|
9680
|
-
id: string;
|
|
9681
|
-
isArchived: boolean;
|
|
9682
|
-
createdAt: Date;
|
|
9683
|
-
updatedAt: Date;
|
|
9684
|
-
fullName: string | null;
|
|
9685
|
-
mobile: string | null;
|
|
9686
|
-
email: string;
|
|
9687
|
-
syncedAt: Date;
|
|
9688
|
-
} | null | undefined;
|
|
9689
9678
|
buyerName?: string | null | undefined;
|
|
9690
9679
|
project?: {
|
|
9691
9680
|
type: string;
|
|
@@ -9709,6 +9698,17 @@ export declare const payoutCmaTargetDetailsRestSchema: z.ZodObject<{
|
|
|
9709
9698
|
companyName: string | null;
|
|
9710
9699
|
} | null | undefined;
|
|
9711
9700
|
} | null | undefined;
|
|
9701
|
+
customer?: {
|
|
9702
|
+
status: string;
|
|
9703
|
+
id: string;
|
|
9704
|
+
isArchived: boolean;
|
|
9705
|
+
createdAt: Date;
|
|
9706
|
+
updatedAt: Date;
|
|
9707
|
+
fullName: string | null;
|
|
9708
|
+
mobile: string | null;
|
|
9709
|
+
email: string;
|
|
9710
|
+
syncedAt: Date;
|
|
9711
|
+
} | null | undefined;
|
|
9712
9712
|
} | null | undefined;
|
|
9713
9713
|
} & {
|
|
9714
9714
|
cma?: z.output<typeof import("..").cmaEntitySchema> | null | undefined;
|
|
@@ -9768,17 +9768,6 @@ export declare const payoutCmaTargetDetailsRestSchema: z.ZodObject<{
|
|
|
9768
9768
|
mtaId: string;
|
|
9769
9769
|
mtaBalanceCents: number | bigint;
|
|
9770
9770
|
cmaBalanceCents: number | bigint;
|
|
9771
|
-
customer?: {
|
|
9772
|
-
status: string;
|
|
9773
|
-
id: string;
|
|
9774
|
-
isArchived: boolean;
|
|
9775
|
-
createdAt: Date;
|
|
9776
|
-
updatedAt: Date;
|
|
9777
|
-
fullName: string | null;
|
|
9778
|
-
mobile: string | null;
|
|
9779
|
-
email: string;
|
|
9780
|
-
syncedAt: Date;
|
|
9781
|
-
} | null | undefined;
|
|
9782
9771
|
buyerName?: string | null | undefined;
|
|
9783
9772
|
project?: {
|
|
9784
9773
|
type: string;
|
|
@@ -9802,6 +9791,17 @@ export declare const payoutCmaTargetDetailsRestSchema: z.ZodObject<{
|
|
|
9802
9791
|
companyName: string | null;
|
|
9803
9792
|
} | null | undefined;
|
|
9804
9793
|
} | null | undefined;
|
|
9794
|
+
customer?: {
|
|
9795
|
+
status: string;
|
|
9796
|
+
id: string;
|
|
9797
|
+
isArchived: boolean;
|
|
9798
|
+
createdAt: Date;
|
|
9799
|
+
updatedAt: Date;
|
|
9800
|
+
fullName: string | null;
|
|
9801
|
+
mobile: string | null;
|
|
9802
|
+
email: string;
|
|
9803
|
+
syncedAt: Date;
|
|
9804
|
+
} | null | undefined;
|
|
9805
9805
|
} | null | undefined;
|
|
9806
9806
|
} & any, "cma"> | null | undefined;
|
|
9807
9807
|
subsequentTransactions?: Omit<{
|
|
@@ -9860,17 +9860,6 @@ export declare const payoutCmaTargetDetailsRestSchema: z.ZodObject<{
|
|
|
9860
9860
|
mtaId: string;
|
|
9861
9861
|
mtaBalanceCents: number | bigint;
|
|
9862
9862
|
cmaBalanceCents: number | bigint;
|
|
9863
|
-
customer?: {
|
|
9864
|
-
status: string;
|
|
9865
|
-
id: string;
|
|
9866
|
-
isArchived: boolean;
|
|
9867
|
-
createdAt: Date;
|
|
9868
|
-
updatedAt: Date;
|
|
9869
|
-
fullName: string | null;
|
|
9870
|
-
mobile: string | null;
|
|
9871
|
-
email: string;
|
|
9872
|
-
syncedAt: Date;
|
|
9873
|
-
} | null | undefined;
|
|
9874
9863
|
buyerName?: string | null | undefined;
|
|
9875
9864
|
project?: {
|
|
9876
9865
|
type: string;
|
|
@@ -9894,6 +9883,17 @@ export declare const payoutCmaTargetDetailsRestSchema: z.ZodObject<{
|
|
|
9894
9883
|
companyName: string | null;
|
|
9895
9884
|
} | null | undefined;
|
|
9896
9885
|
} | null | undefined;
|
|
9886
|
+
customer?: {
|
|
9887
|
+
status: string;
|
|
9888
|
+
id: string;
|
|
9889
|
+
isArchived: boolean;
|
|
9890
|
+
createdAt: Date;
|
|
9891
|
+
updatedAt: Date;
|
|
9892
|
+
fullName: string | null;
|
|
9893
|
+
mobile: string | null;
|
|
9894
|
+
email: string;
|
|
9895
|
+
syncedAt: Date;
|
|
9896
|
+
} | null | undefined;
|
|
9897
9897
|
} | null | undefined;
|
|
9898
9898
|
} & any, "cma">[] | null | undefined;
|
|
9899
9899
|
reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -9960,17 +9960,6 @@ export declare const payoutCmaTargetDetailsRestSchema: z.ZodObject<{
|
|
|
9960
9960
|
mtaId: string;
|
|
9961
9961
|
mtaBalanceCents: number | bigint;
|
|
9962
9962
|
cmaBalanceCents: number | bigint;
|
|
9963
|
-
customer?: {
|
|
9964
|
-
status: string;
|
|
9965
|
-
id: string;
|
|
9966
|
-
isArchived: boolean;
|
|
9967
|
-
createdAt: Date;
|
|
9968
|
-
updatedAt: Date;
|
|
9969
|
-
fullName: string | null;
|
|
9970
|
-
mobile: string | null;
|
|
9971
|
-
email: string;
|
|
9972
|
-
syncedAt: Date;
|
|
9973
|
-
} | null | undefined;
|
|
9974
9963
|
buyerName?: string | null | undefined;
|
|
9975
9964
|
project?: {
|
|
9976
9965
|
type: string;
|
|
@@ -9994,6 +9983,17 @@ export declare const payoutCmaTargetDetailsRestSchema: z.ZodObject<{
|
|
|
9994
9983
|
companyName: string | null;
|
|
9995
9984
|
} | null | undefined;
|
|
9996
9985
|
} | null | undefined;
|
|
9986
|
+
customer?: {
|
|
9987
|
+
status: string;
|
|
9988
|
+
id: string;
|
|
9989
|
+
isArchived: boolean;
|
|
9990
|
+
createdAt: Date;
|
|
9991
|
+
updatedAt: Date;
|
|
9992
|
+
fullName: string | null;
|
|
9993
|
+
mobile: string | null;
|
|
9994
|
+
email: string;
|
|
9995
|
+
syncedAt: Date;
|
|
9996
|
+
} | null | undefined;
|
|
9997
9997
|
} | null | undefined;
|
|
9998
9998
|
} & {
|
|
9999
9999
|
cma?: z.input<typeof import("..").cmaEntitySchema> | null | undefined;
|
|
@@ -10053,17 +10053,6 @@ export declare const payoutCmaTargetDetailsRestSchema: z.ZodObject<{
|
|
|
10053
10053
|
mtaId: string;
|
|
10054
10054
|
mtaBalanceCents: number | bigint;
|
|
10055
10055
|
cmaBalanceCents: number | bigint;
|
|
10056
|
-
customer?: {
|
|
10057
|
-
status: string;
|
|
10058
|
-
id: string;
|
|
10059
|
-
isArchived: boolean;
|
|
10060
|
-
createdAt: Date;
|
|
10061
|
-
updatedAt: Date;
|
|
10062
|
-
fullName: string | null;
|
|
10063
|
-
mobile: string | null;
|
|
10064
|
-
email: string;
|
|
10065
|
-
syncedAt: Date;
|
|
10066
|
-
} | null | undefined;
|
|
10067
10056
|
buyerName?: string | null | undefined;
|
|
10068
10057
|
project?: {
|
|
10069
10058
|
type: string;
|
|
@@ -10087,6 +10076,17 @@ export declare const payoutCmaTargetDetailsRestSchema: z.ZodObject<{
|
|
|
10087
10076
|
companyName: string | null;
|
|
10088
10077
|
} | null | undefined;
|
|
10089
10078
|
} | null | undefined;
|
|
10079
|
+
customer?: {
|
|
10080
|
+
status: string;
|
|
10081
|
+
id: string;
|
|
10082
|
+
isArchived: boolean;
|
|
10083
|
+
createdAt: Date;
|
|
10084
|
+
updatedAt: Date;
|
|
10085
|
+
fullName: string | null;
|
|
10086
|
+
mobile: string | null;
|
|
10087
|
+
email: string;
|
|
10088
|
+
syncedAt: Date;
|
|
10089
|
+
} | null | undefined;
|
|
10090
10090
|
} | null | undefined;
|
|
10091
10091
|
} & any) | null | undefined;
|
|
10092
10092
|
subsequentTransactions?: ({
|
|
@@ -10142,20 +10142,9 @@ export declare const payoutCmaTargetDetailsRestSchema: z.ZodObject<{
|
|
|
10142
10142
|
lotDetail: string | null;
|
|
10143
10143
|
propertyAddress: string;
|
|
10144
10144
|
stage: string;
|
|
10145
|
-
mtaId: string;
|
|
10146
|
-
mtaBalanceCents: number | bigint;
|
|
10147
|
-
cmaBalanceCents: number | bigint;
|
|
10148
|
-
customer?: {
|
|
10149
|
-
status: string;
|
|
10150
|
-
id: string;
|
|
10151
|
-
isArchived: boolean;
|
|
10152
|
-
createdAt: Date;
|
|
10153
|
-
updatedAt: Date;
|
|
10154
|
-
fullName: string | null;
|
|
10155
|
-
mobile: string | null;
|
|
10156
|
-
email: string;
|
|
10157
|
-
syncedAt: Date;
|
|
10158
|
-
} | null | undefined;
|
|
10145
|
+
mtaId: string;
|
|
10146
|
+
mtaBalanceCents: number | bigint;
|
|
10147
|
+
cmaBalanceCents: number | bigint;
|
|
10159
10148
|
buyerName?: string | null | undefined;
|
|
10160
10149
|
project?: {
|
|
10161
10150
|
type: string;
|
|
@@ -10179,6 +10168,17 @@ export declare const payoutCmaTargetDetailsRestSchema: z.ZodObject<{
|
|
|
10179
10168
|
companyName: string | null;
|
|
10180
10169
|
} | null | undefined;
|
|
10181
10170
|
} | null | undefined;
|
|
10171
|
+
customer?: {
|
|
10172
|
+
status: string;
|
|
10173
|
+
id: string;
|
|
10174
|
+
isArchived: boolean;
|
|
10175
|
+
createdAt: Date;
|
|
10176
|
+
updatedAt: Date;
|
|
10177
|
+
fullName: string | null;
|
|
10178
|
+
mobile: string | null;
|
|
10179
|
+
email: string;
|
|
10180
|
+
syncedAt: Date;
|
|
10181
|
+
} | null | undefined;
|
|
10182
10182
|
} | null | undefined;
|
|
10183
10183
|
} & any)[] | null | undefined;
|
|
10184
10184
|
reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -10648,17 +10648,6 @@ export declare const payoutCmaTargetDetailsRestSchema: z.ZodObject<{
|
|
|
10648
10648
|
mtaId: string;
|
|
10649
10649
|
mtaBalanceCents: number | bigint;
|
|
10650
10650
|
cmaBalanceCents: number | bigint;
|
|
10651
|
-
customer?: {
|
|
10652
|
-
status: string;
|
|
10653
|
-
id: string;
|
|
10654
|
-
isArchived: boolean;
|
|
10655
|
-
createdAt: Date;
|
|
10656
|
-
updatedAt: Date;
|
|
10657
|
-
fullName: string | null;
|
|
10658
|
-
mobile: string | null;
|
|
10659
|
-
email: string;
|
|
10660
|
-
syncedAt: Date;
|
|
10661
|
-
} | null | undefined;
|
|
10662
10651
|
buyerName?: string | null | undefined;
|
|
10663
10652
|
project?: {
|
|
10664
10653
|
type: string;
|
|
@@ -10682,6 +10671,17 @@ export declare const payoutCmaTargetDetailsRestSchema: z.ZodObject<{
|
|
|
10682
10671
|
companyName: string | null;
|
|
10683
10672
|
} | null | undefined;
|
|
10684
10673
|
} | null | undefined;
|
|
10674
|
+
customer?: {
|
|
10675
|
+
status: string;
|
|
10676
|
+
id: string;
|
|
10677
|
+
isArchived: boolean;
|
|
10678
|
+
createdAt: Date;
|
|
10679
|
+
updatedAt: Date;
|
|
10680
|
+
fullName: string | null;
|
|
10681
|
+
mobile: string | null;
|
|
10682
|
+
email: string;
|
|
10683
|
+
syncedAt: Date;
|
|
10684
|
+
} | null | undefined;
|
|
10685
10685
|
}, {
|
|
10686
10686
|
status: string;
|
|
10687
10687
|
id: string;
|
|
@@ -10698,17 +10698,6 @@ export declare const payoutCmaTargetDetailsRestSchema: z.ZodObject<{
|
|
|
10698
10698
|
mtaId: string;
|
|
10699
10699
|
mtaBalanceCents: number | bigint;
|
|
10700
10700
|
cmaBalanceCents: number | bigint;
|
|
10701
|
-
customer?: {
|
|
10702
|
-
status: string;
|
|
10703
|
-
id: string;
|
|
10704
|
-
isArchived: boolean;
|
|
10705
|
-
createdAt: Date;
|
|
10706
|
-
updatedAt: Date;
|
|
10707
|
-
fullName: string | null;
|
|
10708
|
-
mobile: string | null;
|
|
10709
|
-
email: string;
|
|
10710
|
-
syncedAt: Date;
|
|
10711
|
-
} | null | undefined;
|
|
10712
10701
|
buyerName?: string | null | undefined;
|
|
10713
10702
|
project?: {
|
|
10714
10703
|
type: string;
|
|
@@ -10732,6 +10721,17 @@ export declare const payoutCmaTargetDetailsRestSchema: z.ZodObject<{
|
|
|
10732
10721
|
companyName: string | null;
|
|
10733
10722
|
} | null | undefined;
|
|
10734
10723
|
} | null | undefined;
|
|
10724
|
+
customer?: {
|
|
10725
|
+
status: string;
|
|
10726
|
+
id: string;
|
|
10727
|
+
isArchived: boolean;
|
|
10728
|
+
createdAt: Date;
|
|
10729
|
+
updatedAt: Date;
|
|
10730
|
+
fullName: string | null;
|
|
10731
|
+
mobile: string | null;
|
|
10732
|
+
email: string;
|
|
10733
|
+
syncedAt: Date;
|
|
10734
|
+
} | null | undefined;
|
|
10735
10735
|
}>>>;
|
|
10736
10736
|
}, "strip", z.ZodTypeAny, {
|
|
10737
10737
|
status: "active" | "inactive";
|
|
@@ -10769,17 +10769,6 @@ export declare const payoutCmaTargetDetailsRestSchema: z.ZodObject<{
|
|
|
10769
10769
|
mtaId: string;
|
|
10770
10770
|
mtaBalanceCents: number | bigint;
|
|
10771
10771
|
cmaBalanceCents: number | bigint;
|
|
10772
|
-
customer?: {
|
|
10773
|
-
status: string;
|
|
10774
|
-
id: string;
|
|
10775
|
-
isArchived: boolean;
|
|
10776
|
-
createdAt: Date;
|
|
10777
|
-
updatedAt: Date;
|
|
10778
|
-
fullName: string | null;
|
|
10779
|
-
mobile: string | null;
|
|
10780
|
-
email: string;
|
|
10781
|
-
syncedAt: Date;
|
|
10782
|
-
} | null | undefined;
|
|
10783
10772
|
buyerName?: string | null | undefined;
|
|
10784
10773
|
project?: {
|
|
10785
10774
|
type: string;
|
|
@@ -10803,6 +10792,17 @@ export declare const payoutCmaTargetDetailsRestSchema: z.ZodObject<{
|
|
|
10803
10792
|
companyName: string | null;
|
|
10804
10793
|
} | null | undefined;
|
|
10805
10794
|
} | null | undefined;
|
|
10795
|
+
customer?: {
|
|
10796
|
+
status: string;
|
|
10797
|
+
id: string;
|
|
10798
|
+
isArchived: boolean;
|
|
10799
|
+
createdAt: Date;
|
|
10800
|
+
updatedAt: Date;
|
|
10801
|
+
fullName: string | null;
|
|
10802
|
+
mobile: string | null;
|
|
10803
|
+
email: string;
|
|
10804
|
+
syncedAt: Date;
|
|
10805
|
+
} | null | undefined;
|
|
10806
10806
|
} | undefined;
|
|
10807
10807
|
}, {
|
|
10808
10808
|
status: string;
|
|
@@ -10840,17 +10840,6 @@ export declare const payoutCmaTargetDetailsRestSchema: z.ZodObject<{
|
|
|
10840
10840
|
mtaId: string;
|
|
10841
10841
|
mtaBalanceCents: number | bigint;
|
|
10842
10842
|
cmaBalanceCents: number | bigint;
|
|
10843
|
-
customer?: {
|
|
10844
|
-
status: string;
|
|
10845
|
-
id: string;
|
|
10846
|
-
isArchived: boolean;
|
|
10847
|
-
createdAt: Date;
|
|
10848
|
-
updatedAt: Date;
|
|
10849
|
-
fullName: string | null;
|
|
10850
|
-
mobile: string | null;
|
|
10851
|
-
email: string;
|
|
10852
|
-
syncedAt: Date;
|
|
10853
|
-
} | null | undefined;
|
|
10854
10843
|
buyerName?: string | null | undefined;
|
|
10855
10844
|
project?: {
|
|
10856
10845
|
type: string;
|
|
@@ -10874,6 +10863,17 @@ export declare const payoutCmaTargetDetailsRestSchema: z.ZodObject<{
|
|
|
10874
10863
|
companyName: string | null;
|
|
10875
10864
|
} | null | undefined;
|
|
10876
10865
|
} | null | undefined;
|
|
10866
|
+
customer?: {
|
|
10867
|
+
status: string;
|
|
10868
|
+
id: string;
|
|
10869
|
+
isArchived: boolean;
|
|
10870
|
+
createdAt: Date;
|
|
10871
|
+
updatedAt: Date;
|
|
10872
|
+
fullName: string | null;
|
|
10873
|
+
mobile: string | null;
|
|
10874
|
+
email: string;
|
|
10875
|
+
syncedAt: Date;
|
|
10876
|
+
} | null | undefined;
|
|
10877
10877
|
} | undefined;
|
|
10878
10878
|
}>>;
|
|
10879
10879
|
}, z.ZodTypeAny, "passthrough">>;
|
|
@@ -10980,17 +10980,6 @@ export declare const payoutTargetDetailsRestSchema: z.ZodDiscriminatedUnion<"tar
|
|
|
10980
10980
|
mtaId: string;
|
|
10981
10981
|
mtaBalanceCents: number | bigint;
|
|
10982
10982
|
cmaBalanceCents: number | bigint;
|
|
10983
|
-
customer?: {
|
|
10984
|
-
status: string;
|
|
10985
|
-
id: string;
|
|
10986
|
-
isArchived: boolean;
|
|
10987
|
-
createdAt: Date;
|
|
10988
|
-
updatedAt: Date;
|
|
10989
|
-
fullName: string | null;
|
|
10990
|
-
mobile: string | null;
|
|
10991
|
-
email: string;
|
|
10992
|
-
syncedAt: Date;
|
|
10993
|
-
} | null | undefined;
|
|
10994
10983
|
buyerName?: string | null | undefined;
|
|
10995
10984
|
project?: {
|
|
10996
10985
|
type: string;
|
|
@@ -11014,6 +11003,17 @@ export declare const payoutTargetDetailsRestSchema: z.ZodDiscriminatedUnion<"tar
|
|
|
11014
11003
|
companyName: string | null;
|
|
11015
11004
|
} | null | undefined;
|
|
11016
11005
|
} | null | undefined;
|
|
11006
|
+
customer?: {
|
|
11007
|
+
status: string;
|
|
11008
|
+
id: string;
|
|
11009
|
+
isArchived: boolean;
|
|
11010
|
+
createdAt: Date;
|
|
11011
|
+
updatedAt: Date;
|
|
11012
|
+
fullName: string | null;
|
|
11013
|
+
mobile: string | null;
|
|
11014
|
+
email: string;
|
|
11015
|
+
syncedAt: Date;
|
|
11016
|
+
} | null | undefined;
|
|
11017
11017
|
} | null | undefined;
|
|
11018
11018
|
} & {
|
|
11019
11019
|
cma?: z.output<typeof import("..").cmaEntitySchema> | null | undefined;
|
|
@@ -11073,17 +11073,6 @@ export declare const payoutTargetDetailsRestSchema: z.ZodDiscriminatedUnion<"tar
|
|
|
11073
11073
|
mtaId: string;
|
|
11074
11074
|
mtaBalanceCents: number | bigint;
|
|
11075
11075
|
cmaBalanceCents: number | bigint;
|
|
11076
|
-
customer?: {
|
|
11077
|
-
status: string;
|
|
11078
|
-
id: string;
|
|
11079
|
-
isArchived: boolean;
|
|
11080
|
-
createdAt: Date;
|
|
11081
|
-
updatedAt: Date;
|
|
11082
|
-
fullName: string | null;
|
|
11083
|
-
mobile: string | null;
|
|
11084
|
-
email: string;
|
|
11085
|
-
syncedAt: Date;
|
|
11086
|
-
} | null | undefined;
|
|
11087
11076
|
buyerName?: string | null | undefined;
|
|
11088
11077
|
project?: {
|
|
11089
11078
|
type: string;
|
|
@@ -11107,6 +11096,17 @@ export declare const payoutTargetDetailsRestSchema: z.ZodDiscriminatedUnion<"tar
|
|
|
11107
11096
|
companyName: string | null;
|
|
11108
11097
|
} | null | undefined;
|
|
11109
11098
|
} | null | undefined;
|
|
11099
|
+
customer?: {
|
|
11100
|
+
status: string;
|
|
11101
|
+
id: string;
|
|
11102
|
+
isArchived: boolean;
|
|
11103
|
+
createdAt: Date;
|
|
11104
|
+
updatedAt: Date;
|
|
11105
|
+
fullName: string | null;
|
|
11106
|
+
mobile: string | null;
|
|
11107
|
+
email: string;
|
|
11108
|
+
syncedAt: Date;
|
|
11109
|
+
} | null | undefined;
|
|
11110
11110
|
} | null | undefined;
|
|
11111
11111
|
} & any, "cma"> | null | undefined;
|
|
11112
11112
|
subsequentTransactions?: Omit<{
|
|
@@ -11165,17 +11165,6 @@ export declare const payoutTargetDetailsRestSchema: z.ZodDiscriminatedUnion<"tar
|
|
|
11165
11165
|
mtaId: string;
|
|
11166
11166
|
mtaBalanceCents: number | bigint;
|
|
11167
11167
|
cmaBalanceCents: number | bigint;
|
|
11168
|
-
customer?: {
|
|
11169
|
-
status: string;
|
|
11170
|
-
id: string;
|
|
11171
|
-
isArchived: boolean;
|
|
11172
|
-
createdAt: Date;
|
|
11173
|
-
updatedAt: Date;
|
|
11174
|
-
fullName: string | null;
|
|
11175
|
-
mobile: string | null;
|
|
11176
|
-
email: string;
|
|
11177
|
-
syncedAt: Date;
|
|
11178
|
-
} | null | undefined;
|
|
11179
11168
|
buyerName?: string | null | undefined;
|
|
11180
11169
|
project?: {
|
|
11181
11170
|
type: string;
|
|
@@ -11199,6 +11188,17 @@ export declare const payoutTargetDetailsRestSchema: z.ZodDiscriminatedUnion<"tar
|
|
|
11199
11188
|
companyName: string | null;
|
|
11200
11189
|
} | null | undefined;
|
|
11201
11190
|
} | null | undefined;
|
|
11191
|
+
customer?: {
|
|
11192
|
+
status: string;
|
|
11193
|
+
id: string;
|
|
11194
|
+
isArchived: boolean;
|
|
11195
|
+
createdAt: Date;
|
|
11196
|
+
updatedAt: Date;
|
|
11197
|
+
fullName: string | null;
|
|
11198
|
+
mobile: string | null;
|
|
11199
|
+
email: string;
|
|
11200
|
+
syncedAt: Date;
|
|
11201
|
+
} | null | undefined;
|
|
11202
11202
|
} | null | undefined;
|
|
11203
11203
|
} & any, "cma">[] | null | undefined;
|
|
11204
11204
|
reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -11265,17 +11265,6 @@ export declare const payoutTargetDetailsRestSchema: z.ZodDiscriminatedUnion<"tar
|
|
|
11265
11265
|
mtaId: string;
|
|
11266
11266
|
mtaBalanceCents: number | bigint;
|
|
11267
11267
|
cmaBalanceCents: number | bigint;
|
|
11268
|
-
customer?: {
|
|
11269
|
-
status: string;
|
|
11270
|
-
id: string;
|
|
11271
|
-
isArchived: boolean;
|
|
11272
|
-
createdAt: Date;
|
|
11273
|
-
updatedAt: Date;
|
|
11274
|
-
fullName: string | null;
|
|
11275
|
-
mobile: string | null;
|
|
11276
|
-
email: string;
|
|
11277
|
-
syncedAt: Date;
|
|
11278
|
-
} | null | undefined;
|
|
11279
11268
|
buyerName?: string | null | undefined;
|
|
11280
11269
|
project?: {
|
|
11281
11270
|
type: string;
|
|
@@ -11299,6 +11288,17 @@ export declare const payoutTargetDetailsRestSchema: z.ZodDiscriminatedUnion<"tar
|
|
|
11299
11288
|
companyName: string | null;
|
|
11300
11289
|
} | null | undefined;
|
|
11301
11290
|
} | null | undefined;
|
|
11291
|
+
customer?: {
|
|
11292
|
+
status: string;
|
|
11293
|
+
id: string;
|
|
11294
|
+
isArchived: boolean;
|
|
11295
|
+
createdAt: Date;
|
|
11296
|
+
updatedAt: Date;
|
|
11297
|
+
fullName: string | null;
|
|
11298
|
+
mobile: string | null;
|
|
11299
|
+
email: string;
|
|
11300
|
+
syncedAt: Date;
|
|
11301
|
+
} | null | undefined;
|
|
11302
11302
|
} | null | undefined;
|
|
11303
11303
|
} & {
|
|
11304
11304
|
cma?: z.input<typeof import("..").cmaEntitySchema> | null | undefined;
|
|
@@ -11358,17 +11358,6 @@ export declare const payoutTargetDetailsRestSchema: z.ZodDiscriminatedUnion<"tar
|
|
|
11358
11358
|
mtaId: string;
|
|
11359
11359
|
mtaBalanceCents: number | bigint;
|
|
11360
11360
|
cmaBalanceCents: number | bigint;
|
|
11361
|
-
customer?: {
|
|
11362
|
-
status: string;
|
|
11363
|
-
id: string;
|
|
11364
|
-
isArchived: boolean;
|
|
11365
|
-
createdAt: Date;
|
|
11366
|
-
updatedAt: Date;
|
|
11367
|
-
fullName: string | null;
|
|
11368
|
-
mobile: string | null;
|
|
11369
|
-
email: string;
|
|
11370
|
-
syncedAt: Date;
|
|
11371
|
-
} | null | undefined;
|
|
11372
11361
|
buyerName?: string | null | undefined;
|
|
11373
11362
|
project?: {
|
|
11374
11363
|
type: string;
|
|
@@ -11392,6 +11381,17 @@ export declare const payoutTargetDetailsRestSchema: z.ZodDiscriminatedUnion<"tar
|
|
|
11392
11381
|
companyName: string | null;
|
|
11393
11382
|
} | null | undefined;
|
|
11394
11383
|
} | null | undefined;
|
|
11384
|
+
customer?: {
|
|
11385
|
+
status: string;
|
|
11386
|
+
id: string;
|
|
11387
|
+
isArchived: boolean;
|
|
11388
|
+
createdAt: Date;
|
|
11389
|
+
updatedAt: Date;
|
|
11390
|
+
fullName: string | null;
|
|
11391
|
+
mobile: string | null;
|
|
11392
|
+
email: string;
|
|
11393
|
+
syncedAt: Date;
|
|
11394
|
+
} | null | undefined;
|
|
11395
11395
|
} | null | undefined;
|
|
11396
11396
|
} & any) | null | undefined;
|
|
11397
11397
|
subsequentTransactions?: ({
|
|
@@ -11450,17 +11450,6 @@ export declare const payoutTargetDetailsRestSchema: z.ZodDiscriminatedUnion<"tar
|
|
|
11450
11450
|
mtaId: string;
|
|
11451
11451
|
mtaBalanceCents: number | bigint;
|
|
11452
11452
|
cmaBalanceCents: number | bigint;
|
|
11453
|
-
customer?: {
|
|
11454
|
-
status: string;
|
|
11455
|
-
id: string;
|
|
11456
|
-
isArchived: boolean;
|
|
11457
|
-
createdAt: Date;
|
|
11458
|
-
updatedAt: Date;
|
|
11459
|
-
fullName: string | null;
|
|
11460
|
-
mobile: string | null;
|
|
11461
|
-
email: string;
|
|
11462
|
-
syncedAt: Date;
|
|
11463
|
-
} | null | undefined;
|
|
11464
11453
|
buyerName?: string | null | undefined;
|
|
11465
11454
|
project?: {
|
|
11466
11455
|
type: string;
|
|
@@ -11484,6 +11473,17 @@ export declare const payoutTargetDetailsRestSchema: z.ZodDiscriminatedUnion<"tar
|
|
|
11484
11473
|
companyName: string | null;
|
|
11485
11474
|
} | null | undefined;
|
|
11486
11475
|
} | null | undefined;
|
|
11476
|
+
customer?: {
|
|
11477
|
+
status: string;
|
|
11478
|
+
id: string;
|
|
11479
|
+
isArchived: boolean;
|
|
11480
|
+
createdAt: Date;
|
|
11481
|
+
updatedAt: Date;
|
|
11482
|
+
fullName: string | null;
|
|
11483
|
+
mobile: string | null;
|
|
11484
|
+
email: string;
|
|
11485
|
+
syncedAt: Date;
|
|
11486
|
+
} | null | undefined;
|
|
11487
11487
|
} | null | undefined;
|
|
11488
11488
|
} & any)[] | null | undefined;
|
|
11489
11489
|
reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -11953,17 +11953,6 @@ export declare const payoutTargetDetailsRestSchema: z.ZodDiscriminatedUnion<"tar
|
|
|
11953
11953
|
mtaId: string;
|
|
11954
11954
|
mtaBalanceCents: number | bigint;
|
|
11955
11955
|
cmaBalanceCents: number | bigint;
|
|
11956
|
-
customer?: {
|
|
11957
|
-
status: string;
|
|
11958
|
-
id: string;
|
|
11959
|
-
isArchived: boolean;
|
|
11960
|
-
createdAt: Date;
|
|
11961
|
-
updatedAt: Date;
|
|
11962
|
-
fullName: string | null;
|
|
11963
|
-
mobile: string | null;
|
|
11964
|
-
email: string;
|
|
11965
|
-
syncedAt: Date;
|
|
11966
|
-
} | null | undefined;
|
|
11967
11956
|
buyerName?: string | null | undefined;
|
|
11968
11957
|
project?: {
|
|
11969
11958
|
type: string;
|
|
@@ -11987,6 +11976,17 @@ export declare const payoutTargetDetailsRestSchema: z.ZodDiscriminatedUnion<"tar
|
|
|
11987
11976
|
companyName: string | null;
|
|
11988
11977
|
} | null | undefined;
|
|
11989
11978
|
} | null | undefined;
|
|
11979
|
+
customer?: {
|
|
11980
|
+
status: string;
|
|
11981
|
+
id: string;
|
|
11982
|
+
isArchived: boolean;
|
|
11983
|
+
createdAt: Date;
|
|
11984
|
+
updatedAt: Date;
|
|
11985
|
+
fullName: string | null;
|
|
11986
|
+
mobile: string | null;
|
|
11987
|
+
email: string;
|
|
11988
|
+
syncedAt: Date;
|
|
11989
|
+
} | null | undefined;
|
|
11990
11990
|
}, {
|
|
11991
11991
|
status: string;
|
|
11992
11992
|
id: string;
|
|
@@ -12003,17 +12003,6 @@ export declare const payoutTargetDetailsRestSchema: z.ZodDiscriminatedUnion<"tar
|
|
|
12003
12003
|
mtaId: string;
|
|
12004
12004
|
mtaBalanceCents: number | bigint;
|
|
12005
12005
|
cmaBalanceCents: number | bigint;
|
|
12006
|
-
customer?: {
|
|
12007
|
-
status: string;
|
|
12008
|
-
id: string;
|
|
12009
|
-
isArchived: boolean;
|
|
12010
|
-
createdAt: Date;
|
|
12011
|
-
updatedAt: Date;
|
|
12012
|
-
fullName: string | null;
|
|
12013
|
-
mobile: string | null;
|
|
12014
|
-
email: string;
|
|
12015
|
-
syncedAt: Date;
|
|
12016
|
-
} | null | undefined;
|
|
12017
12006
|
buyerName?: string | null | undefined;
|
|
12018
12007
|
project?: {
|
|
12019
12008
|
type: string;
|
|
@@ -12037,6 +12026,17 @@ export declare const payoutTargetDetailsRestSchema: z.ZodDiscriminatedUnion<"tar
|
|
|
12037
12026
|
companyName: string | null;
|
|
12038
12027
|
} | null | undefined;
|
|
12039
12028
|
} | null | undefined;
|
|
12029
|
+
customer?: {
|
|
12030
|
+
status: string;
|
|
12031
|
+
id: string;
|
|
12032
|
+
isArchived: boolean;
|
|
12033
|
+
createdAt: Date;
|
|
12034
|
+
updatedAt: Date;
|
|
12035
|
+
fullName: string | null;
|
|
12036
|
+
mobile: string | null;
|
|
12037
|
+
email: string;
|
|
12038
|
+
syncedAt: Date;
|
|
12039
|
+
} | null | undefined;
|
|
12040
12040
|
}>>>;
|
|
12041
12041
|
}, "strip", z.ZodTypeAny, {
|
|
12042
12042
|
status: "active" | "inactive";
|
|
@@ -12074,17 +12074,6 @@ export declare const payoutTargetDetailsRestSchema: z.ZodDiscriminatedUnion<"tar
|
|
|
12074
12074
|
mtaId: string;
|
|
12075
12075
|
mtaBalanceCents: number | bigint;
|
|
12076
12076
|
cmaBalanceCents: number | bigint;
|
|
12077
|
-
customer?: {
|
|
12078
|
-
status: string;
|
|
12079
|
-
id: string;
|
|
12080
|
-
isArchived: boolean;
|
|
12081
|
-
createdAt: Date;
|
|
12082
|
-
updatedAt: Date;
|
|
12083
|
-
fullName: string | null;
|
|
12084
|
-
mobile: string | null;
|
|
12085
|
-
email: string;
|
|
12086
|
-
syncedAt: Date;
|
|
12087
|
-
} | null | undefined;
|
|
12088
12077
|
buyerName?: string | null | undefined;
|
|
12089
12078
|
project?: {
|
|
12090
12079
|
type: string;
|
|
@@ -12108,6 +12097,17 @@ export declare const payoutTargetDetailsRestSchema: z.ZodDiscriminatedUnion<"tar
|
|
|
12108
12097
|
companyName: string | null;
|
|
12109
12098
|
} | null | undefined;
|
|
12110
12099
|
} | null | undefined;
|
|
12100
|
+
customer?: {
|
|
12101
|
+
status: string;
|
|
12102
|
+
id: string;
|
|
12103
|
+
isArchived: boolean;
|
|
12104
|
+
createdAt: Date;
|
|
12105
|
+
updatedAt: Date;
|
|
12106
|
+
fullName: string | null;
|
|
12107
|
+
mobile: string | null;
|
|
12108
|
+
email: string;
|
|
12109
|
+
syncedAt: Date;
|
|
12110
|
+
} | null | undefined;
|
|
12111
12111
|
} | undefined;
|
|
12112
12112
|
}, {
|
|
12113
12113
|
status: string;
|
|
@@ -12145,17 +12145,6 @@ export declare const payoutTargetDetailsRestSchema: z.ZodDiscriminatedUnion<"tar
|
|
|
12145
12145
|
mtaId: string;
|
|
12146
12146
|
mtaBalanceCents: number | bigint;
|
|
12147
12147
|
cmaBalanceCents: number | bigint;
|
|
12148
|
-
customer?: {
|
|
12149
|
-
status: string;
|
|
12150
|
-
id: string;
|
|
12151
|
-
isArchived: boolean;
|
|
12152
|
-
createdAt: Date;
|
|
12153
|
-
updatedAt: Date;
|
|
12154
|
-
fullName: string | null;
|
|
12155
|
-
mobile: string | null;
|
|
12156
|
-
email: string;
|
|
12157
|
-
syncedAt: Date;
|
|
12158
|
-
} | null | undefined;
|
|
12159
12148
|
buyerName?: string | null | undefined;
|
|
12160
12149
|
project?: {
|
|
12161
12150
|
type: string;
|
|
@@ -12179,6 +12168,17 @@ export declare const payoutTargetDetailsRestSchema: z.ZodDiscriminatedUnion<"tar
|
|
|
12179
12168
|
companyName: string | null;
|
|
12180
12169
|
} | null | undefined;
|
|
12181
12170
|
} | null | undefined;
|
|
12171
|
+
customer?: {
|
|
12172
|
+
status: string;
|
|
12173
|
+
id: string;
|
|
12174
|
+
isArchived: boolean;
|
|
12175
|
+
createdAt: Date;
|
|
12176
|
+
updatedAt: Date;
|
|
12177
|
+
fullName: string | null;
|
|
12178
|
+
mobile: string | null;
|
|
12179
|
+
email: string;
|
|
12180
|
+
syncedAt: Date;
|
|
12181
|
+
} | null | undefined;
|
|
12182
12182
|
} | undefined;
|
|
12183
12183
|
}>>;
|
|
12184
12184
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -12248,17 +12248,6 @@ export declare const payoutTargetDetailsRestSchema: z.ZodDiscriminatedUnion<"tar
|
|
|
12248
12248
|
mtaId: string;
|
|
12249
12249
|
mtaBalanceCents: number | bigint;
|
|
12250
12250
|
cmaBalanceCents: number | bigint;
|
|
12251
|
-
customer?: {
|
|
12252
|
-
status: string;
|
|
12253
|
-
id: string;
|
|
12254
|
-
isArchived: boolean;
|
|
12255
|
-
createdAt: Date;
|
|
12256
|
-
updatedAt: Date;
|
|
12257
|
-
fullName: string | null;
|
|
12258
|
-
mobile: string | null;
|
|
12259
|
-
email: string;
|
|
12260
|
-
syncedAt: Date;
|
|
12261
|
-
} | null | undefined;
|
|
12262
12251
|
buyerName?: string | null | undefined;
|
|
12263
12252
|
project?: {
|
|
12264
12253
|
type: string;
|
|
@@ -12282,6 +12271,17 @@ export declare const payoutTargetDetailsRestSchema: z.ZodDiscriminatedUnion<"tar
|
|
|
12282
12271
|
companyName: string | null;
|
|
12283
12272
|
} | null | undefined;
|
|
12284
12273
|
} | null | undefined;
|
|
12274
|
+
customer?: {
|
|
12275
|
+
status: string;
|
|
12276
|
+
id: string;
|
|
12277
|
+
isArchived: boolean;
|
|
12278
|
+
createdAt: Date;
|
|
12279
|
+
updatedAt: Date;
|
|
12280
|
+
fullName: string | null;
|
|
12281
|
+
mobile: string | null;
|
|
12282
|
+
email: string;
|
|
12283
|
+
syncedAt: Date;
|
|
12284
|
+
} | null | undefined;
|
|
12285
12285
|
} | null | undefined;
|
|
12286
12286
|
} & {
|
|
12287
12287
|
cma?: z.output<typeof import("..").cmaEntitySchema> | null | undefined;
|
|
@@ -12341,17 +12341,6 @@ export declare const payoutTargetDetailsRestSchema: z.ZodDiscriminatedUnion<"tar
|
|
|
12341
12341
|
mtaId: string;
|
|
12342
12342
|
mtaBalanceCents: number | bigint;
|
|
12343
12343
|
cmaBalanceCents: number | bigint;
|
|
12344
|
-
customer?: {
|
|
12345
|
-
status: string;
|
|
12346
|
-
id: string;
|
|
12347
|
-
isArchived: boolean;
|
|
12348
|
-
createdAt: Date;
|
|
12349
|
-
updatedAt: Date;
|
|
12350
|
-
fullName: string | null;
|
|
12351
|
-
mobile: string | null;
|
|
12352
|
-
email: string;
|
|
12353
|
-
syncedAt: Date;
|
|
12354
|
-
} | null | undefined;
|
|
12355
12344
|
buyerName?: string | null | undefined;
|
|
12356
12345
|
project?: {
|
|
12357
12346
|
type: string;
|
|
@@ -12375,6 +12364,17 @@ export declare const payoutTargetDetailsRestSchema: z.ZodDiscriminatedUnion<"tar
|
|
|
12375
12364
|
companyName: string | null;
|
|
12376
12365
|
} | null | undefined;
|
|
12377
12366
|
} | null | undefined;
|
|
12367
|
+
customer?: {
|
|
12368
|
+
status: string;
|
|
12369
|
+
id: string;
|
|
12370
|
+
isArchived: boolean;
|
|
12371
|
+
createdAt: Date;
|
|
12372
|
+
updatedAt: Date;
|
|
12373
|
+
fullName: string | null;
|
|
12374
|
+
mobile: string | null;
|
|
12375
|
+
email: string;
|
|
12376
|
+
syncedAt: Date;
|
|
12377
|
+
} | null | undefined;
|
|
12378
12378
|
} | null | undefined;
|
|
12379
12379
|
} & any, "cma"> | null | undefined;
|
|
12380
12380
|
subsequentTransactions?: Omit<{
|
|
@@ -12433,17 +12433,6 @@ export declare const payoutTargetDetailsRestSchema: z.ZodDiscriminatedUnion<"tar
|
|
|
12433
12433
|
mtaId: string;
|
|
12434
12434
|
mtaBalanceCents: number | bigint;
|
|
12435
12435
|
cmaBalanceCents: number | bigint;
|
|
12436
|
-
customer?: {
|
|
12437
|
-
status: string;
|
|
12438
|
-
id: string;
|
|
12439
|
-
isArchived: boolean;
|
|
12440
|
-
createdAt: Date;
|
|
12441
|
-
updatedAt: Date;
|
|
12442
|
-
fullName: string | null;
|
|
12443
|
-
mobile: string | null;
|
|
12444
|
-
email: string;
|
|
12445
|
-
syncedAt: Date;
|
|
12446
|
-
} | null | undefined;
|
|
12447
12436
|
buyerName?: string | null | undefined;
|
|
12448
12437
|
project?: {
|
|
12449
12438
|
type: string;
|
|
@@ -12467,6 +12456,17 @@ export declare const payoutTargetDetailsRestSchema: z.ZodDiscriminatedUnion<"tar
|
|
|
12467
12456
|
companyName: string | null;
|
|
12468
12457
|
} | null | undefined;
|
|
12469
12458
|
} | null | undefined;
|
|
12459
|
+
customer?: {
|
|
12460
|
+
status: string;
|
|
12461
|
+
id: string;
|
|
12462
|
+
isArchived: boolean;
|
|
12463
|
+
createdAt: Date;
|
|
12464
|
+
updatedAt: Date;
|
|
12465
|
+
fullName: string | null;
|
|
12466
|
+
mobile: string | null;
|
|
12467
|
+
email: string;
|
|
12468
|
+
syncedAt: Date;
|
|
12469
|
+
} | null | undefined;
|
|
12470
12470
|
} | null | undefined;
|
|
12471
12471
|
} & any, "cma">[] | null | undefined;
|
|
12472
12472
|
reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -12533,17 +12533,6 @@ export declare const payoutTargetDetailsRestSchema: z.ZodDiscriminatedUnion<"tar
|
|
|
12533
12533
|
mtaId: string;
|
|
12534
12534
|
mtaBalanceCents: number | bigint;
|
|
12535
12535
|
cmaBalanceCents: number | bigint;
|
|
12536
|
-
customer?: {
|
|
12537
|
-
status: string;
|
|
12538
|
-
id: string;
|
|
12539
|
-
isArchived: boolean;
|
|
12540
|
-
createdAt: Date;
|
|
12541
|
-
updatedAt: Date;
|
|
12542
|
-
fullName: string | null;
|
|
12543
|
-
mobile: string | null;
|
|
12544
|
-
email: string;
|
|
12545
|
-
syncedAt: Date;
|
|
12546
|
-
} | null | undefined;
|
|
12547
12536
|
buyerName?: string | null | undefined;
|
|
12548
12537
|
project?: {
|
|
12549
12538
|
type: string;
|
|
@@ -12567,6 +12556,17 @@ export declare const payoutTargetDetailsRestSchema: z.ZodDiscriminatedUnion<"tar
|
|
|
12567
12556
|
companyName: string | null;
|
|
12568
12557
|
} | null | undefined;
|
|
12569
12558
|
} | null | undefined;
|
|
12559
|
+
customer?: {
|
|
12560
|
+
status: string;
|
|
12561
|
+
id: string;
|
|
12562
|
+
isArchived: boolean;
|
|
12563
|
+
createdAt: Date;
|
|
12564
|
+
updatedAt: Date;
|
|
12565
|
+
fullName: string | null;
|
|
12566
|
+
mobile: string | null;
|
|
12567
|
+
email: string;
|
|
12568
|
+
syncedAt: Date;
|
|
12569
|
+
} | null | undefined;
|
|
12570
12570
|
} | null | undefined;
|
|
12571
12571
|
} & {
|
|
12572
12572
|
cma?: z.input<typeof import("..").cmaEntitySchema> | null | undefined;
|
|
@@ -12626,17 +12626,6 @@ export declare const payoutTargetDetailsRestSchema: z.ZodDiscriminatedUnion<"tar
|
|
|
12626
12626
|
mtaId: string;
|
|
12627
12627
|
mtaBalanceCents: number | bigint;
|
|
12628
12628
|
cmaBalanceCents: number | bigint;
|
|
12629
|
-
customer?: {
|
|
12630
|
-
status: string;
|
|
12631
|
-
id: string;
|
|
12632
|
-
isArchived: boolean;
|
|
12633
|
-
createdAt: Date;
|
|
12634
|
-
updatedAt: Date;
|
|
12635
|
-
fullName: string | null;
|
|
12636
|
-
mobile: string | null;
|
|
12637
|
-
email: string;
|
|
12638
|
-
syncedAt: Date;
|
|
12639
|
-
} | null | undefined;
|
|
12640
12629
|
buyerName?: string | null | undefined;
|
|
12641
12630
|
project?: {
|
|
12642
12631
|
type: string;
|
|
@@ -12660,6 +12649,17 @@ export declare const payoutTargetDetailsRestSchema: z.ZodDiscriminatedUnion<"tar
|
|
|
12660
12649
|
companyName: string | null;
|
|
12661
12650
|
} | null | undefined;
|
|
12662
12651
|
} | null | undefined;
|
|
12652
|
+
customer?: {
|
|
12653
|
+
status: string;
|
|
12654
|
+
id: string;
|
|
12655
|
+
isArchived: boolean;
|
|
12656
|
+
createdAt: Date;
|
|
12657
|
+
updatedAt: Date;
|
|
12658
|
+
fullName: string | null;
|
|
12659
|
+
mobile: string | null;
|
|
12660
|
+
email: string;
|
|
12661
|
+
syncedAt: Date;
|
|
12662
|
+
} | null | undefined;
|
|
12663
12663
|
} | null | undefined;
|
|
12664
12664
|
} & any) | null | undefined;
|
|
12665
12665
|
subsequentTransactions?: ({
|
|
@@ -12718,17 +12718,6 @@ export declare const payoutTargetDetailsRestSchema: z.ZodDiscriminatedUnion<"tar
|
|
|
12718
12718
|
mtaId: string;
|
|
12719
12719
|
mtaBalanceCents: number | bigint;
|
|
12720
12720
|
cmaBalanceCents: number | bigint;
|
|
12721
|
-
customer?: {
|
|
12722
|
-
status: string;
|
|
12723
|
-
id: string;
|
|
12724
|
-
isArchived: boolean;
|
|
12725
|
-
createdAt: Date;
|
|
12726
|
-
updatedAt: Date;
|
|
12727
|
-
fullName: string | null;
|
|
12728
|
-
mobile: string | null;
|
|
12729
|
-
email: string;
|
|
12730
|
-
syncedAt: Date;
|
|
12731
|
-
} | null | undefined;
|
|
12732
12721
|
buyerName?: string | null | undefined;
|
|
12733
12722
|
project?: {
|
|
12734
12723
|
type: string;
|
|
@@ -12752,6 +12741,17 @@ export declare const payoutTargetDetailsRestSchema: z.ZodDiscriminatedUnion<"tar
|
|
|
12752
12741
|
companyName: string | null;
|
|
12753
12742
|
} | null | undefined;
|
|
12754
12743
|
} | null | undefined;
|
|
12744
|
+
customer?: {
|
|
12745
|
+
status: string;
|
|
12746
|
+
id: string;
|
|
12747
|
+
isArchived: boolean;
|
|
12748
|
+
createdAt: Date;
|
|
12749
|
+
updatedAt: Date;
|
|
12750
|
+
fullName: string | null;
|
|
12751
|
+
mobile: string | null;
|
|
12752
|
+
email: string;
|
|
12753
|
+
syncedAt: Date;
|
|
12754
|
+
} | null | undefined;
|
|
12755
12755
|
} | null | undefined;
|
|
12756
12756
|
} & any)[] | null | undefined;
|
|
12757
12757
|
reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -13221,17 +13221,6 @@ export declare const payoutTargetDetailsRestSchema: z.ZodDiscriminatedUnion<"tar
|
|
|
13221
13221
|
mtaId: string;
|
|
13222
13222
|
mtaBalanceCents: number | bigint;
|
|
13223
13223
|
cmaBalanceCents: number | bigint;
|
|
13224
|
-
customer?: {
|
|
13225
|
-
status: string;
|
|
13226
|
-
id: string;
|
|
13227
|
-
isArchived: boolean;
|
|
13228
|
-
createdAt: Date;
|
|
13229
|
-
updatedAt: Date;
|
|
13230
|
-
fullName: string | null;
|
|
13231
|
-
mobile: string | null;
|
|
13232
|
-
email: string;
|
|
13233
|
-
syncedAt: Date;
|
|
13234
|
-
} | null | undefined;
|
|
13235
13224
|
buyerName?: string | null | undefined;
|
|
13236
13225
|
project?: {
|
|
13237
13226
|
type: string;
|
|
@@ -13255,6 +13244,17 @@ export declare const payoutTargetDetailsRestSchema: z.ZodDiscriminatedUnion<"tar
|
|
|
13255
13244
|
companyName: string | null;
|
|
13256
13245
|
} | null | undefined;
|
|
13257
13246
|
} | null | undefined;
|
|
13247
|
+
customer?: {
|
|
13248
|
+
status: string;
|
|
13249
|
+
id: string;
|
|
13250
|
+
isArchived: boolean;
|
|
13251
|
+
createdAt: Date;
|
|
13252
|
+
updatedAt: Date;
|
|
13253
|
+
fullName: string | null;
|
|
13254
|
+
mobile: string | null;
|
|
13255
|
+
email: string;
|
|
13256
|
+
syncedAt: Date;
|
|
13257
|
+
} | null | undefined;
|
|
13258
13258
|
}, {
|
|
13259
13259
|
status: string;
|
|
13260
13260
|
id: string;
|
|
@@ -13271,17 +13271,6 @@ export declare const payoutTargetDetailsRestSchema: z.ZodDiscriminatedUnion<"tar
|
|
|
13271
13271
|
mtaId: string;
|
|
13272
13272
|
mtaBalanceCents: number | bigint;
|
|
13273
13273
|
cmaBalanceCents: number | bigint;
|
|
13274
|
-
customer?: {
|
|
13275
|
-
status: string;
|
|
13276
|
-
id: string;
|
|
13277
|
-
isArchived: boolean;
|
|
13278
|
-
createdAt: Date;
|
|
13279
|
-
updatedAt: Date;
|
|
13280
|
-
fullName: string | null;
|
|
13281
|
-
mobile: string | null;
|
|
13282
|
-
email: string;
|
|
13283
|
-
syncedAt: Date;
|
|
13284
|
-
} | null | undefined;
|
|
13285
13274
|
buyerName?: string | null | undefined;
|
|
13286
13275
|
project?: {
|
|
13287
13276
|
type: string;
|
|
@@ -13305,6 +13294,17 @@ export declare const payoutTargetDetailsRestSchema: z.ZodDiscriminatedUnion<"tar
|
|
|
13305
13294
|
companyName: string | null;
|
|
13306
13295
|
} | null | undefined;
|
|
13307
13296
|
} | null | undefined;
|
|
13297
|
+
customer?: {
|
|
13298
|
+
status: string;
|
|
13299
|
+
id: string;
|
|
13300
|
+
isArchived: boolean;
|
|
13301
|
+
createdAt: Date;
|
|
13302
|
+
updatedAt: Date;
|
|
13303
|
+
fullName: string | null;
|
|
13304
|
+
mobile: string | null;
|
|
13305
|
+
email: string;
|
|
13306
|
+
syncedAt: Date;
|
|
13307
|
+
} | null | undefined;
|
|
13308
13308
|
}>>>;
|
|
13309
13309
|
}, "strip", z.ZodTypeAny, {
|
|
13310
13310
|
status: "active" | "inactive";
|
|
@@ -13339,20 +13339,9 @@ export declare const payoutTargetDetailsRestSchema: z.ZodDiscriminatedUnion<"tar
|
|
|
13339
13339
|
lotDetail: string | null;
|
|
13340
13340
|
propertyAddress: string;
|
|
13341
13341
|
stage: string;
|
|
13342
|
-
mtaId: string;
|
|
13343
|
-
mtaBalanceCents: number | bigint;
|
|
13344
|
-
cmaBalanceCents: number | bigint;
|
|
13345
|
-
customer?: {
|
|
13346
|
-
status: string;
|
|
13347
|
-
id: string;
|
|
13348
|
-
isArchived: boolean;
|
|
13349
|
-
createdAt: Date;
|
|
13350
|
-
updatedAt: Date;
|
|
13351
|
-
fullName: string | null;
|
|
13352
|
-
mobile: string | null;
|
|
13353
|
-
email: string;
|
|
13354
|
-
syncedAt: Date;
|
|
13355
|
-
} | null | undefined;
|
|
13342
|
+
mtaId: string;
|
|
13343
|
+
mtaBalanceCents: number | bigint;
|
|
13344
|
+
cmaBalanceCents: number | bigint;
|
|
13356
13345
|
buyerName?: string | null | undefined;
|
|
13357
13346
|
project?: {
|
|
13358
13347
|
type: string;
|
|
@@ -13376,6 +13365,17 @@ export declare const payoutTargetDetailsRestSchema: z.ZodDiscriminatedUnion<"tar
|
|
|
13376
13365
|
companyName: string | null;
|
|
13377
13366
|
} | null | undefined;
|
|
13378
13367
|
} | null | undefined;
|
|
13368
|
+
customer?: {
|
|
13369
|
+
status: string;
|
|
13370
|
+
id: string;
|
|
13371
|
+
isArchived: boolean;
|
|
13372
|
+
createdAt: Date;
|
|
13373
|
+
updatedAt: Date;
|
|
13374
|
+
fullName: string | null;
|
|
13375
|
+
mobile: string | null;
|
|
13376
|
+
email: string;
|
|
13377
|
+
syncedAt: Date;
|
|
13378
|
+
} | null | undefined;
|
|
13379
13379
|
} | undefined;
|
|
13380
13380
|
}, {
|
|
13381
13381
|
status: string;
|
|
@@ -13413,17 +13413,6 @@ export declare const payoutTargetDetailsRestSchema: z.ZodDiscriminatedUnion<"tar
|
|
|
13413
13413
|
mtaId: string;
|
|
13414
13414
|
mtaBalanceCents: number | bigint;
|
|
13415
13415
|
cmaBalanceCents: number | bigint;
|
|
13416
|
-
customer?: {
|
|
13417
|
-
status: string;
|
|
13418
|
-
id: string;
|
|
13419
|
-
isArchived: boolean;
|
|
13420
|
-
createdAt: Date;
|
|
13421
|
-
updatedAt: Date;
|
|
13422
|
-
fullName: string | null;
|
|
13423
|
-
mobile: string | null;
|
|
13424
|
-
email: string;
|
|
13425
|
-
syncedAt: Date;
|
|
13426
|
-
} | null | undefined;
|
|
13427
13416
|
buyerName?: string | null | undefined;
|
|
13428
13417
|
project?: {
|
|
13429
13418
|
type: string;
|
|
@@ -13447,6 +13436,17 @@ export declare const payoutTargetDetailsRestSchema: z.ZodDiscriminatedUnion<"tar
|
|
|
13447
13436
|
companyName: string | null;
|
|
13448
13437
|
} | null | undefined;
|
|
13449
13438
|
} | null | undefined;
|
|
13439
|
+
customer?: {
|
|
13440
|
+
status: string;
|
|
13441
|
+
id: string;
|
|
13442
|
+
isArchived: boolean;
|
|
13443
|
+
createdAt: Date;
|
|
13444
|
+
updatedAt: Date;
|
|
13445
|
+
fullName: string | null;
|
|
13446
|
+
mobile: string | null;
|
|
13447
|
+
email: string;
|
|
13448
|
+
syncedAt: Date;
|
|
13449
|
+
} | null | undefined;
|
|
13450
13450
|
} | undefined;
|
|
13451
13451
|
}>>;
|
|
13452
13452
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
@@ -13516,17 +13516,6 @@ export declare const payoutTargetDetailsRestSchema: z.ZodDiscriminatedUnion<"tar
|
|
|
13516
13516
|
mtaId: string;
|
|
13517
13517
|
mtaBalanceCents: number | bigint;
|
|
13518
13518
|
cmaBalanceCents: number | bigint;
|
|
13519
|
-
customer?: {
|
|
13520
|
-
status: string;
|
|
13521
|
-
id: string;
|
|
13522
|
-
isArchived: boolean;
|
|
13523
|
-
createdAt: Date;
|
|
13524
|
-
updatedAt: Date;
|
|
13525
|
-
fullName: string | null;
|
|
13526
|
-
mobile: string | null;
|
|
13527
|
-
email: string;
|
|
13528
|
-
syncedAt: Date;
|
|
13529
|
-
} | null | undefined;
|
|
13530
13519
|
buyerName?: string | null | undefined;
|
|
13531
13520
|
project?: {
|
|
13532
13521
|
type: string;
|
|
@@ -13550,6 +13539,17 @@ export declare const payoutTargetDetailsRestSchema: z.ZodDiscriminatedUnion<"tar
|
|
|
13550
13539
|
companyName: string | null;
|
|
13551
13540
|
} | null | undefined;
|
|
13552
13541
|
} | null | undefined;
|
|
13542
|
+
customer?: {
|
|
13543
|
+
status: string;
|
|
13544
|
+
id: string;
|
|
13545
|
+
isArchived: boolean;
|
|
13546
|
+
createdAt: Date;
|
|
13547
|
+
updatedAt: Date;
|
|
13548
|
+
fullName: string | null;
|
|
13549
|
+
mobile: string | null;
|
|
13550
|
+
email: string;
|
|
13551
|
+
syncedAt: Date;
|
|
13552
|
+
} | null | undefined;
|
|
13553
13553
|
} | null | undefined;
|
|
13554
13554
|
} & {
|
|
13555
13555
|
cma?: z.output<typeof import("..").cmaEntitySchema> | null | undefined;
|
|
@@ -13609,17 +13609,6 @@ export declare const payoutTargetDetailsRestSchema: z.ZodDiscriminatedUnion<"tar
|
|
|
13609
13609
|
mtaId: string;
|
|
13610
13610
|
mtaBalanceCents: number | bigint;
|
|
13611
13611
|
cmaBalanceCents: number | bigint;
|
|
13612
|
-
customer?: {
|
|
13613
|
-
status: string;
|
|
13614
|
-
id: string;
|
|
13615
|
-
isArchived: boolean;
|
|
13616
|
-
createdAt: Date;
|
|
13617
|
-
updatedAt: Date;
|
|
13618
|
-
fullName: string | null;
|
|
13619
|
-
mobile: string | null;
|
|
13620
|
-
email: string;
|
|
13621
|
-
syncedAt: Date;
|
|
13622
|
-
} | null | undefined;
|
|
13623
13612
|
buyerName?: string | null | undefined;
|
|
13624
13613
|
project?: {
|
|
13625
13614
|
type: string;
|
|
@@ -13643,6 +13632,17 @@ export declare const payoutTargetDetailsRestSchema: z.ZodDiscriminatedUnion<"tar
|
|
|
13643
13632
|
companyName: string | null;
|
|
13644
13633
|
} | null | undefined;
|
|
13645
13634
|
} | null | undefined;
|
|
13635
|
+
customer?: {
|
|
13636
|
+
status: string;
|
|
13637
|
+
id: string;
|
|
13638
|
+
isArchived: boolean;
|
|
13639
|
+
createdAt: Date;
|
|
13640
|
+
updatedAt: Date;
|
|
13641
|
+
fullName: string | null;
|
|
13642
|
+
mobile: string | null;
|
|
13643
|
+
email: string;
|
|
13644
|
+
syncedAt: Date;
|
|
13645
|
+
} | null | undefined;
|
|
13646
13646
|
} | null | undefined;
|
|
13647
13647
|
} & any, "cma"> | null | undefined;
|
|
13648
13648
|
subsequentTransactions?: Omit<{
|
|
@@ -13701,17 +13701,6 @@ export declare const payoutTargetDetailsRestSchema: z.ZodDiscriminatedUnion<"tar
|
|
|
13701
13701
|
mtaId: string;
|
|
13702
13702
|
mtaBalanceCents: number | bigint;
|
|
13703
13703
|
cmaBalanceCents: number | bigint;
|
|
13704
|
-
customer?: {
|
|
13705
|
-
status: string;
|
|
13706
|
-
id: string;
|
|
13707
|
-
isArchived: boolean;
|
|
13708
|
-
createdAt: Date;
|
|
13709
|
-
updatedAt: Date;
|
|
13710
|
-
fullName: string | null;
|
|
13711
|
-
mobile: string | null;
|
|
13712
|
-
email: string;
|
|
13713
|
-
syncedAt: Date;
|
|
13714
|
-
} | null | undefined;
|
|
13715
13704
|
buyerName?: string | null | undefined;
|
|
13716
13705
|
project?: {
|
|
13717
13706
|
type: string;
|
|
@@ -13735,6 +13724,17 @@ export declare const payoutTargetDetailsRestSchema: z.ZodDiscriminatedUnion<"tar
|
|
|
13735
13724
|
companyName: string | null;
|
|
13736
13725
|
} | null | undefined;
|
|
13737
13726
|
} | null | undefined;
|
|
13727
|
+
customer?: {
|
|
13728
|
+
status: string;
|
|
13729
|
+
id: string;
|
|
13730
|
+
isArchived: boolean;
|
|
13731
|
+
createdAt: Date;
|
|
13732
|
+
updatedAt: Date;
|
|
13733
|
+
fullName: string | null;
|
|
13734
|
+
mobile: string | null;
|
|
13735
|
+
email: string;
|
|
13736
|
+
syncedAt: Date;
|
|
13737
|
+
} | null | undefined;
|
|
13738
13738
|
} | null | undefined;
|
|
13739
13739
|
} & any, "cma">[] | null | undefined;
|
|
13740
13740
|
reconciledTransactions?: z.output<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -13801,17 +13801,6 @@ export declare const payoutTargetDetailsRestSchema: z.ZodDiscriminatedUnion<"tar
|
|
|
13801
13801
|
mtaId: string;
|
|
13802
13802
|
mtaBalanceCents: number | bigint;
|
|
13803
13803
|
cmaBalanceCents: number | bigint;
|
|
13804
|
-
customer?: {
|
|
13805
|
-
status: string;
|
|
13806
|
-
id: string;
|
|
13807
|
-
isArchived: boolean;
|
|
13808
|
-
createdAt: Date;
|
|
13809
|
-
updatedAt: Date;
|
|
13810
|
-
fullName: string | null;
|
|
13811
|
-
mobile: string | null;
|
|
13812
|
-
email: string;
|
|
13813
|
-
syncedAt: Date;
|
|
13814
|
-
} | null | undefined;
|
|
13815
13804
|
buyerName?: string | null | undefined;
|
|
13816
13805
|
project?: {
|
|
13817
13806
|
type: string;
|
|
@@ -13835,6 +13824,17 @@ export declare const payoutTargetDetailsRestSchema: z.ZodDiscriminatedUnion<"tar
|
|
|
13835
13824
|
companyName: string | null;
|
|
13836
13825
|
} | null | undefined;
|
|
13837
13826
|
} | null | undefined;
|
|
13827
|
+
customer?: {
|
|
13828
|
+
status: string;
|
|
13829
|
+
id: string;
|
|
13830
|
+
isArchived: boolean;
|
|
13831
|
+
createdAt: Date;
|
|
13832
|
+
updatedAt: Date;
|
|
13833
|
+
fullName: string | null;
|
|
13834
|
+
mobile: string | null;
|
|
13835
|
+
email: string;
|
|
13836
|
+
syncedAt: Date;
|
|
13837
|
+
} | null | undefined;
|
|
13838
13838
|
} | null | undefined;
|
|
13839
13839
|
} & {
|
|
13840
13840
|
cma?: z.input<typeof import("..").cmaEntitySchema> | null | undefined;
|
|
@@ -13894,17 +13894,6 @@ export declare const payoutTargetDetailsRestSchema: z.ZodDiscriminatedUnion<"tar
|
|
|
13894
13894
|
mtaId: string;
|
|
13895
13895
|
mtaBalanceCents: number | bigint;
|
|
13896
13896
|
cmaBalanceCents: number | bigint;
|
|
13897
|
-
customer?: {
|
|
13898
|
-
status: string;
|
|
13899
|
-
id: string;
|
|
13900
|
-
isArchived: boolean;
|
|
13901
|
-
createdAt: Date;
|
|
13902
|
-
updatedAt: Date;
|
|
13903
|
-
fullName: string | null;
|
|
13904
|
-
mobile: string | null;
|
|
13905
|
-
email: string;
|
|
13906
|
-
syncedAt: Date;
|
|
13907
|
-
} | null | undefined;
|
|
13908
13897
|
buyerName?: string | null | undefined;
|
|
13909
13898
|
project?: {
|
|
13910
13899
|
type: string;
|
|
@@ -13928,6 +13917,17 @@ export declare const payoutTargetDetailsRestSchema: z.ZodDiscriminatedUnion<"tar
|
|
|
13928
13917
|
companyName: string | null;
|
|
13929
13918
|
} | null | undefined;
|
|
13930
13919
|
} | null | undefined;
|
|
13920
|
+
customer?: {
|
|
13921
|
+
status: string;
|
|
13922
|
+
id: string;
|
|
13923
|
+
isArchived: boolean;
|
|
13924
|
+
createdAt: Date;
|
|
13925
|
+
updatedAt: Date;
|
|
13926
|
+
fullName: string | null;
|
|
13927
|
+
mobile: string | null;
|
|
13928
|
+
email: string;
|
|
13929
|
+
syncedAt: Date;
|
|
13930
|
+
} | null | undefined;
|
|
13931
13931
|
} | null | undefined;
|
|
13932
13932
|
} & any) | null | undefined;
|
|
13933
13933
|
subsequentTransactions?: ({
|
|
@@ -13986,17 +13986,6 @@ export declare const payoutTargetDetailsRestSchema: z.ZodDiscriminatedUnion<"tar
|
|
|
13986
13986
|
mtaId: string;
|
|
13987
13987
|
mtaBalanceCents: number | bigint;
|
|
13988
13988
|
cmaBalanceCents: number | bigint;
|
|
13989
|
-
customer?: {
|
|
13990
|
-
status: string;
|
|
13991
|
-
id: string;
|
|
13992
|
-
isArchived: boolean;
|
|
13993
|
-
createdAt: Date;
|
|
13994
|
-
updatedAt: Date;
|
|
13995
|
-
fullName: string | null;
|
|
13996
|
-
mobile: string | null;
|
|
13997
|
-
email: string;
|
|
13998
|
-
syncedAt: Date;
|
|
13999
|
-
} | null | undefined;
|
|
14000
13989
|
buyerName?: string | null | undefined;
|
|
14001
13990
|
project?: {
|
|
14002
13991
|
type: string;
|
|
@@ -14020,6 +14009,17 @@ export declare const payoutTargetDetailsRestSchema: z.ZodDiscriminatedUnion<"tar
|
|
|
14020
14009
|
companyName: string | null;
|
|
14021
14010
|
} | null | undefined;
|
|
14022
14011
|
} | null | undefined;
|
|
14012
|
+
customer?: {
|
|
14013
|
+
status: string;
|
|
14014
|
+
id: string;
|
|
14015
|
+
isArchived: boolean;
|
|
14016
|
+
createdAt: Date;
|
|
14017
|
+
updatedAt: Date;
|
|
14018
|
+
fullName: string | null;
|
|
14019
|
+
mobile: string | null;
|
|
14020
|
+
email: string;
|
|
14021
|
+
syncedAt: Date;
|
|
14022
|
+
} | null | undefined;
|
|
14023
14023
|
} | null | undefined;
|
|
14024
14024
|
} & any)[] | null | undefined;
|
|
14025
14025
|
reconciledTransactions?: z.input<typeof import("..").cmaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
@@ -14489,17 +14489,6 @@ export declare const payoutTargetDetailsRestSchema: z.ZodDiscriminatedUnion<"tar
|
|
|
14489
14489
|
mtaId: string;
|
|
14490
14490
|
mtaBalanceCents: number | bigint;
|
|
14491
14491
|
cmaBalanceCents: number | bigint;
|
|
14492
|
-
customer?: {
|
|
14493
|
-
status: string;
|
|
14494
|
-
id: string;
|
|
14495
|
-
isArchived: boolean;
|
|
14496
|
-
createdAt: Date;
|
|
14497
|
-
updatedAt: Date;
|
|
14498
|
-
fullName: string | null;
|
|
14499
|
-
mobile: string | null;
|
|
14500
|
-
email: string;
|
|
14501
|
-
syncedAt: Date;
|
|
14502
|
-
} | null | undefined;
|
|
14503
14492
|
buyerName?: string | null | undefined;
|
|
14504
14493
|
project?: {
|
|
14505
14494
|
type: string;
|
|
@@ -14523,6 +14512,17 @@ export declare const payoutTargetDetailsRestSchema: z.ZodDiscriminatedUnion<"tar
|
|
|
14523
14512
|
companyName: string | null;
|
|
14524
14513
|
} | null | undefined;
|
|
14525
14514
|
} | null | undefined;
|
|
14515
|
+
customer?: {
|
|
14516
|
+
status: string;
|
|
14517
|
+
id: string;
|
|
14518
|
+
isArchived: boolean;
|
|
14519
|
+
createdAt: Date;
|
|
14520
|
+
updatedAt: Date;
|
|
14521
|
+
fullName: string | null;
|
|
14522
|
+
mobile: string | null;
|
|
14523
|
+
email: string;
|
|
14524
|
+
syncedAt: Date;
|
|
14525
|
+
} | null | undefined;
|
|
14526
14526
|
}, {
|
|
14527
14527
|
status: string;
|
|
14528
14528
|
id: string;
|
|
@@ -14539,17 +14539,6 @@ export declare const payoutTargetDetailsRestSchema: z.ZodDiscriminatedUnion<"tar
|
|
|
14539
14539
|
mtaId: string;
|
|
14540
14540
|
mtaBalanceCents: number | bigint;
|
|
14541
14541
|
cmaBalanceCents: number | bigint;
|
|
14542
|
-
customer?: {
|
|
14543
|
-
status: string;
|
|
14544
|
-
id: string;
|
|
14545
|
-
isArchived: boolean;
|
|
14546
|
-
createdAt: Date;
|
|
14547
|
-
updatedAt: Date;
|
|
14548
|
-
fullName: string | null;
|
|
14549
|
-
mobile: string | null;
|
|
14550
|
-
email: string;
|
|
14551
|
-
syncedAt: Date;
|
|
14552
|
-
} | null | undefined;
|
|
14553
14542
|
buyerName?: string | null | undefined;
|
|
14554
14543
|
project?: {
|
|
14555
14544
|
type: string;
|
|
@@ -14573,6 +14562,17 @@ export declare const payoutTargetDetailsRestSchema: z.ZodDiscriminatedUnion<"tar
|
|
|
14573
14562
|
companyName: string | null;
|
|
14574
14563
|
} | null | undefined;
|
|
14575
14564
|
} | null | undefined;
|
|
14565
|
+
customer?: {
|
|
14566
|
+
status: string;
|
|
14567
|
+
id: string;
|
|
14568
|
+
isArchived: boolean;
|
|
14569
|
+
createdAt: Date;
|
|
14570
|
+
updatedAt: Date;
|
|
14571
|
+
fullName: string | null;
|
|
14572
|
+
mobile: string | null;
|
|
14573
|
+
email: string;
|
|
14574
|
+
syncedAt: Date;
|
|
14575
|
+
} | null | undefined;
|
|
14576
14576
|
}>>>;
|
|
14577
14577
|
}, "strip", z.ZodTypeAny, {
|
|
14578
14578
|
status: "active" | "inactive";
|
|
@@ -14610,17 +14610,6 @@ export declare const payoutTargetDetailsRestSchema: z.ZodDiscriminatedUnion<"tar
|
|
|
14610
14610
|
mtaId: string;
|
|
14611
14611
|
mtaBalanceCents: number | bigint;
|
|
14612
14612
|
cmaBalanceCents: number | bigint;
|
|
14613
|
-
customer?: {
|
|
14614
|
-
status: string;
|
|
14615
|
-
id: string;
|
|
14616
|
-
isArchived: boolean;
|
|
14617
|
-
createdAt: Date;
|
|
14618
|
-
updatedAt: Date;
|
|
14619
|
-
fullName: string | null;
|
|
14620
|
-
mobile: string | null;
|
|
14621
|
-
email: string;
|
|
14622
|
-
syncedAt: Date;
|
|
14623
|
-
} | null | undefined;
|
|
14624
14613
|
buyerName?: string | null | undefined;
|
|
14625
14614
|
project?: {
|
|
14626
14615
|
type: string;
|
|
@@ -14644,6 +14633,17 @@ export declare const payoutTargetDetailsRestSchema: z.ZodDiscriminatedUnion<"tar
|
|
|
14644
14633
|
companyName: string | null;
|
|
14645
14634
|
} | null | undefined;
|
|
14646
14635
|
} | null | undefined;
|
|
14636
|
+
customer?: {
|
|
14637
|
+
status: string;
|
|
14638
|
+
id: string;
|
|
14639
|
+
isArchived: boolean;
|
|
14640
|
+
createdAt: Date;
|
|
14641
|
+
updatedAt: Date;
|
|
14642
|
+
fullName: string | null;
|
|
14643
|
+
mobile: string | null;
|
|
14644
|
+
email: string;
|
|
14645
|
+
syncedAt: Date;
|
|
14646
|
+
} | null | undefined;
|
|
14647
14647
|
} | undefined;
|
|
14648
14648
|
}, {
|
|
14649
14649
|
status: string;
|
|
@@ -14681,17 +14681,6 @@ export declare const payoutTargetDetailsRestSchema: z.ZodDiscriminatedUnion<"tar
|
|
|
14681
14681
|
mtaId: string;
|
|
14682
14682
|
mtaBalanceCents: number | bigint;
|
|
14683
14683
|
cmaBalanceCents: number | bigint;
|
|
14684
|
-
customer?: {
|
|
14685
|
-
status: string;
|
|
14686
|
-
id: string;
|
|
14687
|
-
isArchived: boolean;
|
|
14688
|
-
createdAt: Date;
|
|
14689
|
-
updatedAt: Date;
|
|
14690
|
-
fullName: string | null;
|
|
14691
|
-
mobile: string | null;
|
|
14692
|
-
email: string;
|
|
14693
|
-
syncedAt: Date;
|
|
14694
|
-
} | null | undefined;
|
|
14695
14684
|
buyerName?: string | null | undefined;
|
|
14696
14685
|
project?: {
|
|
14697
14686
|
type: string;
|
|
@@ -14715,6 +14704,17 @@ export declare const payoutTargetDetailsRestSchema: z.ZodDiscriminatedUnion<"tar
|
|
|
14715
14704
|
companyName: string | null;
|
|
14716
14705
|
} | null | undefined;
|
|
14717
14706
|
} | null | undefined;
|
|
14707
|
+
customer?: {
|
|
14708
|
+
status: string;
|
|
14709
|
+
id: string;
|
|
14710
|
+
isArchived: boolean;
|
|
14711
|
+
createdAt: Date;
|
|
14712
|
+
updatedAt: Date;
|
|
14713
|
+
fullName: string | null;
|
|
14714
|
+
mobile: string | null;
|
|
14715
|
+
email: string;
|
|
14716
|
+
syncedAt: Date;
|
|
14717
|
+
} | null | undefined;
|
|
14718
14718
|
} | undefined;
|
|
14719
14719
|
}>>;
|
|
14720
14720
|
}, z.ZodTypeAny, "passthrough">>, z.ZodObject<{
|