@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
@@ -271,6 +271,7 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
271
271
  updatedAt: z.ZodCoercedDate<unknown>;
272
272
  createdBy: z.ZodString;
273
273
  }, z.core.$loose>>, z.ZodTransform<{
274
+ propertyId: string;
274
275
  bsb: string | null;
275
276
  accountNumber: string;
276
277
  id: string;
@@ -278,7 +279,6 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
278
279
  isArchived: boolean;
279
280
  createdAt: Date;
280
281
  updatedAt: Date;
281
- propertyId: string;
282
282
  payoutId: number;
283
283
  balanceCents: number;
284
284
  description: string | null;
@@ -345,7 +345,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
345
345
  propertyAddress: string;
346
346
  cmaBalanceCents: bigint;
347
347
  mtaBalanceCents: bigint;
348
+ isCmaRequired: boolean;
348
349
  stage: string;
350
+ cmaNotRequiredReason?: string | null | undefined;
349
351
  cmaId?: string | null | undefined;
350
352
  buyerName?: string | null | undefined;
351
353
  initialDepositStatus?: string | null | undefined;
@@ -441,7 +443,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
441
443
  propertyAddress: string;
442
444
  cmaBalanceCents: bigint;
443
445
  mtaBalanceCents: bigint;
446
+ isCmaRequired: boolean;
444
447
  stage: string;
448
+ cmaNotRequiredReason?: string | null | undefined;
445
449
  cmaId?: string | null | undefined;
446
450
  buyerName?: string | null | undefined;
447
451
  initialDepositStatus?: string | null | undefined;
@@ -536,7 +540,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
536
540
  propertyAddress: string;
537
541
  cmaBalanceCents: bigint;
538
542
  mtaBalanceCents: bigint;
543
+ isCmaRequired: boolean;
539
544
  stage: string;
545
+ cmaNotRequiredReason?: string | null | undefined;
540
546
  cmaId?: string | null | undefined;
541
547
  buyerName?: string | null | undefined;
542
548
  initialDepositStatus?: string | null | undefined;
@@ -666,11 +672,11 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
666
672
  createdBy: string | null;
667
673
  updatedBy: string | null;
668
674
  }>>>>;
675
+ propertyId: z.ZodNullable<z.ZodString>;
669
676
  status: z.ZodString;
670
677
  isArchived: z.ZodBoolean;
671
678
  createdAt: z.ZodCoercedDate<unknown>;
672
679
  updatedAt: z.ZodCoercedDate<unknown>;
673
- propertyId: z.ZodNullable<z.ZodString>;
674
680
  payoutId: z.ZodString;
675
681
  bankRef: z.ZodNullable<z.ZodString>;
676
682
  description: z.ZodNullable<z.ZodString>;
@@ -690,6 +696,8 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
690
696
  buyerName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
691
697
  lotDetail: z.ZodNullable<z.ZodString>;
692
698
  propertyAddress: z.ZodString;
699
+ isCmaRequired: z.ZodBoolean;
700
+ cmaNotRequiredReason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
693
701
  stage: z.ZodString;
694
702
  status: z.ZodString;
695
703
  mtaId: z.ZodString;
@@ -838,7 +846,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
838
846
  propertyAddress: string;
839
847
  cmaBalanceCents: bigint;
840
848
  mtaBalanceCents: bigint;
849
+ isCmaRequired: boolean;
841
850
  stage: string;
851
+ cmaNotRequiredReason?: string | null | undefined;
842
852
  cmaId?: string | null | undefined;
843
853
  buyerName?: string | null | undefined;
844
854
  initialDepositStatus?: string | null | undefined;
@@ -934,7 +944,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
934
944
  propertyAddress: string;
935
945
  cmaBalanceCents: bigint;
936
946
  mtaBalanceCents: bigint;
947
+ isCmaRequired: boolean;
937
948
  stage: string;
949
+ cmaNotRequiredReason?: string | null | undefined;
938
950
  cmaId?: string | null | undefined;
939
951
  buyerName?: string | null | undefined;
940
952
  initialDepositStatus?: string | null | undefined;
@@ -1029,7 +1041,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
1029
1041
  propertyAddress: string;
1030
1042
  cmaBalanceCents: bigint;
1031
1043
  mtaBalanceCents: bigint;
1044
+ isCmaRequired: boolean;
1032
1045
  stage: string;
1046
+ cmaNotRequiredReason?: string | null | undefined;
1033
1047
  cmaId?: string | null | undefined;
1034
1048
  buyerName?: string | null | undefined;
1035
1049
  initialDepositStatus?: string | null | undefined;
@@ -1132,7 +1146,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
1132
1146
  propertyAddress: string;
1133
1147
  cmaBalanceCents: unknown;
1134
1148
  mtaBalanceCents: unknown;
1149
+ isCmaRequired: boolean;
1135
1150
  stage: string;
1151
+ cmaNotRequiredReason?: string | null | undefined;
1136
1152
  cmaId?: string | null | undefined;
1137
1153
  buyerName?: string | null | undefined;
1138
1154
  initialDepositStatus?: string | null | undefined;
@@ -1228,7 +1244,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
1228
1244
  propertyAddress: string;
1229
1245
  cmaBalanceCents: unknown;
1230
1246
  mtaBalanceCents: unknown;
1247
+ isCmaRequired: boolean;
1231
1248
  stage: string;
1249
+ cmaNotRequiredReason?: string | null | undefined;
1232
1250
  cmaId?: string | null | undefined;
1233
1251
  buyerName?: string | null | undefined;
1234
1252
  initialDepositStatus?: string | null | undefined;
@@ -1323,7 +1341,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
1323
1341
  propertyAddress: string;
1324
1342
  cmaBalanceCents: unknown;
1325
1343
  mtaBalanceCents: unknown;
1344
+ isCmaRequired: boolean;
1326
1345
  stage: string;
1346
+ cmaNotRequiredReason?: string | null | undefined;
1327
1347
  cmaId?: string | null | undefined;
1328
1348
  buyerName?: string | null | undefined;
1329
1349
  initialDepositStatus?: string | null | undefined;
@@ -1420,7 +1440,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
1420
1440
  propertyAddress: string;
1421
1441
  cmaBalanceCents: bigint;
1422
1442
  mtaBalanceCents: bigint;
1443
+ isCmaRequired: boolean;
1423
1444
  stage: string;
1445
+ cmaNotRequiredReason?: string | null | undefined;
1424
1446
  cmaId?: string | null | undefined;
1425
1447
  buyerName?: string | null | undefined;
1426
1448
  initialDepositStatus?: string | null | undefined;
@@ -1516,7 +1538,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
1516
1538
  propertyAddress: string;
1517
1539
  cmaBalanceCents: bigint;
1518
1540
  mtaBalanceCents: bigint;
1541
+ isCmaRequired: boolean;
1519
1542
  stage: string;
1543
+ cmaNotRequiredReason?: string | null | undefined;
1520
1544
  cmaId?: string | null | undefined;
1521
1545
  buyerName?: string | null | undefined;
1522
1546
  initialDepositStatus?: string | null | undefined;
@@ -1611,7 +1635,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
1611
1635
  propertyAddress: string;
1612
1636
  cmaBalanceCents: bigint;
1613
1637
  mtaBalanceCents: bigint;
1638
+ isCmaRequired: boolean;
1614
1639
  stage: string;
1640
+ cmaNotRequiredReason?: string | null | undefined;
1615
1641
  cmaId?: string | null | undefined;
1616
1642
  buyerName?: string | null | undefined;
1617
1643
  initialDepositStatus?: string | null | undefined;
@@ -1714,7 +1740,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
1714
1740
  propertyAddress: string;
1715
1741
  cmaBalanceCents: unknown;
1716
1742
  mtaBalanceCents: unknown;
1743
+ isCmaRequired: boolean;
1717
1744
  stage: string;
1745
+ cmaNotRequiredReason?: string | null | undefined;
1718
1746
  cmaId?: string | null | undefined;
1719
1747
  buyerName?: string | null | undefined;
1720
1748
  initialDepositStatus?: string | null | undefined;
@@ -1810,7 +1838,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
1810
1838
  propertyAddress: string;
1811
1839
  cmaBalanceCents: unknown;
1812
1840
  mtaBalanceCents: unknown;
1841
+ isCmaRequired: boolean;
1813
1842
  stage: string;
1843
+ cmaNotRequiredReason?: string | null | undefined;
1814
1844
  cmaId?: string | null | undefined;
1815
1845
  buyerName?: string | null | undefined;
1816
1846
  initialDepositStatus?: string | null | undefined;
@@ -1905,7 +1935,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
1905
1935
  propertyAddress: string;
1906
1936
  cmaBalanceCents: unknown;
1907
1937
  mtaBalanceCents: unknown;
1938
+ isCmaRequired: boolean;
1908
1939
  stage: string;
1940
+ cmaNotRequiredReason?: string | null | undefined;
1909
1941
  cmaId?: string | null | undefined;
1910
1942
  buyerName?: string | null | undefined;
1911
1943
  initialDepositStatus?: string | null | undefined;
@@ -2004,7 +2036,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
2004
2036
  propertyAddress: string;
2005
2037
  cmaBalanceCents: bigint;
2006
2038
  mtaBalanceCents: bigint;
2039
+ isCmaRequired: boolean;
2007
2040
  stage: string;
2041
+ cmaNotRequiredReason?: string | null | undefined;
2008
2042
  cmaId?: string | null | undefined;
2009
2043
  buyerName?: string | null | undefined;
2010
2044
  initialDepositStatus?: string | null | undefined;
@@ -2101,7 +2135,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
2101
2135
  propertyAddress: string;
2102
2136
  cmaBalanceCents: bigint;
2103
2137
  mtaBalanceCents: bigint;
2138
+ isCmaRequired: boolean;
2104
2139
  stage: string;
2140
+ cmaNotRequiredReason?: string | null | undefined;
2105
2141
  cmaId?: string | null | undefined;
2106
2142
  buyerName?: string | null | undefined;
2107
2143
  initialDepositStatus?: string | null | undefined;
@@ -2197,7 +2233,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
2197
2233
  propertyAddress: string;
2198
2234
  cmaBalanceCents: bigint;
2199
2235
  mtaBalanceCents: bigint;
2236
+ isCmaRequired: boolean;
2200
2237
  stage: string;
2238
+ cmaNotRequiredReason?: string | null | undefined;
2201
2239
  cmaId?: string | null | undefined;
2202
2240
  buyerName?: string | null | undefined;
2203
2241
  initialDepositStatus?: string | null | undefined;
@@ -2305,7 +2343,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
2305
2343
  propertyAddress: string;
2306
2344
  cmaBalanceCents: unknown;
2307
2345
  mtaBalanceCents: unknown;
2346
+ isCmaRequired: boolean;
2308
2347
  stage: string;
2348
+ cmaNotRequiredReason?: string | null | undefined;
2309
2349
  cmaId?: string | null | undefined;
2310
2350
  buyerName?: string | null | undefined;
2311
2351
  initialDepositStatus?: string | null | undefined;
@@ -2402,7 +2442,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
2402
2442
  propertyAddress: string;
2403
2443
  cmaBalanceCents: unknown;
2404
2444
  mtaBalanceCents: unknown;
2445
+ isCmaRequired: boolean;
2405
2446
  stage: string;
2447
+ cmaNotRequiredReason?: string | null | undefined;
2406
2448
  cmaId?: string | null | undefined;
2407
2449
  buyerName?: string | null | undefined;
2408
2450
  initialDepositStatus?: string | null | undefined;
@@ -2498,7 +2540,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
2498
2540
  propertyAddress: string;
2499
2541
  cmaBalanceCents: unknown;
2500
2542
  mtaBalanceCents: unknown;
2543
+ isCmaRequired: boolean;
2501
2544
  stage: string;
2545
+ cmaNotRequiredReason?: string | null | undefined;
2502
2546
  cmaId?: string | null | undefined;
2503
2547
  buyerName?: string | null | undefined;
2504
2548
  initialDepositStatus?: string | null | undefined;
@@ -2596,7 +2640,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
2596
2640
  propertyAddress: string;
2597
2641
  cmaBalanceCents: bigint;
2598
2642
  mtaBalanceCents: bigint;
2643
+ isCmaRequired: boolean;
2599
2644
  stage: string;
2645
+ cmaNotRequiredReason?: string | null | undefined;
2600
2646
  cmaId?: string | null | undefined;
2601
2647
  buyerName?: string | null | undefined;
2602
2648
  initialDepositStatus?: string | null | undefined;
@@ -2693,7 +2739,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
2693
2739
  propertyAddress: string;
2694
2740
  cmaBalanceCents: bigint;
2695
2741
  mtaBalanceCents: bigint;
2742
+ isCmaRequired: boolean;
2696
2743
  stage: string;
2744
+ cmaNotRequiredReason?: string | null | undefined;
2697
2745
  cmaId?: string | null | undefined;
2698
2746
  buyerName?: string | null | undefined;
2699
2747
  initialDepositStatus?: string | null | undefined;
@@ -2789,7 +2837,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
2789
2837
  propertyAddress: string;
2790
2838
  cmaBalanceCents: bigint;
2791
2839
  mtaBalanceCents: bigint;
2840
+ isCmaRequired: boolean;
2792
2841
  stage: string;
2842
+ cmaNotRequiredReason?: string | null | undefined;
2793
2843
  cmaId?: string | null | undefined;
2794
2844
  buyerName?: string | null | undefined;
2795
2845
  initialDepositStatus?: string | null | undefined;
@@ -2897,7 +2947,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
2897
2947
  propertyAddress: string;
2898
2948
  cmaBalanceCents: unknown;
2899
2949
  mtaBalanceCents: unknown;
2950
+ isCmaRequired: boolean;
2900
2951
  stage: string;
2952
+ cmaNotRequiredReason?: string | null | undefined;
2901
2953
  cmaId?: string | null | undefined;
2902
2954
  buyerName?: string | null | undefined;
2903
2955
  initialDepositStatus?: string | null | undefined;
@@ -2994,7 +3046,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
2994
3046
  propertyAddress: string;
2995
3047
  cmaBalanceCents: unknown;
2996
3048
  mtaBalanceCents: unknown;
3049
+ isCmaRequired: boolean;
2997
3050
  stage: string;
3051
+ cmaNotRequiredReason?: string | null | undefined;
2998
3052
  cmaId?: string | null | undefined;
2999
3053
  buyerName?: string | null | undefined;
3000
3054
  initialDepositStatus?: string | null | undefined;
@@ -3090,7 +3144,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
3090
3144
  propertyAddress: string;
3091
3145
  cmaBalanceCents: unknown;
3092
3146
  mtaBalanceCents: unknown;
3147
+ isCmaRequired: boolean;
3093
3148
  stage: string;
3149
+ cmaNotRequiredReason?: string | null | undefined;
3094
3150
  cmaId?: string | null | undefined;
3095
3151
  buyerName?: string | null | undefined;
3096
3152
  initialDepositStatus?: string | null | undefined;
@@ -3219,7 +3275,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
3219
3275
  propertyAddress: string;
3220
3276
  cmaBalanceCents: bigint;
3221
3277
  mtaBalanceCents: bigint;
3278
+ isCmaRequired: boolean;
3222
3279
  stage: string;
3280
+ cmaNotRequiredReason?: string | null | undefined;
3223
3281
  cmaId?: string | null | undefined;
3224
3282
  buyerName?: string | null | undefined;
3225
3283
  initialDepositStatus?: string | null | undefined;
@@ -3316,7 +3374,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
3316
3374
  propertyAddress: string;
3317
3375
  cmaBalanceCents: bigint;
3318
3376
  mtaBalanceCents: bigint;
3377
+ isCmaRequired: boolean;
3319
3378
  stage: string;
3379
+ cmaNotRequiredReason?: string | null | undefined;
3320
3380
  cmaId?: string | null | undefined;
3321
3381
  buyerName?: string | null | undefined;
3322
3382
  initialDepositStatus?: string | null | undefined;
@@ -3412,7 +3472,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
3412
3472
  propertyAddress: string;
3413
3473
  cmaBalanceCents: bigint;
3414
3474
  mtaBalanceCents: bigint;
3475
+ isCmaRequired: boolean;
3415
3476
  stage: string;
3477
+ cmaNotRequiredReason?: string | null | undefined;
3416
3478
  cmaId?: string | null | undefined;
3417
3479
  buyerName?: string | null | undefined;
3418
3480
  initialDepositStatus?: string | null | undefined;
@@ -3580,7 +3642,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
3580
3642
  propertyAddress: string;
3581
3643
  cmaBalanceCents: bigint;
3582
3644
  mtaBalanceCents: bigint;
3645
+ isCmaRequired: boolean;
3583
3646
  stage: string;
3647
+ cmaNotRequiredReason?: string | null | undefined;
3584
3648
  cmaId?: string | null | undefined;
3585
3649
  buyerName?: string | null | undefined;
3586
3650
  initialDepositStatus?: string | null | undefined;
@@ -3676,7 +3740,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
3676
3740
  propertyAddress: string;
3677
3741
  cmaBalanceCents: bigint;
3678
3742
  mtaBalanceCents: bigint;
3743
+ isCmaRequired: boolean;
3679
3744
  stage: string;
3745
+ cmaNotRequiredReason?: string | null | undefined;
3680
3746
  cmaId?: string | null | undefined;
3681
3747
  buyerName?: string | null | undefined;
3682
3748
  initialDepositStatus?: string | null | undefined;
@@ -3771,7 +3837,9 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
3771
3837
  propertyAddress: string;
3772
3838
  cmaBalanceCents: bigint;
3773
3839
  mtaBalanceCents: bigint;
3840
+ isCmaRequired: boolean;
3774
3841
  stage: string;
3842
+ cmaNotRequiredReason?: string | null | undefined;
3775
3843
  cmaId?: string | null | undefined;
3776
3844
  buyerName?: string | null | undefined;
3777
3845
  initialDepositStatus?: string | null | undefined;
@@ -4047,11 +4115,11 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
4047
4115
  createdBy: string | null;
4048
4116
  updatedBy: string | null;
4049
4117
  }>>>>;
4118
+ propertyId: z.ZodNullable<z.ZodString>;
4050
4119
  status: z.ZodString;
4051
4120
  isArchived: z.ZodBoolean;
4052
4121
  createdAt: z.ZodCoercedDate<unknown>;
4053
4122
  updatedAt: z.ZodCoercedDate<unknown>;
4054
- propertyId: z.ZodNullable<z.ZodString>;
4055
4123
  payoutId: z.ZodString;
4056
4124
  bankRef: z.ZodNullable<z.ZodString>;
4057
4125
  description: z.ZodNullable<z.ZodString>;
@@ -4071,6 +4139,8 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
4071
4139
  buyerName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4072
4140
  lotDetail: z.ZodNullable<z.ZodString>;
4073
4141
  propertyAddress: z.ZodString;
4142
+ isCmaRequired: z.ZodBoolean;
4143
+ cmaNotRequiredReason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4074
4144
  stage: z.ZodString;
4075
4145
  status: z.ZodString;
4076
4146
  mtaId: z.ZodString;
@@ -4219,7 +4289,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
4219
4289
  propertyAddress: string;
4220
4290
  cmaBalanceCents: bigint;
4221
4291
  mtaBalanceCents: bigint;
4292
+ isCmaRequired: boolean;
4222
4293
  stage: string;
4294
+ cmaNotRequiredReason?: string | null | undefined;
4223
4295
  cmaId?: string | null | undefined;
4224
4296
  buyerName?: string | null | undefined;
4225
4297
  initialDepositStatus?: string | null | undefined;
@@ -4315,7 +4387,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
4315
4387
  propertyAddress: string;
4316
4388
  cmaBalanceCents: bigint;
4317
4389
  mtaBalanceCents: bigint;
4390
+ isCmaRequired: boolean;
4318
4391
  stage: string;
4392
+ cmaNotRequiredReason?: string | null | undefined;
4319
4393
  cmaId?: string | null | undefined;
4320
4394
  buyerName?: string | null | undefined;
4321
4395
  initialDepositStatus?: string | null | undefined;
@@ -4410,7 +4484,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
4410
4484
  propertyAddress: string;
4411
4485
  cmaBalanceCents: bigint;
4412
4486
  mtaBalanceCents: bigint;
4487
+ isCmaRequired: boolean;
4413
4488
  stage: string;
4489
+ cmaNotRequiredReason?: string | null | undefined;
4414
4490
  cmaId?: string | null | undefined;
4415
4491
  buyerName?: string | null | undefined;
4416
4492
  initialDepositStatus?: string | null | undefined;
@@ -4513,7 +4589,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
4513
4589
  propertyAddress: string;
4514
4590
  cmaBalanceCents: unknown;
4515
4591
  mtaBalanceCents: unknown;
4592
+ isCmaRequired: boolean;
4516
4593
  stage: string;
4594
+ cmaNotRequiredReason?: string | null | undefined;
4517
4595
  cmaId?: string | null | undefined;
4518
4596
  buyerName?: string | null | undefined;
4519
4597
  initialDepositStatus?: string | null | undefined;
@@ -4609,7 +4687,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
4609
4687
  propertyAddress: string;
4610
4688
  cmaBalanceCents: unknown;
4611
4689
  mtaBalanceCents: unknown;
4690
+ isCmaRequired: boolean;
4612
4691
  stage: string;
4692
+ cmaNotRequiredReason?: string | null | undefined;
4613
4693
  cmaId?: string | null | undefined;
4614
4694
  buyerName?: string | null | undefined;
4615
4695
  initialDepositStatus?: string | null | undefined;
@@ -4704,7 +4784,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
4704
4784
  propertyAddress: string;
4705
4785
  cmaBalanceCents: unknown;
4706
4786
  mtaBalanceCents: unknown;
4787
+ isCmaRequired: boolean;
4707
4788
  stage: string;
4789
+ cmaNotRequiredReason?: string | null | undefined;
4708
4790
  cmaId?: string | null | undefined;
4709
4791
  buyerName?: string | null | undefined;
4710
4792
  initialDepositStatus?: string | null | undefined;
@@ -4801,7 +4883,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
4801
4883
  propertyAddress: string;
4802
4884
  cmaBalanceCents: bigint;
4803
4885
  mtaBalanceCents: bigint;
4886
+ isCmaRequired: boolean;
4804
4887
  stage: string;
4888
+ cmaNotRequiredReason?: string | null | undefined;
4805
4889
  cmaId?: string | null | undefined;
4806
4890
  buyerName?: string | null | undefined;
4807
4891
  initialDepositStatus?: string | null | undefined;
@@ -4897,7 +4981,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
4897
4981
  propertyAddress: string;
4898
4982
  cmaBalanceCents: bigint;
4899
4983
  mtaBalanceCents: bigint;
4984
+ isCmaRequired: boolean;
4900
4985
  stage: string;
4986
+ cmaNotRequiredReason?: string | null | undefined;
4901
4987
  cmaId?: string | null | undefined;
4902
4988
  buyerName?: string | null | undefined;
4903
4989
  initialDepositStatus?: string | null | undefined;
@@ -4992,7 +5078,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
4992
5078
  propertyAddress: string;
4993
5079
  cmaBalanceCents: bigint;
4994
5080
  mtaBalanceCents: bigint;
5081
+ isCmaRequired: boolean;
4995
5082
  stage: string;
5083
+ cmaNotRequiredReason?: string | null | undefined;
4996
5084
  cmaId?: string | null | undefined;
4997
5085
  buyerName?: string | null | undefined;
4998
5086
  initialDepositStatus?: string | null | undefined;
@@ -5095,7 +5183,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
5095
5183
  propertyAddress: string;
5096
5184
  cmaBalanceCents: unknown;
5097
5185
  mtaBalanceCents: unknown;
5186
+ isCmaRequired: boolean;
5098
5187
  stage: string;
5188
+ cmaNotRequiredReason?: string | null | undefined;
5099
5189
  cmaId?: string | null | undefined;
5100
5190
  buyerName?: string | null | undefined;
5101
5191
  initialDepositStatus?: string | null | undefined;
@@ -5191,7 +5281,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
5191
5281
  propertyAddress: string;
5192
5282
  cmaBalanceCents: unknown;
5193
5283
  mtaBalanceCents: unknown;
5284
+ isCmaRequired: boolean;
5194
5285
  stage: string;
5286
+ cmaNotRequiredReason?: string | null | undefined;
5195
5287
  cmaId?: string | null | undefined;
5196
5288
  buyerName?: string | null | undefined;
5197
5289
  initialDepositStatus?: string | null | undefined;
@@ -5286,7 +5378,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
5286
5378
  propertyAddress: string;
5287
5379
  cmaBalanceCents: unknown;
5288
5380
  mtaBalanceCents: unknown;
5381
+ isCmaRequired: boolean;
5289
5382
  stage: string;
5383
+ cmaNotRequiredReason?: string | null | undefined;
5290
5384
  cmaId?: string | null | undefined;
5291
5385
  buyerName?: string | null | undefined;
5292
5386
  initialDepositStatus?: string | null | undefined;
@@ -5385,7 +5479,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
5385
5479
  propertyAddress: string;
5386
5480
  cmaBalanceCents: bigint;
5387
5481
  mtaBalanceCents: bigint;
5482
+ isCmaRequired: boolean;
5388
5483
  stage: string;
5484
+ cmaNotRequiredReason?: string | null | undefined;
5389
5485
  cmaId?: string | null | undefined;
5390
5486
  buyerName?: string | null | undefined;
5391
5487
  initialDepositStatus?: string | null | undefined;
@@ -5482,7 +5578,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
5482
5578
  propertyAddress: string;
5483
5579
  cmaBalanceCents: bigint;
5484
5580
  mtaBalanceCents: bigint;
5581
+ isCmaRequired: boolean;
5485
5582
  stage: string;
5583
+ cmaNotRequiredReason?: string | null | undefined;
5486
5584
  cmaId?: string | null | undefined;
5487
5585
  buyerName?: string | null | undefined;
5488
5586
  initialDepositStatus?: string | null | undefined;
@@ -5578,7 +5676,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
5578
5676
  propertyAddress: string;
5579
5677
  cmaBalanceCents: bigint;
5580
5678
  mtaBalanceCents: bigint;
5679
+ isCmaRequired: boolean;
5581
5680
  stage: string;
5681
+ cmaNotRequiredReason?: string | null | undefined;
5582
5682
  cmaId?: string | null | undefined;
5583
5683
  buyerName?: string | null | undefined;
5584
5684
  initialDepositStatus?: string | null | undefined;
@@ -5686,7 +5786,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
5686
5786
  propertyAddress: string;
5687
5787
  cmaBalanceCents: unknown;
5688
5788
  mtaBalanceCents: unknown;
5789
+ isCmaRequired: boolean;
5689
5790
  stage: string;
5791
+ cmaNotRequiredReason?: string | null | undefined;
5690
5792
  cmaId?: string | null | undefined;
5691
5793
  buyerName?: string | null | undefined;
5692
5794
  initialDepositStatus?: string | null | undefined;
@@ -5783,7 +5885,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
5783
5885
  propertyAddress: string;
5784
5886
  cmaBalanceCents: unknown;
5785
5887
  mtaBalanceCents: unknown;
5888
+ isCmaRequired: boolean;
5786
5889
  stage: string;
5890
+ cmaNotRequiredReason?: string | null | undefined;
5787
5891
  cmaId?: string | null | undefined;
5788
5892
  buyerName?: string | null | undefined;
5789
5893
  initialDepositStatus?: string | null | undefined;
@@ -5879,7 +5983,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
5879
5983
  propertyAddress: string;
5880
5984
  cmaBalanceCents: unknown;
5881
5985
  mtaBalanceCents: unknown;
5986
+ isCmaRequired: boolean;
5882
5987
  stage: string;
5988
+ cmaNotRequiredReason?: string | null | undefined;
5883
5989
  cmaId?: string | null | undefined;
5884
5990
  buyerName?: string | null | undefined;
5885
5991
  initialDepositStatus?: string | null | undefined;
@@ -5977,7 +6083,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
5977
6083
  propertyAddress: string;
5978
6084
  cmaBalanceCents: bigint;
5979
6085
  mtaBalanceCents: bigint;
6086
+ isCmaRequired: boolean;
5980
6087
  stage: string;
6088
+ cmaNotRequiredReason?: string | null | undefined;
5981
6089
  cmaId?: string | null | undefined;
5982
6090
  buyerName?: string | null | undefined;
5983
6091
  initialDepositStatus?: string | null | undefined;
@@ -6074,7 +6182,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
6074
6182
  propertyAddress: string;
6075
6183
  cmaBalanceCents: bigint;
6076
6184
  mtaBalanceCents: bigint;
6185
+ isCmaRequired: boolean;
6077
6186
  stage: string;
6187
+ cmaNotRequiredReason?: string | null | undefined;
6078
6188
  cmaId?: string | null | undefined;
6079
6189
  buyerName?: string | null | undefined;
6080
6190
  initialDepositStatus?: string | null | undefined;
@@ -6170,7 +6280,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
6170
6280
  propertyAddress: string;
6171
6281
  cmaBalanceCents: bigint;
6172
6282
  mtaBalanceCents: bigint;
6283
+ isCmaRequired: boolean;
6173
6284
  stage: string;
6285
+ cmaNotRequiredReason?: string | null | undefined;
6174
6286
  cmaId?: string | null | undefined;
6175
6287
  buyerName?: string | null | undefined;
6176
6288
  initialDepositStatus?: string | null | undefined;
@@ -6278,7 +6390,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
6278
6390
  propertyAddress: string;
6279
6391
  cmaBalanceCents: unknown;
6280
6392
  mtaBalanceCents: unknown;
6393
+ isCmaRequired: boolean;
6281
6394
  stage: string;
6395
+ cmaNotRequiredReason?: string | null | undefined;
6282
6396
  cmaId?: string | null | undefined;
6283
6397
  buyerName?: string | null | undefined;
6284
6398
  initialDepositStatus?: string | null | undefined;
@@ -6375,7 +6489,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
6375
6489
  propertyAddress: string;
6376
6490
  cmaBalanceCents: unknown;
6377
6491
  mtaBalanceCents: unknown;
6492
+ isCmaRequired: boolean;
6378
6493
  stage: string;
6494
+ cmaNotRequiredReason?: string | null | undefined;
6379
6495
  cmaId?: string | null | undefined;
6380
6496
  buyerName?: string | null | undefined;
6381
6497
  initialDepositStatus?: string | null | undefined;
@@ -6471,7 +6587,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
6471
6587
  propertyAddress: string;
6472
6588
  cmaBalanceCents: unknown;
6473
6589
  mtaBalanceCents: unknown;
6590
+ isCmaRequired: boolean;
6474
6591
  stage: string;
6592
+ cmaNotRequiredReason?: string | null | undefined;
6475
6593
  cmaId?: string | null | undefined;
6476
6594
  buyerName?: string | null | undefined;
6477
6595
  initialDepositStatus?: string | null | undefined;
@@ -6600,7 +6718,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
6600
6718
  propertyAddress: string;
6601
6719
  cmaBalanceCents: bigint;
6602
6720
  mtaBalanceCents: bigint;
6721
+ isCmaRequired: boolean;
6603
6722
  stage: string;
6723
+ cmaNotRequiredReason?: string | null | undefined;
6604
6724
  cmaId?: string | null | undefined;
6605
6725
  buyerName?: string | null | undefined;
6606
6726
  initialDepositStatus?: string | null | undefined;
@@ -6697,7 +6817,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
6697
6817
  propertyAddress: string;
6698
6818
  cmaBalanceCents: bigint;
6699
6819
  mtaBalanceCents: bigint;
6820
+ isCmaRequired: boolean;
6700
6821
  stage: string;
6822
+ cmaNotRequiredReason?: string | null | undefined;
6701
6823
  cmaId?: string | null | undefined;
6702
6824
  buyerName?: string | null | undefined;
6703
6825
  initialDepositStatus?: string | null | undefined;
@@ -6793,7 +6915,9 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
6793
6915
  propertyAddress: string;
6794
6916
  cmaBalanceCents: bigint;
6795
6917
  mtaBalanceCents: bigint;
6918
+ isCmaRequired: boolean;
6796
6919
  stage: string;
6920
+ cmaNotRequiredReason?: string | null | undefined;
6797
6921
  cmaId?: string | null | undefined;
6798
6922
  buyerName?: string | null | undefined;
6799
6923
  initialDepositStatus?: string | null | undefined;
@@ -7045,6 +7169,7 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
7045
7169
  updatedAt: z.ZodCoercedDate<unknown>;
7046
7170
  createdBy: z.ZodString;
7047
7171
  }, z.core.$loose>>, z.ZodTransform<{
7172
+ propertyId: string;
7048
7173
  bsb: string | null;
7049
7174
  accountNumber: string;
7050
7175
  id: string;
@@ -7052,7 +7177,6 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
7052
7177
  isArchived: boolean;
7053
7178
  createdAt: Date;
7054
7179
  updatedAt: Date;
7055
- propertyId: string;
7056
7180
  payoutId: number;
7057
7181
  balanceCents: number;
7058
7182
  description: string | null;
@@ -7119,7 +7243,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
7119
7243
  propertyAddress: string;
7120
7244
  cmaBalanceCents: bigint;
7121
7245
  mtaBalanceCents: bigint;
7246
+ isCmaRequired: boolean;
7122
7247
  stage: string;
7248
+ cmaNotRequiredReason?: string | null | undefined;
7123
7249
  cmaId?: string | null | undefined;
7124
7250
  buyerName?: string | null | undefined;
7125
7251
  initialDepositStatus?: string | null | undefined;
@@ -7215,7 +7341,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
7215
7341
  propertyAddress: string;
7216
7342
  cmaBalanceCents: bigint;
7217
7343
  mtaBalanceCents: bigint;
7344
+ isCmaRequired: boolean;
7218
7345
  stage: string;
7346
+ cmaNotRequiredReason?: string | null | undefined;
7219
7347
  cmaId?: string | null | undefined;
7220
7348
  buyerName?: string | null | undefined;
7221
7349
  initialDepositStatus?: string | null | undefined;
@@ -7310,7 +7438,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
7310
7438
  propertyAddress: string;
7311
7439
  cmaBalanceCents: bigint;
7312
7440
  mtaBalanceCents: bigint;
7441
+ isCmaRequired: boolean;
7313
7442
  stage: string;
7443
+ cmaNotRequiredReason?: string | null | undefined;
7314
7444
  cmaId?: string | null | undefined;
7315
7445
  buyerName?: string | null | undefined;
7316
7446
  initialDepositStatus?: string | null | undefined;
@@ -7381,11 +7511,11 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
7381
7511
  updatedAt: Date;
7382
7512
  createdBy: string;
7383
7513
  }>>>>;
7514
+ propertyId: z.ZodNullable<z.ZodString>;
7384
7515
  status: z.ZodString;
7385
7516
  isArchived: z.ZodBoolean;
7386
7517
  createdAt: z.ZodCoercedDate<unknown>;
7387
7518
  updatedAt: z.ZodCoercedDate<unknown>;
7388
- propertyId: z.ZodNullable<z.ZodString>;
7389
7519
  payoutId: z.ZodString;
7390
7520
  bankRef: z.ZodNullable<z.ZodString>;
7391
7521
  description: z.ZodNullable<z.ZodString>;
@@ -7405,6 +7535,8 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
7405
7535
  buyerName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
7406
7536
  lotDetail: z.ZodNullable<z.ZodString>;
7407
7537
  propertyAddress: z.ZodString;
7538
+ isCmaRequired: z.ZodBoolean;
7539
+ cmaNotRequiredReason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7408
7540
  stage: z.ZodString;
7409
7541
  status: z.ZodString;
7410
7542
  mtaId: z.ZodString;
@@ -7553,7 +7685,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
7553
7685
  propertyAddress: string;
7554
7686
  cmaBalanceCents: bigint;
7555
7687
  mtaBalanceCents: bigint;
7688
+ isCmaRequired: boolean;
7556
7689
  stage: string;
7690
+ cmaNotRequiredReason?: string | null | undefined;
7557
7691
  cmaId?: string | null | undefined;
7558
7692
  buyerName?: string | null | undefined;
7559
7693
  initialDepositStatus?: string | null | undefined;
@@ -7649,7 +7783,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
7649
7783
  propertyAddress: string;
7650
7784
  cmaBalanceCents: bigint;
7651
7785
  mtaBalanceCents: bigint;
7786
+ isCmaRequired: boolean;
7652
7787
  stage: string;
7788
+ cmaNotRequiredReason?: string | null | undefined;
7653
7789
  cmaId?: string | null | undefined;
7654
7790
  buyerName?: string | null | undefined;
7655
7791
  initialDepositStatus?: string | null | undefined;
@@ -7744,7 +7880,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
7744
7880
  propertyAddress: string;
7745
7881
  cmaBalanceCents: bigint;
7746
7882
  mtaBalanceCents: bigint;
7883
+ isCmaRequired: boolean;
7747
7884
  stage: string;
7885
+ cmaNotRequiredReason?: string | null | undefined;
7748
7886
  cmaId?: string | null | undefined;
7749
7887
  buyerName?: string | null | undefined;
7750
7888
  initialDepositStatus?: string | null | undefined;
@@ -7847,7 +7985,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
7847
7985
  propertyAddress: string;
7848
7986
  cmaBalanceCents: unknown;
7849
7987
  mtaBalanceCents: unknown;
7988
+ isCmaRequired: boolean;
7850
7989
  stage: string;
7990
+ cmaNotRequiredReason?: string | null | undefined;
7851
7991
  cmaId?: string | null | undefined;
7852
7992
  buyerName?: string | null | undefined;
7853
7993
  initialDepositStatus?: string | null | undefined;
@@ -7943,7 +8083,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
7943
8083
  propertyAddress: string;
7944
8084
  cmaBalanceCents: unknown;
7945
8085
  mtaBalanceCents: unknown;
8086
+ isCmaRequired: boolean;
7946
8087
  stage: string;
8088
+ cmaNotRequiredReason?: string | null | undefined;
7947
8089
  cmaId?: string | null | undefined;
7948
8090
  buyerName?: string | null | undefined;
7949
8091
  initialDepositStatus?: string | null | undefined;
@@ -8038,7 +8180,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
8038
8180
  propertyAddress: string;
8039
8181
  cmaBalanceCents: unknown;
8040
8182
  mtaBalanceCents: unknown;
8183
+ isCmaRequired: boolean;
8041
8184
  stage: string;
8185
+ cmaNotRequiredReason?: string | null | undefined;
8042
8186
  cmaId?: string | null | undefined;
8043
8187
  buyerName?: string | null | undefined;
8044
8188
  initialDepositStatus?: string | null | undefined;
@@ -8135,7 +8279,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
8135
8279
  propertyAddress: string;
8136
8280
  cmaBalanceCents: bigint;
8137
8281
  mtaBalanceCents: bigint;
8282
+ isCmaRequired: boolean;
8138
8283
  stage: string;
8284
+ cmaNotRequiredReason?: string | null | undefined;
8139
8285
  cmaId?: string | null | undefined;
8140
8286
  buyerName?: string | null | undefined;
8141
8287
  initialDepositStatus?: string | null | undefined;
@@ -8231,7 +8377,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
8231
8377
  propertyAddress: string;
8232
8378
  cmaBalanceCents: bigint;
8233
8379
  mtaBalanceCents: bigint;
8380
+ isCmaRequired: boolean;
8234
8381
  stage: string;
8382
+ cmaNotRequiredReason?: string | null | undefined;
8235
8383
  cmaId?: string | null | undefined;
8236
8384
  buyerName?: string | null | undefined;
8237
8385
  initialDepositStatus?: string | null | undefined;
@@ -8326,7 +8474,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
8326
8474
  propertyAddress: string;
8327
8475
  cmaBalanceCents: bigint;
8328
8476
  mtaBalanceCents: bigint;
8477
+ isCmaRequired: boolean;
8329
8478
  stage: string;
8479
+ cmaNotRequiredReason?: string | null | undefined;
8330
8480
  cmaId?: string | null | undefined;
8331
8481
  buyerName?: string | null | undefined;
8332
8482
  initialDepositStatus?: string | null | undefined;
@@ -8429,7 +8579,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
8429
8579
  propertyAddress: string;
8430
8580
  cmaBalanceCents: unknown;
8431
8581
  mtaBalanceCents: unknown;
8582
+ isCmaRequired: boolean;
8432
8583
  stage: string;
8584
+ cmaNotRequiredReason?: string | null | undefined;
8433
8585
  cmaId?: string | null | undefined;
8434
8586
  buyerName?: string | null | undefined;
8435
8587
  initialDepositStatus?: string | null | undefined;
@@ -8525,7 +8677,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
8525
8677
  propertyAddress: string;
8526
8678
  cmaBalanceCents: unknown;
8527
8679
  mtaBalanceCents: unknown;
8680
+ isCmaRequired: boolean;
8528
8681
  stage: string;
8682
+ cmaNotRequiredReason?: string | null | undefined;
8529
8683
  cmaId?: string | null | undefined;
8530
8684
  buyerName?: string | null | undefined;
8531
8685
  initialDepositStatus?: string | null | undefined;
@@ -8620,7 +8774,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
8620
8774
  propertyAddress: string;
8621
8775
  cmaBalanceCents: unknown;
8622
8776
  mtaBalanceCents: unknown;
8777
+ isCmaRequired: boolean;
8623
8778
  stage: string;
8779
+ cmaNotRequiredReason?: string | null | undefined;
8624
8780
  cmaId?: string | null | undefined;
8625
8781
  buyerName?: string | null | undefined;
8626
8782
  initialDepositStatus?: string | null | undefined;
@@ -8719,7 +8875,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
8719
8875
  propertyAddress: string;
8720
8876
  cmaBalanceCents: bigint;
8721
8877
  mtaBalanceCents: bigint;
8878
+ isCmaRequired: boolean;
8722
8879
  stage: string;
8880
+ cmaNotRequiredReason?: string | null | undefined;
8723
8881
  cmaId?: string | null | undefined;
8724
8882
  buyerName?: string | null | undefined;
8725
8883
  initialDepositStatus?: string | null | undefined;
@@ -8816,7 +8974,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
8816
8974
  propertyAddress: string;
8817
8975
  cmaBalanceCents: bigint;
8818
8976
  mtaBalanceCents: bigint;
8977
+ isCmaRequired: boolean;
8819
8978
  stage: string;
8979
+ cmaNotRequiredReason?: string | null | undefined;
8820
8980
  cmaId?: string | null | undefined;
8821
8981
  buyerName?: string | null | undefined;
8822
8982
  initialDepositStatus?: string | null | undefined;
@@ -8912,7 +9072,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
8912
9072
  propertyAddress: string;
8913
9073
  cmaBalanceCents: bigint;
8914
9074
  mtaBalanceCents: bigint;
9075
+ isCmaRequired: boolean;
8915
9076
  stage: string;
9077
+ cmaNotRequiredReason?: string | null | undefined;
8916
9078
  cmaId?: string | null | undefined;
8917
9079
  buyerName?: string | null | undefined;
8918
9080
  initialDepositStatus?: string | null | undefined;
@@ -9020,7 +9182,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
9020
9182
  propertyAddress: string;
9021
9183
  cmaBalanceCents: unknown;
9022
9184
  mtaBalanceCents: unknown;
9185
+ isCmaRequired: boolean;
9023
9186
  stage: string;
9187
+ cmaNotRequiredReason?: string | null | undefined;
9024
9188
  cmaId?: string | null | undefined;
9025
9189
  buyerName?: string | null | undefined;
9026
9190
  initialDepositStatus?: string | null | undefined;
@@ -9117,7 +9281,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
9117
9281
  propertyAddress: string;
9118
9282
  cmaBalanceCents: unknown;
9119
9283
  mtaBalanceCents: unknown;
9284
+ isCmaRequired: boolean;
9120
9285
  stage: string;
9286
+ cmaNotRequiredReason?: string | null | undefined;
9121
9287
  cmaId?: string | null | undefined;
9122
9288
  buyerName?: string | null | undefined;
9123
9289
  initialDepositStatus?: string | null | undefined;
@@ -9213,7 +9379,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
9213
9379
  propertyAddress: string;
9214
9380
  cmaBalanceCents: unknown;
9215
9381
  mtaBalanceCents: unknown;
9382
+ isCmaRequired: boolean;
9216
9383
  stage: string;
9384
+ cmaNotRequiredReason?: string | null | undefined;
9217
9385
  cmaId?: string | null | undefined;
9218
9386
  buyerName?: string | null | undefined;
9219
9387
  initialDepositStatus?: string | null | undefined;
@@ -9311,7 +9479,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
9311
9479
  propertyAddress: string;
9312
9480
  cmaBalanceCents: bigint;
9313
9481
  mtaBalanceCents: bigint;
9482
+ isCmaRequired: boolean;
9314
9483
  stage: string;
9484
+ cmaNotRequiredReason?: string | null | undefined;
9315
9485
  cmaId?: string | null | undefined;
9316
9486
  buyerName?: string | null | undefined;
9317
9487
  initialDepositStatus?: string | null | undefined;
@@ -9408,7 +9578,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
9408
9578
  propertyAddress: string;
9409
9579
  cmaBalanceCents: bigint;
9410
9580
  mtaBalanceCents: bigint;
9581
+ isCmaRequired: boolean;
9411
9582
  stage: string;
9583
+ cmaNotRequiredReason?: string | null | undefined;
9412
9584
  cmaId?: string | null | undefined;
9413
9585
  buyerName?: string | null | undefined;
9414
9586
  initialDepositStatus?: string | null | undefined;
@@ -9504,7 +9676,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
9504
9676
  propertyAddress: string;
9505
9677
  cmaBalanceCents: bigint;
9506
9678
  mtaBalanceCents: bigint;
9679
+ isCmaRequired: boolean;
9507
9680
  stage: string;
9681
+ cmaNotRequiredReason?: string | null | undefined;
9508
9682
  cmaId?: string | null | undefined;
9509
9683
  buyerName?: string | null | undefined;
9510
9684
  initialDepositStatus?: string | null | undefined;
@@ -9612,7 +9786,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
9612
9786
  propertyAddress: string;
9613
9787
  cmaBalanceCents: unknown;
9614
9788
  mtaBalanceCents: unknown;
9789
+ isCmaRequired: boolean;
9615
9790
  stage: string;
9791
+ cmaNotRequiredReason?: string | null | undefined;
9616
9792
  cmaId?: string | null | undefined;
9617
9793
  buyerName?: string | null | undefined;
9618
9794
  initialDepositStatus?: string | null | undefined;
@@ -9709,7 +9885,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
9709
9885
  propertyAddress: string;
9710
9886
  cmaBalanceCents: unknown;
9711
9887
  mtaBalanceCents: unknown;
9888
+ isCmaRequired: boolean;
9712
9889
  stage: string;
9890
+ cmaNotRequiredReason?: string | null | undefined;
9713
9891
  cmaId?: string | null | undefined;
9714
9892
  buyerName?: string | null | undefined;
9715
9893
  initialDepositStatus?: string | null | undefined;
@@ -9805,7 +9983,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
9805
9983
  propertyAddress: string;
9806
9984
  cmaBalanceCents: unknown;
9807
9985
  mtaBalanceCents: unknown;
9986
+ isCmaRequired: boolean;
9808
9987
  stage: string;
9988
+ cmaNotRequiredReason?: string | null | undefined;
9809
9989
  cmaId?: string | null | undefined;
9810
9990
  buyerName?: string | null | undefined;
9811
9991
  initialDepositStatus?: string | null | undefined;
@@ -9934,7 +10114,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
9934
10114
  propertyAddress: string;
9935
10115
  cmaBalanceCents: bigint;
9936
10116
  mtaBalanceCents: bigint;
10117
+ isCmaRequired: boolean;
9937
10118
  stage: string;
10119
+ cmaNotRequiredReason?: string | null | undefined;
9938
10120
  cmaId?: string | null | undefined;
9939
10121
  buyerName?: string | null | undefined;
9940
10122
  initialDepositStatus?: string | null | undefined;
@@ -10030,7 +10212,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
10030
10212
  propertyAddress: string;
10031
10213
  cmaBalanceCents: bigint;
10032
10214
  mtaBalanceCents: bigint;
10215
+ isCmaRequired: boolean;
10033
10216
  stage: string;
10217
+ cmaNotRequiredReason?: string | null | undefined;
10034
10218
  cmaId?: string | null | undefined;
10035
10219
  buyerName?: string | null | undefined;
10036
10220
  initialDepositStatus?: string | null | undefined;
@@ -10125,7 +10309,9 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
10125
10309
  propertyAddress: string;
10126
10310
  cmaBalanceCents: bigint;
10127
10311
  mtaBalanceCents: bigint;
10312
+ isCmaRequired: boolean;
10128
10313
  stage: string;
10314
+ cmaNotRequiredReason?: string | null | undefined;
10129
10315
  cmaId?: string | null | undefined;
10130
10316
  buyerName?: string | null | undefined;
10131
10317
  initialDepositStatus?: string | null | undefined;
@@ -10401,11 +10587,11 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
10401
10587
  createdBy: string | null;
10402
10588
  updatedBy: string | null;
10403
10589
  }>>>>;
10590
+ propertyId: z.ZodNullable<z.ZodString>;
10404
10591
  status: z.ZodString;
10405
10592
  isArchived: z.ZodBoolean;
10406
10593
  createdAt: z.ZodCoercedDate<unknown>;
10407
10594
  updatedAt: z.ZodCoercedDate<unknown>;
10408
- propertyId: z.ZodNullable<z.ZodString>;
10409
10595
  payoutId: z.ZodString;
10410
10596
  bankRef: z.ZodNullable<z.ZodString>;
10411
10597
  description: z.ZodNullable<z.ZodString>;
@@ -10425,6 +10611,8 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
10425
10611
  buyerName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
10426
10612
  lotDetail: z.ZodNullable<z.ZodString>;
10427
10613
  propertyAddress: z.ZodString;
10614
+ isCmaRequired: z.ZodBoolean;
10615
+ cmaNotRequiredReason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10428
10616
  stage: z.ZodString;
10429
10617
  status: z.ZodString;
10430
10618
  mtaId: z.ZodString;
@@ -10573,7 +10761,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
10573
10761
  propertyAddress: string;
10574
10762
  cmaBalanceCents: bigint;
10575
10763
  mtaBalanceCents: bigint;
10764
+ isCmaRequired: boolean;
10576
10765
  stage: string;
10766
+ cmaNotRequiredReason?: string | null | undefined;
10577
10767
  cmaId?: string | null | undefined;
10578
10768
  buyerName?: string | null | undefined;
10579
10769
  initialDepositStatus?: string | null | undefined;
@@ -10669,7 +10859,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
10669
10859
  propertyAddress: string;
10670
10860
  cmaBalanceCents: bigint;
10671
10861
  mtaBalanceCents: bigint;
10862
+ isCmaRequired: boolean;
10672
10863
  stage: string;
10864
+ cmaNotRequiredReason?: string | null | undefined;
10673
10865
  cmaId?: string | null | undefined;
10674
10866
  buyerName?: string | null | undefined;
10675
10867
  initialDepositStatus?: string | null | undefined;
@@ -10764,7 +10956,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
10764
10956
  propertyAddress: string;
10765
10957
  cmaBalanceCents: bigint;
10766
10958
  mtaBalanceCents: bigint;
10959
+ isCmaRequired: boolean;
10767
10960
  stage: string;
10961
+ cmaNotRequiredReason?: string | null | undefined;
10768
10962
  cmaId?: string | null | undefined;
10769
10963
  buyerName?: string | null | undefined;
10770
10964
  initialDepositStatus?: string | null | undefined;
@@ -10867,7 +11061,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
10867
11061
  propertyAddress: string;
10868
11062
  cmaBalanceCents: unknown;
10869
11063
  mtaBalanceCents: unknown;
11064
+ isCmaRequired: boolean;
10870
11065
  stage: string;
11066
+ cmaNotRequiredReason?: string | null | undefined;
10871
11067
  cmaId?: string | null | undefined;
10872
11068
  buyerName?: string | null | undefined;
10873
11069
  initialDepositStatus?: string | null | undefined;
@@ -10963,7 +11159,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
10963
11159
  propertyAddress: string;
10964
11160
  cmaBalanceCents: unknown;
10965
11161
  mtaBalanceCents: unknown;
11162
+ isCmaRequired: boolean;
10966
11163
  stage: string;
11164
+ cmaNotRequiredReason?: string | null | undefined;
10967
11165
  cmaId?: string | null | undefined;
10968
11166
  buyerName?: string | null | undefined;
10969
11167
  initialDepositStatus?: string | null | undefined;
@@ -11058,7 +11256,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
11058
11256
  propertyAddress: string;
11059
11257
  cmaBalanceCents: unknown;
11060
11258
  mtaBalanceCents: unknown;
11259
+ isCmaRequired: boolean;
11061
11260
  stage: string;
11261
+ cmaNotRequiredReason?: string | null | undefined;
11062
11262
  cmaId?: string | null | undefined;
11063
11263
  buyerName?: string | null | undefined;
11064
11264
  initialDepositStatus?: string | null | undefined;
@@ -11155,7 +11355,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
11155
11355
  propertyAddress: string;
11156
11356
  cmaBalanceCents: bigint;
11157
11357
  mtaBalanceCents: bigint;
11358
+ isCmaRequired: boolean;
11158
11359
  stage: string;
11360
+ cmaNotRequiredReason?: string | null | undefined;
11159
11361
  cmaId?: string | null | undefined;
11160
11362
  buyerName?: string | null | undefined;
11161
11363
  initialDepositStatus?: string | null | undefined;
@@ -11251,7 +11453,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
11251
11453
  propertyAddress: string;
11252
11454
  cmaBalanceCents: bigint;
11253
11455
  mtaBalanceCents: bigint;
11456
+ isCmaRequired: boolean;
11254
11457
  stage: string;
11458
+ cmaNotRequiredReason?: string | null | undefined;
11255
11459
  cmaId?: string | null | undefined;
11256
11460
  buyerName?: string | null | undefined;
11257
11461
  initialDepositStatus?: string | null | undefined;
@@ -11346,7 +11550,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
11346
11550
  propertyAddress: string;
11347
11551
  cmaBalanceCents: bigint;
11348
11552
  mtaBalanceCents: bigint;
11553
+ isCmaRequired: boolean;
11349
11554
  stage: string;
11555
+ cmaNotRequiredReason?: string | null | undefined;
11350
11556
  cmaId?: string | null | undefined;
11351
11557
  buyerName?: string | null | undefined;
11352
11558
  initialDepositStatus?: string | null | undefined;
@@ -11449,7 +11655,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
11449
11655
  propertyAddress: string;
11450
11656
  cmaBalanceCents: unknown;
11451
11657
  mtaBalanceCents: unknown;
11658
+ isCmaRequired: boolean;
11452
11659
  stage: string;
11660
+ cmaNotRequiredReason?: string | null | undefined;
11453
11661
  cmaId?: string | null | undefined;
11454
11662
  buyerName?: string | null | undefined;
11455
11663
  initialDepositStatus?: string | null | undefined;
@@ -11545,7 +11753,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
11545
11753
  propertyAddress: string;
11546
11754
  cmaBalanceCents: unknown;
11547
11755
  mtaBalanceCents: unknown;
11756
+ isCmaRequired: boolean;
11548
11757
  stage: string;
11758
+ cmaNotRequiredReason?: string | null | undefined;
11549
11759
  cmaId?: string | null | undefined;
11550
11760
  buyerName?: string | null | undefined;
11551
11761
  initialDepositStatus?: string | null | undefined;
@@ -11640,7 +11850,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
11640
11850
  propertyAddress: string;
11641
11851
  cmaBalanceCents: unknown;
11642
11852
  mtaBalanceCents: unknown;
11853
+ isCmaRequired: boolean;
11643
11854
  stage: string;
11855
+ cmaNotRequiredReason?: string | null | undefined;
11644
11856
  cmaId?: string | null | undefined;
11645
11857
  buyerName?: string | null | undefined;
11646
11858
  initialDepositStatus?: string | null | undefined;
@@ -11739,7 +11951,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
11739
11951
  propertyAddress: string;
11740
11952
  cmaBalanceCents: bigint;
11741
11953
  mtaBalanceCents: bigint;
11954
+ isCmaRequired: boolean;
11742
11955
  stage: string;
11956
+ cmaNotRequiredReason?: string | null | undefined;
11743
11957
  cmaId?: string | null | undefined;
11744
11958
  buyerName?: string | null | undefined;
11745
11959
  initialDepositStatus?: string | null | undefined;
@@ -11836,7 +12050,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
11836
12050
  propertyAddress: string;
11837
12051
  cmaBalanceCents: bigint;
11838
12052
  mtaBalanceCents: bigint;
12053
+ isCmaRequired: boolean;
11839
12054
  stage: string;
12055
+ cmaNotRequiredReason?: string | null | undefined;
11840
12056
  cmaId?: string | null | undefined;
11841
12057
  buyerName?: string | null | undefined;
11842
12058
  initialDepositStatus?: string | null | undefined;
@@ -11932,7 +12148,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
11932
12148
  propertyAddress: string;
11933
12149
  cmaBalanceCents: bigint;
11934
12150
  mtaBalanceCents: bigint;
12151
+ isCmaRequired: boolean;
11935
12152
  stage: string;
12153
+ cmaNotRequiredReason?: string | null | undefined;
11936
12154
  cmaId?: string | null | undefined;
11937
12155
  buyerName?: string | null | undefined;
11938
12156
  initialDepositStatus?: string | null | undefined;
@@ -12040,7 +12258,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
12040
12258
  propertyAddress: string;
12041
12259
  cmaBalanceCents: unknown;
12042
12260
  mtaBalanceCents: unknown;
12261
+ isCmaRequired: boolean;
12043
12262
  stage: string;
12263
+ cmaNotRequiredReason?: string | null | undefined;
12044
12264
  cmaId?: string | null | undefined;
12045
12265
  buyerName?: string | null | undefined;
12046
12266
  initialDepositStatus?: string | null | undefined;
@@ -12137,7 +12357,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
12137
12357
  propertyAddress: string;
12138
12358
  cmaBalanceCents: unknown;
12139
12359
  mtaBalanceCents: unknown;
12360
+ isCmaRequired: boolean;
12140
12361
  stage: string;
12362
+ cmaNotRequiredReason?: string | null | undefined;
12141
12363
  cmaId?: string | null | undefined;
12142
12364
  buyerName?: string | null | undefined;
12143
12365
  initialDepositStatus?: string | null | undefined;
@@ -12233,7 +12455,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
12233
12455
  propertyAddress: string;
12234
12456
  cmaBalanceCents: unknown;
12235
12457
  mtaBalanceCents: unknown;
12458
+ isCmaRequired: boolean;
12236
12459
  stage: string;
12460
+ cmaNotRequiredReason?: string | null | undefined;
12237
12461
  cmaId?: string | null | undefined;
12238
12462
  buyerName?: string | null | undefined;
12239
12463
  initialDepositStatus?: string | null | undefined;
@@ -12331,7 +12555,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
12331
12555
  propertyAddress: string;
12332
12556
  cmaBalanceCents: bigint;
12333
12557
  mtaBalanceCents: bigint;
12558
+ isCmaRequired: boolean;
12334
12559
  stage: string;
12560
+ cmaNotRequiredReason?: string | null | undefined;
12335
12561
  cmaId?: string | null | undefined;
12336
12562
  buyerName?: string | null | undefined;
12337
12563
  initialDepositStatus?: string | null | undefined;
@@ -12428,7 +12654,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
12428
12654
  propertyAddress: string;
12429
12655
  cmaBalanceCents: bigint;
12430
12656
  mtaBalanceCents: bigint;
12657
+ isCmaRequired: boolean;
12431
12658
  stage: string;
12659
+ cmaNotRequiredReason?: string | null | undefined;
12432
12660
  cmaId?: string | null | undefined;
12433
12661
  buyerName?: string | null | undefined;
12434
12662
  initialDepositStatus?: string | null | undefined;
@@ -12524,7 +12752,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
12524
12752
  propertyAddress: string;
12525
12753
  cmaBalanceCents: bigint;
12526
12754
  mtaBalanceCents: bigint;
12755
+ isCmaRequired: boolean;
12527
12756
  stage: string;
12757
+ cmaNotRequiredReason?: string | null | undefined;
12528
12758
  cmaId?: string | null | undefined;
12529
12759
  buyerName?: string | null | undefined;
12530
12760
  initialDepositStatus?: string | null | undefined;
@@ -12632,7 +12862,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
12632
12862
  propertyAddress: string;
12633
12863
  cmaBalanceCents: unknown;
12634
12864
  mtaBalanceCents: unknown;
12865
+ isCmaRequired: boolean;
12635
12866
  stage: string;
12867
+ cmaNotRequiredReason?: string | null | undefined;
12636
12868
  cmaId?: string | null | undefined;
12637
12869
  buyerName?: string | null | undefined;
12638
12870
  initialDepositStatus?: string | null | undefined;
@@ -12729,7 +12961,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
12729
12961
  propertyAddress: string;
12730
12962
  cmaBalanceCents: unknown;
12731
12963
  mtaBalanceCents: unknown;
12964
+ isCmaRequired: boolean;
12732
12965
  stage: string;
12966
+ cmaNotRequiredReason?: string | null | undefined;
12733
12967
  cmaId?: string | null | undefined;
12734
12968
  buyerName?: string | null | undefined;
12735
12969
  initialDepositStatus?: string | null | undefined;
@@ -12825,7 +13059,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
12825
13059
  propertyAddress: string;
12826
13060
  cmaBalanceCents: unknown;
12827
13061
  mtaBalanceCents: unknown;
13062
+ isCmaRequired: boolean;
12828
13063
  stage: string;
13064
+ cmaNotRequiredReason?: string | null | undefined;
12829
13065
  cmaId?: string | null | undefined;
12830
13066
  buyerName?: string | null | undefined;
12831
13067
  initialDepositStatus?: string | null | undefined;
@@ -12954,7 +13190,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
12954
13190
  propertyAddress: string;
12955
13191
  cmaBalanceCents: bigint;
12956
13192
  mtaBalanceCents: bigint;
13193
+ isCmaRequired: boolean;
12957
13194
  stage: string;
13195
+ cmaNotRequiredReason?: string | null | undefined;
12958
13196
  cmaId?: string | null | undefined;
12959
13197
  buyerName?: string | null | undefined;
12960
13198
  initialDepositStatus?: string | null | undefined;
@@ -13051,7 +13289,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
13051
13289
  propertyAddress: string;
13052
13290
  cmaBalanceCents: bigint;
13053
13291
  mtaBalanceCents: bigint;
13292
+ isCmaRequired: boolean;
13054
13293
  stage: string;
13294
+ cmaNotRequiredReason?: string | null | undefined;
13055
13295
  cmaId?: string | null | undefined;
13056
13296
  buyerName?: string | null | undefined;
13057
13297
  initialDepositStatus?: string | null | undefined;
@@ -13147,7 +13387,9 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
13147
13387
  propertyAddress: string;
13148
13388
  cmaBalanceCents: bigint;
13149
13389
  mtaBalanceCents: bigint;
13390
+ isCmaRequired: boolean;
13150
13391
  stage: string;
13392
+ cmaNotRequiredReason?: string | null | undefined;
13151
13393
  cmaId?: string | null | undefined;
13152
13394
  buyerName?: string | null | undefined;
13153
13395
  initialDepositStatus?: string | null | undefined;
@@ -13295,6 +13537,7 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
13295
13537
  lastName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13296
13538
  }, z.core.$strip>]>>>;
13297
13539
  readonly property: z.ZodOptional<z.ZodNullable<z.ZodObject<{
13540
+ cmaNotRequiredReason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13298
13541
  id: z.ZodUUID;
13299
13542
  mtaId: z.ZodString;
13300
13543
  status: z.ZodString;
@@ -13311,6 +13554,7 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
13311
13554
  propertyAddress: z.ZodString;
13312
13555
  cmaBalanceCents: z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodBigInt>;
13313
13556
  mtaBalanceCents: z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodBigInt>;
13557
+ isCmaRequired: z.ZodBoolean;
13314
13558
  stage: z.ZodString;
13315
13559
  initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13316
13560
  project: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
@@ -13545,11 +13789,11 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
13545
13789
  createdBy: string | null;
13546
13790
  updatedBy: string | null;
13547
13791
  }>>>>;
13792
+ propertyId: z.ZodNullable<z.ZodString>;
13548
13793
  status: z.ZodString;
13549
13794
  isArchived: z.ZodBoolean;
13550
13795
  createdAt: z.ZodCoercedDate<unknown>;
13551
13796
  updatedAt: z.ZodCoercedDate<unknown>;
13552
- propertyId: z.ZodNullable<z.ZodString>;
13553
13797
  payoutId: z.ZodString;
13554
13798
  bankRef: z.ZodNullable<z.ZodString>;
13555
13799
  description: z.ZodNullable<z.ZodString>;
@@ -13569,6 +13813,8 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
13569
13813
  buyerName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
13570
13814
  lotDetail: z.ZodNullable<z.ZodString>;
13571
13815
  propertyAddress: z.ZodString;
13816
+ isCmaRequired: z.ZodBoolean;
13817
+ cmaNotRequiredReason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13572
13818
  stage: z.ZodString;
13573
13819
  status: z.ZodString;
13574
13820
  mtaId: z.ZodString;
@@ -13717,7 +13963,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
13717
13963
  propertyAddress: string;
13718
13964
  cmaBalanceCents: bigint;
13719
13965
  mtaBalanceCents: bigint;
13966
+ isCmaRequired: boolean;
13720
13967
  stage: string;
13968
+ cmaNotRequiredReason?: string | null | undefined;
13721
13969
  cmaId?: string | null | undefined;
13722
13970
  buyerName?: string | null | undefined;
13723
13971
  initialDepositStatus?: string | null | undefined;
@@ -13813,7 +14061,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
13813
14061
  propertyAddress: string;
13814
14062
  cmaBalanceCents: bigint;
13815
14063
  mtaBalanceCents: bigint;
14064
+ isCmaRequired: boolean;
13816
14065
  stage: string;
14066
+ cmaNotRequiredReason?: string | null | undefined;
13817
14067
  cmaId?: string | null | undefined;
13818
14068
  buyerName?: string | null | undefined;
13819
14069
  initialDepositStatus?: string | null | undefined;
@@ -13908,7 +14158,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
13908
14158
  propertyAddress: string;
13909
14159
  cmaBalanceCents: bigint;
13910
14160
  mtaBalanceCents: bigint;
14161
+ isCmaRequired: boolean;
13911
14162
  stage: string;
14163
+ cmaNotRequiredReason?: string | null | undefined;
13912
14164
  cmaId?: string | null | undefined;
13913
14165
  buyerName?: string | null | undefined;
13914
14166
  initialDepositStatus?: string | null | undefined;
@@ -14011,7 +14263,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
14011
14263
  propertyAddress: string;
14012
14264
  cmaBalanceCents: unknown;
14013
14265
  mtaBalanceCents: unknown;
14266
+ isCmaRequired: boolean;
14014
14267
  stage: string;
14268
+ cmaNotRequiredReason?: string | null | undefined;
14015
14269
  cmaId?: string | null | undefined;
14016
14270
  buyerName?: string | null | undefined;
14017
14271
  initialDepositStatus?: string | null | undefined;
@@ -14107,7 +14361,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
14107
14361
  propertyAddress: string;
14108
14362
  cmaBalanceCents: unknown;
14109
14363
  mtaBalanceCents: unknown;
14364
+ isCmaRequired: boolean;
14110
14365
  stage: string;
14366
+ cmaNotRequiredReason?: string | null | undefined;
14111
14367
  cmaId?: string | null | undefined;
14112
14368
  buyerName?: string | null | undefined;
14113
14369
  initialDepositStatus?: string | null | undefined;
@@ -14202,7 +14458,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
14202
14458
  propertyAddress: string;
14203
14459
  cmaBalanceCents: unknown;
14204
14460
  mtaBalanceCents: unknown;
14461
+ isCmaRequired: boolean;
14205
14462
  stage: string;
14463
+ cmaNotRequiredReason?: string | null | undefined;
14206
14464
  cmaId?: string | null | undefined;
14207
14465
  buyerName?: string | null | undefined;
14208
14466
  initialDepositStatus?: string | null | undefined;
@@ -14299,7 +14557,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
14299
14557
  propertyAddress: string;
14300
14558
  cmaBalanceCents: bigint;
14301
14559
  mtaBalanceCents: bigint;
14560
+ isCmaRequired: boolean;
14302
14561
  stage: string;
14562
+ cmaNotRequiredReason?: string | null | undefined;
14303
14563
  cmaId?: string | null | undefined;
14304
14564
  buyerName?: string | null | undefined;
14305
14565
  initialDepositStatus?: string | null | undefined;
@@ -14395,7 +14655,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
14395
14655
  propertyAddress: string;
14396
14656
  cmaBalanceCents: bigint;
14397
14657
  mtaBalanceCents: bigint;
14658
+ isCmaRequired: boolean;
14398
14659
  stage: string;
14660
+ cmaNotRequiredReason?: string | null | undefined;
14399
14661
  cmaId?: string | null | undefined;
14400
14662
  buyerName?: string | null | undefined;
14401
14663
  initialDepositStatus?: string | null | undefined;
@@ -14490,7 +14752,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
14490
14752
  propertyAddress: string;
14491
14753
  cmaBalanceCents: bigint;
14492
14754
  mtaBalanceCents: bigint;
14755
+ isCmaRequired: boolean;
14493
14756
  stage: string;
14757
+ cmaNotRequiredReason?: string | null | undefined;
14494
14758
  cmaId?: string | null | undefined;
14495
14759
  buyerName?: string | null | undefined;
14496
14760
  initialDepositStatus?: string | null | undefined;
@@ -14593,7 +14857,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
14593
14857
  propertyAddress: string;
14594
14858
  cmaBalanceCents: unknown;
14595
14859
  mtaBalanceCents: unknown;
14860
+ isCmaRequired: boolean;
14596
14861
  stage: string;
14862
+ cmaNotRequiredReason?: string | null | undefined;
14597
14863
  cmaId?: string | null | undefined;
14598
14864
  buyerName?: string | null | undefined;
14599
14865
  initialDepositStatus?: string | null | undefined;
@@ -14689,7 +14955,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
14689
14955
  propertyAddress: string;
14690
14956
  cmaBalanceCents: unknown;
14691
14957
  mtaBalanceCents: unknown;
14958
+ isCmaRequired: boolean;
14692
14959
  stage: string;
14960
+ cmaNotRequiredReason?: string | null | undefined;
14693
14961
  cmaId?: string | null | undefined;
14694
14962
  buyerName?: string | null | undefined;
14695
14963
  initialDepositStatus?: string | null | undefined;
@@ -14784,7 +15052,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
14784
15052
  propertyAddress: string;
14785
15053
  cmaBalanceCents: unknown;
14786
15054
  mtaBalanceCents: unknown;
15055
+ isCmaRequired: boolean;
14787
15056
  stage: string;
15057
+ cmaNotRequiredReason?: string | null | undefined;
14788
15058
  cmaId?: string | null | undefined;
14789
15059
  buyerName?: string | null | undefined;
14790
15060
  initialDepositStatus?: string | null | undefined;
@@ -14883,7 +15153,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
14883
15153
  propertyAddress: string;
14884
15154
  cmaBalanceCents: bigint;
14885
15155
  mtaBalanceCents: bigint;
15156
+ isCmaRequired: boolean;
14886
15157
  stage: string;
15158
+ cmaNotRequiredReason?: string | null | undefined;
14887
15159
  cmaId?: string | null | undefined;
14888
15160
  buyerName?: string | null | undefined;
14889
15161
  initialDepositStatus?: string | null | undefined;
@@ -14980,7 +15252,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
14980
15252
  propertyAddress: string;
14981
15253
  cmaBalanceCents: bigint;
14982
15254
  mtaBalanceCents: bigint;
15255
+ isCmaRequired: boolean;
14983
15256
  stage: string;
15257
+ cmaNotRequiredReason?: string | null | undefined;
14984
15258
  cmaId?: string | null | undefined;
14985
15259
  buyerName?: string | null | undefined;
14986
15260
  initialDepositStatus?: string | null | undefined;
@@ -15076,7 +15350,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
15076
15350
  propertyAddress: string;
15077
15351
  cmaBalanceCents: bigint;
15078
15352
  mtaBalanceCents: bigint;
15353
+ isCmaRequired: boolean;
15079
15354
  stage: string;
15355
+ cmaNotRequiredReason?: string | null | undefined;
15080
15356
  cmaId?: string | null | undefined;
15081
15357
  buyerName?: string | null | undefined;
15082
15358
  initialDepositStatus?: string | null | undefined;
@@ -15184,7 +15460,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
15184
15460
  propertyAddress: string;
15185
15461
  cmaBalanceCents: unknown;
15186
15462
  mtaBalanceCents: unknown;
15463
+ isCmaRequired: boolean;
15187
15464
  stage: string;
15465
+ cmaNotRequiredReason?: string | null | undefined;
15188
15466
  cmaId?: string | null | undefined;
15189
15467
  buyerName?: string | null | undefined;
15190
15468
  initialDepositStatus?: string | null | undefined;
@@ -15281,7 +15559,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
15281
15559
  propertyAddress: string;
15282
15560
  cmaBalanceCents: unknown;
15283
15561
  mtaBalanceCents: unknown;
15562
+ isCmaRequired: boolean;
15284
15563
  stage: string;
15564
+ cmaNotRequiredReason?: string | null | undefined;
15285
15565
  cmaId?: string | null | undefined;
15286
15566
  buyerName?: string | null | undefined;
15287
15567
  initialDepositStatus?: string | null | undefined;
@@ -15377,7 +15657,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
15377
15657
  propertyAddress: string;
15378
15658
  cmaBalanceCents: unknown;
15379
15659
  mtaBalanceCents: unknown;
15660
+ isCmaRequired: boolean;
15380
15661
  stage: string;
15662
+ cmaNotRequiredReason?: string | null | undefined;
15381
15663
  cmaId?: string | null | undefined;
15382
15664
  buyerName?: string | null | undefined;
15383
15665
  initialDepositStatus?: string | null | undefined;
@@ -15475,7 +15757,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
15475
15757
  propertyAddress: string;
15476
15758
  cmaBalanceCents: bigint;
15477
15759
  mtaBalanceCents: bigint;
15760
+ isCmaRequired: boolean;
15478
15761
  stage: string;
15762
+ cmaNotRequiredReason?: string | null | undefined;
15479
15763
  cmaId?: string | null | undefined;
15480
15764
  buyerName?: string | null | undefined;
15481
15765
  initialDepositStatus?: string | null | undefined;
@@ -15572,7 +15856,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
15572
15856
  propertyAddress: string;
15573
15857
  cmaBalanceCents: bigint;
15574
15858
  mtaBalanceCents: bigint;
15859
+ isCmaRequired: boolean;
15575
15860
  stage: string;
15861
+ cmaNotRequiredReason?: string | null | undefined;
15576
15862
  cmaId?: string | null | undefined;
15577
15863
  buyerName?: string | null | undefined;
15578
15864
  initialDepositStatus?: string | null | undefined;
@@ -15668,7 +15954,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
15668
15954
  propertyAddress: string;
15669
15955
  cmaBalanceCents: bigint;
15670
15956
  mtaBalanceCents: bigint;
15957
+ isCmaRequired: boolean;
15671
15958
  stage: string;
15959
+ cmaNotRequiredReason?: string | null | undefined;
15672
15960
  cmaId?: string | null | undefined;
15673
15961
  buyerName?: string | null | undefined;
15674
15962
  initialDepositStatus?: string | null | undefined;
@@ -15776,7 +16064,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
15776
16064
  propertyAddress: string;
15777
16065
  cmaBalanceCents: unknown;
15778
16066
  mtaBalanceCents: unknown;
16067
+ isCmaRequired: boolean;
15779
16068
  stage: string;
16069
+ cmaNotRequiredReason?: string | null | undefined;
15780
16070
  cmaId?: string | null | undefined;
15781
16071
  buyerName?: string | null | undefined;
15782
16072
  initialDepositStatus?: string | null | undefined;
@@ -15873,7 +16163,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
15873
16163
  propertyAddress: string;
15874
16164
  cmaBalanceCents: unknown;
15875
16165
  mtaBalanceCents: unknown;
16166
+ isCmaRequired: boolean;
15876
16167
  stage: string;
16168
+ cmaNotRequiredReason?: string | null | undefined;
15877
16169
  cmaId?: string | null | undefined;
15878
16170
  buyerName?: string | null | undefined;
15879
16171
  initialDepositStatus?: string | null | undefined;
@@ -15969,7 +16261,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
15969
16261
  propertyAddress: string;
15970
16262
  cmaBalanceCents: unknown;
15971
16263
  mtaBalanceCents: unknown;
16264
+ isCmaRequired: boolean;
15972
16265
  stage: string;
16266
+ cmaNotRequiredReason?: string | null | undefined;
15973
16267
  cmaId?: string | null | undefined;
15974
16268
  buyerName?: string | null | undefined;
15975
16269
  initialDepositStatus?: string | null | undefined;
@@ -16098,7 +16392,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
16098
16392
  propertyAddress: string;
16099
16393
  cmaBalanceCents: bigint;
16100
16394
  mtaBalanceCents: bigint;
16395
+ isCmaRequired: boolean;
16101
16396
  stage: string;
16397
+ cmaNotRequiredReason?: string | null | undefined;
16102
16398
  cmaId?: string | null | undefined;
16103
16399
  buyerName?: string | null | undefined;
16104
16400
  initialDepositStatus?: string | null | undefined;
@@ -16195,7 +16491,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
16195
16491
  propertyAddress: string;
16196
16492
  cmaBalanceCents: bigint;
16197
16493
  mtaBalanceCents: bigint;
16494
+ isCmaRequired: boolean;
16198
16495
  stage: string;
16496
+ cmaNotRequiredReason?: string | null | undefined;
16199
16497
  cmaId?: string | null | undefined;
16200
16498
  buyerName?: string | null | undefined;
16201
16499
  initialDepositStatus?: string | null | undefined;
@@ -16291,7 +16589,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
16291
16589
  propertyAddress: string;
16292
16590
  cmaBalanceCents: bigint;
16293
16591
  mtaBalanceCents: bigint;
16592
+ isCmaRequired: boolean;
16294
16593
  stage: string;
16594
+ cmaNotRequiredReason?: string | null | undefined;
16295
16595
  cmaId?: string | null | undefined;
16296
16596
  buyerName?: string | null | undefined;
16297
16597
  initialDepositStatus?: string | null | undefined;
@@ -16542,6 +16842,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
16542
16842
  updatedAt: z.ZodCoercedDate<unknown>;
16543
16843
  createdBy: z.ZodString;
16544
16844
  }, z.core.$loose>>, z.ZodTransform<{
16845
+ propertyId: string;
16545
16846
  bsb: string | null;
16546
16847
  accountNumber: string;
16547
16848
  id: string;
@@ -16549,7 +16850,6 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
16549
16850
  isArchived: boolean;
16550
16851
  createdAt: Date;
16551
16852
  updatedAt: Date;
16552
- propertyId: string;
16553
16853
  payoutId: number;
16554
16854
  balanceCents: number;
16555
16855
  description: string | null;
@@ -16616,7 +16916,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
16616
16916
  propertyAddress: string;
16617
16917
  cmaBalanceCents: bigint;
16618
16918
  mtaBalanceCents: bigint;
16919
+ isCmaRequired: boolean;
16619
16920
  stage: string;
16921
+ cmaNotRequiredReason?: string | null | undefined;
16620
16922
  cmaId?: string | null | undefined;
16621
16923
  buyerName?: string | null | undefined;
16622
16924
  initialDepositStatus?: string | null | undefined;
@@ -16712,7 +17014,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
16712
17014
  propertyAddress: string;
16713
17015
  cmaBalanceCents: bigint;
16714
17016
  mtaBalanceCents: bigint;
17017
+ isCmaRequired: boolean;
16715
17018
  stage: string;
17019
+ cmaNotRequiredReason?: string | null | undefined;
16716
17020
  cmaId?: string | null | undefined;
16717
17021
  buyerName?: string | null | undefined;
16718
17022
  initialDepositStatus?: string | null | undefined;
@@ -16807,7 +17111,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
16807
17111
  propertyAddress: string;
16808
17112
  cmaBalanceCents: bigint;
16809
17113
  mtaBalanceCents: bigint;
17114
+ isCmaRequired: boolean;
16810
17115
  stage: string;
17116
+ cmaNotRequiredReason?: string | null | undefined;
16811
17117
  cmaId?: string | null | undefined;
16812
17118
  buyerName?: string | null | undefined;
16813
17119
  initialDepositStatus?: string | null | undefined;
@@ -16878,11 +17184,11 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
16878
17184
  updatedAt: Date;
16879
17185
  createdBy: string;
16880
17186
  }>>>>;
17187
+ propertyId: z.ZodNullable<z.ZodString>;
16881
17188
  status: z.ZodString;
16882
17189
  isArchived: z.ZodBoolean;
16883
17190
  createdAt: z.ZodCoercedDate<unknown>;
16884
17191
  updatedAt: z.ZodCoercedDate<unknown>;
16885
- propertyId: z.ZodNullable<z.ZodString>;
16886
17192
  payoutId: z.ZodString;
16887
17193
  bankRef: z.ZodNullable<z.ZodString>;
16888
17194
  description: z.ZodNullable<z.ZodString>;
@@ -16902,6 +17208,8 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
16902
17208
  buyerName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
16903
17209
  lotDetail: z.ZodNullable<z.ZodString>;
16904
17210
  propertyAddress: z.ZodString;
17211
+ isCmaRequired: z.ZodBoolean;
17212
+ cmaNotRequiredReason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
16905
17213
  stage: z.ZodString;
16906
17214
  status: z.ZodString;
16907
17215
  mtaId: z.ZodString;
@@ -17050,7 +17358,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
17050
17358
  propertyAddress: string;
17051
17359
  cmaBalanceCents: bigint;
17052
17360
  mtaBalanceCents: bigint;
17361
+ isCmaRequired: boolean;
17053
17362
  stage: string;
17363
+ cmaNotRequiredReason?: string | null | undefined;
17054
17364
  cmaId?: string | null | undefined;
17055
17365
  buyerName?: string | null | undefined;
17056
17366
  initialDepositStatus?: string | null | undefined;
@@ -17146,7 +17456,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
17146
17456
  propertyAddress: string;
17147
17457
  cmaBalanceCents: bigint;
17148
17458
  mtaBalanceCents: bigint;
17459
+ isCmaRequired: boolean;
17149
17460
  stage: string;
17461
+ cmaNotRequiredReason?: string | null | undefined;
17150
17462
  cmaId?: string | null | undefined;
17151
17463
  buyerName?: string | null | undefined;
17152
17464
  initialDepositStatus?: string | null | undefined;
@@ -17241,7 +17553,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
17241
17553
  propertyAddress: string;
17242
17554
  cmaBalanceCents: bigint;
17243
17555
  mtaBalanceCents: bigint;
17556
+ isCmaRequired: boolean;
17244
17557
  stage: string;
17558
+ cmaNotRequiredReason?: string | null | undefined;
17245
17559
  cmaId?: string | null | undefined;
17246
17560
  buyerName?: string | null | undefined;
17247
17561
  initialDepositStatus?: string | null | undefined;
@@ -17344,7 +17658,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
17344
17658
  propertyAddress: string;
17345
17659
  cmaBalanceCents: unknown;
17346
17660
  mtaBalanceCents: unknown;
17661
+ isCmaRequired: boolean;
17347
17662
  stage: string;
17663
+ cmaNotRequiredReason?: string | null | undefined;
17348
17664
  cmaId?: string | null | undefined;
17349
17665
  buyerName?: string | null | undefined;
17350
17666
  initialDepositStatus?: string | null | undefined;
@@ -17440,7 +17756,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
17440
17756
  propertyAddress: string;
17441
17757
  cmaBalanceCents: unknown;
17442
17758
  mtaBalanceCents: unknown;
17759
+ isCmaRequired: boolean;
17443
17760
  stage: string;
17761
+ cmaNotRequiredReason?: string | null | undefined;
17444
17762
  cmaId?: string | null | undefined;
17445
17763
  buyerName?: string | null | undefined;
17446
17764
  initialDepositStatus?: string | null | undefined;
@@ -17535,7 +17853,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
17535
17853
  propertyAddress: string;
17536
17854
  cmaBalanceCents: unknown;
17537
17855
  mtaBalanceCents: unknown;
17856
+ isCmaRequired: boolean;
17538
17857
  stage: string;
17858
+ cmaNotRequiredReason?: string | null | undefined;
17539
17859
  cmaId?: string | null | undefined;
17540
17860
  buyerName?: string | null | undefined;
17541
17861
  initialDepositStatus?: string | null | undefined;
@@ -17632,7 +17952,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
17632
17952
  propertyAddress: string;
17633
17953
  cmaBalanceCents: bigint;
17634
17954
  mtaBalanceCents: bigint;
17955
+ isCmaRequired: boolean;
17635
17956
  stage: string;
17957
+ cmaNotRequiredReason?: string | null | undefined;
17636
17958
  cmaId?: string | null | undefined;
17637
17959
  buyerName?: string | null | undefined;
17638
17960
  initialDepositStatus?: string | null | undefined;
@@ -17728,7 +18050,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
17728
18050
  propertyAddress: string;
17729
18051
  cmaBalanceCents: bigint;
17730
18052
  mtaBalanceCents: bigint;
18053
+ isCmaRequired: boolean;
17731
18054
  stage: string;
18055
+ cmaNotRequiredReason?: string | null | undefined;
17732
18056
  cmaId?: string | null | undefined;
17733
18057
  buyerName?: string | null | undefined;
17734
18058
  initialDepositStatus?: string | null | undefined;
@@ -17823,7 +18147,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
17823
18147
  propertyAddress: string;
17824
18148
  cmaBalanceCents: bigint;
17825
18149
  mtaBalanceCents: bigint;
18150
+ isCmaRequired: boolean;
17826
18151
  stage: string;
18152
+ cmaNotRequiredReason?: string | null | undefined;
17827
18153
  cmaId?: string | null | undefined;
17828
18154
  buyerName?: string | null | undefined;
17829
18155
  initialDepositStatus?: string | null | undefined;
@@ -17926,7 +18252,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
17926
18252
  propertyAddress: string;
17927
18253
  cmaBalanceCents: unknown;
17928
18254
  mtaBalanceCents: unknown;
18255
+ isCmaRequired: boolean;
17929
18256
  stage: string;
18257
+ cmaNotRequiredReason?: string | null | undefined;
17930
18258
  cmaId?: string | null | undefined;
17931
18259
  buyerName?: string | null | undefined;
17932
18260
  initialDepositStatus?: string | null | undefined;
@@ -18022,7 +18350,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
18022
18350
  propertyAddress: string;
18023
18351
  cmaBalanceCents: unknown;
18024
18352
  mtaBalanceCents: unknown;
18353
+ isCmaRequired: boolean;
18025
18354
  stage: string;
18355
+ cmaNotRequiredReason?: string | null | undefined;
18026
18356
  cmaId?: string | null | undefined;
18027
18357
  buyerName?: string | null | undefined;
18028
18358
  initialDepositStatus?: string | null | undefined;
@@ -18117,7 +18447,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
18117
18447
  propertyAddress: string;
18118
18448
  cmaBalanceCents: unknown;
18119
18449
  mtaBalanceCents: unknown;
18450
+ isCmaRequired: boolean;
18120
18451
  stage: string;
18452
+ cmaNotRequiredReason?: string | null | undefined;
18121
18453
  cmaId?: string | null | undefined;
18122
18454
  buyerName?: string | null | undefined;
18123
18455
  initialDepositStatus?: string | null | undefined;
@@ -18216,7 +18548,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
18216
18548
  propertyAddress: string;
18217
18549
  cmaBalanceCents: bigint;
18218
18550
  mtaBalanceCents: bigint;
18551
+ isCmaRequired: boolean;
18219
18552
  stage: string;
18553
+ cmaNotRequiredReason?: string | null | undefined;
18220
18554
  cmaId?: string | null | undefined;
18221
18555
  buyerName?: string | null | undefined;
18222
18556
  initialDepositStatus?: string | null | undefined;
@@ -18313,7 +18647,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
18313
18647
  propertyAddress: string;
18314
18648
  cmaBalanceCents: bigint;
18315
18649
  mtaBalanceCents: bigint;
18650
+ isCmaRequired: boolean;
18316
18651
  stage: string;
18652
+ cmaNotRequiredReason?: string | null | undefined;
18317
18653
  cmaId?: string | null | undefined;
18318
18654
  buyerName?: string | null | undefined;
18319
18655
  initialDepositStatus?: string | null | undefined;
@@ -18409,7 +18745,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
18409
18745
  propertyAddress: string;
18410
18746
  cmaBalanceCents: bigint;
18411
18747
  mtaBalanceCents: bigint;
18748
+ isCmaRequired: boolean;
18412
18749
  stage: string;
18750
+ cmaNotRequiredReason?: string | null | undefined;
18413
18751
  cmaId?: string | null | undefined;
18414
18752
  buyerName?: string | null | undefined;
18415
18753
  initialDepositStatus?: string | null | undefined;
@@ -18517,7 +18855,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
18517
18855
  propertyAddress: string;
18518
18856
  cmaBalanceCents: unknown;
18519
18857
  mtaBalanceCents: unknown;
18858
+ isCmaRequired: boolean;
18520
18859
  stage: string;
18860
+ cmaNotRequiredReason?: string | null | undefined;
18521
18861
  cmaId?: string | null | undefined;
18522
18862
  buyerName?: string | null | undefined;
18523
18863
  initialDepositStatus?: string | null | undefined;
@@ -18614,7 +18954,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
18614
18954
  propertyAddress: string;
18615
18955
  cmaBalanceCents: unknown;
18616
18956
  mtaBalanceCents: unknown;
18957
+ isCmaRequired: boolean;
18617
18958
  stage: string;
18959
+ cmaNotRequiredReason?: string | null | undefined;
18618
18960
  cmaId?: string | null | undefined;
18619
18961
  buyerName?: string | null | undefined;
18620
18962
  initialDepositStatus?: string | null | undefined;
@@ -18710,7 +19052,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
18710
19052
  propertyAddress: string;
18711
19053
  cmaBalanceCents: unknown;
18712
19054
  mtaBalanceCents: unknown;
19055
+ isCmaRequired: boolean;
18713
19056
  stage: string;
19057
+ cmaNotRequiredReason?: string | null | undefined;
18714
19058
  cmaId?: string | null | undefined;
18715
19059
  buyerName?: string | null | undefined;
18716
19060
  initialDepositStatus?: string | null | undefined;
@@ -18808,7 +19152,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
18808
19152
  propertyAddress: string;
18809
19153
  cmaBalanceCents: bigint;
18810
19154
  mtaBalanceCents: bigint;
19155
+ isCmaRequired: boolean;
18811
19156
  stage: string;
19157
+ cmaNotRequiredReason?: string | null | undefined;
18812
19158
  cmaId?: string | null | undefined;
18813
19159
  buyerName?: string | null | undefined;
18814
19160
  initialDepositStatus?: string | null | undefined;
@@ -18905,7 +19251,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
18905
19251
  propertyAddress: string;
18906
19252
  cmaBalanceCents: bigint;
18907
19253
  mtaBalanceCents: bigint;
19254
+ isCmaRequired: boolean;
18908
19255
  stage: string;
19256
+ cmaNotRequiredReason?: string | null | undefined;
18909
19257
  cmaId?: string | null | undefined;
18910
19258
  buyerName?: string | null | undefined;
18911
19259
  initialDepositStatus?: string | null | undefined;
@@ -19001,7 +19349,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
19001
19349
  propertyAddress: string;
19002
19350
  cmaBalanceCents: bigint;
19003
19351
  mtaBalanceCents: bigint;
19352
+ isCmaRequired: boolean;
19004
19353
  stage: string;
19354
+ cmaNotRequiredReason?: string | null | undefined;
19005
19355
  cmaId?: string | null | undefined;
19006
19356
  buyerName?: string | null | undefined;
19007
19357
  initialDepositStatus?: string | null | undefined;
@@ -19109,7 +19459,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
19109
19459
  propertyAddress: string;
19110
19460
  cmaBalanceCents: unknown;
19111
19461
  mtaBalanceCents: unknown;
19462
+ isCmaRequired: boolean;
19112
19463
  stage: string;
19464
+ cmaNotRequiredReason?: string | null | undefined;
19113
19465
  cmaId?: string | null | undefined;
19114
19466
  buyerName?: string | null | undefined;
19115
19467
  initialDepositStatus?: string | null | undefined;
@@ -19206,7 +19558,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
19206
19558
  propertyAddress: string;
19207
19559
  cmaBalanceCents: unknown;
19208
19560
  mtaBalanceCents: unknown;
19561
+ isCmaRequired: boolean;
19209
19562
  stage: string;
19563
+ cmaNotRequiredReason?: string | null | undefined;
19210
19564
  cmaId?: string | null | undefined;
19211
19565
  buyerName?: string | null | undefined;
19212
19566
  initialDepositStatus?: string | null | undefined;
@@ -19302,7 +19656,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
19302
19656
  propertyAddress: string;
19303
19657
  cmaBalanceCents: unknown;
19304
19658
  mtaBalanceCents: unknown;
19659
+ isCmaRequired: boolean;
19305
19660
  stage: string;
19661
+ cmaNotRequiredReason?: string | null | undefined;
19306
19662
  cmaId?: string | null | undefined;
19307
19663
  buyerName?: string | null | undefined;
19308
19664
  initialDepositStatus?: string | null | undefined;
@@ -19431,7 +19787,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
19431
19787
  propertyAddress: string;
19432
19788
  cmaBalanceCents: bigint;
19433
19789
  mtaBalanceCents: bigint;
19790
+ isCmaRequired: boolean;
19434
19791
  stage: string;
19792
+ cmaNotRequiredReason?: string | null | undefined;
19435
19793
  cmaId?: string | null | undefined;
19436
19794
  buyerName?: string | null | undefined;
19437
19795
  initialDepositStatus?: string | null | undefined;
@@ -19527,7 +19885,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
19527
19885
  propertyAddress: string;
19528
19886
  cmaBalanceCents: bigint;
19529
19887
  mtaBalanceCents: bigint;
19888
+ isCmaRequired: boolean;
19530
19889
  stage: string;
19890
+ cmaNotRequiredReason?: string | null | undefined;
19531
19891
  cmaId?: string | null | undefined;
19532
19892
  buyerName?: string | null | undefined;
19533
19893
  initialDepositStatus?: string | null | undefined;
@@ -19622,7 +19982,9 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
19622
19982
  propertyAddress: string;
19623
19983
  cmaBalanceCents: bigint;
19624
19984
  mtaBalanceCents: bigint;
19985
+ isCmaRequired: boolean;
19625
19986
  stage: string;
19987
+ cmaNotRequiredReason?: string | null | undefined;
19626
19988
  cmaId?: string | null | undefined;
19627
19989
  buyerName?: string | null | undefined;
19628
19990
  initialDepositStatus?: string | null | undefined;
@@ -19860,6 +20222,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
19860
20222
  updatedAt: z.ZodCoercedDate<unknown>;
19861
20223
  createdBy: z.ZodString;
19862
20224
  }, z.core.$loose>>, z.ZodTransform<{
20225
+ propertyId: string;
19863
20226
  bsb: string | null;
19864
20227
  accountNumber: string;
19865
20228
  id: string;
@@ -19867,7 +20230,6 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
19867
20230
  isArchived: boolean;
19868
20231
  createdAt: Date;
19869
20232
  updatedAt: Date;
19870
- propertyId: string;
19871
20233
  payoutId: number;
19872
20234
  balanceCents: number;
19873
20235
  description: string | null;
@@ -19934,7 +20296,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
19934
20296
  propertyAddress: string;
19935
20297
  cmaBalanceCents: bigint;
19936
20298
  mtaBalanceCents: bigint;
20299
+ isCmaRequired: boolean;
19937
20300
  stage: string;
20301
+ cmaNotRequiredReason?: string | null | undefined;
19938
20302
  cmaId?: string | null | undefined;
19939
20303
  buyerName?: string | null | undefined;
19940
20304
  initialDepositStatus?: string | null | undefined;
@@ -20030,7 +20394,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
20030
20394
  propertyAddress: string;
20031
20395
  cmaBalanceCents: bigint;
20032
20396
  mtaBalanceCents: bigint;
20397
+ isCmaRequired: boolean;
20033
20398
  stage: string;
20399
+ cmaNotRequiredReason?: string | null | undefined;
20034
20400
  cmaId?: string | null | undefined;
20035
20401
  buyerName?: string | null | undefined;
20036
20402
  initialDepositStatus?: string | null | undefined;
@@ -20125,7 +20491,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
20125
20491
  propertyAddress: string;
20126
20492
  cmaBalanceCents: bigint;
20127
20493
  mtaBalanceCents: bigint;
20494
+ isCmaRequired: boolean;
20128
20495
  stage: string;
20496
+ cmaNotRequiredReason?: string | null | undefined;
20129
20497
  cmaId?: string | null | undefined;
20130
20498
  buyerName?: string | null | undefined;
20131
20499
  initialDepositStatus?: string | null | undefined;
@@ -20255,11 +20623,11 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
20255
20623
  createdBy: string | null;
20256
20624
  updatedBy: string | null;
20257
20625
  }>>>>;
20626
+ propertyId: z.ZodNullable<z.ZodString>;
20258
20627
  status: z.ZodString;
20259
20628
  isArchived: z.ZodBoolean;
20260
20629
  createdAt: z.ZodCoercedDate<unknown>;
20261
20630
  updatedAt: z.ZodCoercedDate<unknown>;
20262
- propertyId: z.ZodNullable<z.ZodString>;
20263
20631
  payoutId: z.ZodString;
20264
20632
  bankRef: z.ZodNullable<z.ZodString>;
20265
20633
  description: z.ZodNullable<z.ZodString>;
@@ -20279,6 +20647,8 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
20279
20647
  buyerName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
20280
20648
  lotDetail: z.ZodNullable<z.ZodString>;
20281
20649
  propertyAddress: z.ZodString;
20650
+ isCmaRequired: z.ZodBoolean;
20651
+ cmaNotRequiredReason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
20282
20652
  stage: z.ZodString;
20283
20653
  status: z.ZodString;
20284
20654
  mtaId: z.ZodString;
@@ -20427,7 +20797,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
20427
20797
  propertyAddress: string;
20428
20798
  cmaBalanceCents: bigint;
20429
20799
  mtaBalanceCents: bigint;
20800
+ isCmaRequired: boolean;
20430
20801
  stage: string;
20802
+ cmaNotRequiredReason?: string | null | undefined;
20431
20803
  cmaId?: string | null | undefined;
20432
20804
  buyerName?: string | null | undefined;
20433
20805
  initialDepositStatus?: string | null | undefined;
@@ -20523,7 +20895,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
20523
20895
  propertyAddress: string;
20524
20896
  cmaBalanceCents: bigint;
20525
20897
  mtaBalanceCents: bigint;
20898
+ isCmaRequired: boolean;
20526
20899
  stage: string;
20900
+ cmaNotRequiredReason?: string | null | undefined;
20527
20901
  cmaId?: string | null | undefined;
20528
20902
  buyerName?: string | null | undefined;
20529
20903
  initialDepositStatus?: string | null | undefined;
@@ -20618,7 +20992,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
20618
20992
  propertyAddress: string;
20619
20993
  cmaBalanceCents: bigint;
20620
20994
  mtaBalanceCents: bigint;
20995
+ isCmaRequired: boolean;
20621
20996
  stage: string;
20997
+ cmaNotRequiredReason?: string | null | undefined;
20622
20998
  cmaId?: string | null | undefined;
20623
20999
  buyerName?: string | null | undefined;
20624
21000
  initialDepositStatus?: string | null | undefined;
@@ -20721,7 +21097,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
20721
21097
  propertyAddress: string;
20722
21098
  cmaBalanceCents: unknown;
20723
21099
  mtaBalanceCents: unknown;
21100
+ isCmaRequired: boolean;
20724
21101
  stage: string;
21102
+ cmaNotRequiredReason?: string | null | undefined;
20725
21103
  cmaId?: string | null | undefined;
20726
21104
  buyerName?: string | null | undefined;
20727
21105
  initialDepositStatus?: string | null | undefined;
@@ -20817,7 +21195,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
20817
21195
  propertyAddress: string;
20818
21196
  cmaBalanceCents: unknown;
20819
21197
  mtaBalanceCents: unknown;
21198
+ isCmaRequired: boolean;
20820
21199
  stage: string;
21200
+ cmaNotRequiredReason?: string | null | undefined;
20821
21201
  cmaId?: string | null | undefined;
20822
21202
  buyerName?: string | null | undefined;
20823
21203
  initialDepositStatus?: string | null | undefined;
@@ -20912,7 +21292,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
20912
21292
  propertyAddress: string;
20913
21293
  cmaBalanceCents: unknown;
20914
21294
  mtaBalanceCents: unknown;
21295
+ isCmaRequired: boolean;
20915
21296
  stage: string;
21297
+ cmaNotRequiredReason?: string | null | undefined;
20916
21298
  cmaId?: string | null | undefined;
20917
21299
  buyerName?: string | null | undefined;
20918
21300
  initialDepositStatus?: string | null | undefined;
@@ -21009,7 +21391,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
21009
21391
  propertyAddress: string;
21010
21392
  cmaBalanceCents: bigint;
21011
21393
  mtaBalanceCents: bigint;
21394
+ isCmaRequired: boolean;
21012
21395
  stage: string;
21396
+ cmaNotRequiredReason?: string | null | undefined;
21013
21397
  cmaId?: string | null | undefined;
21014
21398
  buyerName?: string | null | undefined;
21015
21399
  initialDepositStatus?: string | null | undefined;
@@ -21105,7 +21489,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
21105
21489
  propertyAddress: string;
21106
21490
  cmaBalanceCents: bigint;
21107
21491
  mtaBalanceCents: bigint;
21492
+ isCmaRequired: boolean;
21108
21493
  stage: string;
21494
+ cmaNotRequiredReason?: string | null | undefined;
21109
21495
  cmaId?: string | null | undefined;
21110
21496
  buyerName?: string | null | undefined;
21111
21497
  initialDepositStatus?: string | null | undefined;
@@ -21200,7 +21586,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
21200
21586
  propertyAddress: string;
21201
21587
  cmaBalanceCents: bigint;
21202
21588
  mtaBalanceCents: bigint;
21589
+ isCmaRequired: boolean;
21203
21590
  stage: string;
21591
+ cmaNotRequiredReason?: string | null | undefined;
21204
21592
  cmaId?: string | null | undefined;
21205
21593
  buyerName?: string | null | undefined;
21206
21594
  initialDepositStatus?: string | null | undefined;
@@ -21303,7 +21691,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
21303
21691
  propertyAddress: string;
21304
21692
  cmaBalanceCents: unknown;
21305
21693
  mtaBalanceCents: unknown;
21694
+ isCmaRequired: boolean;
21306
21695
  stage: string;
21696
+ cmaNotRequiredReason?: string | null | undefined;
21307
21697
  cmaId?: string | null | undefined;
21308
21698
  buyerName?: string | null | undefined;
21309
21699
  initialDepositStatus?: string | null | undefined;
@@ -21399,7 +21789,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
21399
21789
  propertyAddress: string;
21400
21790
  cmaBalanceCents: unknown;
21401
21791
  mtaBalanceCents: unknown;
21792
+ isCmaRequired: boolean;
21402
21793
  stage: string;
21794
+ cmaNotRequiredReason?: string | null | undefined;
21403
21795
  cmaId?: string | null | undefined;
21404
21796
  buyerName?: string | null | undefined;
21405
21797
  initialDepositStatus?: string | null | undefined;
@@ -21494,7 +21886,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
21494
21886
  propertyAddress: string;
21495
21887
  cmaBalanceCents: unknown;
21496
21888
  mtaBalanceCents: unknown;
21889
+ isCmaRequired: boolean;
21497
21890
  stage: string;
21891
+ cmaNotRequiredReason?: string | null | undefined;
21498
21892
  cmaId?: string | null | undefined;
21499
21893
  buyerName?: string | null | undefined;
21500
21894
  initialDepositStatus?: string | null | undefined;
@@ -21593,7 +21987,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
21593
21987
  propertyAddress: string;
21594
21988
  cmaBalanceCents: bigint;
21595
21989
  mtaBalanceCents: bigint;
21990
+ isCmaRequired: boolean;
21596
21991
  stage: string;
21992
+ cmaNotRequiredReason?: string | null | undefined;
21597
21993
  cmaId?: string | null | undefined;
21598
21994
  buyerName?: string | null | undefined;
21599
21995
  initialDepositStatus?: string | null | undefined;
@@ -21690,7 +22086,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
21690
22086
  propertyAddress: string;
21691
22087
  cmaBalanceCents: bigint;
21692
22088
  mtaBalanceCents: bigint;
22089
+ isCmaRequired: boolean;
21693
22090
  stage: string;
22091
+ cmaNotRequiredReason?: string | null | undefined;
21694
22092
  cmaId?: string | null | undefined;
21695
22093
  buyerName?: string | null | undefined;
21696
22094
  initialDepositStatus?: string | null | undefined;
@@ -21786,7 +22184,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
21786
22184
  propertyAddress: string;
21787
22185
  cmaBalanceCents: bigint;
21788
22186
  mtaBalanceCents: bigint;
22187
+ isCmaRequired: boolean;
21789
22188
  stage: string;
22189
+ cmaNotRequiredReason?: string | null | undefined;
21790
22190
  cmaId?: string | null | undefined;
21791
22191
  buyerName?: string | null | undefined;
21792
22192
  initialDepositStatus?: string | null | undefined;
@@ -21894,7 +22294,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
21894
22294
  propertyAddress: string;
21895
22295
  cmaBalanceCents: unknown;
21896
22296
  mtaBalanceCents: unknown;
22297
+ isCmaRequired: boolean;
21897
22298
  stage: string;
22299
+ cmaNotRequiredReason?: string | null | undefined;
21898
22300
  cmaId?: string | null | undefined;
21899
22301
  buyerName?: string | null | undefined;
21900
22302
  initialDepositStatus?: string | null | undefined;
@@ -21991,7 +22393,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
21991
22393
  propertyAddress: string;
21992
22394
  cmaBalanceCents: unknown;
21993
22395
  mtaBalanceCents: unknown;
22396
+ isCmaRequired: boolean;
21994
22397
  stage: string;
22398
+ cmaNotRequiredReason?: string | null | undefined;
21995
22399
  cmaId?: string | null | undefined;
21996
22400
  buyerName?: string | null | undefined;
21997
22401
  initialDepositStatus?: string | null | undefined;
@@ -22087,7 +22491,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
22087
22491
  propertyAddress: string;
22088
22492
  cmaBalanceCents: unknown;
22089
22493
  mtaBalanceCents: unknown;
22494
+ isCmaRequired: boolean;
22090
22495
  stage: string;
22496
+ cmaNotRequiredReason?: string | null | undefined;
22091
22497
  cmaId?: string | null | undefined;
22092
22498
  buyerName?: string | null | undefined;
22093
22499
  initialDepositStatus?: string | null | undefined;
@@ -22185,7 +22591,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
22185
22591
  propertyAddress: string;
22186
22592
  cmaBalanceCents: bigint;
22187
22593
  mtaBalanceCents: bigint;
22594
+ isCmaRequired: boolean;
22188
22595
  stage: string;
22596
+ cmaNotRequiredReason?: string | null | undefined;
22189
22597
  cmaId?: string | null | undefined;
22190
22598
  buyerName?: string | null | undefined;
22191
22599
  initialDepositStatus?: string | null | undefined;
@@ -22282,7 +22690,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
22282
22690
  propertyAddress: string;
22283
22691
  cmaBalanceCents: bigint;
22284
22692
  mtaBalanceCents: bigint;
22693
+ isCmaRequired: boolean;
22285
22694
  stage: string;
22695
+ cmaNotRequiredReason?: string | null | undefined;
22286
22696
  cmaId?: string | null | undefined;
22287
22697
  buyerName?: string | null | undefined;
22288
22698
  initialDepositStatus?: string | null | undefined;
@@ -22378,7 +22788,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
22378
22788
  propertyAddress: string;
22379
22789
  cmaBalanceCents: bigint;
22380
22790
  mtaBalanceCents: bigint;
22791
+ isCmaRequired: boolean;
22381
22792
  stage: string;
22793
+ cmaNotRequiredReason?: string | null | undefined;
22382
22794
  cmaId?: string | null | undefined;
22383
22795
  buyerName?: string | null | undefined;
22384
22796
  initialDepositStatus?: string | null | undefined;
@@ -22486,7 +22898,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
22486
22898
  propertyAddress: string;
22487
22899
  cmaBalanceCents: unknown;
22488
22900
  mtaBalanceCents: unknown;
22901
+ isCmaRequired: boolean;
22489
22902
  stage: string;
22903
+ cmaNotRequiredReason?: string | null | undefined;
22490
22904
  cmaId?: string | null | undefined;
22491
22905
  buyerName?: string | null | undefined;
22492
22906
  initialDepositStatus?: string | null | undefined;
@@ -22583,7 +22997,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
22583
22997
  propertyAddress: string;
22584
22998
  cmaBalanceCents: unknown;
22585
22999
  mtaBalanceCents: unknown;
23000
+ isCmaRequired: boolean;
22586
23001
  stage: string;
23002
+ cmaNotRequiredReason?: string | null | undefined;
22587
23003
  cmaId?: string | null | undefined;
22588
23004
  buyerName?: string | null | undefined;
22589
23005
  initialDepositStatus?: string | null | undefined;
@@ -22679,7 +23095,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
22679
23095
  propertyAddress: string;
22680
23096
  cmaBalanceCents: unknown;
22681
23097
  mtaBalanceCents: unknown;
23098
+ isCmaRequired: boolean;
22682
23099
  stage: string;
23100
+ cmaNotRequiredReason?: string | null | undefined;
22683
23101
  cmaId?: string | null | undefined;
22684
23102
  buyerName?: string | null | undefined;
22685
23103
  initialDepositStatus?: string | null | undefined;
@@ -22808,7 +23226,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
22808
23226
  propertyAddress: string;
22809
23227
  cmaBalanceCents: bigint;
22810
23228
  mtaBalanceCents: bigint;
23229
+ isCmaRequired: boolean;
22811
23230
  stage: string;
23231
+ cmaNotRequiredReason?: string | null | undefined;
22812
23232
  cmaId?: string | null | undefined;
22813
23233
  buyerName?: string | null | undefined;
22814
23234
  initialDepositStatus?: string | null | undefined;
@@ -22905,7 +23325,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
22905
23325
  propertyAddress: string;
22906
23326
  cmaBalanceCents: bigint;
22907
23327
  mtaBalanceCents: bigint;
23328
+ isCmaRequired: boolean;
22908
23329
  stage: string;
23330
+ cmaNotRequiredReason?: string | null | undefined;
22909
23331
  cmaId?: string | null | undefined;
22910
23332
  buyerName?: string | null | undefined;
22911
23333
  initialDepositStatus?: string | null | undefined;
@@ -23001,7 +23423,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
23001
23423
  propertyAddress: string;
23002
23424
  cmaBalanceCents: bigint;
23003
23425
  mtaBalanceCents: bigint;
23426
+ isCmaRequired: boolean;
23004
23427
  stage: string;
23428
+ cmaNotRequiredReason?: string | null | undefined;
23005
23429
  cmaId?: string | null | undefined;
23006
23430
  buyerName?: string | null | undefined;
23007
23431
  initialDepositStatus?: string | null | undefined;
@@ -23169,7 +23593,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
23169
23593
  propertyAddress: string;
23170
23594
  cmaBalanceCents: bigint;
23171
23595
  mtaBalanceCents: bigint;
23596
+ isCmaRequired: boolean;
23172
23597
  stage: string;
23598
+ cmaNotRequiredReason?: string | null | undefined;
23173
23599
  cmaId?: string | null | undefined;
23174
23600
  buyerName?: string | null | undefined;
23175
23601
  initialDepositStatus?: string | null | undefined;
@@ -23265,7 +23691,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
23265
23691
  propertyAddress: string;
23266
23692
  cmaBalanceCents: bigint;
23267
23693
  mtaBalanceCents: bigint;
23694
+ isCmaRequired: boolean;
23268
23695
  stage: string;
23696
+ cmaNotRequiredReason?: string | null | undefined;
23269
23697
  cmaId?: string | null | undefined;
23270
23698
  buyerName?: string | null | undefined;
23271
23699
  initialDepositStatus?: string | null | undefined;
@@ -23360,7 +23788,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
23360
23788
  propertyAddress: string;
23361
23789
  cmaBalanceCents: bigint;
23362
23790
  mtaBalanceCents: bigint;
23791
+ isCmaRequired: boolean;
23363
23792
  stage: string;
23793
+ cmaNotRequiredReason?: string | null | undefined;
23364
23794
  cmaId?: string | null | undefined;
23365
23795
  buyerName?: string | null | undefined;
23366
23796
  initialDepositStatus?: string | null | undefined;
@@ -23635,11 +24065,11 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
23635
24065
  createdBy: string | null;
23636
24066
  updatedBy: string | null;
23637
24067
  }>>>>;
24068
+ propertyId: z.ZodNullable<z.ZodString>;
23638
24069
  status: z.ZodString;
23639
24070
  isArchived: z.ZodBoolean;
23640
24071
  createdAt: z.ZodCoercedDate<unknown>;
23641
24072
  updatedAt: z.ZodCoercedDate<unknown>;
23642
- propertyId: z.ZodNullable<z.ZodString>;
23643
24073
  payoutId: z.ZodString;
23644
24074
  bankRef: z.ZodNullable<z.ZodString>;
23645
24075
  description: z.ZodNullable<z.ZodString>;
@@ -23659,6 +24089,8 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
23659
24089
  buyerName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
23660
24090
  lotDetail: z.ZodNullable<z.ZodString>;
23661
24091
  propertyAddress: z.ZodString;
24092
+ isCmaRequired: z.ZodBoolean;
24093
+ cmaNotRequiredReason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
23662
24094
  stage: z.ZodString;
23663
24095
  status: z.ZodString;
23664
24096
  mtaId: z.ZodString;
@@ -23807,7 +24239,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
23807
24239
  propertyAddress: string;
23808
24240
  cmaBalanceCents: bigint;
23809
24241
  mtaBalanceCents: bigint;
24242
+ isCmaRequired: boolean;
23810
24243
  stage: string;
24244
+ cmaNotRequiredReason?: string | null | undefined;
23811
24245
  cmaId?: string | null | undefined;
23812
24246
  buyerName?: string | null | undefined;
23813
24247
  initialDepositStatus?: string | null | undefined;
@@ -23903,7 +24337,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
23903
24337
  propertyAddress: string;
23904
24338
  cmaBalanceCents: bigint;
23905
24339
  mtaBalanceCents: bigint;
24340
+ isCmaRequired: boolean;
23906
24341
  stage: string;
24342
+ cmaNotRequiredReason?: string | null | undefined;
23907
24343
  cmaId?: string | null | undefined;
23908
24344
  buyerName?: string | null | undefined;
23909
24345
  initialDepositStatus?: string | null | undefined;
@@ -23998,7 +24434,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
23998
24434
  propertyAddress: string;
23999
24435
  cmaBalanceCents: bigint;
24000
24436
  mtaBalanceCents: bigint;
24437
+ isCmaRequired: boolean;
24001
24438
  stage: string;
24439
+ cmaNotRequiredReason?: string | null | undefined;
24002
24440
  cmaId?: string | null | undefined;
24003
24441
  buyerName?: string | null | undefined;
24004
24442
  initialDepositStatus?: string | null | undefined;
@@ -24101,7 +24539,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
24101
24539
  propertyAddress: string;
24102
24540
  cmaBalanceCents: unknown;
24103
24541
  mtaBalanceCents: unknown;
24542
+ isCmaRequired: boolean;
24104
24543
  stage: string;
24544
+ cmaNotRequiredReason?: string | null | undefined;
24105
24545
  cmaId?: string | null | undefined;
24106
24546
  buyerName?: string | null | undefined;
24107
24547
  initialDepositStatus?: string | null | undefined;
@@ -24197,7 +24637,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
24197
24637
  propertyAddress: string;
24198
24638
  cmaBalanceCents: unknown;
24199
24639
  mtaBalanceCents: unknown;
24640
+ isCmaRequired: boolean;
24200
24641
  stage: string;
24642
+ cmaNotRequiredReason?: string | null | undefined;
24201
24643
  cmaId?: string | null | undefined;
24202
24644
  buyerName?: string | null | undefined;
24203
24645
  initialDepositStatus?: string | null | undefined;
@@ -24292,7 +24734,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
24292
24734
  propertyAddress: string;
24293
24735
  cmaBalanceCents: unknown;
24294
24736
  mtaBalanceCents: unknown;
24737
+ isCmaRequired: boolean;
24295
24738
  stage: string;
24739
+ cmaNotRequiredReason?: string | null | undefined;
24296
24740
  cmaId?: string | null | undefined;
24297
24741
  buyerName?: string | null | undefined;
24298
24742
  initialDepositStatus?: string | null | undefined;
@@ -24389,7 +24833,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
24389
24833
  propertyAddress: string;
24390
24834
  cmaBalanceCents: bigint;
24391
24835
  mtaBalanceCents: bigint;
24836
+ isCmaRequired: boolean;
24392
24837
  stage: string;
24838
+ cmaNotRequiredReason?: string | null | undefined;
24393
24839
  cmaId?: string | null | undefined;
24394
24840
  buyerName?: string | null | undefined;
24395
24841
  initialDepositStatus?: string | null | undefined;
@@ -24485,7 +24931,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
24485
24931
  propertyAddress: string;
24486
24932
  cmaBalanceCents: bigint;
24487
24933
  mtaBalanceCents: bigint;
24934
+ isCmaRequired: boolean;
24488
24935
  stage: string;
24936
+ cmaNotRequiredReason?: string | null | undefined;
24489
24937
  cmaId?: string | null | undefined;
24490
24938
  buyerName?: string | null | undefined;
24491
24939
  initialDepositStatus?: string | null | undefined;
@@ -24580,7 +25028,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
24580
25028
  propertyAddress: string;
24581
25029
  cmaBalanceCents: bigint;
24582
25030
  mtaBalanceCents: bigint;
25031
+ isCmaRequired: boolean;
24583
25032
  stage: string;
25033
+ cmaNotRequiredReason?: string | null | undefined;
24584
25034
  cmaId?: string | null | undefined;
24585
25035
  buyerName?: string | null | undefined;
24586
25036
  initialDepositStatus?: string | null | undefined;
@@ -24683,7 +25133,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
24683
25133
  propertyAddress: string;
24684
25134
  cmaBalanceCents: unknown;
24685
25135
  mtaBalanceCents: unknown;
25136
+ isCmaRequired: boolean;
24686
25137
  stage: string;
25138
+ cmaNotRequiredReason?: string | null | undefined;
24687
25139
  cmaId?: string | null | undefined;
24688
25140
  buyerName?: string | null | undefined;
24689
25141
  initialDepositStatus?: string | null | undefined;
@@ -24779,7 +25231,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
24779
25231
  propertyAddress: string;
24780
25232
  cmaBalanceCents: unknown;
24781
25233
  mtaBalanceCents: unknown;
25234
+ isCmaRequired: boolean;
24782
25235
  stage: string;
25236
+ cmaNotRequiredReason?: string | null | undefined;
24783
25237
  cmaId?: string | null | undefined;
24784
25238
  buyerName?: string | null | undefined;
24785
25239
  initialDepositStatus?: string | null | undefined;
@@ -24874,7 +25328,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
24874
25328
  propertyAddress: string;
24875
25329
  cmaBalanceCents: unknown;
24876
25330
  mtaBalanceCents: unknown;
25331
+ isCmaRequired: boolean;
24877
25332
  stage: string;
25333
+ cmaNotRequiredReason?: string | null | undefined;
24878
25334
  cmaId?: string | null | undefined;
24879
25335
  buyerName?: string | null | undefined;
24880
25336
  initialDepositStatus?: string | null | undefined;
@@ -24973,7 +25429,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
24973
25429
  propertyAddress: string;
24974
25430
  cmaBalanceCents: bigint;
24975
25431
  mtaBalanceCents: bigint;
25432
+ isCmaRequired: boolean;
24976
25433
  stage: string;
25434
+ cmaNotRequiredReason?: string | null | undefined;
24977
25435
  cmaId?: string | null | undefined;
24978
25436
  buyerName?: string | null | undefined;
24979
25437
  initialDepositStatus?: string | null | undefined;
@@ -25070,7 +25528,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
25070
25528
  propertyAddress: string;
25071
25529
  cmaBalanceCents: bigint;
25072
25530
  mtaBalanceCents: bigint;
25531
+ isCmaRequired: boolean;
25073
25532
  stage: string;
25533
+ cmaNotRequiredReason?: string | null | undefined;
25074
25534
  cmaId?: string | null | undefined;
25075
25535
  buyerName?: string | null | undefined;
25076
25536
  initialDepositStatus?: string | null | undefined;
@@ -25166,7 +25626,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
25166
25626
  propertyAddress: string;
25167
25627
  cmaBalanceCents: bigint;
25168
25628
  mtaBalanceCents: bigint;
25629
+ isCmaRequired: boolean;
25169
25630
  stage: string;
25631
+ cmaNotRequiredReason?: string | null | undefined;
25170
25632
  cmaId?: string | null | undefined;
25171
25633
  buyerName?: string | null | undefined;
25172
25634
  initialDepositStatus?: string | null | undefined;
@@ -25274,7 +25736,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
25274
25736
  propertyAddress: string;
25275
25737
  cmaBalanceCents: unknown;
25276
25738
  mtaBalanceCents: unknown;
25739
+ isCmaRequired: boolean;
25277
25740
  stage: string;
25741
+ cmaNotRequiredReason?: string | null | undefined;
25278
25742
  cmaId?: string | null | undefined;
25279
25743
  buyerName?: string | null | undefined;
25280
25744
  initialDepositStatus?: string | null | undefined;
@@ -25371,7 +25835,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
25371
25835
  propertyAddress: string;
25372
25836
  cmaBalanceCents: unknown;
25373
25837
  mtaBalanceCents: unknown;
25838
+ isCmaRequired: boolean;
25374
25839
  stage: string;
25840
+ cmaNotRequiredReason?: string | null | undefined;
25375
25841
  cmaId?: string | null | undefined;
25376
25842
  buyerName?: string | null | undefined;
25377
25843
  initialDepositStatus?: string | null | undefined;
@@ -25467,7 +25933,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
25467
25933
  propertyAddress: string;
25468
25934
  cmaBalanceCents: unknown;
25469
25935
  mtaBalanceCents: unknown;
25936
+ isCmaRequired: boolean;
25470
25937
  stage: string;
25938
+ cmaNotRequiredReason?: string | null | undefined;
25471
25939
  cmaId?: string | null | undefined;
25472
25940
  buyerName?: string | null | undefined;
25473
25941
  initialDepositStatus?: string | null | undefined;
@@ -25565,7 +26033,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
25565
26033
  propertyAddress: string;
25566
26034
  cmaBalanceCents: bigint;
25567
26035
  mtaBalanceCents: bigint;
26036
+ isCmaRequired: boolean;
25568
26037
  stage: string;
26038
+ cmaNotRequiredReason?: string | null | undefined;
25569
26039
  cmaId?: string | null | undefined;
25570
26040
  buyerName?: string | null | undefined;
25571
26041
  initialDepositStatus?: string | null | undefined;
@@ -25662,7 +26132,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
25662
26132
  propertyAddress: string;
25663
26133
  cmaBalanceCents: bigint;
25664
26134
  mtaBalanceCents: bigint;
26135
+ isCmaRequired: boolean;
25665
26136
  stage: string;
26137
+ cmaNotRequiredReason?: string | null | undefined;
25666
26138
  cmaId?: string | null | undefined;
25667
26139
  buyerName?: string | null | undefined;
25668
26140
  initialDepositStatus?: string | null | undefined;
@@ -25758,7 +26230,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
25758
26230
  propertyAddress: string;
25759
26231
  cmaBalanceCents: bigint;
25760
26232
  mtaBalanceCents: bigint;
26233
+ isCmaRequired: boolean;
25761
26234
  stage: string;
26235
+ cmaNotRequiredReason?: string | null | undefined;
25762
26236
  cmaId?: string | null | undefined;
25763
26237
  buyerName?: string | null | undefined;
25764
26238
  initialDepositStatus?: string | null | undefined;
@@ -25866,7 +26340,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
25866
26340
  propertyAddress: string;
25867
26341
  cmaBalanceCents: unknown;
25868
26342
  mtaBalanceCents: unknown;
26343
+ isCmaRequired: boolean;
25869
26344
  stage: string;
26345
+ cmaNotRequiredReason?: string | null | undefined;
25870
26346
  cmaId?: string | null | undefined;
25871
26347
  buyerName?: string | null | undefined;
25872
26348
  initialDepositStatus?: string | null | undefined;
@@ -25963,7 +26439,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
25963
26439
  propertyAddress: string;
25964
26440
  cmaBalanceCents: unknown;
25965
26441
  mtaBalanceCents: unknown;
26442
+ isCmaRequired: boolean;
25966
26443
  stage: string;
26444
+ cmaNotRequiredReason?: string | null | undefined;
25967
26445
  cmaId?: string | null | undefined;
25968
26446
  buyerName?: string | null | undefined;
25969
26447
  initialDepositStatus?: string | null | undefined;
@@ -26059,7 +26537,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
26059
26537
  propertyAddress: string;
26060
26538
  cmaBalanceCents: unknown;
26061
26539
  mtaBalanceCents: unknown;
26540
+ isCmaRequired: boolean;
26062
26541
  stage: string;
26542
+ cmaNotRequiredReason?: string | null | undefined;
26063
26543
  cmaId?: string | null | undefined;
26064
26544
  buyerName?: string | null | undefined;
26065
26545
  initialDepositStatus?: string | null | undefined;
@@ -26188,7 +26668,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
26188
26668
  propertyAddress: string;
26189
26669
  cmaBalanceCents: bigint;
26190
26670
  mtaBalanceCents: bigint;
26671
+ isCmaRequired: boolean;
26191
26672
  stage: string;
26673
+ cmaNotRequiredReason?: string | null | undefined;
26192
26674
  cmaId?: string | null | undefined;
26193
26675
  buyerName?: string | null | undefined;
26194
26676
  initialDepositStatus?: string | null | undefined;
@@ -26285,7 +26767,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
26285
26767
  propertyAddress: string;
26286
26768
  cmaBalanceCents: bigint;
26287
26769
  mtaBalanceCents: bigint;
26770
+ isCmaRequired: boolean;
26288
26771
  stage: string;
26772
+ cmaNotRequiredReason?: string | null | undefined;
26289
26773
  cmaId?: string | null | undefined;
26290
26774
  buyerName?: string | null | undefined;
26291
26775
  initialDepositStatus?: string | null | undefined;
@@ -26381,7 +26865,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
26381
26865
  propertyAddress: string;
26382
26866
  cmaBalanceCents: bigint;
26383
26867
  mtaBalanceCents: bigint;
26868
+ isCmaRequired: boolean;
26384
26869
  stage: string;
26870
+ cmaNotRequiredReason?: string | null | undefined;
26385
26871
  cmaId?: string | null | undefined;
26386
26872
  buyerName?: string | null | undefined;
26387
26873
  initialDepositStatus?: string | null | undefined;
@@ -26632,6 +27118,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
26632
27118
  updatedAt: z.ZodCoercedDate<unknown>;
26633
27119
  createdBy: z.ZodString;
26634
27120
  }, z.core.$loose>>, z.ZodTransform<{
27121
+ propertyId: string;
26635
27122
  bsb: string | null;
26636
27123
  accountNumber: string;
26637
27124
  id: string;
@@ -26639,7 +27126,6 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
26639
27126
  isArchived: boolean;
26640
27127
  createdAt: Date;
26641
27128
  updatedAt: Date;
26642
- propertyId: string;
26643
27129
  payoutId: number;
26644
27130
  balanceCents: number;
26645
27131
  description: string | null;
@@ -26706,7 +27192,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
26706
27192
  propertyAddress: string;
26707
27193
  cmaBalanceCents: bigint;
26708
27194
  mtaBalanceCents: bigint;
27195
+ isCmaRequired: boolean;
26709
27196
  stage: string;
27197
+ cmaNotRequiredReason?: string | null | undefined;
26710
27198
  cmaId?: string | null | undefined;
26711
27199
  buyerName?: string | null | undefined;
26712
27200
  initialDepositStatus?: string | null | undefined;
@@ -26802,7 +27290,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
26802
27290
  propertyAddress: string;
26803
27291
  cmaBalanceCents: bigint;
26804
27292
  mtaBalanceCents: bigint;
27293
+ isCmaRequired: boolean;
26805
27294
  stage: string;
27295
+ cmaNotRequiredReason?: string | null | undefined;
26806
27296
  cmaId?: string | null | undefined;
26807
27297
  buyerName?: string | null | undefined;
26808
27298
  initialDepositStatus?: string | null | undefined;
@@ -26897,7 +27387,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
26897
27387
  propertyAddress: string;
26898
27388
  cmaBalanceCents: bigint;
26899
27389
  mtaBalanceCents: bigint;
27390
+ isCmaRequired: boolean;
26900
27391
  stage: string;
27392
+ cmaNotRequiredReason?: string | null | undefined;
26901
27393
  cmaId?: string | null | undefined;
26902
27394
  buyerName?: string | null | undefined;
26903
27395
  initialDepositStatus?: string | null | undefined;
@@ -26968,11 +27460,11 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
26968
27460
  updatedAt: Date;
26969
27461
  createdBy: string;
26970
27462
  }>>>>;
27463
+ propertyId: z.ZodNullable<z.ZodString>;
26971
27464
  status: z.ZodString;
26972
27465
  isArchived: z.ZodBoolean;
26973
27466
  createdAt: z.ZodCoercedDate<unknown>;
26974
27467
  updatedAt: z.ZodCoercedDate<unknown>;
26975
- propertyId: z.ZodNullable<z.ZodString>;
26976
27468
  payoutId: z.ZodString;
26977
27469
  bankRef: z.ZodNullable<z.ZodString>;
26978
27470
  description: z.ZodNullable<z.ZodString>;
@@ -26992,6 +27484,8 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
26992
27484
  buyerName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
26993
27485
  lotDetail: z.ZodNullable<z.ZodString>;
26994
27486
  propertyAddress: z.ZodString;
27487
+ isCmaRequired: z.ZodBoolean;
27488
+ cmaNotRequiredReason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
26995
27489
  stage: z.ZodString;
26996
27490
  status: z.ZodString;
26997
27491
  mtaId: z.ZodString;
@@ -27140,7 +27634,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
27140
27634
  propertyAddress: string;
27141
27635
  cmaBalanceCents: bigint;
27142
27636
  mtaBalanceCents: bigint;
27637
+ isCmaRequired: boolean;
27143
27638
  stage: string;
27639
+ cmaNotRequiredReason?: string | null | undefined;
27144
27640
  cmaId?: string | null | undefined;
27145
27641
  buyerName?: string | null | undefined;
27146
27642
  initialDepositStatus?: string | null | undefined;
@@ -27236,7 +27732,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
27236
27732
  propertyAddress: string;
27237
27733
  cmaBalanceCents: bigint;
27238
27734
  mtaBalanceCents: bigint;
27735
+ isCmaRequired: boolean;
27239
27736
  stage: string;
27737
+ cmaNotRequiredReason?: string | null | undefined;
27240
27738
  cmaId?: string | null | undefined;
27241
27739
  buyerName?: string | null | undefined;
27242
27740
  initialDepositStatus?: string | null | undefined;
@@ -27331,7 +27829,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
27331
27829
  propertyAddress: string;
27332
27830
  cmaBalanceCents: bigint;
27333
27831
  mtaBalanceCents: bigint;
27832
+ isCmaRequired: boolean;
27334
27833
  stage: string;
27834
+ cmaNotRequiredReason?: string | null | undefined;
27335
27835
  cmaId?: string | null | undefined;
27336
27836
  buyerName?: string | null | undefined;
27337
27837
  initialDepositStatus?: string | null | undefined;
@@ -27434,7 +27934,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
27434
27934
  propertyAddress: string;
27435
27935
  cmaBalanceCents: unknown;
27436
27936
  mtaBalanceCents: unknown;
27937
+ isCmaRequired: boolean;
27437
27938
  stage: string;
27939
+ cmaNotRequiredReason?: string | null | undefined;
27438
27940
  cmaId?: string | null | undefined;
27439
27941
  buyerName?: string | null | undefined;
27440
27942
  initialDepositStatus?: string | null | undefined;
@@ -27530,7 +28032,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
27530
28032
  propertyAddress: string;
27531
28033
  cmaBalanceCents: unknown;
27532
28034
  mtaBalanceCents: unknown;
28035
+ isCmaRequired: boolean;
27533
28036
  stage: string;
28037
+ cmaNotRequiredReason?: string | null | undefined;
27534
28038
  cmaId?: string | null | undefined;
27535
28039
  buyerName?: string | null | undefined;
27536
28040
  initialDepositStatus?: string | null | undefined;
@@ -27625,7 +28129,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
27625
28129
  propertyAddress: string;
27626
28130
  cmaBalanceCents: unknown;
27627
28131
  mtaBalanceCents: unknown;
28132
+ isCmaRequired: boolean;
27628
28133
  stage: string;
28134
+ cmaNotRequiredReason?: string | null | undefined;
27629
28135
  cmaId?: string | null | undefined;
27630
28136
  buyerName?: string | null | undefined;
27631
28137
  initialDepositStatus?: string | null | undefined;
@@ -27722,7 +28228,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
27722
28228
  propertyAddress: string;
27723
28229
  cmaBalanceCents: bigint;
27724
28230
  mtaBalanceCents: bigint;
28231
+ isCmaRequired: boolean;
27725
28232
  stage: string;
28233
+ cmaNotRequiredReason?: string | null | undefined;
27726
28234
  cmaId?: string | null | undefined;
27727
28235
  buyerName?: string | null | undefined;
27728
28236
  initialDepositStatus?: string | null | undefined;
@@ -27818,7 +28326,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
27818
28326
  propertyAddress: string;
27819
28327
  cmaBalanceCents: bigint;
27820
28328
  mtaBalanceCents: bigint;
28329
+ isCmaRequired: boolean;
27821
28330
  stage: string;
28331
+ cmaNotRequiredReason?: string | null | undefined;
27822
28332
  cmaId?: string | null | undefined;
27823
28333
  buyerName?: string | null | undefined;
27824
28334
  initialDepositStatus?: string | null | undefined;
@@ -27913,7 +28423,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
27913
28423
  propertyAddress: string;
27914
28424
  cmaBalanceCents: bigint;
27915
28425
  mtaBalanceCents: bigint;
28426
+ isCmaRequired: boolean;
27916
28427
  stage: string;
28428
+ cmaNotRequiredReason?: string | null | undefined;
27917
28429
  cmaId?: string | null | undefined;
27918
28430
  buyerName?: string | null | undefined;
27919
28431
  initialDepositStatus?: string | null | undefined;
@@ -28016,7 +28528,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
28016
28528
  propertyAddress: string;
28017
28529
  cmaBalanceCents: unknown;
28018
28530
  mtaBalanceCents: unknown;
28531
+ isCmaRequired: boolean;
28019
28532
  stage: string;
28533
+ cmaNotRequiredReason?: string | null | undefined;
28020
28534
  cmaId?: string | null | undefined;
28021
28535
  buyerName?: string | null | undefined;
28022
28536
  initialDepositStatus?: string | null | undefined;
@@ -28112,7 +28626,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
28112
28626
  propertyAddress: string;
28113
28627
  cmaBalanceCents: unknown;
28114
28628
  mtaBalanceCents: unknown;
28629
+ isCmaRequired: boolean;
28115
28630
  stage: string;
28631
+ cmaNotRequiredReason?: string | null | undefined;
28116
28632
  cmaId?: string | null | undefined;
28117
28633
  buyerName?: string | null | undefined;
28118
28634
  initialDepositStatus?: string | null | undefined;
@@ -28207,7 +28723,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
28207
28723
  propertyAddress: string;
28208
28724
  cmaBalanceCents: unknown;
28209
28725
  mtaBalanceCents: unknown;
28726
+ isCmaRequired: boolean;
28210
28727
  stage: string;
28728
+ cmaNotRequiredReason?: string | null | undefined;
28211
28729
  cmaId?: string | null | undefined;
28212
28730
  buyerName?: string | null | undefined;
28213
28731
  initialDepositStatus?: string | null | undefined;
@@ -28306,7 +28824,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
28306
28824
  propertyAddress: string;
28307
28825
  cmaBalanceCents: bigint;
28308
28826
  mtaBalanceCents: bigint;
28827
+ isCmaRequired: boolean;
28309
28828
  stage: string;
28829
+ cmaNotRequiredReason?: string | null | undefined;
28310
28830
  cmaId?: string | null | undefined;
28311
28831
  buyerName?: string | null | undefined;
28312
28832
  initialDepositStatus?: string | null | undefined;
@@ -28403,7 +28923,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
28403
28923
  propertyAddress: string;
28404
28924
  cmaBalanceCents: bigint;
28405
28925
  mtaBalanceCents: bigint;
28926
+ isCmaRequired: boolean;
28406
28927
  stage: string;
28928
+ cmaNotRequiredReason?: string | null | undefined;
28407
28929
  cmaId?: string | null | undefined;
28408
28930
  buyerName?: string | null | undefined;
28409
28931
  initialDepositStatus?: string | null | undefined;
@@ -28499,7 +29021,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
28499
29021
  propertyAddress: string;
28500
29022
  cmaBalanceCents: bigint;
28501
29023
  mtaBalanceCents: bigint;
29024
+ isCmaRequired: boolean;
28502
29025
  stage: string;
29026
+ cmaNotRequiredReason?: string | null | undefined;
28503
29027
  cmaId?: string | null | undefined;
28504
29028
  buyerName?: string | null | undefined;
28505
29029
  initialDepositStatus?: string | null | undefined;
@@ -28607,7 +29131,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
28607
29131
  propertyAddress: string;
28608
29132
  cmaBalanceCents: unknown;
28609
29133
  mtaBalanceCents: unknown;
29134
+ isCmaRequired: boolean;
28610
29135
  stage: string;
29136
+ cmaNotRequiredReason?: string | null | undefined;
28611
29137
  cmaId?: string | null | undefined;
28612
29138
  buyerName?: string | null | undefined;
28613
29139
  initialDepositStatus?: string | null | undefined;
@@ -28704,7 +29230,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
28704
29230
  propertyAddress: string;
28705
29231
  cmaBalanceCents: unknown;
28706
29232
  mtaBalanceCents: unknown;
29233
+ isCmaRequired: boolean;
28707
29234
  stage: string;
29235
+ cmaNotRequiredReason?: string | null | undefined;
28708
29236
  cmaId?: string | null | undefined;
28709
29237
  buyerName?: string | null | undefined;
28710
29238
  initialDepositStatus?: string | null | undefined;
@@ -28800,7 +29328,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
28800
29328
  propertyAddress: string;
28801
29329
  cmaBalanceCents: unknown;
28802
29330
  mtaBalanceCents: unknown;
29331
+ isCmaRequired: boolean;
28803
29332
  stage: string;
29333
+ cmaNotRequiredReason?: string | null | undefined;
28804
29334
  cmaId?: string | null | undefined;
28805
29335
  buyerName?: string | null | undefined;
28806
29336
  initialDepositStatus?: string | null | undefined;
@@ -28898,7 +29428,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
28898
29428
  propertyAddress: string;
28899
29429
  cmaBalanceCents: bigint;
28900
29430
  mtaBalanceCents: bigint;
29431
+ isCmaRequired: boolean;
28901
29432
  stage: string;
29433
+ cmaNotRequiredReason?: string | null | undefined;
28902
29434
  cmaId?: string | null | undefined;
28903
29435
  buyerName?: string | null | undefined;
28904
29436
  initialDepositStatus?: string | null | undefined;
@@ -28995,7 +29527,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
28995
29527
  propertyAddress: string;
28996
29528
  cmaBalanceCents: bigint;
28997
29529
  mtaBalanceCents: bigint;
29530
+ isCmaRequired: boolean;
28998
29531
  stage: string;
29532
+ cmaNotRequiredReason?: string | null | undefined;
28999
29533
  cmaId?: string | null | undefined;
29000
29534
  buyerName?: string | null | undefined;
29001
29535
  initialDepositStatus?: string | null | undefined;
@@ -29091,7 +29625,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
29091
29625
  propertyAddress: string;
29092
29626
  cmaBalanceCents: bigint;
29093
29627
  mtaBalanceCents: bigint;
29628
+ isCmaRequired: boolean;
29094
29629
  stage: string;
29630
+ cmaNotRequiredReason?: string | null | undefined;
29095
29631
  cmaId?: string | null | undefined;
29096
29632
  buyerName?: string | null | undefined;
29097
29633
  initialDepositStatus?: string | null | undefined;
@@ -29199,7 +29735,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
29199
29735
  propertyAddress: string;
29200
29736
  cmaBalanceCents: unknown;
29201
29737
  mtaBalanceCents: unknown;
29738
+ isCmaRequired: boolean;
29202
29739
  stage: string;
29740
+ cmaNotRequiredReason?: string | null | undefined;
29203
29741
  cmaId?: string | null | undefined;
29204
29742
  buyerName?: string | null | undefined;
29205
29743
  initialDepositStatus?: string | null | undefined;
@@ -29296,7 +29834,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
29296
29834
  propertyAddress: string;
29297
29835
  cmaBalanceCents: unknown;
29298
29836
  mtaBalanceCents: unknown;
29837
+ isCmaRequired: boolean;
29299
29838
  stage: string;
29839
+ cmaNotRequiredReason?: string | null | undefined;
29300
29840
  cmaId?: string | null | undefined;
29301
29841
  buyerName?: string | null | undefined;
29302
29842
  initialDepositStatus?: string | null | undefined;
@@ -29392,7 +29932,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
29392
29932
  propertyAddress: string;
29393
29933
  cmaBalanceCents: unknown;
29394
29934
  mtaBalanceCents: unknown;
29935
+ isCmaRequired: boolean;
29395
29936
  stage: string;
29937
+ cmaNotRequiredReason?: string | null | undefined;
29396
29938
  cmaId?: string | null | undefined;
29397
29939
  buyerName?: string | null | undefined;
29398
29940
  initialDepositStatus?: string | null | undefined;
@@ -29521,7 +30063,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
29521
30063
  propertyAddress: string;
29522
30064
  cmaBalanceCents: bigint;
29523
30065
  mtaBalanceCents: bigint;
30066
+ isCmaRequired: boolean;
29524
30067
  stage: string;
30068
+ cmaNotRequiredReason?: string | null | undefined;
29525
30069
  cmaId?: string | null | undefined;
29526
30070
  buyerName?: string | null | undefined;
29527
30071
  initialDepositStatus?: string | null | undefined;
@@ -29617,7 +30161,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
29617
30161
  propertyAddress: string;
29618
30162
  cmaBalanceCents: bigint;
29619
30163
  mtaBalanceCents: bigint;
30164
+ isCmaRequired: boolean;
29620
30165
  stage: string;
30166
+ cmaNotRequiredReason?: string | null | undefined;
29621
30167
  cmaId?: string | null | undefined;
29622
30168
  buyerName?: string | null | undefined;
29623
30169
  initialDepositStatus?: string | null | undefined;
@@ -29712,7 +30258,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
29712
30258
  propertyAddress: string;
29713
30259
  cmaBalanceCents: bigint;
29714
30260
  mtaBalanceCents: bigint;
30261
+ isCmaRequired: boolean;
29715
30262
  stage: string;
30263
+ cmaNotRequiredReason?: string | null | undefined;
29716
30264
  cmaId?: string | null | undefined;
29717
30265
  buyerName?: string | null | undefined;
29718
30266
  initialDepositStatus?: string | null | undefined;
@@ -29987,11 +30535,11 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
29987
30535
  createdBy: string | null;
29988
30536
  updatedBy: string | null;
29989
30537
  }>>>>;
30538
+ propertyId: z.ZodNullable<z.ZodString>;
29990
30539
  status: z.ZodString;
29991
30540
  isArchived: z.ZodBoolean;
29992
30541
  createdAt: z.ZodCoercedDate<unknown>;
29993
30542
  updatedAt: z.ZodCoercedDate<unknown>;
29994
- propertyId: z.ZodNullable<z.ZodString>;
29995
30543
  payoutId: z.ZodString;
29996
30544
  bankRef: z.ZodNullable<z.ZodString>;
29997
30545
  description: z.ZodNullable<z.ZodString>;
@@ -30011,6 +30559,8 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
30011
30559
  buyerName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
30012
30560
  lotDetail: z.ZodNullable<z.ZodString>;
30013
30561
  propertyAddress: z.ZodString;
30562
+ isCmaRequired: z.ZodBoolean;
30563
+ cmaNotRequiredReason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
30014
30564
  stage: z.ZodString;
30015
30565
  status: z.ZodString;
30016
30566
  mtaId: z.ZodString;
@@ -30159,7 +30709,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
30159
30709
  propertyAddress: string;
30160
30710
  cmaBalanceCents: bigint;
30161
30711
  mtaBalanceCents: bigint;
30712
+ isCmaRequired: boolean;
30162
30713
  stage: string;
30714
+ cmaNotRequiredReason?: string | null | undefined;
30163
30715
  cmaId?: string | null | undefined;
30164
30716
  buyerName?: string | null | undefined;
30165
30717
  initialDepositStatus?: string | null | undefined;
@@ -30255,7 +30807,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
30255
30807
  propertyAddress: string;
30256
30808
  cmaBalanceCents: bigint;
30257
30809
  mtaBalanceCents: bigint;
30810
+ isCmaRequired: boolean;
30258
30811
  stage: string;
30812
+ cmaNotRequiredReason?: string | null | undefined;
30259
30813
  cmaId?: string | null | undefined;
30260
30814
  buyerName?: string | null | undefined;
30261
30815
  initialDepositStatus?: string | null | undefined;
@@ -30350,7 +30904,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
30350
30904
  propertyAddress: string;
30351
30905
  cmaBalanceCents: bigint;
30352
30906
  mtaBalanceCents: bigint;
30907
+ isCmaRequired: boolean;
30353
30908
  stage: string;
30909
+ cmaNotRequiredReason?: string | null | undefined;
30354
30910
  cmaId?: string | null | undefined;
30355
30911
  buyerName?: string | null | undefined;
30356
30912
  initialDepositStatus?: string | null | undefined;
@@ -30453,7 +31009,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
30453
31009
  propertyAddress: string;
30454
31010
  cmaBalanceCents: unknown;
30455
31011
  mtaBalanceCents: unknown;
31012
+ isCmaRequired: boolean;
30456
31013
  stage: string;
31014
+ cmaNotRequiredReason?: string | null | undefined;
30457
31015
  cmaId?: string | null | undefined;
30458
31016
  buyerName?: string | null | undefined;
30459
31017
  initialDepositStatus?: string | null | undefined;
@@ -30549,7 +31107,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
30549
31107
  propertyAddress: string;
30550
31108
  cmaBalanceCents: unknown;
30551
31109
  mtaBalanceCents: unknown;
31110
+ isCmaRequired: boolean;
30552
31111
  stage: string;
31112
+ cmaNotRequiredReason?: string | null | undefined;
30553
31113
  cmaId?: string | null | undefined;
30554
31114
  buyerName?: string | null | undefined;
30555
31115
  initialDepositStatus?: string | null | undefined;
@@ -30644,7 +31204,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
30644
31204
  propertyAddress: string;
30645
31205
  cmaBalanceCents: unknown;
30646
31206
  mtaBalanceCents: unknown;
31207
+ isCmaRequired: boolean;
30647
31208
  stage: string;
31209
+ cmaNotRequiredReason?: string | null | undefined;
30648
31210
  cmaId?: string | null | undefined;
30649
31211
  buyerName?: string | null | undefined;
30650
31212
  initialDepositStatus?: string | null | undefined;
@@ -30741,7 +31303,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
30741
31303
  propertyAddress: string;
30742
31304
  cmaBalanceCents: bigint;
30743
31305
  mtaBalanceCents: bigint;
31306
+ isCmaRequired: boolean;
30744
31307
  stage: string;
31308
+ cmaNotRequiredReason?: string | null | undefined;
30745
31309
  cmaId?: string | null | undefined;
30746
31310
  buyerName?: string | null | undefined;
30747
31311
  initialDepositStatus?: string | null | undefined;
@@ -30837,7 +31401,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
30837
31401
  propertyAddress: string;
30838
31402
  cmaBalanceCents: bigint;
30839
31403
  mtaBalanceCents: bigint;
31404
+ isCmaRequired: boolean;
30840
31405
  stage: string;
31406
+ cmaNotRequiredReason?: string | null | undefined;
30841
31407
  cmaId?: string | null | undefined;
30842
31408
  buyerName?: string | null | undefined;
30843
31409
  initialDepositStatus?: string | null | undefined;
@@ -30932,7 +31498,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
30932
31498
  propertyAddress: string;
30933
31499
  cmaBalanceCents: bigint;
30934
31500
  mtaBalanceCents: bigint;
31501
+ isCmaRequired: boolean;
30935
31502
  stage: string;
31503
+ cmaNotRequiredReason?: string | null | undefined;
30936
31504
  cmaId?: string | null | undefined;
30937
31505
  buyerName?: string | null | undefined;
30938
31506
  initialDepositStatus?: string | null | undefined;
@@ -31035,7 +31603,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
31035
31603
  propertyAddress: string;
31036
31604
  cmaBalanceCents: unknown;
31037
31605
  mtaBalanceCents: unknown;
31606
+ isCmaRequired: boolean;
31038
31607
  stage: string;
31608
+ cmaNotRequiredReason?: string | null | undefined;
31039
31609
  cmaId?: string | null | undefined;
31040
31610
  buyerName?: string | null | undefined;
31041
31611
  initialDepositStatus?: string | null | undefined;
@@ -31131,7 +31701,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
31131
31701
  propertyAddress: string;
31132
31702
  cmaBalanceCents: unknown;
31133
31703
  mtaBalanceCents: unknown;
31704
+ isCmaRequired: boolean;
31134
31705
  stage: string;
31706
+ cmaNotRequiredReason?: string | null | undefined;
31135
31707
  cmaId?: string | null | undefined;
31136
31708
  buyerName?: string | null | undefined;
31137
31709
  initialDepositStatus?: string | null | undefined;
@@ -31226,7 +31798,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
31226
31798
  propertyAddress: string;
31227
31799
  cmaBalanceCents: unknown;
31228
31800
  mtaBalanceCents: unknown;
31801
+ isCmaRequired: boolean;
31229
31802
  stage: string;
31803
+ cmaNotRequiredReason?: string | null | undefined;
31230
31804
  cmaId?: string | null | undefined;
31231
31805
  buyerName?: string | null | undefined;
31232
31806
  initialDepositStatus?: string | null | undefined;
@@ -31325,7 +31899,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
31325
31899
  propertyAddress: string;
31326
31900
  cmaBalanceCents: bigint;
31327
31901
  mtaBalanceCents: bigint;
31902
+ isCmaRequired: boolean;
31328
31903
  stage: string;
31904
+ cmaNotRequiredReason?: string | null | undefined;
31329
31905
  cmaId?: string | null | undefined;
31330
31906
  buyerName?: string | null | undefined;
31331
31907
  initialDepositStatus?: string | null | undefined;
@@ -31422,7 +31998,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
31422
31998
  propertyAddress: string;
31423
31999
  cmaBalanceCents: bigint;
31424
32000
  mtaBalanceCents: bigint;
32001
+ isCmaRequired: boolean;
31425
32002
  stage: string;
32003
+ cmaNotRequiredReason?: string | null | undefined;
31426
32004
  cmaId?: string | null | undefined;
31427
32005
  buyerName?: string | null | undefined;
31428
32006
  initialDepositStatus?: string | null | undefined;
@@ -31518,7 +32096,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
31518
32096
  propertyAddress: string;
31519
32097
  cmaBalanceCents: bigint;
31520
32098
  mtaBalanceCents: bigint;
32099
+ isCmaRequired: boolean;
31521
32100
  stage: string;
32101
+ cmaNotRequiredReason?: string | null | undefined;
31522
32102
  cmaId?: string | null | undefined;
31523
32103
  buyerName?: string | null | undefined;
31524
32104
  initialDepositStatus?: string | null | undefined;
@@ -31626,7 +32206,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
31626
32206
  propertyAddress: string;
31627
32207
  cmaBalanceCents: unknown;
31628
32208
  mtaBalanceCents: unknown;
32209
+ isCmaRequired: boolean;
31629
32210
  stage: string;
32211
+ cmaNotRequiredReason?: string | null | undefined;
31630
32212
  cmaId?: string | null | undefined;
31631
32213
  buyerName?: string | null | undefined;
31632
32214
  initialDepositStatus?: string | null | undefined;
@@ -31723,7 +32305,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
31723
32305
  propertyAddress: string;
31724
32306
  cmaBalanceCents: unknown;
31725
32307
  mtaBalanceCents: unknown;
32308
+ isCmaRequired: boolean;
31726
32309
  stage: string;
32310
+ cmaNotRequiredReason?: string | null | undefined;
31727
32311
  cmaId?: string | null | undefined;
31728
32312
  buyerName?: string | null | undefined;
31729
32313
  initialDepositStatus?: string | null | undefined;
@@ -31819,7 +32403,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
31819
32403
  propertyAddress: string;
31820
32404
  cmaBalanceCents: unknown;
31821
32405
  mtaBalanceCents: unknown;
32406
+ isCmaRequired: boolean;
31822
32407
  stage: string;
32408
+ cmaNotRequiredReason?: string | null | undefined;
31823
32409
  cmaId?: string | null | undefined;
31824
32410
  buyerName?: string | null | undefined;
31825
32411
  initialDepositStatus?: string | null | undefined;
@@ -31917,7 +32503,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
31917
32503
  propertyAddress: string;
31918
32504
  cmaBalanceCents: bigint;
31919
32505
  mtaBalanceCents: bigint;
32506
+ isCmaRequired: boolean;
31920
32507
  stage: string;
32508
+ cmaNotRequiredReason?: string | null | undefined;
31921
32509
  cmaId?: string | null | undefined;
31922
32510
  buyerName?: string | null | undefined;
31923
32511
  initialDepositStatus?: string | null | undefined;
@@ -32014,7 +32602,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
32014
32602
  propertyAddress: string;
32015
32603
  cmaBalanceCents: bigint;
32016
32604
  mtaBalanceCents: bigint;
32605
+ isCmaRequired: boolean;
32017
32606
  stage: string;
32607
+ cmaNotRequiredReason?: string | null | undefined;
32018
32608
  cmaId?: string | null | undefined;
32019
32609
  buyerName?: string | null | undefined;
32020
32610
  initialDepositStatus?: string | null | undefined;
@@ -32110,7 +32700,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
32110
32700
  propertyAddress: string;
32111
32701
  cmaBalanceCents: bigint;
32112
32702
  mtaBalanceCents: bigint;
32703
+ isCmaRequired: boolean;
32113
32704
  stage: string;
32705
+ cmaNotRequiredReason?: string | null | undefined;
32114
32706
  cmaId?: string | null | undefined;
32115
32707
  buyerName?: string | null | undefined;
32116
32708
  initialDepositStatus?: string | null | undefined;
@@ -32218,7 +32810,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
32218
32810
  propertyAddress: string;
32219
32811
  cmaBalanceCents: unknown;
32220
32812
  mtaBalanceCents: unknown;
32813
+ isCmaRequired: boolean;
32221
32814
  stage: string;
32815
+ cmaNotRequiredReason?: string | null | undefined;
32222
32816
  cmaId?: string | null | undefined;
32223
32817
  buyerName?: string | null | undefined;
32224
32818
  initialDepositStatus?: string | null | undefined;
@@ -32315,7 +32909,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
32315
32909
  propertyAddress: string;
32316
32910
  cmaBalanceCents: unknown;
32317
32911
  mtaBalanceCents: unknown;
32912
+ isCmaRequired: boolean;
32318
32913
  stage: string;
32914
+ cmaNotRequiredReason?: string | null | undefined;
32319
32915
  cmaId?: string | null | undefined;
32320
32916
  buyerName?: string | null | undefined;
32321
32917
  initialDepositStatus?: string | null | undefined;
@@ -32411,7 +33007,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
32411
33007
  propertyAddress: string;
32412
33008
  cmaBalanceCents: unknown;
32413
33009
  mtaBalanceCents: unknown;
33010
+ isCmaRequired: boolean;
32414
33011
  stage: string;
33012
+ cmaNotRequiredReason?: string | null | undefined;
32415
33013
  cmaId?: string | null | undefined;
32416
33014
  buyerName?: string | null | undefined;
32417
33015
  initialDepositStatus?: string | null | undefined;
@@ -32540,7 +33138,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
32540
33138
  propertyAddress: string;
32541
33139
  cmaBalanceCents: bigint;
32542
33140
  mtaBalanceCents: bigint;
33141
+ isCmaRequired: boolean;
32543
33142
  stage: string;
33143
+ cmaNotRequiredReason?: string | null | undefined;
32544
33144
  cmaId?: string | null | undefined;
32545
33145
  buyerName?: string | null | undefined;
32546
33146
  initialDepositStatus?: string | null | undefined;
@@ -32637,7 +33237,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
32637
33237
  propertyAddress: string;
32638
33238
  cmaBalanceCents: bigint;
32639
33239
  mtaBalanceCents: bigint;
33240
+ isCmaRequired: boolean;
32640
33241
  stage: string;
33242
+ cmaNotRequiredReason?: string | null | undefined;
32641
33243
  cmaId?: string | null | undefined;
32642
33244
  buyerName?: string | null | undefined;
32643
33245
  initialDepositStatus?: string | null | undefined;
@@ -32733,7 +33335,9 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
32733
33335
  propertyAddress: string;
32734
33336
  cmaBalanceCents: bigint;
32735
33337
  mtaBalanceCents: bigint;
33338
+ isCmaRequired: boolean;
32736
33339
  stage: string;
33340
+ cmaNotRequiredReason?: string | null | undefined;
32737
33341
  cmaId?: string | null | undefined;
32738
33342
  buyerName?: string | null | undefined;
32739
33343
  initialDepositStatus?: string | null | undefined;
@@ -32881,6 +33485,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
32881
33485
  lastName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32882
33486
  }, z.core.$strip>]>>>;
32883
33487
  readonly property: z.ZodOptional<z.ZodNullable<z.ZodObject<{
33488
+ cmaNotRequiredReason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32884
33489
  id: z.ZodUUID;
32885
33490
  mtaId: z.ZodString;
32886
33491
  status: z.ZodString;
@@ -32897,6 +33502,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
32897
33502
  propertyAddress: z.ZodString;
32898
33503
  cmaBalanceCents: z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodBigInt>;
32899
33504
  mtaBalanceCents: z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodBigInt>;
33505
+ isCmaRequired: z.ZodBoolean;
32900
33506
  stage: z.ZodString;
32901
33507
  initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32902
33508
  project: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{