@mikemo-coposit/am-accounting-shared 1.0.9 → 1.1.0
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/cma-creation-request/cma-creation-request.constant.d.ts +6 -0
- package/dist/cjs/constants/cma-creation-request/cma-creation-request.constant.d.ts.map +1 -0
- package/dist/cjs/constants/cma-creation-request/index.d.ts +2 -0
- package/dist/cjs/constants/cma-creation-request/index.d.ts.map +1 -0
- package/dist/cjs/constants/common/package-version.constant.d.ts +1 -1
- package/dist/cjs/constants/index.d.ts +1 -0
- package/dist/cjs/constants/index.d.ts.map +1 -1
- package/dist/cjs/constants/mta-transaction/mta-type.constant.d.ts +2 -2
- package/dist/cjs/constants/mta-transaction/mta-type.constant.d.ts.map +1 -1
- package/dist/cjs/constants/payout/payout-type.constant.d.ts +2 -2
- package/dist/cjs/constants/payout/payout-type.constant.d.ts.map +1 -1
- package/dist/cjs/constants/payout/payout.constant.d.ts +4 -4
- package/dist/cjs/index.cjs +439 -283
- package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts +354 -108
- package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -1
- package/dist/cjs/schemas/cma/cma.rest.schema.d.ts +13 -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 +24 -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 +13 -0
- package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-creation-request/cma-creation-request.entity.schema.d.ts +78 -0
- package/dist/cjs/schemas/cma-creation-request/cma-creation-request.entity.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/cma-creation-request/cma-creation-request.rest.schema.d.ts +26 -0
- package/dist/cjs/schemas/cma-creation-request/cma-creation-request.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/cma-creation-request/index.d.ts +3 -0
- package/dist/cjs/schemas/cma-creation-request/index.d.ts.map +1 -0
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +25 -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 +452 -206
- package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +1 -0
- package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/search/sort-req.schema.d.ts +3 -3
- package/dist/cjs/schemas/common/search/sort-req.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/customer/customer-sync.grpc.schema.d.ts +1 -1
- package/dist/cjs/schemas/index.d.ts +1 -0
- package/dist/cjs/schemas/index.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +168 -144
- 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 +84 -72
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts +1 -1
- package/dist/cjs/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts +247 -2
- package/dist/cjs/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +1 -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 +28 -27
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/common-payout-schemas/common-update-payout.rest.schema.d.ts +1 -1
- package/dist/cjs/schemas/payout/confirm-payout-bank-file-processed.rest.schema.d.ts +1 -1
- package/dist/cjs/schemas/payout/index.d.ts +1 -0
- package/dist/cjs/schemas/payout/index.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts +2 -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 +303 -225
- 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 +78 -2
- package/dist/cjs/schemas/payout/payout-provision-data.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout-search.rest.schema.d.ts +1 -1
- package/dist/cjs/schemas/payout/payout-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout-update.rest.schema.d.ts +15 -1
- package/dist/cjs/schemas/payout/payout-update.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout.entity.schema.d.ts +77 -1
- package/dist/cjs/schemas/payout/payout.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts +13377 -5280
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/refund-payout/create.refund-payout.rest.schema.d.ts +45 -0
- package/dist/cjs/schemas/payout/refund-payout/create.refund-payout.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/refund-payout/index.d.ts +4 -0
- package/dist/cjs/schemas/payout/refund-payout/index.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/refund-payout/provision-data.refund-payout.entity.schema.d.ts +138 -0
- package/dist/cjs/schemas/payout/refund-payout/provision-data.refund-payout.entity.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/refund-payout/update.refund-payout.rest.schema.d.ts +31 -0
- package/dist/cjs/schemas/payout/refund-payout/update.refund-payout.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/payout/settlement-payout/create.settlement-payout.rest.schema.d.ts +1 -1
- package/dist/cjs/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts +2 -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-transactin.entity.schema.d.ts +4 -4
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +130 -96
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/cjs/schemas/project/project-search.rest.schema.d.ts +1 -1
- package/dist/cjs/schemas/property/property-search.rest.schema.d.ts +640 -11
- package/dist/cjs/schemas/property/property-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property.entity.schema.d.ts +3 -1
- package/dist/cjs/schemas/property/property.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property.rest.schema.d.ts +104 -78
- package/dist/cjs/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/cjs/utils/currency.util.d.ts +1 -1
- package/dist/cjs/utils/currency.util.d.ts.map +1 -1
- package/dist/esm/constants/cma-creation-request/cma-creation-request.constant.d.ts +6 -0
- package/dist/esm/constants/cma-creation-request/cma-creation-request.constant.d.ts.map +1 -0
- package/dist/esm/constants/cma-creation-request/index.d.ts +2 -0
- package/dist/esm/constants/cma-creation-request/index.d.ts.map +1 -0
- package/dist/esm/constants/common/package-version.constant.d.ts +1 -1
- package/dist/esm/constants/index.d.ts +1 -0
- package/dist/esm/constants/index.d.ts.map +1 -1
- package/dist/esm/constants/mta-transaction/mta-type.constant.d.ts +2 -2
- package/dist/esm/constants/mta-transaction/mta-type.constant.d.ts.map +1 -1
- package/dist/esm/constants/payout/payout-type.constant.d.ts +2 -2
- package/dist/esm/constants/payout/payout-type.constant.d.ts.map +1 -1
- package/dist/esm/constants/payout/payout.constant.d.ts +4 -4
- package/dist/esm/index.js +361 -186
- package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts +354 -108
- package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -1
- package/dist/esm/schemas/cma/cma.rest.schema.d.ts +13 -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 +24 -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 +13 -0
- package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-creation-request/cma-creation-request.entity.schema.d.ts +78 -0
- package/dist/esm/schemas/cma-creation-request/cma-creation-request.entity.schema.d.ts.map +1 -0
- package/dist/esm/schemas/cma-creation-request/cma-creation-request.rest.schema.d.ts +26 -0
- package/dist/esm/schemas/cma-creation-request/cma-creation-request.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/cma-creation-request/index.d.ts +3 -0
- package/dist/esm/schemas/cma-creation-request/index.d.ts.map +1 -0
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +25 -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 +452 -206
- package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +1 -0
- package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/search/sort-req.schema.d.ts +3 -3
- package/dist/esm/schemas/common/search/sort-req.schema.d.ts.map +1 -1
- package/dist/esm/schemas/customer/customer-sync.grpc.schema.d.ts +1 -1
- package/dist/esm/schemas/index.d.ts +1 -0
- package/dist/esm/schemas/index.d.ts.map +1 -1
- package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +168 -144
- 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 +84 -72
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts +1 -1
- package/dist/esm/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts +247 -2
- package/dist/esm/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +1 -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 +28 -27
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/common-payout-schemas/common-update-payout.rest.schema.d.ts +1 -1
- package/dist/esm/schemas/payout/confirm-payout-bank-file-processed.rest.schema.d.ts +1 -1
- package/dist/esm/schemas/payout/index.d.ts +1 -0
- package/dist/esm/schemas/payout/index.d.ts.map +1 -1
- package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.entity.schema.d.ts +2 -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 +303 -225
- 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 +78 -2
- package/dist/esm/schemas/payout/payout-provision-data.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout-search.rest.schema.d.ts +1 -1
- package/dist/esm/schemas/payout/payout-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout-update.rest.schema.d.ts +15 -1
- package/dist/esm/schemas/payout/payout-update.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout.entity.schema.d.ts +77 -1
- package/dist/esm/schemas/payout/payout.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts +13377 -5280
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/refund-payout/create.refund-payout.rest.schema.d.ts +45 -0
- package/dist/esm/schemas/payout/refund-payout/create.refund-payout.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/refund-payout/index.d.ts +4 -0
- package/dist/esm/schemas/payout/refund-payout/index.d.ts.map +1 -0
- package/dist/esm/schemas/payout/refund-payout/provision-data.refund-payout.entity.schema.d.ts +138 -0
- package/dist/esm/schemas/payout/refund-payout/provision-data.refund-payout.entity.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/refund-payout/update.refund-payout.rest.schema.d.ts +31 -0
- package/dist/esm/schemas/payout/refund-payout/update.refund-payout.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/payout/settlement-payout/create.settlement-payout.rest.schema.d.ts +1 -1
- package/dist/esm/schemas/payout/settlement-payout/provision-data.settlement-payout.entity.schema.d.ts +2 -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-transactin.entity.schema.d.ts +4 -4
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +130 -96
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/esm/schemas/project/project-search.rest.schema.d.ts +1 -1
- package/dist/esm/schemas/property/property-search.rest.schema.d.ts +640 -11
- package/dist/esm/schemas/property/property-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/property/property.entity.schema.d.ts +3 -1
- package/dist/esm/schemas/property/property.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/property/property.rest.schema.d.ts +104 -78
- package/dist/esm/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/esm/utils/currency.util.d.ts +1 -1
- package/dist/esm/utils/currency.util.d.ts.map +1 -1
- package/package.json +22 -18
|
@@ -74,6 +74,7 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
74
74
|
isCmaRequired: z.ZodDefault<z.ZodPrefault<z.ZodBoolean>>;
|
|
75
75
|
stage: z.ZodString;
|
|
76
76
|
initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
77
|
+
copositSaleStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
77
78
|
project: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
78
79
|
id: z.ZodString;
|
|
79
80
|
name: z.ZodString;
|
|
@@ -170,6 +171,7 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
170
171
|
cmaId?: string | null | undefined;
|
|
171
172
|
buyerName?: string | null | undefined;
|
|
172
173
|
initialDepositStatus?: string | null | undefined;
|
|
174
|
+
copositSaleStatus?: string | null | undefined;
|
|
173
175
|
project?: {
|
|
174
176
|
id: string;
|
|
175
177
|
name: string;
|
|
@@ -268,6 +270,7 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
268
270
|
cmaId?: string | null | undefined;
|
|
269
271
|
buyerName?: string | null | undefined;
|
|
270
272
|
initialDepositStatus?: string | null | undefined;
|
|
273
|
+
copositSaleStatus?: string | null | undefined;
|
|
271
274
|
project?: {
|
|
272
275
|
id: string;
|
|
273
276
|
name: string;
|
|
@@ -365,6 +368,7 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
365
368
|
cmaId?: string | null | undefined;
|
|
366
369
|
buyerName?: string | null | undefined;
|
|
367
370
|
initialDepositStatus?: string | null | undefined;
|
|
371
|
+
copositSaleStatus?: string | null | undefined;
|
|
368
372
|
project?: {
|
|
369
373
|
id: string;
|
|
370
374
|
name: string;
|
|
@@ -470,6 +474,7 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
470
474
|
buyerName?: string | null | undefined;
|
|
471
475
|
isCmaRequired?: boolean | undefined;
|
|
472
476
|
initialDepositStatus?: string | null | undefined;
|
|
477
|
+
copositSaleStatus?: string | null | undefined;
|
|
473
478
|
project?: {
|
|
474
479
|
id: string;
|
|
475
480
|
name: string;
|
|
@@ -568,6 +573,7 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
568
573
|
buyerName?: string | null | undefined;
|
|
569
574
|
isCmaRequired?: boolean | undefined;
|
|
570
575
|
initialDepositStatus?: string | null | undefined;
|
|
576
|
+
copositSaleStatus?: string | null | undefined;
|
|
571
577
|
project?: {
|
|
572
578
|
id: string;
|
|
573
579
|
name: string;
|
|
@@ -665,6 +671,7 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
665
671
|
buyerName?: string | null | undefined;
|
|
666
672
|
isCmaRequired?: boolean | undefined;
|
|
667
673
|
initialDepositStatus?: string | null | undefined;
|
|
674
|
+
copositSaleStatus?: string | null | undefined;
|
|
668
675
|
project?: {
|
|
669
676
|
id: string;
|
|
670
677
|
name: string;
|
|
@@ -764,6 +771,7 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
764
771
|
cmaId?: string | null | undefined;
|
|
765
772
|
buyerName?: string | null | undefined;
|
|
766
773
|
initialDepositStatus?: string | null | undefined;
|
|
774
|
+
copositSaleStatus?: string | null | undefined;
|
|
767
775
|
project?: {
|
|
768
776
|
id: string;
|
|
769
777
|
name: string;
|
|
@@ -862,6 +870,7 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
862
870
|
cmaId?: string | null | undefined;
|
|
863
871
|
buyerName?: string | null | undefined;
|
|
864
872
|
initialDepositStatus?: string | null | undefined;
|
|
873
|
+
copositSaleStatus?: string | null | undefined;
|
|
865
874
|
project?: {
|
|
866
875
|
id: string;
|
|
867
876
|
name: string;
|
|
@@ -959,6 +968,7 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
959
968
|
cmaId?: string | null | undefined;
|
|
960
969
|
buyerName?: string | null | undefined;
|
|
961
970
|
initialDepositStatus?: string | null | undefined;
|
|
971
|
+
copositSaleStatus?: string | null | undefined;
|
|
962
972
|
project?: {
|
|
963
973
|
id: string;
|
|
964
974
|
name: string;
|
|
@@ -1064,6 +1074,7 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
1064
1074
|
buyerName?: string | null | undefined;
|
|
1065
1075
|
isCmaRequired?: boolean | undefined;
|
|
1066
1076
|
initialDepositStatus?: string | null | undefined;
|
|
1077
|
+
copositSaleStatus?: string | null | undefined;
|
|
1067
1078
|
project?: {
|
|
1068
1079
|
id: string;
|
|
1069
1080
|
name: string;
|
|
@@ -1162,6 +1173,7 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
1162
1173
|
buyerName?: string | null | undefined;
|
|
1163
1174
|
isCmaRequired?: boolean | undefined;
|
|
1164
1175
|
initialDepositStatus?: string | null | undefined;
|
|
1176
|
+
copositSaleStatus?: string | null | undefined;
|
|
1165
1177
|
project?: {
|
|
1166
1178
|
id: string;
|
|
1167
1179
|
name: string;
|
|
@@ -1259,6 +1271,7 @@ export declare const cmaRestResSchema: z.ZodObject<{
|
|
|
1259
1271
|
buyerName?: string | null | undefined;
|
|
1260
1272
|
isCmaRequired?: boolean | undefined;
|
|
1261
1273
|
initialDepositStatus?: string | null | undefined;
|
|
1274
|
+
copositSaleStatus?: string | null | undefined;
|
|
1262
1275
|
project?: {
|
|
1263
1276
|
id: string;
|
|
1264
1277
|
name: string;
|
|
@@ -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"}
|
package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts
CHANGED
|
@@ -112,6 +112,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
112
112
|
cmaId?: string | null | undefined;
|
|
113
113
|
buyerName?: string | null | undefined;
|
|
114
114
|
initialDepositStatus?: string | null | undefined;
|
|
115
|
+
copositSaleStatus?: string | null | undefined;
|
|
115
116
|
project?: {
|
|
116
117
|
id: string;
|
|
117
118
|
name: string;
|
|
@@ -210,6 +211,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
210
211
|
cmaId?: string | null | undefined;
|
|
211
212
|
buyerName?: string | null | undefined;
|
|
212
213
|
initialDepositStatus?: string | null | undefined;
|
|
214
|
+
copositSaleStatus?: string | null | undefined;
|
|
213
215
|
project?: {
|
|
214
216
|
id: string;
|
|
215
217
|
name: string;
|
|
@@ -307,6 +309,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
307
309
|
cmaId?: string | null | undefined;
|
|
308
310
|
buyerName?: string | null | undefined;
|
|
309
311
|
initialDepositStatus?: string | null | undefined;
|
|
312
|
+
copositSaleStatus?: string | null | undefined;
|
|
310
313
|
project?: {
|
|
311
314
|
id: string;
|
|
312
315
|
name: string;
|
|
@@ -412,6 +415,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
412
415
|
buyerName?: string | null | undefined;
|
|
413
416
|
isCmaRequired?: boolean | undefined;
|
|
414
417
|
initialDepositStatus?: string | null | undefined;
|
|
418
|
+
copositSaleStatus?: string | null | undefined;
|
|
415
419
|
project?: {
|
|
416
420
|
id: string;
|
|
417
421
|
name: string;
|
|
@@ -510,6 +514,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
510
514
|
buyerName?: string | null | undefined;
|
|
511
515
|
isCmaRequired?: boolean | undefined;
|
|
512
516
|
initialDepositStatus?: string | null | undefined;
|
|
517
|
+
copositSaleStatus?: string | null | undefined;
|
|
513
518
|
project?: {
|
|
514
519
|
id: string;
|
|
515
520
|
name: string;
|
|
@@ -607,6 +612,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
607
612
|
buyerName?: string | null | undefined;
|
|
608
613
|
isCmaRequired?: boolean | undefined;
|
|
609
614
|
initialDepositStatus?: string | null | undefined;
|
|
615
|
+
copositSaleStatus?: string | null | undefined;
|
|
610
616
|
project?: {
|
|
611
617
|
id: string;
|
|
612
618
|
name: string;
|
|
@@ -706,6 +712,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
706
712
|
cmaId?: string | null | undefined;
|
|
707
713
|
buyerName?: string | null | undefined;
|
|
708
714
|
initialDepositStatus?: string | null | undefined;
|
|
715
|
+
copositSaleStatus?: string | null | undefined;
|
|
709
716
|
project?: {
|
|
710
717
|
id: string;
|
|
711
718
|
name: string;
|
|
@@ -804,6 +811,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
804
811
|
cmaId?: string | null | undefined;
|
|
805
812
|
buyerName?: string | null | undefined;
|
|
806
813
|
initialDepositStatus?: string | null | undefined;
|
|
814
|
+
copositSaleStatus?: string | null | undefined;
|
|
807
815
|
project?: {
|
|
808
816
|
id: string;
|
|
809
817
|
name: string;
|
|
@@ -901,6 +909,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
901
909
|
cmaId?: string | null | undefined;
|
|
902
910
|
buyerName?: string | null | undefined;
|
|
903
911
|
initialDepositStatus?: string | null | undefined;
|
|
912
|
+
copositSaleStatus?: string | null | undefined;
|
|
904
913
|
project?: {
|
|
905
914
|
id: string;
|
|
906
915
|
name: string;
|
|
@@ -1006,6 +1015,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1006
1015
|
buyerName?: string | null | undefined;
|
|
1007
1016
|
isCmaRequired?: boolean | undefined;
|
|
1008
1017
|
initialDepositStatus?: string | null | undefined;
|
|
1018
|
+
copositSaleStatus?: string | null | undefined;
|
|
1009
1019
|
project?: {
|
|
1010
1020
|
id: string;
|
|
1011
1021
|
name: string;
|
|
@@ -1104,6 +1114,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1104
1114
|
buyerName?: string | null | undefined;
|
|
1105
1115
|
isCmaRequired?: boolean | undefined;
|
|
1106
1116
|
initialDepositStatus?: string | null | undefined;
|
|
1117
|
+
copositSaleStatus?: string | null | undefined;
|
|
1107
1118
|
project?: {
|
|
1108
1119
|
id: string;
|
|
1109
1120
|
name: string;
|
|
@@ -1201,6 +1212,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1201
1212
|
buyerName?: string | null | undefined;
|
|
1202
1213
|
isCmaRequired?: boolean | undefined;
|
|
1203
1214
|
initialDepositStatus?: string | null | undefined;
|
|
1215
|
+
copositSaleStatus?: string | null | undefined;
|
|
1204
1216
|
project?: {
|
|
1205
1217
|
id: string;
|
|
1206
1218
|
name: string;
|
|
@@ -1302,6 +1314,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1302
1314
|
cmaId?: string | null | undefined;
|
|
1303
1315
|
buyerName?: string | null | undefined;
|
|
1304
1316
|
initialDepositStatus?: string | null | undefined;
|
|
1317
|
+
copositSaleStatus?: string | null | undefined;
|
|
1305
1318
|
project?: {
|
|
1306
1319
|
id: string;
|
|
1307
1320
|
name: string;
|
|
@@ -1400,6 +1413,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1400
1413
|
cmaId?: string | null | undefined;
|
|
1401
1414
|
buyerName?: string | null | undefined;
|
|
1402
1415
|
initialDepositStatus?: string | null | undefined;
|
|
1416
|
+
copositSaleStatus?: string | null | undefined;
|
|
1403
1417
|
project?: {
|
|
1404
1418
|
id: string;
|
|
1405
1419
|
name: string;
|
|
@@ -1497,6 +1511,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1497
1511
|
cmaId?: string | null | undefined;
|
|
1498
1512
|
buyerName?: string | null | undefined;
|
|
1499
1513
|
initialDepositStatus?: string | null | undefined;
|
|
1514
|
+
copositSaleStatus?: string | null | undefined;
|
|
1500
1515
|
project?: {
|
|
1501
1516
|
id: string;
|
|
1502
1517
|
name: string;
|
|
@@ -1602,6 +1617,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1602
1617
|
buyerName?: string | null | undefined;
|
|
1603
1618
|
isCmaRequired?: boolean | undefined;
|
|
1604
1619
|
initialDepositStatus?: string | null | undefined;
|
|
1620
|
+
copositSaleStatus?: string | null | undefined;
|
|
1605
1621
|
project?: {
|
|
1606
1622
|
id: string;
|
|
1607
1623
|
name: string;
|
|
@@ -1700,6 +1716,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1700
1716
|
buyerName?: string | null | undefined;
|
|
1701
1717
|
isCmaRequired?: boolean | undefined;
|
|
1702
1718
|
initialDepositStatus?: string | null | undefined;
|
|
1719
|
+
copositSaleStatus?: string | null | undefined;
|
|
1703
1720
|
project?: {
|
|
1704
1721
|
id: string;
|
|
1705
1722
|
name: string;
|
|
@@ -1797,6 +1814,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1797
1814
|
buyerName?: string | null | undefined;
|
|
1798
1815
|
isCmaRequired?: boolean | undefined;
|
|
1799
1816
|
initialDepositStatus?: string | null | undefined;
|
|
1817
|
+
copositSaleStatus?: string | null | undefined;
|
|
1800
1818
|
project?: {
|
|
1801
1819
|
id: string;
|
|
1802
1820
|
name: string;
|
|
@@ -1896,6 +1914,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1896
1914
|
cmaId?: string | null | undefined;
|
|
1897
1915
|
buyerName?: string | null | undefined;
|
|
1898
1916
|
initialDepositStatus?: string | null | undefined;
|
|
1917
|
+
copositSaleStatus?: string | null | undefined;
|
|
1899
1918
|
project?: {
|
|
1900
1919
|
id: string;
|
|
1901
1920
|
name: string;
|
|
@@ -1994,6 +2013,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1994
2013
|
cmaId?: string | null | undefined;
|
|
1995
2014
|
buyerName?: string | null | undefined;
|
|
1996
2015
|
initialDepositStatus?: string | null | undefined;
|
|
2016
|
+
copositSaleStatus?: string | null | undefined;
|
|
1997
2017
|
project?: {
|
|
1998
2018
|
id: string;
|
|
1999
2019
|
name: string;
|
|
@@ -2091,6 +2111,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2091
2111
|
cmaId?: string | null | undefined;
|
|
2092
2112
|
buyerName?: string | null | undefined;
|
|
2093
2113
|
initialDepositStatus?: string | null | undefined;
|
|
2114
|
+
copositSaleStatus?: string | null | undefined;
|
|
2094
2115
|
project?: {
|
|
2095
2116
|
id: string;
|
|
2096
2117
|
name: string;
|
|
@@ -2196,6 +2217,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2196
2217
|
buyerName?: string | null | undefined;
|
|
2197
2218
|
isCmaRequired?: boolean | undefined;
|
|
2198
2219
|
initialDepositStatus?: string | null | undefined;
|
|
2220
|
+
copositSaleStatus?: string | null | undefined;
|
|
2199
2221
|
project?: {
|
|
2200
2222
|
id: string;
|
|
2201
2223
|
name: string;
|
|
@@ -2294,6 +2316,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2294
2316
|
buyerName?: string | null | undefined;
|
|
2295
2317
|
isCmaRequired?: boolean | undefined;
|
|
2296
2318
|
initialDepositStatus?: string | null | undefined;
|
|
2319
|
+
copositSaleStatus?: string | null | undefined;
|
|
2297
2320
|
project?: {
|
|
2298
2321
|
id: string;
|
|
2299
2322
|
name: string;
|
|
@@ -2391,6 +2414,7 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2391
2414
|
buyerName?: string | null | undefined;
|
|
2392
2415
|
isCmaRequired?: boolean | undefined;
|
|
2393
2416
|
initialDepositStatus?: string | null | undefined;
|
|
2417
|
+
copositSaleStatus?: string | null | undefined;
|
|
2394
2418
|
project?: {
|
|
2395
2419
|
id: string;
|
|
2396
2420
|
name: string;
|
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"}
|
|
@@ -82,6 +82,7 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
82
82
|
isCmaRequired: z.ZodDefault<z.ZodPrefault<z.ZodBoolean>>;
|
|
83
83
|
stage: z.ZodString;
|
|
84
84
|
initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
85
|
+
copositSaleStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
85
86
|
project: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
86
87
|
id: z.ZodString;
|
|
87
88
|
name: z.ZodString;
|
|
@@ -178,6 +179,7 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
178
179
|
cmaId?: string | null | undefined;
|
|
179
180
|
buyerName?: string | null | undefined;
|
|
180
181
|
initialDepositStatus?: string | null | undefined;
|
|
182
|
+
copositSaleStatus?: string | null | undefined;
|
|
181
183
|
project?: {
|
|
182
184
|
id: string;
|
|
183
185
|
name: string;
|
|
@@ -276,6 +278,7 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
276
278
|
cmaId?: string | null | undefined;
|
|
277
279
|
buyerName?: string | null | undefined;
|
|
278
280
|
initialDepositStatus?: string | null | undefined;
|
|
281
|
+
copositSaleStatus?: string | null | undefined;
|
|
279
282
|
project?: {
|
|
280
283
|
id: string;
|
|
281
284
|
name: string;
|
|
@@ -373,6 +376,7 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
373
376
|
cmaId?: string | null | undefined;
|
|
374
377
|
buyerName?: string | null | undefined;
|
|
375
378
|
initialDepositStatus?: string | null | undefined;
|
|
379
|
+
copositSaleStatus?: string | null | undefined;
|
|
376
380
|
project?: {
|
|
377
381
|
id: string;
|
|
378
382
|
name: string;
|
|
@@ -478,6 +482,7 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
478
482
|
buyerName?: string | null | undefined;
|
|
479
483
|
isCmaRequired?: boolean | undefined;
|
|
480
484
|
initialDepositStatus?: string | null | undefined;
|
|
485
|
+
copositSaleStatus?: string | null | undefined;
|
|
481
486
|
project?: {
|
|
482
487
|
id: string;
|
|
483
488
|
name: string;
|
|
@@ -576,6 +581,7 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
576
581
|
buyerName?: string | null | undefined;
|
|
577
582
|
isCmaRequired?: boolean | undefined;
|
|
578
583
|
initialDepositStatus?: string | null | undefined;
|
|
584
|
+
copositSaleStatus?: string | null | undefined;
|
|
579
585
|
project?: {
|
|
580
586
|
id: string;
|
|
581
587
|
name: string;
|
|
@@ -673,6 +679,7 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
673
679
|
buyerName?: string | null | undefined;
|
|
674
680
|
isCmaRequired?: boolean | undefined;
|
|
675
681
|
initialDepositStatus?: string | null | undefined;
|
|
682
|
+
copositSaleStatus?: string | null | undefined;
|
|
676
683
|
project?: {
|
|
677
684
|
id: string;
|
|
678
685
|
name: string;
|
|
@@ -772,6 +779,7 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
772
779
|
cmaId?: string | null | undefined;
|
|
773
780
|
buyerName?: string | null | undefined;
|
|
774
781
|
initialDepositStatus?: string | null | undefined;
|
|
782
|
+
copositSaleStatus?: string | null | undefined;
|
|
775
783
|
project?: {
|
|
776
784
|
id: string;
|
|
777
785
|
name: string;
|
|
@@ -870,6 +878,7 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
870
878
|
cmaId?: string | null | undefined;
|
|
871
879
|
buyerName?: string | null | undefined;
|
|
872
880
|
initialDepositStatus?: string | null | undefined;
|
|
881
|
+
copositSaleStatus?: string | null | undefined;
|
|
873
882
|
project?: {
|
|
874
883
|
id: string;
|
|
875
884
|
name: string;
|
|
@@ -967,6 +976,7 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
967
976
|
cmaId?: string | null | undefined;
|
|
968
977
|
buyerName?: string | null | undefined;
|
|
969
978
|
initialDepositStatus?: string | null | undefined;
|
|
979
|
+
copositSaleStatus?: string | null | undefined;
|
|
970
980
|
project?: {
|
|
971
981
|
id: string;
|
|
972
982
|
name: string;
|
|
@@ -1072,6 +1082,7 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
1072
1082
|
buyerName?: string | null | undefined;
|
|
1073
1083
|
isCmaRequired?: boolean | undefined;
|
|
1074
1084
|
initialDepositStatus?: string | null | undefined;
|
|
1085
|
+
copositSaleStatus?: string | null | undefined;
|
|
1075
1086
|
project?: {
|
|
1076
1087
|
id: string;
|
|
1077
1088
|
name: string;
|
|
@@ -1170,6 +1181,7 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
1170
1181
|
buyerName?: string | null | undefined;
|
|
1171
1182
|
isCmaRequired?: boolean | undefined;
|
|
1172
1183
|
initialDepositStatus?: string | null | undefined;
|
|
1184
|
+
copositSaleStatus?: string | null | undefined;
|
|
1173
1185
|
project?: {
|
|
1174
1186
|
id: string;
|
|
1175
1187
|
name: string;
|
|
@@ -1267,6 +1279,7 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
1267
1279
|
buyerName?: string | null | undefined;
|
|
1268
1280
|
isCmaRequired?: boolean | undefined;
|
|
1269
1281
|
initialDepositStatus?: string | null | undefined;
|
|
1282
|
+
copositSaleStatus?: string | null | undefined;
|
|
1270
1283
|
project?: {
|
|
1271
1284
|
id: string;
|
|
1272
1285
|
name: string;
|
|
@@ -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"}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
import z from "zod";
|
|
2
|
+
import { CmaRequestApprovalStatus } from "../../constants/cma-creation-request/cma-creation-request.constant";
|
|
3
|
+
export declare const cmaCreationRequestEntitySchema: z.ZodObject<{
|
|
4
|
+
id: z.ZodString;
|
|
5
|
+
propertyId: z.ZodString;
|
|
6
|
+
accountNumber: z.ZodString;
|
|
7
|
+
bsb: z.ZodString;
|
|
8
|
+
accountName: z.ZodString;
|
|
9
|
+
bankCode: z.ZodString;
|
|
10
|
+
stateCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
12
|
+
approvalStatus: z.ZodEnum<typeof CmaRequestApprovalStatus>;
|
|
13
|
+
createdBy: z.ZodString;
|
|
14
|
+
approvedBy: z.ZodNullable<z.ZodString>;
|
|
15
|
+
approvedAt: z.ZodNullable<z.ZodString>;
|
|
16
|
+
rejectedBy: z.ZodNullable<z.ZodString>;
|
|
17
|
+
rejectedAt: z.ZodNullable<z.ZodString>;
|
|
18
|
+
rejectionReason: z.ZodNullable<z.ZodString>;
|
|
19
|
+
createdAt: z.ZodString;
|
|
20
|
+
updatedAt: z.ZodString;
|
|
21
|
+
isArchived: z.ZodOptional<z.ZodBoolean>;
|
|
22
|
+
property: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
23
|
+
cmaNotRequiredReason: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
24
|
+
id: z.ZodOptional<z.ZodUUID>;
|
|
25
|
+
mtaId: z.ZodOptional<z.ZodString>;
|
|
26
|
+
status: z.ZodOptional<z.ZodString>;
|
|
27
|
+
isArchived: z.ZodOptional<z.ZodBoolean>;
|
|
28
|
+
createdAt: z.ZodOptional<z.ZodCoercedDate<unknown>>;
|
|
29
|
+
updatedAt: z.ZodOptional<z.ZodCoercedDate<unknown>>;
|
|
30
|
+
cmaId: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
31
|
+
syncedAt: z.ZodOptional<z.ZodCoercedDate<unknown>>;
|
|
32
|
+
customerId: z.ZodOptional<z.ZodString>;
|
|
33
|
+
projectId: z.ZodOptional<z.ZodString>;
|
|
34
|
+
buyerName: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
|
|
35
|
+
lotDetail: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
36
|
+
propertyAddress: z.ZodOptional<z.ZodString>;
|
|
37
|
+
isCmaRequired: z.ZodOptional<z.ZodDefault<z.ZodPrefault<z.ZodBoolean>>>;
|
|
38
|
+
stage: z.ZodOptional<z.ZodString>;
|
|
39
|
+
initialDepositStatus: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
40
|
+
copositSaleStatus: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
|
|
41
|
+
project: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
42
|
+
id: z.ZodString;
|
|
43
|
+
name: z.ZodString;
|
|
44
|
+
developerId: z.ZodString;
|
|
45
|
+
mtaId: z.ZodNullable<z.ZodString>;
|
|
46
|
+
state: z.ZodString;
|
|
47
|
+
type: z.ZodString;
|
|
48
|
+
status: z.ZodString;
|
|
49
|
+
isArchived: z.ZodBoolean;
|
|
50
|
+
createdAt: z.ZodCoercedDate<unknown>;
|
|
51
|
+
syncedAt: z.ZodCoercedDate<unknown>;
|
|
52
|
+
updatedAt: z.ZodCoercedDate<unknown>;
|
|
53
|
+
developer: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
54
|
+
id: z.ZodUUID;
|
|
55
|
+
companyName: z.ZodNullable<z.ZodString>;
|
|
56
|
+
status: z.ZodString;
|
|
57
|
+
isArchived: z.ZodBoolean;
|
|
58
|
+
createdAt: z.ZodCoercedDate<unknown>;
|
|
59
|
+
syncedAt: z.ZodCoercedDate<unknown>;
|
|
60
|
+
updatedAt: z.ZodCoercedDate<unknown>;
|
|
61
|
+
}, z.core.$strip>>>;
|
|
62
|
+
}, z.core.$strip>>>>>;
|
|
63
|
+
customer: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
64
|
+
id: z.ZodUUID;
|
|
65
|
+
fullName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
66
|
+
mobile: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
67
|
+
email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
68
|
+
status: z.ZodString;
|
|
69
|
+
isArchived: z.ZodBoolean;
|
|
70
|
+
createdAt: z.ZodCoercedDate<unknown>;
|
|
71
|
+
syncedAt: z.ZodCoercedDate<unknown>;
|
|
72
|
+
updatedAt: z.ZodCoercedDate<unknown>;
|
|
73
|
+
source: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74
|
+
}, z.core.$strip>>>>>;
|
|
75
|
+
}, z.core.$strip>>>>;
|
|
76
|
+
}, z.core.$strip>;
|
|
77
|
+
export type CmaCreationRequestEntity = z.infer<typeof cmaCreationRequestEntitySchema>;
|
|
78
|
+
//# sourceMappingURL=cma-creation-request.entity.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cma-creation-request.entity.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma-creation-request/cma-creation-request.entity.schema.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAEpB,OAAO,EAAE,wBAAwB,EAAE,MAAM,oEAAoE,CAAC;AAG9G,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAgCzC,CAAC;AAEH,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,8BAA8B,CAAC,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
export declare const createCmaRequestRestReqSchema: z.ZodObject<{
|
|
3
|
+
propertyId: z.ZodUUID;
|
|
4
|
+
accountNumber: z.ZodCoercedString<unknown>;
|
|
5
|
+
bsb: z.ZodCoercedString<unknown>;
|
|
6
|
+
accountName: z.ZodString;
|
|
7
|
+
bankCode: z.ZodPipe<z.ZodString, z.ZodEnum<typeof import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode>>;
|
|
8
|
+
}, z.core.$strip>;
|
|
9
|
+
export type CreateCmaRequestRestReq = z.input<typeof createCmaRequestRestReqSchema>;
|
|
10
|
+
export declare const updateCmaRequestRestReqSchema: z.ZodObject<{
|
|
11
|
+
accountNumber: z.ZodOptional<z.ZodCoercedString<unknown>>;
|
|
12
|
+
bsb: z.ZodOptional<z.ZodCoercedString<unknown>>;
|
|
13
|
+
accountName: z.ZodOptional<z.ZodString>;
|
|
14
|
+
bankCode: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodEnum<typeof import("@mikemo-coposit/am-zshared").AuTrustAccountBankCode>>>;
|
|
15
|
+
}, z.core.$strip>;
|
|
16
|
+
export type UpdateCmaRequestRestReq = z.input<typeof updateCmaRequestRestReqSchema>;
|
|
17
|
+
export declare const rejectCmaRequestRestReqSchema: z.ZodObject<{
|
|
18
|
+
cmaRequestId: z.ZodUUID;
|
|
19
|
+
rejectionReason: z.ZodOptional<z.ZodString>;
|
|
20
|
+
}, z.core.$strip>;
|
|
21
|
+
export type RejectCmaRequestRestReq = z.input<typeof rejectCmaRequestRestReqSchema>;
|
|
22
|
+
export declare const approveCmaRequestRestReqSchema: z.ZodObject<{
|
|
23
|
+
cmaRequestId: z.ZodUUID;
|
|
24
|
+
}, z.core.$strip>;
|
|
25
|
+
export type ApproveCmaRequestRestReq = z.input<typeof approveCmaRequestRestReqSchema>;
|
|
26
|
+
//# sourceMappingURL=cma-creation-request.rest.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cma-creation-request.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma-creation-request/cma-creation-request.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAQxB,eAAO,MAAM,6BAA6B;;;;;;iBAMxC,CAAC;AAEH,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,6BAA6B,CAAC,CAAC;AAEpF,eAAO,MAAM,6BAA6B;;;;;iBAKxC,CAAC;AAEH,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,6BAA6B,CAAC,CAAC;AAEpF,eAAO,MAAM,6BAA6B;;;iBAGxC,CAAC;AAEH,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,6BAA6B,CAAC,CAAC;AAEpF,eAAO,MAAM,8BAA8B;;iBAEzC,CAAC;AAEH,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,8BAA8B,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma-creation-request/index.ts"],"names":[],"mappings":"AAEA,cAAc,sCAAsC,CAAC;AACrD,cAAc,oCAAoC,CAAC"}
|