@mikemo-coposit/am-accounting-shared 1.0.5 → 1.0.7
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 +13 -2
- 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 +11 -3
- 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/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts
CHANGED
|
@@ -106,7 +106,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
106
106
|
propertyAddress: string;
|
|
107
107
|
cmaBalanceCents: bigint;
|
|
108
108
|
mtaBalanceCents: bigint;
|
|
109
|
+
isCmaRequired: boolean;
|
|
109
110
|
stage: string;
|
|
111
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
110
112
|
cmaId?: string | null | undefined;
|
|
111
113
|
buyerName?: string | null | undefined;
|
|
112
114
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -202,7 +204,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
202
204
|
propertyAddress: string;
|
|
203
205
|
cmaBalanceCents: bigint;
|
|
204
206
|
mtaBalanceCents: bigint;
|
|
207
|
+
isCmaRequired: boolean;
|
|
205
208
|
stage: string;
|
|
209
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
206
210
|
cmaId?: string | null | undefined;
|
|
207
211
|
buyerName?: string | null | undefined;
|
|
208
212
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -297,7 +301,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
297
301
|
propertyAddress: string;
|
|
298
302
|
cmaBalanceCents: bigint;
|
|
299
303
|
mtaBalanceCents: bigint;
|
|
304
|
+
isCmaRequired: boolean;
|
|
300
305
|
stage: string;
|
|
306
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
301
307
|
cmaId?: string | null | undefined;
|
|
302
308
|
buyerName?: string | null | undefined;
|
|
303
309
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -400,7 +406,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
400
406
|
propertyAddress: string;
|
|
401
407
|
cmaBalanceCents: unknown;
|
|
402
408
|
mtaBalanceCents: unknown;
|
|
409
|
+
isCmaRequired: boolean;
|
|
403
410
|
stage: string;
|
|
411
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
404
412
|
cmaId?: string | null | undefined;
|
|
405
413
|
buyerName?: string | null | undefined;
|
|
406
414
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -496,7 +504,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
496
504
|
propertyAddress: string;
|
|
497
505
|
cmaBalanceCents: unknown;
|
|
498
506
|
mtaBalanceCents: unknown;
|
|
507
|
+
isCmaRequired: boolean;
|
|
499
508
|
stage: string;
|
|
509
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
500
510
|
cmaId?: string | null | undefined;
|
|
501
511
|
buyerName?: string | null | undefined;
|
|
502
512
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -591,7 +601,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
591
601
|
propertyAddress: string;
|
|
592
602
|
cmaBalanceCents: unknown;
|
|
593
603
|
mtaBalanceCents: unknown;
|
|
604
|
+
isCmaRequired: boolean;
|
|
594
605
|
stage: string;
|
|
606
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
595
607
|
cmaId?: string | null | undefined;
|
|
596
608
|
buyerName?: string | null | undefined;
|
|
597
609
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -688,7 +700,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
688
700
|
propertyAddress: string;
|
|
689
701
|
cmaBalanceCents: bigint;
|
|
690
702
|
mtaBalanceCents: bigint;
|
|
703
|
+
isCmaRequired: boolean;
|
|
691
704
|
stage: string;
|
|
705
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
692
706
|
cmaId?: string | null | undefined;
|
|
693
707
|
buyerName?: string | null | undefined;
|
|
694
708
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -784,7 +798,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
784
798
|
propertyAddress: string;
|
|
785
799
|
cmaBalanceCents: bigint;
|
|
786
800
|
mtaBalanceCents: bigint;
|
|
801
|
+
isCmaRequired: boolean;
|
|
787
802
|
stage: string;
|
|
803
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
788
804
|
cmaId?: string | null | undefined;
|
|
789
805
|
buyerName?: string | null | undefined;
|
|
790
806
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -879,7 +895,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
879
895
|
propertyAddress: string;
|
|
880
896
|
cmaBalanceCents: bigint;
|
|
881
897
|
mtaBalanceCents: bigint;
|
|
898
|
+
isCmaRequired: boolean;
|
|
882
899
|
stage: string;
|
|
900
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
883
901
|
cmaId?: string | null | undefined;
|
|
884
902
|
buyerName?: string | null | undefined;
|
|
885
903
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -982,7 +1000,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
982
1000
|
propertyAddress: string;
|
|
983
1001
|
cmaBalanceCents: unknown;
|
|
984
1002
|
mtaBalanceCents: unknown;
|
|
1003
|
+
isCmaRequired: boolean;
|
|
985
1004
|
stage: string;
|
|
1005
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
986
1006
|
cmaId?: string | null | undefined;
|
|
987
1007
|
buyerName?: string | null | undefined;
|
|
988
1008
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1078,7 +1098,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1078
1098
|
propertyAddress: string;
|
|
1079
1099
|
cmaBalanceCents: unknown;
|
|
1080
1100
|
mtaBalanceCents: unknown;
|
|
1101
|
+
isCmaRequired: boolean;
|
|
1081
1102
|
stage: string;
|
|
1103
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1082
1104
|
cmaId?: string | null | undefined;
|
|
1083
1105
|
buyerName?: string | null | undefined;
|
|
1084
1106
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1173,7 +1195,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1173
1195
|
propertyAddress: string;
|
|
1174
1196
|
cmaBalanceCents: unknown;
|
|
1175
1197
|
mtaBalanceCents: unknown;
|
|
1198
|
+
isCmaRequired: boolean;
|
|
1176
1199
|
stage: string;
|
|
1200
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1177
1201
|
cmaId?: string | null | undefined;
|
|
1178
1202
|
buyerName?: string | null | undefined;
|
|
1179
1203
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1272,7 +1296,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1272
1296
|
propertyAddress: string;
|
|
1273
1297
|
cmaBalanceCents: bigint;
|
|
1274
1298
|
mtaBalanceCents: bigint;
|
|
1299
|
+
isCmaRequired: boolean;
|
|
1275
1300
|
stage: string;
|
|
1301
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1276
1302
|
cmaId?: string | null | undefined;
|
|
1277
1303
|
buyerName?: string | null | undefined;
|
|
1278
1304
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1368,7 +1394,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1368
1394
|
propertyAddress: string;
|
|
1369
1395
|
cmaBalanceCents: bigint;
|
|
1370
1396
|
mtaBalanceCents: bigint;
|
|
1397
|
+
isCmaRequired: boolean;
|
|
1371
1398
|
stage: string;
|
|
1399
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1372
1400
|
cmaId?: string | null | undefined;
|
|
1373
1401
|
buyerName?: string | null | undefined;
|
|
1374
1402
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1463,7 +1491,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1463
1491
|
propertyAddress: string;
|
|
1464
1492
|
cmaBalanceCents: bigint;
|
|
1465
1493
|
mtaBalanceCents: bigint;
|
|
1494
|
+
isCmaRequired: boolean;
|
|
1466
1495
|
stage: string;
|
|
1496
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1467
1497
|
cmaId?: string | null | undefined;
|
|
1468
1498
|
buyerName?: string | null | undefined;
|
|
1469
1499
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1566,7 +1596,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1566
1596
|
propertyAddress: string;
|
|
1567
1597
|
cmaBalanceCents: unknown;
|
|
1568
1598
|
mtaBalanceCents: unknown;
|
|
1599
|
+
isCmaRequired: boolean;
|
|
1569
1600
|
stage: string;
|
|
1601
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1570
1602
|
cmaId?: string | null | undefined;
|
|
1571
1603
|
buyerName?: string | null | undefined;
|
|
1572
1604
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1662,7 +1694,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1662
1694
|
propertyAddress: string;
|
|
1663
1695
|
cmaBalanceCents: unknown;
|
|
1664
1696
|
mtaBalanceCents: unknown;
|
|
1697
|
+
isCmaRequired: boolean;
|
|
1665
1698
|
stage: string;
|
|
1699
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1666
1700
|
cmaId?: string | null | undefined;
|
|
1667
1701
|
buyerName?: string | null | undefined;
|
|
1668
1702
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1757,7 +1791,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1757
1791
|
propertyAddress: string;
|
|
1758
1792
|
cmaBalanceCents: unknown;
|
|
1759
1793
|
mtaBalanceCents: unknown;
|
|
1794
|
+
isCmaRequired: boolean;
|
|
1760
1795
|
stage: string;
|
|
1796
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1761
1797
|
cmaId?: string | null | undefined;
|
|
1762
1798
|
buyerName?: string | null | undefined;
|
|
1763
1799
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1854,7 +1890,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1854
1890
|
propertyAddress: string;
|
|
1855
1891
|
cmaBalanceCents: bigint;
|
|
1856
1892
|
mtaBalanceCents: bigint;
|
|
1893
|
+
isCmaRequired: boolean;
|
|
1857
1894
|
stage: string;
|
|
1895
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1858
1896
|
cmaId?: string | null | undefined;
|
|
1859
1897
|
buyerName?: string | null | undefined;
|
|
1860
1898
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1950,7 +1988,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1950
1988
|
propertyAddress: string;
|
|
1951
1989
|
cmaBalanceCents: bigint;
|
|
1952
1990
|
mtaBalanceCents: bigint;
|
|
1991
|
+
isCmaRequired: boolean;
|
|
1953
1992
|
stage: string;
|
|
1993
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1954
1994
|
cmaId?: string | null | undefined;
|
|
1955
1995
|
buyerName?: string | null | undefined;
|
|
1956
1996
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -2045,7 +2085,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2045
2085
|
propertyAddress: string;
|
|
2046
2086
|
cmaBalanceCents: bigint;
|
|
2047
2087
|
mtaBalanceCents: bigint;
|
|
2088
|
+
isCmaRequired: boolean;
|
|
2048
2089
|
stage: string;
|
|
2090
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
2049
2091
|
cmaId?: string | null | undefined;
|
|
2050
2092
|
buyerName?: string | null | undefined;
|
|
2051
2093
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -2148,7 +2190,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2148
2190
|
propertyAddress: string;
|
|
2149
2191
|
cmaBalanceCents: unknown;
|
|
2150
2192
|
mtaBalanceCents: unknown;
|
|
2193
|
+
isCmaRequired: boolean;
|
|
2151
2194
|
stage: string;
|
|
2195
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
2152
2196
|
cmaId?: string | null | undefined;
|
|
2153
2197
|
buyerName?: string | null | undefined;
|
|
2154
2198
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -2244,7 +2288,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2244
2288
|
propertyAddress: string;
|
|
2245
2289
|
cmaBalanceCents: unknown;
|
|
2246
2290
|
mtaBalanceCents: unknown;
|
|
2291
|
+
isCmaRequired: boolean;
|
|
2247
2292
|
stage: string;
|
|
2293
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
2248
2294
|
cmaId?: string | null | undefined;
|
|
2249
2295
|
buyerName?: string | null | undefined;
|
|
2250
2296
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -2339,7 +2385,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2339
2385
|
propertyAddress: string;
|
|
2340
2386
|
cmaBalanceCents: unknown;
|
|
2341
2387
|
mtaBalanceCents: unknown;
|
|
2388
|
+
isCmaRequired: boolean;
|
|
2342
2389
|
stage: string;
|
|
2390
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
2343
2391
|
cmaId?: string | null | undefined;
|
|
2344
2392
|
buyerName?: string | null | undefined;
|
|
2345
2393
|
initialDepositStatus?: string | null | undefined;
|
package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cma-account-period-closing-summary.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma-account-period/cma-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":"cma-account-period-closing-summary.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma-account-period/cma-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"}
|
|
@@ -62,6 +62,7 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
62
62
|
readonly INACTIVE: "inactive";
|
|
63
63
|
}>>;
|
|
64
64
|
readonly property: z.ZodLazy<z.ZodOptional<z.ZodObject<{
|
|
65
|
+
cmaNotRequiredReason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
65
66
|
id: z.ZodUUID;
|
|
66
67
|
mtaId: z.ZodString;
|
|
67
68
|
status: z.ZodString;
|
|
@@ -78,6 +79,7 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
78
79
|
propertyAddress: z.ZodString;
|
|
79
80
|
cmaBalanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
80
81
|
mtaBalanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
82
|
+
isCmaRequired: z.ZodBoolean;
|
|
81
83
|
stage: z.ZodString;
|
|
82
84
|
initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
83
85
|
project: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
@@ -170,7 +172,9 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
170
172
|
propertyAddress: string;
|
|
171
173
|
cmaBalanceCents: bigint;
|
|
172
174
|
mtaBalanceCents: bigint;
|
|
175
|
+
isCmaRequired: boolean;
|
|
173
176
|
stage: string;
|
|
177
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
174
178
|
cmaId?: string | null | undefined;
|
|
175
179
|
buyerName?: string | null | undefined;
|
|
176
180
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -266,7 +270,9 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
266
270
|
propertyAddress: string;
|
|
267
271
|
cmaBalanceCents: bigint;
|
|
268
272
|
mtaBalanceCents: bigint;
|
|
273
|
+
isCmaRequired: boolean;
|
|
269
274
|
stage: string;
|
|
275
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
270
276
|
cmaId?: string | null | undefined;
|
|
271
277
|
buyerName?: string | null | undefined;
|
|
272
278
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -361,7 +367,9 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
361
367
|
propertyAddress: string;
|
|
362
368
|
cmaBalanceCents: bigint;
|
|
363
369
|
mtaBalanceCents: bigint;
|
|
370
|
+
isCmaRequired: boolean;
|
|
364
371
|
stage: string;
|
|
372
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
365
373
|
cmaId?: string | null | undefined;
|
|
366
374
|
buyerName?: string | null | undefined;
|
|
367
375
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -464,7 +472,9 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
464
472
|
propertyAddress: string;
|
|
465
473
|
cmaBalanceCents: unknown;
|
|
466
474
|
mtaBalanceCents: unknown;
|
|
475
|
+
isCmaRequired: boolean;
|
|
467
476
|
stage: string;
|
|
477
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
468
478
|
cmaId?: string | null | undefined;
|
|
469
479
|
buyerName?: string | null | undefined;
|
|
470
480
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -560,7 +570,9 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
560
570
|
propertyAddress: string;
|
|
561
571
|
cmaBalanceCents: unknown;
|
|
562
572
|
mtaBalanceCents: unknown;
|
|
573
|
+
isCmaRequired: boolean;
|
|
563
574
|
stage: string;
|
|
575
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
564
576
|
cmaId?: string | null | undefined;
|
|
565
577
|
buyerName?: string | null | undefined;
|
|
566
578
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -655,7 +667,9 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
655
667
|
propertyAddress: string;
|
|
656
668
|
cmaBalanceCents: unknown;
|
|
657
669
|
mtaBalanceCents: unknown;
|
|
670
|
+
isCmaRequired: boolean;
|
|
658
671
|
stage: string;
|
|
672
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
659
673
|
cmaId?: string | null | undefined;
|
|
660
674
|
buyerName?: string | null | undefined;
|
|
661
675
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -752,7 +766,9 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
752
766
|
propertyAddress: string;
|
|
753
767
|
cmaBalanceCents: bigint;
|
|
754
768
|
mtaBalanceCents: bigint;
|
|
769
|
+
isCmaRequired: boolean;
|
|
755
770
|
stage: string;
|
|
771
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
756
772
|
cmaId?: string | null | undefined;
|
|
757
773
|
buyerName?: string | null | undefined;
|
|
758
774
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -848,7 +864,9 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
848
864
|
propertyAddress: string;
|
|
849
865
|
cmaBalanceCents: bigint;
|
|
850
866
|
mtaBalanceCents: bigint;
|
|
867
|
+
isCmaRequired: boolean;
|
|
851
868
|
stage: string;
|
|
869
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
852
870
|
cmaId?: string | null | undefined;
|
|
853
871
|
buyerName?: string | null | undefined;
|
|
854
872
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -943,7 +961,9 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
943
961
|
propertyAddress: string;
|
|
944
962
|
cmaBalanceCents: bigint;
|
|
945
963
|
mtaBalanceCents: bigint;
|
|
964
|
+
isCmaRequired: boolean;
|
|
946
965
|
stage: string;
|
|
966
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
947
967
|
cmaId?: string | null | undefined;
|
|
948
968
|
buyerName?: string | null | undefined;
|
|
949
969
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1046,7 +1066,9 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
1046
1066
|
propertyAddress: string;
|
|
1047
1067
|
cmaBalanceCents: unknown;
|
|
1048
1068
|
mtaBalanceCents: unknown;
|
|
1069
|
+
isCmaRequired: boolean;
|
|
1049
1070
|
stage: string;
|
|
1071
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1050
1072
|
cmaId?: string | null | undefined;
|
|
1051
1073
|
buyerName?: string | null | undefined;
|
|
1052
1074
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1142,7 +1164,9 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
1142
1164
|
propertyAddress: string;
|
|
1143
1165
|
cmaBalanceCents: unknown;
|
|
1144
1166
|
mtaBalanceCents: unknown;
|
|
1167
|
+
isCmaRequired: boolean;
|
|
1145
1168
|
stage: string;
|
|
1169
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1146
1170
|
cmaId?: string | null | undefined;
|
|
1147
1171
|
buyerName?: string | null | undefined;
|
|
1148
1172
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1237,7 +1261,9 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
1237
1261
|
propertyAddress: string;
|
|
1238
1262
|
cmaBalanceCents: unknown;
|
|
1239
1263
|
mtaBalanceCents: unknown;
|
|
1264
|
+
isCmaRequired: boolean;
|
|
1240
1265
|
stage: string;
|
|
1266
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1241
1267
|
cmaId?: string | null | undefined;
|
|
1242
1268
|
buyerName?: string | null | undefined;
|
|
1243
1269
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cma-account-period.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma-account-period/cma-account-period.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;AAMtD,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;iBAO5C,CAAC;AAEH,eAAO,MAAM,6BAA6B
|
|
1
|
+
{"version":3,"file":"cma-account-period.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma-account-period/cma-account-period.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;AAMtD,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;iBAO5C,CAAC;AAEH,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAExC,CAAC;AAEH,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAE9C,CAAC;AAEH,MAAM,MAAM,6BAA6B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mCAAmC,CAAC,CAAC;AAEhG,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iCAAiC,CAAC,CAAC"}
|
package/dist/esm/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/esm/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"}
|