@mikemo-coposit/am-accounting-shared 1.0.6 → 1.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/constants/common/package-version.constant.d.ts +1 -1
- package/dist/cjs/index.cjs +538 -427
- package/dist/cjs/schemas/cma/cma.rest.schema.d.ts +7 -7
- package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +12 -12
- package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +7 -7
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +13 -13
- package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +1 -1
- package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +12 -12
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +6 -6
- package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +1 -1
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +1 -1
- package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts +99 -99
- package/dist/cjs/schemas/payout/payout-provision-data.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/payout/payout.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts +132 -132
- package/dist/cjs/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +13 -13
- package/dist/cjs/schemas/property/property.entity.schema.d.ts +2 -2
- package/dist/cjs/schemas/property/property.rest.schema.d.ts +14 -14
- package/dist/esm/constants/common/package-version.constant.d.ts +1 -1
- package/dist/esm/index.js +120 -111
- package/dist/esm/schemas/cma/cma.rest.schema.d.ts +7 -7
- package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +12 -12
- package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +7 -7
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +13 -13
- package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +1 -1
- package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +12 -12
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +6 -6
- package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +1 -1
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +1 -1
- package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts +99 -99
- package/dist/esm/schemas/payout/payout-provision-data.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/payout/payout.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts +132 -132
- package/dist/esm/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +13 -13
- package/dist/esm/schemas/property/property.entity.schema.d.ts +2 -2
- package/dist/esm/schemas/property/property.rest.schema.d.ts +14 -14
- package/package.json +1 -1
|
@@ -696,7 +696,7 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
696
696
|
buyerName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
697
697
|
lotDetail: z.ZodNullable<z.ZodString>;
|
|
698
698
|
propertyAddress: z.ZodString;
|
|
699
|
-
isCmaRequired: z.ZodBoolean
|
|
699
|
+
isCmaRequired: z.ZodDefault<z.ZodPrefault<z.ZodBoolean>>;
|
|
700
700
|
cmaNotRequiredReason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
701
701
|
stage: z.ZodString;
|
|
702
702
|
status: z.ZodString;
|
|
@@ -1146,11 +1146,11 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
1146
1146
|
propertyAddress: string;
|
|
1147
1147
|
cmaBalanceCents: unknown;
|
|
1148
1148
|
mtaBalanceCents: unknown;
|
|
1149
|
-
isCmaRequired: boolean;
|
|
1150
1149
|
stage: string;
|
|
1151
1150
|
cmaNotRequiredReason?: string | null | undefined;
|
|
1152
1151
|
cmaId?: string | null | undefined;
|
|
1153
1152
|
buyerName?: string | null | undefined;
|
|
1153
|
+
isCmaRequired?: boolean | undefined;
|
|
1154
1154
|
initialDepositStatus?: string | null | undefined;
|
|
1155
1155
|
project?: {
|
|
1156
1156
|
id: string;
|
|
@@ -1244,11 +1244,11 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
1244
1244
|
propertyAddress: string;
|
|
1245
1245
|
cmaBalanceCents: unknown;
|
|
1246
1246
|
mtaBalanceCents: unknown;
|
|
1247
|
-
isCmaRequired: boolean;
|
|
1248
1247
|
stage: string;
|
|
1249
1248
|
cmaNotRequiredReason?: string | null | undefined;
|
|
1250
1249
|
cmaId?: string | null | undefined;
|
|
1251
1250
|
buyerName?: string | null | undefined;
|
|
1251
|
+
isCmaRequired?: boolean | undefined;
|
|
1252
1252
|
initialDepositStatus?: string | null | undefined;
|
|
1253
1253
|
project?: {
|
|
1254
1254
|
id: string;
|
|
@@ -1341,11 +1341,11 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
1341
1341
|
propertyAddress: string;
|
|
1342
1342
|
cmaBalanceCents: unknown;
|
|
1343
1343
|
mtaBalanceCents: unknown;
|
|
1344
|
-
isCmaRequired: boolean;
|
|
1345
1344
|
stage: string;
|
|
1346
1345
|
cmaNotRequiredReason?: string | null | undefined;
|
|
1347
1346
|
cmaId?: string | null | undefined;
|
|
1348
1347
|
buyerName?: string | null | undefined;
|
|
1348
|
+
isCmaRequired?: boolean | undefined;
|
|
1349
1349
|
initialDepositStatus?: string | null | undefined;
|
|
1350
1350
|
project?: {
|
|
1351
1351
|
id: string;
|
|
@@ -1740,11 +1740,11 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
1740
1740
|
propertyAddress: string;
|
|
1741
1741
|
cmaBalanceCents: unknown;
|
|
1742
1742
|
mtaBalanceCents: unknown;
|
|
1743
|
-
isCmaRequired: boolean;
|
|
1744
1743
|
stage: string;
|
|
1745
1744
|
cmaNotRequiredReason?: string | null | undefined;
|
|
1746
1745
|
cmaId?: string | null | undefined;
|
|
1747
1746
|
buyerName?: string | null | undefined;
|
|
1747
|
+
isCmaRequired?: boolean | undefined;
|
|
1748
1748
|
initialDepositStatus?: string | null | undefined;
|
|
1749
1749
|
project?: {
|
|
1750
1750
|
id: string;
|
|
@@ -1838,11 +1838,11 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
1838
1838
|
propertyAddress: string;
|
|
1839
1839
|
cmaBalanceCents: unknown;
|
|
1840
1840
|
mtaBalanceCents: unknown;
|
|
1841
|
-
isCmaRequired: boolean;
|
|
1842
1841
|
stage: string;
|
|
1843
1842
|
cmaNotRequiredReason?: string | null | undefined;
|
|
1844
1843
|
cmaId?: string | null | undefined;
|
|
1845
1844
|
buyerName?: string | null | undefined;
|
|
1845
|
+
isCmaRequired?: boolean | undefined;
|
|
1846
1846
|
initialDepositStatus?: string | null | undefined;
|
|
1847
1847
|
project?: {
|
|
1848
1848
|
id: string;
|
|
@@ -1935,11 +1935,11 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
1935
1935
|
propertyAddress: string;
|
|
1936
1936
|
cmaBalanceCents: unknown;
|
|
1937
1937
|
mtaBalanceCents: unknown;
|
|
1938
|
-
isCmaRequired: boolean;
|
|
1939
1938
|
stage: string;
|
|
1940
1939
|
cmaNotRequiredReason?: string | null | undefined;
|
|
1941
1940
|
cmaId?: string | null | undefined;
|
|
1942
1941
|
buyerName?: string | null | undefined;
|
|
1942
|
+
isCmaRequired?: boolean | undefined;
|
|
1943
1943
|
initialDepositStatus?: string | null | undefined;
|
|
1944
1944
|
project?: {
|
|
1945
1945
|
id: string;
|
|
@@ -2343,11 +2343,11 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
2343
2343
|
propertyAddress: string;
|
|
2344
2344
|
cmaBalanceCents: unknown;
|
|
2345
2345
|
mtaBalanceCents: unknown;
|
|
2346
|
-
isCmaRequired: boolean;
|
|
2347
2346
|
stage: string;
|
|
2348
2347
|
cmaNotRequiredReason?: string | null | undefined;
|
|
2349
2348
|
cmaId?: string | null | undefined;
|
|
2350
2349
|
buyerName?: string | null | undefined;
|
|
2350
|
+
isCmaRequired?: boolean | undefined;
|
|
2351
2351
|
initialDepositStatus?: string | null | undefined;
|
|
2352
2352
|
project?: {
|
|
2353
2353
|
id: string;
|
|
@@ -2442,11 +2442,11 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
2442
2442
|
propertyAddress: string;
|
|
2443
2443
|
cmaBalanceCents: unknown;
|
|
2444
2444
|
mtaBalanceCents: unknown;
|
|
2445
|
-
isCmaRequired: boolean;
|
|
2446
2445
|
stage: string;
|
|
2447
2446
|
cmaNotRequiredReason?: string | null | undefined;
|
|
2448
2447
|
cmaId?: string | null | undefined;
|
|
2449
2448
|
buyerName?: string | null | undefined;
|
|
2449
|
+
isCmaRequired?: boolean | undefined;
|
|
2450
2450
|
initialDepositStatus?: string | null | undefined;
|
|
2451
2451
|
project?: {
|
|
2452
2452
|
id: string;
|
|
@@ -2540,11 +2540,11 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
2540
2540
|
propertyAddress: string;
|
|
2541
2541
|
cmaBalanceCents: unknown;
|
|
2542
2542
|
mtaBalanceCents: unknown;
|
|
2543
|
-
isCmaRequired: boolean;
|
|
2544
2543
|
stage: string;
|
|
2545
2544
|
cmaNotRequiredReason?: string | null | undefined;
|
|
2546
2545
|
cmaId?: string | null | undefined;
|
|
2547
2546
|
buyerName?: string | null | undefined;
|
|
2547
|
+
isCmaRequired?: boolean | undefined;
|
|
2548
2548
|
initialDepositStatus?: string | null | undefined;
|
|
2549
2549
|
project?: {
|
|
2550
2550
|
id: string;
|
|
@@ -2947,11 +2947,11 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
2947
2947
|
propertyAddress: string;
|
|
2948
2948
|
cmaBalanceCents: unknown;
|
|
2949
2949
|
mtaBalanceCents: unknown;
|
|
2950
|
-
isCmaRequired: boolean;
|
|
2951
2950
|
stage: string;
|
|
2952
2951
|
cmaNotRequiredReason?: string | null | undefined;
|
|
2953
2952
|
cmaId?: string | null | undefined;
|
|
2954
2953
|
buyerName?: string | null | undefined;
|
|
2954
|
+
isCmaRequired?: boolean | undefined;
|
|
2955
2955
|
initialDepositStatus?: string | null | undefined;
|
|
2956
2956
|
project?: {
|
|
2957
2957
|
id: string;
|
|
@@ -3046,11 +3046,11 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
3046
3046
|
propertyAddress: string;
|
|
3047
3047
|
cmaBalanceCents: unknown;
|
|
3048
3048
|
mtaBalanceCents: unknown;
|
|
3049
|
-
isCmaRequired: boolean;
|
|
3050
3049
|
stage: string;
|
|
3051
3050
|
cmaNotRequiredReason?: string | null | undefined;
|
|
3052
3051
|
cmaId?: string | null | undefined;
|
|
3053
3052
|
buyerName?: string | null | undefined;
|
|
3053
|
+
isCmaRequired?: boolean | undefined;
|
|
3054
3054
|
initialDepositStatus?: string | null | undefined;
|
|
3055
3055
|
project?: {
|
|
3056
3056
|
id: string;
|
|
@@ -3144,11 +3144,11 @@ export declare const mtaToCmaPayoutRestResSchema: z.ZodObject<{
|
|
|
3144
3144
|
propertyAddress: string;
|
|
3145
3145
|
cmaBalanceCents: unknown;
|
|
3146
3146
|
mtaBalanceCents: unknown;
|
|
3147
|
-
isCmaRequired: boolean;
|
|
3148
3147
|
stage: string;
|
|
3149
3148
|
cmaNotRequiredReason?: string | null | undefined;
|
|
3150
3149
|
cmaId?: string | null | undefined;
|
|
3151
3150
|
buyerName?: string | null | undefined;
|
|
3151
|
+
isCmaRequired?: boolean | undefined;
|
|
3152
3152
|
initialDepositStatus?: string | null | undefined;
|
|
3153
3153
|
project?: {
|
|
3154
3154
|
id: string;
|
|
@@ -4139,7 +4139,7 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
4139
4139
|
buyerName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
4140
4140
|
lotDetail: z.ZodNullable<z.ZodString>;
|
|
4141
4141
|
propertyAddress: z.ZodString;
|
|
4142
|
-
isCmaRequired: z.ZodBoolean
|
|
4142
|
+
isCmaRequired: z.ZodDefault<z.ZodPrefault<z.ZodBoolean>>;
|
|
4143
4143
|
cmaNotRequiredReason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4144
4144
|
stage: z.ZodString;
|
|
4145
4145
|
status: z.ZodString;
|
|
@@ -4589,11 +4589,11 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
4589
4589
|
propertyAddress: string;
|
|
4590
4590
|
cmaBalanceCents: unknown;
|
|
4591
4591
|
mtaBalanceCents: unknown;
|
|
4592
|
-
isCmaRequired: boolean;
|
|
4593
4592
|
stage: string;
|
|
4594
4593
|
cmaNotRequiredReason?: string | null | undefined;
|
|
4595
4594
|
cmaId?: string | null | undefined;
|
|
4596
4595
|
buyerName?: string | null | undefined;
|
|
4596
|
+
isCmaRequired?: boolean | undefined;
|
|
4597
4597
|
initialDepositStatus?: string | null | undefined;
|
|
4598
4598
|
project?: {
|
|
4599
4599
|
id: string;
|
|
@@ -4687,11 +4687,11 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
4687
4687
|
propertyAddress: string;
|
|
4688
4688
|
cmaBalanceCents: unknown;
|
|
4689
4689
|
mtaBalanceCents: unknown;
|
|
4690
|
-
isCmaRequired: boolean;
|
|
4691
4690
|
stage: string;
|
|
4692
4691
|
cmaNotRequiredReason?: string | null | undefined;
|
|
4693
4692
|
cmaId?: string | null | undefined;
|
|
4694
4693
|
buyerName?: string | null | undefined;
|
|
4694
|
+
isCmaRequired?: boolean | undefined;
|
|
4695
4695
|
initialDepositStatus?: string | null | undefined;
|
|
4696
4696
|
project?: {
|
|
4697
4697
|
id: string;
|
|
@@ -4784,11 +4784,11 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
4784
4784
|
propertyAddress: string;
|
|
4785
4785
|
cmaBalanceCents: unknown;
|
|
4786
4786
|
mtaBalanceCents: unknown;
|
|
4787
|
-
isCmaRequired: boolean;
|
|
4788
4787
|
stage: string;
|
|
4789
4788
|
cmaNotRequiredReason?: string | null | undefined;
|
|
4790
4789
|
cmaId?: string | null | undefined;
|
|
4791
4790
|
buyerName?: string | null | undefined;
|
|
4791
|
+
isCmaRequired?: boolean | undefined;
|
|
4792
4792
|
initialDepositStatus?: string | null | undefined;
|
|
4793
4793
|
project?: {
|
|
4794
4794
|
id: string;
|
|
@@ -5183,11 +5183,11 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
5183
5183
|
propertyAddress: string;
|
|
5184
5184
|
cmaBalanceCents: unknown;
|
|
5185
5185
|
mtaBalanceCents: unknown;
|
|
5186
|
-
isCmaRequired: boolean;
|
|
5187
5186
|
stage: string;
|
|
5188
5187
|
cmaNotRequiredReason?: string | null | undefined;
|
|
5189
5188
|
cmaId?: string | null | undefined;
|
|
5190
5189
|
buyerName?: string | null | undefined;
|
|
5190
|
+
isCmaRequired?: boolean | undefined;
|
|
5191
5191
|
initialDepositStatus?: string | null | undefined;
|
|
5192
5192
|
project?: {
|
|
5193
5193
|
id: string;
|
|
@@ -5281,11 +5281,11 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
5281
5281
|
propertyAddress: string;
|
|
5282
5282
|
cmaBalanceCents: unknown;
|
|
5283
5283
|
mtaBalanceCents: unknown;
|
|
5284
|
-
isCmaRequired: boolean;
|
|
5285
5284
|
stage: string;
|
|
5286
5285
|
cmaNotRequiredReason?: string | null | undefined;
|
|
5287
5286
|
cmaId?: string | null | undefined;
|
|
5288
5287
|
buyerName?: string | null | undefined;
|
|
5288
|
+
isCmaRequired?: boolean | undefined;
|
|
5289
5289
|
initialDepositStatus?: string | null | undefined;
|
|
5290
5290
|
project?: {
|
|
5291
5291
|
id: string;
|
|
@@ -5378,11 +5378,11 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
5378
5378
|
propertyAddress: string;
|
|
5379
5379
|
cmaBalanceCents: unknown;
|
|
5380
5380
|
mtaBalanceCents: unknown;
|
|
5381
|
-
isCmaRequired: boolean;
|
|
5382
5381
|
stage: string;
|
|
5383
5382
|
cmaNotRequiredReason?: string | null | undefined;
|
|
5384
5383
|
cmaId?: string | null | undefined;
|
|
5385
5384
|
buyerName?: string | null | undefined;
|
|
5385
|
+
isCmaRequired?: boolean | undefined;
|
|
5386
5386
|
initialDepositStatus?: string | null | undefined;
|
|
5387
5387
|
project?: {
|
|
5388
5388
|
id: string;
|
|
@@ -5786,11 +5786,11 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
5786
5786
|
propertyAddress: string;
|
|
5787
5787
|
cmaBalanceCents: unknown;
|
|
5788
5788
|
mtaBalanceCents: unknown;
|
|
5789
|
-
isCmaRequired: boolean;
|
|
5790
5789
|
stage: string;
|
|
5791
5790
|
cmaNotRequiredReason?: string | null | undefined;
|
|
5792
5791
|
cmaId?: string | null | undefined;
|
|
5793
5792
|
buyerName?: string | null | undefined;
|
|
5793
|
+
isCmaRequired?: boolean | undefined;
|
|
5794
5794
|
initialDepositStatus?: string | null | undefined;
|
|
5795
5795
|
project?: {
|
|
5796
5796
|
id: string;
|
|
@@ -5885,11 +5885,11 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
5885
5885
|
propertyAddress: string;
|
|
5886
5886
|
cmaBalanceCents: unknown;
|
|
5887
5887
|
mtaBalanceCents: unknown;
|
|
5888
|
-
isCmaRequired: boolean;
|
|
5889
5888
|
stage: string;
|
|
5890
5889
|
cmaNotRequiredReason?: string | null | undefined;
|
|
5891
5890
|
cmaId?: string | null | undefined;
|
|
5892
5891
|
buyerName?: string | null | undefined;
|
|
5892
|
+
isCmaRequired?: boolean | undefined;
|
|
5893
5893
|
initialDepositStatus?: string | null | undefined;
|
|
5894
5894
|
project?: {
|
|
5895
5895
|
id: string;
|
|
@@ -5983,11 +5983,11 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
5983
5983
|
propertyAddress: string;
|
|
5984
5984
|
cmaBalanceCents: unknown;
|
|
5985
5985
|
mtaBalanceCents: unknown;
|
|
5986
|
-
isCmaRequired: boolean;
|
|
5987
5986
|
stage: string;
|
|
5988
5987
|
cmaNotRequiredReason?: string | null | undefined;
|
|
5989
5988
|
cmaId?: string | null | undefined;
|
|
5990
5989
|
buyerName?: string | null | undefined;
|
|
5990
|
+
isCmaRequired?: boolean | undefined;
|
|
5991
5991
|
initialDepositStatus?: string | null | undefined;
|
|
5992
5992
|
project?: {
|
|
5993
5993
|
id: string;
|
|
@@ -6390,11 +6390,11 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
6390
6390
|
propertyAddress: string;
|
|
6391
6391
|
cmaBalanceCents: unknown;
|
|
6392
6392
|
mtaBalanceCents: unknown;
|
|
6393
|
-
isCmaRequired: boolean;
|
|
6394
6393
|
stage: string;
|
|
6395
6394
|
cmaNotRequiredReason?: string | null | undefined;
|
|
6396
6395
|
cmaId?: string | null | undefined;
|
|
6397
6396
|
buyerName?: string | null | undefined;
|
|
6397
|
+
isCmaRequired?: boolean | undefined;
|
|
6398
6398
|
initialDepositStatus?: string | null | undefined;
|
|
6399
6399
|
project?: {
|
|
6400
6400
|
id: string;
|
|
@@ -6489,11 +6489,11 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
6489
6489
|
propertyAddress: string;
|
|
6490
6490
|
cmaBalanceCents: unknown;
|
|
6491
6491
|
mtaBalanceCents: unknown;
|
|
6492
|
-
isCmaRequired: boolean;
|
|
6493
6492
|
stage: string;
|
|
6494
6493
|
cmaNotRequiredReason?: string | null | undefined;
|
|
6495
6494
|
cmaId?: string | null | undefined;
|
|
6496
6495
|
buyerName?: string | null | undefined;
|
|
6496
|
+
isCmaRequired?: boolean | undefined;
|
|
6497
6497
|
initialDepositStatus?: string | null | undefined;
|
|
6498
6498
|
project?: {
|
|
6499
6499
|
id: string;
|
|
@@ -6587,11 +6587,11 @@ export declare const mtaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
6587
6587
|
propertyAddress: string;
|
|
6588
6588
|
cmaBalanceCents: unknown;
|
|
6589
6589
|
mtaBalanceCents: unknown;
|
|
6590
|
-
isCmaRequired: boolean;
|
|
6591
6590
|
stage: string;
|
|
6592
6591
|
cmaNotRequiredReason?: string | null | undefined;
|
|
6593
6592
|
cmaId?: string | null | undefined;
|
|
6594
6593
|
buyerName?: string | null | undefined;
|
|
6594
|
+
isCmaRequired?: boolean | undefined;
|
|
6595
6595
|
initialDepositStatus?: string | null | undefined;
|
|
6596
6596
|
project?: {
|
|
6597
6597
|
id: string;
|
|
@@ -7535,7 +7535,7 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
7535
7535
|
buyerName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
7536
7536
|
lotDetail: z.ZodNullable<z.ZodString>;
|
|
7537
7537
|
propertyAddress: z.ZodString;
|
|
7538
|
-
isCmaRequired: z.ZodBoolean
|
|
7538
|
+
isCmaRequired: z.ZodDefault<z.ZodPrefault<z.ZodBoolean>>;
|
|
7539
7539
|
cmaNotRequiredReason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
7540
7540
|
stage: z.ZodString;
|
|
7541
7541
|
status: z.ZodString;
|
|
@@ -7985,11 +7985,11 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
7985
7985
|
propertyAddress: string;
|
|
7986
7986
|
cmaBalanceCents: unknown;
|
|
7987
7987
|
mtaBalanceCents: unknown;
|
|
7988
|
-
isCmaRequired: boolean;
|
|
7989
7988
|
stage: string;
|
|
7990
7989
|
cmaNotRequiredReason?: string | null | undefined;
|
|
7991
7990
|
cmaId?: string | null | undefined;
|
|
7992
7991
|
buyerName?: string | null | undefined;
|
|
7992
|
+
isCmaRequired?: boolean | undefined;
|
|
7993
7993
|
initialDepositStatus?: string | null | undefined;
|
|
7994
7994
|
project?: {
|
|
7995
7995
|
id: string;
|
|
@@ -8083,11 +8083,11 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
8083
8083
|
propertyAddress: string;
|
|
8084
8084
|
cmaBalanceCents: unknown;
|
|
8085
8085
|
mtaBalanceCents: unknown;
|
|
8086
|
-
isCmaRequired: boolean;
|
|
8087
8086
|
stage: string;
|
|
8088
8087
|
cmaNotRequiredReason?: string | null | undefined;
|
|
8089
8088
|
cmaId?: string | null | undefined;
|
|
8090
8089
|
buyerName?: string | null | undefined;
|
|
8090
|
+
isCmaRequired?: boolean | undefined;
|
|
8091
8091
|
initialDepositStatus?: string | null | undefined;
|
|
8092
8092
|
project?: {
|
|
8093
8093
|
id: string;
|
|
@@ -8180,11 +8180,11 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
8180
8180
|
propertyAddress: string;
|
|
8181
8181
|
cmaBalanceCents: unknown;
|
|
8182
8182
|
mtaBalanceCents: unknown;
|
|
8183
|
-
isCmaRequired: boolean;
|
|
8184
8183
|
stage: string;
|
|
8185
8184
|
cmaNotRequiredReason?: string | null | undefined;
|
|
8186
8185
|
cmaId?: string | null | undefined;
|
|
8187
8186
|
buyerName?: string | null | undefined;
|
|
8187
|
+
isCmaRequired?: boolean | undefined;
|
|
8188
8188
|
initialDepositStatus?: string | null | undefined;
|
|
8189
8189
|
project?: {
|
|
8190
8190
|
id: string;
|
|
@@ -8579,11 +8579,11 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
8579
8579
|
propertyAddress: string;
|
|
8580
8580
|
cmaBalanceCents: unknown;
|
|
8581
8581
|
mtaBalanceCents: unknown;
|
|
8582
|
-
isCmaRequired: boolean;
|
|
8583
8582
|
stage: string;
|
|
8584
8583
|
cmaNotRequiredReason?: string | null | undefined;
|
|
8585
8584
|
cmaId?: string | null | undefined;
|
|
8586
8585
|
buyerName?: string | null | undefined;
|
|
8586
|
+
isCmaRequired?: boolean | undefined;
|
|
8587
8587
|
initialDepositStatus?: string | null | undefined;
|
|
8588
8588
|
project?: {
|
|
8589
8589
|
id: string;
|
|
@@ -8677,11 +8677,11 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
8677
8677
|
propertyAddress: string;
|
|
8678
8678
|
cmaBalanceCents: unknown;
|
|
8679
8679
|
mtaBalanceCents: unknown;
|
|
8680
|
-
isCmaRequired: boolean;
|
|
8681
8680
|
stage: string;
|
|
8682
8681
|
cmaNotRequiredReason?: string | null | undefined;
|
|
8683
8682
|
cmaId?: string | null | undefined;
|
|
8684
8683
|
buyerName?: string | null | undefined;
|
|
8684
|
+
isCmaRequired?: boolean | undefined;
|
|
8685
8685
|
initialDepositStatus?: string | null | undefined;
|
|
8686
8686
|
project?: {
|
|
8687
8687
|
id: string;
|
|
@@ -8774,11 +8774,11 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
8774
8774
|
propertyAddress: string;
|
|
8775
8775
|
cmaBalanceCents: unknown;
|
|
8776
8776
|
mtaBalanceCents: unknown;
|
|
8777
|
-
isCmaRequired: boolean;
|
|
8778
8777
|
stage: string;
|
|
8779
8778
|
cmaNotRequiredReason?: string | null | undefined;
|
|
8780
8779
|
cmaId?: string | null | undefined;
|
|
8781
8780
|
buyerName?: string | null | undefined;
|
|
8781
|
+
isCmaRequired?: boolean | undefined;
|
|
8782
8782
|
initialDepositStatus?: string | null | undefined;
|
|
8783
8783
|
project?: {
|
|
8784
8784
|
id: string;
|
|
@@ -9182,11 +9182,11 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
9182
9182
|
propertyAddress: string;
|
|
9183
9183
|
cmaBalanceCents: unknown;
|
|
9184
9184
|
mtaBalanceCents: unknown;
|
|
9185
|
-
isCmaRequired: boolean;
|
|
9186
9185
|
stage: string;
|
|
9187
9186
|
cmaNotRequiredReason?: string | null | undefined;
|
|
9188
9187
|
cmaId?: string | null | undefined;
|
|
9189
9188
|
buyerName?: string | null | undefined;
|
|
9189
|
+
isCmaRequired?: boolean | undefined;
|
|
9190
9190
|
initialDepositStatus?: string | null | undefined;
|
|
9191
9191
|
project?: {
|
|
9192
9192
|
id: string;
|
|
@@ -9281,11 +9281,11 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
9281
9281
|
propertyAddress: string;
|
|
9282
9282
|
cmaBalanceCents: unknown;
|
|
9283
9283
|
mtaBalanceCents: unknown;
|
|
9284
|
-
isCmaRequired: boolean;
|
|
9285
9284
|
stage: string;
|
|
9286
9285
|
cmaNotRequiredReason?: string | null | undefined;
|
|
9287
9286
|
cmaId?: string | null | undefined;
|
|
9288
9287
|
buyerName?: string | null | undefined;
|
|
9288
|
+
isCmaRequired?: boolean | undefined;
|
|
9289
9289
|
initialDepositStatus?: string | null | undefined;
|
|
9290
9290
|
project?: {
|
|
9291
9291
|
id: string;
|
|
@@ -9379,11 +9379,11 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
9379
9379
|
propertyAddress: string;
|
|
9380
9380
|
cmaBalanceCents: unknown;
|
|
9381
9381
|
mtaBalanceCents: unknown;
|
|
9382
|
-
isCmaRequired: boolean;
|
|
9383
9382
|
stage: string;
|
|
9384
9383
|
cmaNotRequiredReason?: string | null | undefined;
|
|
9385
9384
|
cmaId?: string | null | undefined;
|
|
9386
9385
|
buyerName?: string | null | undefined;
|
|
9386
|
+
isCmaRequired?: boolean | undefined;
|
|
9387
9387
|
initialDepositStatus?: string | null | undefined;
|
|
9388
9388
|
project?: {
|
|
9389
9389
|
id: string;
|
|
@@ -9786,11 +9786,11 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
9786
9786
|
propertyAddress: string;
|
|
9787
9787
|
cmaBalanceCents: unknown;
|
|
9788
9788
|
mtaBalanceCents: unknown;
|
|
9789
|
-
isCmaRequired: boolean;
|
|
9790
9789
|
stage: string;
|
|
9791
9790
|
cmaNotRequiredReason?: string | null | undefined;
|
|
9792
9791
|
cmaId?: string | null | undefined;
|
|
9793
9792
|
buyerName?: string | null | undefined;
|
|
9793
|
+
isCmaRequired?: boolean | undefined;
|
|
9794
9794
|
initialDepositStatus?: string | null | undefined;
|
|
9795
9795
|
project?: {
|
|
9796
9796
|
id: string;
|
|
@@ -9885,11 +9885,11 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
9885
9885
|
propertyAddress: string;
|
|
9886
9886
|
cmaBalanceCents: unknown;
|
|
9887
9887
|
mtaBalanceCents: unknown;
|
|
9888
|
-
isCmaRequired: boolean;
|
|
9889
9888
|
stage: string;
|
|
9890
9889
|
cmaNotRequiredReason?: string | null | undefined;
|
|
9891
9890
|
cmaId?: string | null | undefined;
|
|
9892
9891
|
buyerName?: string | null | undefined;
|
|
9892
|
+
isCmaRequired?: boolean | undefined;
|
|
9893
9893
|
initialDepositStatus?: string | null | undefined;
|
|
9894
9894
|
project?: {
|
|
9895
9895
|
id: string;
|
|
@@ -9983,11 +9983,11 @@ export declare const cmaSettlementPayoutRestResSchema: z.ZodObject<{
|
|
|
9983
9983
|
propertyAddress: string;
|
|
9984
9984
|
cmaBalanceCents: unknown;
|
|
9985
9985
|
mtaBalanceCents: unknown;
|
|
9986
|
-
isCmaRequired: boolean;
|
|
9987
9986
|
stage: string;
|
|
9988
9987
|
cmaNotRequiredReason?: string | null | undefined;
|
|
9989
9988
|
cmaId?: string | null | undefined;
|
|
9990
9989
|
buyerName?: string | null | undefined;
|
|
9990
|
+
isCmaRequired?: boolean | undefined;
|
|
9991
9991
|
initialDepositStatus?: string | null | undefined;
|
|
9992
9992
|
project?: {
|
|
9993
9993
|
id: string;
|
|
@@ -10611,7 +10611,7 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
10611
10611
|
buyerName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
10612
10612
|
lotDetail: z.ZodNullable<z.ZodString>;
|
|
10613
10613
|
propertyAddress: z.ZodString;
|
|
10614
|
-
isCmaRequired: z.ZodBoolean
|
|
10614
|
+
isCmaRequired: z.ZodDefault<z.ZodPrefault<z.ZodBoolean>>;
|
|
10615
10615
|
cmaNotRequiredReason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10616
10616
|
stage: z.ZodString;
|
|
10617
10617
|
status: z.ZodString;
|
|
@@ -11061,11 +11061,11 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
11061
11061
|
propertyAddress: string;
|
|
11062
11062
|
cmaBalanceCents: unknown;
|
|
11063
11063
|
mtaBalanceCents: unknown;
|
|
11064
|
-
isCmaRequired: boolean;
|
|
11065
11064
|
stage: string;
|
|
11066
11065
|
cmaNotRequiredReason?: string | null | undefined;
|
|
11067
11066
|
cmaId?: string | null | undefined;
|
|
11068
11067
|
buyerName?: string | null | undefined;
|
|
11068
|
+
isCmaRequired?: boolean | undefined;
|
|
11069
11069
|
initialDepositStatus?: string | null | undefined;
|
|
11070
11070
|
project?: {
|
|
11071
11071
|
id: string;
|
|
@@ -11159,11 +11159,11 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
11159
11159
|
propertyAddress: string;
|
|
11160
11160
|
cmaBalanceCents: unknown;
|
|
11161
11161
|
mtaBalanceCents: unknown;
|
|
11162
|
-
isCmaRequired: boolean;
|
|
11163
11162
|
stage: string;
|
|
11164
11163
|
cmaNotRequiredReason?: string | null | undefined;
|
|
11165
11164
|
cmaId?: string | null | undefined;
|
|
11166
11165
|
buyerName?: string | null | undefined;
|
|
11166
|
+
isCmaRequired?: boolean | undefined;
|
|
11167
11167
|
initialDepositStatus?: string | null | undefined;
|
|
11168
11168
|
project?: {
|
|
11169
11169
|
id: string;
|
|
@@ -11256,11 +11256,11 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
11256
11256
|
propertyAddress: string;
|
|
11257
11257
|
cmaBalanceCents: unknown;
|
|
11258
11258
|
mtaBalanceCents: unknown;
|
|
11259
|
-
isCmaRequired: boolean;
|
|
11260
11259
|
stage: string;
|
|
11261
11260
|
cmaNotRequiredReason?: string | null | undefined;
|
|
11262
11261
|
cmaId?: string | null | undefined;
|
|
11263
11262
|
buyerName?: string | null | undefined;
|
|
11263
|
+
isCmaRequired?: boolean | undefined;
|
|
11264
11264
|
initialDepositStatus?: string | null | undefined;
|
|
11265
11265
|
project?: {
|
|
11266
11266
|
id: string;
|
|
@@ -11655,11 +11655,11 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
11655
11655
|
propertyAddress: string;
|
|
11656
11656
|
cmaBalanceCents: unknown;
|
|
11657
11657
|
mtaBalanceCents: unknown;
|
|
11658
|
-
isCmaRequired: boolean;
|
|
11659
11658
|
stage: string;
|
|
11660
11659
|
cmaNotRequiredReason?: string | null | undefined;
|
|
11661
11660
|
cmaId?: string | null | undefined;
|
|
11662
11661
|
buyerName?: string | null | undefined;
|
|
11662
|
+
isCmaRequired?: boolean | undefined;
|
|
11663
11663
|
initialDepositStatus?: string | null | undefined;
|
|
11664
11664
|
project?: {
|
|
11665
11665
|
id: string;
|
|
@@ -11753,11 +11753,11 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
11753
11753
|
propertyAddress: string;
|
|
11754
11754
|
cmaBalanceCents: unknown;
|
|
11755
11755
|
mtaBalanceCents: unknown;
|
|
11756
|
-
isCmaRequired: boolean;
|
|
11757
11756
|
stage: string;
|
|
11758
11757
|
cmaNotRequiredReason?: string | null | undefined;
|
|
11759
11758
|
cmaId?: string | null | undefined;
|
|
11760
11759
|
buyerName?: string | null | undefined;
|
|
11760
|
+
isCmaRequired?: boolean | undefined;
|
|
11761
11761
|
initialDepositStatus?: string | null | undefined;
|
|
11762
11762
|
project?: {
|
|
11763
11763
|
id: string;
|
|
@@ -11850,11 +11850,11 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
11850
11850
|
propertyAddress: string;
|
|
11851
11851
|
cmaBalanceCents: unknown;
|
|
11852
11852
|
mtaBalanceCents: unknown;
|
|
11853
|
-
isCmaRequired: boolean;
|
|
11854
11853
|
stage: string;
|
|
11855
11854
|
cmaNotRequiredReason?: string | null | undefined;
|
|
11856
11855
|
cmaId?: string | null | undefined;
|
|
11857
11856
|
buyerName?: string | null | undefined;
|
|
11857
|
+
isCmaRequired?: boolean | undefined;
|
|
11858
11858
|
initialDepositStatus?: string | null | undefined;
|
|
11859
11859
|
project?: {
|
|
11860
11860
|
id: string;
|
|
@@ -12258,11 +12258,11 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
12258
12258
|
propertyAddress: string;
|
|
12259
12259
|
cmaBalanceCents: unknown;
|
|
12260
12260
|
mtaBalanceCents: unknown;
|
|
12261
|
-
isCmaRequired: boolean;
|
|
12262
12261
|
stage: string;
|
|
12263
12262
|
cmaNotRequiredReason?: string | null | undefined;
|
|
12264
12263
|
cmaId?: string | null | undefined;
|
|
12265
12264
|
buyerName?: string | null | undefined;
|
|
12265
|
+
isCmaRequired?: boolean | undefined;
|
|
12266
12266
|
initialDepositStatus?: string | null | undefined;
|
|
12267
12267
|
project?: {
|
|
12268
12268
|
id: string;
|
|
@@ -12357,11 +12357,11 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
12357
12357
|
propertyAddress: string;
|
|
12358
12358
|
cmaBalanceCents: unknown;
|
|
12359
12359
|
mtaBalanceCents: unknown;
|
|
12360
|
-
isCmaRequired: boolean;
|
|
12361
12360
|
stage: string;
|
|
12362
12361
|
cmaNotRequiredReason?: string | null | undefined;
|
|
12363
12362
|
cmaId?: string | null | undefined;
|
|
12364
12363
|
buyerName?: string | null | undefined;
|
|
12364
|
+
isCmaRequired?: boolean | undefined;
|
|
12365
12365
|
initialDepositStatus?: string | null | undefined;
|
|
12366
12366
|
project?: {
|
|
12367
12367
|
id: string;
|
|
@@ -12455,11 +12455,11 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
12455
12455
|
propertyAddress: string;
|
|
12456
12456
|
cmaBalanceCents: unknown;
|
|
12457
12457
|
mtaBalanceCents: unknown;
|
|
12458
|
-
isCmaRequired: boolean;
|
|
12459
12458
|
stage: string;
|
|
12460
12459
|
cmaNotRequiredReason?: string | null | undefined;
|
|
12461
12460
|
cmaId?: string | null | undefined;
|
|
12462
12461
|
buyerName?: string | null | undefined;
|
|
12462
|
+
isCmaRequired?: boolean | undefined;
|
|
12463
12463
|
initialDepositStatus?: string | null | undefined;
|
|
12464
12464
|
project?: {
|
|
12465
12465
|
id: string;
|
|
@@ -12862,11 +12862,11 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
12862
12862
|
propertyAddress: string;
|
|
12863
12863
|
cmaBalanceCents: unknown;
|
|
12864
12864
|
mtaBalanceCents: unknown;
|
|
12865
|
-
isCmaRequired: boolean;
|
|
12866
12865
|
stage: string;
|
|
12867
12866
|
cmaNotRequiredReason?: string | null | undefined;
|
|
12868
12867
|
cmaId?: string | null | undefined;
|
|
12869
12868
|
buyerName?: string | null | undefined;
|
|
12869
|
+
isCmaRequired?: boolean | undefined;
|
|
12870
12870
|
initialDepositStatus?: string | null | undefined;
|
|
12871
12871
|
project?: {
|
|
12872
12872
|
id: string;
|
|
@@ -12961,11 +12961,11 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
12961
12961
|
propertyAddress: string;
|
|
12962
12962
|
cmaBalanceCents: unknown;
|
|
12963
12963
|
mtaBalanceCents: unknown;
|
|
12964
|
-
isCmaRequired: boolean;
|
|
12965
12964
|
stage: string;
|
|
12966
12965
|
cmaNotRequiredReason?: string | null | undefined;
|
|
12967
12966
|
cmaId?: string | null | undefined;
|
|
12968
12967
|
buyerName?: string | null | undefined;
|
|
12968
|
+
isCmaRequired?: boolean | undefined;
|
|
12969
12969
|
initialDepositStatus?: string | null | undefined;
|
|
12970
12970
|
project?: {
|
|
12971
12971
|
id: string;
|
|
@@ -13059,11 +13059,11 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
13059
13059
|
propertyAddress: string;
|
|
13060
13060
|
cmaBalanceCents: unknown;
|
|
13061
13061
|
mtaBalanceCents: unknown;
|
|
13062
|
-
isCmaRequired: boolean;
|
|
13063
13062
|
stage: string;
|
|
13064
13063
|
cmaNotRequiredReason?: string | null | undefined;
|
|
13065
13064
|
cmaId?: string | null | undefined;
|
|
13066
13065
|
buyerName?: string | null | undefined;
|
|
13066
|
+
isCmaRequired?: boolean | undefined;
|
|
13067
13067
|
initialDepositStatus?: string | null | undefined;
|
|
13068
13068
|
project?: {
|
|
13069
13069
|
id: string;
|
|
@@ -13554,7 +13554,7 @@ export declare const unknownPayoutRestResSchema: z.ZodObject<{
|
|
|
13554
13554
|
propertyAddress: z.ZodString;
|
|
13555
13555
|
cmaBalanceCents: z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodBigInt>;
|
|
13556
13556
|
mtaBalanceCents: z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodBigInt>;
|
|
13557
|
-
isCmaRequired: z.ZodBoolean
|
|
13557
|
+
isCmaRequired: z.ZodDefault<z.ZodPrefault<z.ZodBoolean>>;
|
|
13558
13558
|
stage: z.ZodString;
|
|
13559
13559
|
initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13560
13560
|
project: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
@@ -13813,7 +13813,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
13813
13813
|
buyerName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
13814
13814
|
lotDetail: z.ZodNullable<z.ZodString>;
|
|
13815
13815
|
propertyAddress: z.ZodString;
|
|
13816
|
-
isCmaRequired: z.ZodBoolean
|
|
13816
|
+
isCmaRequired: z.ZodDefault<z.ZodPrefault<z.ZodBoolean>>;
|
|
13817
13817
|
cmaNotRequiredReason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13818
13818
|
stage: z.ZodString;
|
|
13819
13819
|
status: z.ZodString;
|
|
@@ -14263,11 +14263,11 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
14263
14263
|
propertyAddress: string;
|
|
14264
14264
|
cmaBalanceCents: unknown;
|
|
14265
14265
|
mtaBalanceCents: unknown;
|
|
14266
|
-
isCmaRequired: boolean;
|
|
14267
14266
|
stage: string;
|
|
14268
14267
|
cmaNotRequiredReason?: string | null | undefined;
|
|
14269
14268
|
cmaId?: string | null | undefined;
|
|
14270
14269
|
buyerName?: string | null | undefined;
|
|
14270
|
+
isCmaRequired?: boolean | undefined;
|
|
14271
14271
|
initialDepositStatus?: string | null | undefined;
|
|
14272
14272
|
project?: {
|
|
14273
14273
|
id: string;
|
|
@@ -14361,11 +14361,11 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
14361
14361
|
propertyAddress: string;
|
|
14362
14362
|
cmaBalanceCents: unknown;
|
|
14363
14363
|
mtaBalanceCents: unknown;
|
|
14364
|
-
isCmaRequired: boolean;
|
|
14365
14364
|
stage: string;
|
|
14366
14365
|
cmaNotRequiredReason?: string | null | undefined;
|
|
14367
14366
|
cmaId?: string | null | undefined;
|
|
14368
14367
|
buyerName?: string | null | undefined;
|
|
14368
|
+
isCmaRequired?: boolean | undefined;
|
|
14369
14369
|
initialDepositStatus?: string | null | undefined;
|
|
14370
14370
|
project?: {
|
|
14371
14371
|
id: string;
|
|
@@ -14458,11 +14458,11 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
14458
14458
|
propertyAddress: string;
|
|
14459
14459
|
cmaBalanceCents: unknown;
|
|
14460
14460
|
mtaBalanceCents: unknown;
|
|
14461
|
-
isCmaRequired: boolean;
|
|
14462
14461
|
stage: string;
|
|
14463
14462
|
cmaNotRequiredReason?: string | null | undefined;
|
|
14464
14463
|
cmaId?: string | null | undefined;
|
|
14465
14464
|
buyerName?: string | null | undefined;
|
|
14465
|
+
isCmaRequired?: boolean | undefined;
|
|
14466
14466
|
initialDepositStatus?: string | null | undefined;
|
|
14467
14467
|
project?: {
|
|
14468
14468
|
id: string;
|
|
@@ -14857,11 +14857,11 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
14857
14857
|
propertyAddress: string;
|
|
14858
14858
|
cmaBalanceCents: unknown;
|
|
14859
14859
|
mtaBalanceCents: unknown;
|
|
14860
|
-
isCmaRequired: boolean;
|
|
14861
14860
|
stage: string;
|
|
14862
14861
|
cmaNotRequiredReason?: string | null | undefined;
|
|
14863
14862
|
cmaId?: string | null | undefined;
|
|
14864
14863
|
buyerName?: string | null | undefined;
|
|
14864
|
+
isCmaRequired?: boolean | undefined;
|
|
14865
14865
|
initialDepositStatus?: string | null | undefined;
|
|
14866
14866
|
project?: {
|
|
14867
14867
|
id: string;
|
|
@@ -14955,11 +14955,11 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
14955
14955
|
propertyAddress: string;
|
|
14956
14956
|
cmaBalanceCents: unknown;
|
|
14957
14957
|
mtaBalanceCents: unknown;
|
|
14958
|
-
isCmaRequired: boolean;
|
|
14959
14958
|
stage: string;
|
|
14960
14959
|
cmaNotRequiredReason?: string | null | undefined;
|
|
14961
14960
|
cmaId?: string | null | undefined;
|
|
14962
14961
|
buyerName?: string | null | undefined;
|
|
14962
|
+
isCmaRequired?: boolean | undefined;
|
|
14963
14963
|
initialDepositStatus?: string | null | undefined;
|
|
14964
14964
|
project?: {
|
|
14965
14965
|
id: string;
|
|
@@ -15052,11 +15052,11 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
15052
15052
|
propertyAddress: string;
|
|
15053
15053
|
cmaBalanceCents: unknown;
|
|
15054
15054
|
mtaBalanceCents: unknown;
|
|
15055
|
-
isCmaRequired: boolean;
|
|
15056
15055
|
stage: string;
|
|
15057
15056
|
cmaNotRequiredReason?: string | null | undefined;
|
|
15058
15057
|
cmaId?: string | null | undefined;
|
|
15059
15058
|
buyerName?: string | null | undefined;
|
|
15059
|
+
isCmaRequired?: boolean | undefined;
|
|
15060
15060
|
initialDepositStatus?: string | null | undefined;
|
|
15061
15061
|
project?: {
|
|
15062
15062
|
id: string;
|
|
@@ -15460,11 +15460,11 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
15460
15460
|
propertyAddress: string;
|
|
15461
15461
|
cmaBalanceCents: unknown;
|
|
15462
15462
|
mtaBalanceCents: unknown;
|
|
15463
|
-
isCmaRequired: boolean;
|
|
15464
15463
|
stage: string;
|
|
15465
15464
|
cmaNotRequiredReason?: string | null | undefined;
|
|
15466
15465
|
cmaId?: string | null | undefined;
|
|
15467
15466
|
buyerName?: string | null | undefined;
|
|
15467
|
+
isCmaRequired?: boolean | undefined;
|
|
15468
15468
|
initialDepositStatus?: string | null | undefined;
|
|
15469
15469
|
project?: {
|
|
15470
15470
|
id: string;
|
|
@@ -15559,11 +15559,11 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
15559
15559
|
propertyAddress: string;
|
|
15560
15560
|
cmaBalanceCents: unknown;
|
|
15561
15561
|
mtaBalanceCents: unknown;
|
|
15562
|
-
isCmaRequired: boolean;
|
|
15563
15562
|
stage: string;
|
|
15564
15563
|
cmaNotRequiredReason?: string | null | undefined;
|
|
15565
15564
|
cmaId?: string | null | undefined;
|
|
15566
15565
|
buyerName?: string | null | undefined;
|
|
15566
|
+
isCmaRequired?: boolean | undefined;
|
|
15567
15567
|
initialDepositStatus?: string | null | undefined;
|
|
15568
15568
|
project?: {
|
|
15569
15569
|
id: string;
|
|
@@ -15657,11 +15657,11 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
15657
15657
|
propertyAddress: string;
|
|
15658
15658
|
cmaBalanceCents: unknown;
|
|
15659
15659
|
mtaBalanceCents: unknown;
|
|
15660
|
-
isCmaRequired: boolean;
|
|
15661
15660
|
stage: string;
|
|
15662
15661
|
cmaNotRequiredReason?: string | null | undefined;
|
|
15663
15662
|
cmaId?: string | null | undefined;
|
|
15664
15663
|
buyerName?: string | null | undefined;
|
|
15664
|
+
isCmaRequired?: boolean | undefined;
|
|
15665
15665
|
initialDepositStatus?: string | null | undefined;
|
|
15666
15666
|
project?: {
|
|
15667
15667
|
id: string;
|
|
@@ -16064,11 +16064,11 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
16064
16064
|
propertyAddress: string;
|
|
16065
16065
|
cmaBalanceCents: unknown;
|
|
16066
16066
|
mtaBalanceCents: unknown;
|
|
16067
|
-
isCmaRequired: boolean;
|
|
16068
16067
|
stage: string;
|
|
16069
16068
|
cmaNotRequiredReason?: string | null | undefined;
|
|
16070
16069
|
cmaId?: string | null | undefined;
|
|
16071
16070
|
buyerName?: string | null | undefined;
|
|
16071
|
+
isCmaRequired?: boolean | undefined;
|
|
16072
16072
|
initialDepositStatus?: string | null | undefined;
|
|
16073
16073
|
project?: {
|
|
16074
16074
|
id: string;
|
|
@@ -16163,11 +16163,11 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
16163
16163
|
propertyAddress: string;
|
|
16164
16164
|
cmaBalanceCents: unknown;
|
|
16165
16165
|
mtaBalanceCents: unknown;
|
|
16166
|
-
isCmaRequired: boolean;
|
|
16167
16166
|
stage: string;
|
|
16168
16167
|
cmaNotRequiredReason?: string | null | undefined;
|
|
16169
16168
|
cmaId?: string | null | undefined;
|
|
16170
16169
|
buyerName?: string | null | undefined;
|
|
16170
|
+
isCmaRequired?: boolean | undefined;
|
|
16171
16171
|
initialDepositStatus?: string | null | undefined;
|
|
16172
16172
|
project?: {
|
|
16173
16173
|
id: string;
|
|
@@ -16261,11 +16261,11 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
16261
16261
|
propertyAddress: string;
|
|
16262
16262
|
cmaBalanceCents: unknown;
|
|
16263
16263
|
mtaBalanceCents: unknown;
|
|
16264
|
-
isCmaRequired: boolean;
|
|
16265
16264
|
stage: string;
|
|
16266
16265
|
cmaNotRequiredReason?: string | null | undefined;
|
|
16267
16266
|
cmaId?: string | null | undefined;
|
|
16268
16267
|
buyerName?: string | null | undefined;
|
|
16268
|
+
isCmaRequired?: boolean | undefined;
|
|
16269
16269
|
initialDepositStatus?: string | null | undefined;
|
|
16270
16270
|
project?: {
|
|
16271
16271
|
id: string;
|
|
@@ -17208,7 +17208,7 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
17208
17208
|
buyerName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
17209
17209
|
lotDetail: z.ZodNullable<z.ZodString>;
|
|
17210
17210
|
propertyAddress: z.ZodString;
|
|
17211
|
-
isCmaRequired: z.ZodBoolean
|
|
17211
|
+
isCmaRequired: z.ZodDefault<z.ZodPrefault<z.ZodBoolean>>;
|
|
17212
17212
|
cmaNotRequiredReason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
17213
17213
|
stage: z.ZodString;
|
|
17214
17214
|
status: z.ZodString;
|
|
@@ -17658,11 +17658,11 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
17658
17658
|
propertyAddress: string;
|
|
17659
17659
|
cmaBalanceCents: unknown;
|
|
17660
17660
|
mtaBalanceCents: unknown;
|
|
17661
|
-
isCmaRequired: boolean;
|
|
17662
17661
|
stage: string;
|
|
17663
17662
|
cmaNotRequiredReason?: string | null | undefined;
|
|
17664
17663
|
cmaId?: string | null | undefined;
|
|
17665
17664
|
buyerName?: string | null | undefined;
|
|
17665
|
+
isCmaRequired?: boolean | undefined;
|
|
17666
17666
|
initialDepositStatus?: string | null | undefined;
|
|
17667
17667
|
project?: {
|
|
17668
17668
|
id: string;
|
|
@@ -17756,11 +17756,11 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
17756
17756
|
propertyAddress: string;
|
|
17757
17757
|
cmaBalanceCents: unknown;
|
|
17758
17758
|
mtaBalanceCents: unknown;
|
|
17759
|
-
isCmaRequired: boolean;
|
|
17760
17759
|
stage: string;
|
|
17761
17760
|
cmaNotRequiredReason?: string | null | undefined;
|
|
17762
17761
|
cmaId?: string | null | undefined;
|
|
17763
17762
|
buyerName?: string | null | undefined;
|
|
17763
|
+
isCmaRequired?: boolean | undefined;
|
|
17764
17764
|
initialDepositStatus?: string | null | undefined;
|
|
17765
17765
|
project?: {
|
|
17766
17766
|
id: string;
|
|
@@ -17853,11 +17853,11 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
17853
17853
|
propertyAddress: string;
|
|
17854
17854
|
cmaBalanceCents: unknown;
|
|
17855
17855
|
mtaBalanceCents: unknown;
|
|
17856
|
-
isCmaRequired: boolean;
|
|
17857
17856
|
stage: string;
|
|
17858
17857
|
cmaNotRequiredReason?: string | null | undefined;
|
|
17859
17858
|
cmaId?: string | null | undefined;
|
|
17860
17859
|
buyerName?: string | null | undefined;
|
|
17860
|
+
isCmaRequired?: boolean | undefined;
|
|
17861
17861
|
initialDepositStatus?: string | null | undefined;
|
|
17862
17862
|
project?: {
|
|
17863
17863
|
id: string;
|
|
@@ -18252,11 +18252,11 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
18252
18252
|
propertyAddress: string;
|
|
18253
18253
|
cmaBalanceCents: unknown;
|
|
18254
18254
|
mtaBalanceCents: unknown;
|
|
18255
|
-
isCmaRequired: boolean;
|
|
18256
18255
|
stage: string;
|
|
18257
18256
|
cmaNotRequiredReason?: string | null | undefined;
|
|
18258
18257
|
cmaId?: string | null | undefined;
|
|
18259
18258
|
buyerName?: string | null | undefined;
|
|
18259
|
+
isCmaRequired?: boolean | undefined;
|
|
18260
18260
|
initialDepositStatus?: string | null | undefined;
|
|
18261
18261
|
project?: {
|
|
18262
18262
|
id: string;
|
|
@@ -18350,11 +18350,11 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
18350
18350
|
propertyAddress: string;
|
|
18351
18351
|
cmaBalanceCents: unknown;
|
|
18352
18352
|
mtaBalanceCents: unknown;
|
|
18353
|
-
isCmaRequired: boolean;
|
|
18354
18353
|
stage: string;
|
|
18355
18354
|
cmaNotRequiredReason?: string | null | undefined;
|
|
18356
18355
|
cmaId?: string | null | undefined;
|
|
18357
18356
|
buyerName?: string | null | undefined;
|
|
18357
|
+
isCmaRequired?: boolean | undefined;
|
|
18358
18358
|
initialDepositStatus?: string | null | undefined;
|
|
18359
18359
|
project?: {
|
|
18360
18360
|
id: string;
|
|
@@ -18447,11 +18447,11 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
18447
18447
|
propertyAddress: string;
|
|
18448
18448
|
cmaBalanceCents: unknown;
|
|
18449
18449
|
mtaBalanceCents: unknown;
|
|
18450
|
-
isCmaRequired: boolean;
|
|
18451
18450
|
stage: string;
|
|
18452
18451
|
cmaNotRequiredReason?: string | null | undefined;
|
|
18453
18452
|
cmaId?: string | null | undefined;
|
|
18454
18453
|
buyerName?: string | null | undefined;
|
|
18454
|
+
isCmaRequired?: boolean | undefined;
|
|
18455
18455
|
initialDepositStatus?: string | null | undefined;
|
|
18456
18456
|
project?: {
|
|
18457
18457
|
id: string;
|
|
@@ -18855,11 +18855,11 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
18855
18855
|
propertyAddress: string;
|
|
18856
18856
|
cmaBalanceCents: unknown;
|
|
18857
18857
|
mtaBalanceCents: unknown;
|
|
18858
|
-
isCmaRequired: boolean;
|
|
18859
18858
|
stage: string;
|
|
18860
18859
|
cmaNotRequiredReason?: string | null | undefined;
|
|
18861
18860
|
cmaId?: string | null | undefined;
|
|
18862
18861
|
buyerName?: string | null | undefined;
|
|
18862
|
+
isCmaRequired?: boolean | undefined;
|
|
18863
18863
|
initialDepositStatus?: string | null | undefined;
|
|
18864
18864
|
project?: {
|
|
18865
18865
|
id: string;
|
|
@@ -18954,11 +18954,11 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
18954
18954
|
propertyAddress: string;
|
|
18955
18955
|
cmaBalanceCents: unknown;
|
|
18956
18956
|
mtaBalanceCents: unknown;
|
|
18957
|
-
isCmaRequired: boolean;
|
|
18958
18957
|
stage: string;
|
|
18959
18958
|
cmaNotRequiredReason?: string | null | undefined;
|
|
18960
18959
|
cmaId?: string | null | undefined;
|
|
18961
18960
|
buyerName?: string | null | undefined;
|
|
18961
|
+
isCmaRequired?: boolean | undefined;
|
|
18962
18962
|
initialDepositStatus?: string | null | undefined;
|
|
18963
18963
|
project?: {
|
|
18964
18964
|
id: string;
|
|
@@ -19052,11 +19052,11 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
19052
19052
|
propertyAddress: string;
|
|
19053
19053
|
cmaBalanceCents: unknown;
|
|
19054
19054
|
mtaBalanceCents: unknown;
|
|
19055
|
-
isCmaRequired: boolean;
|
|
19056
19055
|
stage: string;
|
|
19057
19056
|
cmaNotRequiredReason?: string | null | undefined;
|
|
19058
19057
|
cmaId?: string | null | undefined;
|
|
19059
19058
|
buyerName?: string | null | undefined;
|
|
19059
|
+
isCmaRequired?: boolean | undefined;
|
|
19060
19060
|
initialDepositStatus?: string | null | undefined;
|
|
19061
19061
|
project?: {
|
|
19062
19062
|
id: string;
|
|
@@ -19459,11 +19459,11 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
19459
19459
|
propertyAddress: string;
|
|
19460
19460
|
cmaBalanceCents: unknown;
|
|
19461
19461
|
mtaBalanceCents: unknown;
|
|
19462
|
-
isCmaRequired: boolean;
|
|
19463
19462
|
stage: string;
|
|
19464
19463
|
cmaNotRequiredReason?: string | null | undefined;
|
|
19465
19464
|
cmaId?: string | null | undefined;
|
|
19466
19465
|
buyerName?: string | null | undefined;
|
|
19466
|
+
isCmaRequired?: boolean | undefined;
|
|
19467
19467
|
initialDepositStatus?: string | null | undefined;
|
|
19468
19468
|
project?: {
|
|
19469
19469
|
id: string;
|
|
@@ -19558,11 +19558,11 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
19558
19558
|
propertyAddress: string;
|
|
19559
19559
|
cmaBalanceCents: unknown;
|
|
19560
19560
|
mtaBalanceCents: unknown;
|
|
19561
|
-
isCmaRequired: boolean;
|
|
19562
19561
|
stage: string;
|
|
19563
19562
|
cmaNotRequiredReason?: string | null | undefined;
|
|
19564
19563
|
cmaId?: string | null | undefined;
|
|
19565
19564
|
buyerName?: string | null | undefined;
|
|
19565
|
+
isCmaRequired?: boolean | undefined;
|
|
19566
19566
|
initialDepositStatus?: string | null | undefined;
|
|
19567
19567
|
project?: {
|
|
19568
19568
|
id: string;
|
|
@@ -19656,11 +19656,11 @@ export declare const settlementPayoutRestResSchema: z.ZodDiscriminatedUnion<[z.Z
|
|
|
19656
19656
|
propertyAddress: string;
|
|
19657
19657
|
cmaBalanceCents: unknown;
|
|
19658
19658
|
mtaBalanceCents: unknown;
|
|
19659
|
-
isCmaRequired: boolean;
|
|
19660
19659
|
stage: string;
|
|
19661
19660
|
cmaNotRequiredReason?: string | null | undefined;
|
|
19662
19661
|
cmaId?: string | null | undefined;
|
|
19663
19662
|
buyerName?: string | null | undefined;
|
|
19663
|
+
isCmaRequired?: boolean | undefined;
|
|
19664
19664
|
initialDepositStatus?: string | null | undefined;
|
|
19665
19665
|
project?: {
|
|
19666
19666
|
id: string;
|
|
@@ -20647,7 +20647,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
20647
20647
|
buyerName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
20648
20648
|
lotDetail: z.ZodNullable<z.ZodString>;
|
|
20649
20649
|
propertyAddress: z.ZodString;
|
|
20650
|
-
isCmaRequired: z.ZodBoolean
|
|
20650
|
+
isCmaRequired: z.ZodDefault<z.ZodPrefault<z.ZodBoolean>>;
|
|
20651
20651
|
cmaNotRequiredReason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20652
20652
|
stage: z.ZodString;
|
|
20653
20653
|
status: z.ZodString;
|
|
@@ -21097,11 +21097,11 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
21097
21097
|
propertyAddress: string;
|
|
21098
21098
|
cmaBalanceCents: unknown;
|
|
21099
21099
|
mtaBalanceCents: unknown;
|
|
21100
|
-
isCmaRequired: boolean;
|
|
21101
21100
|
stage: string;
|
|
21102
21101
|
cmaNotRequiredReason?: string | null | undefined;
|
|
21103
21102
|
cmaId?: string | null | undefined;
|
|
21104
21103
|
buyerName?: string | null | undefined;
|
|
21104
|
+
isCmaRequired?: boolean | undefined;
|
|
21105
21105
|
initialDepositStatus?: string | null | undefined;
|
|
21106
21106
|
project?: {
|
|
21107
21107
|
id: string;
|
|
@@ -21195,11 +21195,11 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
21195
21195
|
propertyAddress: string;
|
|
21196
21196
|
cmaBalanceCents: unknown;
|
|
21197
21197
|
mtaBalanceCents: unknown;
|
|
21198
|
-
isCmaRequired: boolean;
|
|
21199
21198
|
stage: string;
|
|
21200
21199
|
cmaNotRequiredReason?: string | null | undefined;
|
|
21201
21200
|
cmaId?: string | null | undefined;
|
|
21202
21201
|
buyerName?: string | null | undefined;
|
|
21202
|
+
isCmaRequired?: boolean | undefined;
|
|
21203
21203
|
initialDepositStatus?: string | null | undefined;
|
|
21204
21204
|
project?: {
|
|
21205
21205
|
id: string;
|
|
@@ -21292,11 +21292,11 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
21292
21292
|
propertyAddress: string;
|
|
21293
21293
|
cmaBalanceCents: unknown;
|
|
21294
21294
|
mtaBalanceCents: unknown;
|
|
21295
|
-
isCmaRequired: boolean;
|
|
21296
21295
|
stage: string;
|
|
21297
21296
|
cmaNotRequiredReason?: string | null | undefined;
|
|
21298
21297
|
cmaId?: string | null | undefined;
|
|
21299
21298
|
buyerName?: string | null | undefined;
|
|
21299
|
+
isCmaRequired?: boolean | undefined;
|
|
21300
21300
|
initialDepositStatus?: string | null | undefined;
|
|
21301
21301
|
project?: {
|
|
21302
21302
|
id: string;
|
|
@@ -21691,11 +21691,11 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
21691
21691
|
propertyAddress: string;
|
|
21692
21692
|
cmaBalanceCents: unknown;
|
|
21693
21693
|
mtaBalanceCents: unknown;
|
|
21694
|
-
isCmaRequired: boolean;
|
|
21695
21694
|
stage: string;
|
|
21696
21695
|
cmaNotRequiredReason?: string | null | undefined;
|
|
21697
21696
|
cmaId?: string | null | undefined;
|
|
21698
21697
|
buyerName?: string | null | undefined;
|
|
21698
|
+
isCmaRequired?: boolean | undefined;
|
|
21699
21699
|
initialDepositStatus?: string | null | undefined;
|
|
21700
21700
|
project?: {
|
|
21701
21701
|
id: string;
|
|
@@ -21789,11 +21789,11 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
21789
21789
|
propertyAddress: string;
|
|
21790
21790
|
cmaBalanceCents: unknown;
|
|
21791
21791
|
mtaBalanceCents: unknown;
|
|
21792
|
-
isCmaRequired: boolean;
|
|
21793
21792
|
stage: string;
|
|
21794
21793
|
cmaNotRequiredReason?: string | null | undefined;
|
|
21795
21794
|
cmaId?: string | null | undefined;
|
|
21796
21795
|
buyerName?: string | null | undefined;
|
|
21796
|
+
isCmaRequired?: boolean | undefined;
|
|
21797
21797
|
initialDepositStatus?: string | null | undefined;
|
|
21798
21798
|
project?: {
|
|
21799
21799
|
id: string;
|
|
@@ -21886,11 +21886,11 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
21886
21886
|
propertyAddress: string;
|
|
21887
21887
|
cmaBalanceCents: unknown;
|
|
21888
21888
|
mtaBalanceCents: unknown;
|
|
21889
|
-
isCmaRequired: boolean;
|
|
21890
21889
|
stage: string;
|
|
21891
21890
|
cmaNotRequiredReason?: string | null | undefined;
|
|
21892
21891
|
cmaId?: string | null | undefined;
|
|
21893
21892
|
buyerName?: string | null | undefined;
|
|
21893
|
+
isCmaRequired?: boolean | undefined;
|
|
21894
21894
|
initialDepositStatus?: string | null | undefined;
|
|
21895
21895
|
project?: {
|
|
21896
21896
|
id: string;
|
|
@@ -22294,11 +22294,11 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
22294
22294
|
propertyAddress: string;
|
|
22295
22295
|
cmaBalanceCents: unknown;
|
|
22296
22296
|
mtaBalanceCents: unknown;
|
|
22297
|
-
isCmaRequired: boolean;
|
|
22298
22297
|
stage: string;
|
|
22299
22298
|
cmaNotRequiredReason?: string | null | undefined;
|
|
22300
22299
|
cmaId?: string | null | undefined;
|
|
22301
22300
|
buyerName?: string | null | undefined;
|
|
22301
|
+
isCmaRequired?: boolean | undefined;
|
|
22302
22302
|
initialDepositStatus?: string | null | undefined;
|
|
22303
22303
|
project?: {
|
|
22304
22304
|
id: string;
|
|
@@ -22393,11 +22393,11 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
22393
22393
|
propertyAddress: string;
|
|
22394
22394
|
cmaBalanceCents: unknown;
|
|
22395
22395
|
mtaBalanceCents: unknown;
|
|
22396
|
-
isCmaRequired: boolean;
|
|
22397
22396
|
stage: string;
|
|
22398
22397
|
cmaNotRequiredReason?: string | null | undefined;
|
|
22399
22398
|
cmaId?: string | null | undefined;
|
|
22400
22399
|
buyerName?: string | null | undefined;
|
|
22400
|
+
isCmaRequired?: boolean | undefined;
|
|
22401
22401
|
initialDepositStatus?: string | null | undefined;
|
|
22402
22402
|
project?: {
|
|
22403
22403
|
id: string;
|
|
@@ -22491,11 +22491,11 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
22491
22491
|
propertyAddress: string;
|
|
22492
22492
|
cmaBalanceCents: unknown;
|
|
22493
22493
|
mtaBalanceCents: unknown;
|
|
22494
|
-
isCmaRequired: boolean;
|
|
22495
22494
|
stage: string;
|
|
22496
22495
|
cmaNotRequiredReason?: string | null | undefined;
|
|
22497
22496
|
cmaId?: string | null | undefined;
|
|
22498
22497
|
buyerName?: string | null | undefined;
|
|
22498
|
+
isCmaRequired?: boolean | undefined;
|
|
22499
22499
|
initialDepositStatus?: string | null | undefined;
|
|
22500
22500
|
project?: {
|
|
22501
22501
|
id: string;
|
|
@@ -22898,11 +22898,11 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
22898
22898
|
propertyAddress: string;
|
|
22899
22899
|
cmaBalanceCents: unknown;
|
|
22900
22900
|
mtaBalanceCents: unknown;
|
|
22901
|
-
isCmaRequired: boolean;
|
|
22902
22901
|
stage: string;
|
|
22903
22902
|
cmaNotRequiredReason?: string | null | undefined;
|
|
22904
22903
|
cmaId?: string | null | undefined;
|
|
22905
22904
|
buyerName?: string | null | undefined;
|
|
22905
|
+
isCmaRequired?: boolean | undefined;
|
|
22906
22906
|
initialDepositStatus?: string | null | undefined;
|
|
22907
22907
|
project?: {
|
|
22908
22908
|
id: string;
|
|
@@ -22997,11 +22997,11 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
22997
22997
|
propertyAddress: string;
|
|
22998
22998
|
cmaBalanceCents: unknown;
|
|
22999
22999
|
mtaBalanceCents: unknown;
|
|
23000
|
-
isCmaRequired: boolean;
|
|
23001
23000
|
stage: string;
|
|
23002
23001
|
cmaNotRequiredReason?: string | null | undefined;
|
|
23003
23002
|
cmaId?: string | null | undefined;
|
|
23004
23003
|
buyerName?: string | null | undefined;
|
|
23004
|
+
isCmaRequired?: boolean | undefined;
|
|
23005
23005
|
initialDepositStatus?: string | null | undefined;
|
|
23006
23006
|
project?: {
|
|
23007
23007
|
id: string;
|
|
@@ -23095,11 +23095,11 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
23095
23095
|
propertyAddress: string;
|
|
23096
23096
|
cmaBalanceCents: unknown;
|
|
23097
23097
|
mtaBalanceCents: unknown;
|
|
23098
|
-
isCmaRequired: boolean;
|
|
23099
23098
|
stage: string;
|
|
23100
23099
|
cmaNotRequiredReason?: string | null | undefined;
|
|
23101
23100
|
cmaId?: string | null | undefined;
|
|
23102
23101
|
buyerName?: string | null | undefined;
|
|
23102
|
+
isCmaRequired?: boolean | undefined;
|
|
23103
23103
|
initialDepositStatus?: string | null | undefined;
|
|
23104
23104
|
project?: {
|
|
23105
23105
|
id: string;
|
|
@@ -24089,7 +24089,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
24089
24089
|
buyerName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
24090
24090
|
lotDetail: z.ZodNullable<z.ZodString>;
|
|
24091
24091
|
propertyAddress: z.ZodString;
|
|
24092
|
-
isCmaRequired: z.ZodBoolean
|
|
24092
|
+
isCmaRequired: z.ZodDefault<z.ZodPrefault<z.ZodBoolean>>;
|
|
24093
24093
|
cmaNotRequiredReason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
24094
24094
|
stage: z.ZodString;
|
|
24095
24095
|
status: z.ZodString;
|
|
@@ -24539,11 +24539,11 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
24539
24539
|
propertyAddress: string;
|
|
24540
24540
|
cmaBalanceCents: unknown;
|
|
24541
24541
|
mtaBalanceCents: unknown;
|
|
24542
|
-
isCmaRequired: boolean;
|
|
24543
24542
|
stage: string;
|
|
24544
24543
|
cmaNotRequiredReason?: string | null | undefined;
|
|
24545
24544
|
cmaId?: string | null | undefined;
|
|
24546
24545
|
buyerName?: string | null | undefined;
|
|
24546
|
+
isCmaRequired?: boolean | undefined;
|
|
24547
24547
|
initialDepositStatus?: string | null | undefined;
|
|
24548
24548
|
project?: {
|
|
24549
24549
|
id: string;
|
|
@@ -24637,11 +24637,11 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
24637
24637
|
propertyAddress: string;
|
|
24638
24638
|
cmaBalanceCents: unknown;
|
|
24639
24639
|
mtaBalanceCents: unknown;
|
|
24640
|
-
isCmaRequired: boolean;
|
|
24641
24640
|
stage: string;
|
|
24642
24641
|
cmaNotRequiredReason?: string | null | undefined;
|
|
24643
24642
|
cmaId?: string | null | undefined;
|
|
24644
24643
|
buyerName?: string | null | undefined;
|
|
24644
|
+
isCmaRequired?: boolean | undefined;
|
|
24645
24645
|
initialDepositStatus?: string | null | undefined;
|
|
24646
24646
|
project?: {
|
|
24647
24647
|
id: string;
|
|
@@ -24734,11 +24734,11 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
24734
24734
|
propertyAddress: string;
|
|
24735
24735
|
cmaBalanceCents: unknown;
|
|
24736
24736
|
mtaBalanceCents: unknown;
|
|
24737
|
-
isCmaRequired: boolean;
|
|
24738
24737
|
stage: string;
|
|
24739
24738
|
cmaNotRequiredReason?: string | null | undefined;
|
|
24740
24739
|
cmaId?: string | null | undefined;
|
|
24741
24740
|
buyerName?: string | null | undefined;
|
|
24741
|
+
isCmaRequired?: boolean | undefined;
|
|
24742
24742
|
initialDepositStatus?: string | null | undefined;
|
|
24743
24743
|
project?: {
|
|
24744
24744
|
id: string;
|
|
@@ -25133,11 +25133,11 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
25133
25133
|
propertyAddress: string;
|
|
25134
25134
|
cmaBalanceCents: unknown;
|
|
25135
25135
|
mtaBalanceCents: unknown;
|
|
25136
|
-
isCmaRequired: boolean;
|
|
25137
25136
|
stage: string;
|
|
25138
25137
|
cmaNotRequiredReason?: string | null | undefined;
|
|
25139
25138
|
cmaId?: string | null | undefined;
|
|
25140
25139
|
buyerName?: string | null | undefined;
|
|
25140
|
+
isCmaRequired?: boolean | undefined;
|
|
25141
25141
|
initialDepositStatus?: string | null | undefined;
|
|
25142
25142
|
project?: {
|
|
25143
25143
|
id: string;
|
|
@@ -25231,11 +25231,11 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
25231
25231
|
propertyAddress: string;
|
|
25232
25232
|
cmaBalanceCents: unknown;
|
|
25233
25233
|
mtaBalanceCents: unknown;
|
|
25234
|
-
isCmaRequired: boolean;
|
|
25235
25234
|
stage: string;
|
|
25236
25235
|
cmaNotRequiredReason?: string | null | undefined;
|
|
25237
25236
|
cmaId?: string | null | undefined;
|
|
25238
25237
|
buyerName?: string | null | undefined;
|
|
25238
|
+
isCmaRequired?: boolean | undefined;
|
|
25239
25239
|
initialDepositStatus?: string | null | undefined;
|
|
25240
25240
|
project?: {
|
|
25241
25241
|
id: string;
|
|
@@ -25328,11 +25328,11 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
25328
25328
|
propertyAddress: string;
|
|
25329
25329
|
cmaBalanceCents: unknown;
|
|
25330
25330
|
mtaBalanceCents: unknown;
|
|
25331
|
-
isCmaRequired: boolean;
|
|
25332
25331
|
stage: string;
|
|
25333
25332
|
cmaNotRequiredReason?: string | null | undefined;
|
|
25334
25333
|
cmaId?: string | null | undefined;
|
|
25335
25334
|
buyerName?: string | null | undefined;
|
|
25335
|
+
isCmaRequired?: boolean | undefined;
|
|
25336
25336
|
initialDepositStatus?: string | null | undefined;
|
|
25337
25337
|
project?: {
|
|
25338
25338
|
id: string;
|
|
@@ -25736,11 +25736,11 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
25736
25736
|
propertyAddress: string;
|
|
25737
25737
|
cmaBalanceCents: unknown;
|
|
25738
25738
|
mtaBalanceCents: unknown;
|
|
25739
|
-
isCmaRequired: boolean;
|
|
25740
25739
|
stage: string;
|
|
25741
25740
|
cmaNotRequiredReason?: string | null | undefined;
|
|
25742
25741
|
cmaId?: string | null | undefined;
|
|
25743
25742
|
buyerName?: string | null | undefined;
|
|
25743
|
+
isCmaRequired?: boolean | undefined;
|
|
25744
25744
|
initialDepositStatus?: string | null | undefined;
|
|
25745
25745
|
project?: {
|
|
25746
25746
|
id: string;
|
|
@@ -25835,11 +25835,11 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
25835
25835
|
propertyAddress: string;
|
|
25836
25836
|
cmaBalanceCents: unknown;
|
|
25837
25837
|
mtaBalanceCents: unknown;
|
|
25838
|
-
isCmaRequired: boolean;
|
|
25839
25838
|
stage: string;
|
|
25840
25839
|
cmaNotRequiredReason?: string | null | undefined;
|
|
25841
25840
|
cmaId?: string | null | undefined;
|
|
25842
25841
|
buyerName?: string | null | undefined;
|
|
25842
|
+
isCmaRequired?: boolean | undefined;
|
|
25843
25843
|
initialDepositStatus?: string | null | undefined;
|
|
25844
25844
|
project?: {
|
|
25845
25845
|
id: string;
|
|
@@ -25933,11 +25933,11 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
25933
25933
|
propertyAddress: string;
|
|
25934
25934
|
cmaBalanceCents: unknown;
|
|
25935
25935
|
mtaBalanceCents: unknown;
|
|
25936
|
-
isCmaRequired: boolean;
|
|
25937
25936
|
stage: string;
|
|
25938
25937
|
cmaNotRequiredReason?: string | null | undefined;
|
|
25939
25938
|
cmaId?: string | null | undefined;
|
|
25940
25939
|
buyerName?: string | null | undefined;
|
|
25940
|
+
isCmaRequired?: boolean | undefined;
|
|
25941
25941
|
initialDepositStatus?: string | null | undefined;
|
|
25942
25942
|
project?: {
|
|
25943
25943
|
id: string;
|
|
@@ -26340,11 +26340,11 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
26340
26340
|
propertyAddress: string;
|
|
26341
26341
|
cmaBalanceCents: unknown;
|
|
26342
26342
|
mtaBalanceCents: unknown;
|
|
26343
|
-
isCmaRequired: boolean;
|
|
26344
26343
|
stage: string;
|
|
26345
26344
|
cmaNotRequiredReason?: string | null | undefined;
|
|
26346
26345
|
cmaId?: string | null | undefined;
|
|
26347
26346
|
buyerName?: string | null | undefined;
|
|
26347
|
+
isCmaRequired?: boolean | undefined;
|
|
26348
26348
|
initialDepositStatus?: string | null | undefined;
|
|
26349
26349
|
project?: {
|
|
26350
26350
|
id: string;
|
|
@@ -26439,11 +26439,11 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
26439
26439
|
propertyAddress: string;
|
|
26440
26440
|
cmaBalanceCents: unknown;
|
|
26441
26441
|
mtaBalanceCents: unknown;
|
|
26442
|
-
isCmaRequired: boolean;
|
|
26443
26442
|
stage: string;
|
|
26444
26443
|
cmaNotRequiredReason?: string | null | undefined;
|
|
26445
26444
|
cmaId?: string | null | undefined;
|
|
26446
26445
|
buyerName?: string | null | undefined;
|
|
26446
|
+
isCmaRequired?: boolean | undefined;
|
|
26447
26447
|
initialDepositStatus?: string | null | undefined;
|
|
26448
26448
|
project?: {
|
|
26449
26449
|
id: string;
|
|
@@ -26537,11 +26537,11 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
26537
26537
|
propertyAddress: string;
|
|
26538
26538
|
cmaBalanceCents: unknown;
|
|
26539
26539
|
mtaBalanceCents: unknown;
|
|
26540
|
-
isCmaRequired: boolean;
|
|
26541
26540
|
stage: string;
|
|
26542
26541
|
cmaNotRequiredReason?: string | null | undefined;
|
|
26543
26542
|
cmaId?: string | null | undefined;
|
|
26544
26543
|
buyerName?: string | null | undefined;
|
|
26544
|
+
isCmaRequired?: boolean | undefined;
|
|
26545
26545
|
initialDepositStatus?: string | null | undefined;
|
|
26546
26546
|
project?: {
|
|
26547
26547
|
id: string;
|
|
@@ -27484,7 +27484,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
27484
27484
|
buyerName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
27485
27485
|
lotDetail: z.ZodNullable<z.ZodString>;
|
|
27486
27486
|
propertyAddress: z.ZodString;
|
|
27487
|
-
isCmaRequired: z.ZodBoolean
|
|
27487
|
+
isCmaRequired: z.ZodDefault<z.ZodPrefault<z.ZodBoolean>>;
|
|
27488
27488
|
cmaNotRequiredReason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
27489
27489
|
stage: z.ZodString;
|
|
27490
27490
|
status: z.ZodString;
|
|
@@ -27934,11 +27934,11 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
27934
27934
|
propertyAddress: string;
|
|
27935
27935
|
cmaBalanceCents: unknown;
|
|
27936
27936
|
mtaBalanceCents: unknown;
|
|
27937
|
-
isCmaRequired: boolean;
|
|
27938
27937
|
stage: string;
|
|
27939
27938
|
cmaNotRequiredReason?: string | null | undefined;
|
|
27940
27939
|
cmaId?: string | null | undefined;
|
|
27941
27940
|
buyerName?: string | null | undefined;
|
|
27941
|
+
isCmaRequired?: boolean | undefined;
|
|
27942
27942
|
initialDepositStatus?: string | null | undefined;
|
|
27943
27943
|
project?: {
|
|
27944
27944
|
id: string;
|
|
@@ -28032,11 +28032,11 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
28032
28032
|
propertyAddress: string;
|
|
28033
28033
|
cmaBalanceCents: unknown;
|
|
28034
28034
|
mtaBalanceCents: unknown;
|
|
28035
|
-
isCmaRequired: boolean;
|
|
28036
28035
|
stage: string;
|
|
28037
28036
|
cmaNotRequiredReason?: string | null | undefined;
|
|
28038
28037
|
cmaId?: string | null | undefined;
|
|
28039
28038
|
buyerName?: string | null | undefined;
|
|
28039
|
+
isCmaRequired?: boolean | undefined;
|
|
28040
28040
|
initialDepositStatus?: string | null | undefined;
|
|
28041
28041
|
project?: {
|
|
28042
28042
|
id: string;
|
|
@@ -28129,11 +28129,11 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
28129
28129
|
propertyAddress: string;
|
|
28130
28130
|
cmaBalanceCents: unknown;
|
|
28131
28131
|
mtaBalanceCents: unknown;
|
|
28132
|
-
isCmaRequired: boolean;
|
|
28133
28132
|
stage: string;
|
|
28134
28133
|
cmaNotRequiredReason?: string | null | undefined;
|
|
28135
28134
|
cmaId?: string | null | undefined;
|
|
28136
28135
|
buyerName?: string | null | undefined;
|
|
28136
|
+
isCmaRequired?: boolean | undefined;
|
|
28137
28137
|
initialDepositStatus?: string | null | undefined;
|
|
28138
28138
|
project?: {
|
|
28139
28139
|
id: string;
|
|
@@ -28528,11 +28528,11 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
28528
28528
|
propertyAddress: string;
|
|
28529
28529
|
cmaBalanceCents: unknown;
|
|
28530
28530
|
mtaBalanceCents: unknown;
|
|
28531
|
-
isCmaRequired: boolean;
|
|
28532
28531
|
stage: string;
|
|
28533
28532
|
cmaNotRequiredReason?: string | null | undefined;
|
|
28534
28533
|
cmaId?: string | null | undefined;
|
|
28535
28534
|
buyerName?: string | null | undefined;
|
|
28535
|
+
isCmaRequired?: boolean | undefined;
|
|
28536
28536
|
initialDepositStatus?: string | null | undefined;
|
|
28537
28537
|
project?: {
|
|
28538
28538
|
id: string;
|
|
@@ -28626,11 +28626,11 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
28626
28626
|
propertyAddress: string;
|
|
28627
28627
|
cmaBalanceCents: unknown;
|
|
28628
28628
|
mtaBalanceCents: unknown;
|
|
28629
|
-
isCmaRequired: boolean;
|
|
28630
28629
|
stage: string;
|
|
28631
28630
|
cmaNotRequiredReason?: string | null | undefined;
|
|
28632
28631
|
cmaId?: string | null | undefined;
|
|
28633
28632
|
buyerName?: string | null | undefined;
|
|
28633
|
+
isCmaRequired?: boolean | undefined;
|
|
28634
28634
|
initialDepositStatus?: string | null | undefined;
|
|
28635
28635
|
project?: {
|
|
28636
28636
|
id: string;
|
|
@@ -28723,11 +28723,11 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
28723
28723
|
propertyAddress: string;
|
|
28724
28724
|
cmaBalanceCents: unknown;
|
|
28725
28725
|
mtaBalanceCents: unknown;
|
|
28726
|
-
isCmaRequired: boolean;
|
|
28727
28726
|
stage: string;
|
|
28728
28727
|
cmaNotRequiredReason?: string | null | undefined;
|
|
28729
28728
|
cmaId?: string | null | undefined;
|
|
28730
28729
|
buyerName?: string | null | undefined;
|
|
28730
|
+
isCmaRequired?: boolean | undefined;
|
|
28731
28731
|
initialDepositStatus?: string | null | undefined;
|
|
28732
28732
|
project?: {
|
|
28733
28733
|
id: string;
|
|
@@ -29131,11 +29131,11 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
29131
29131
|
propertyAddress: string;
|
|
29132
29132
|
cmaBalanceCents: unknown;
|
|
29133
29133
|
mtaBalanceCents: unknown;
|
|
29134
|
-
isCmaRequired: boolean;
|
|
29135
29134
|
stage: string;
|
|
29136
29135
|
cmaNotRequiredReason?: string | null | undefined;
|
|
29137
29136
|
cmaId?: string | null | undefined;
|
|
29138
29137
|
buyerName?: string | null | undefined;
|
|
29138
|
+
isCmaRequired?: boolean | undefined;
|
|
29139
29139
|
initialDepositStatus?: string | null | undefined;
|
|
29140
29140
|
project?: {
|
|
29141
29141
|
id: string;
|
|
@@ -29230,11 +29230,11 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
29230
29230
|
propertyAddress: string;
|
|
29231
29231
|
cmaBalanceCents: unknown;
|
|
29232
29232
|
mtaBalanceCents: unknown;
|
|
29233
|
-
isCmaRequired: boolean;
|
|
29234
29233
|
stage: string;
|
|
29235
29234
|
cmaNotRequiredReason?: string | null | undefined;
|
|
29236
29235
|
cmaId?: string | null | undefined;
|
|
29237
29236
|
buyerName?: string | null | undefined;
|
|
29237
|
+
isCmaRequired?: boolean | undefined;
|
|
29238
29238
|
initialDepositStatus?: string | null | undefined;
|
|
29239
29239
|
project?: {
|
|
29240
29240
|
id: string;
|
|
@@ -29328,11 +29328,11 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
29328
29328
|
propertyAddress: string;
|
|
29329
29329
|
cmaBalanceCents: unknown;
|
|
29330
29330
|
mtaBalanceCents: unknown;
|
|
29331
|
-
isCmaRequired: boolean;
|
|
29332
29331
|
stage: string;
|
|
29333
29332
|
cmaNotRequiredReason?: string | null | undefined;
|
|
29334
29333
|
cmaId?: string | null | undefined;
|
|
29335
29334
|
buyerName?: string | null | undefined;
|
|
29335
|
+
isCmaRequired?: boolean | undefined;
|
|
29336
29336
|
initialDepositStatus?: string | null | undefined;
|
|
29337
29337
|
project?: {
|
|
29338
29338
|
id: string;
|
|
@@ -29735,11 +29735,11 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
29735
29735
|
propertyAddress: string;
|
|
29736
29736
|
cmaBalanceCents: unknown;
|
|
29737
29737
|
mtaBalanceCents: unknown;
|
|
29738
|
-
isCmaRequired: boolean;
|
|
29739
29738
|
stage: string;
|
|
29740
29739
|
cmaNotRequiredReason?: string | null | undefined;
|
|
29741
29740
|
cmaId?: string | null | undefined;
|
|
29742
29741
|
buyerName?: string | null | undefined;
|
|
29742
|
+
isCmaRequired?: boolean | undefined;
|
|
29743
29743
|
initialDepositStatus?: string | null | undefined;
|
|
29744
29744
|
project?: {
|
|
29745
29745
|
id: string;
|
|
@@ -29834,11 +29834,11 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
29834
29834
|
propertyAddress: string;
|
|
29835
29835
|
cmaBalanceCents: unknown;
|
|
29836
29836
|
mtaBalanceCents: unknown;
|
|
29837
|
-
isCmaRequired: boolean;
|
|
29838
29837
|
stage: string;
|
|
29839
29838
|
cmaNotRequiredReason?: string | null | undefined;
|
|
29840
29839
|
cmaId?: string | null | undefined;
|
|
29841
29840
|
buyerName?: string | null | undefined;
|
|
29841
|
+
isCmaRequired?: boolean | undefined;
|
|
29842
29842
|
initialDepositStatus?: string | null | undefined;
|
|
29843
29843
|
project?: {
|
|
29844
29844
|
id: string;
|
|
@@ -29932,11 +29932,11 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
29932
29932
|
propertyAddress: string;
|
|
29933
29933
|
cmaBalanceCents: unknown;
|
|
29934
29934
|
mtaBalanceCents: unknown;
|
|
29935
|
-
isCmaRequired: boolean;
|
|
29936
29935
|
stage: string;
|
|
29937
29936
|
cmaNotRequiredReason?: string | null | undefined;
|
|
29938
29937
|
cmaId?: string | null | undefined;
|
|
29939
29938
|
buyerName?: string | null | undefined;
|
|
29939
|
+
isCmaRequired?: boolean | undefined;
|
|
29940
29940
|
initialDepositStatus?: string | null | undefined;
|
|
29941
29941
|
project?: {
|
|
29942
29942
|
id: string;
|
|
@@ -30559,7 +30559,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
30559
30559
|
buyerName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
30560
30560
|
lotDetail: z.ZodNullable<z.ZodString>;
|
|
30561
30561
|
propertyAddress: z.ZodString;
|
|
30562
|
-
isCmaRequired: z.ZodBoolean
|
|
30562
|
+
isCmaRequired: z.ZodDefault<z.ZodPrefault<z.ZodBoolean>>;
|
|
30563
30563
|
cmaNotRequiredReason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
30564
30564
|
stage: z.ZodString;
|
|
30565
30565
|
status: z.ZodString;
|
|
@@ -31009,11 +31009,11 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
31009
31009
|
propertyAddress: string;
|
|
31010
31010
|
cmaBalanceCents: unknown;
|
|
31011
31011
|
mtaBalanceCents: unknown;
|
|
31012
|
-
isCmaRequired: boolean;
|
|
31013
31012
|
stage: string;
|
|
31014
31013
|
cmaNotRequiredReason?: string | null | undefined;
|
|
31015
31014
|
cmaId?: string | null | undefined;
|
|
31016
31015
|
buyerName?: string | null | undefined;
|
|
31016
|
+
isCmaRequired?: boolean | undefined;
|
|
31017
31017
|
initialDepositStatus?: string | null | undefined;
|
|
31018
31018
|
project?: {
|
|
31019
31019
|
id: string;
|
|
@@ -31107,11 +31107,11 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
31107
31107
|
propertyAddress: string;
|
|
31108
31108
|
cmaBalanceCents: unknown;
|
|
31109
31109
|
mtaBalanceCents: unknown;
|
|
31110
|
-
isCmaRequired: boolean;
|
|
31111
31110
|
stage: string;
|
|
31112
31111
|
cmaNotRequiredReason?: string | null | undefined;
|
|
31113
31112
|
cmaId?: string | null | undefined;
|
|
31114
31113
|
buyerName?: string | null | undefined;
|
|
31114
|
+
isCmaRequired?: boolean | undefined;
|
|
31115
31115
|
initialDepositStatus?: string | null | undefined;
|
|
31116
31116
|
project?: {
|
|
31117
31117
|
id: string;
|
|
@@ -31204,11 +31204,11 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
31204
31204
|
propertyAddress: string;
|
|
31205
31205
|
cmaBalanceCents: unknown;
|
|
31206
31206
|
mtaBalanceCents: unknown;
|
|
31207
|
-
isCmaRequired: boolean;
|
|
31208
31207
|
stage: string;
|
|
31209
31208
|
cmaNotRequiredReason?: string | null | undefined;
|
|
31210
31209
|
cmaId?: string | null | undefined;
|
|
31211
31210
|
buyerName?: string | null | undefined;
|
|
31211
|
+
isCmaRequired?: boolean | undefined;
|
|
31212
31212
|
initialDepositStatus?: string | null | undefined;
|
|
31213
31213
|
project?: {
|
|
31214
31214
|
id: string;
|
|
@@ -31603,11 +31603,11 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
31603
31603
|
propertyAddress: string;
|
|
31604
31604
|
cmaBalanceCents: unknown;
|
|
31605
31605
|
mtaBalanceCents: unknown;
|
|
31606
|
-
isCmaRequired: boolean;
|
|
31607
31606
|
stage: string;
|
|
31608
31607
|
cmaNotRequiredReason?: string | null | undefined;
|
|
31609
31608
|
cmaId?: string | null | undefined;
|
|
31610
31609
|
buyerName?: string | null | undefined;
|
|
31610
|
+
isCmaRequired?: boolean | undefined;
|
|
31611
31611
|
initialDepositStatus?: string | null | undefined;
|
|
31612
31612
|
project?: {
|
|
31613
31613
|
id: string;
|
|
@@ -31701,11 +31701,11 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
31701
31701
|
propertyAddress: string;
|
|
31702
31702
|
cmaBalanceCents: unknown;
|
|
31703
31703
|
mtaBalanceCents: unknown;
|
|
31704
|
-
isCmaRequired: boolean;
|
|
31705
31704
|
stage: string;
|
|
31706
31705
|
cmaNotRequiredReason?: string | null | undefined;
|
|
31707
31706
|
cmaId?: string | null | undefined;
|
|
31708
31707
|
buyerName?: string | null | undefined;
|
|
31708
|
+
isCmaRequired?: boolean | undefined;
|
|
31709
31709
|
initialDepositStatus?: string | null | undefined;
|
|
31710
31710
|
project?: {
|
|
31711
31711
|
id: string;
|
|
@@ -31798,11 +31798,11 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
31798
31798
|
propertyAddress: string;
|
|
31799
31799
|
cmaBalanceCents: unknown;
|
|
31800
31800
|
mtaBalanceCents: unknown;
|
|
31801
|
-
isCmaRequired: boolean;
|
|
31802
31801
|
stage: string;
|
|
31803
31802
|
cmaNotRequiredReason?: string | null | undefined;
|
|
31804
31803
|
cmaId?: string | null | undefined;
|
|
31805
31804
|
buyerName?: string | null | undefined;
|
|
31805
|
+
isCmaRequired?: boolean | undefined;
|
|
31806
31806
|
initialDepositStatus?: string | null | undefined;
|
|
31807
31807
|
project?: {
|
|
31808
31808
|
id: string;
|
|
@@ -32206,11 +32206,11 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
32206
32206
|
propertyAddress: string;
|
|
32207
32207
|
cmaBalanceCents: unknown;
|
|
32208
32208
|
mtaBalanceCents: unknown;
|
|
32209
|
-
isCmaRequired: boolean;
|
|
32210
32209
|
stage: string;
|
|
32211
32210
|
cmaNotRequiredReason?: string | null | undefined;
|
|
32212
32211
|
cmaId?: string | null | undefined;
|
|
32213
32212
|
buyerName?: string | null | undefined;
|
|
32213
|
+
isCmaRequired?: boolean | undefined;
|
|
32214
32214
|
initialDepositStatus?: string | null | undefined;
|
|
32215
32215
|
project?: {
|
|
32216
32216
|
id: string;
|
|
@@ -32305,11 +32305,11 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
32305
32305
|
propertyAddress: string;
|
|
32306
32306
|
cmaBalanceCents: unknown;
|
|
32307
32307
|
mtaBalanceCents: unknown;
|
|
32308
|
-
isCmaRequired: boolean;
|
|
32309
32308
|
stage: string;
|
|
32310
32309
|
cmaNotRequiredReason?: string | null | undefined;
|
|
32311
32310
|
cmaId?: string | null | undefined;
|
|
32312
32311
|
buyerName?: string | null | undefined;
|
|
32312
|
+
isCmaRequired?: boolean | undefined;
|
|
32313
32313
|
initialDepositStatus?: string | null | undefined;
|
|
32314
32314
|
project?: {
|
|
32315
32315
|
id: string;
|
|
@@ -32403,11 +32403,11 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
32403
32403
|
propertyAddress: string;
|
|
32404
32404
|
cmaBalanceCents: unknown;
|
|
32405
32405
|
mtaBalanceCents: unknown;
|
|
32406
|
-
isCmaRequired: boolean;
|
|
32407
32406
|
stage: string;
|
|
32408
32407
|
cmaNotRequiredReason?: string | null | undefined;
|
|
32409
32408
|
cmaId?: string | null | undefined;
|
|
32410
32409
|
buyerName?: string | null | undefined;
|
|
32410
|
+
isCmaRequired?: boolean | undefined;
|
|
32411
32411
|
initialDepositStatus?: string | null | undefined;
|
|
32412
32412
|
project?: {
|
|
32413
32413
|
id: string;
|
|
@@ -32810,11 +32810,11 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
32810
32810
|
propertyAddress: string;
|
|
32811
32811
|
cmaBalanceCents: unknown;
|
|
32812
32812
|
mtaBalanceCents: unknown;
|
|
32813
|
-
isCmaRequired: boolean;
|
|
32814
32813
|
stage: string;
|
|
32815
32814
|
cmaNotRequiredReason?: string | null | undefined;
|
|
32816
32815
|
cmaId?: string | null | undefined;
|
|
32817
32816
|
buyerName?: string | null | undefined;
|
|
32817
|
+
isCmaRequired?: boolean | undefined;
|
|
32818
32818
|
initialDepositStatus?: string | null | undefined;
|
|
32819
32819
|
project?: {
|
|
32820
32820
|
id: string;
|
|
@@ -32909,11 +32909,11 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
32909
32909
|
propertyAddress: string;
|
|
32910
32910
|
cmaBalanceCents: unknown;
|
|
32911
32911
|
mtaBalanceCents: unknown;
|
|
32912
|
-
isCmaRequired: boolean;
|
|
32913
32912
|
stage: string;
|
|
32914
32913
|
cmaNotRequiredReason?: string | null | undefined;
|
|
32915
32914
|
cmaId?: string | null | undefined;
|
|
32916
32915
|
buyerName?: string | null | undefined;
|
|
32916
|
+
isCmaRequired?: boolean | undefined;
|
|
32917
32917
|
initialDepositStatus?: string | null | undefined;
|
|
32918
32918
|
project?: {
|
|
32919
32919
|
id: string;
|
|
@@ -33007,11 +33007,11 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
33007
33007
|
propertyAddress: string;
|
|
33008
33008
|
cmaBalanceCents: unknown;
|
|
33009
33009
|
mtaBalanceCents: unknown;
|
|
33010
|
-
isCmaRequired: boolean;
|
|
33011
33010
|
stage: string;
|
|
33012
33011
|
cmaNotRequiredReason?: string | null | undefined;
|
|
33013
33012
|
cmaId?: string | null | undefined;
|
|
33014
33013
|
buyerName?: string | null | undefined;
|
|
33014
|
+
isCmaRequired?: boolean | undefined;
|
|
33015
33015
|
initialDepositStatus?: string | null | undefined;
|
|
33016
33016
|
project?: {
|
|
33017
33017
|
id: string;
|
|
@@ -33502,7 +33502,7 @@ export declare const payoutRestResSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
33502
33502
|
propertyAddress: z.ZodString;
|
|
33503
33503
|
cmaBalanceCents: z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodBigInt>;
|
|
33504
33504
|
mtaBalanceCents: z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodBigInt>;
|
|
33505
|
-
isCmaRequired: z.ZodBoolean
|
|
33505
|
+
isCmaRequired: z.ZodDefault<z.ZodPrefault<z.ZodBoolean>>;
|
|
33506
33506
|
stage: z.ZodString;
|
|
33507
33507
|
initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
33508
33508
|
project: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|