@mikemo-coposit/am-accounting-shared 1.0.5 → 1.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/constants/common/package-version.constant.d.ts +1 -1
- package/dist/cjs/constants/property/property-status.constant.d.ts +3 -1
- package/dist/cjs/constants/property/property-status.constant.d.ts.map +1 -1
- package/dist/cjs/index.cjs +1034 -530
- package/dist/cjs/schemas/cma/cma.rest.schema.d.ts +26 -0
- package/dist/cjs/schemas/cma/cma.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +48 -0
- package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +26 -0
- package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +50 -0
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +3 -3
- package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +2 -0
- package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +48 -0
- package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +24 -0
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +2 -0
- package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +2 -0
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts +4 -0
- package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts +156 -0
- package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout-provision-data.entity.schema.d.ts +4 -0
- package/dist/cjs/schemas/payout/payout-provision-data.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout.entity.schema.d.ts +4 -0
- package/dist/cjs/schemas/payout/payout.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts +621 -15
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts +4 -0
- package/dist/cjs/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +69 -1
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/cjs/schemas/property/index.d.ts +1 -0
- package/dist/cjs/schemas/property/index.d.ts.map +1 -1
- package/dist/cjs/schemas/property/mark-property-cma-not-required.schema.d.ts +7 -0
- package/dist/cjs/schemas/property/mark-property-cma-not-required.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/property/property.entity.schema.d.ts +4 -0
- package/dist/cjs/schemas/property/property.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property.rest.schema.d.ts +52 -0
- package/dist/cjs/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/esm/constants/common/package-version.constant.d.ts +1 -1
- package/dist/esm/constants/property/property-status.constant.d.ts +3 -1
- package/dist/esm/constants/property/property-status.constant.d.ts.map +1 -1
- package/dist/esm/index.js +118 -119
- package/dist/esm/schemas/cma/cma.rest.schema.d.ts +26 -0
- package/dist/esm/schemas/cma/cma.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +48 -0
- package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +26 -0
- package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +50 -0
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +3 -3
- package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +2 -0
- package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +48 -0
- package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +24 -0
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +2 -0
- package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +2 -0
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts +4 -0
- package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts +156 -0
- package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout-provision-data.entity.schema.d.ts +4 -0
- package/dist/esm/schemas/payout/payout-provision-data.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout.entity.schema.d.ts +4 -0
- package/dist/esm/schemas/payout/payout.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts +621 -15
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts +4 -0
- package/dist/esm/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +69 -1
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/esm/schemas/property/index.d.ts +1 -0
- package/dist/esm/schemas/property/index.d.ts.map +1 -1
- package/dist/esm/schemas/property/mark-property-cma-not-required.schema.d.ts +7 -0
- package/dist/esm/schemas/property/mark-property-cma-not-required.schema.d.ts.map +1 -0
- package/dist/esm/schemas/property/property.entity.schema.d.ts +4 -0
- package/dist/esm/schemas/property/property.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/property/property.rest.schema.d.ts +52 -0
- package/dist/esm/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/package.json +2 -1
|
@@ -6,6 +6,8 @@ export declare const propertyRestResBaseSchema: z.ZodObject<{
|
|
|
6
6
|
buyerName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
7
7
|
lotDetail: z.ZodNullable<z.ZodString>;
|
|
8
8
|
propertyAddress: z.ZodString;
|
|
9
|
+
isCmaRequired: z.ZodBoolean;
|
|
10
|
+
cmaNotRequiredReason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9
11
|
stage: z.ZodString;
|
|
10
12
|
status: z.ZodString;
|
|
11
13
|
mtaId: z.ZodString;
|
|
@@ -26,6 +28,8 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
26
28
|
buyerName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
27
29
|
lotDetail: z.ZodNullable<z.ZodString>;
|
|
28
30
|
propertyAddress: z.ZodString;
|
|
31
|
+
isCmaRequired: z.ZodBoolean;
|
|
32
|
+
cmaNotRequiredReason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
29
33
|
stage: z.ZodString;
|
|
30
34
|
status: z.ZodString;
|
|
31
35
|
mtaId: z.ZodString;
|
|
@@ -174,7 +178,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
174
178
|
propertyAddress: string;
|
|
175
179
|
cmaBalanceCents: bigint;
|
|
176
180
|
mtaBalanceCents: bigint;
|
|
181
|
+
isCmaRequired: boolean;
|
|
177
182
|
stage: string;
|
|
183
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
178
184
|
cmaId?: string | null | undefined;
|
|
179
185
|
buyerName?: string | null | undefined;
|
|
180
186
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -270,7 +276,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
270
276
|
propertyAddress: string;
|
|
271
277
|
cmaBalanceCents: bigint;
|
|
272
278
|
mtaBalanceCents: bigint;
|
|
279
|
+
isCmaRequired: boolean;
|
|
273
280
|
stage: string;
|
|
281
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
274
282
|
cmaId?: string | null | undefined;
|
|
275
283
|
buyerName?: string | null | undefined;
|
|
276
284
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -365,7 +373,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
365
373
|
propertyAddress: string;
|
|
366
374
|
cmaBalanceCents: bigint;
|
|
367
375
|
mtaBalanceCents: bigint;
|
|
376
|
+
isCmaRequired: boolean;
|
|
368
377
|
stage: string;
|
|
378
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
369
379
|
cmaId?: string | null | undefined;
|
|
370
380
|
buyerName?: string | null | undefined;
|
|
371
381
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -468,7 +478,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
468
478
|
propertyAddress: string;
|
|
469
479
|
cmaBalanceCents: unknown;
|
|
470
480
|
mtaBalanceCents: unknown;
|
|
481
|
+
isCmaRequired: boolean;
|
|
471
482
|
stage: string;
|
|
483
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
472
484
|
cmaId?: string | null | undefined;
|
|
473
485
|
buyerName?: string | null | undefined;
|
|
474
486
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -564,7 +576,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
564
576
|
propertyAddress: string;
|
|
565
577
|
cmaBalanceCents: unknown;
|
|
566
578
|
mtaBalanceCents: unknown;
|
|
579
|
+
isCmaRequired: boolean;
|
|
567
580
|
stage: string;
|
|
581
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
568
582
|
cmaId?: string | null | undefined;
|
|
569
583
|
buyerName?: string | null | undefined;
|
|
570
584
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -659,7 +673,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
659
673
|
propertyAddress: string;
|
|
660
674
|
cmaBalanceCents: unknown;
|
|
661
675
|
mtaBalanceCents: unknown;
|
|
676
|
+
isCmaRequired: boolean;
|
|
662
677
|
stage: string;
|
|
678
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
663
679
|
cmaId?: string | null | undefined;
|
|
664
680
|
buyerName?: string | null | undefined;
|
|
665
681
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -756,7 +772,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
756
772
|
propertyAddress: string;
|
|
757
773
|
cmaBalanceCents: bigint;
|
|
758
774
|
mtaBalanceCents: bigint;
|
|
775
|
+
isCmaRequired: boolean;
|
|
759
776
|
stage: string;
|
|
777
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
760
778
|
cmaId?: string | null | undefined;
|
|
761
779
|
buyerName?: string | null | undefined;
|
|
762
780
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -852,7 +870,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
852
870
|
propertyAddress: string;
|
|
853
871
|
cmaBalanceCents: bigint;
|
|
854
872
|
mtaBalanceCents: bigint;
|
|
873
|
+
isCmaRequired: boolean;
|
|
855
874
|
stage: string;
|
|
875
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
856
876
|
cmaId?: string | null | undefined;
|
|
857
877
|
buyerName?: string | null | undefined;
|
|
858
878
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -947,7 +967,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
947
967
|
propertyAddress: string;
|
|
948
968
|
cmaBalanceCents: bigint;
|
|
949
969
|
mtaBalanceCents: bigint;
|
|
970
|
+
isCmaRequired: boolean;
|
|
950
971
|
stage: string;
|
|
972
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
951
973
|
cmaId?: string | null | undefined;
|
|
952
974
|
buyerName?: string | null | undefined;
|
|
953
975
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1050,7 +1072,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1050
1072
|
propertyAddress: string;
|
|
1051
1073
|
cmaBalanceCents: unknown;
|
|
1052
1074
|
mtaBalanceCents: unknown;
|
|
1075
|
+
isCmaRequired: boolean;
|
|
1053
1076
|
stage: string;
|
|
1077
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1054
1078
|
cmaId?: string | null | undefined;
|
|
1055
1079
|
buyerName?: string | null | undefined;
|
|
1056
1080
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1146,7 +1170,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1146
1170
|
propertyAddress: string;
|
|
1147
1171
|
cmaBalanceCents: unknown;
|
|
1148
1172
|
mtaBalanceCents: unknown;
|
|
1173
|
+
isCmaRequired: boolean;
|
|
1149
1174
|
stage: string;
|
|
1175
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1150
1176
|
cmaId?: string | null | undefined;
|
|
1151
1177
|
buyerName?: string | null | undefined;
|
|
1152
1178
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1241,7 +1267,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1241
1267
|
propertyAddress: string;
|
|
1242
1268
|
cmaBalanceCents: unknown;
|
|
1243
1269
|
mtaBalanceCents: unknown;
|
|
1270
|
+
isCmaRequired: boolean;
|
|
1244
1271
|
stage: string;
|
|
1272
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1245
1273
|
cmaId?: string | null | undefined;
|
|
1246
1274
|
buyerName?: string | null | undefined;
|
|
1247
1275
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1340,7 +1368,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1340
1368
|
propertyAddress: string;
|
|
1341
1369
|
cmaBalanceCents: bigint;
|
|
1342
1370
|
mtaBalanceCents: bigint;
|
|
1371
|
+
isCmaRequired: boolean;
|
|
1343
1372
|
stage: string;
|
|
1373
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1344
1374
|
cmaId?: string | null | undefined;
|
|
1345
1375
|
buyerName?: string | null | undefined;
|
|
1346
1376
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1437,7 +1467,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1437
1467
|
propertyAddress: string;
|
|
1438
1468
|
cmaBalanceCents: bigint;
|
|
1439
1469
|
mtaBalanceCents: bigint;
|
|
1470
|
+
isCmaRequired: boolean;
|
|
1440
1471
|
stage: string;
|
|
1472
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1441
1473
|
cmaId?: string | null | undefined;
|
|
1442
1474
|
buyerName?: string | null | undefined;
|
|
1443
1475
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1533,7 +1565,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1533
1565
|
propertyAddress: string;
|
|
1534
1566
|
cmaBalanceCents: bigint;
|
|
1535
1567
|
mtaBalanceCents: bigint;
|
|
1568
|
+
isCmaRequired: boolean;
|
|
1536
1569
|
stage: string;
|
|
1570
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1537
1571
|
cmaId?: string | null | undefined;
|
|
1538
1572
|
buyerName?: string | null | undefined;
|
|
1539
1573
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1641,7 +1675,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1641
1675
|
propertyAddress: string;
|
|
1642
1676
|
cmaBalanceCents: unknown;
|
|
1643
1677
|
mtaBalanceCents: unknown;
|
|
1678
|
+
isCmaRequired: boolean;
|
|
1644
1679
|
stage: string;
|
|
1680
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1645
1681
|
cmaId?: string | null | undefined;
|
|
1646
1682
|
buyerName?: string | null | undefined;
|
|
1647
1683
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1738,7 +1774,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1738
1774
|
propertyAddress: string;
|
|
1739
1775
|
cmaBalanceCents: unknown;
|
|
1740
1776
|
mtaBalanceCents: unknown;
|
|
1777
|
+
isCmaRequired: boolean;
|
|
1741
1778
|
stage: string;
|
|
1779
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1742
1780
|
cmaId?: string | null | undefined;
|
|
1743
1781
|
buyerName?: string | null | undefined;
|
|
1744
1782
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1834,7 +1872,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1834
1872
|
propertyAddress: string;
|
|
1835
1873
|
cmaBalanceCents: unknown;
|
|
1836
1874
|
mtaBalanceCents: unknown;
|
|
1875
|
+
isCmaRequired: boolean;
|
|
1837
1876
|
stage: string;
|
|
1877
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1838
1878
|
cmaId?: string | null | undefined;
|
|
1839
1879
|
buyerName?: string | null | undefined;
|
|
1840
1880
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1932,7 +1972,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1932
1972
|
propertyAddress: string;
|
|
1933
1973
|
cmaBalanceCents: bigint;
|
|
1934
1974
|
mtaBalanceCents: bigint;
|
|
1975
|
+
isCmaRequired: boolean;
|
|
1935
1976
|
stage: string;
|
|
1977
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1936
1978
|
cmaId?: string | null | undefined;
|
|
1937
1979
|
buyerName?: string | null | undefined;
|
|
1938
1980
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -2029,7 +2071,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2029
2071
|
propertyAddress: string;
|
|
2030
2072
|
cmaBalanceCents: bigint;
|
|
2031
2073
|
mtaBalanceCents: bigint;
|
|
2074
|
+
isCmaRequired: boolean;
|
|
2032
2075
|
stage: string;
|
|
2076
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
2033
2077
|
cmaId?: string | null | undefined;
|
|
2034
2078
|
buyerName?: string | null | undefined;
|
|
2035
2079
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -2125,7 +2169,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2125
2169
|
propertyAddress: string;
|
|
2126
2170
|
cmaBalanceCents: bigint;
|
|
2127
2171
|
mtaBalanceCents: bigint;
|
|
2172
|
+
isCmaRequired: boolean;
|
|
2128
2173
|
stage: string;
|
|
2174
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
2129
2175
|
cmaId?: string | null | undefined;
|
|
2130
2176
|
buyerName?: string | null | undefined;
|
|
2131
2177
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -2233,7 +2279,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2233
2279
|
propertyAddress: string;
|
|
2234
2280
|
cmaBalanceCents: unknown;
|
|
2235
2281
|
mtaBalanceCents: unknown;
|
|
2282
|
+
isCmaRequired: boolean;
|
|
2236
2283
|
stage: string;
|
|
2284
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
2237
2285
|
cmaId?: string | null | undefined;
|
|
2238
2286
|
buyerName?: string | null | undefined;
|
|
2239
2287
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -2330,7 +2378,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2330
2378
|
propertyAddress: string;
|
|
2331
2379
|
cmaBalanceCents: unknown;
|
|
2332
2380
|
mtaBalanceCents: unknown;
|
|
2381
|
+
isCmaRequired: boolean;
|
|
2333
2382
|
stage: string;
|
|
2383
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
2334
2384
|
cmaId?: string | null | undefined;
|
|
2335
2385
|
buyerName?: string | null | undefined;
|
|
2336
2386
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -2426,7 +2476,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2426
2476
|
propertyAddress: string;
|
|
2427
2477
|
cmaBalanceCents: unknown;
|
|
2428
2478
|
mtaBalanceCents: unknown;
|
|
2479
|
+
isCmaRequired: boolean;
|
|
2429
2480
|
stage: string;
|
|
2481
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
2430
2482
|
cmaId?: string | null | undefined;
|
|
2431
2483
|
buyerName?: string | null | undefined;
|
|
2432
2484
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"property.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/property/property.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAWxB,eAAO,MAAM,yBAAyB
|
|
1
|
+
{"version":3,"file":"property.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/property/property.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAWxB,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;iBAIpC,CAAC;AAEH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAOhC,CAAC;AAEH,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC"}
|