@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
|
@@ -6,6 +6,8 @@ export declare const propertyRestResBaseSchema: z.ZodObject<{
|
|
|
6
6
|
buyerName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
7
7
|
lotDetail: z.ZodNullable<z.ZodString>;
|
|
8
8
|
propertyAddress: z.ZodString;
|
|
9
|
+
isCmaRequired: z.ZodBoolean;
|
|
10
|
+
cmaNotRequiredReason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9
11
|
stage: z.ZodString;
|
|
10
12
|
status: z.ZodString;
|
|
11
13
|
mtaId: z.ZodString;
|
|
@@ -26,6 +28,8 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
26
28
|
buyerName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
27
29
|
lotDetail: z.ZodNullable<z.ZodString>;
|
|
28
30
|
propertyAddress: z.ZodString;
|
|
31
|
+
isCmaRequired: z.ZodBoolean;
|
|
32
|
+
cmaNotRequiredReason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
29
33
|
stage: z.ZodString;
|
|
30
34
|
status: z.ZodString;
|
|
31
35
|
mtaId: z.ZodString;
|
|
@@ -174,7 +178,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
174
178
|
propertyAddress: string;
|
|
175
179
|
cmaBalanceCents: bigint;
|
|
176
180
|
mtaBalanceCents: bigint;
|
|
181
|
+
isCmaRequired: boolean;
|
|
177
182
|
stage: string;
|
|
183
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
178
184
|
cmaId?: string | null | undefined;
|
|
179
185
|
buyerName?: string | null | undefined;
|
|
180
186
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -270,7 +276,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
270
276
|
propertyAddress: string;
|
|
271
277
|
cmaBalanceCents: bigint;
|
|
272
278
|
mtaBalanceCents: bigint;
|
|
279
|
+
isCmaRequired: boolean;
|
|
273
280
|
stage: string;
|
|
281
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
274
282
|
cmaId?: string | null | undefined;
|
|
275
283
|
buyerName?: string | null | undefined;
|
|
276
284
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -365,7 +373,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
365
373
|
propertyAddress: string;
|
|
366
374
|
cmaBalanceCents: bigint;
|
|
367
375
|
mtaBalanceCents: bigint;
|
|
376
|
+
isCmaRequired: boolean;
|
|
368
377
|
stage: string;
|
|
378
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
369
379
|
cmaId?: string | null | undefined;
|
|
370
380
|
buyerName?: string | null | undefined;
|
|
371
381
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -468,7 +478,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
468
478
|
propertyAddress: string;
|
|
469
479
|
cmaBalanceCents: unknown;
|
|
470
480
|
mtaBalanceCents: unknown;
|
|
481
|
+
isCmaRequired: boolean;
|
|
471
482
|
stage: string;
|
|
483
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
472
484
|
cmaId?: string | null | undefined;
|
|
473
485
|
buyerName?: string | null | undefined;
|
|
474
486
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -564,7 +576,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
564
576
|
propertyAddress: string;
|
|
565
577
|
cmaBalanceCents: unknown;
|
|
566
578
|
mtaBalanceCents: unknown;
|
|
579
|
+
isCmaRequired: boolean;
|
|
567
580
|
stage: string;
|
|
581
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
568
582
|
cmaId?: string | null | undefined;
|
|
569
583
|
buyerName?: string | null | undefined;
|
|
570
584
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -659,7 +673,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
659
673
|
propertyAddress: string;
|
|
660
674
|
cmaBalanceCents: unknown;
|
|
661
675
|
mtaBalanceCents: unknown;
|
|
676
|
+
isCmaRequired: boolean;
|
|
662
677
|
stage: string;
|
|
678
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
663
679
|
cmaId?: string | null | undefined;
|
|
664
680
|
buyerName?: string | null | undefined;
|
|
665
681
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -756,7 +772,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
756
772
|
propertyAddress: string;
|
|
757
773
|
cmaBalanceCents: bigint;
|
|
758
774
|
mtaBalanceCents: bigint;
|
|
775
|
+
isCmaRequired: boolean;
|
|
759
776
|
stage: string;
|
|
777
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
760
778
|
cmaId?: string | null | undefined;
|
|
761
779
|
buyerName?: string | null | undefined;
|
|
762
780
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -852,7 +870,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
852
870
|
propertyAddress: string;
|
|
853
871
|
cmaBalanceCents: bigint;
|
|
854
872
|
mtaBalanceCents: bigint;
|
|
873
|
+
isCmaRequired: boolean;
|
|
855
874
|
stage: string;
|
|
875
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
856
876
|
cmaId?: string | null | undefined;
|
|
857
877
|
buyerName?: string | null | undefined;
|
|
858
878
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -947,7 +967,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
947
967
|
propertyAddress: string;
|
|
948
968
|
cmaBalanceCents: bigint;
|
|
949
969
|
mtaBalanceCents: bigint;
|
|
970
|
+
isCmaRequired: boolean;
|
|
950
971
|
stage: string;
|
|
972
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
951
973
|
cmaId?: string | null | undefined;
|
|
952
974
|
buyerName?: string | null | undefined;
|
|
953
975
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1050,7 +1072,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1050
1072
|
propertyAddress: string;
|
|
1051
1073
|
cmaBalanceCents: unknown;
|
|
1052
1074
|
mtaBalanceCents: unknown;
|
|
1075
|
+
isCmaRequired: boolean;
|
|
1053
1076
|
stage: string;
|
|
1077
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1054
1078
|
cmaId?: string | null | undefined;
|
|
1055
1079
|
buyerName?: string | null | undefined;
|
|
1056
1080
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1146,7 +1170,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1146
1170
|
propertyAddress: string;
|
|
1147
1171
|
cmaBalanceCents: unknown;
|
|
1148
1172
|
mtaBalanceCents: unknown;
|
|
1173
|
+
isCmaRequired: boolean;
|
|
1149
1174
|
stage: string;
|
|
1175
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1150
1176
|
cmaId?: string | null | undefined;
|
|
1151
1177
|
buyerName?: string | null | undefined;
|
|
1152
1178
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1241,7 +1267,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1241
1267
|
propertyAddress: string;
|
|
1242
1268
|
cmaBalanceCents: unknown;
|
|
1243
1269
|
mtaBalanceCents: unknown;
|
|
1270
|
+
isCmaRequired: boolean;
|
|
1244
1271
|
stage: string;
|
|
1272
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1245
1273
|
cmaId?: string | null | undefined;
|
|
1246
1274
|
buyerName?: string | null | undefined;
|
|
1247
1275
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1340,7 +1368,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1340
1368
|
propertyAddress: string;
|
|
1341
1369
|
cmaBalanceCents: bigint;
|
|
1342
1370
|
mtaBalanceCents: bigint;
|
|
1371
|
+
isCmaRequired: boolean;
|
|
1343
1372
|
stage: string;
|
|
1373
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1344
1374
|
cmaId?: string | null | undefined;
|
|
1345
1375
|
buyerName?: string | null | undefined;
|
|
1346
1376
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1437,7 +1467,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1437
1467
|
propertyAddress: string;
|
|
1438
1468
|
cmaBalanceCents: bigint;
|
|
1439
1469
|
mtaBalanceCents: bigint;
|
|
1470
|
+
isCmaRequired: boolean;
|
|
1440
1471
|
stage: string;
|
|
1472
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1441
1473
|
cmaId?: string | null | undefined;
|
|
1442
1474
|
buyerName?: string | null | undefined;
|
|
1443
1475
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1533,7 +1565,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1533
1565
|
propertyAddress: string;
|
|
1534
1566
|
cmaBalanceCents: bigint;
|
|
1535
1567
|
mtaBalanceCents: bigint;
|
|
1568
|
+
isCmaRequired: boolean;
|
|
1536
1569
|
stage: string;
|
|
1570
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1537
1571
|
cmaId?: string | null | undefined;
|
|
1538
1572
|
buyerName?: string | null | undefined;
|
|
1539
1573
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1641,7 +1675,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1641
1675
|
propertyAddress: string;
|
|
1642
1676
|
cmaBalanceCents: unknown;
|
|
1643
1677
|
mtaBalanceCents: unknown;
|
|
1678
|
+
isCmaRequired: boolean;
|
|
1644
1679
|
stage: string;
|
|
1680
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1645
1681
|
cmaId?: string | null | undefined;
|
|
1646
1682
|
buyerName?: string | null | undefined;
|
|
1647
1683
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1738,7 +1774,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1738
1774
|
propertyAddress: string;
|
|
1739
1775
|
cmaBalanceCents: unknown;
|
|
1740
1776
|
mtaBalanceCents: unknown;
|
|
1777
|
+
isCmaRequired: boolean;
|
|
1741
1778
|
stage: string;
|
|
1779
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1742
1780
|
cmaId?: string | null | undefined;
|
|
1743
1781
|
buyerName?: string | null | undefined;
|
|
1744
1782
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1834,7 +1872,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1834
1872
|
propertyAddress: string;
|
|
1835
1873
|
cmaBalanceCents: unknown;
|
|
1836
1874
|
mtaBalanceCents: unknown;
|
|
1875
|
+
isCmaRequired: boolean;
|
|
1837
1876
|
stage: string;
|
|
1877
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1838
1878
|
cmaId?: string | null | undefined;
|
|
1839
1879
|
buyerName?: string | null | undefined;
|
|
1840
1880
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1932,7 +1972,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
1932
1972
|
propertyAddress: string;
|
|
1933
1973
|
cmaBalanceCents: bigint;
|
|
1934
1974
|
mtaBalanceCents: bigint;
|
|
1975
|
+
isCmaRequired: boolean;
|
|
1935
1976
|
stage: string;
|
|
1977
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1936
1978
|
cmaId?: string | null | undefined;
|
|
1937
1979
|
buyerName?: string | null | undefined;
|
|
1938
1980
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -2029,7 +2071,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2029
2071
|
propertyAddress: string;
|
|
2030
2072
|
cmaBalanceCents: bigint;
|
|
2031
2073
|
mtaBalanceCents: bigint;
|
|
2074
|
+
isCmaRequired: boolean;
|
|
2032
2075
|
stage: string;
|
|
2076
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
2033
2077
|
cmaId?: string | null | undefined;
|
|
2034
2078
|
buyerName?: string | null | undefined;
|
|
2035
2079
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -2125,7 +2169,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2125
2169
|
propertyAddress: string;
|
|
2126
2170
|
cmaBalanceCents: bigint;
|
|
2127
2171
|
mtaBalanceCents: bigint;
|
|
2172
|
+
isCmaRequired: boolean;
|
|
2128
2173
|
stage: string;
|
|
2174
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
2129
2175
|
cmaId?: string | null | undefined;
|
|
2130
2176
|
buyerName?: string | null | undefined;
|
|
2131
2177
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -2233,7 +2279,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2233
2279
|
propertyAddress: string;
|
|
2234
2280
|
cmaBalanceCents: unknown;
|
|
2235
2281
|
mtaBalanceCents: unknown;
|
|
2282
|
+
isCmaRequired: boolean;
|
|
2236
2283
|
stage: string;
|
|
2284
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
2237
2285
|
cmaId?: string | null | undefined;
|
|
2238
2286
|
buyerName?: string | null | undefined;
|
|
2239
2287
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -2330,7 +2378,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2330
2378
|
propertyAddress: string;
|
|
2331
2379
|
cmaBalanceCents: unknown;
|
|
2332
2380
|
mtaBalanceCents: unknown;
|
|
2381
|
+
isCmaRequired: boolean;
|
|
2333
2382
|
stage: string;
|
|
2383
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
2334
2384
|
cmaId?: string | null | undefined;
|
|
2335
2385
|
buyerName?: string | null | undefined;
|
|
2336
2386
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -2426,7 +2476,9 @@ export declare const propertyRestResSchema: z.ZodObject<{
|
|
|
2426
2476
|
propertyAddress: string;
|
|
2427
2477
|
cmaBalanceCents: unknown;
|
|
2428
2478
|
mtaBalanceCents: unknown;
|
|
2479
|
+
isCmaRequired: boolean;
|
|
2429
2480
|
stage: string;
|
|
2481
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
2430
2482
|
cmaId?: string | null | undefined;
|
|
2431
2483
|
buyerName?: string | null | undefined;
|
|
2432
2484
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"property.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/property/property.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAWxB,eAAO,MAAM,yBAAyB
|
|
1
|
+
{"version":3,"file":"property.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/property/property.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAWxB,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;iBAIpC,CAAC;AAEH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAOhC,CAAC;AAEH,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const PACKAGE_VERSION = "1.0.
|
|
1
|
+
export declare const PACKAGE_VERSION = "1.0.6";
|
|
2
2
|
//# sourceMappingURL=package-version.constant.d.ts.map
|
|
@@ -3,7 +3,8 @@ export declare enum PropertyRestResStatus {
|
|
|
3
3
|
PENDING_PURCHASE_INFO = "pending_purchase_info",
|
|
4
4
|
NEED_CMA = "need_cma",
|
|
5
5
|
CMA_ASSIGNED = "cma_assigned",
|
|
6
|
-
PENDING_CONTRACT = "pending_contract"
|
|
6
|
+
PENDING_CONTRACT = "pending_contract",
|
|
7
|
+
CMA_NOT_REQUIRED = "cma_not_required"
|
|
7
8
|
}
|
|
8
9
|
export declare const PropertyStage: {
|
|
9
10
|
readonly INITIAL_DEPOSIT: "initial_deposit";
|
|
@@ -16,5 +17,6 @@ export declare const PropertyStatusToDisplayTextMapper: {
|
|
|
16
17
|
need_cma: string;
|
|
17
18
|
cma_assigned: string;
|
|
18
19
|
pending_contract: string;
|
|
20
|
+
cma_not_required: string;
|
|
19
21
|
};
|
|
20
22
|
//# sourceMappingURL=property-status.constant.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"property-status.constant.d.ts","sourceRoot":"","sources":["../../../../packages/constants/property/property-status.constant.ts"],"names":[],"mappings":"AAAA,oBAAY,qBAAqB;IAC/B,GAAG,QAAQ;IACX,qBAAqB,0BAA0B;IAC/C,QAAQ,aAAa;IACrB,YAAY,iBAAiB;IAC7B,gBAAgB,qBAAqB;CACtC;AAGD,eAAO,MAAM,aAAa;;;;CAIhB,CAAC;AAEX,eAAO,MAAM,iCAAiC
|
|
1
|
+
{"version":3,"file":"property-status.constant.d.ts","sourceRoot":"","sources":["../../../../packages/constants/property/property-status.constant.ts"],"names":[],"mappings":"AAAA,oBAAY,qBAAqB;IAC/B,GAAG,QAAQ;IACX,qBAAqB,0BAA0B;IAC/C,QAAQ,aAAa;IACrB,YAAY,iBAAiB;IAC7B,gBAAgB,qBAAqB;IACrC,gBAAgB,qBAAqB;CACtC;AAGD,eAAO,MAAM,aAAa;;;;CAIhB,CAAC;AAEX,eAAO,MAAM,iCAAiC;;;;;;;CAO7C,CAAC"}
|
package/dist/esm/index.js
CHANGED
|
@@ -321,6 +321,7 @@ var property_status_constant_PropertyRestResStatus = /*#__PURE__*/ function(Prop
|
|
|
321
321
|
PropertyRestResStatus["NEED_CMA"] = "need_cma";
|
|
322
322
|
PropertyRestResStatus["CMA_ASSIGNED"] = "cma_assigned";
|
|
323
323
|
PropertyRestResStatus["PENDING_CONTRACT"] = "pending_contract";
|
|
324
|
+
PropertyRestResStatus["CMA_NOT_REQUIRED"] = "cma_not_required";
|
|
324
325
|
return PropertyRestResStatus;
|
|
325
326
|
}({});
|
|
326
327
|
const PropertyStage = {
|
|
@@ -333,7 +334,8 @@ const PropertyStatusToDisplayTextMapper = {
|
|
|
333
334
|
["pending_purchase_info"]: 'Pending Purchase Info',
|
|
334
335
|
["need_cma"]: 'Need CMA',
|
|
335
336
|
["cma_assigned"]: 'CMA Assigned',
|
|
336
|
-
["pending_contract"]: 'Pending Contract'
|
|
337
|
+
["pending_contract"]: 'Pending Contract',
|
|
338
|
+
["cma_not_required"]: 'CMA Not Required'
|
|
337
339
|
};
|
|
338
340
|
var report_data_range_type_constant_ReportDataRangeType = /*#__PURE__*/ function(ReportDataRangeType) {
|
|
339
341
|
ReportDataRangeType["SPECIFY_EXACT_DATES"] = "specify_exact_dates";
|
|
@@ -992,6 +994,8 @@ const propertyEntitySchema = z.object({
|
|
|
992
994
|
z.coerce.bigint(),
|
|
993
995
|
z.coerce.number()
|
|
994
996
|
]).pipe(z.bigint()),
|
|
997
|
+
isCmaRequired: z.boolean(),
|
|
998
|
+
cmaNotRequiredReason: z.string().nullish(),
|
|
995
999
|
stage: z.string(),
|
|
996
1000
|
status: z.string(),
|
|
997
1001
|
mtaId: z.string(),
|
|
@@ -2634,6 +2638,10 @@ const approveMtaAllocationRestReqSchema = z.object({
|
|
|
2634
2638
|
projectId: z.uuid(),
|
|
2635
2639
|
projectMtaAllocationId: z.uuid()
|
|
2636
2640
|
});
|
|
2641
|
+
const markPropertyCmaNotRequiredReqSchema = zod.object({
|
|
2642
|
+
cmaNotRequiredReason: zod.string().max(255).optional(),
|
|
2643
|
+
propertyId: zod.uuid()
|
|
2644
|
+
});
|
|
2637
2645
|
const balanceRestResSchema = z.object({
|
|
2638
2646
|
debitAmountCents: centsToDollarsSchema,
|
|
2639
2647
|
creditAmountCents: centsToDollarsSchema,
|
|
@@ -4987,5 +4995,5 @@ const getPropertyName = (property, options)=>{
|
|
|
4987
4995
|
};
|
|
4988
4996
|
var __webpack_exports__DEFAULT_PAGE = 1;
|
|
4989
4997
|
var __webpack_exports__DEFAULT_PAGE_SIZE = 500;
|
|
4990
|
-
var __webpack_exports__PACKAGE_VERSION = "1.0.
|
|
4991
|
-
export { ASSIGN_UNKNOWN_TO_CUSTOMER, account_period_constant_AccountPeriodStatus as AccountPeriodStatus, account_type_constant_AccountType as AccountType, common_status_constant_AccountingCommonStatus as AccountingCommonStatus, AccountingCommonSyncStatus, AmmoZeptoBankAccounts, AmmoZeptoClient, CmaPayoutTransactionType, CmaReceiptTransactionType, CmaStatus, cma_input_type_constant_CmaTransactionCreateType as CmaTransactionCreateType, CmaTransactionCreateTypeToDisplayText, cma_input_type_constant_CmaTransactionInputType as CmaTransactionInputType, CmaTransactionInputTypeToDisplayText, cma_payment_method_constant_CmaTransactionPaymentMethod as CmaTransactionPaymentMethod, CmaTransactionStatus, CmaTransactionStatusToDisplayTextMapper, CmaTransactionType, CmaTransactionTypeToDisplayTextMapper, DATE_FORMATS, DEFAULT_DATE_FORMAT, DEFAULT_DATE_FORMAT_WITH_TIME, DEFAULT_DATE_TIME_ZONE, DEFAULT_PAYOUT_SOURCE_BANK_REF, DEFAULT_PAYOUT_SOURCE_DESCRIPTION, DEFAULT_PAYOUT_TARGET_BANK_REF, DEFAULT_PAYOUT_TARGET_DESCRIPTION, InputJsonValueSchema, JsonNullableFilterSchema, MenuStatus, MenuType, MtaCustomerTransactionType, MtaPayoutTransactionType, MtaReceiptTransactionType, mta_MtaStatus as MtaStatus, MtaTransactionExtendedStatus, MtaTransactionExtendedStatusToDisplayTextMapper, mta_input_type_constant_MtaTransactionInputType as MtaTransactionInputType, MtaTransactionInputTypeToDisplayText, mta_payment_method_constant_MtaTransactionPaymentMethod as MtaTransactionPaymentMethod, MtaTransactionStatus, MtaTransactionStatusToDisplayTextMapper, MtaTransactionType, MtaTransactionTypeToDisplayTextMapper, MtaUnknownTransactionType, payment_method_constant_PaymentMethod as PaymentMethod, PayoutBankFileStatus, payout_constant_PayoutSourceAccountType as PayoutSourceAccountType, PayoutStatus, payout_constant_PayoutTargetAccountType as PayoutTargetAccountType, PayoutType, ProjectApplyStatusRestRes, ProjectMtaAllocationStatus, PropertyInitialDepositStatus, PropertyInitialDepositStatusToDisplayTextMapper, property_status_constant_PropertyRestResStatus as PropertyRestResStatus, PropertyStage, PropertyStatusToDisplayTextMapper, QueryMode, reconcile_transaction_action_constant_ReconcileTransactionAction as ReconcileTransactionAction, reconciliation_constant_ReconciliationStatus as ReconciliationStatus, report_data_range_type_constant_ReportDataRangeType as ReportDataRangeType, report_group_type_constant_ReportGroupType as ReportGroupType, sort_order_constant_SortOrder as SortOrder, StringFilterBaseSchema, TRANSACTION_CANCEL, accountBsbFormattedSchema, accountBsbMaskedSchema, accountBsbValidationSchema, accountNumberMaskedSchema, accountNumberValidationSchema, allocateMtaToProjectRestReqSchema, approveMtaAllocationRestReqSchema, assignUnknownReceiptToPropertyRestReqSchema, balanceRestResSchema, bankCodeSchema, bankReconciliationSummaryRestReqSchema, bigIntFilterSchema, bigIntNullableFilterSchema, bigIntNullableObjectFilterSchema, bigIntObjectFilterSchema, bigIntSimpleFilterSchema, boolFilterBaseSchema, boolFilterSchema, cancelCmaTransactionRestReqSchema, cancelMtaTransactionRestReqSchema, cancelPayoutPaymentRestReqSchema, cancelPayoutRestReqSchema, centsToDollarsSchema, cmaAccountPeriodCloseRestReqSchema, cmaAccountPeriodClosingSummaryRestReqSchema, cmaAccountPeriodClosingSummaryRestResSchema, cmaAccountPeriodEntitySchema, cmaAccountPeriodRestResBaseSchema, cmaAccountPeriodRestResSchema, cmaClosedAccountPeriodRestResSchema, cmaEntitySchema, cmaReconciledTransactionEntitySchema, cmaReconciledTransactionRestResSchema, cmaReconciliationEntitySchema, cmaReconciliationRestResSchema, cmaRestResBaseSchema, cmaRestResSchema, cmaSearchRestReqSchema, cmaSettlementPayoutRestResSchema, cmaTransactionEntitySchema, cmaTransactionRestResBaseSchema, cmaTransactionRestResSchema, cmaTransactionSearchRestReqSchema, commonPayoutSourceDetailEntitySchema, commonPayoutTargetDetailEntitySchema, commonReportRestReqSchema, commonReportWithCmaSelectionRestReqSchema, commonUpdatePayoutRestReqSchema, commonUpdatePayoutTargetDetailRestReqSchema, confirmPayoutBankFileProcessedRestReqSchema, createCmaReconciliationRestReqSchema, createCmaRestReqSchema, createCmaTransactionRestReqSchema, createMenuRestReqSchema, createMtaReconciliationRestReqSchema, createMtaRestReqSchema, createMtaToCmaPayoutRestReqSchema, createMtaTransactionRestReqSchema, createSettlementPayoutRestReqSchema, createSettlementPayoutSourceAccountSchema, createSettlementPayoutTargetAccountSchema, createUnknownPayoutRestReqSchema, customerEntitySchema, customerLedgerRestReqSchema, customerSyncFromAmmozeGrpcReqSchema, dateTimeFilterBaseSchema, dateTimeFilterSchema, developerEntitySchema, displayBankAccount, dollarsToCentsSchema, extendDayjs, formatBankBsb, formatCurrency, fromCentsToDollars, fromDollarsToCents, generateMtaPaymentMethodAccountConfigForZepto, generateMtaPaymentMethodFloatAccountConfigForZepto, getPropertyName, getTransactionAmountStr, getTransactionNumber, getTransactionStatus, intFilterSchema, intNullableFilterSchema, intNullableObjectFilterSchema, intObjectFilterSchema, intSimpleFilterSchema, isInterestTransaction, isPaymentTransaction, isReceiptTransaction, isTransactionAssignable, isTransactionCancelable, isUnknownReceiptAssignedToProperty, isUnknownReceiptPaidOut, isUnknownTransaction, markCmaTransactionAsClearedRestReqSchema, maskBankAccount, maskBankAccountNumber, maskBankBsb, maskString, menuRestResSchema, menuSchema, mtaAccountPeriodCloseRestReqSchema, mtaAccountPeriodClosingSummaryRestReqSchema, mtaAccountPeriodClosingSummaryRestResSchema, mtaAccountPeriodEntitySchema, mtaAccountPeriodRestResSchema, mtaClosedAccountPeriodRestResSchema, mtaEntitySchema, mtaListItemRestResSchema, mtaPaymentMethodAccountConfigSchema, mtaPaymentMethodEntitySchema, mtaPaymentMethodFloatAccountConfigSchema, mtaPaymentMethodRestResSchema, mtaReconciledTransactionEntitySchema, mtaReconciledTransactionRestResSchema, mtaReconciliationEntitySchema, mtaReconciliationRestResSchema, mtaRestResBaseSchema, mtaRestResSchema, mtaSettlementPayoutRestResSchema, mtaToCmaPayoutPaymentEntitySchema, mtaToCmaPayoutPaymentRestSchema, mtaToCmaPayoutProvisionDataEntitySchema, mtaToCmaPayoutProvisionDataRestSchema, mtaToCmaPayoutRestResSchema, mtaToCmaPayoutSourceDetailEntitySchema, mtaToCmaPayoutSourceDetailRestSchema, mtaToCmaPayoutTargetDetailEntitySchema, mtaToCmaPayoutTargetDetailRestSchema, mtaTransactionEntitySchema, mtaTransactionNestedSchema, mtaTransactionRestResBaseSchema, mtaTransactionRestResSchema, mtaTransactionSearchRestReqSchema, mtaTransactionStatusSummaryRestResSchema, paginatedResSchema, paginationReqSchema, parseToDate, parseToDayjs, paymentListReportRestReqSchema, paymentProviderEntitySchema, payoutBankFileDownloadHistoryEntitySchema, payoutBankFileEntitySchema, payoutBankFileRestResSchema, payoutEntitySchema, payoutProvisionDataEntitySchema, payoutRestResBaseSchema, payoutRestResSchema, payoutSearchRestReqSchema, payoutStatusSummaryRestResSchema, payoutTransactionEntitySchema, payoutTransactionRestResSchema, payoutTransactionSearchRestReqSchema, payoutUpdateRestReqSchema, projectEntitySchema, projectLedgerRestReqSchema, projectMtaAllocationEntitySchema, projectMtaAllocationRestResSchema, projectNestedEntitySchema, projectRestResSchema, projectSearchRestReqSchema, propertyAccountsBalanceRestResSchema, propertyEntitySchema, propertyNestedEntitySchema, propertyRestResBaseSchema, propertyRestResSchema, propertySearchRestReqSchema, propertySyncFromAmmozeGrpcReqSchema, queryModeSchema, receiptListReportRestReqSchema, reconcileCmaTransactionRestReqSchema, reconcileMtaTransactionRestReqSchema, reconciledItemsListReportRestReqSchema, safeParseDateFromStr, settlementPayoutPaymentEntitySchema, settlementPayoutProvisionDataEntitySchema, settlementPayoutRestResSchema, settlementPayoutSourceDetailEntitySchema, settlementPayoutTargetDetailEntitySchema, simpleStringFilterSchema, sortReqSchema, stateCodeSchema, statusFilterSchema, statusNullableFilterSchema, stringFilterSchema, stringNullableFilterSchema, stringToBoolSchema, stringToDateSchema, stringToEndOfDaySchema, stringToStartOfDaySchema, trustTrialBalanceReportRestReqSchema, unknownPayoutPaymentEntitySchema, unknownPayoutProvisionDataEntitySchema, unknownPayoutRestResSchema, unknownPayoutSourceDetailEntitySchema, unknownPayoutTargetDetailEntitySchema, unknownReceiptLedgerRestReqSchema, unreconciledItemsListReportRestReqSchema, updateCmaOpenReconciliationCurrentBankStatementBalanceRestReqSchema, updateCmaSettlementPayoutRestReqSchema, updateMenuRestReqSchema, updateMtaRestReqSchema, updateMtaSettlementPayoutRestReqSchema, updateMtaToCmaPayoutRestReqSchema, updateMtaTransactionRestReqSchema, updateOpenReconciliationCurrentBankStatementBalanceRestReqSchema, updateSettlementPayoutRestReqSchema, updateUnknownPayoutRestReqSchema, updateUnknownPayoutTargetDetailRestReqSchema, userEntitySchema, userRestResSchema, validateGetPropertyNameFormat, __webpack_exports__DEFAULT_PAGE as DEFAULT_PAGE, __webpack_exports__DEFAULT_PAGE_SIZE as DEFAULT_PAGE_SIZE, __webpack_exports__PACKAGE_VERSION as PACKAGE_VERSION };
|
|
4998
|
+
var __webpack_exports__PACKAGE_VERSION = "1.0.6";
|
|
4999
|
+
export { ASSIGN_UNKNOWN_TO_CUSTOMER, account_period_constant_AccountPeriodStatus as AccountPeriodStatus, account_type_constant_AccountType as AccountType, common_status_constant_AccountingCommonStatus as AccountingCommonStatus, AccountingCommonSyncStatus, AmmoZeptoBankAccounts, AmmoZeptoClient, CmaPayoutTransactionType, CmaReceiptTransactionType, CmaStatus, cma_input_type_constant_CmaTransactionCreateType as CmaTransactionCreateType, CmaTransactionCreateTypeToDisplayText, cma_input_type_constant_CmaTransactionInputType as CmaTransactionInputType, CmaTransactionInputTypeToDisplayText, cma_payment_method_constant_CmaTransactionPaymentMethod as CmaTransactionPaymentMethod, CmaTransactionStatus, CmaTransactionStatusToDisplayTextMapper, CmaTransactionType, CmaTransactionTypeToDisplayTextMapper, DATE_FORMATS, DEFAULT_DATE_FORMAT, DEFAULT_DATE_FORMAT_WITH_TIME, DEFAULT_DATE_TIME_ZONE, DEFAULT_PAYOUT_SOURCE_BANK_REF, DEFAULT_PAYOUT_SOURCE_DESCRIPTION, DEFAULT_PAYOUT_TARGET_BANK_REF, DEFAULT_PAYOUT_TARGET_DESCRIPTION, InputJsonValueSchema, JsonNullableFilterSchema, MenuStatus, MenuType, MtaCustomerTransactionType, MtaPayoutTransactionType, MtaReceiptTransactionType, mta_MtaStatus as MtaStatus, MtaTransactionExtendedStatus, MtaTransactionExtendedStatusToDisplayTextMapper, mta_input_type_constant_MtaTransactionInputType as MtaTransactionInputType, MtaTransactionInputTypeToDisplayText, mta_payment_method_constant_MtaTransactionPaymentMethod as MtaTransactionPaymentMethod, MtaTransactionStatus, MtaTransactionStatusToDisplayTextMapper, MtaTransactionType, MtaTransactionTypeToDisplayTextMapper, MtaUnknownTransactionType, payment_method_constant_PaymentMethod as PaymentMethod, PayoutBankFileStatus, payout_constant_PayoutSourceAccountType as PayoutSourceAccountType, PayoutStatus, payout_constant_PayoutTargetAccountType as PayoutTargetAccountType, PayoutType, ProjectApplyStatusRestRes, ProjectMtaAllocationStatus, PropertyInitialDepositStatus, PropertyInitialDepositStatusToDisplayTextMapper, property_status_constant_PropertyRestResStatus as PropertyRestResStatus, PropertyStage, PropertyStatusToDisplayTextMapper, QueryMode, reconcile_transaction_action_constant_ReconcileTransactionAction as ReconcileTransactionAction, reconciliation_constant_ReconciliationStatus as ReconciliationStatus, report_data_range_type_constant_ReportDataRangeType as ReportDataRangeType, report_group_type_constant_ReportGroupType as ReportGroupType, sort_order_constant_SortOrder as SortOrder, StringFilterBaseSchema, TRANSACTION_CANCEL, accountBsbFormattedSchema, accountBsbMaskedSchema, accountBsbValidationSchema, accountNumberMaskedSchema, accountNumberValidationSchema, allocateMtaToProjectRestReqSchema, approveMtaAllocationRestReqSchema, assignUnknownReceiptToPropertyRestReqSchema, balanceRestResSchema, bankCodeSchema, bankReconciliationSummaryRestReqSchema, bigIntFilterSchema, bigIntNullableFilterSchema, bigIntNullableObjectFilterSchema, bigIntObjectFilterSchema, bigIntSimpleFilterSchema, boolFilterBaseSchema, boolFilterSchema, cancelCmaTransactionRestReqSchema, cancelMtaTransactionRestReqSchema, cancelPayoutPaymentRestReqSchema, cancelPayoutRestReqSchema, centsToDollarsSchema, cmaAccountPeriodCloseRestReqSchema, cmaAccountPeriodClosingSummaryRestReqSchema, cmaAccountPeriodClosingSummaryRestResSchema, cmaAccountPeriodEntitySchema, cmaAccountPeriodRestResBaseSchema, cmaAccountPeriodRestResSchema, cmaClosedAccountPeriodRestResSchema, cmaEntitySchema, cmaReconciledTransactionEntitySchema, cmaReconciledTransactionRestResSchema, cmaReconciliationEntitySchema, cmaReconciliationRestResSchema, cmaRestResBaseSchema, cmaRestResSchema, cmaSearchRestReqSchema, cmaSettlementPayoutRestResSchema, cmaTransactionEntitySchema, cmaTransactionRestResBaseSchema, cmaTransactionRestResSchema, cmaTransactionSearchRestReqSchema, commonPayoutSourceDetailEntitySchema, commonPayoutTargetDetailEntitySchema, commonReportRestReqSchema, commonReportWithCmaSelectionRestReqSchema, commonUpdatePayoutRestReqSchema, commonUpdatePayoutTargetDetailRestReqSchema, confirmPayoutBankFileProcessedRestReqSchema, createCmaReconciliationRestReqSchema, createCmaRestReqSchema, createCmaTransactionRestReqSchema, createMenuRestReqSchema, createMtaReconciliationRestReqSchema, createMtaRestReqSchema, createMtaToCmaPayoutRestReqSchema, createMtaTransactionRestReqSchema, createSettlementPayoutRestReqSchema, createSettlementPayoutSourceAccountSchema, createSettlementPayoutTargetAccountSchema, createUnknownPayoutRestReqSchema, customerEntitySchema, customerLedgerRestReqSchema, customerSyncFromAmmozeGrpcReqSchema, dateTimeFilterBaseSchema, dateTimeFilterSchema, developerEntitySchema, displayBankAccount, dollarsToCentsSchema, extendDayjs, formatBankBsb, formatCurrency, fromCentsToDollars, fromDollarsToCents, generateMtaPaymentMethodAccountConfigForZepto, generateMtaPaymentMethodFloatAccountConfigForZepto, getPropertyName, getTransactionAmountStr, getTransactionNumber, getTransactionStatus, intFilterSchema, intNullableFilterSchema, intNullableObjectFilterSchema, intObjectFilterSchema, intSimpleFilterSchema, isInterestTransaction, isPaymentTransaction, isReceiptTransaction, isTransactionAssignable, isTransactionCancelable, isUnknownReceiptAssignedToProperty, isUnknownReceiptPaidOut, isUnknownTransaction, markCmaTransactionAsClearedRestReqSchema, markPropertyCmaNotRequiredReqSchema, maskBankAccount, maskBankAccountNumber, maskBankBsb, maskString, menuRestResSchema, menuSchema, mtaAccountPeriodCloseRestReqSchema, mtaAccountPeriodClosingSummaryRestReqSchema, mtaAccountPeriodClosingSummaryRestResSchema, mtaAccountPeriodEntitySchema, mtaAccountPeriodRestResSchema, mtaClosedAccountPeriodRestResSchema, mtaEntitySchema, mtaListItemRestResSchema, mtaPaymentMethodAccountConfigSchema, mtaPaymentMethodEntitySchema, mtaPaymentMethodFloatAccountConfigSchema, mtaPaymentMethodRestResSchema, mtaReconciledTransactionEntitySchema, mtaReconciledTransactionRestResSchema, mtaReconciliationEntitySchema, mtaReconciliationRestResSchema, mtaRestResBaseSchema, mtaRestResSchema, mtaSettlementPayoutRestResSchema, mtaToCmaPayoutPaymentEntitySchema, mtaToCmaPayoutPaymentRestSchema, mtaToCmaPayoutProvisionDataEntitySchema, mtaToCmaPayoutProvisionDataRestSchema, mtaToCmaPayoutRestResSchema, mtaToCmaPayoutSourceDetailEntitySchema, mtaToCmaPayoutSourceDetailRestSchema, mtaToCmaPayoutTargetDetailEntitySchema, mtaToCmaPayoutTargetDetailRestSchema, mtaTransactionEntitySchema, mtaTransactionNestedSchema, mtaTransactionRestResBaseSchema, mtaTransactionRestResSchema, mtaTransactionSearchRestReqSchema, mtaTransactionStatusSummaryRestResSchema, paginatedResSchema, paginationReqSchema, parseToDate, parseToDayjs, paymentListReportRestReqSchema, paymentProviderEntitySchema, payoutBankFileDownloadHistoryEntitySchema, payoutBankFileEntitySchema, payoutBankFileRestResSchema, payoutEntitySchema, payoutProvisionDataEntitySchema, payoutRestResBaseSchema, payoutRestResSchema, payoutSearchRestReqSchema, payoutStatusSummaryRestResSchema, payoutTransactionEntitySchema, payoutTransactionRestResSchema, payoutTransactionSearchRestReqSchema, payoutUpdateRestReqSchema, projectEntitySchema, projectLedgerRestReqSchema, projectMtaAllocationEntitySchema, projectMtaAllocationRestResSchema, projectNestedEntitySchema, projectRestResSchema, projectSearchRestReqSchema, propertyAccountsBalanceRestResSchema, propertyEntitySchema, propertyNestedEntitySchema, propertyRestResBaseSchema, propertyRestResSchema, propertySearchRestReqSchema, propertySyncFromAmmozeGrpcReqSchema, queryModeSchema, receiptListReportRestReqSchema, reconcileCmaTransactionRestReqSchema, reconcileMtaTransactionRestReqSchema, reconciledItemsListReportRestReqSchema, safeParseDateFromStr, settlementPayoutPaymentEntitySchema, settlementPayoutProvisionDataEntitySchema, settlementPayoutRestResSchema, settlementPayoutSourceDetailEntitySchema, settlementPayoutTargetDetailEntitySchema, simpleStringFilterSchema, sortReqSchema, stateCodeSchema, statusFilterSchema, statusNullableFilterSchema, stringFilterSchema, stringNullableFilterSchema, stringToBoolSchema, stringToDateSchema, stringToEndOfDaySchema, stringToStartOfDaySchema, trustTrialBalanceReportRestReqSchema, unknownPayoutPaymentEntitySchema, unknownPayoutProvisionDataEntitySchema, unknownPayoutRestResSchema, unknownPayoutSourceDetailEntitySchema, unknownPayoutTargetDetailEntitySchema, unknownReceiptLedgerRestReqSchema, unreconciledItemsListReportRestReqSchema, updateCmaOpenReconciliationCurrentBankStatementBalanceRestReqSchema, updateCmaSettlementPayoutRestReqSchema, updateMenuRestReqSchema, updateMtaRestReqSchema, updateMtaSettlementPayoutRestReqSchema, updateMtaToCmaPayoutRestReqSchema, updateMtaTransactionRestReqSchema, updateOpenReconciliationCurrentBankStatementBalanceRestReqSchema, updateSettlementPayoutRestReqSchema, updateUnknownPayoutRestReqSchema, updateUnknownPayoutTargetDetailRestReqSchema, userEntitySchema, userRestResSchema, validateGetPropertyNameFormat, __webpack_exports__DEFAULT_PAGE as DEFAULT_PAGE, __webpack_exports__DEFAULT_PAGE_SIZE as DEFAULT_PAGE_SIZE, __webpack_exports__PACKAGE_VERSION as PACKAGE_VERSION };
|
|
@@ -54,6 +54,7 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
54
54
|
readonly INACTIVE: "inactive";
|
|
55
55
|
}>>;
|
|
56
56
|
readonly property: z.ZodLazy<z.ZodOptional<z.ZodObject<{
|
|
57
|
+
cmaNotRequiredReason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
57
58
|
id: z.ZodUUID;
|
|
58
59
|
mtaId: z.ZodString;
|
|
59
60
|
status: z.ZodString;
|
|
@@ -70,6 +71,7 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
70
71
|
propertyAddress: z.ZodString;
|
|
71
72
|
cmaBalanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
72
73
|
mtaBalanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
74
|
+
isCmaRequired: z.ZodBoolean;
|
|
73
75
|
stage: z.ZodString;
|
|
74
76
|
initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
75
77
|
project: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
@@ -162,7 +164,9 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
162
164
|
propertyAddress: string;
|
|
163
165
|
cmaBalanceCents: bigint;
|
|
164
166
|
mtaBalanceCents: bigint;
|
|
167
|
+
isCmaRequired: boolean;
|
|
165
168
|
stage: string;
|
|
169
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
166
170
|
cmaId?: string | null | undefined;
|
|
167
171
|
buyerName?: string | null | undefined;
|
|
168
172
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -258,7 +262,9 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
258
262
|
propertyAddress: string;
|
|
259
263
|
cmaBalanceCents: bigint;
|
|
260
264
|
mtaBalanceCents: bigint;
|
|
265
|
+
isCmaRequired: boolean;
|
|
261
266
|
stage: string;
|
|
267
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
262
268
|
cmaId?: string | null | undefined;
|
|
263
269
|
buyerName?: string | null | undefined;
|
|
264
270
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -353,7 +359,9 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
353
359
|
propertyAddress: string;
|
|
354
360
|
cmaBalanceCents: bigint;
|
|
355
361
|
mtaBalanceCents: bigint;
|
|
362
|
+
isCmaRequired: boolean;
|
|
356
363
|
stage: string;
|
|
364
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
357
365
|
cmaId?: string | null | undefined;
|
|
358
366
|
buyerName?: string | null | undefined;
|
|
359
367
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -456,7 +464,9 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
456
464
|
propertyAddress: string;
|
|
457
465
|
cmaBalanceCents: unknown;
|
|
458
466
|
mtaBalanceCents: unknown;
|
|
467
|
+
isCmaRequired: boolean;
|
|
459
468
|
stage: string;
|
|
469
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
460
470
|
cmaId?: string | null | undefined;
|
|
461
471
|
buyerName?: string | null | undefined;
|
|
462
472
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -552,7 +562,9 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
552
562
|
propertyAddress: string;
|
|
553
563
|
cmaBalanceCents: unknown;
|
|
554
564
|
mtaBalanceCents: unknown;
|
|
565
|
+
isCmaRequired: boolean;
|
|
555
566
|
stage: string;
|
|
567
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
556
568
|
cmaId?: string | null | undefined;
|
|
557
569
|
buyerName?: string | null | undefined;
|
|
558
570
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -647,7 +659,9 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
647
659
|
propertyAddress: string;
|
|
648
660
|
cmaBalanceCents: unknown;
|
|
649
661
|
mtaBalanceCents: unknown;
|
|
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;
|
|
@@ -744,7 +758,9 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
744
758
|
propertyAddress: string;
|
|
745
759
|
cmaBalanceCents: bigint;
|
|
746
760
|
mtaBalanceCents: bigint;
|
|
761
|
+
isCmaRequired: boolean;
|
|
747
762
|
stage: string;
|
|
763
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
748
764
|
cmaId?: string | null | undefined;
|
|
749
765
|
buyerName?: string | null | undefined;
|
|
750
766
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -840,7 +856,9 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
840
856
|
propertyAddress: string;
|
|
841
857
|
cmaBalanceCents: bigint;
|
|
842
858
|
mtaBalanceCents: bigint;
|
|
859
|
+
isCmaRequired: boolean;
|
|
843
860
|
stage: string;
|
|
861
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
844
862
|
cmaId?: string | null | undefined;
|
|
845
863
|
buyerName?: string | null | undefined;
|
|
846
864
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -935,7 +953,9 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
935
953
|
propertyAddress: string;
|
|
936
954
|
cmaBalanceCents: bigint;
|
|
937
955
|
mtaBalanceCents: bigint;
|
|
956
|
+
isCmaRequired: boolean;
|
|
938
957
|
stage: string;
|
|
958
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
939
959
|
cmaId?: string | null | undefined;
|
|
940
960
|
buyerName?: string | null | undefined;
|
|
941
961
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1038,7 +1058,9 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
1038
1058
|
propertyAddress: string;
|
|
1039
1059
|
cmaBalanceCents: unknown;
|
|
1040
1060
|
mtaBalanceCents: unknown;
|
|
1061
|
+
isCmaRequired: boolean;
|
|
1041
1062
|
stage: string;
|
|
1063
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1042
1064
|
cmaId?: string | null | undefined;
|
|
1043
1065
|
buyerName?: string | null | undefined;
|
|
1044
1066
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1134,7 +1156,9 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
1134
1156
|
propertyAddress: string;
|
|
1135
1157
|
cmaBalanceCents: unknown;
|
|
1136
1158
|
mtaBalanceCents: unknown;
|
|
1159
|
+
isCmaRequired: boolean;
|
|
1137
1160
|
stage: string;
|
|
1161
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1138
1162
|
cmaId?: string | null | undefined;
|
|
1139
1163
|
buyerName?: string | null | undefined;
|
|
1140
1164
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1229,7 +1253,9 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
1229
1253
|
propertyAddress: string;
|
|
1230
1254
|
cmaBalanceCents: unknown;
|
|
1231
1255
|
mtaBalanceCents: unknown;
|
|
1256
|
+
isCmaRequired: boolean;
|
|
1232
1257
|
stage: string;
|
|
1258
|
+
cmaNotRequiredReason?: string | null | undefined;
|
|
1233
1259
|
cmaId?: string | null | undefined;
|
|
1234
1260
|
buyerName?: string | null | undefined;
|
|
1235
1261
|
initialDepositStatus?: string | null | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cma.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma/cma.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAQxB,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAEtD,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;iBAO/B,CAAC;AAEH,eAAO,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"cma.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma/cma.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAQxB,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAEtD,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;iBAO/B,CAAC;AAEH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAgB3B,CAAC;AAEH,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC"}
|