@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
package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts
CHANGED
|
@@ -15,26 +15,26 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
15
15
|
clearedAt: z.ZodOptional<z.ZodNullable<z.ZodCoercedDate<unknown>>>;
|
|
16
16
|
debitAmountCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
17
17
|
property: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
18
|
-
id: z.ZodUUID
|
|
19
|
-
customerId: z.ZodString
|
|
20
|
-
projectId: z.ZodString
|
|
21
|
-
buyerName: z.ZodNullable<z.ZodOptional<z.ZodString
|
|
22
|
-
lotDetail: z.ZodNullable<z.ZodString
|
|
23
|
-
propertyAddress: z.ZodString
|
|
24
|
-
isCmaRequired: z.ZodBoolean
|
|
25
|
-
cmaNotRequiredReason: z.ZodOptional<z.ZodNullable<z.ZodString
|
|
26
|
-
stage: z.ZodString
|
|
27
|
-
status: z.ZodString
|
|
28
|
-
mtaId: z.ZodString
|
|
29
|
-
cmaId: z.ZodOptional<z.ZodNullable<z.ZodString
|
|
30
|
-
initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString
|
|
31
|
-
isArchived: z.ZodBoolean
|
|
32
|
-
createdAt: z.ZodCoercedDate<unknown
|
|
33
|
-
syncedAt: z.ZodCoercedDate<unknown
|
|
34
|
-
updatedAt: z.ZodCoercedDate<unknown
|
|
35
|
-
balanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber
|
|
36
|
-
cmaBalanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber
|
|
37
|
-
mtaBalanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber
|
|
18
|
+
id: z.ZodOptional<z.ZodUUID>;
|
|
19
|
+
customerId: z.ZodOptional<z.ZodString>;
|
|
20
|
+
projectId: z.ZodOptional<z.ZodString>;
|
|
21
|
+
buyerName: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
|
|
22
|
+
lotDetail: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23
|
+
propertyAddress: z.ZodOptional<z.ZodString>;
|
|
24
|
+
isCmaRequired: z.ZodOptional<z.ZodDefault<z.ZodPrefault<z.ZodBoolean>>>;
|
|
25
|
+
cmaNotRequiredReason: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
26
|
+
stage: z.ZodOptional<z.ZodString>;
|
|
27
|
+
status: z.ZodOptional<z.ZodString>;
|
|
28
|
+
mtaId: z.ZodOptional<z.ZodString>;
|
|
29
|
+
cmaId: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
30
|
+
initialDepositStatus: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
31
|
+
isArchived: z.ZodOptional<z.ZodBoolean>;
|
|
32
|
+
createdAt: z.ZodOptional<z.ZodCoercedDate<unknown>>;
|
|
33
|
+
syncedAt: z.ZodOptional<z.ZodCoercedDate<unknown>>;
|
|
34
|
+
updatedAt: z.ZodOptional<z.ZodCoercedDate<unknown>>;
|
|
35
|
+
balanceCents: z.ZodOptional<z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>>;
|
|
36
|
+
cmaBalanceCents: z.ZodOptional<z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>>;
|
|
37
|
+
mtaBalanceCents: z.ZodOptional<z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>>;
|
|
38
38
|
}, z.core.$strip>>>>;
|
|
39
39
|
mtaTransaction: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodType<{
|
|
40
40
|
id: string;
|
|
@@ -399,11 +399,11 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
399
399
|
propertyAddress: string;
|
|
400
400
|
cmaBalanceCents: unknown;
|
|
401
401
|
mtaBalanceCents: unknown;
|
|
402
|
-
isCmaRequired: boolean;
|
|
403
402
|
stage: string;
|
|
404
403
|
cmaNotRequiredReason?: string | null | undefined;
|
|
405
404
|
cmaId?: string | null | undefined;
|
|
406
405
|
buyerName?: string | null | undefined;
|
|
406
|
+
isCmaRequired?: boolean | undefined;
|
|
407
407
|
initialDepositStatus?: string | null | undefined;
|
|
408
408
|
project?: {
|
|
409
409
|
id: string;
|
|
@@ -498,11 +498,11 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
498
498
|
propertyAddress: string;
|
|
499
499
|
cmaBalanceCents: unknown;
|
|
500
500
|
mtaBalanceCents: unknown;
|
|
501
|
-
isCmaRequired: boolean;
|
|
502
501
|
stage: string;
|
|
503
502
|
cmaNotRequiredReason?: string | null | undefined;
|
|
504
503
|
cmaId?: string | null | undefined;
|
|
505
504
|
buyerName?: string | null | undefined;
|
|
505
|
+
isCmaRequired?: boolean | undefined;
|
|
506
506
|
initialDepositStatus?: string | null | undefined;
|
|
507
507
|
project?: {
|
|
508
508
|
id: string;
|
|
@@ -596,11 +596,11 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
596
596
|
propertyAddress: string;
|
|
597
597
|
cmaBalanceCents: unknown;
|
|
598
598
|
mtaBalanceCents: unknown;
|
|
599
|
-
isCmaRequired: boolean;
|
|
600
599
|
stage: string;
|
|
601
600
|
cmaNotRequiredReason?: string | null | undefined;
|
|
602
601
|
cmaId?: string | null | undefined;
|
|
603
602
|
buyerName?: string | null | undefined;
|
|
603
|
+
isCmaRequired?: boolean | undefined;
|
|
604
604
|
initialDepositStatus?: string | null | undefined;
|
|
605
605
|
project?: {
|
|
606
606
|
id: string;
|
|
@@ -1003,11 +1003,11 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
1003
1003
|
propertyAddress: string;
|
|
1004
1004
|
cmaBalanceCents: unknown;
|
|
1005
1005
|
mtaBalanceCents: unknown;
|
|
1006
|
-
isCmaRequired: boolean;
|
|
1007
1006
|
stage: string;
|
|
1008
1007
|
cmaNotRequiredReason?: string | null | undefined;
|
|
1009
1008
|
cmaId?: string | null | undefined;
|
|
1010
1009
|
buyerName?: string | null | undefined;
|
|
1010
|
+
isCmaRequired?: boolean | undefined;
|
|
1011
1011
|
initialDepositStatus?: string | null | undefined;
|
|
1012
1012
|
project?: {
|
|
1013
1013
|
id: string;
|
|
@@ -1102,11 +1102,11 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
1102
1102
|
propertyAddress: string;
|
|
1103
1103
|
cmaBalanceCents: unknown;
|
|
1104
1104
|
mtaBalanceCents: unknown;
|
|
1105
|
-
isCmaRequired: boolean;
|
|
1106
1105
|
stage: string;
|
|
1107
1106
|
cmaNotRequiredReason?: string | null | undefined;
|
|
1108
1107
|
cmaId?: string | null | undefined;
|
|
1109
1108
|
buyerName?: string | null | undefined;
|
|
1109
|
+
isCmaRequired?: boolean | undefined;
|
|
1110
1110
|
initialDepositStatus?: string | null | undefined;
|
|
1111
1111
|
project?: {
|
|
1112
1112
|
id: string;
|
|
@@ -1200,11 +1200,11 @@ export declare const mtaToCmaPayoutSourceDetailRestSchema: z.ZodObject<{
|
|
|
1200
1200
|
propertyAddress: string;
|
|
1201
1201
|
cmaBalanceCents: unknown;
|
|
1202
1202
|
mtaBalanceCents: unknown;
|
|
1203
|
-
isCmaRequired: boolean;
|
|
1204
1203
|
stage: string;
|
|
1205
1204
|
cmaNotRequiredReason?: string | null | undefined;
|
|
1206
1205
|
cmaId?: string | null | undefined;
|
|
1207
1206
|
buyerName?: string | null | undefined;
|
|
1207
|
+
isCmaRequired?: boolean | undefined;
|
|
1208
1208
|
initialDepositStatus?: string | null | undefined;
|
|
1209
1209
|
project?: {
|
|
1210
1210
|
id: string;
|
|
@@ -1303,7 +1303,7 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
|
|
|
1303
1303
|
propertyAddress: z.ZodString;
|
|
1304
1304
|
cmaBalanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
1305
1305
|
mtaBalanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
1306
|
-
isCmaRequired: z.ZodBoolean
|
|
1306
|
+
isCmaRequired: z.ZodDefault<z.ZodPrefault<z.ZodBoolean>>;
|
|
1307
1307
|
stage: z.ZodString;
|
|
1308
1308
|
initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1309
1309
|
project: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
@@ -1696,11 +1696,11 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
|
|
|
1696
1696
|
propertyAddress: string;
|
|
1697
1697
|
cmaBalanceCents: unknown;
|
|
1698
1698
|
mtaBalanceCents: unknown;
|
|
1699
|
-
isCmaRequired: boolean;
|
|
1700
1699
|
stage: string;
|
|
1701
1700
|
cmaNotRequiredReason?: string | null | undefined;
|
|
1702
1701
|
cmaId?: string | null | undefined;
|
|
1703
1702
|
buyerName?: string | null | undefined;
|
|
1703
|
+
isCmaRequired?: boolean | undefined;
|
|
1704
1704
|
initialDepositStatus?: string | null | undefined;
|
|
1705
1705
|
project?: {
|
|
1706
1706
|
id: string;
|
|
@@ -1794,11 +1794,11 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
|
|
|
1794
1794
|
propertyAddress: string;
|
|
1795
1795
|
cmaBalanceCents: unknown;
|
|
1796
1796
|
mtaBalanceCents: unknown;
|
|
1797
|
-
isCmaRequired: boolean;
|
|
1798
1797
|
stage: string;
|
|
1799
1798
|
cmaNotRequiredReason?: string | null | undefined;
|
|
1800
1799
|
cmaId?: string | null | undefined;
|
|
1801
1800
|
buyerName?: string | null | undefined;
|
|
1801
|
+
isCmaRequired?: boolean | undefined;
|
|
1802
1802
|
initialDepositStatus?: string | null | undefined;
|
|
1803
1803
|
project?: {
|
|
1804
1804
|
id: string;
|
|
@@ -1891,11 +1891,11 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
|
|
|
1891
1891
|
propertyAddress: string;
|
|
1892
1892
|
cmaBalanceCents: unknown;
|
|
1893
1893
|
mtaBalanceCents: unknown;
|
|
1894
|
-
isCmaRequired: boolean;
|
|
1895
1894
|
stage: string;
|
|
1896
1895
|
cmaNotRequiredReason?: string | null | undefined;
|
|
1897
1896
|
cmaId?: string | null | undefined;
|
|
1898
1897
|
buyerName?: string | null | undefined;
|
|
1898
|
+
isCmaRequired?: boolean | undefined;
|
|
1899
1899
|
initialDepositStatus?: string | null | undefined;
|
|
1900
1900
|
project?: {
|
|
1901
1901
|
id: string;
|
|
@@ -2290,11 +2290,11 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
|
|
|
2290
2290
|
propertyAddress: string;
|
|
2291
2291
|
cmaBalanceCents: unknown;
|
|
2292
2292
|
mtaBalanceCents: unknown;
|
|
2293
|
-
isCmaRequired: boolean;
|
|
2294
2293
|
stage: string;
|
|
2295
2294
|
cmaNotRequiredReason?: string | null | undefined;
|
|
2296
2295
|
cmaId?: string | null | undefined;
|
|
2297
2296
|
buyerName?: string | null | undefined;
|
|
2297
|
+
isCmaRequired?: boolean | undefined;
|
|
2298
2298
|
initialDepositStatus?: string | null | undefined;
|
|
2299
2299
|
project?: {
|
|
2300
2300
|
id: string;
|
|
@@ -2388,11 +2388,11 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
|
|
|
2388
2388
|
propertyAddress: string;
|
|
2389
2389
|
cmaBalanceCents: unknown;
|
|
2390
2390
|
mtaBalanceCents: unknown;
|
|
2391
|
-
isCmaRequired: boolean;
|
|
2392
2391
|
stage: string;
|
|
2393
2392
|
cmaNotRequiredReason?: string | null | undefined;
|
|
2394
2393
|
cmaId?: string | null | undefined;
|
|
2395
2394
|
buyerName?: string | null | undefined;
|
|
2395
|
+
isCmaRequired?: boolean | undefined;
|
|
2396
2396
|
initialDepositStatus?: string | null | undefined;
|
|
2397
2397
|
project?: {
|
|
2398
2398
|
id: string;
|
|
@@ -2485,11 +2485,11 @@ export declare const mtaToCmaPayoutTargetDetailRestSchema: z.ZodObject<{
|
|
|
2485
2485
|
propertyAddress: string;
|
|
2486
2486
|
cmaBalanceCents: unknown;
|
|
2487
2487
|
mtaBalanceCents: unknown;
|
|
2488
|
-
isCmaRequired: boolean;
|
|
2489
2488
|
stage: string;
|
|
2490
2489
|
cmaNotRequiredReason?: string | null | undefined;
|
|
2491
2490
|
cmaId?: string | null | undefined;
|
|
2492
2491
|
buyerName?: string | null | undefined;
|
|
2492
|
+
isCmaRequired?: boolean | undefined;
|
|
2493
2493
|
initialDepositStatus?: string | null | undefined;
|
|
2494
2494
|
project?: {
|
|
2495
2495
|
id: string;
|
|
@@ -2549,26 +2549,26 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
2549
2549
|
clearedAt: z.ZodOptional<z.ZodNullable<z.ZodCoercedDate<unknown>>>;
|
|
2550
2550
|
debitAmountCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
2551
2551
|
property: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
2552
|
-
id: z.ZodUUID
|
|
2553
|
-
customerId: z.ZodString
|
|
2554
|
-
projectId: z.ZodString
|
|
2555
|
-
buyerName: z.ZodNullable<z.ZodOptional<z.ZodString
|
|
2556
|
-
lotDetail: z.ZodNullable<z.ZodString
|
|
2557
|
-
propertyAddress: z.ZodString
|
|
2558
|
-
isCmaRequired: z.ZodBoolean
|
|
2559
|
-
cmaNotRequiredReason: z.ZodOptional<z.ZodNullable<z.ZodString
|
|
2560
|
-
stage: z.ZodString
|
|
2561
|
-
status: z.ZodString
|
|
2562
|
-
mtaId: z.ZodString
|
|
2563
|
-
cmaId: z.ZodOptional<z.ZodNullable<z.ZodString
|
|
2564
|
-
initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString
|
|
2565
|
-
isArchived: z.ZodBoolean
|
|
2566
|
-
createdAt: z.ZodCoercedDate<unknown
|
|
2567
|
-
syncedAt: z.ZodCoercedDate<unknown
|
|
2568
|
-
updatedAt: z.ZodCoercedDate<unknown
|
|
2569
|
-
balanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber
|
|
2570
|
-
cmaBalanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber
|
|
2571
|
-
mtaBalanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber
|
|
2552
|
+
id: z.ZodOptional<z.ZodUUID>;
|
|
2553
|
+
customerId: z.ZodOptional<z.ZodString>;
|
|
2554
|
+
projectId: z.ZodOptional<z.ZodString>;
|
|
2555
|
+
buyerName: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
|
|
2556
|
+
lotDetail: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2557
|
+
propertyAddress: z.ZodOptional<z.ZodString>;
|
|
2558
|
+
isCmaRequired: z.ZodOptional<z.ZodDefault<z.ZodPrefault<z.ZodBoolean>>>;
|
|
2559
|
+
cmaNotRequiredReason: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
2560
|
+
stage: z.ZodOptional<z.ZodString>;
|
|
2561
|
+
status: z.ZodOptional<z.ZodString>;
|
|
2562
|
+
mtaId: z.ZodOptional<z.ZodString>;
|
|
2563
|
+
cmaId: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
2564
|
+
initialDepositStatus: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
2565
|
+
isArchived: z.ZodOptional<z.ZodBoolean>;
|
|
2566
|
+
createdAt: z.ZodOptional<z.ZodCoercedDate<unknown>>;
|
|
2567
|
+
syncedAt: z.ZodOptional<z.ZodCoercedDate<unknown>>;
|
|
2568
|
+
updatedAt: z.ZodOptional<z.ZodCoercedDate<unknown>>;
|
|
2569
|
+
balanceCents: z.ZodOptional<z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>>;
|
|
2570
|
+
cmaBalanceCents: z.ZodOptional<z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>>;
|
|
2571
|
+
mtaBalanceCents: z.ZodOptional<z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>>;
|
|
2572
2572
|
}, z.core.$strip>>>>;
|
|
2573
2573
|
mtaTransaction: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodType<{
|
|
2574
2574
|
id: string;
|
|
@@ -2933,11 +2933,11 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
2933
2933
|
propertyAddress: string;
|
|
2934
2934
|
cmaBalanceCents: unknown;
|
|
2935
2935
|
mtaBalanceCents: unknown;
|
|
2936
|
-
isCmaRequired: boolean;
|
|
2937
2936
|
stage: string;
|
|
2938
2937
|
cmaNotRequiredReason?: string | null | undefined;
|
|
2939
2938
|
cmaId?: string | null | undefined;
|
|
2940
2939
|
buyerName?: string | null | undefined;
|
|
2940
|
+
isCmaRequired?: boolean | undefined;
|
|
2941
2941
|
initialDepositStatus?: string | null | undefined;
|
|
2942
2942
|
project?: {
|
|
2943
2943
|
id: string;
|
|
@@ -3032,11 +3032,11 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
3032
3032
|
propertyAddress: string;
|
|
3033
3033
|
cmaBalanceCents: unknown;
|
|
3034
3034
|
mtaBalanceCents: unknown;
|
|
3035
|
-
isCmaRequired: boolean;
|
|
3036
3035
|
stage: string;
|
|
3037
3036
|
cmaNotRequiredReason?: string | null | undefined;
|
|
3038
3037
|
cmaId?: string | null | undefined;
|
|
3039
3038
|
buyerName?: string | null | undefined;
|
|
3039
|
+
isCmaRequired?: boolean | undefined;
|
|
3040
3040
|
initialDepositStatus?: string | null | undefined;
|
|
3041
3041
|
project?: {
|
|
3042
3042
|
id: string;
|
|
@@ -3130,11 +3130,11 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
3130
3130
|
propertyAddress: string;
|
|
3131
3131
|
cmaBalanceCents: unknown;
|
|
3132
3132
|
mtaBalanceCents: unknown;
|
|
3133
|
-
isCmaRequired: boolean;
|
|
3134
3133
|
stage: string;
|
|
3135
3134
|
cmaNotRequiredReason?: string | null | undefined;
|
|
3136
3135
|
cmaId?: string | null | undefined;
|
|
3137
3136
|
buyerName?: string | null | undefined;
|
|
3137
|
+
isCmaRequired?: boolean | undefined;
|
|
3138
3138
|
initialDepositStatus?: string | null | undefined;
|
|
3139
3139
|
project?: {
|
|
3140
3140
|
id: string;
|
|
@@ -3537,11 +3537,11 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
3537
3537
|
propertyAddress: string;
|
|
3538
3538
|
cmaBalanceCents: unknown;
|
|
3539
3539
|
mtaBalanceCents: unknown;
|
|
3540
|
-
isCmaRequired: boolean;
|
|
3541
3540
|
stage: string;
|
|
3542
3541
|
cmaNotRequiredReason?: string | null | undefined;
|
|
3543
3542
|
cmaId?: string | null | undefined;
|
|
3544
3543
|
buyerName?: string | null | undefined;
|
|
3544
|
+
isCmaRequired?: boolean | undefined;
|
|
3545
3545
|
initialDepositStatus?: string | null | undefined;
|
|
3546
3546
|
project?: {
|
|
3547
3547
|
id: string;
|
|
@@ -3636,11 +3636,11 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
3636
3636
|
propertyAddress: string;
|
|
3637
3637
|
cmaBalanceCents: unknown;
|
|
3638
3638
|
mtaBalanceCents: unknown;
|
|
3639
|
-
isCmaRequired: boolean;
|
|
3640
3639
|
stage: string;
|
|
3641
3640
|
cmaNotRequiredReason?: string | null | undefined;
|
|
3642
3641
|
cmaId?: string | null | undefined;
|
|
3643
3642
|
buyerName?: string | null | undefined;
|
|
3643
|
+
isCmaRequired?: boolean | undefined;
|
|
3644
3644
|
initialDepositStatus?: string | null | undefined;
|
|
3645
3645
|
project?: {
|
|
3646
3646
|
id: string;
|
|
@@ -3734,11 +3734,11 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
3734
3734
|
propertyAddress: string;
|
|
3735
3735
|
cmaBalanceCents: unknown;
|
|
3736
3736
|
mtaBalanceCents: unknown;
|
|
3737
|
-
isCmaRequired: boolean;
|
|
3738
3737
|
stage: string;
|
|
3739
3738
|
cmaNotRequiredReason?: string | null | undefined;
|
|
3740
3739
|
cmaId?: string | null | undefined;
|
|
3741
3740
|
buyerName?: string | null | undefined;
|
|
3741
|
+
isCmaRequired?: boolean | undefined;
|
|
3742
3742
|
initialDepositStatus?: string | null | undefined;
|
|
3743
3743
|
project?: {
|
|
3744
3744
|
id: string;
|
|
@@ -3837,7 +3837,7 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
3837
3837
|
propertyAddress: z.ZodString;
|
|
3838
3838
|
cmaBalanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
3839
3839
|
mtaBalanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
3840
|
-
isCmaRequired: z.ZodBoolean
|
|
3840
|
+
isCmaRequired: z.ZodDefault<z.ZodPrefault<z.ZodBoolean>>;
|
|
3841
3841
|
stage: z.ZodString;
|
|
3842
3842
|
initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3843
3843
|
project: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
@@ -4230,11 +4230,11 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
4230
4230
|
propertyAddress: string;
|
|
4231
4231
|
cmaBalanceCents: unknown;
|
|
4232
4232
|
mtaBalanceCents: unknown;
|
|
4233
|
-
isCmaRequired: boolean;
|
|
4234
4233
|
stage: string;
|
|
4235
4234
|
cmaNotRequiredReason?: string | null | undefined;
|
|
4236
4235
|
cmaId?: string | null | undefined;
|
|
4237
4236
|
buyerName?: string | null | undefined;
|
|
4237
|
+
isCmaRequired?: boolean | undefined;
|
|
4238
4238
|
initialDepositStatus?: string | null | undefined;
|
|
4239
4239
|
project?: {
|
|
4240
4240
|
id: string;
|
|
@@ -4328,11 +4328,11 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
4328
4328
|
propertyAddress: string;
|
|
4329
4329
|
cmaBalanceCents: unknown;
|
|
4330
4330
|
mtaBalanceCents: unknown;
|
|
4331
|
-
isCmaRequired: boolean;
|
|
4332
4331
|
stage: string;
|
|
4333
4332
|
cmaNotRequiredReason?: string | null | undefined;
|
|
4334
4333
|
cmaId?: string | null | undefined;
|
|
4335
4334
|
buyerName?: string | null | undefined;
|
|
4335
|
+
isCmaRequired?: boolean | undefined;
|
|
4336
4336
|
initialDepositStatus?: string | null | undefined;
|
|
4337
4337
|
project?: {
|
|
4338
4338
|
id: string;
|
|
@@ -4425,11 +4425,11 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
4425
4425
|
propertyAddress: string;
|
|
4426
4426
|
cmaBalanceCents: unknown;
|
|
4427
4427
|
mtaBalanceCents: unknown;
|
|
4428
|
-
isCmaRequired: boolean;
|
|
4429
4428
|
stage: string;
|
|
4430
4429
|
cmaNotRequiredReason?: string | null | undefined;
|
|
4431
4430
|
cmaId?: string | null | undefined;
|
|
4432
4431
|
buyerName?: string | null | undefined;
|
|
4432
|
+
isCmaRequired?: boolean | undefined;
|
|
4433
4433
|
initialDepositStatus?: string | null | undefined;
|
|
4434
4434
|
project?: {
|
|
4435
4435
|
id: string;
|
|
@@ -4824,11 +4824,11 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
4824
4824
|
propertyAddress: string;
|
|
4825
4825
|
cmaBalanceCents: unknown;
|
|
4826
4826
|
mtaBalanceCents: unknown;
|
|
4827
|
-
isCmaRequired: boolean;
|
|
4828
4827
|
stage: string;
|
|
4829
4828
|
cmaNotRequiredReason?: string | null | undefined;
|
|
4830
4829
|
cmaId?: string | null | undefined;
|
|
4831
4830
|
buyerName?: string | null | undefined;
|
|
4831
|
+
isCmaRequired?: boolean | undefined;
|
|
4832
4832
|
initialDepositStatus?: string | null | undefined;
|
|
4833
4833
|
project?: {
|
|
4834
4834
|
id: string;
|
|
@@ -4922,11 +4922,11 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
4922
4922
|
propertyAddress: string;
|
|
4923
4923
|
cmaBalanceCents: unknown;
|
|
4924
4924
|
mtaBalanceCents: unknown;
|
|
4925
|
-
isCmaRequired: boolean;
|
|
4926
4925
|
stage: string;
|
|
4927
4926
|
cmaNotRequiredReason?: string | null | undefined;
|
|
4928
4927
|
cmaId?: string | null | undefined;
|
|
4929
4928
|
buyerName?: string | null | undefined;
|
|
4929
|
+
isCmaRequired?: boolean | undefined;
|
|
4930
4930
|
initialDepositStatus?: string | null | undefined;
|
|
4931
4931
|
project?: {
|
|
4932
4932
|
id: string;
|
|
@@ -5019,11 +5019,11 @@ export declare const mtaToCmaPayoutPaymentRestSchema: z.ZodObject<{
|
|
|
5019
5019
|
propertyAddress: string;
|
|
5020
5020
|
cmaBalanceCents: unknown;
|
|
5021
5021
|
mtaBalanceCents: unknown;
|
|
5022
|
-
isCmaRequired: boolean;
|
|
5023
5022
|
stage: string;
|
|
5024
5023
|
cmaNotRequiredReason?: string | null | undefined;
|
|
5025
5024
|
cmaId?: string | null | undefined;
|
|
5026
5025
|
buyerName?: string | null | undefined;
|
|
5026
|
+
isCmaRequired?: boolean | undefined;
|
|
5027
5027
|
initialDepositStatus?: string | null | undefined;
|
|
5028
5028
|
project?: {
|
|
5029
5029
|
id: string;
|
|
@@ -5105,26 +5105,26 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
5105
5105
|
clearedAt: z.ZodOptional<z.ZodNullable<z.ZodCoercedDate<unknown>>>;
|
|
5106
5106
|
debitAmountCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
5107
5107
|
property: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
5108
|
-
id: z.ZodUUID
|
|
5109
|
-
customerId: z.ZodString
|
|
5110
|
-
projectId: z.ZodString
|
|
5111
|
-
buyerName: z.ZodNullable<z.ZodOptional<z.ZodString
|
|
5112
|
-
lotDetail: z.ZodNullable<z.ZodString
|
|
5113
|
-
propertyAddress: z.ZodString
|
|
5114
|
-
isCmaRequired: z.ZodBoolean
|
|
5115
|
-
cmaNotRequiredReason: z.ZodOptional<z.ZodNullable<z.ZodString
|
|
5116
|
-
stage: z.ZodString
|
|
5117
|
-
status: z.ZodString
|
|
5118
|
-
mtaId: z.ZodString
|
|
5119
|
-
cmaId: z.ZodOptional<z.ZodNullable<z.ZodString
|
|
5120
|
-
initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString
|
|
5121
|
-
isArchived: z.ZodBoolean
|
|
5122
|
-
createdAt: z.ZodCoercedDate<unknown
|
|
5123
|
-
syncedAt: z.ZodCoercedDate<unknown
|
|
5124
|
-
updatedAt: z.ZodCoercedDate<unknown
|
|
5125
|
-
balanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber
|
|
5126
|
-
cmaBalanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber
|
|
5127
|
-
mtaBalanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber
|
|
5108
|
+
id: z.ZodOptional<z.ZodUUID>;
|
|
5109
|
+
customerId: z.ZodOptional<z.ZodString>;
|
|
5110
|
+
projectId: z.ZodOptional<z.ZodString>;
|
|
5111
|
+
buyerName: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
|
|
5112
|
+
lotDetail: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5113
|
+
propertyAddress: z.ZodOptional<z.ZodString>;
|
|
5114
|
+
isCmaRequired: z.ZodOptional<z.ZodDefault<z.ZodPrefault<z.ZodBoolean>>>;
|
|
5115
|
+
cmaNotRequiredReason: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
5116
|
+
stage: z.ZodOptional<z.ZodString>;
|
|
5117
|
+
status: z.ZodOptional<z.ZodString>;
|
|
5118
|
+
mtaId: z.ZodOptional<z.ZodString>;
|
|
5119
|
+
cmaId: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
5120
|
+
initialDepositStatus: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
5121
|
+
isArchived: z.ZodOptional<z.ZodBoolean>;
|
|
5122
|
+
createdAt: z.ZodOptional<z.ZodCoercedDate<unknown>>;
|
|
5123
|
+
syncedAt: z.ZodOptional<z.ZodCoercedDate<unknown>>;
|
|
5124
|
+
updatedAt: z.ZodOptional<z.ZodCoercedDate<unknown>>;
|
|
5125
|
+
balanceCents: z.ZodOptional<z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>>;
|
|
5126
|
+
cmaBalanceCents: z.ZodOptional<z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>>;
|
|
5127
|
+
mtaBalanceCents: z.ZodOptional<z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>>;
|
|
5128
5128
|
}, z.core.$strip>>>>;
|
|
5129
5129
|
mtaTransaction: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodType<{
|
|
5130
5130
|
id: string;
|
|
@@ -5489,11 +5489,11 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
5489
5489
|
propertyAddress: string;
|
|
5490
5490
|
cmaBalanceCents: unknown;
|
|
5491
5491
|
mtaBalanceCents: unknown;
|
|
5492
|
-
isCmaRequired: boolean;
|
|
5493
5492
|
stage: string;
|
|
5494
5493
|
cmaNotRequiredReason?: string | null | undefined;
|
|
5495
5494
|
cmaId?: string | null | undefined;
|
|
5496
5495
|
buyerName?: string | null | undefined;
|
|
5496
|
+
isCmaRequired?: boolean | undefined;
|
|
5497
5497
|
initialDepositStatus?: string | null | undefined;
|
|
5498
5498
|
project?: {
|
|
5499
5499
|
id: string;
|
|
@@ -5588,11 +5588,11 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
5588
5588
|
propertyAddress: string;
|
|
5589
5589
|
cmaBalanceCents: unknown;
|
|
5590
5590
|
mtaBalanceCents: unknown;
|
|
5591
|
-
isCmaRequired: boolean;
|
|
5592
5591
|
stage: string;
|
|
5593
5592
|
cmaNotRequiredReason?: string | null | undefined;
|
|
5594
5593
|
cmaId?: string | null | undefined;
|
|
5595
5594
|
buyerName?: string | null | undefined;
|
|
5595
|
+
isCmaRequired?: boolean | undefined;
|
|
5596
5596
|
initialDepositStatus?: string | null | undefined;
|
|
5597
5597
|
project?: {
|
|
5598
5598
|
id: string;
|
|
@@ -5686,11 +5686,11 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
5686
5686
|
propertyAddress: string;
|
|
5687
5687
|
cmaBalanceCents: unknown;
|
|
5688
5688
|
mtaBalanceCents: unknown;
|
|
5689
|
-
isCmaRequired: boolean;
|
|
5690
5689
|
stage: string;
|
|
5691
5690
|
cmaNotRequiredReason?: string | null | undefined;
|
|
5692
5691
|
cmaId?: string | null | undefined;
|
|
5693
5692
|
buyerName?: string | null | undefined;
|
|
5693
|
+
isCmaRequired?: boolean | undefined;
|
|
5694
5694
|
initialDepositStatus?: string | null | undefined;
|
|
5695
5695
|
project?: {
|
|
5696
5696
|
id: string;
|
|
@@ -6093,11 +6093,11 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
6093
6093
|
propertyAddress: string;
|
|
6094
6094
|
cmaBalanceCents: unknown;
|
|
6095
6095
|
mtaBalanceCents: unknown;
|
|
6096
|
-
isCmaRequired: boolean;
|
|
6097
6096
|
stage: string;
|
|
6098
6097
|
cmaNotRequiredReason?: string | null | undefined;
|
|
6099
6098
|
cmaId?: string | null | undefined;
|
|
6100
6099
|
buyerName?: string | null | undefined;
|
|
6100
|
+
isCmaRequired?: boolean | undefined;
|
|
6101
6101
|
initialDepositStatus?: string | null | undefined;
|
|
6102
6102
|
project?: {
|
|
6103
6103
|
id: string;
|
|
@@ -6192,11 +6192,11 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
6192
6192
|
propertyAddress: string;
|
|
6193
6193
|
cmaBalanceCents: unknown;
|
|
6194
6194
|
mtaBalanceCents: unknown;
|
|
6195
|
-
isCmaRequired: boolean;
|
|
6196
6195
|
stage: string;
|
|
6197
6196
|
cmaNotRequiredReason?: string | null | undefined;
|
|
6198
6197
|
cmaId?: string | null | undefined;
|
|
6199
6198
|
buyerName?: string | null | undefined;
|
|
6199
|
+
isCmaRequired?: boolean | undefined;
|
|
6200
6200
|
initialDepositStatus?: string | null | undefined;
|
|
6201
6201
|
project?: {
|
|
6202
6202
|
id: string;
|
|
@@ -6290,11 +6290,11 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
6290
6290
|
propertyAddress: string;
|
|
6291
6291
|
cmaBalanceCents: unknown;
|
|
6292
6292
|
mtaBalanceCents: unknown;
|
|
6293
|
-
isCmaRequired: boolean;
|
|
6294
6293
|
stage: string;
|
|
6295
6294
|
cmaNotRequiredReason?: string | null | undefined;
|
|
6296
6295
|
cmaId?: string | null | undefined;
|
|
6297
6296
|
buyerName?: string | null | undefined;
|
|
6297
|
+
isCmaRequired?: boolean | undefined;
|
|
6298
6298
|
initialDepositStatus?: string | null | undefined;
|
|
6299
6299
|
project?: {
|
|
6300
6300
|
id: string;
|
|
@@ -6393,7 +6393,7 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
6393
6393
|
propertyAddress: z.ZodString;
|
|
6394
6394
|
cmaBalanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
6395
6395
|
mtaBalanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
6396
|
-
isCmaRequired: z.ZodBoolean
|
|
6396
|
+
isCmaRequired: z.ZodDefault<z.ZodPrefault<z.ZodBoolean>>;
|
|
6397
6397
|
stage: z.ZodString;
|
|
6398
6398
|
initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6399
6399
|
project: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
@@ -6786,11 +6786,11 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
6786
6786
|
propertyAddress: string;
|
|
6787
6787
|
cmaBalanceCents: unknown;
|
|
6788
6788
|
mtaBalanceCents: unknown;
|
|
6789
|
-
isCmaRequired: boolean;
|
|
6790
6789
|
stage: string;
|
|
6791
6790
|
cmaNotRequiredReason?: string | null | undefined;
|
|
6792
6791
|
cmaId?: string | null | undefined;
|
|
6793
6792
|
buyerName?: string | null | undefined;
|
|
6793
|
+
isCmaRequired?: boolean | undefined;
|
|
6794
6794
|
initialDepositStatus?: string | null | undefined;
|
|
6795
6795
|
project?: {
|
|
6796
6796
|
id: string;
|
|
@@ -6884,11 +6884,11 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
6884
6884
|
propertyAddress: string;
|
|
6885
6885
|
cmaBalanceCents: unknown;
|
|
6886
6886
|
mtaBalanceCents: unknown;
|
|
6887
|
-
isCmaRequired: boolean;
|
|
6888
6887
|
stage: string;
|
|
6889
6888
|
cmaNotRequiredReason?: string | null | undefined;
|
|
6890
6889
|
cmaId?: string | null | undefined;
|
|
6891
6890
|
buyerName?: string | null | undefined;
|
|
6891
|
+
isCmaRequired?: boolean | undefined;
|
|
6892
6892
|
initialDepositStatus?: string | null | undefined;
|
|
6893
6893
|
project?: {
|
|
6894
6894
|
id: string;
|
|
@@ -6981,11 +6981,11 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
6981
6981
|
propertyAddress: string;
|
|
6982
6982
|
cmaBalanceCents: unknown;
|
|
6983
6983
|
mtaBalanceCents: unknown;
|
|
6984
|
-
isCmaRequired: boolean;
|
|
6985
6984
|
stage: string;
|
|
6986
6985
|
cmaNotRequiredReason?: string | null | undefined;
|
|
6987
6986
|
cmaId?: string | null | undefined;
|
|
6988
6987
|
buyerName?: string | null | undefined;
|
|
6988
|
+
isCmaRequired?: boolean | undefined;
|
|
6989
6989
|
initialDepositStatus?: string | null | undefined;
|
|
6990
6990
|
project?: {
|
|
6991
6991
|
id: string;
|
|
@@ -7380,11 +7380,11 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
7380
7380
|
propertyAddress: string;
|
|
7381
7381
|
cmaBalanceCents: unknown;
|
|
7382
7382
|
mtaBalanceCents: unknown;
|
|
7383
|
-
isCmaRequired: boolean;
|
|
7384
7383
|
stage: string;
|
|
7385
7384
|
cmaNotRequiredReason?: string | null | undefined;
|
|
7386
7385
|
cmaId?: string | null | undefined;
|
|
7387
7386
|
buyerName?: string | null | undefined;
|
|
7387
|
+
isCmaRequired?: boolean | undefined;
|
|
7388
7388
|
initialDepositStatus?: string | null | undefined;
|
|
7389
7389
|
project?: {
|
|
7390
7390
|
id: string;
|
|
@@ -7478,11 +7478,11 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
7478
7478
|
propertyAddress: string;
|
|
7479
7479
|
cmaBalanceCents: unknown;
|
|
7480
7480
|
mtaBalanceCents: unknown;
|
|
7481
|
-
isCmaRequired: boolean;
|
|
7482
7481
|
stage: string;
|
|
7483
7482
|
cmaNotRequiredReason?: string | null | undefined;
|
|
7484
7483
|
cmaId?: string | null | undefined;
|
|
7485
7484
|
buyerName?: string | null | undefined;
|
|
7485
|
+
isCmaRequired?: boolean | undefined;
|
|
7486
7486
|
initialDepositStatus?: string | null | undefined;
|
|
7487
7487
|
project?: {
|
|
7488
7488
|
id: string;
|
|
@@ -7575,11 +7575,11 @@ export declare const mtaToCmaPayoutProvisionDataRestSchema: z.ZodObject<{
|
|
|
7575
7575
|
propertyAddress: string;
|
|
7576
7576
|
cmaBalanceCents: unknown;
|
|
7577
7577
|
mtaBalanceCents: unknown;
|
|
7578
|
-
isCmaRequired: boolean;
|
|
7579
7578
|
stage: string;
|
|
7580
7579
|
cmaNotRequiredReason?: string | null | undefined;
|
|
7581
7580
|
cmaId?: string | null | undefined;
|
|
7582
7581
|
buyerName?: string | null | undefined;
|
|
7582
|
+
isCmaRequired?: boolean | undefined;
|
|
7583
7583
|
initialDepositStatus?: string | null | undefined;
|
|
7584
7584
|
project?: {
|
|
7585
7585
|
id: string;
|
|
@@ -41,7 +41,7 @@ export declare const payoutProvisionDataEntitySchema: z.ZodDiscriminatedUnion<[z
|
|
|
41
41
|
balanceCents: z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodBigInt>;
|
|
42
42
|
cmaBalanceCents: z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodBigInt>;
|
|
43
43
|
mtaBalanceCents: z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodBigInt>;
|
|
44
|
-
isCmaRequired: z.ZodBoolean
|
|
44
|
+
isCmaRequired: z.ZodDefault<z.ZodPrefault<z.ZodBoolean>>;
|
|
45
45
|
cmaNotRequiredReason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
46
46
|
stage: z.ZodString;
|
|
47
47
|
status: z.ZodString;
|
|
@@ -135,7 +135,7 @@ export declare const payoutProvisionDataEntitySchema: z.ZodDiscriminatedUnion<[z
|
|
|
135
135
|
balanceCents: z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodBigInt>;
|
|
136
136
|
cmaBalanceCents: z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodBigInt>;
|
|
137
137
|
mtaBalanceCents: z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodBigInt>;
|
|
138
|
-
isCmaRequired: z.ZodBoolean
|
|
138
|
+
isCmaRequired: z.ZodDefault<z.ZodPrefault<z.ZodBoolean>>;
|
|
139
139
|
cmaNotRequiredReason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
140
140
|
stage: z.ZodString;
|
|
141
141
|
status: z.ZodString;
|