@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
package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts
CHANGED
|
@@ -65,7 +65,9 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
65
65
|
propertyAddress: string;
|
|
66
66
|
cmaBalanceCents: bigint;
|
|
67
67
|
mtaBalanceCents: bigint;
|
|
68
|
+
isCmaRequired: boolean;
|
|
68
69
|
stage: string;
|
|
70
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
69
71
|
cmaId?: string | null | undefined;
|
|
70
72
|
buyerName?: string | null | undefined;
|
|
71
73
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -161,7 +163,9 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
161
163
|
propertyAddress: string;
|
|
162
164
|
cmaBalanceCents: bigint;
|
|
163
165
|
mtaBalanceCents: bigint;
|
|
166
|
+
isCmaRequired: boolean;
|
|
164
167
|
stage: string;
|
|
168
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
165
169
|
cmaId?: string | null | undefined;
|
|
166
170
|
buyerName?: string | null | undefined;
|
|
167
171
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -256,7 +260,9 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
256
260
|
propertyAddress: string;
|
|
257
261
|
cmaBalanceCents: bigint;
|
|
258
262
|
mtaBalanceCents: bigint;
|
|
263
|
+
isCmaRequired: boolean;
|
|
259
264
|
stage: string;
|
|
265
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
260
266
|
cmaId?: string | null | undefined;
|
|
261
267
|
buyerName?: string | null | undefined;
|
|
262
268
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -359,7 +365,9 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
359
365
|
propertyAddress: string;
|
|
360
366
|
cmaBalanceCents: unknown;
|
|
361
367
|
mtaBalanceCents: unknown;
|
|
368
|
+
isCmaRequired: boolean;
|
|
362
369
|
stage: string;
|
|
370
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
363
371
|
cmaId?: string | null | undefined;
|
|
364
372
|
buyerName?: string | null | undefined;
|
|
365
373
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -455,7 +463,9 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
455
463
|
propertyAddress: string;
|
|
456
464
|
cmaBalanceCents: unknown;
|
|
457
465
|
mtaBalanceCents: unknown;
|
|
466
|
+
isCmaRequired: boolean;
|
|
458
467
|
stage: string;
|
|
468
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
459
469
|
cmaId?: string | null | undefined;
|
|
460
470
|
buyerName?: string | null | undefined;
|
|
461
471
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -550,7 +560,9 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
550
560
|
propertyAddress: string;
|
|
551
561
|
cmaBalanceCents: unknown;
|
|
552
562
|
mtaBalanceCents: unknown;
|
|
563
|
+
isCmaRequired: boolean;
|
|
553
564
|
stage: string;
|
|
565
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
554
566
|
cmaId?: string | null | undefined;
|
|
555
567
|
buyerName?: string | null | undefined;
|
|
556
568
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -647,7 +659,9 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
647
659
|
propertyAddress: string;
|
|
648
660
|
cmaBalanceCents: bigint;
|
|
649
661
|
mtaBalanceCents: bigint;
|
|
662
|
+
isCmaRequired: boolean;
|
|
650
663
|
stage: string;
|
|
664
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
651
665
|
cmaId?: string | null | undefined;
|
|
652
666
|
buyerName?: string | null | undefined;
|
|
653
667
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -743,7 +757,9 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
743
757
|
propertyAddress: string;
|
|
744
758
|
cmaBalanceCents: bigint;
|
|
745
759
|
mtaBalanceCents: bigint;
|
|
760
|
+
isCmaRequired: boolean;
|
|
746
761
|
stage: string;
|
|
762
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
747
763
|
cmaId?: string | null | undefined;
|
|
748
764
|
buyerName?: string | null | undefined;
|
|
749
765
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -838,7 +854,9 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
838
854
|
propertyAddress: string;
|
|
839
855
|
cmaBalanceCents: bigint;
|
|
840
856
|
mtaBalanceCents: bigint;
|
|
857
|
+
isCmaRequired: boolean;
|
|
841
858
|
stage: string;
|
|
859
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
842
860
|
cmaId?: string | null | undefined;
|
|
843
861
|
buyerName?: string | null | undefined;
|
|
844
862
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -941,7 +959,9 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
941
959
|
propertyAddress: string;
|
|
942
960
|
cmaBalanceCents: unknown;
|
|
943
961
|
mtaBalanceCents: unknown;
|
|
962
|
+
isCmaRequired: boolean;
|
|
944
963
|
stage: string;
|
|
964
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
945
965
|
cmaId?: string | null | undefined;
|
|
946
966
|
buyerName?: string | null | undefined;
|
|
947
967
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1037,7 +1057,9 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1037
1057
|
propertyAddress: string;
|
|
1038
1058
|
cmaBalanceCents: unknown;
|
|
1039
1059
|
mtaBalanceCents: unknown;
|
|
1060
|
+
isCmaRequired: boolean;
|
|
1040
1061
|
stage: string;
|
|
1062
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1041
1063
|
cmaId?: string | null | undefined;
|
|
1042
1064
|
buyerName?: string | null | undefined;
|
|
1043
1065
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1132,7 +1154,9 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1132
1154
|
propertyAddress: string;
|
|
1133
1155
|
cmaBalanceCents: unknown;
|
|
1134
1156
|
mtaBalanceCents: unknown;
|
|
1157
|
+
isCmaRequired: boolean;
|
|
1135
1158
|
stage: string;
|
|
1159
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1136
1160
|
cmaId?: string | null | undefined;
|
|
1137
1161
|
buyerName?: string | null | undefined;
|
|
1138
1162
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1219,6 +1243,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1219
1243
|
readonly INACTIVE: "inactive";
|
|
1220
1244
|
}>>;
|
|
1221
1245
|
readonly property: z.ZodLazy<z.ZodOptional<z.ZodObject<{
|
|
1246
|
+
cmaNotRequiredReason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1222
1247
|
id: z.ZodUUID;
|
|
1223
1248
|
mtaId: z.ZodString;
|
|
1224
1249
|
status: z.ZodString;
|
|
@@ -1235,6 +1260,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1235
1260
|
propertyAddress: z.ZodString;
|
|
1236
1261
|
cmaBalanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
1237
1262
|
mtaBalanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
1263
|
+
isCmaRequired: z.ZodBoolean;
|
|
1238
1264
|
stage: z.ZodString;
|
|
1239
1265
|
initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1240
1266
|
project: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
@@ -1327,7 +1353,9 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1327
1353
|
propertyAddress: string;
|
|
1328
1354
|
cmaBalanceCents: bigint;
|
|
1329
1355
|
mtaBalanceCents: bigint;
|
|
1356
|
+
isCmaRequired: boolean;
|
|
1330
1357
|
stage: string;
|
|
1358
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1331
1359
|
cmaId?: string | null | undefined;
|
|
1332
1360
|
buyerName?: string | null | undefined;
|
|
1333
1361
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1423,7 +1451,9 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1423
1451
|
propertyAddress: string;
|
|
1424
1452
|
cmaBalanceCents: bigint;
|
|
1425
1453
|
mtaBalanceCents: bigint;
|
|
1454
|
+
isCmaRequired: boolean;
|
|
1426
1455
|
stage: string;
|
|
1456
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1427
1457
|
cmaId?: string | null | undefined;
|
|
1428
1458
|
buyerName?: string | null | undefined;
|
|
1429
1459
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1518,7 +1548,9 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1518
1548
|
propertyAddress: string;
|
|
1519
1549
|
cmaBalanceCents: bigint;
|
|
1520
1550
|
mtaBalanceCents: bigint;
|
|
1551
|
+
isCmaRequired: boolean;
|
|
1521
1552
|
stage: string;
|
|
1553
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1522
1554
|
cmaId?: string | null | undefined;
|
|
1523
1555
|
buyerName?: string | null | undefined;
|
|
1524
1556
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1621,7 +1653,9 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1621
1653
|
propertyAddress: string;
|
|
1622
1654
|
cmaBalanceCents: unknown;
|
|
1623
1655
|
mtaBalanceCents: unknown;
|
|
1656
|
+
isCmaRequired: boolean;
|
|
1624
1657
|
stage: string;
|
|
1658
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1625
1659
|
cmaId?: string | null | undefined;
|
|
1626
1660
|
buyerName?: string | null | undefined;
|
|
1627
1661
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1717,7 +1751,9 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1717
1751
|
propertyAddress: string;
|
|
1718
1752
|
cmaBalanceCents: unknown;
|
|
1719
1753
|
mtaBalanceCents: unknown;
|
|
1754
|
+
isCmaRequired: boolean;
|
|
1720
1755
|
stage: string;
|
|
1756
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1721
1757
|
cmaId?: string | null | undefined;
|
|
1722
1758
|
buyerName?: string | null | undefined;
|
|
1723
1759
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1812,7 +1848,9 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1812
1848
|
propertyAddress: string;
|
|
1813
1849
|
cmaBalanceCents: unknown;
|
|
1814
1850
|
mtaBalanceCents: unknown;
|
|
1851
|
+
isCmaRequired: boolean;
|
|
1815
1852
|
stage: string;
|
|
1853
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1816
1854
|
cmaId?: string | null | undefined;
|
|
1817
1855
|
buyerName?: string | null | undefined;
|
|
1818
1856
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1909,7 +1947,9 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1909
1947
|
propertyAddress: string;
|
|
1910
1948
|
cmaBalanceCents: bigint;
|
|
1911
1949
|
mtaBalanceCents: bigint;
|
|
1950
|
+
isCmaRequired: boolean;
|
|
1912
1951
|
stage: string;
|
|
1952
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1913
1953
|
cmaId?: string | null | undefined;
|
|
1914
1954
|
buyerName?: string | null | undefined;
|
|
1915
1955
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -2005,7 +2045,9 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
2005
2045
|
propertyAddress: string;
|
|
2006
2046
|
cmaBalanceCents: bigint;
|
|
2007
2047
|
mtaBalanceCents: bigint;
|
|
2048
|
+
isCmaRequired: boolean;
|
|
2008
2049
|
stage: string;
|
|
2050
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
2009
2051
|
cmaId?: string | null | undefined;
|
|
2010
2052
|
buyerName?: string | null | undefined;
|
|
2011
2053
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -2100,7 +2142,9 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
2100
2142
|
propertyAddress: string;
|
|
2101
2143
|
cmaBalanceCents: bigint;
|
|
2102
2144
|
mtaBalanceCents: bigint;
|
|
2145
|
+
isCmaRequired: boolean;
|
|
2103
2146
|
stage: string;
|
|
2147
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
2104
2148
|
cmaId?: string | null | undefined;
|
|
2105
2149
|
buyerName?: string | null | undefined;
|
|
2106
2150
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -2203,7 +2247,9 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
2203
2247
|
propertyAddress: string;
|
|
2204
2248
|
cmaBalanceCents: unknown;
|
|
2205
2249
|
mtaBalanceCents: unknown;
|
|
2250
|
+
isCmaRequired: boolean;
|
|
2206
2251
|
stage: string;
|
|
2252
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
2207
2253
|
cmaId?: string | null | undefined;
|
|
2208
2254
|
buyerName?: string | null | undefined;
|
|
2209
2255
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -2299,7 +2345,9 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
2299
2345
|
propertyAddress: string;
|
|
2300
2346
|
cmaBalanceCents: unknown;
|
|
2301
2347
|
mtaBalanceCents: unknown;
|
|
2348
|
+
isCmaRequired: boolean;
|
|
2302
2349
|
stage: string;
|
|
2350
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
2303
2351
|
cmaId?: string | null | undefined;
|
|
2304
2352
|
buyerName?: string | null | undefined;
|
|
2305
2353
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -2394,7 +2442,9 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
2394
2442
|
propertyAddress: string;
|
|
2395
2443
|
cmaBalanceCents: unknown;
|
|
2396
2444
|
mtaBalanceCents: unknown;
|
|
2445
|
+
isCmaRequired: boolean;
|
|
2397
2446
|
stage: string;
|
|
2447
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
2398
2448
|
cmaId?: string | null | undefined;
|
|
2399
2449
|
buyerName?: string | null | undefined;
|
|
2400
2450
|
initialDepositStatus?: string | null | undefined;
|
package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cma-reconciled-transaction.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,qCAAqC
|
|
1
|
+
{"version":3,"file":"cma-reconciled-transaction.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAGhD,CAAC;AAEH,MAAM,MAAM,+BAA+B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qCAAqC,CAAC,CAAC"}
|
|
@@ -29,7 +29,7 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
|
|
|
29
29
|
}, z.core.$strict>>]>>;
|
|
30
30
|
}, z.core.$strict>>, z.ZodString]>>;
|
|
31
31
|
cma: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
32
|
-
|
|
32
|
+
propertyId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
33
33
|
equals: z.ZodOptional<z.ZodString>;
|
|
34
34
|
in: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
35
35
|
notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -57,7 +57,7 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
|
|
|
57
57
|
endsWith: z.ZodOptional<z.ZodString>;
|
|
58
58
|
}, z.core.$strict>>]>>;
|
|
59
59
|
}, z.core.$strict>>, z.ZodString]>>;
|
|
60
|
-
|
|
60
|
+
id: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
61
61
|
equals: z.ZodOptional<z.ZodString>;
|
|
62
62
|
in: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
63
63
|
notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -85,7 +85,7 @@ export declare const cmaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
|
|
|
85
85
|
endsWith: z.ZodOptional<z.ZodString>;
|
|
86
86
|
}, z.core.$strict>>]>>;
|
|
87
87
|
}, z.core.$strict>>, z.ZodString]>>;
|
|
88
|
-
|
|
88
|
+
status: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
89
89
|
equals: z.ZodOptional<z.ZodString>;
|
|
90
90
|
in: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
91
91
|
notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -31,6 +31,7 @@ export declare const cmaTransactionRestResBaseSchema: z.ZodObject<{
|
|
|
31
31
|
lastName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
32
32
|
}, z.core.$strip>]>>>;
|
|
33
33
|
property: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
34
|
+
cmaNotRequiredReason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
34
35
|
id: z.ZodUUID;
|
|
35
36
|
mtaId: z.ZodString;
|
|
36
37
|
status: z.ZodString;
|
|
@@ -47,6 +48,7 @@ export declare const cmaTransactionRestResBaseSchema: z.ZodObject<{
|
|
|
47
48
|
propertyAddress: z.ZodString;
|
|
48
49
|
cmaBalanceCents: z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodBigInt>;
|
|
49
50
|
mtaBalanceCents: z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodBigInt>;
|
|
51
|
+
isCmaRequired: z.ZodBoolean;
|
|
50
52
|
stage: z.ZodString;
|
|
51
53
|
initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
52
54
|
project: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cma-transaction.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma-transaction/cma-transaction.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EAAE,uBAAuB,EAAE,MAAM,yDAAyD,CAAC;AAGlG,OAAO,EAAE,qCAAqC,EAAE,MAAM,+BAA+B,CAAC;AACtF,OAAO,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAE3D,OAAO,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAK/C,eAAO,MAAM,+BAA+B
|
|
1
|
+
{"version":3,"file":"cma-transaction.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma-transaction/cma-transaction.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EAAE,uBAAuB,EAAE,MAAM,yDAAyD,CAAC;AAGlG,OAAO,EAAE,qCAAqC,EAAE,MAAM,+BAA+B,CAAC;AACtF,OAAO,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAE3D,OAAO,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAK/C,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAgB1C,CAAC;AAEH,KAAK,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,+BAA+B,CAAC,GAAG;IAC7D,GAAG,CAAC,EAAE,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,GAAG,IAAI,GAAG,SAAS,CAAC;IACzD,iBAAiB,CAAC,EAAE,KAAK,GAAG,IAAI,GAAG,SAAS,CAAC;IAC7C,sBAAsB,CAAC,EAAE,KAAK,EAAE,GAAG,IAAI,GAAG,SAAS,CAAC;IACpD,sBAAsB,CAAC,EAAE,CAAC,CAAC,KAAK,CAAC,OAAO,qCAAqC,CAAC,EAAE,GAAG,IAAI,GAAG,SAAS,CAAC;IACpG,MAAM,CAAC,EAAE,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,GAAG,IAAI,GAAG,SAAS,CAAC;CAChE,CAAC;AAEF,KAAK,MAAM,GAAG,CAAC,CAAC,MAAM,CAAC,OAAO,+BAA+B,CAAC,GAAG;IAC/D,GAAG,CAAC,EAAE,CAAC,CAAC,MAAM,CAAC,OAAO,eAAe,CAAC,GAAG,IAAI,GAAG,SAAS,CAAC;IAC1D,iBAAiB,CAAC,EAAE,IAAI,CAAC,MAAM,EAAE,KAAK,CAAC,GAAG,IAAI,GAAG,SAAS,CAAC;IAC3D,sBAAsB,CAAC,EAAE,IAAI,CAAC,MAAM,EAAE,KAAK,CAAC,EAAE,GAAG,IAAI,GAAG,SAAS,CAAC;IAClE,sBAAsB,CAAC,EAAE,CAAC,CAAC,MAAM,CAAC,OAAO,qCAAqC,CAAC,EAAE,GAAG,IAAI,GAAG,SAAS,CAAC;IACrG,SAAS,CAAC,EAAE,OAAO,GAAG,IAAI,GAAG,SAAS,CAAC;IACvC,SAAS,CAAC,EAAE,OAAO,GAAG,IAAI,GAAG,SAAS,CAAC;IACvC,YAAY,CAAC,EAAE,OAAO,GAAG,IAAI,GAAG,SAAS,CAAC;IAC1C,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACtC,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAC9C,YAAY,CAAC,EAAE,OAAO,GAAG,IAAI,GAAG,SAAS,CAAC;IAC1C,MAAM,CAAC,EAAE,CAAC,CAAC,MAAM,CAAC,OAAO,kBAAkB,CAAC,GAAG,IAAI,GAAG,SAAS,CAAC;CACjE,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,EAAE,KAAK,CA6B/D,CAAC;AAEH,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC"}
|
package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts
CHANGED
|
@@ -107,7 +107,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
107
107
|
propertyAddress: string;
|
|
108
108
|
cmaBalanceCents: bigint;
|
|
109
109
|
mtaBalanceCents: bigint;
|
|
110
|
+
isCmaRequired: boolean;
|
|
110
111
|
stage: string;
|
|
112
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
111
113
|
cmaId?: string | null | undefined;
|
|
112
114
|
buyerName?: string | null | undefined;
|
|
113
115
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -204,7 +206,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
204
206
|
propertyAddress: string;
|
|
205
207
|
cmaBalanceCents: bigint;
|
|
206
208
|
mtaBalanceCents: bigint;
|
|
209
|
+
isCmaRequired: boolean;
|
|
207
210
|
stage: string;
|
|
211
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
208
212
|
cmaId?: string | null | undefined;
|
|
209
213
|
buyerName?: string | null | undefined;
|
|
210
214
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -300,7 +304,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
300
304
|
propertyAddress: string;
|
|
301
305
|
cmaBalanceCents: bigint;
|
|
302
306
|
mtaBalanceCents: bigint;
|
|
307
|
+
isCmaRequired: boolean;
|
|
303
308
|
stage: string;
|
|
309
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
304
310
|
cmaId?: string | null | undefined;
|
|
305
311
|
buyerName?: string | null | undefined;
|
|
306
312
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -408,7 +414,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
408
414
|
propertyAddress: string;
|
|
409
415
|
cmaBalanceCents: unknown;
|
|
410
416
|
mtaBalanceCents: unknown;
|
|
417
|
+
isCmaRequired: boolean;
|
|
411
418
|
stage: string;
|
|
419
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
412
420
|
cmaId?: string | null | undefined;
|
|
413
421
|
buyerName?: string | null | undefined;
|
|
414
422
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -505,7 +513,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
505
513
|
propertyAddress: string;
|
|
506
514
|
cmaBalanceCents: unknown;
|
|
507
515
|
mtaBalanceCents: unknown;
|
|
516
|
+
isCmaRequired: boolean;
|
|
508
517
|
stage: string;
|
|
518
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
509
519
|
cmaId?: string | null | undefined;
|
|
510
520
|
buyerName?: string | null | undefined;
|
|
511
521
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -601,7 +611,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
601
611
|
propertyAddress: string;
|
|
602
612
|
cmaBalanceCents: unknown;
|
|
603
613
|
mtaBalanceCents: unknown;
|
|
614
|
+
isCmaRequired: boolean;
|
|
604
615
|
stage: string;
|
|
616
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
605
617
|
cmaId?: string | null | undefined;
|
|
606
618
|
buyerName?: string | null | undefined;
|
|
607
619
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -699,7 +711,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
699
711
|
propertyAddress: string;
|
|
700
712
|
cmaBalanceCents: bigint;
|
|
701
713
|
mtaBalanceCents: bigint;
|
|
714
|
+
isCmaRequired: boolean;
|
|
702
715
|
stage: string;
|
|
716
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
703
717
|
cmaId?: string | null | undefined;
|
|
704
718
|
buyerName?: string | null | undefined;
|
|
705
719
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -796,7 +810,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
796
810
|
propertyAddress: string;
|
|
797
811
|
cmaBalanceCents: bigint;
|
|
798
812
|
mtaBalanceCents: bigint;
|
|
813
|
+
isCmaRequired: boolean;
|
|
799
814
|
stage: string;
|
|
815
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
800
816
|
cmaId?: string | null | undefined;
|
|
801
817
|
buyerName?: string | null | undefined;
|
|
802
818
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -892,7 +908,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
892
908
|
propertyAddress: string;
|
|
893
909
|
cmaBalanceCents: bigint;
|
|
894
910
|
mtaBalanceCents: bigint;
|
|
911
|
+
isCmaRequired: boolean;
|
|
895
912
|
stage: string;
|
|
913
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
896
914
|
cmaId?: string | null | undefined;
|
|
897
915
|
buyerName?: string | null | undefined;
|
|
898
916
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1000,7 +1018,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1000
1018
|
propertyAddress: string;
|
|
1001
1019
|
cmaBalanceCents: unknown;
|
|
1002
1020
|
mtaBalanceCents: unknown;
|
|
1021
|
+
isCmaRequired: boolean;
|
|
1003
1022
|
stage: string;
|
|
1023
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1004
1024
|
cmaId?: string | null | undefined;
|
|
1005
1025
|
buyerName?: string | null | undefined;
|
|
1006
1026
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1097,7 +1117,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1097
1117
|
propertyAddress: string;
|
|
1098
1118
|
cmaBalanceCents: unknown;
|
|
1099
1119
|
mtaBalanceCents: unknown;
|
|
1120
|
+
isCmaRequired: boolean;
|
|
1100
1121
|
stage: string;
|
|
1122
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1101
1123
|
cmaId?: string | null | undefined;
|
|
1102
1124
|
buyerName?: string | null | undefined;
|
|
1103
1125
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1193,7 +1215,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1193
1215
|
propertyAddress: string;
|
|
1194
1216
|
cmaBalanceCents: unknown;
|
|
1195
1217
|
mtaBalanceCents: unknown;
|
|
1218
|
+
isCmaRequired: boolean;
|
|
1196
1219
|
stage: string;
|
|
1220
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1197
1221
|
cmaId?: string | null | undefined;
|
|
1198
1222
|
buyerName?: string | null | undefined;
|
|
1199
1223
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1293,7 +1317,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1293
1317
|
propertyAddress: string;
|
|
1294
1318
|
cmaBalanceCents: bigint;
|
|
1295
1319
|
mtaBalanceCents: bigint;
|
|
1320
|
+
isCmaRequired: boolean;
|
|
1296
1321
|
stage: string;
|
|
1322
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1297
1323
|
cmaId?: string | null | undefined;
|
|
1298
1324
|
buyerName?: string | null | undefined;
|
|
1299
1325
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1390,7 +1416,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1390
1416
|
propertyAddress: string;
|
|
1391
1417
|
cmaBalanceCents: bigint;
|
|
1392
1418
|
mtaBalanceCents: bigint;
|
|
1419
|
+
isCmaRequired: boolean;
|
|
1393
1420
|
stage: string;
|
|
1421
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1394
1422
|
cmaId?: string | null | undefined;
|
|
1395
1423
|
buyerName?: string | null | undefined;
|
|
1396
1424
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1486,7 +1514,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1486
1514
|
propertyAddress: string;
|
|
1487
1515
|
cmaBalanceCents: bigint;
|
|
1488
1516
|
mtaBalanceCents: bigint;
|
|
1517
|
+
isCmaRequired: boolean;
|
|
1489
1518
|
stage: string;
|
|
1519
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1490
1520
|
cmaId?: string | null | undefined;
|
|
1491
1521
|
buyerName?: string | null | undefined;
|
|
1492
1522
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1594,7 +1624,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1594
1624
|
propertyAddress: string;
|
|
1595
1625
|
cmaBalanceCents: unknown;
|
|
1596
1626
|
mtaBalanceCents: unknown;
|
|
1627
|
+
isCmaRequired: boolean;
|
|
1597
1628
|
stage: string;
|
|
1629
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1598
1630
|
cmaId?: string | null | undefined;
|
|
1599
1631
|
buyerName?: string | null | undefined;
|
|
1600
1632
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1691,7 +1723,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1691
1723
|
propertyAddress: string;
|
|
1692
1724
|
cmaBalanceCents: unknown;
|
|
1693
1725
|
mtaBalanceCents: unknown;
|
|
1726
|
+
isCmaRequired: boolean;
|
|
1694
1727
|
stage: string;
|
|
1728
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1695
1729
|
cmaId?: string | null | undefined;
|
|
1696
1730
|
buyerName?: string | null | undefined;
|
|
1697
1731
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1787,7 +1821,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1787
1821
|
propertyAddress: string;
|
|
1788
1822
|
cmaBalanceCents: unknown;
|
|
1789
1823
|
mtaBalanceCents: unknown;
|
|
1824
|
+
isCmaRequired: boolean;
|
|
1790
1825
|
stage: string;
|
|
1826
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1791
1827
|
cmaId?: string | null | undefined;
|
|
1792
1828
|
buyerName?: string | null | undefined;
|
|
1793
1829
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1885,7 +1921,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1885
1921
|
propertyAddress: string;
|
|
1886
1922
|
cmaBalanceCents: bigint;
|
|
1887
1923
|
mtaBalanceCents: bigint;
|
|
1924
|
+
isCmaRequired: boolean;
|
|
1888
1925
|
stage: string;
|
|
1926
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1889
1927
|
cmaId?: string | null | undefined;
|
|
1890
1928
|
buyerName?: string | null | undefined;
|
|
1891
1929
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1982,7 +2020,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1982
2020
|
propertyAddress: string;
|
|
1983
2021
|
cmaBalanceCents: bigint;
|
|
1984
2022
|
mtaBalanceCents: bigint;
|
|
2023
|
+
isCmaRequired: boolean;
|
|
1985
2024
|
stage: string;
|
|
2025
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1986
2026
|
cmaId?: string | null | undefined;
|
|
1987
2027
|
buyerName?: string | null | undefined;
|
|
1988
2028
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -2078,7 +2118,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2078
2118
|
propertyAddress: string;
|
|
2079
2119
|
cmaBalanceCents: bigint;
|
|
2080
2120
|
mtaBalanceCents: bigint;
|
|
2121
|
+
isCmaRequired: boolean;
|
|
2081
2122
|
stage: string;
|
|
2123
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
2082
2124
|
cmaId?: string | null | undefined;
|
|
2083
2125
|
buyerName?: string | null | undefined;
|
|
2084
2126
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -2186,7 +2228,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2186
2228
|
propertyAddress: string;
|
|
2187
2229
|
cmaBalanceCents: unknown;
|
|
2188
2230
|
mtaBalanceCents: unknown;
|
|
2231
|
+
isCmaRequired: boolean;
|
|
2189
2232
|
stage: string;
|
|
2233
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
2190
2234
|
cmaId?: string | null | undefined;
|
|
2191
2235
|
buyerName?: string | null | undefined;
|
|
2192
2236
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -2283,7 +2327,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2283
2327
|
propertyAddress: string;
|
|
2284
2328
|
cmaBalanceCents: unknown;
|
|
2285
2329
|
mtaBalanceCents: unknown;
|
|
2330
|
+
isCmaRequired: boolean;
|
|
2286
2331
|
stage: string;
|
|
2332
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
2287
2333
|
cmaId?: string | null | undefined;
|
|
2288
2334
|
buyerName?: string | null | undefined;
|
|
2289
2335
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -2379,7 +2425,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2379
2425
|
propertyAddress: string;
|
|
2380
2426
|
cmaBalanceCents: unknown;
|
|
2381
2427
|
mtaBalanceCents: unknown;
|
|
2428
|
+
isCmaRequired: boolean;
|
|
2382
2429
|
stage: string;
|
|
2430
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
2383
2431
|
cmaId?: string | null | undefined;
|
|
2384
2432
|
buyerName?: string | null | undefined;
|
|
2385
2433
|
initialDepositStatus?: string | null | undefined;
|
package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mta-account-period-closing-summary.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,2CAA2C;;;iBAGtD,CAAC;AAEH,MAAM,MAAM,qCAAqC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2CAA2C,CAAC,CAAC;AAEhH,eAAO,MAAM,2CAA2C
|
|
1
|
+
{"version":3,"file":"mta-account-period-closing-summary.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,2CAA2C;;;iBAGtD,CAAC;AAEH,MAAM,MAAM,qCAAqC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2CAA2C,CAAC,CAAC;AAEhH,eAAO,MAAM,2CAA2C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBA6BtD,CAAC;AAEH,MAAM,MAAM,qCAAqC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2CAA2C,CAAC,CAAC"}
|