@mikemo-coposit/am-accounting-shared 1.0.4 → 1.0.6

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 (94) hide show
  1. package/dist/cjs/constants/common/package-version.constant.d.ts +1 -1
  2. package/dist/cjs/constants/property/property-status.constant.d.ts +3 -1
  3. package/dist/cjs/constants/property/property-status.constant.d.ts.map +1 -1
  4. package/dist/cjs/{index.js → index.cjs} +15 -10
  5. package/dist/cjs/schemas/cma/cma.rest.schema.d.ts +26 -0
  6. package/dist/cjs/schemas/cma/cma.rest.schema.d.ts.map +1 -1
  7. package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +48 -0
  8. package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts.map +1 -1
  9. package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +26 -0
  10. package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -1
  11. package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +50 -0
  12. package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map +1 -1
  13. package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +3 -3
  14. package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +2 -0
  15. package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
  16. package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +48 -0
  17. package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map +1 -1
  18. package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +24 -0
  19. package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
  20. package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +2 -0
  21. package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts.map +1 -1
  22. package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +2 -0
  23. package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
  24. package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts +4 -0
  25. package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts.map +1 -1
  26. package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts +156 -0
  27. package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts.map +1 -1
  28. package/dist/cjs/schemas/payout/payout-provision-data.entity.schema.d.ts +4 -0
  29. package/dist/cjs/schemas/payout/payout-provision-data.entity.schema.d.ts.map +1 -1
  30. package/dist/cjs/schemas/payout/payout.entity.schema.d.ts +4 -0
  31. package/dist/cjs/schemas/payout/payout.entity.schema.d.ts.map +1 -1
  32. package/dist/cjs/schemas/payout/payout.rest.schema.d.ts +621 -15
  33. package/dist/cjs/schemas/payout/payout.rest.schema.d.ts.map +1 -1
  34. package/dist/cjs/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts +4 -0
  35. package/dist/cjs/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts.map +1 -1
  36. package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +69 -1
  37. package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
  38. package/dist/cjs/schemas/property/index.d.ts +1 -0
  39. package/dist/cjs/schemas/property/index.d.ts.map +1 -1
  40. package/dist/cjs/schemas/property/mark-property-cma-not-required.schema.d.ts +7 -0
  41. package/dist/cjs/schemas/property/mark-property-cma-not-required.schema.d.ts.map +1 -0
  42. package/dist/cjs/schemas/property/property.entity.schema.d.ts +4 -0
  43. package/dist/cjs/schemas/property/property.entity.schema.d.ts.map +1 -1
  44. package/dist/cjs/schemas/property/property.rest.schema.d.ts +52 -0
  45. package/dist/cjs/schemas/property/property.rest.schema.d.ts.map +1 -1
  46. package/dist/cjs/utils/date.util.d.ts.map +1 -1
  47. package/dist/esm/constants/common/package-version.constant.d.ts +1 -1
  48. package/dist/esm/constants/property/property-status.constant.d.ts +3 -1
  49. package/dist/esm/constants/property/property-status.constant.d.ts.map +1 -1
  50. package/dist/esm/{index.mjs → index.js} +11 -7
  51. package/dist/esm/schemas/cma/cma.rest.schema.d.ts +26 -0
  52. package/dist/esm/schemas/cma/cma.rest.schema.d.ts.map +1 -1
  53. package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +48 -0
  54. package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts.map +1 -1
  55. package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +26 -0
  56. package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -1
  57. package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +50 -0
  58. package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map +1 -1
  59. package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +3 -3
  60. package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +2 -0
  61. package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
  62. package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +48 -0
  63. package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map +1 -1
  64. package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +24 -0
  65. package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
  66. package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +2 -0
  67. package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts.map +1 -1
  68. package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +2 -0
  69. package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
  70. package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts +4 -0
  71. package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts.map +1 -1
  72. package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts +156 -0
  73. package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts.map +1 -1
  74. package/dist/esm/schemas/payout/payout-provision-data.entity.schema.d.ts +4 -0
  75. package/dist/esm/schemas/payout/payout-provision-data.entity.schema.d.ts.map +1 -1
  76. package/dist/esm/schemas/payout/payout.entity.schema.d.ts +4 -0
  77. package/dist/esm/schemas/payout/payout.entity.schema.d.ts.map +1 -1
  78. package/dist/esm/schemas/payout/payout.rest.schema.d.ts +621 -15
  79. package/dist/esm/schemas/payout/payout.rest.schema.d.ts.map +1 -1
  80. package/dist/esm/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts +4 -0
  81. package/dist/esm/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts.map +1 -1
  82. package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +69 -1
  83. package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
  84. package/dist/esm/schemas/property/index.d.ts +1 -0
  85. package/dist/esm/schemas/property/index.d.ts.map +1 -1
  86. package/dist/esm/schemas/property/mark-property-cma-not-required.schema.d.ts +7 -0
  87. package/dist/esm/schemas/property/mark-property-cma-not-required.schema.d.ts.map +1 -0
  88. package/dist/esm/schemas/property/property.entity.schema.d.ts +4 -0
  89. package/dist/esm/schemas/property/property.entity.schema.d.ts.map +1 -1
  90. package/dist/esm/schemas/property/property.rest.schema.d.ts +52 -0
  91. package/dist/esm/schemas/property/property.rest.schema.d.ts.map +1 -1
  92. package/dist/esm/utils/date.util.d.ts.map +1 -1
  93. package/package.json +19 -12
  94. /package/dist/cjs/{index.js.LICENSE.txt → index.cjs.LICENSE.txt} +0 -0
@@ -21,6 +21,8 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
21
21
  buyerName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
22
22
  lotDetail: z.ZodNullable<z.ZodString>;
23
23
  propertyAddress: z.ZodString;
24
+ isCmaRequired: z.ZodBoolean;
25
+ cmaNotRequiredReason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
24
26
  stage: z.ZodString;
25
27
  status: z.ZodString;
26
28
  mtaId: z.ZodString;
@@ -90,7 +92,9 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
90
92
  propertyAddress: string;
91
93
  cmaBalanceCents: bigint;
92
94
  mtaBalanceCents: bigint;
95
+ isCmaRequired: boolean;
93
96
  stage: string;
97
+ cmaNotRequiredReason?: string | null | undefined;
94
98
  cmaId?: string | null | undefined;
95
99
  buyerName?: string | null | undefined;
96
100
  initialDepositStatus?: string | null | undefined;
@@ -187,7 +191,9 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
187
191
  propertyAddress: string;
188
192
  cmaBalanceCents: bigint;
189
193
  mtaBalanceCents: bigint;
194
+ isCmaRequired: boolean;
190
195
  stage: string;
196
+ cmaNotRequiredReason?: string | null | undefined;
191
197
  cmaId?: string | null | undefined;
192
198
  buyerName?: string | null | undefined;
193
199
  initialDepositStatus?: string | null | undefined;
@@ -283,7 +289,9 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
283
289
  propertyAddress: string;
284
290
  cmaBalanceCents: bigint;
285
291
  mtaBalanceCents: bigint;
292
+ isCmaRequired: boolean;
286
293
  stage: string;
294
+ cmaNotRequiredReason?: string | null | undefined;
287
295
  cmaId?: string | null | undefined;
288
296
  buyerName?: string | null | undefined;
289
297
  initialDepositStatus?: string | null | undefined;
@@ -391,7 +399,9 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
391
399
  propertyAddress: string;
392
400
  cmaBalanceCents: unknown;
393
401
  mtaBalanceCents: unknown;
402
+ isCmaRequired: boolean;
394
403
  stage: string;
404
+ cmaNotRequiredReason?: string | null | undefined;
395
405
  cmaId?: string | null | undefined;
396
406
  buyerName?: string | null | undefined;
397
407
  initialDepositStatus?: string | null | undefined;
@@ -488,7 +498,9 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
488
498
  propertyAddress: string;
489
499
  cmaBalanceCents: unknown;
490
500
  mtaBalanceCents: unknown;
501
+ isCmaRequired: boolean;
491
502
  stage: string;
503
+ cmaNotRequiredReason?: string | null | undefined;
492
504
  cmaId?: string | null | undefined;
493
505
  buyerName?: string | null | undefined;
494
506
  initialDepositStatus?: string | null | undefined;
@@ -584,7 +596,9 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
584
596
  propertyAddress: string;
585
597
  cmaBalanceCents: unknown;
586
598
  mtaBalanceCents: unknown;
599
+ isCmaRequired: boolean;
587
600
  stage: string;
601
+ cmaNotRequiredReason?: string | null | undefined;
588
602
  cmaId?: string | null | undefined;
589
603
  buyerName?: string | null | undefined;
590
604
  initialDepositStatus?: string | null | undefined;
@@ -682,7 +696,9 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
682
696
  propertyAddress: string;
683
697
  cmaBalanceCents: bigint;
684
698
  mtaBalanceCents: bigint;
699
+ isCmaRequired: boolean;
685
700
  stage: string;
701
+ cmaNotRequiredReason?: string | null | undefined;
686
702
  cmaId?: string | null | undefined;
687
703
  buyerName?: string | null | undefined;
688
704
  initialDepositStatus?: string | null | undefined;
@@ -779,7 +795,9 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
779
795
  propertyAddress: string;
780
796
  cmaBalanceCents: bigint;
781
797
  mtaBalanceCents: bigint;
798
+ isCmaRequired: boolean;
782
799
  stage: string;
800
+ cmaNotRequiredReason?: string | null | undefined;
783
801
  cmaId?: string | null | undefined;
784
802
  buyerName?: string | null | undefined;
785
803
  initialDepositStatus?: string | null | undefined;
@@ -875,7 +893,9 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
875
893
  propertyAddress: string;
876
894
  cmaBalanceCents: bigint;
877
895
  mtaBalanceCents: bigint;
896
+ isCmaRequired: boolean;
878
897
  stage: string;
898
+ cmaNotRequiredReason?: string | null | undefined;
879
899
  cmaId?: string | null | undefined;
880
900
  buyerName?: string | null | undefined;
881
901
  initialDepositStatus?: string | null | undefined;
@@ -983,7 +1003,9 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
983
1003
  propertyAddress: string;
984
1004
  cmaBalanceCents: unknown;
985
1005
  mtaBalanceCents: unknown;
1006
+ isCmaRequired: boolean;
986
1007
  stage: string;
1008
+ cmaNotRequiredReason?: string | null | undefined;
987
1009
  cmaId?: string | null | undefined;
988
1010
  buyerName?: string | null | undefined;
989
1011
  initialDepositStatus?: string | null | undefined;
@@ -1080,7 +1102,9 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
1080
1102
  propertyAddress: string;
1081
1103
  cmaBalanceCents: unknown;
1082
1104
  mtaBalanceCents: unknown;
1105
+ isCmaRequired: boolean;
1083
1106
  stage: string;
1107
+ cmaNotRequiredReason?: string | null | undefined;
1084
1108
  cmaId?: string | null | undefined;
1085
1109
  buyerName?: string | null | undefined;
1086
1110
  initialDepositStatus?: string | null | undefined;
@@ -1176,7 +1200,9 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
1176
1200
  propertyAddress: string;
1177
1201
  cmaBalanceCents: unknown;
1178
1202
  mtaBalanceCents: unknown;
1203
+ isCmaRequired: boolean;
1179
1204
  stage: string;
1205
+ cmaNotRequiredReason?: string | null | undefined;
1180
1206
  cmaId?: string | null | undefined;
1181
1207
  buyerName?: string | null | undefined;
1182
1208
  initialDepositStatus?: string | null | undefined;
@@ -1260,6 +1286,7 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
1260
1286
  readonly INACTIVE: "inactive";
1261
1287
  }>>;
1262
1288
  readonly property: z.ZodLazy<z.ZodOptional<z.ZodObject<{
1289
+ cmaNotRequiredReason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1263
1290
  id: z.ZodUUID;
1264
1291
  mtaId: z.ZodString;
1265
1292
  status: z.ZodString;
@@ -1276,6 +1303,7 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
1276
1303
  propertyAddress: z.ZodString;
1277
1304
  cmaBalanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
1278
1305
  mtaBalanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
1306
+ isCmaRequired: z.ZodBoolean;
1279
1307
  stage: z.ZodString;
1280
1308
  initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1281
1309
  project: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
@@ -1368,7 +1396,9 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
1368
1396
  propertyAddress: string;
1369
1397
  cmaBalanceCents: bigint;
1370
1398
  mtaBalanceCents: bigint;
1399
+ isCmaRequired: boolean;
1371
1400
  stage: string;
1401
+ cmaNotRequiredReason?: string | null | undefined;
1372
1402
  cmaId?: string | null | undefined;
1373
1403
  buyerName?: string | null | undefined;
1374
1404
  initialDepositStatus?: string | null | undefined;
@@ -1464,7 +1494,9 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
1464
1494
  propertyAddress: string;
1465
1495
  cmaBalanceCents: bigint;
1466
1496
  mtaBalanceCents: bigint;
1497
+ isCmaRequired: boolean;
1467
1498
  stage: string;
1499
+ cmaNotRequiredReason?: string | null | undefined;
1468
1500
  cmaId?: string | null | undefined;
1469
1501
  buyerName?: string | null | undefined;
1470
1502
  initialDepositStatus?: string | null | undefined;
@@ -1559,7 +1591,9 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
1559
1591
  propertyAddress: string;
1560
1592
  cmaBalanceCents: bigint;
1561
1593
  mtaBalanceCents: bigint;
1594
+ isCmaRequired: boolean;
1562
1595
  stage: string;
1596
+ cmaNotRequiredReason?: string | null | undefined;
1563
1597
  cmaId?: string | null | undefined;
1564
1598
  buyerName?: string | null | undefined;
1565
1599
  initialDepositStatus?: string | null | undefined;
@@ -1662,7 +1696,9 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
1662
1696
  propertyAddress: string;
1663
1697
  cmaBalanceCents: unknown;
1664
1698
  mtaBalanceCents: unknown;
1699
+ isCmaRequired: boolean;
1665
1700
  stage: string;
1701
+ cmaNotRequiredReason?: string | null | undefined;
1666
1702
  cmaId?: string | null | undefined;
1667
1703
  buyerName?: string | null | undefined;
1668
1704
  initialDepositStatus?: string | null | undefined;
@@ -1758,7 +1794,9 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
1758
1794
  propertyAddress: string;
1759
1795
  cmaBalanceCents: unknown;
1760
1796
  mtaBalanceCents: unknown;
1797
+ isCmaRequired: boolean;
1761
1798
  stage: string;
1799
+ cmaNotRequiredReason?: string | null | undefined;
1762
1800
  cmaId?: string | null | undefined;
1763
1801
  buyerName?: string | null | undefined;
1764
1802
  initialDepositStatus?: string | null | undefined;
@@ -1853,7 +1891,9 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
1853
1891
  propertyAddress: string;
1854
1892
  cmaBalanceCents: unknown;
1855
1893
  mtaBalanceCents: unknown;
1894
+ isCmaRequired: boolean;
1856
1895
  stage: string;
1896
+ cmaNotRequiredReason?: string | null | undefined;
1857
1897
  cmaId?: string | null | undefined;
1858
1898
  buyerName?: string | null | undefined;
1859
1899
  initialDepositStatus?: string | null | undefined;
@@ -1950,7 +1990,9 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
1950
1990
  propertyAddress: string;
1951
1991
  cmaBalanceCents: bigint;
1952
1992
  mtaBalanceCents: bigint;
1993
+ isCmaRequired: boolean;
1953
1994
  stage: string;
1995
+ cmaNotRequiredReason?: string | null | undefined;
1954
1996
  cmaId?: string | null | undefined;
1955
1997
  buyerName?: string | null | undefined;
1956
1998
  initialDepositStatus?: string | null | undefined;
@@ -2046,7 +2088,9 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
2046
2088
  propertyAddress: string;
2047
2089
  cmaBalanceCents: bigint;
2048
2090
  mtaBalanceCents: bigint;
2091
+ isCmaRequired: boolean;
2049
2092
  stage: string;
2093
+ cmaNotRequiredReason?: string | null | undefined;
2050
2094
  cmaId?: string | null | undefined;
2051
2095
  buyerName?: string | null | undefined;
2052
2096
  initialDepositStatus?: string | null | undefined;
@@ -2141,7 +2185,9 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
2141
2185
  propertyAddress: string;
2142
2186
  cmaBalanceCents: bigint;
2143
2187
  mtaBalanceCents: bigint;
2188
+ isCmaRequired: boolean;
2144
2189
  stage: string;
2190
+ cmaNotRequiredReason?: string | null | undefined;
2145
2191
  cmaId?: string | null | undefined;
2146
2192
  buyerName?: string | null | undefined;
2147
2193
  initialDepositStatus?: string | null | undefined;
@@ -2244,7 +2290,9 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
2244
2290
  propertyAddress: string;
2245
2291
  cmaBalanceCents: unknown;
2246
2292
  mtaBalanceCents: unknown;
2293
+ isCmaRequired: boolean;
2247
2294
  stage: string;
2295
+ cmaNotRequiredReason?: string | null | undefined;
2248
2296
  cmaId?: string | null | undefined;
2249
2297
  buyerName?: string | null | undefined;
2250
2298
  initialDepositStatus?: string | null | undefined;
@@ -2340,7 +2388,9 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
2340
2388
  propertyAddress: string;
2341
2389
  cmaBalanceCents: unknown;
2342
2390
  mtaBalanceCents: unknown;
2391
+ isCmaRequired: boolean;
2343
2392
  stage: string;
2393
+ cmaNotRequiredReason?: string | null | undefined;
2344
2394
  cmaId?: string | null | undefined;
2345
2395
  buyerName?: string | null | undefined;
2346
2396
  initialDepositStatus?: string | null | undefined;
@@ -2435,7 +2485,9 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
2435
2485
  propertyAddress: string;
2436
2486
  cmaBalanceCents: unknown;
2437
2487
  mtaBalanceCents: unknown;
2488
+ isCmaRequired: boolean;
2438
2489
  stage: string;
2490
+ cmaNotRequiredReason?: string | null | undefined;
2439
2491
  cmaId?: string | null | undefined;
2440
2492
  buyerName?: string | null | undefined;
2441
2493
  initialDepositStatus?: string | null | undefined;
@@ -2503,6 +2555,8 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
2503
2555
  buyerName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2504
2556
  lotDetail: z.ZodNullable<z.ZodString>;
2505
2557
  propertyAddress: z.ZodString;
2558
+ isCmaRequired: z.ZodBoolean;
2559
+ cmaNotRequiredReason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2506
2560
  stage: z.ZodString;
2507
2561
  status: z.ZodString;
2508
2562
  mtaId: z.ZodString;
@@ -2572,7 +2626,9 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
2572
2626
  propertyAddress: string;
2573
2627
  cmaBalanceCents: bigint;
2574
2628
  mtaBalanceCents: bigint;
2629
+ isCmaRequired: boolean;
2575
2630
  stage: string;
2631
+ cmaNotRequiredReason?: string | null | undefined;
2576
2632
  cmaId?: string | null | undefined;
2577
2633
  buyerName?: string | null | undefined;
2578
2634
  initialDepositStatus?: string | null | undefined;
@@ -2669,7 +2725,9 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
2669
2725
  propertyAddress: string;
2670
2726
  cmaBalanceCents: bigint;
2671
2727
  mtaBalanceCents: bigint;
2728
+ isCmaRequired: boolean;
2672
2729
  stage: string;
2730
+ cmaNotRequiredReason?: string | null | undefined;
2673
2731
  cmaId?: string | null | undefined;
2674
2732
  buyerName?: string | null | undefined;
2675
2733
  initialDepositStatus?: string | null | undefined;
@@ -2765,7 +2823,9 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
2765
2823
  propertyAddress: string;
2766
2824
  cmaBalanceCents: bigint;
2767
2825
  mtaBalanceCents: bigint;
2826
+ isCmaRequired: boolean;
2768
2827
  stage: string;
2828
+ cmaNotRequiredReason?: string | null | undefined;
2769
2829
  cmaId?: string | null | undefined;
2770
2830
  buyerName?: string | null | undefined;
2771
2831
  initialDepositStatus?: string | null | undefined;
@@ -2873,7 +2933,9 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
2873
2933
  propertyAddress: string;
2874
2934
  cmaBalanceCents: unknown;
2875
2935
  mtaBalanceCents: unknown;
2936
+ isCmaRequired: boolean;
2876
2937
  stage: string;
2938
+ cmaNotRequiredReason?: string | null | undefined;
2877
2939
  cmaId?: string | null | undefined;
2878
2940
  buyerName?: string | null | undefined;
2879
2941
  initialDepositStatus?: string | null | undefined;
@@ -2970,7 +3032,9 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
2970
3032
  propertyAddress: string;
2971
3033
  cmaBalanceCents: unknown;
2972
3034
  mtaBalanceCents: unknown;
3035
+ isCmaRequired: boolean;
2973
3036
  stage: string;
3037
+ cmaNotRequiredReason?: string | null | undefined;
2974
3038
  cmaId?: string | null | undefined;
2975
3039
  buyerName?: string | null | undefined;
2976
3040
  initialDepositStatus?: string | null | undefined;
@@ -3066,7 +3130,9 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
3066
3130
  propertyAddress: string;
3067
3131
  cmaBalanceCents: unknown;
3068
3132
  mtaBalanceCents: unknown;
3133
+ isCmaRequired: boolean;
3069
3134
  stage: string;
3135
+ cmaNotRequiredReason?: string | null | undefined;
3070
3136
  cmaId?: string | null | undefined;
3071
3137
  buyerName?: string | null | undefined;
3072
3138
  initialDepositStatus?: string | null | undefined;
@@ -3164,7 +3230,9 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
3164
3230
  propertyAddress: string;
3165
3231
  cmaBalanceCents: bigint;
3166
3232
  mtaBalanceCents: bigint;
3233
+ isCmaRequired: boolean;
3167
3234
  stage: string;
3235
+ cmaNotRequiredReason?: string | null | undefined;
3168
3236
  cmaId?: string | null | undefined;
3169
3237
  buyerName?: string | null | undefined;
3170
3238
  initialDepositStatus?: string | null | undefined;
@@ -3261,7 +3329,9 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
3261
3329
  propertyAddress: string;
3262
3330
  cmaBalanceCents: bigint;
3263
3331
  mtaBalanceCents: bigint;
3332
+ isCmaRequired: boolean;
3264
3333
  stage: string;
3334
+ cmaNotRequiredReason?: string | null | undefined;
3265
3335
  cmaId?: string | null | undefined;
3266
3336
  buyerName?: string | null | undefined;
3267
3337
  initialDepositStatus?: string | null | undefined;
@@ -3357,7 +3427,9 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
3357
3427
  propertyAddress: string;
3358
3428
  cmaBalanceCents: bigint;
3359
3429
  mtaBalanceCents: bigint;
3430
+ isCmaRequired: boolean;
3360
3431
  stage: string;
3432
+ cmaNotRequiredReason?: string | null | undefined;
3361
3433
  cmaId?: string | null | undefined;
3362
3434
  buyerName?: string | null | undefined;
3363
3435
  initialDepositStatus?: string | null | undefined;
@@ -3465,7 +3537,9 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
3465
3537
  propertyAddress: string;
3466
3538
  cmaBalanceCents: unknown;
3467
3539
  mtaBalanceCents: unknown;
3540
+ isCmaRequired: boolean;
3468
3541
  stage: string;
3542
+ cmaNotRequiredReason?: string | null | undefined;
3469
3543
  cmaId?: string | null | undefined;
3470
3544
  buyerName?: string | null | undefined;
3471
3545
  initialDepositStatus?: string | null | undefined;
@@ -3562,7 +3636,9 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
3562
3636
  propertyAddress: string;
3563
3637
  cmaBalanceCents: unknown;
3564
3638
  mtaBalanceCents: unknown;
3639
+ isCmaRequired: boolean;
3565
3640
  stage: string;
3641
+ cmaNotRequiredReason?: string | null | undefined;
3566
3642
  cmaId?: string | null | undefined;
3567
3643
  buyerName?: string | null | undefined;
3568
3644
  initialDepositStatus?: string | null | undefined;
@@ -3658,7 +3734,9 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
3658
3734
  propertyAddress: string;
3659
3735
  cmaBalanceCents: unknown;
3660
3736
  mtaBalanceCents: unknown;
3737
+ isCmaRequired: boolean;
3661
3738
  stage: string;
3739
+ cmaNotRequiredReason?: string | null | undefined;
3662
3740
  cmaId?: string | null | undefined;
3663
3741
  buyerName?: string | null | undefined;
3664
3742
  initialDepositStatus?: string | null | undefined;
@@ -3742,6 +3820,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
3742
3820
  readonly INACTIVE: "inactive";
3743
3821
  }>>;
3744
3822
  readonly property: z.ZodLazy<z.ZodOptional<z.ZodObject<{
3823
+ cmaNotRequiredReason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3745
3824
  id: z.ZodUUID;
3746
3825
  mtaId: z.ZodString;
3747
3826
  status: z.ZodString;
@@ -3758,6 +3837,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
3758
3837
  propertyAddress: z.ZodString;
3759
3838
  cmaBalanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
3760
3839
  mtaBalanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
3840
+ isCmaRequired: z.ZodBoolean;
3761
3841
  stage: z.ZodString;
3762
3842
  initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3763
3843
  project: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
@@ -3850,7 +3930,9 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
3850
3930
  propertyAddress: string;
3851
3931
  cmaBalanceCents: bigint;
3852
3932
  mtaBalanceCents: bigint;
3933
+ isCmaRequired: boolean;
3853
3934
  stage: string;
3935
+ cmaNotRequiredReason?: string | null | undefined;
3854
3936
  cmaId?: string | null | undefined;
3855
3937
  buyerName?: string | null | undefined;
3856
3938
  initialDepositStatus?: string | null | undefined;
@@ -3946,7 +4028,9 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
3946
4028
  propertyAddress: string;
3947
4029
  cmaBalanceCents: bigint;
3948
4030
  mtaBalanceCents: bigint;
4031
+ isCmaRequired: boolean;
3949
4032
  stage: string;
4033
+ cmaNotRequiredReason?: string | null | undefined;
3950
4034
  cmaId?: string | null | undefined;
3951
4035
  buyerName?: string | null | undefined;
3952
4036
  initialDepositStatus?: string | null | undefined;
@@ -4041,7 +4125,9 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
4041
4125
  propertyAddress: string;
4042
4126
  cmaBalanceCents: bigint;
4043
4127
  mtaBalanceCents: bigint;
4128
+ isCmaRequired: boolean;
4044
4129
  stage: string;
4130
+ cmaNotRequiredReason?: string | null | undefined;
4045
4131
  cmaId?: string | null | undefined;
4046
4132
  buyerName?: string | null | undefined;
4047
4133
  initialDepositStatus?: string | null | undefined;
@@ -4144,7 +4230,9 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
4144
4230
  propertyAddress: string;
4145
4231
  cmaBalanceCents: unknown;
4146
4232
  mtaBalanceCents: unknown;
4233
+ isCmaRequired: boolean;
4147
4234
  stage: string;
4235
+ cmaNotRequiredReason?: string | null | undefined;
4148
4236
  cmaId?: string | null | undefined;
4149
4237
  buyerName?: string | null | undefined;
4150
4238
  initialDepositStatus?: string | null | undefined;
@@ -4240,7 +4328,9 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
4240
4328
  propertyAddress: string;
4241
4329
  cmaBalanceCents: unknown;
4242
4330
  mtaBalanceCents: unknown;
4331
+ isCmaRequired: boolean;
4243
4332
  stage: string;
4333
+ cmaNotRequiredReason?: string | null | undefined;
4244
4334
  cmaId?: string | null | undefined;
4245
4335
  buyerName?: string | null | undefined;
4246
4336
  initialDepositStatus?: string | null | undefined;
@@ -4335,7 +4425,9 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
4335
4425
  propertyAddress: string;
4336
4426
  cmaBalanceCents: unknown;
4337
4427
  mtaBalanceCents: unknown;
4428
+ isCmaRequired: boolean;
4338
4429
  stage: string;
4430
+ cmaNotRequiredReason?: string | null | undefined;
4339
4431
  cmaId?: string | null | undefined;
4340
4432
  buyerName?: string | null | undefined;
4341
4433
  initialDepositStatus?: string | null | undefined;
@@ -4432,7 +4524,9 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
4432
4524
  propertyAddress: string;
4433
4525
  cmaBalanceCents: bigint;
4434
4526
  mtaBalanceCents: bigint;
4527
+ isCmaRequired: boolean;
4435
4528
  stage: string;
4529
+ cmaNotRequiredReason?: string | null | undefined;
4436
4530
  cmaId?: string | null | undefined;
4437
4531
  buyerName?: string | null | undefined;
4438
4532
  initialDepositStatus?: string | null | undefined;
@@ -4528,7 +4622,9 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
4528
4622
  propertyAddress: string;
4529
4623
  cmaBalanceCents: bigint;
4530
4624
  mtaBalanceCents: bigint;
4625
+ isCmaRequired: boolean;
4531
4626
  stage: string;
4627
+ cmaNotRequiredReason?: string | null | undefined;
4532
4628
  cmaId?: string | null | undefined;
4533
4629
  buyerName?: string | null | undefined;
4534
4630
  initialDepositStatus?: string | null | undefined;
@@ -4623,7 +4719,9 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
4623
4719
  propertyAddress: string;
4624
4720
  cmaBalanceCents: bigint;
4625
4721
  mtaBalanceCents: bigint;
4722
+ isCmaRequired: boolean;
4626
4723
  stage: string;
4724
+ cmaNotRequiredReason?: string | null | undefined;
4627
4725
  cmaId?: string | null | undefined;
4628
4726
  buyerName?: string | null | undefined;
4629
4727
  initialDepositStatus?: string | null | undefined;
@@ -4726,7 +4824,9 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
4726
4824
  propertyAddress: string;
4727
4825
  cmaBalanceCents: unknown;
4728
4826
  mtaBalanceCents: unknown;
4827
+ isCmaRequired: boolean;
4729
4828
  stage: string;
4829
+ cmaNotRequiredReason?: string | null | undefined;
4730
4830
  cmaId?: string | null | undefined;
4731
4831
  buyerName?: string | null | undefined;
4732
4832
  initialDepositStatus?: string | null | undefined;
@@ -4822,7 +4922,9 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
4822
4922
  propertyAddress: string;
4823
4923
  cmaBalanceCents: unknown;
4824
4924
  mtaBalanceCents: unknown;
4925
+ isCmaRequired: boolean;
4825
4926
  stage: string;
4927
+ cmaNotRequiredReason?: string | null | undefined;
4826
4928
  cmaId?: string | null | undefined;
4827
4929
  buyerName?: string | null | undefined;
4828
4930
  initialDepositStatus?: string | null | undefined;
@@ -4917,7 +5019,9 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
4917
5019
  propertyAddress: string;
4918
5020
  cmaBalanceCents: unknown;
4919
5021
  mtaBalanceCents: unknown;
5022
+ isCmaRequired: boolean;
4920
5023
  stage: string;
5024
+ cmaNotRequiredReason?: string | null | undefined;
4921
5025
  cmaId?: string | null | undefined;
4922
5026
  buyerName?: string | null | undefined;
4923
5027
  initialDepositStatus?: string | null | undefined;
@@ -5007,6 +5111,8 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
5007
5111
  buyerName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
5008
5112
  lotDetail: z.ZodNullable<z.ZodString>;
5009
5113
  propertyAddress: z.ZodString;
5114
+ isCmaRequired: z.ZodBoolean;
5115
+ cmaNotRequiredReason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
5010
5116
  stage: z.ZodString;
5011
5117
  status: z.ZodString;
5012
5118
  mtaId: z.ZodString;
@@ -5076,7 +5182,9 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
5076
5182
  propertyAddress: string;
5077
5183
  cmaBalanceCents: bigint;
5078
5184
  mtaBalanceCents: bigint;
5185
+ isCmaRequired: boolean;
5079
5186
  stage: string;
5187
+ cmaNotRequiredReason?: string | null | undefined;
5080
5188
  cmaId?: string | null | undefined;
5081
5189
  buyerName?: string | null | undefined;
5082
5190
  initialDepositStatus?: string | null | undefined;
@@ -5173,7 +5281,9 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
5173
5281
  propertyAddress: string;
5174
5282
  cmaBalanceCents: bigint;
5175
5283
  mtaBalanceCents: bigint;
5284
+ isCmaRequired: boolean;
5176
5285
  stage: string;
5286
+ cmaNotRequiredReason?: string | null | undefined;
5177
5287
  cmaId?: string | null | undefined;
5178
5288
  buyerName?: string | null | undefined;
5179
5289
  initialDepositStatus?: string | null | undefined;
@@ -5269,7 +5379,9 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
5269
5379
  propertyAddress: string;
5270
5380
  cmaBalanceCents: bigint;
5271
5381
  mtaBalanceCents: bigint;
5382
+ isCmaRequired: boolean;
5272
5383
  stage: string;
5384
+ cmaNotRequiredReason?: string | null | undefined;
5273
5385
  cmaId?: string | null | undefined;
5274
5386
  buyerName?: string | null | undefined;
5275
5387
  initialDepositStatus?: string | null | undefined;
@@ -5377,7 +5489,9 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
5377
5489
  propertyAddress: string;
5378
5490
  cmaBalanceCents: unknown;
5379
5491
  mtaBalanceCents: unknown;
5492
+ isCmaRequired: boolean;
5380
5493
  stage: string;
5494
+ cmaNotRequiredReason?: string | null | undefined;
5381
5495
  cmaId?: string | null | undefined;
5382
5496
  buyerName?: string | null | undefined;
5383
5497
  initialDepositStatus?: string | null | undefined;
@@ -5474,7 +5588,9 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
5474
5588
  propertyAddress: string;
5475
5589
  cmaBalanceCents: unknown;
5476
5590
  mtaBalanceCents: unknown;
5591
+ isCmaRequired: boolean;
5477
5592
  stage: string;
5593
+ cmaNotRequiredReason?: string | null | undefined;
5478
5594
  cmaId?: string | null | undefined;
5479
5595
  buyerName?: string | null | undefined;
5480
5596
  initialDepositStatus?: string | null | undefined;
@@ -5570,7 +5686,9 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
5570
5686
  propertyAddress: string;
5571
5687
  cmaBalanceCents: unknown;
5572
5688
  mtaBalanceCents: unknown;
5689
+ isCmaRequired: boolean;
5573
5690
  stage: string;
5691
+ cmaNotRequiredReason?: string | null | undefined;
5574
5692
  cmaId?: string | null | undefined;
5575
5693
  buyerName?: string | null | undefined;
5576
5694
  initialDepositStatus?: string | null | undefined;
@@ -5668,7 +5786,9 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
5668
5786
  propertyAddress: string;
5669
5787
  cmaBalanceCents: bigint;
5670
5788
  mtaBalanceCents: bigint;
5789
+ isCmaRequired: boolean;
5671
5790
  stage: string;
5791
+ cmaNotRequiredReason?: string | null | undefined;
5672
5792
  cmaId?: string | null | undefined;
5673
5793
  buyerName?: string | null | undefined;
5674
5794
  initialDepositStatus?: string | null | undefined;
@@ -5765,7 +5885,9 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
5765
5885
  propertyAddress: string;
5766
5886
  cmaBalanceCents: bigint;
5767
5887
  mtaBalanceCents: bigint;
5888
+ isCmaRequired: boolean;
5768
5889
  stage: string;
5890
+ cmaNotRequiredReason?: string | null | undefined;
5769
5891
  cmaId?: string | null | undefined;
5770
5892
  buyerName?: string | null | undefined;
5771
5893
  initialDepositStatus?: string | null | undefined;
@@ -5861,7 +5983,9 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
5861
5983
  propertyAddress: string;
5862
5984
  cmaBalanceCents: bigint;
5863
5985
  mtaBalanceCents: bigint;
5986
+ isCmaRequired: boolean;
5864
5987
  stage: string;
5988
+ cmaNotRequiredReason?: string | null | undefined;
5865
5989
  cmaId?: string | null | undefined;
5866
5990
  buyerName?: string | null | undefined;
5867
5991
  initialDepositStatus?: string | null | undefined;
@@ -5969,7 +6093,9 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
5969
6093
  propertyAddress: string;
5970
6094
  cmaBalanceCents: unknown;
5971
6095
  mtaBalanceCents: unknown;
6096
+ isCmaRequired: boolean;
5972
6097
  stage: string;
6098
+ cmaNotRequiredReason?: string | null | undefined;
5973
6099
  cmaId?: string | null | undefined;
5974
6100
  buyerName?: string | null | undefined;
5975
6101
  initialDepositStatus?: string | null | undefined;
@@ -6066,7 +6192,9 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
6066
6192
  propertyAddress: string;
6067
6193
  cmaBalanceCents: unknown;
6068
6194
  mtaBalanceCents: unknown;
6195
+ isCmaRequired: boolean;
6069
6196
  stage: string;
6197
+ cmaNotRequiredReason?: string | null | undefined;
6070
6198
  cmaId?: string | null | undefined;
6071
6199
  buyerName?: string | null | undefined;
6072
6200
  initialDepositStatus?: string | null | undefined;
@@ -6162,7 +6290,9 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
6162
6290
  propertyAddress: string;
6163
6291
  cmaBalanceCents: unknown;
6164
6292
  mtaBalanceCents: unknown;
6293
+ isCmaRequired: boolean;
6165
6294
  stage: string;
6295
+ cmaNotRequiredReason?: string | null | undefined;
6166
6296
  cmaId?: string | null | undefined;
6167
6297
  buyerName?: string | null | undefined;
6168
6298
  initialDepositStatus?: string | null | undefined;
@@ -6246,6 +6376,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
6246
6376
  readonly INACTIVE: "inactive";
6247
6377
  }>>;
6248
6378
  readonly property: z.ZodLazy<z.ZodOptional<z.ZodObject<{
6379
+ cmaNotRequiredReason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6249
6380
  id: z.ZodUUID;
6250
6381
  mtaId: z.ZodString;
6251
6382
  status: z.ZodString;
@@ -6262,6 +6393,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
6262
6393
  propertyAddress: z.ZodString;
6263
6394
  cmaBalanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
6264
6395
  mtaBalanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
6396
+ isCmaRequired: z.ZodBoolean;
6265
6397
  stage: z.ZodString;
6266
6398
  initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
6267
6399
  project: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
@@ -6354,7 +6486,9 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
6354
6486
  propertyAddress: string;
6355
6487
  cmaBalanceCents: bigint;
6356
6488
  mtaBalanceCents: bigint;
6489
+ isCmaRequired: boolean;
6357
6490
  stage: string;
6491
+ cmaNotRequiredReason?: string | null | undefined;
6358
6492
  cmaId?: string | null | undefined;
6359
6493
  buyerName?: string | null | undefined;
6360
6494
  initialDepositStatus?: string | null | undefined;
@@ -6450,7 +6584,9 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
6450
6584
  propertyAddress: string;
6451
6585
  cmaBalanceCents: bigint;
6452
6586
  mtaBalanceCents: bigint;
6587
+ isCmaRequired: boolean;
6453
6588
  stage: string;
6589
+ cmaNotRequiredReason?: string | null | undefined;
6454
6590
  cmaId?: string | null | undefined;
6455
6591
  buyerName?: string | null | undefined;
6456
6592
  initialDepositStatus?: string | null | undefined;
@@ -6545,7 +6681,9 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
6545
6681
  propertyAddress: string;
6546
6682
  cmaBalanceCents: bigint;
6547
6683
  mtaBalanceCents: bigint;
6684
+ isCmaRequired: boolean;
6548
6685
  stage: string;
6686
+ cmaNotRequiredReason?: string | null | undefined;
6549
6687
  cmaId?: string | null | undefined;
6550
6688
  buyerName?: string | null | undefined;
6551
6689
  initialDepositStatus?: string | null | undefined;
@@ -6648,7 +6786,9 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
6648
6786
  propertyAddress: string;
6649
6787
  cmaBalanceCents: unknown;
6650
6788
  mtaBalanceCents: unknown;
6789
+ isCmaRequired: boolean;
6651
6790
  stage: string;
6791
+ cmaNotRequiredReason?: string | null | undefined;
6652
6792
  cmaId?: string | null | undefined;
6653
6793
  buyerName?: string | null | undefined;
6654
6794
  initialDepositStatus?: string | null | undefined;
@@ -6744,7 +6884,9 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
6744
6884
  propertyAddress: string;
6745
6885
  cmaBalanceCents: unknown;
6746
6886
  mtaBalanceCents: unknown;
6887
+ isCmaRequired: boolean;
6747
6888
  stage: string;
6889
+ cmaNotRequiredReason?: string | null | undefined;
6748
6890
  cmaId?: string | null | undefined;
6749
6891
  buyerName?: string | null | undefined;
6750
6892
  initialDepositStatus?: string | null | undefined;
@@ -6839,7 +6981,9 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
6839
6981
  propertyAddress: string;
6840
6982
  cmaBalanceCents: unknown;
6841
6983
  mtaBalanceCents: unknown;
6984
+ isCmaRequired: boolean;
6842
6985
  stage: string;
6986
+ cmaNotRequiredReason?: string | null | undefined;
6843
6987
  cmaId?: string | null | undefined;
6844
6988
  buyerName?: string | null | undefined;
6845
6989
  initialDepositStatus?: string | null | undefined;
@@ -6936,7 +7080,9 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
6936
7080
  propertyAddress: string;
6937
7081
  cmaBalanceCents: bigint;
6938
7082
  mtaBalanceCents: bigint;
7083
+ isCmaRequired: boolean;
6939
7084
  stage: string;
7085
+ cmaNotRequiredReason?: string | null | undefined;
6940
7086
  cmaId?: string | null | undefined;
6941
7087
  buyerName?: string | null | undefined;
6942
7088
  initialDepositStatus?: string | null | undefined;
@@ -7032,7 +7178,9 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
7032
7178
  propertyAddress: string;
7033
7179
  cmaBalanceCents: bigint;
7034
7180
  mtaBalanceCents: bigint;
7181
+ isCmaRequired: boolean;
7035
7182
  stage: string;
7183
+ cmaNotRequiredReason?: string | null | undefined;
7036
7184
  cmaId?: string | null | undefined;
7037
7185
  buyerName?: string | null | undefined;
7038
7186
  initialDepositStatus?: string | null | undefined;
@@ -7127,7 +7275,9 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
7127
7275
  propertyAddress: string;
7128
7276
  cmaBalanceCents: bigint;
7129
7277
  mtaBalanceCents: bigint;
7278
+ isCmaRequired: boolean;
7130
7279
  stage: string;
7280
+ cmaNotRequiredReason?: string | null | undefined;
7131
7281
  cmaId?: string | null | undefined;
7132
7282
  buyerName?: string | null | undefined;
7133
7283
  initialDepositStatus?: string | null | undefined;
@@ -7230,7 +7380,9 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
7230
7380
  propertyAddress: string;
7231
7381
  cmaBalanceCents: unknown;
7232
7382
  mtaBalanceCents: unknown;
7383
+ isCmaRequired: boolean;
7233
7384
  stage: string;
7385
+ cmaNotRequiredReason?: string | null | undefined;
7234
7386
  cmaId?: string | null | undefined;
7235
7387
  buyerName?: string | null | undefined;
7236
7388
  initialDepositStatus?: string | null | undefined;
@@ -7326,7 +7478,9 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
7326
7478
  propertyAddress: string;
7327
7479
  cmaBalanceCents: unknown;
7328
7480
  mtaBalanceCents: unknown;
7481
+ isCmaRequired: boolean;
7329
7482
  stage: string;
7483
+ cmaNotRequiredReason?: string | null | undefined;
7330
7484
  cmaId?: string | null | undefined;
7331
7485
  buyerName?: string | null | undefined;
7332
7486
  initialDepositStatus?: string | null | undefined;
@@ -7421,7 +7575,9 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
7421
7575
  propertyAddress: string;
7422
7576
  cmaBalanceCents: unknown;
7423
7577
  mtaBalanceCents: unknown;
7578
+ isCmaRequired: boolean;
7424
7579
  stage: string;
7580
+ cmaNotRequiredReason?: string | null | undefined;
7425
7581
  cmaId?: string | null | undefined;
7426
7582
  buyerName?: string | null | undefined;
7427
7583
  initialDepositStatus?: string | null | undefined;