@mikemo-coposit/am-accounting-shared 0.0.20 → 1.0.0

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.
Files changed (97) hide show
  1. package/dist/cjs/constants/common/package-version.constant.d.ts +1 -1
  2. package/dist/cjs/constants/common/package-version.constant.d.ts.map +1 -1
  3. package/dist/cjs/index.js +82 -49
  4. package/dist/cjs/schemas/cma/cma.rest.schema.d.ts +78 -65
  5. package/dist/cjs/schemas/cma/cma.rest.schema.d.ts.map +1 -1
  6. package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +144 -120
  7. package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts.map +1 -1
  8. package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +78 -65
  9. package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -1
  10. package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +150 -125
  11. package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map +1 -1
  12. package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +6 -5
  13. package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
  14. package/dist/cjs/schemas/customer/customer-sync.grpc.schema.d.ts +12 -0
  15. package/dist/cjs/schemas/customer/customer-sync.grpc.schema.d.ts.map +1 -0
  16. package/dist/cjs/schemas/{property → customer}/customer.entity.schema.d.ts +4 -3
  17. package/dist/cjs/schemas/{property → customer}/customer.entity.schema.d.ts.map +1 -1
  18. package/dist/cjs/schemas/customer/index.d.ts +3 -0
  19. package/dist/cjs/schemas/customer/index.d.ts.map +1 -0
  20. package/dist/cjs/schemas/index.d.ts +1 -0
  21. package/dist/cjs/schemas/index.d.ts.map +1 -1
  22. package/dist/cjs/schemas/mta/create-mta.rest.schema.d.ts +1 -0
  23. package/dist/cjs/schemas/mta/create-mta.rest.schema.d.ts.map +1 -1
  24. package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +152 -120
  25. package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map +1 -1
  26. package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +76 -60
  27. package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
  28. package/dist/cjs/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts +28 -28
  29. package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +4 -3
  30. package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts.map +1 -1
  31. package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +9 -5
  32. package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
  33. package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts +462 -375
  34. package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts.map +1 -1
  35. package/dist/cjs/schemas/payout/payout.rest.schema.d.ts +1883 -1533
  36. package/dist/cjs/schemas/payout/payout.rest.schema.d.ts.map +1 -1
  37. package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +213 -174
  38. package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
  39. package/dist/cjs/schemas/project/project.rest.schema.d.ts +1 -1
  40. package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +1 -1
  41. package/dist/cjs/schemas/property/index.d.ts +1 -1
  42. package/dist/cjs/schemas/property/index.d.ts.map +1 -1
  43. package/dist/cjs/schemas/property/property-sync.grpc.schema.d.ts +23 -0
  44. package/dist/cjs/schemas/property/property-sync.grpc.schema.d.ts.map +1 -0
  45. package/dist/cjs/schemas/property/property.entity.schema.d.ts +4 -3
  46. package/dist/cjs/schemas/property/property.entity.schema.d.ts.map +1 -1
  47. package/dist/cjs/schemas/property/property.rest.schema.d.ts +152 -123
  48. package/dist/cjs/schemas/property/property.rest.schema.d.ts.map +1 -1
  49. package/dist/esm/constants/common/package-version.constant.d.ts +1 -1
  50. package/dist/esm/constants/common/package-version.constant.d.ts.map +1 -1
  51. package/dist/esm/index.mjs +63 -36
  52. package/dist/esm/schemas/cma/cma.rest.schema.d.ts +78 -65
  53. package/dist/esm/schemas/cma/cma.rest.schema.d.ts.map +1 -1
  54. package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +144 -120
  55. package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts.map +1 -1
  56. package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +78 -65
  57. package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -1
  58. package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +150 -125
  59. package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map +1 -1
  60. package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +6 -5
  61. package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
  62. package/dist/esm/schemas/customer/customer-sync.grpc.schema.d.ts +12 -0
  63. package/dist/esm/schemas/customer/customer-sync.grpc.schema.d.ts.map +1 -0
  64. package/dist/esm/schemas/{property → customer}/customer.entity.schema.d.ts +4 -3
  65. package/dist/esm/schemas/{property → customer}/customer.entity.schema.d.ts.map +1 -1
  66. package/dist/esm/schemas/customer/index.d.ts +3 -0
  67. package/dist/esm/schemas/customer/index.d.ts.map +1 -0
  68. package/dist/esm/schemas/index.d.ts +1 -0
  69. package/dist/esm/schemas/index.d.ts.map +1 -1
  70. package/dist/esm/schemas/mta/create-mta.rest.schema.d.ts +1 -0
  71. package/dist/esm/schemas/mta/create-mta.rest.schema.d.ts.map +1 -1
  72. package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +152 -120
  73. package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map +1 -1
  74. package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +76 -60
  75. package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
  76. package/dist/esm/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts +28 -28
  77. package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +4 -3
  78. package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts.map +1 -1
  79. package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +9 -5
  80. package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
  81. package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts +462 -375
  82. package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts.map +1 -1
  83. package/dist/esm/schemas/payout/payout.rest.schema.d.ts +1883 -1533
  84. package/dist/esm/schemas/payout/payout.rest.schema.d.ts.map +1 -1
  85. package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +213 -174
  86. package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
  87. package/dist/esm/schemas/project/project.rest.schema.d.ts +1 -1
  88. package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +1 -1
  89. package/dist/esm/schemas/property/index.d.ts +1 -1
  90. package/dist/esm/schemas/property/index.d.ts.map +1 -1
  91. package/dist/esm/schemas/property/property-sync.grpc.schema.d.ts +23 -0
  92. package/dist/esm/schemas/property/property-sync.grpc.schema.d.ts.map +1 -0
  93. package/dist/esm/schemas/property/property.entity.schema.d.ts +4 -3
  94. package/dist/esm/schemas/property/property.entity.schema.d.ts.map +1 -1
  95. package/dist/esm/schemas/property/property.rest.schema.d.ts +152 -123
  96. package/dist/esm/schemas/property/property.rest.schema.d.ts.map +1 -1
  97. package/package.json +10 -20
@@ -77,13 +77,13 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
77
77
  } | null | undefined;
78
78
  property?: {
79
79
  id: string;
80
+ mtaId: string;
80
81
  status: string;
81
82
  isArchived: boolean;
82
83
  createdAt: Date;
83
- syncedAt: Date;
84
84
  updatedAt: Date;
85
- mtaId: string;
86
85
  balanceCents: bigint;
86
+ syncedAt: Date;
87
87
  customerId: string;
88
88
  projectId: string;
89
89
  lotDetail: string | null;
@@ -118,14 +118,15 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
118
118
  } | null | undefined;
119
119
  customer?: {
120
120
  id: string;
121
- fullName: string | null;
122
- mobile: string | null;
123
- email: string;
124
121
  status: string;
125
122
  isArchived: boolean;
126
123
  createdAt: Date;
127
124
  syncedAt: Date;
128
125
  updatedAt: Date;
126
+ fullName?: string | null | undefined;
127
+ mobile?: string | null | undefined;
128
+ email?: string | null | undefined;
129
+ source?: string | null | undefined;
129
130
  } | null | undefined;
130
131
  } | null | undefined;
131
132
  } & {
@@ -173,13 +174,13 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
173
174
  } | null | undefined;
174
175
  property?: {
175
176
  id: string;
177
+ mtaId: string;
176
178
  status: string;
177
179
  isArchived: boolean;
178
180
  createdAt: Date;
179
- syncedAt: Date;
180
181
  updatedAt: Date;
181
- mtaId: string;
182
182
  balanceCents: bigint;
183
+ syncedAt: Date;
183
184
  customerId: string;
184
185
  projectId: string;
185
186
  lotDetail: string | null;
@@ -214,14 +215,15 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
214
215
  } | null | undefined;
215
216
  customer?: {
216
217
  id: string;
217
- fullName: string | null;
218
- mobile: string | null;
219
- email: string;
220
218
  status: string;
221
219
  isArchived: boolean;
222
220
  createdAt: Date;
223
221
  syncedAt: Date;
224
222
  updatedAt: Date;
223
+ fullName?: string | null | undefined;
224
+ mobile?: string | null | undefined;
225
+ email?: string | null | undefined;
226
+ source?: string | null | undefined;
225
227
  } | null | undefined;
226
228
  } | null | undefined;
227
229
  } & /*elided*/ any) | null | undefined;
@@ -268,13 +270,13 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
268
270
  } | null | undefined;
269
271
  property?: {
270
272
  id: string;
273
+ mtaId: string;
271
274
  status: string;
272
275
  isArchived: boolean;
273
276
  createdAt: Date;
274
- syncedAt: Date;
275
277
  updatedAt: Date;
276
- mtaId: string;
277
278
  balanceCents: bigint;
279
+ syncedAt: Date;
278
280
  customerId: string;
279
281
  projectId: string;
280
282
  lotDetail: string | null;
@@ -309,14 +311,15 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
309
311
  } | null | undefined;
310
312
  customer?: {
311
313
  id: string;
312
- fullName: string | null;
313
- mobile: string | null;
314
- email: string;
315
314
  status: string;
316
315
  isArchived: boolean;
317
316
  createdAt: Date;
318
317
  syncedAt: Date;
319
318
  updatedAt: Date;
319
+ fullName?: string | null | undefined;
320
+ mobile?: string | null | undefined;
321
+ email?: string | null | undefined;
322
+ source?: string | null | undefined;
320
323
  } | null | undefined;
321
324
  } | null | undefined;
322
325
  } & /*elided*/ any)[] | null | undefined;
@@ -331,6 +334,7 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
331
334
  amountStr?: string | null | undefined;
332
335
  transactionNumber?: string | null | undefined;
333
336
  isCancelable?: boolean | null | undefined;
337
+ payout?: z.output<typeof import("..").payoutEntitySchema> | null | undefined;
334
338
  }, {
335
339
  id: string;
336
340
  referenceId: string | null;
@@ -374,13 +378,13 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
374
378
  } | null | undefined;
375
379
  property?: {
376
380
  id: string;
381
+ mtaId: string;
377
382
  status: string;
378
383
  isArchived: boolean;
379
384
  createdAt: unknown;
380
- syncedAt: unknown;
381
385
  updatedAt: unknown;
382
- mtaId: string;
383
386
  balanceCents: unknown;
387
+ syncedAt: unknown;
384
388
  customerId: string;
385
389
  projectId: string;
386
390
  lotDetail: string | null;
@@ -415,14 +419,15 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
415
419
  } | null | undefined;
416
420
  customer?: {
417
421
  id: string;
418
- fullName: string | null;
419
- mobile: string | null;
420
- email: string;
421
422
  status: string;
422
423
  isArchived: boolean;
423
424
  createdAt: unknown;
424
425
  syncedAt: unknown;
425
426
  updatedAt: unknown;
427
+ fullName?: string | null | undefined;
428
+ mobile?: string | null | undefined;
429
+ email?: string | null | undefined;
430
+ source?: string | null | undefined;
426
431
  } | null | undefined;
427
432
  } | null | undefined;
428
433
  } & {
@@ -470,13 +475,13 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
470
475
  } | null | undefined;
471
476
  property?: {
472
477
  id: string;
478
+ mtaId: string;
473
479
  status: string;
474
480
  isArchived: boolean;
475
481
  createdAt: unknown;
476
- syncedAt: unknown;
477
482
  updatedAt: unknown;
478
- mtaId: string;
479
483
  balanceCents: unknown;
484
+ syncedAt: unknown;
480
485
  customerId: string;
481
486
  projectId: string;
482
487
  lotDetail: string | null;
@@ -511,14 +516,15 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
511
516
  } | null | undefined;
512
517
  customer?: {
513
518
  id: string;
514
- fullName: string | null;
515
- mobile: string | null;
516
- email: string;
517
519
  status: string;
518
520
  isArchived: boolean;
519
521
  createdAt: unknown;
520
522
  syncedAt: unknown;
521
523
  updatedAt: unknown;
524
+ fullName?: string | null | undefined;
525
+ mobile?: string | null | undefined;
526
+ email?: string | null | undefined;
527
+ source?: string | null | undefined;
522
528
  } | null | undefined;
523
529
  } | null | undefined;
524
530
  } & /*elided*/ any) | null | undefined;
@@ -565,13 +571,13 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
565
571
  } | null | undefined;
566
572
  property?: {
567
573
  id: string;
574
+ mtaId: string;
568
575
  status: string;
569
576
  isArchived: boolean;
570
577
  createdAt: unknown;
571
- syncedAt: unknown;
572
578
  updatedAt: unknown;
573
- mtaId: string;
574
579
  balanceCents: unknown;
580
+ syncedAt: unknown;
575
581
  customerId: string;
576
582
  projectId: string;
577
583
  lotDetail: string | null;
@@ -606,18 +612,20 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
606
612
  } | null | undefined;
607
613
  customer?: {
608
614
  id: string;
609
- fullName: string | null;
610
- mobile: string | null;
611
- email: string;
612
615
  status: string;
613
616
  isArchived: boolean;
614
617
  createdAt: unknown;
615
618
  syncedAt: unknown;
616
619
  updatedAt: unknown;
620
+ fullName?: string | null | undefined;
621
+ mobile?: string | null | undefined;
622
+ email?: string | null | undefined;
623
+ source?: string | null | undefined;
617
624
  } | null | undefined;
618
625
  } | null | undefined;
619
626
  } & /*elided*/ any)[] | null | undefined;
620
627
  reconciledTransactions?: z.input<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
628
+ payout?: z.input<typeof import("..").payoutEntitySchema> | null | undefined;
621
629
  }, z.core.$ZodTypeInternals<{
622
630
  id: string;
623
631
  referenceId: string | null;
@@ -661,13 +669,13 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
661
669
  } | null | undefined;
662
670
  property?: {
663
671
  id: string;
672
+ mtaId: string;
664
673
  status: string;
665
674
  isArchived: boolean;
666
675
  createdAt: Date;
667
- syncedAt: Date;
668
676
  updatedAt: Date;
669
- mtaId: string;
670
677
  balanceCents: bigint;
678
+ syncedAt: Date;
671
679
  customerId: string;
672
680
  projectId: string;
673
681
  lotDetail: string | null;
@@ -702,14 +710,15 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
702
710
  } | null | undefined;
703
711
  customer?: {
704
712
  id: string;
705
- fullName: string | null;
706
- mobile: string | null;
707
- email: string;
708
713
  status: string;
709
714
  isArchived: boolean;
710
715
  createdAt: Date;
711
716
  syncedAt: Date;
712
717
  updatedAt: Date;
718
+ fullName?: string | null | undefined;
719
+ mobile?: string | null | undefined;
720
+ email?: string | null | undefined;
721
+ source?: string | null | undefined;
713
722
  } | null | undefined;
714
723
  } | null | undefined;
715
724
  } & {
@@ -757,13 +766,13 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
757
766
  } | null | undefined;
758
767
  property?: {
759
768
  id: string;
769
+ mtaId: string;
760
770
  status: string;
761
771
  isArchived: boolean;
762
772
  createdAt: Date;
763
- syncedAt: Date;
764
773
  updatedAt: Date;
765
- mtaId: string;
766
774
  balanceCents: bigint;
775
+ syncedAt: Date;
767
776
  customerId: string;
768
777
  projectId: string;
769
778
  lotDetail: string | null;
@@ -798,14 +807,15 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
798
807
  } | null | undefined;
799
808
  customer?: {
800
809
  id: string;
801
- fullName: string | null;
802
- mobile: string | null;
803
- email: string;
804
810
  status: string;
805
811
  isArchived: boolean;
806
812
  createdAt: Date;
807
813
  syncedAt: Date;
808
814
  updatedAt: Date;
815
+ fullName?: string | null | undefined;
816
+ mobile?: string | null | undefined;
817
+ email?: string | null | undefined;
818
+ source?: string | null | undefined;
809
819
  } | null | undefined;
810
820
  } | null | undefined;
811
821
  } & /*elided*/ any) | null | undefined;
@@ -852,13 +862,13 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
852
862
  } | null | undefined;
853
863
  property?: {
854
864
  id: string;
865
+ mtaId: string;
855
866
  status: string;
856
867
  isArchived: boolean;
857
868
  createdAt: Date;
858
- syncedAt: Date;
859
869
  updatedAt: Date;
860
- mtaId: string;
861
870
  balanceCents: bigint;
871
+ syncedAt: Date;
862
872
  customerId: string;
863
873
  projectId: string;
864
874
  lotDetail: string | null;
@@ -893,14 +903,15 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
893
903
  } | null | undefined;
894
904
  customer?: {
895
905
  id: string;
896
- fullName: string | null;
897
- mobile: string | null;
898
- email: string;
899
906
  status: string;
900
907
  isArchived: boolean;
901
908
  createdAt: Date;
902
909
  syncedAt: Date;
903
910
  updatedAt: Date;
911
+ fullName?: string | null | undefined;
912
+ mobile?: string | null | undefined;
913
+ email?: string | null | undefined;
914
+ source?: string | null | undefined;
904
915
  } | null | undefined;
905
916
  } | null | undefined;
906
917
  } & /*elided*/ any)[] | null | undefined;
@@ -915,6 +926,7 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
915
926
  amountStr?: string | null | undefined;
916
927
  transactionNumber?: string | null | undefined;
917
928
  isCancelable?: boolean | null | undefined;
929
+ payout?: z.output<typeof import("..").payoutEntitySchema> | null | undefined;
918
930
  }, {
919
931
  id: string;
920
932
  referenceId: string | null;
@@ -958,13 +970,13 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
958
970
  } | null | undefined;
959
971
  property?: {
960
972
  id: string;
973
+ mtaId: string;
961
974
  status: string;
962
975
  isArchived: boolean;
963
976
  createdAt: unknown;
964
- syncedAt: unknown;
965
977
  updatedAt: unknown;
966
- mtaId: string;
967
978
  balanceCents: unknown;
979
+ syncedAt: unknown;
968
980
  customerId: string;
969
981
  projectId: string;
970
982
  lotDetail: string | null;
@@ -999,14 +1011,15 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
999
1011
  } | null | undefined;
1000
1012
  customer?: {
1001
1013
  id: string;
1002
- fullName: string | null;
1003
- mobile: string | null;
1004
- email: string;
1005
1014
  status: string;
1006
1015
  isArchived: boolean;
1007
1016
  createdAt: unknown;
1008
1017
  syncedAt: unknown;
1009
1018
  updatedAt: unknown;
1019
+ fullName?: string | null | undefined;
1020
+ mobile?: string | null | undefined;
1021
+ email?: string | null | undefined;
1022
+ source?: string | null | undefined;
1010
1023
  } | null | undefined;
1011
1024
  } | null | undefined;
1012
1025
  } & {
@@ -1054,13 +1067,13 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
1054
1067
  } | null | undefined;
1055
1068
  property?: {
1056
1069
  id: string;
1070
+ mtaId: string;
1057
1071
  status: string;
1058
1072
  isArchived: boolean;
1059
1073
  createdAt: unknown;
1060
- syncedAt: unknown;
1061
1074
  updatedAt: unknown;
1062
- mtaId: string;
1063
1075
  balanceCents: unknown;
1076
+ syncedAt: unknown;
1064
1077
  customerId: string;
1065
1078
  projectId: string;
1066
1079
  lotDetail: string | null;
@@ -1095,14 +1108,15 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
1095
1108
  } | null | undefined;
1096
1109
  customer?: {
1097
1110
  id: string;
1098
- fullName: string | null;
1099
- mobile: string | null;
1100
- email: string;
1101
1111
  status: string;
1102
1112
  isArchived: boolean;
1103
1113
  createdAt: unknown;
1104
1114
  syncedAt: unknown;
1105
1115
  updatedAt: unknown;
1116
+ fullName?: string | null | undefined;
1117
+ mobile?: string | null | undefined;
1118
+ email?: string | null | undefined;
1119
+ source?: string | null | undefined;
1106
1120
  } | null | undefined;
1107
1121
  } | null | undefined;
1108
1122
  } & /*elided*/ any) | null | undefined;
@@ -1149,13 +1163,13 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
1149
1163
  } | null | undefined;
1150
1164
  property?: {
1151
1165
  id: string;
1166
+ mtaId: string;
1152
1167
  status: string;
1153
1168
  isArchived: boolean;
1154
1169
  createdAt: unknown;
1155
- syncedAt: unknown;
1156
1170
  updatedAt: unknown;
1157
- mtaId: string;
1158
1171
  balanceCents: unknown;
1172
+ syncedAt: unknown;
1159
1173
  customerId: string;
1160
1174
  projectId: string;
1161
1175
  lotDetail: string | null;
@@ -1190,18 +1204,20 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
1190
1204
  } | null | undefined;
1191
1205
  customer?: {
1192
1206
  id: string;
1193
- fullName: string | null;
1194
- mobile: string | null;
1195
- email: string;
1196
1207
  status: string;
1197
1208
  isArchived: boolean;
1198
1209
  createdAt: unknown;
1199
1210
  syncedAt: unknown;
1200
1211
  updatedAt: unknown;
1212
+ fullName?: string | null | undefined;
1213
+ mobile?: string | null | undefined;
1214
+ email?: string | null | undefined;
1215
+ source?: string | null | undefined;
1201
1216
  } | null | undefined;
1202
1217
  } | null | undefined;
1203
1218
  } & /*elided*/ any)[] | null | undefined;
1204
1219
  reconciledTransactions?: z.input<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
1220
+ payout?: z.input<typeof import("..").payoutEntitySchema> | null | undefined;
1205
1221
  }>>>>>;
1206
1222
  }, z.core.$loose>;
1207
1223
  export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
@@ -1245,14 +1261,14 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
1245
1261
  }>>;
1246
1262
  readonly property: z.ZodLazy<z.ZodOptional<z.ZodObject<{
1247
1263
  id: z.ZodUUID;
1264
+ mtaId: z.ZodString;
1248
1265
  status: z.ZodString;
1249
1266
  isArchived: z.ZodBoolean;
1250
1267
  createdAt: z.ZodCoercedDate<unknown>;
1251
- syncedAt: z.ZodCoercedDate<unknown>;
1252
1268
  updatedAt: z.ZodCoercedDate<unknown>;
1253
- mtaId: z.ZodString;
1254
1269
  cmaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1255
1270
  balanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
1271
+ syncedAt: z.ZodCoercedDate<unknown>;
1256
1272
  customerId: z.ZodString;
1257
1273
  projectId: z.ZodString;
1258
1274
  buyerName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -1286,14 +1302,15 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
1286
1302
  }, z.core.$strip>>>>;
1287
1303
  customer: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
1288
1304
  id: z.ZodUUID;
1289
- fullName: z.ZodNullable<z.ZodString>;
1290
- mobile: z.ZodNullable<z.ZodString>;
1291
- email: z.ZodString;
1305
+ fullName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1306
+ mobile: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1307
+ email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1292
1308
  status: z.ZodString;
1293
1309
  isArchived: z.ZodBoolean;
1294
1310
  createdAt: z.ZodCoercedDate<unknown>;
1295
1311
  syncedAt: z.ZodCoercedDate<unknown>;
1296
1312
  updatedAt: z.ZodCoercedDate<unknown>;
1313
+ source: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1297
1314
  }, z.core.$strip>>>>;
1298
1315
  }, z.core.$strip>>>;
1299
1316
  readonly cmaTransactions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodType<{
@@ -1338,13 +1355,13 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
1338
1355
  } | null | undefined;
1339
1356
  property?: {
1340
1357
  id: string;
1358
+ mtaId: string;
1341
1359
  status: string;
1342
1360
  isArchived: boolean;
1343
1361
  createdAt: Date;
1344
- syncedAt: Date;
1345
1362
  updatedAt: Date;
1346
- mtaId: string;
1347
1363
  balanceCents: bigint;
1364
+ syncedAt: Date;
1348
1365
  customerId: string;
1349
1366
  projectId: string;
1350
1367
  lotDetail: string | null;
@@ -1379,14 +1396,15 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
1379
1396
  } | null | undefined;
1380
1397
  customer?: {
1381
1398
  id: string;
1382
- fullName: string | null;
1383
- mobile: string | null;
1384
- email: string;
1385
1399
  status: string;
1386
1400
  isArchived: boolean;
1387
1401
  createdAt: Date;
1388
1402
  syncedAt: Date;
1389
1403
  updatedAt: Date;
1404
+ fullName?: string | null | undefined;
1405
+ mobile?: string | null | undefined;
1406
+ email?: string | null | undefined;
1407
+ source?: string | null | undefined;
1390
1408
  } | null | undefined;
1391
1409
  } | null | undefined;
1392
1410
  } & {
@@ -1433,13 +1451,13 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
1433
1451
  } | null | undefined;
1434
1452
  property?: {
1435
1453
  id: string;
1454
+ mtaId: string;
1436
1455
  status: string;
1437
1456
  isArchived: boolean;
1438
1457
  createdAt: Date;
1439
- syncedAt: Date;
1440
1458
  updatedAt: Date;
1441
- mtaId: string;
1442
1459
  balanceCents: bigint;
1460
+ syncedAt: Date;
1443
1461
  customerId: string;
1444
1462
  projectId: string;
1445
1463
  lotDetail: string | null;
@@ -1474,14 +1492,15 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
1474
1492
  } | null | undefined;
1475
1493
  customer?: {
1476
1494
  id: string;
1477
- fullName: string | null;
1478
- mobile: string | null;
1479
- email: string;
1480
1495
  status: string;
1481
1496
  isArchived: boolean;
1482
1497
  createdAt: Date;
1483
1498
  syncedAt: Date;
1484
1499
  updatedAt: Date;
1500
+ fullName?: string | null | undefined;
1501
+ mobile?: string | null | undefined;
1502
+ email?: string | null | undefined;
1503
+ source?: string | null | undefined;
1485
1504
  } | null | undefined;
1486
1505
  } | null | undefined;
1487
1506
  } & /*elided*/ any, "cma"> | null | undefined;
@@ -1527,13 +1546,13 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
1527
1546
  } | null | undefined;
1528
1547
  property?: {
1529
1548
  id: string;
1549
+ mtaId: string;
1530
1550
  status: string;
1531
1551
  isArchived: boolean;
1532
1552
  createdAt: Date;
1533
- syncedAt: Date;
1534
1553
  updatedAt: Date;
1535
- mtaId: string;
1536
1554
  balanceCents: bigint;
1555
+ syncedAt: Date;
1537
1556
  customerId: string;
1538
1557
  projectId: string;
1539
1558
  lotDetail: string | null;
@@ -1568,14 +1587,15 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
1568
1587
  } | null | undefined;
1569
1588
  customer?: {
1570
1589
  id: string;
1571
- fullName: string | null;
1572
- mobile: string | null;
1573
- email: string;
1574
1590
  status: string;
1575
1591
  isArchived: boolean;
1576
1592
  createdAt: Date;
1577
1593
  syncedAt: Date;
1578
1594
  updatedAt: Date;
1595
+ fullName?: string | null | undefined;
1596
+ mobile?: string | null | undefined;
1597
+ email?: string | null | undefined;
1598
+ source?: string | null | undefined;
1579
1599
  } | null | undefined;
1580
1600
  } | null | undefined;
1581
1601
  } & /*elided*/ any, "cma">[] | null | undefined;
@@ -1629,13 +1649,13 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
1629
1649
  } | null | undefined;
1630
1650
  property?: {
1631
1651
  id: string;
1652
+ mtaId: string;
1632
1653
  status: string;
1633
1654
  isArchived: boolean;
1634
1655
  createdAt: unknown;
1635
- syncedAt: unknown;
1636
1656
  updatedAt: unknown;
1637
- mtaId: string;
1638
1657
  balanceCents: unknown;
1658
+ syncedAt: unknown;
1639
1659
  customerId: string;
1640
1660
  projectId: string;
1641
1661
  lotDetail: string | null;
@@ -1670,14 +1690,15 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
1670
1690
  } | null | undefined;
1671
1691
  customer?: {
1672
1692
  id: string;
1673
- fullName: string | null;
1674
- mobile: string | null;
1675
- email: string;
1676
1693
  status: string;
1677
1694
  isArchived: boolean;
1678
1695
  createdAt: unknown;
1679
1696
  syncedAt: unknown;
1680
1697
  updatedAt: unknown;
1698
+ fullName?: string | null | undefined;
1699
+ mobile?: string | null | undefined;
1700
+ email?: string | null | undefined;
1701
+ source?: string | null | undefined;
1681
1702
  } | null | undefined;
1682
1703
  } | null | undefined;
1683
1704
  } & {
@@ -1724,13 +1745,13 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
1724
1745
  } | null | undefined;
1725
1746
  property?: {
1726
1747
  id: string;
1748
+ mtaId: string;
1727
1749
  status: string;
1728
1750
  isArchived: boolean;
1729
1751
  createdAt: unknown;
1730
- syncedAt: unknown;
1731
1752
  updatedAt: unknown;
1732
- mtaId: string;
1733
1753
  balanceCents: unknown;
1754
+ syncedAt: unknown;
1734
1755
  customerId: string;
1735
1756
  projectId: string;
1736
1757
  lotDetail: string | null;
@@ -1765,14 +1786,15 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
1765
1786
  } | null | undefined;
1766
1787
  customer?: {
1767
1788
  id: string;
1768
- fullName: string | null;
1769
- mobile: string | null;
1770
- email: string;
1771
1789
  status: string;
1772
1790
  isArchived: boolean;
1773
1791
  createdAt: unknown;
1774
1792
  syncedAt: unknown;
1775
1793
  updatedAt: unknown;
1794
+ fullName?: string | null | undefined;
1795
+ mobile?: string | null | undefined;
1796
+ email?: string | null | undefined;
1797
+ source?: string | null | undefined;
1776
1798
  } | null | undefined;
1777
1799
  } | null | undefined;
1778
1800
  } & /*elided*/ any) | null | undefined;
@@ -1818,13 +1840,13 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
1818
1840
  } | null | undefined;
1819
1841
  property?: {
1820
1842
  id: string;
1843
+ mtaId: string;
1821
1844
  status: string;
1822
1845
  isArchived: boolean;
1823
1846
  createdAt: unknown;
1824
- syncedAt: unknown;
1825
1847
  updatedAt: unknown;
1826
- mtaId: string;
1827
1848
  balanceCents: unknown;
1849
+ syncedAt: unknown;
1828
1850
  customerId: string;
1829
1851
  projectId: string;
1830
1852
  lotDetail: string | null;
@@ -1859,14 +1881,15 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
1859
1881
  } | null | undefined;
1860
1882
  customer?: {
1861
1883
  id: string;
1862
- fullName: string | null;
1863
- mobile: string | null;
1864
- email: string;
1865
1884
  status: string;
1866
1885
  isArchived: boolean;
1867
1886
  createdAt: unknown;
1868
1887
  syncedAt: unknown;
1869
1888
  updatedAt: unknown;
1889
+ fullName?: string | null | undefined;
1890
+ mobile?: string | null | undefined;
1891
+ email?: string | null | undefined;
1892
+ source?: string | null | undefined;
1870
1893
  } | null | undefined;
1871
1894
  } | null | undefined;
1872
1895
  } & /*elided*/ any)[] | null | undefined;
@@ -1914,13 +1937,13 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
1914
1937
  } | null | undefined;
1915
1938
  property?: {
1916
1939
  id: string;
1940
+ mtaId: string;
1917
1941
  status: string;
1918
1942
  isArchived: boolean;
1919
1943
  createdAt: Date;
1920
- syncedAt: Date;
1921
1944
  updatedAt: Date;
1922
- mtaId: string;
1923
1945
  balanceCents: bigint;
1946
+ syncedAt: Date;
1924
1947
  customerId: string;
1925
1948
  projectId: string;
1926
1949
  lotDetail: string | null;
@@ -1955,14 +1978,15 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
1955
1978
  } | null | undefined;
1956
1979
  customer?: {
1957
1980
  id: string;
1958
- fullName: string | null;
1959
- mobile: string | null;
1960
- email: string;
1961
1981
  status: string;
1962
1982
  isArchived: boolean;
1963
1983
  createdAt: Date;
1964
1984
  syncedAt: Date;
1965
1985
  updatedAt: Date;
1986
+ fullName?: string | null | undefined;
1987
+ mobile?: string | null | undefined;
1988
+ email?: string | null | undefined;
1989
+ source?: string | null | undefined;
1966
1990
  } | null | undefined;
1967
1991
  } | null | undefined;
1968
1992
  } & {
@@ -2009,13 +2033,13 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
2009
2033
  } | null | undefined;
2010
2034
  property?: {
2011
2035
  id: string;
2036
+ mtaId: string;
2012
2037
  status: string;
2013
2038
  isArchived: boolean;
2014
2039
  createdAt: Date;
2015
- syncedAt: Date;
2016
2040
  updatedAt: Date;
2017
- mtaId: string;
2018
2041
  balanceCents: bigint;
2042
+ syncedAt: Date;
2019
2043
  customerId: string;
2020
2044
  projectId: string;
2021
2045
  lotDetail: string | null;
@@ -2050,14 +2074,15 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
2050
2074
  } | null | undefined;
2051
2075
  customer?: {
2052
2076
  id: string;
2053
- fullName: string | null;
2054
- mobile: string | null;
2055
- email: string;
2056
2077
  status: string;
2057
2078
  isArchived: boolean;
2058
2079
  createdAt: Date;
2059
2080
  syncedAt: Date;
2060
2081
  updatedAt: Date;
2082
+ fullName?: string | null | undefined;
2083
+ mobile?: string | null | undefined;
2084
+ email?: string | null | undefined;
2085
+ source?: string | null | undefined;
2061
2086
  } | null | undefined;
2062
2087
  } | null | undefined;
2063
2088
  } & /*elided*/ any, "cma"> | null | undefined;
@@ -2103,13 +2128,13 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
2103
2128
  } | null | undefined;
2104
2129
  property?: {
2105
2130
  id: string;
2131
+ mtaId: string;
2106
2132
  status: string;
2107
2133
  isArchived: boolean;
2108
2134
  createdAt: Date;
2109
- syncedAt: Date;
2110
2135
  updatedAt: Date;
2111
- mtaId: string;
2112
2136
  balanceCents: bigint;
2137
+ syncedAt: Date;
2113
2138
  customerId: string;
2114
2139
  projectId: string;
2115
2140
  lotDetail: string | null;
@@ -2144,14 +2169,15 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
2144
2169
  } | null | undefined;
2145
2170
  customer?: {
2146
2171
  id: string;
2147
- fullName: string | null;
2148
- mobile: string | null;
2149
- email: string;
2150
2172
  status: string;
2151
2173
  isArchived: boolean;
2152
2174
  createdAt: Date;
2153
2175
  syncedAt: Date;
2154
2176
  updatedAt: Date;
2177
+ fullName?: string | null | undefined;
2178
+ mobile?: string | null | undefined;
2179
+ email?: string | null | undefined;
2180
+ source?: string | null | undefined;
2155
2181
  } | null | undefined;
2156
2182
  } | null | undefined;
2157
2183
  } & /*elided*/ any, "cma">[] | null | undefined;
@@ -2205,13 +2231,13 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
2205
2231
  } | null | undefined;
2206
2232
  property?: {
2207
2233
  id: string;
2234
+ mtaId: string;
2208
2235
  status: string;
2209
2236
  isArchived: boolean;
2210
2237
  createdAt: unknown;
2211
- syncedAt: unknown;
2212
2238
  updatedAt: unknown;
2213
- mtaId: string;
2214
2239
  balanceCents: unknown;
2240
+ syncedAt: unknown;
2215
2241
  customerId: string;
2216
2242
  projectId: string;
2217
2243
  lotDetail: string | null;
@@ -2246,14 +2272,15 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
2246
2272
  } | null | undefined;
2247
2273
  customer?: {
2248
2274
  id: string;
2249
- fullName: string | null;
2250
- mobile: string | null;
2251
- email: string;
2252
2275
  status: string;
2253
2276
  isArchived: boolean;
2254
2277
  createdAt: unknown;
2255
2278
  syncedAt: unknown;
2256
2279
  updatedAt: unknown;
2280
+ fullName?: string | null | undefined;
2281
+ mobile?: string | null | undefined;
2282
+ email?: string | null | undefined;
2283
+ source?: string | null | undefined;
2257
2284
  } | null | undefined;
2258
2285
  } | null | undefined;
2259
2286
  } & {
@@ -2300,13 +2327,13 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
2300
2327
  } | null | undefined;
2301
2328
  property?: {
2302
2329
  id: string;
2330
+ mtaId: string;
2303
2331
  status: string;
2304
2332
  isArchived: boolean;
2305
2333
  createdAt: unknown;
2306
- syncedAt: unknown;
2307
2334
  updatedAt: unknown;
2308
- mtaId: string;
2309
2335
  balanceCents: unknown;
2336
+ syncedAt: unknown;
2310
2337
  customerId: string;
2311
2338
  projectId: string;
2312
2339
  lotDetail: string | null;
@@ -2341,14 +2368,15 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
2341
2368
  } | null | undefined;
2342
2369
  customer?: {
2343
2370
  id: string;
2344
- fullName: string | null;
2345
- mobile: string | null;
2346
- email: string;
2347
2371
  status: string;
2348
2372
  isArchived: boolean;
2349
2373
  createdAt: unknown;
2350
2374
  syncedAt: unknown;
2351
2375
  updatedAt: unknown;
2376
+ fullName?: string | null | undefined;
2377
+ mobile?: string | null | undefined;
2378
+ email?: string | null | undefined;
2379
+ source?: string | null | undefined;
2352
2380
  } | null | undefined;
2353
2381
  } | null | undefined;
2354
2382
  } & /*elided*/ any) | null | undefined;
@@ -2394,13 +2422,13 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
2394
2422
  } | null | undefined;
2395
2423
  property?: {
2396
2424
  id: string;
2425
+ mtaId: string;
2397
2426
  status: string;
2398
2427
  isArchived: boolean;
2399
2428
  createdAt: unknown;
2400
- syncedAt: unknown;
2401
2429
  updatedAt: unknown;
2402
- mtaId: string;
2403
2430
  balanceCents: unknown;
2431
+ syncedAt: unknown;
2404
2432
  customerId: string;
2405
2433
  projectId: string;
2406
2434
  lotDetail: string | null;
@@ -2435,14 +2463,15 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
2435
2463
  } | null | undefined;
2436
2464
  customer?: {
2437
2465
  id: string;
2438
- fullName: string | null;
2439
- mobile: string | null;
2440
- email: string;
2441
2466
  status: string;
2442
2467
  isArchived: boolean;
2443
2468
  createdAt: unknown;
2444
2469
  syncedAt: unknown;
2445
2470
  updatedAt: unknown;
2471
+ fullName?: string | null | undefined;
2472
+ mobile?: string | null | undefined;
2473
+ email?: string | null | undefined;
2474
+ source?: string | null | undefined;
2446
2475
  } | null | undefined;
2447
2476
  } | null | undefined;
2448
2477
  } & /*elided*/ any)[] | null | undefined;
@@ -2530,13 +2559,13 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
2530
2559
  } | null | undefined;
2531
2560
  property?: {
2532
2561
  id: string;
2562
+ mtaId: string;
2533
2563
  status: string;
2534
2564
  isArchived: boolean;
2535
2565
  createdAt: Date;
2536
- syncedAt: Date;
2537
2566
  updatedAt: Date;
2538
- mtaId: string;
2539
2567
  balanceCents: bigint;
2568
+ syncedAt: Date;
2540
2569
  customerId: string;
2541
2570
  projectId: string;
2542
2571
  lotDetail: string | null;
@@ -2571,14 +2600,15 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
2571
2600
  } | null | undefined;
2572
2601
  customer?: {
2573
2602
  id: string;
2574
- fullName: string | null;
2575
- mobile: string | null;
2576
- email: string;
2577
2603
  status: string;
2578
2604
  isArchived: boolean;
2579
2605
  createdAt: Date;
2580
2606
  syncedAt: Date;
2581
2607
  updatedAt: Date;
2608
+ fullName?: string | null | undefined;
2609
+ mobile?: string | null | undefined;
2610
+ email?: string | null | undefined;
2611
+ source?: string | null | undefined;
2582
2612
  } | null | undefined;
2583
2613
  } | null | undefined;
2584
2614
  } & {
@@ -2626,13 +2656,13 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
2626
2656
  } | null | undefined;
2627
2657
  property?: {
2628
2658
  id: string;
2659
+ mtaId: string;
2629
2660
  status: string;
2630
2661
  isArchived: boolean;
2631
2662
  createdAt: Date;
2632
- syncedAt: Date;
2633
2663
  updatedAt: Date;
2634
- mtaId: string;
2635
2664
  balanceCents: bigint;
2665
+ syncedAt: Date;
2636
2666
  customerId: string;
2637
2667
  projectId: string;
2638
2668
  lotDetail: string | null;
@@ -2667,14 +2697,15 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
2667
2697
  } | null | undefined;
2668
2698
  customer?: {
2669
2699
  id: string;
2670
- fullName: string | null;
2671
- mobile: string | null;
2672
- email: string;
2673
2700
  status: string;
2674
2701
  isArchived: boolean;
2675
2702
  createdAt: Date;
2676
2703
  syncedAt: Date;
2677
2704
  updatedAt: Date;
2705
+ fullName?: string | null | undefined;
2706
+ mobile?: string | null | undefined;
2707
+ email?: string | null | undefined;
2708
+ source?: string | null | undefined;
2678
2709
  } | null | undefined;
2679
2710
  } | null | undefined;
2680
2711
  } & /*elided*/ any) | null | undefined;
@@ -2721,13 +2752,13 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
2721
2752
  } | null | undefined;
2722
2753
  property?: {
2723
2754
  id: string;
2755
+ mtaId: string;
2724
2756
  status: string;
2725
2757
  isArchived: boolean;
2726
2758
  createdAt: Date;
2727
- syncedAt: Date;
2728
2759
  updatedAt: Date;
2729
- mtaId: string;
2730
2760
  balanceCents: bigint;
2761
+ syncedAt: Date;
2731
2762
  customerId: string;
2732
2763
  projectId: string;
2733
2764
  lotDetail: string | null;
@@ -2762,14 +2793,15 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
2762
2793
  } | null | undefined;
2763
2794
  customer?: {
2764
2795
  id: string;
2765
- fullName: string | null;
2766
- mobile: string | null;
2767
- email: string;
2768
2796
  status: string;
2769
2797
  isArchived: boolean;
2770
2798
  createdAt: Date;
2771
2799
  syncedAt: Date;
2772
2800
  updatedAt: Date;
2801
+ fullName?: string | null | undefined;
2802
+ mobile?: string | null | undefined;
2803
+ email?: string | null | undefined;
2804
+ source?: string | null | undefined;
2773
2805
  } | null | undefined;
2774
2806
  } | null | undefined;
2775
2807
  } & /*elided*/ any)[] | null | undefined;
@@ -2784,6 +2816,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
2784
2816
  amountStr?: string | null | undefined;
2785
2817
  transactionNumber?: string | null | undefined;
2786
2818
  isCancelable?: boolean | null | undefined;
2819
+ payout?: z.output<typeof import("..").payoutEntitySchema> | null | undefined;
2787
2820
  }, {
2788
2821
  id: string;
2789
2822
  referenceId: string | null;
@@ -2827,13 +2860,13 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
2827
2860
  } | null | undefined;
2828
2861
  property?: {
2829
2862
  id: string;
2863
+ mtaId: string;
2830
2864
  status: string;
2831
2865
  isArchived: boolean;
2832
2866
  createdAt: unknown;
2833
- syncedAt: unknown;
2834
2867
  updatedAt: unknown;
2835
- mtaId: string;
2836
2868
  balanceCents: unknown;
2869
+ syncedAt: unknown;
2837
2870
  customerId: string;
2838
2871
  projectId: string;
2839
2872
  lotDetail: string | null;
@@ -2868,14 +2901,15 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
2868
2901
  } | null | undefined;
2869
2902
  customer?: {
2870
2903
  id: string;
2871
- fullName: string | null;
2872
- mobile: string | null;
2873
- email: string;
2874
2904
  status: string;
2875
2905
  isArchived: boolean;
2876
2906
  createdAt: unknown;
2877
2907
  syncedAt: unknown;
2878
2908
  updatedAt: unknown;
2909
+ fullName?: string | null | undefined;
2910
+ mobile?: string | null | undefined;
2911
+ email?: string | null | undefined;
2912
+ source?: string | null | undefined;
2879
2913
  } | null | undefined;
2880
2914
  } | null | undefined;
2881
2915
  } & {
@@ -2923,13 +2957,13 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
2923
2957
  } | null | undefined;
2924
2958
  property?: {
2925
2959
  id: string;
2960
+ mtaId: string;
2926
2961
  status: string;
2927
2962
  isArchived: boolean;
2928
2963
  createdAt: unknown;
2929
- syncedAt: unknown;
2930
2964
  updatedAt: unknown;
2931
- mtaId: string;
2932
2965
  balanceCents: unknown;
2966
+ syncedAt: unknown;
2933
2967
  customerId: string;
2934
2968
  projectId: string;
2935
2969
  lotDetail: string | null;
@@ -2964,14 +2998,15 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
2964
2998
  } | null | undefined;
2965
2999
  customer?: {
2966
3000
  id: string;
2967
- fullName: string | null;
2968
- mobile: string | null;
2969
- email: string;
2970
3001
  status: string;
2971
3002
  isArchived: boolean;
2972
3003
  createdAt: unknown;
2973
3004
  syncedAt: unknown;
2974
3005
  updatedAt: unknown;
3006
+ fullName?: string | null | undefined;
3007
+ mobile?: string | null | undefined;
3008
+ email?: string | null | undefined;
3009
+ source?: string | null | undefined;
2975
3010
  } | null | undefined;
2976
3011
  } | null | undefined;
2977
3012
  } & /*elided*/ any) | null | undefined;
@@ -3018,13 +3053,13 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
3018
3053
  } | null | undefined;
3019
3054
  property?: {
3020
3055
  id: string;
3056
+ mtaId: string;
3021
3057
  status: string;
3022
3058
  isArchived: boolean;
3023
3059
  createdAt: unknown;
3024
- syncedAt: unknown;
3025
3060
  updatedAt: unknown;
3026
- mtaId: string;
3027
3061
  balanceCents: unknown;
3062
+ syncedAt: unknown;
3028
3063
  customerId: string;
3029
3064
  projectId: string;
3030
3065
  lotDetail: string | null;
@@ -3059,18 +3094,20 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
3059
3094
  } | null | undefined;
3060
3095
  customer?: {
3061
3096
  id: string;
3062
- fullName: string | null;
3063
- mobile: string | null;
3064
- email: string;
3065
3097
  status: string;
3066
3098
  isArchived: boolean;
3067
3099
  createdAt: unknown;
3068
3100
  syncedAt: unknown;
3069
3101
  updatedAt: unknown;
3102
+ fullName?: string | null | undefined;
3103
+ mobile?: string | null | undefined;
3104
+ email?: string | null | undefined;
3105
+ source?: string | null | undefined;
3070
3106
  } | null | undefined;
3071
3107
  } | null | undefined;
3072
3108
  } & /*elided*/ any)[] | null | undefined;
3073
3109
  reconciledTransactions?: z.input<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
3110
+ payout?: z.input<typeof import("..").payoutEntitySchema> | null | undefined;
3074
3111
  }, z.core.$ZodTypeInternals<{
3075
3112
  id: string;
3076
3113
  referenceId: string | null;
@@ -3114,13 +3151,13 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
3114
3151
  } | null | undefined;
3115
3152
  property?: {
3116
3153
  id: string;
3154
+ mtaId: string;
3117
3155
  status: string;
3118
3156
  isArchived: boolean;
3119
3157
  createdAt: Date;
3120
- syncedAt: Date;
3121
3158
  updatedAt: Date;
3122
- mtaId: string;
3123
3159
  balanceCents: bigint;
3160
+ syncedAt: Date;
3124
3161
  customerId: string;
3125
3162
  projectId: string;
3126
3163
  lotDetail: string | null;
@@ -3155,14 +3192,15 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
3155
3192
  } | null | undefined;
3156
3193
  customer?: {
3157
3194
  id: string;
3158
- fullName: string | null;
3159
- mobile: string | null;
3160
- email: string;
3161
3195
  status: string;
3162
3196
  isArchived: boolean;
3163
3197
  createdAt: Date;
3164
3198
  syncedAt: Date;
3165
3199
  updatedAt: Date;
3200
+ fullName?: string | null | undefined;
3201
+ mobile?: string | null | undefined;
3202
+ email?: string | null | undefined;
3203
+ source?: string | null | undefined;
3166
3204
  } | null | undefined;
3167
3205
  } | null | undefined;
3168
3206
  } & {
@@ -3210,13 +3248,13 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
3210
3248
  } | null | undefined;
3211
3249
  property?: {
3212
3250
  id: string;
3251
+ mtaId: string;
3213
3252
  status: string;
3214
3253
  isArchived: boolean;
3215
3254
  createdAt: Date;
3216
- syncedAt: Date;
3217
3255
  updatedAt: Date;
3218
- mtaId: string;
3219
3256
  balanceCents: bigint;
3257
+ syncedAt: Date;
3220
3258
  customerId: string;
3221
3259
  projectId: string;
3222
3260
  lotDetail: string | null;
@@ -3251,14 +3289,15 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
3251
3289
  } | null | undefined;
3252
3290
  customer?: {
3253
3291
  id: string;
3254
- fullName: string | null;
3255
- mobile: string | null;
3256
- email: string;
3257
3292
  status: string;
3258
3293
  isArchived: boolean;
3259
3294
  createdAt: Date;
3260
3295
  syncedAt: Date;
3261
3296
  updatedAt: Date;
3297
+ fullName?: string | null | undefined;
3298
+ mobile?: string | null | undefined;
3299
+ email?: string | null | undefined;
3300
+ source?: string | null | undefined;
3262
3301
  } | null | undefined;
3263
3302
  } | null | undefined;
3264
3303
  } & /*elided*/ any) | null | undefined;
@@ -3305,13 +3344,13 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
3305
3344
  } | null | undefined;
3306
3345
  property?: {
3307
3346
  id: string;
3347
+ mtaId: string;
3308
3348
  status: string;
3309
3349
  isArchived: boolean;
3310
3350
  createdAt: Date;
3311
- syncedAt: Date;
3312
3351
  updatedAt: Date;
3313
- mtaId: string;
3314
3352
  balanceCents: bigint;
3353
+ syncedAt: Date;
3315
3354
  customerId: string;
3316
3355
  projectId: string;
3317
3356
  lotDetail: string | null;
@@ -3346,14 +3385,15 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
3346
3385
  } | null | undefined;
3347
3386
  customer?: {
3348
3387
  id: string;
3349
- fullName: string | null;
3350
- mobile: string | null;
3351
- email: string;
3352
3388
  status: string;
3353
3389
  isArchived: boolean;
3354
3390
  createdAt: Date;
3355
3391
  syncedAt: Date;
3356
3392
  updatedAt: Date;
3393
+ fullName?: string | null | undefined;
3394
+ mobile?: string | null | undefined;
3395
+ email?: string | null | undefined;
3396
+ source?: string | null | undefined;
3357
3397
  } | null | undefined;
3358
3398
  } | null | undefined;
3359
3399
  } & /*elided*/ any)[] | null | undefined;
@@ -3368,6 +3408,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
3368
3408
  amountStr?: string | null | undefined;
3369
3409
  transactionNumber?: string | null | undefined;
3370
3410
  isCancelable?: boolean | null | undefined;
3411
+ payout?: z.output<typeof import("..").payoutEntitySchema> | null | undefined;
3371
3412
  }, {
3372
3413
  id: string;
3373
3414
  referenceId: string | null;
@@ -3411,13 +3452,13 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
3411
3452
  } | null | undefined;
3412
3453
  property?: {
3413
3454
  id: string;
3455
+ mtaId: string;
3414
3456
  status: string;
3415
3457
  isArchived: boolean;
3416
3458
  createdAt: unknown;
3417
- syncedAt: unknown;
3418
3459
  updatedAt: unknown;
3419
- mtaId: string;
3420
3460
  balanceCents: unknown;
3461
+ syncedAt: unknown;
3421
3462
  customerId: string;
3422
3463
  projectId: string;
3423
3464
  lotDetail: string | null;
@@ -3452,14 +3493,15 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
3452
3493
  } | null | undefined;
3453
3494
  customer?: {
3454
3495
  id: string;
3455
- fullName: string | null;
3456
- mobile: string | null;
3457
- email: string;
3458
3496
  status: string;
3459
3497
  isArchived: boolean;
3460
3498
  createdAt: unknown;
3461
3499
  syncedAt: unknown;
3462
3500
  updatedAt: unknown;
3501
+ fullName?: string | null | undefined;
3502
+ mobile?: string | null | undefined;
3503
+ email?: string | null | undefined;
3504
+ source?: string | null | undefined;
3463
3505
  } | null | undefined;
3464
3506
  } | null | undefined;
3465
3507
  } & {
@@ -3507,13 +3549,13 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
3507
3549
  } | null | undefined;
3508
3550
  property?: {
3509
3551
  id: string;
3552
+ mtaId: string;
3510
3553
  status: string;
3511
3554
  isArchived: boolean;
3512
3555
  createdAt: unknown;
3513
- syncedAt: unknown;
3514
3556
  updatedAt: unknown;
3515
- mtaId: string;
3516
3557
  balanceCents: unknown;
3558
+ syncedAt: unknown;
3517
3559
  customerId: string;
3518
3560
  projectId: string;
3519
3561
  lotDetail: string | null;
@@ -3548,14 +3590,15 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
3548
3590
  } | null | undefined;
3549
3591
  customer?: {
3550
3592
  id: string;
3551
- fullName: string | null;
3552
- mobile: string | null;
3553
- email: string;
3554
3593
  status: string;
3555
3594
  isArchived: boolean;
3556
3595
  createdAt: unknown;
3557
3596
  syncedAt: unknown;
3558
3597
  updatedAt: unknown;
3598
+ fullName?: string | null | undefined;
3599
+ mobile?: string | null | undefined;
3600
+ email?: string | null | undefined;
3601
+ source?: string | null | undefined;
3559
3602
  } | null | undefined;
3560
3603
  } | null | undefined;
3561
3604
  } & /*elided*/ any) | null | undefined;
@@ -3602,13 +3645,13 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
3602
3645
  } | null | undefined;
3603
3646
  property?: {
3604
3647
  id: string;
3648
+ mtaId: string;
3605
3649
  status: string;
3606
3650
  isArchived: boolean;
3607
3651
  createdAt: unknown;
3608
- syncedAt: unknown;
3609
3652
  updatedAt: unknown;
3610
- mtaId: string;
3611
3653
  balanceCents: unknown;
3654
+ syncedAt: unknown;
3612
3655
  customerId: string;
3613
3656
  projectId: string;
3614
3657
  lotDetail: string | null;
@@ -3643,18 +3686,20 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
3643
3686
  } | null | undefined;
3644
3687
  customer?: {
3645
3688
  id: string;
3646
- fullName: string | null;
3647
- mobile: string | null;
3648
- email: string;
3649
3689
  status: string;
3650
3690
  isArchived: boolean;
3651
3691
  createdAt: unknown;
3652
3692
  syncedAt: unknown;
3653
3693
  updatedAt: unknown;
3694
+ fullName?: string | null | undefined;
3695
+ mobile?: string | null | undefined;
3696
+ email?: string | null | undefined;
3697
+ source?: string | null | undefined;
3654
3698
  } | null | undefined;
3655
3699
  } | null | undefined;
3656
3700
  } & /*elided*/ any)[] | null | undefined;
3657
3701
  reconciledTransactions?: z.input<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
3702
+ payout?: z.input<typeof import("..").payoutEntitySchema> | null | undefined;
3658
3703
  }>>>>>;
3659
3704
  }, z.core.$loose>;
3660
3705
  targetDetail: z.ZodObject<{
@@ -3698,14 +3743,14 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
3698
3743
  }>>;
3699
3744
  readonly property: z.ZodLazy<z.ZodOptional<z.ZodObject<{
3700
3745
  id: z.ZodUUID;
3746
+ mtaId: z.ZodString;
3701
3747
  status: z.ZodString;
3702
3748
  isArchived: z.ZodBoolean;
3703
3749
  createdAt: z.ZodCoercedDate<unknown>;
3704
- syncedAt: z.ZodCoercedDate<unknown>;
3705
3750
  updatedAt: z.ZodCoercedDate<unknown>;
3706
- mtaId: z.ZodString;
3707
3751
  cmaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3708
3752
  balanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
3753
+ syncedAt: z.ZodCoercedDate<unknown>;
3709
3754
  customerId: z.ZodString;
3710
3755
  projectId: z.ZodString;
3711
3756
  buyerName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -3739,14 +3784,15 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
3739
3784
  }, z.core.$strip>>>>;
3740
3785
  customer: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
3741
3786
  id: z.ZodUUID;
3742
- fullName: z.ZodNullable<z.ZodString>;
3743
- mobile: z.ZodNullable<z.ZodString>;
3744
- email: z.ZodString;
3787
+ fullName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3788
+ mobile: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3789
+ email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3745
3790
  status: z.ZodString;
3746
3791
  isArchived: z.ZodBoolean;
3747
3792
  createdAt: z.ZodCoercedDate<unknown>;
3748
3793
  syncedAt: z.ZodCoercedDate<unknown>;
3749
3794
  updatedAt: z.ZodCoercedDate<unknown>;
3795
+ source: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3750
3796
  }, z.core.$strip>>>>;
3751
3797
  }, z.core.$strip>>>;
3752
3798
  readonly cmaTransactions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodType<{
@@ -3791,13 +3837,13 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
3791
3837
  } | null | undefined;
3792
3838
  property?: {
3793
3839
  id: string;
3840
+ mtaId: string;
3794
3841
  status: string;
3795
3842
  isArchived: boolean;
3796
3843
  createdAt: Date;
3797
- syncedAt: Date;
3798
3844
  updatedAt: Date;
3799
- mtaId: string;
3800
3845
  balanceCents: bigint;
3846
+ syncedAt: Date;
3801
3847
  customerId: string;
3802
3848
  projectId: string;
3803
3849
  lotDetail: string | null;
@@ -3832,14 +3878,15 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
3832
3878
  } | null | undefined;
3833
3879
  customer?: {
3834
3880
  id: string;
3835
- fullName: string | null;
3836
- mobile: string | null;
3837
- email: string;
3838
3881
  status: string;
3839
3882
  isArchived: boolean;
3840
3883
  createdAt: Date;
3841
3884
  syncedAt: Date;
3842
3885
  updatedAt: Date;
3886
+ fullName?: string | null | undefined;
3887
+ mobile?: string | null | undefined;
3888
+ email?: string | null | undefined;
3889
+ source?: string | null | undefined;
3843
3890
  } | null | undefined;
3844
3891
  } | null | undefined;
3845
3892
  } & {
@@ -3886,13 +3933,13 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
3886
3933
  } | null | undefined;
3887
3934
  property?: {
3888
3935
  id: string;
3936
+ mtaId: string;
3889
3937
  status: string;
3890
3938
  isArchived: boolean;
3891
3939
  createdAt: Date;
3892
- syncedAt: Date;
3893
3940
  updatedAt: Date;
3894
- mtaId: string;
3895
3941
  balanceCents: bigint;
3942
+ syncedAt: Date;
3896
3943
  customerId: string;
3897
3944
  projectId: string;
3898
3945
  lotDetail: string | null;
@@ -3927,14 +3974,15 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
3927
3974
  } | null | undefined;
3928
3975
  customer?: {
3929
3976
  id: string;
3930
- fullName: string | null;
3931
- mobile: string | null;
3932
- email: string;
3933
3977
  status: string;
3934
3978
  isArchived: boolean;
3935
3979
  createdAt: Date;
3936
3980
  syncedAt: Date;
3937
3981
  updatedAt: Date;
3982
+ fullName?: string | null | undefined;
3983
+ mobile?: string | null | undefined;
3984
+ email?: string | null | undefined;
3985
+ source?: string | null | undefined;
3938
3986
  } | null | undefined;
3939
3987
  } | null | undefined;
3940
3988
  } & /*elided*/ any, "cma"> | null | undefined;
@@ -3980,13 +4028,13 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
3980
4028
  } | null | undefined;
3981
4029
  property?: {
3982
4030
  id: string;
4031
+ mtaId: string;
3983
4032
  status: string;
3984
4033
  isArchived: boolean;
3985
4034
  createdAt: Date;
3986
- syncedAt: Date;
3987
4035
  updatedAt: Date;
3988
- mtaId: string;
3989
4036
  balanceCents: bigint;
4037
+ syncedAt: Date;
3990
4038
  customerId: string;
3991
4039
  projectId: string;
3992
4040
  lotDetail: string | null;
@@ -4021,14 +4069,15 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
4021
4069
  } | null | undefined;
4022
4070
  customer?: {
4023
4071
  id: string;
4024
- fullName: string | null;
4025
- mobile: string | null;
4026
- email: string;
4027
4072
  status: string;
4028
4073
  isArchived: boolean;
4029
4074
  createdAt: Date;
4030
4075
  syncedAt: Date;
4031
4076
  updatedAt: Date;
4077
+ fullName?: string | null | undefined;
4078
+ mobile?: string | null | undefined;
4079
+ email?: string | null | undefined;
4080
+ source?: string | null | undefined;
4032
4081
  } | null | undefined;
4033
4082
  } | null | undefined;
4034
4083
  } & /*elided*/ any, "cma">[] | null | undefined;
@@ -4082,13 +4131,13 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
4082
4131
  } | null | undefined;
4083
4132
  property?: {
4084
4133
  id: string;
4134
+ mtaId: string;
4085
4135
  status: string;
4086
4136
  isArchived: boolean;
4087
4137
  createdAt: unknown;
4088
- syncedAt: unknown;
4089
4138
  updatedAt: unknown;
4090
- mtaId: string;
4091
4139
  balanceCents: unknown;
4140
+ syncedAt: unknown;
4092
4141
  customerId: string;
4093
4142
  projectId: string;
4094
4143
  lotDetail: string | null;
@@ -4123,14 +4172,15 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
4123
4172
  } | null | undefined;
4124
4173
  customer?: {
4125
4174
  id: string;
4126
- fullName: string | null;
4127
- mobile: string | null;
4128
- email: string;
4129
4175
  status: string;
4130
4176
  isArchived: boolean;
4131
4177
  createdAt: unknown;
4132
4178
  syncedAt: unknown;
4133
4179
  updatedAt: unknown;
4180
+ fullName?: string | null | undefined;
4181
+ mobile?: string | null | undefined;
4182
+ email?: string | null | undefined;
4183
+ source?: string | null | undefined;
4134
4184
  } | null | undefined;
4135
4185
  } | null | undefined;
4136
4186
  } & {
@@ -4177,13 +4227,13 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
4177
4227
  } | null | undefined;
4178
4228
  property?: {
4179
4229
  id: string;
4230
+ mtaId: string;
4180
4231
  status: string;
4181
4232
  isArchived: boolean;
4182
4233
  createdAt: unknown;
4183
- syncedAt: unknown;
4184
4234
  updatedAt: unknown;
4185
- mtaId: string;
4186
4235
  balanceCents: unknown;
4236
+ syncedAt: unknown;
4187
4237
  customerId: string;
4188
4238
  projectId: string;
4189
4239
  lotDetail: string | null;
@@ -4218,14 +4268,15 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
4218
4268
  } | null | undefined;
4219
4269
  customer?: {
4220
4270
  id: string;
4221
- fullName: string | null;
4222
- mobile: string | null;
4223
- email: string;
4224
4271
  status: string;
4225
4272
  isArchived: boolean;
4226
4273
  createdAt: unknown;
4227
4274
  syncedAt: unknown;
4228
4275
  updatedAt: unknown;
4276
+ fullName?: string | null | undefined;
4277
+ mobile?: string | null | undefined;
4278
+ email?: string | null | undefined;
4279
+ source?: string | null | undefined;
4229
4280
  } | null | undefined;
4230
4281
  } | null | undefined;
4231
4282
  } & /*elided*/ any) | null | undefined;
@@ -4271,13 +4322,13 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
4271
4322
  } | null | undefined;
4272
4323
  property?: {
4273
4324
  id: string;
4325
+ mtaId: string;
4274
4326
  status: string;
4275
4327
  isArchived: boolean;
4276
4328
  createdAt: unknown;
4277
- syncedAt: unknown;
4278
4329
  updatedAt: unknown;
4279
- mtaId: string;
4280
4330
  balanceCents: unknown;
4331
+ syncedAt: unknown;
4281
4332
  customerId: string;
4282
4333
  projectId: string;
4283
4334
  lotDetail: string | null;
@@ -4312,14 +4363,15 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
4312
4363
  } | null | undefined;
4313
4364
  customer?: {
4314
4365
  id: string;
4315
- fullName: string | null;
4316
- mobile: string | null;
4317
- email: string;
4318
4366
  status: string;
4319
4367
  isArchived: boolean;
4320
4368
  createdAt: unknown;
4321
4369
  syncedAt: unknown;
4322
4370
  updatedAt: unknown;
4371
+ fullName?: string | null | undefined;
4372
+ mobile?: string | null | undefined;
4373
+ email?: string | null | undefined;
4374
+ source?: string | null | undefined;
4323
4375
  } | null | undefined;
4324
4376
  } | null | undefined;
4325
4377
  } & /*elided*/ any)[] | null | undefined;
@@ -4367,13 +4419,13 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
4367
4419
  } | null | undefined;
4368
4420
  property?: {
4369
4421
  id: string;
4422
+ mtaId: string;
4370
4423
  status: string;
4371
4424
  isArchived: boolean;
4372
4425
  createdAt: Date;
4373
- syncedAt: Date;
4374
4426
  updatedAt: Date;
4375
- mtaId: string;
4376
4427
  balanceCents: bigint;
4428
+ syncedAt: Date;
4377
4429
  customerId: string;
4378
4430
  projectId: string;
4379
4431
  lotDetail: string | null;
@@ -4408,14 +4460,15 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
4408
4460
  } | null | undefined;
4409
4461
  customer?: {
4410
4462
  id: string;
4411
- fullName: string | null;
4412
- mobile: string | null;
4413
- email: string;
4414
4463
  status: string;
4415
4464
  isArchived: boolean;
4416
4465
  createdAt: Date;
4417
4466
  syncedAt: Date;
4418
4467
  updatedAt: Date;
4468
+ fullName?: string | null | undefined;
4469
+ mobile?: string | null | undefined;
4470
+ email?: string | null | undefined;
4471
+ source?: string | null | undefined;
4419
4472
  } | null | undefined;
4420
4473
  } | null | undefined;
4421
4474
  } & {
@@ -4462,13 +4515,13 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
4462
4515
  } | null | undefined;
4463
4516
  property?: {
4464
4517
  id: string;
4518
+ mtaId: string;
4465
4519
  status: string;
4466
4520
  isArchived: boolean;
4467
4521
  createdAt: Date;
4468
- syncedAt: Date;
4469
4522
  updatedAt: Date;
4470
- mtaId: string;
4471
4523
  balanceCents: bigint;
4524
+ syncedAt: Date;
4472
4525
  customerId: string;
4473
4526
  projectId: string;
4474
4527
  lotDetail: string | null;
@@ -4503,14 +4556,15 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
4503
4556
  } | null | undefined;
4504
4557
  customer?: {
4505
4558
  id: string;
4506
- fullName: string | null;
4507
- mobile: string | null;
4508
- email: string;
4509
4559
  status: string;
4510
4560
  isArchived: boolean;
4511
4561
  createdAt: Date;
4512
4562
  syncedAt: Date;
4513
4563
  updatedAt: Date;
4564
+ fullName?: string | null | undefined;
4565
+ mobile?: string | null | undefined;
4566
+ email?: string | null | undefined;
4567
+ source?: string | null | undefined;
4514
4568
  } | null | undefined;
4515
4569
  } | null | undefined;
4516
4570
  } & /*elided*/ any, "cma"> | null | undefined;
@@ -4556,13 +4610,13 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
4556
4610
  } | null | undefined;
4557
4611
  property?: {
4558
4612
  id: string;
4613
+ mtaId: string;
4559
4614
  status: string;
4560
4615
  isArchived: boolean;
4561
4616
  createdAt: Date;
4562
- syncedAt: Date;
4563
4617
  updatedAt: Date;
4564
- mtaId: string;
4565
4618
  balanceCents: bigint;
4619
+ syncedAt: Date;
4566
4620
  customerId: string;
4567
4621
  projectId: string;
4568
4622
  lotDetail: string | null;
@@ -4597,14 +4651,15 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
4597
4651
  } | null | undefined;
4598
4652
  customer?: {
4599
4653
  id: string;
4600
- fullName: string | null;
4601
- mobile: string | null;
4602
- email: string;
4603
4654
  status: string;
4604
4655
  isArchived: boolean;
4605
4656
  createdAt: Date;
4606
4657
  syncedAt: Date;
4607
4658
  updatedAt: Date;
4659
+ fullName?: string | null | undefined;
4660
+ mobile?: string | null | undefined;
4661
+ email?: string | null | undefined;
4662
+ source?: string | null | undefined;
4608
4663
  } | null | undefined;
4609
4664
  } | null | undefined;
4610
4665
  } & /*elided*/ any, "cma">[] | null | undefined;
@@ -4658,13 +4713,13 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
4658
4713
  } | null | undefined;
4659
4714
  property?: {
4660
4715
  id: string;
4716
+ mtaId: string;
4661
4717
  status: string;
4662
4718
  isArchived: boolean;
4663
4719
  createdAt: unknown;
4664
- syncedAt: unknown;
4665
4720
  updatedAt: unknown;
4666
- mtaId: string;
4667
4721
  balanceCents: unknown;
4722
+ syncedAt: unknown;
4668
4723
  customerId: string;
4669
4724
  projectId: string;
4670
4725
  lotDetail: string | null;
@@ -4699,14 +4754,15 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
4699
4754
  } | null | undefined;
4700
4755
  customer?: {
4701
4756
  id: string;
4702
- fullName: string | null;
4703
- mobile: string | null;
4704
- email: string;
4705
4757
  status: string;
4706
4758
  isArchived: boolean;
4707
4759
  createdAt: unknown;
4708
4760
  syncedAt: unknown;
4709
4761
  updatedAt: unknown;
4762
+ fullName?: string | null | undefined;
4763
+ mobile?: string | null | undefined;
4764
+ email?: string | null | undefined;
4765
+ source?: string | null | undefined;
4710
4766
  } | null | undefined;
4711
4767
  } | null | undefined;
4712
4768
  } & {
@@ -4753,13 +4809,13 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
4753
4809
  } | null | undefined;
4754
4810
  property?: {
4755
4811
  id: string;
4812
+ mtaId: string;
4756
4813
  status: string;
4757
4814
  isArchived: boolean;
4758
4815
  createdAt: unknown;
4759
- syncedAt: unknown;
4760
4816
  updatedAt: unknown;
4761
- mtaId: string;
4762
4817
  balanceCents: unknown;
4818
+ syncedAt: unknown;
4763
4819
  customerId: string;
4764
4820
  projectId: string;
4765
4821
  lotDetail: string | null;
@@ -4794,14 +4850,15 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
4794
4850
  } | null | undefined;
4795
4851
  customer?: {
4796
4852
  id: string;
4797
- fullName: string | null;
4798
- mobile: string | null;
4799
- email: string;
4800
4853
  status: string;
4801
4854
  isArchived: boolean;
4802
4855
  createdAt: unknown;
4803
4856
  syncedAt: unknown;
4804
4857
  updatedAt: unknown;
4858
+ fullName?: string | null | undefined;
4859
+ mobile?: string | null | undefined;
4860
+ email?: string | null | undefined;
4861
+ source?: string | null | undefined;
4805
4862
  } | null | undefined;
4806
4863
  } | null | undefined;
4807
4864
  } & /*elided*/ any) | null | undefined;
@@ -4847,13 +4904,13 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
4847
4904
  } | null | undefined;
4848
4905
  property?: {
4849
4906
  id: string;
4907
+ mtaId: string;
4850
4908
  status: string;
4851
4909
  isArchived: boolean;
4852
4910
  createdAt: unknown;
4853
- syncedAt: unknown;
4854
4911
  updatedAt: unknown;
4855
- mtaId: string;
4856
4912
  balanceCents: unknown;
4913
+ syncedAt: unknown;
4857
4914
  customerId: string;
4858
4915
  projectId: string;
4859
4916
  lotDetail: string | null;
@@ -4888,14 +4945,15 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
4888
4945
  } | null | undefined;
4889
4946
  customer?: {
4890
4947
  id: string;
4891
- fullName: string | null;
4892
- mobile: string | null;
4893
- email: string;
4894
4948
  status: string;
4895
4949
  isArchived: boolean;
4896
4950
  createdAt: unknown;
4897
4951
  syncedAt: unknown;
4898
4952
  updatedAt: unknown;
4953
+ fullName?: string | null | undefined;
4954
+ mobile?: string | null | undefined;
4955
+ email?: string | null | undefined;
4956
+ source?: string | null | undefined;
4899
4957
  } | null | undefined;
4900
4958
  } | null | undefined;
4901
4959
  } & /*elided*/ any)[] | null | undefined;
@@ -5005,13 +5063,13 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
5005
5063
  } | null | undefined;
5006
5064
  property?: {
5007
5065
  id: string;
5066
+ mtaId: string;
5008
5067
  status: string;
5009
5068
  isArchived: boolean;
5010
5069
  createdAt: Date;
5011
- syncedAt: Date;
5012
5070
  updatedAt: Date;
5013
- mtaId: string;
5014
5071
  balanceCents: bigint;
5072
+ syncedAt: Date;
5015
5073
  customerId: string;
5016
5074
  projectId: string;
5017
5075
  lotDetail: string | null;
@@ -5046,14 +5104,15 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
5046
5104
  } | null | undefined;
5047
5105
  customer?: {
5048
5106
  id: string;
5049
- fullName: string | null;
5050
- mobile: string | null;
5051
- email: string;
5052
5107
  status: string;
5053
5108
  isArchived: boolean;
5054
5109
  createdAt: Date;
5055
5110
  syncedAt: Date;
5056
5111
  updatedAt: Date;
5112
+ fullName?: string | null | undefined;
5113
+ mobile?: string | null | undefined;
5114
+ email?: string | null | undefined;
5115
+ source?: string | null | undefined;
5057
5116
  } | null | undefined;
5058
5117
  } | null | undefined;
5059
5118
  } & {
@@ -5101,13 +5160,13 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
5101
5160
  } | null | undefined;
5102
5161
  property?: {
5103
5162
  id: string;
5163
+ mtaId: string;
5104
5164
  status: string;
5105
5165
  isArchived: boolean;
5106
5166
  createdAt: Date;
5107
- syncedAt: Date;
5108
5167
  updatedAt: Date;
5109
- mtaId: string;
5110
5168
  balanceCents: bigint;
5169
+ syncedAt: Date;
5111
5170
  customerId: string;
5112
5171
  projectId: string;
5113
5172
  lotDetail: string | null;
@@ -5142,14 +5201,15 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
5142
5201
  } | null | undefined;
5143
5202
  customer?: {
5144
5203
  id: string;
5145
- fullName: string | null;
5146
- mobile: string | null;
5147
- email: string;
5148
5204
  status: string;
5149
5205
  isArchived: boolean;
5150
5206
  createdAt: Date;
5151
5207
  syncedAt: Date;
5152
5208
  updatedAt: Date;
5209
+ fullName?: string | null | undefined;
5210
+ mobile?: string | null | undefined;
5211
+ email?: string | null | undefined;
5212
+ source?: string | null | undefined;
5153
5213
  } | null | undefined;
5154
5214
  } | null | undefined;
5155
5215
  } & /*elided*/ any) | null | undefined;
@@ -5196,13 +5256,13 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
5196
5256
  } | null | undefined;
5197
5257
  property?: {
5198
5258
  id: string;
5259
+ mtaId: string;
5199
5260
  status: string;
5200
5261
  isArchived: boolean;
5201
5262
  createdAt: Date;
5202
- syncedAt: Date;
5203
5263
  updatedAt: Date;
5204
- mtaId: string;
5205
5264
  balanceCents: bigint;
5265
+ syncedAt: Date;
5206
5266
  customerId: string;
5207
5267
  projectId: string;
5208
5268
  lotDetail: string | null;
@@ -5237,14 +5297,15 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
5237
5297
  } | null | undefined;
5238
5298
  customer?: {
5239
5299
  id: string;
5240
- fullName: string | null;
5241
- mobile: string | null;
5242
- email: string;
5243
5300
  status: string;
5244
5301
  isArchived: boolean;
5245
5302
  createdAt: Date;
5246
5303
  syncedAt: Date;
5247
5304
  updatedAt: Date;
5305
+ fullName?: string | null | undefined;
5306
+ mobile?: string | null | undefined;
5307
+ email?: string | null | undefined;
5308
+ source?: string | null | undefined;
5248
5309
  } | null | undefined;
5249
5310
  } | null | undefined;
5250
5311
  } & /*elided*/ any)[] | null | undefined;
@@ -5259,6 +5320,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
5259
5320
  amountStr?: string | null | undefined;
5260
5321
  transactionNumber?: string | null | undefined;
5261
5322
  isCancelable?: boolean | null | undefined;
5323
+ payout?: z.output<typeof import("..").payoutEntitySchema> | null | undefined;
5262
5324
  }, {
5263
5325
  id: string;
5264
5326
  referenceId: string | null;
@@ -5302,13 +5364,13 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
5302
5364
  } | null | undefined;
5303
5365
  property?: {
5304
5366
  id: string;
5367
+ mtaId: string;
5305
5368
  status: string;
5306
5369
  isArchived: boolean;
5307
5370
  createdAt: unknown;
5308
- syncedAt: unknown;
5309
5371
  updatedAt: unknown;
5310
- mtaId: string;
5311
5372
  balanceCents: unknown;
5373
+ syncedAt: unknown;
5312
5374
  customerId: string;
5313
5375
  projectId: string;
5314
5376
  lotDetail: string | null;
@@ -5343,14 +5405,15 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
5343
5405
  } | null | undefined;
5344
5406
  customer?: {
5345
5407
  id: string;
5346
- fullName: string | null;
5347
- mobile: string | null;
5348
- email: string;
5349
5408
  status: string;
5350
5409
  isArchived: boolean;
5351
5410
  createdAt: unknown;
5352
5411
  syncedAt: unknown;
5353
5412
  updatedAt: unknown;
5413
+ fullName?: string | null | undefined;
5414
+ mobile?: string | null | undefined;
5415
+ email?: string | null | undefined;
5416
+ source?: string | null | undefined;
5354
5417
  } | null | undefined;
5355
5418
  } | null | undefined;
5356
5419
  } & {
@@ -5398,13 +5461,13 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
5398
5461
  } | null | undefined;
5399
5462
  property?: {
5400
5463
  id: string;
5464
+ mtaId: string;
5401
5465
  status: string;
5402
5466
  isArchived: boolean;
5403
5467
  createdAt: unknown;
5404
- syncedAt: unknown;
5405
5468
  updatedAt: unknown;
5406
- mtaId: string;
5407
5469
  balanceCents: unknown;
5470
+ syncedAt: unknown;
5408
5471
  customerId: string;
5409
5472
  projectId: string;
5410
5473
  lotDetail: string | null;
@@ -5439,14 +5502,15 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
5439
5502
  } | null | undefined;
5440
5503
  customer?: {
5441
5504
  id: string;
5442
- fullName: string | null;
5443
- mobile: string | null;
5444
- email: string;
5445
5505
  status: string;
5446
5506
  isArchived: boolean;
5447
5507
  createdAt: unknown;
5448
5508
  syncedAt: unknown;
5449
5509
  updatedAt: unknown;
5510
+ fullName?: string | null | undefined;
5511
+ mobile?: string | null | undefined;
5512
+ email?: string | null | undefined;
5513
+ source?: string | null | undefined;
5450
5514
  } | null | undefined;
5451
5515
  } | null | undefined;
5452
5516
  } & /*elided*/ any) | null | undefined;
@@ -5493,13 +5557,13 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
5493
5557
  } | null | undefined;
5494
5558
  property?: {
5495
5559
  id: string;
5560
+ mtaId: string;
5496
5561
  status: string;
5497
5562
  isArchived: boolean;
5498
5563
  createdAt: unknown;
5499
- syncedAt: unknown;
5500
5564
  updatedAt: unknown;
5501
- mtaId: string;
5502
5565
  balanceCents: unknown;
5566
+ syncedAt: unknown;
5503
5567
  customerId: string;
5504
5568
  projectId: string;
5505
5569
  lotDetail: string | null;
@@ -5534,18 +5598,20 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
5534
5598
  } | null | undefined;
5535
5599
  customer?: {
5536
5600
  id: string;
5537
- fullName: string | null;
5538
- mobile: string | null;
5539
- email: string;
5540
5601
  status: string;
5541
5602
  isArchived: boolean;
5542
5603
  createdAt: unknown;
5543
5604
  syncedAt: unknown;
5544
5605
  updatedAt: unknown;
5606
+ fullName?: string | null | undefined;
5607
+ mobile?: string | null | undefined;
5608
+ email?: string | null | undefined;
5609
+ source?: string | null | undefined;
5545
5610
  } | null | undefined;
5546
5611
  } | null | undefined;
5547
5612
  } & /*elided*/ any)[] | null | undefined;
5548
5613
  reconciledTransactions?: z.input<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
5614
+ payout?: z.input<typeof import("..").payoutEntitySchema> | null | undefined;
5549
5615
  }, z.core.$ZodTypeInternals<{
5550
5616
  id: string;
5551
5617
  referenceId: string | null;
@@ -5589,13 +5655,13 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
5589
5655
  } | null | undefined;
5590
5656
  property?: {
5591
5657
  id: string;
5658
+ mtaId: string;
5592
5659
  status: string;
5593
5660
  isArchived: boolean;
5594
5661
  createdAt: Date;
5595
- syncedAt: Date;
5596
5662
  updatedAt: Date;
5597
- mtaId: string;
5598
5663
  balanceCents: bigint;
5664
+ syncedAt: Date;
5599
5665
  customerId: string;
5600
5666
  projectId: string;
5601
5667
  lotDetail: string | null;
@@ -5630,14 +5696,15 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
5630
5696
  } | null | undefined;
5631
5697
  customer?: {
5632
5698
  id: string;
5633
- fullName: string | null;
5634
- mobile: string | null;
5635
- email: string;
5636
5699
  status: string;
5637
5700
  isArchived: boolean;
5638
5701
  createdAt: Date;
5639
5702
  syncedAt: Date;
5640
5703
  updatedAt: Date;
5704
+ fullName?: string | null | undefined;
5705
+ mobile?: string | null | undefined;
5706
+ email?: string | null | undefined;
5707
+ source?: string | null | undefined;
5641
5708
  } | null | undefined;
5642
5709
  } | null | undefined;
5643
5710
  } & {
@@ -5685,13 +5752,13 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
5685
5752
  } | null | undefined;
5686
5753
  property?: {
5687
5754
  id: string;
5755
+ mtaId: string;
5688
5756
  status: string;
5689
5757
  isArchived: boolean;
5690
5758
  createdAt: Date;
5691
- syncedAt: Date;
5692
5759
  updatedAt: Date;
5693
- mtaId: string;
5694
5760
  balanceCents: bigint;
5761
+ syncedAt: Date;
5695
5762
  customerId: string;
5696
5763
  projectId: string;
5697
5764
  lotDetail: string | null;
@@ -5726,14 +5793,15 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
5726
5793
  } | null | undefined;
5727
5794
  customer?: {
5728
5795
  id: string;
5729
- fullName: string | null;
5730
- mobile: string | null;
5731
- email: string;
5732
5796
  status: string;
5733
5797
  isArchived: boolean;
5734
5798
  createdAt: Date;
5735
5799
  syncedAt: Date;
5736
5800
  updatedAt: Date;
5801
+ fullName?: string | null | undefined;
5802
+ mobile?: string | null | undefined;
5803
+ email?: string | null | undefined;
5804
+ source?: string | null | undefined;
5737
5805
  } | null | undefined;
5738
5806
  } | null | undefined;
5739
5807
  } & /*elided*/ any) | null | undefined;
@@ -5780,13 +5848,13 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
5780
5848
  } | null | undefined;
5781
5849
  property?: {
5782
5850
  id: string;
5851
+ mtaId: string;
5783
5852
  status: string;
5784
5853
  isArchived: boolean;
5785
5854
  createdAt: Date;
5786
- syncedAt: Date;
5787
5855
  updatedAt: Date;
5788
- mtaId: string;
5789
5856
  balanceCents: bigint;
5857
+ syncedAt: Date;
5790
5858
  customerId: string;
5791
5859
  projectId: string;
5792
5860
  lotDetail: string | null;
@@ -5821,14 +5889,15 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
5821
5889
  } | null | undefined;
5822
5890
  customer?: {
5823
5891
  id: string;
5824
- fullName: string | null;
5825
- mobile: string | null;
5826
- email: string;
5827
5892
  status: string;
5828
5893
  isArchived: boolean;
5829
5894
  createdAt: Date;
5830
5895
  syncedAt: Date;
5831
5896
  updatedAt: Date;
5897
+ fullName?: string | null | undefined;
5898
+ mobile?: string | null | undefined;
5899
+ email?: string | null | undefined;
5900
+ source?: string | null | undefined;
5832
5901
  } | null | undefined;
5833
5902
  } | null | undefined;
5834
5903
  } & /*elided*/ any)[] | null | undefined;
@@ -5843,6 +5912,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
5843
5912
  amountStr?: string | null | undefined;
5844
5913
  transactionNumber?: string | null | undefined;
5845
5914
  isCancelable?: boolean | null | undefined;
5915
+ payout?: z.output<typeof import("..").payoutEntitySchema> | null | undefined;
5846
5916
  }, {
5847
5917
  id: string;
5848
5918
  referenceId: string | null;
@@ -5886,13 +5956,13 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
5886
5956
  } | null | undefined;
5887
5957
  property?: {
5888
5958
  id: string;
5959
+ mtaId: string;
5889
5960
  status: string;
5890
5961
  isArchived: boolean;
5891
5962
  createdAt: unknown;
5892
- syncedAt: unknown;
5893
5963
  updatedAt: unknown;
5894
- mtaId: string;
5895
5964
  balanceCents: unknown;
5965
+ syncedAt: unknown;
5896
5966
  customerId: string;
5897
5967
  projectId: string;
5898
5968
  lotDetail: string | null;
@@ -5927,14 +5997,15 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
5927
5997
  } | null | undefined;
5928
5998
  customer?: {
5929
5999
  id: string;
5930
- fullName: string | null;
5931
- mobile: string | null;
5932
- email: string;
5933
6000
  status: string;
5934
6001
  isArchived: boolean;
5935
6002
  createdAt: unknown;
5936
6003
  syncedAt: unknown;
5937
6004
  updatedAt: unknown;
6005
+ fullName?: string | null | undefined;
6006
+ mobile?: string | null | undefined;
6007
+ email?: string | null | undefined;
6008
+ source?: string | null | undefined;
5938
6009
  } | null | undefined;
5939
6010
  } | null | undefined;
5940
6011
  } & {
@@ -5982,13 +6053,13 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
5982
6053
  } | null | undefined;
5983
6054
  property?: {
5984
6055
  id: string;
6056
+ mtaId: string;
5985
6057
  status: string;
5986
6058
  isArchived: boolean;
5987
6059
  createdAt: unknown;
5988
- syncedAt: unknown;
5989
6060
  updatedAt: unknown;
5990
- mtaId: string;
5991
6061
  balanceCents: unknown;
6062
+ syncedAt: unknown;
5992
6063
  customerId: string;
5993
6064
  projectId: string;
5994
6065
  lotDetail: string | null;
@@ -6023,14 +6094,15 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
6023
6094
  } | null | undefined;
6024
6095
  customer?: {
6025
6096
  id: string;
6026
- fullName: string | null;
6027
- mobile: string | null;
6028
- email: string;
6029
6097
  status: string;
6030
6098
  isArchived: boolean;
6031
6099
  createdAt: unknown;
6032
6100
  syncedAt: unknown;
6033
6101
  updatedAt: unknown;
6102
+ fullName?: string | null | undefined;
6103
+ mobile?: string | null | undefined;
6104
+ email?: string | null | undefined;
6105
+ source?: string | null | undefined;
6034
6106
  } | null | undefined;
6035
6107
  } | null | undefined;
6036
6108
  } & /*elided*/ any) | null | undefined;
@@ -6077,13 +6149,13 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
6077
6149
  } | null | undefined;
6078
6150
  property?: {
6079
6151
  id: string;
6152
+ mtaId: string;
6080
6153
  status: string;
6081
6154
  isArchived: boolean;
6082
6155
  createdAt: unknown;
6083
- syncedAt: unknown;
6084
6156
  updatedAt: unknown;
6085
- mtaId: string;
6086
6157
  balanceCents: unknown;
6158
+ syncedAt: unknown;
6087
6159
  customerId: string;
6088
6160
  projectId: string;
6089
6161
  lotDetail: string | null;
@@ -6118,18 +6190,20 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
6118
6190
  } | null | undefined;
6119
6191
  customer?: {
6120
6192
  id: string;
6121
- fullName: string | null;
6122
- mobile: string | null;
6123
- email: string;
6124
6193
  status: string;
6125
6194
  isArchived: boolean;
6126
6195
  createdAt: unknown;
6127
6196
  syncedAt: unknown;
6128
6197
  updatedAt: unknown;
6198
+ fullName?: string | null | undefined;
6199
+ mobile?: string | null | undefined;
6200
+ email?: string | null | undefined;
6201
+ source?: string | null | undefined;
6129
6202
  } | null | undefined;
6130
6203
  } | null | undefined;
6131
6204
  } & /*elided*/ any)[] | null | undefined;
6132
6205
  reconciledTransactions?: z.input<typeof import("../..").mtaReconciledTransactionRestResSchema>[] | null | undefined;
6206
+ payout?: z.input<typeof import("..").payoutEntitySchema> | null | undefined;
6133
6207
  }>>>>>;
6134
6208
  }, z.core.$loose>;
6135
6209
  targetDetail: z.ZodObject<{
@@ -6173,14 +6247,14 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
6173
6247
  }>>;
6174
6248
  readonly property: z.ZodLazy<z.ZodOptional<z.ZodObject<{
6175
6249
  id: z.ZodUUID;
6250
+ mtaId: z.ZodString;
6176
6251
  status: z.ZodString;
6177
6252
  isArchived: z.ZodBoolean;
6178
6253
  createdAt: z.ZodCoercedDate<unknown>;
6179
- syncedAt: z.ZodCoercedDate<unknown>;
6180
6254
  updatedAt: z.ZodCoercedDate<unknown>;
6181
- mtaId: z.ZodString;
6182
6255
  cmaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6183
6256
  balanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
6257
+ syncedAt: z.ZodCoercedDate<unknown>;
6184
6258
  customerId: z.ZodString;
6185
6259
  projectId: z.ZodString;
6186
6260
  buyerName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -6214,14 +6288,15 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
6214
6288
  }, z.core.$strip>>>>;
6215
6289
  customer: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
6216
6290
  id: z.ZodUUID;
6217
- fullName: z.ZodNullable<z.ZodString>;
6218
- mobile: z.ZodNullable<z.ZodString>;
6219
- email: z.ZodString;
6291
+ fullName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6292
+ mobile: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6293
+ email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6220
6294
  status: z.ZodString;
6221
6295
  isArchived: z.ZodBoolean;
6222
6296
  createdAt: z.ZodCoercedDate<unknown>;
6223
6297
  syncedAt: z.ZodCoercedDate<unknown>;
6224
6298
  updatedAt: z.ZodCoercedDate<unknown>;
6299
+ source: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6225
6300
  }, z.core.$strip>>>>;
6226
6301
  }, z.core.$strip>>>;
6227
6302
  readonly cmaTransactions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodType<{
@@ -6266,13 +6341,13 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
6266
6341
  } | null | undefined;
6267
6342
  property?: {
6268
6343
  id: string;
6344
+ mtaId: string;
6269
6345
  status: string;
6270
6346
  isArchived: boolean;
6271
6347
  createdAt: Date;
6272
- syncedAt: Date;
6273
6348
  updatedAt: Date;
6274
- mtaId: string;
6275
6349
  balanceCents: bigint;
6350
+ syncedAt: Date;
6276
6351
  customerId: string;
6277
6352
  projectId: string;
6278
6353
  lotDetail: string | null;
@@ -6307,14 +6382,15 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
6307
6382
  } | null | undefined;
6308
6383
  customer?: {
6309
6384
  id: string;
6310
- fullName: string | null;
6311
- mobile: string | null;
6312
- email: string;
6313
6385
  status: string;
6314
6386
  isArchived: boolean;
6315
6387
  createdAt: Date;
6316
6388
  syncedAt: Date;
6317
6389
  updatedAt: Date;
6390
+ fullName?: string | null | undefined;
6391
+ mobile?: string | null | undefined;
6392
+ email?: string | null | undefined;
6393
+ source?: string | null | undefined;
6318
6394
  } | null | undefined;
6319
6395
  } | null | undefined;
6320
6396
  } & {
@@ -6361,13 +6437,13 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
6361
6437
  } | null | undefined;
6362
6438
  property?: {
6363
6439
  id: string;
6440
+ mtaId: string;
6364
6441
  status: string;
6365
6442
  isArchived: boolean;
6366
6443
  createdAt: Date;
6367
- syncedAt: Date;
6368
6444
  updatedAt: Date;
6369
- mtaId: string;
6370
6445
  balanceCents: bigint;
6446
+ syncedAt: Date;
6371
6447
  customerId: string;
6372
6448
  projectId: string;
6373
6449
  lotDetail: string | null;
@@ -6402,14 +6478,15 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
6402
6478
  } | null | undefined;
6403
6479
  customer?: {
6404
6480
  id: string;
6405
- fullName: string | null;
6406
- mobile: string | null;
6407
- email: string;
6408
6481
  status: string;
6409
6482
  isArchived: boolean;
6410
6483
  createdAt: Date;
6411
6484
  syncedAt: Date;
6412
6485
  updatedAt: Date;
6486
+ fullName?: string | null | undefined;
6487
+ mobile?: string | null | undefined;
6488
+ email?: string | null | undefined;
6489
+ source?: string | null | undefined;
6413
6490
  } | null | undefined;
6414
6491
  } | null | undefined;
6415
6492
  } & /*elided*/ any, "cma"> | null | undefined;
@@ -6455,13 +6532,13 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
6455
6532
  } | null | undefined;
6456
6533
  property?: {
6457
6534
  id: string;
6535
+ mtaId: string;
6458
6536
  status: string;
6459
6537
  isArchived: boolean;
6460
6538
  createdAt: Date;
6461
- syncedAt: Date;
6462
6539
  updatedAt: Date;
6463
- mtaId: string;
6464
6540
  balanceCents: bigint;
6541
+ syncedAt: Date;
6465
6542
  customerId: string;
6466
6543
  projectId: string;
6467
6544
  lotDetail: string | null;
@@ -6496,14 +6573,15 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
6496
6573
  } | null | undefined;
6497
6574
  customer?: {
6498
6575
  id: string;
6499
- fullName: string | null;
6500
- mobile: string | null;
6501
- email: string;
6502
6576
  status: string;
6503
6577
  isArchived: boolean;
6504
6578
  createdAt: Date;
6505
6579
  syncedAt: Date;
6506
6580
  updatedAt: Date;
6581
+ fullName?: string | null | undefined;
6582
+ mobile?: string | null | undefined;
6583
+ email?: string | null | undefined;
6584
+ source?: string | null | undefined;
6507
6585
  } | null | undefined;
6508
6586
  } | null | undefined;
6509
6587
  } & /*elided*/ any, "cma">[] | null | undefined;
@@ -6557,13 +6635,13 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
6557
6635
  } | null | undefined;
6558
6636
  property?: {
6559
6637
  id: string;
6638
+ mtaId: string;
6560
6639
  status: string;
6561
6640
  isArchived: boolean;
6562
6641
  createdAt: unknown;
6563
- syncedAt: unknown;
6564
6642
  updatedAt: unknown;
6565
- mtaId: string;
6566
6643
  balanceCents: unknown;
6644
+ syncedAt: unknown;
6567
6645
  customerId: string;
6568
6646
  projectId: string;
6569
6647
  lotDetail: string | null;
@@ -6598,14 +6676,15 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
6598
6676
  } | null | undefined;
6599
6677
  customer?: {
6600
6678
  id: string;
6601
- fullName: string | null;
6602
- mobile: string | null;
6603
- email: string;
6604
6679
  status: string;
6605
6680
  isArchived: boolean;
6606
6681
  createdAt: unknown;
6607
6682
  syncedAt: unknown;
6608
6683
  updatedAt: unknown;
6684
+ fullName?: string | null | undefined;
6685
+ mobile?: string | null | undefined;
6686
+ email?: string | null | undefined;
6687
+ source?: string | null | undefined;
6609
6688
  } | null | undefined;
6610
6689
  } | null | undefined;
6611
6690
  } & {
@@ -6652,13 +6731,13 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
6652
6731
  } | null | undefined;
6653
6732
  property?: {
6654
6733
  id: string;
6734
+ mtaId: string;
6655
6735
  status: string;
6656
6736
  isArchived: boolean;
6657
6737
  createdAt: unknown;
6658
- syncedAt: unknown;
6659
6738
  updatedAt: unknown;
6660
- mtaId: string;
6661
6739
  balanceCents: unknown;
6740
+ syncedAt: unknown;
6662
6741
  customerId: string;
6663
6742
  projectId: string;
6664
6743
  lotDetail: string | null;
@@ -6693,14 +6772,15 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
6693
6772
  } | null | undefined;
6694
6773
  customer?: {
6695
6774
  id: string;
6696
- fullName: string | null;
6697
- mobile: string | null;
6698
- email: string;
6699
6775
  status: string;
6700
6776
  isArchived: boolean;
6701
6777
  createdAt: unknown;
6702
6778
  syncedAt: unknown;
6703
6779
  updatedAt: unknown;
6780
+ fullName?: string | null | undefined;
6781
+ mobile?: string | null | undefined;
6782
+ email?: string | null | undefined;
6783
+ source?: string | null | undefined;
6704
6784
  } | null | undefined;
6705
6785
  } | null | undefined;
6706
6786
  } & /*elided*/ any) | null | undefined;
@@ -6746,13 +6826,13 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
6746
6826
  } | null | undefined;
6747
6827
  property?: {
6748
6828
  id: string;
6829
+ mtaId: string;
6749
6830
  status: string;
6750
6831
  isArchived: boolean;
6751
6832
  createdAt: unknown;
6752
- syncedAt: unknown;
6753
6833
  updatedAt: unknown;
6754
- mtaId: string;
6755
6834
  balanceCents: unknown;
6835
+ syncedAt: unknown;
6756
6836
  customerId: string;
6757
6837
  projectId: string;
6758
6838
  lotDetail: string | null;
@@ -6787,14 +6867,15 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
6787
6867
  } | null | undefined;
6788
6868
  customer?: {
6789
6869
  id: string;
6790
- fullName: string | null;
6791
- mobile: string | null;
6792
- email: string;
6793
6870
  status: string;
6794
6871
  isArchived: boolean;
6795
6872
  createdAt: unknown;
6796
6873
  syncedAt: unknown;
6797
6874
  updatedAt: unknown;
6875
+ fullName?: string | null | undefined;
6876
+ mobile?: string | null | undefined;
6877
+ email?: string | null | undefined;
6878
+ source?: string | null | undefined;
6798
6879
  } | null | undefined;
6799
6880
  } | null | undefined;
6800
6881
  } & /*elided*/ any)[] | null | undefined;
@@ -6842,13 +6923,13 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
6842
6923
  } | null | undefined;
6843
6924
  property?: {
6844
6925
  id: string;
6926
+ mtaId: string;
6845
6927
  status: string;
6846
6928
  isArchived: boolean;
6847
6929
  createdAt: Date;
6848
- syncedAt: Date;
6849
6930
  updatedAt: Date;
6850
- mtaId: string;
6851
6931
  balanceCents: bigint;
6932
+ syncedAt: Date;
6852
6933
  customerId: string;
6853
6934
  projectId: string;
6854
6935
  lotDetail: string | null;
@@ -6883,14 +6964,15 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
6883
6964
  } | null | undefined;
6884
6965
  customer?: {
6885
6966
  id: string;
6886
- fullName: string | null;
6887
- mobile: string | null;
6888
- email: string;
6889
6967
  status: string;
6890
6968
  isArchived: boolean;
6891
6969
  createdAt: Date;
6892
6970
  syncedAt: Date;
6893
6971
  updatedAt: Date;
6972
+ fullName?: string | null | undefined;
6973
+ mobile?: string | null | undefined;
6974
+ email?: string | null | undefined;
6975
+ source?: string | null | undefined;
6894
6976
  } | null | undefined;
6895
6977
  } | null | undefined;
6896
6978
  } & {
@@ -6937,13 +7019,13 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
6937
7019
  } | null | undefined;
6938
7020
  property?: {
6939
7021
  id: string;
7022
+ mtaId: string;
6940
7023
  status: string;
6941
7024
  isArchived: boolean;
6942
7025
  createdAt: Date;
6943
- syncedAt: Date;
6944
7026
  updatedAt: Date;
6945
- mtaId: string;
6946
7027
  balanceCents: bigint;
7028
+ syncedAt: Date;
6947
7029
  customerId: string;
6948
7030
  projectId: string;
6949
7031
  lotDetail: string | null;
@@ -6978,14 +7060,15 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
6978
7060
  } | null | undefined;
6979
7061
  customer?: {
6980
7062
  id: string;
6981
- fullName: string | null;
6982
- mobile: string | null;
6983
- email: string;
6984
7063
  status: string;
6985
7064
  isArchived: boolean;
6986
7065
  createdAt: Date;
6987
7066
  syncedAt: Date;
6988
7067
  updatedAt: Date;
7068
+ fullName?: string | null | undefined;
7069
+ mobile?: string | null | undefined;
7070
+ email?: string | null | undefined;
7071
+ source?: string | null | undefined;
6989
7072
  } | null | undefined;
6990
7073
  } | null | undefined;
6991
7074
  } & /*elided*/ any, "cma"> | null | undefined;
@@ -7031,13 +7114,13 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
7031
7114
  } | null | undefined;
7032
7115
  property?: {
7033
7116
  id: string;
7117
+ mtaId: string;
7034
7118
  status: string;
7035
7119
  isArchived: boolean;
7036
7120
  createdAt: Date;
7037
- syncedAt: Date;
7038
7121
  updatedAt: Date;
7039
- mtaId: string;
7040
7122
  balanceCents: bigint;
7123
+ syncedAt: Date;
7041
7124
  customerId: string;
7042
7125
  projectId: string;
7043
7126
  lotDetail: string | null;
@@ -7072,14 +7155,15 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
7072
7155
  } | null | undefined;
7073
7156
  customer?: {
7074
7157
  id: string;
7075
- fullName: string | null;
7076
- mobile: string | null;
7077
- email: string;
7078
7158
  status: string;
7079
7159
  isArchived: boolean;
7080
7160
  createdAt: Date;
7081
7161
  syncedAt: Date;
7082
7162
  updatedAt: Date;
7163
+ fullName?: string | null | undefined;
7164
+ mobile?: string | null | undefined;
7165
+ email?: string | null | undefined;
7166
+ source?: string | null | undefined;
7083
7167
  } | null | undefined;
7084
7168
  } | null | undefined;
7085
7169
  } & /*elided*/ any, "cma">[] | null | undefined;
@@ -7133,13 +7217,13 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
7133
7217
  } | null | undefined;
7134
7218
  property?: {
7135
7219
  id: string;
7220
+ mtaId: string;
7136
7221
  status: string;
7137
7222
  isArchived: boolean;
7138
7223
  createdAt: unknown;
7139
- syncedAt: unknown;
7140
7224
  updatedAt: unknown;
7141
- mtaId: string;
7142
7225
  balanceCents: unknown;
7226
+ syncedAt: unknown;
7143
7227
  customerId: string;
7144
7228
  projectId: string;
7145
7229
  lotDetail: string | null;
@@ -7174,14 +7258,15 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
7174
7258
  } | null | undefined;
7175
7259
  customer?: {
7176
7260
  id: string;
7177
- fullName: string | null;
7178
- mobile: string | null;
7179
- email: string;
7180
7261
  status: string;
7181
7262
  isArchived: boolean;
7182
7263
  createdAt: unknown;
7183
7264
  syncedAt: unknown;
7184
7265
  updatedAt: unknown;
7266
+ fullName?: string | null | undefined;
7267
+ mobile?: string | null | undefined;
7268
+ email?: string | null | undefined;
7269
+ source?: string | null | undefined;
7185
7270
  } | null | undefined;
7186
7271
  } | null | undefined;
7187
7272
  } & {
@@ -7228,13 +7313,13 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
7228
7313
  } | null | undefined;
7229
7314
  property?: {
7230
7315
  id: string;
7316
+ mtaId: string;
7231
7317
  status: string;
7232
7318
  isArchived: boolean;
7233
7319
  createdAt: unknown;
7234
- syncedAt: unknown;
7235
7320
  updatedAt: unknown;
7236
- mtaId: string;
7237
7321
  balanceCents: unknown;
7322
+ syncedAt: unknown;
7238
7323
  customerId: string;
7239
7324
  projectId: string;
7240
7325
  lotDetail: string | null;
@@ -7269,14 +7354,15 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
7269
7354
  } | null | undefined;
7270
7355
  customer?: {
7271
7356
  id: string;
7272
- fullName: string | null;
7273
- mobile: string | null;
7274
- email: string;
7275
7357
  status: string;
7276
7358
  isArchived: boolean;
7277
7359
  createdAt: unknown;
7278
7360
  syncedAt: unknown;
7279
7361
  updatedAt: unknown;
7362
+ fullName?: string | null | undefined;
7363
+ mobile?: string | null | undefined;
7364
+ email?: string | null | undefined;
7365
+ source?: string | null | undefined;
7280
7366
  } | null | undefined;
7281
7367
  } | null | undefined;
7282
7368
  } & /*elided*/ any) | null | undefined;
@@ -7322,13 +7408,13 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
7322
7408
  } | null | undefined;
7323
7409
  property?: {
7324
7410
  id: string;
7411
+ mtaId: string;
7325
7412
  status: string;
7326
7413
  isArchived: boolean;
7327
7414
  createdAt: unknown;
7328
- syncedAt: unknown;
7329
7415
  updatedAt: unknown;
7330
- mtaId: string;
7331
7416
  balanceCents: unknown;
7417
+ syncedAt: unknown;
7332
7418
  customerId: string;
7333
7419
  projectId: string;
7334
7420
  lotDetail: string | null;
@@ -7363,14 +7449,15 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
7363
7449
  } | null | undefined;
7364
7450
  customer?: {
7365
7451
  id: string;
7366
- fullName: string | null;
7367
- mobile: string | null;
7368
- email: string;
7369
7452
  status: string;
7370
7453
  isArchived: boolean;
7371
7454
  createdAt: unknown;
7372
7455
  syncedAt: unknown;
7373
7456
  updatedAt: unknown;
7457
+ fullName?: string | null | undefined;
7458
+ mobile?: string | null | undefined;
7459
+ email?: string | null | undefined;
7460
+ source?: string | null | undefined;
7374
7461
  } | null | undefined;
7375
7462
  } | null | undefined;
7376
7463
  } & /*elided*/ any)[] | null | undefined;