@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
package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts
CHANGED
|
@@ -71,6 +71,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
71
71
|
cmaId?: string | null | undefined;
|
|
72
72
|
buyerName?: string | null | undefined;
|
|
73
73
|
initialDepositStatus?: string | null | undefined;
|
|
74
|
+
copositSaleStatus?: string | null | undefined;
|
|
74
75
|
project?: {
|
|
75
76
|
id: string;
|
|
76
77
|
name: string;
|
|
@@ -169,6 +170,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
169
170
|
cmaId?: string | null | undefined;
|
|
170
171
|
buyerName?: string | null | undefined;
|
|
171
172
|
initialDepositStatus?: string | null | undefined;
|
|
173
|
+
copositSaleStatus?: string | null | undefined;
|
|
172
174
|
project?: {
|
|
173
175
|
id: string;
|
|
174
176
|
name: string;
|
|
@@ -266,6 +268,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
266
268
|
cmaId?: string | null | undefined;
|
|
267
269
|
buyerName?: string | null | undefined;
|
|
268
270
|
initialDepositStatus?: string | null | undefined;
|
|
271
|
+
copositSaleStatus?: string | null | undefined;
|
|
269
272
|
project?: {
|
|
270
273
|
id: string;
|
|
271
274
|
name: string;
|
|
@@ -371,6 +374,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
371
374
|
buyerName?: string | null | undefined;
|
|
372
375
|
isCmaRequired?: boolean | undefined;
|
|
373
376
|
initialDepositStatus?: string | null | undefined;
|
|
377
|
+
copositSaleStatus?: string | null | undefined;
|
|
374
378
|
project?: {
|
|
375
379
|
id: string;
|
|
376
380
|
name: string;
|
|
@@ -469,6 +473,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
469
473
|
buyerName?: string | null | undefined;
|
|
470
474
|
isCmaRequired?: boolean | undefined;
|
|
471
475
|
initialDepositStatus?: string | null | undefined;
|
|
476
|
+
copositSaleStatus?: string | null | undefined;
|
|
472
477
|
project?: {
|
|
473
478
|
id: string;
|
|
474
479
|
name: string;
|
|
@@ -566,6 +571,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
566
571
|
buyerName?: string | null | undefined;
|
|
567
572
|
isCmaRequired?: boolean | undefined;
|
|
568
573
|
initialDepositStatus?: string | null | undefined;
|
|
574
|
+
copositSaleStatus?: string | null | undefined;
|
|
569
575
|
project?: {
|
|
570
576
|
id: string;
|
|
571
577
|
name: string;
|
|
@@ -665,6 +671,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
665
671
|
cmaId?: string | null | undefined;
|
|
666
672
|
buyerName?: string | null | undefined;
|
|
667
673
|
initialDepositStatus?: string | null | undefined;
|
|
674
|
+
copositSaleStatus?: string | null | undefined;
|
|
668
675
|
project?: {
|
|
669
676
|
id: string;
|
|
670
677
|
name: string;
|
|
@@ -763,6 +770,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
763
770
|
cmaId?: string | null | undefined;
|
|
764
771
|
buyerName?: string | null | undefined;
|
|
765
772
|
initialDepositStatus?: string | null | undefined;
|
|
773
|
+
copositSaleStatus?: string | null | undefined;
|
|
766
774
|
project?: {
|
|
767
775
|
id: string;
|
|
768
776
|
name: string;
|
|
@@ -860,6 +868,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
860
868
|
cmaId?: string | null | undefined;
|
|
861
869
|
buyerName?: string | null | undefined;
|
|
862
870
|
initialDepositStatus?: string | null | undefined;
|
|
871
|
+
copositSaleStatus?: string | null | undefined;
|
|
863
872
|
project?: {
|
|
864
873
|
id: string;
|
|
865
874
|
name: string;
|
|
@@ -965,6 +974,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
965
974
|
buyerName?: string | null | undefined;
|
|
966
975
|
isCmaRequired?: boolean | undefined;
|
|
967
976
|
initialDepositStatus?: string | null | undefined;
|
|
977
|
+
copositSaleStatus?: string | null | undefined;
|
|
968
978
|
project?: {
|
|
969
979
|
id: string;
|
|
970
980
|
name: string;
|
|
@@ -1063,6 +1073,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1063
1073
|
buyerName?: string | null | undefined;
|
|
1064
1074
|
isCmaRequired?: boolean | undefined;
|
|
1065
1075
|
initialDepositStatus?: string | null | undefined;
|
|
1076
|
+
copositSaleStatus?: string | null | undefined;
|
|
1066
1077
|
project?: {
|
|
1067
1078
|
id: string;
|
|
1068
1079
|
name: string;
|
|
@@ -1160,6 +1171,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1160
1171
|
buyerName?: string | null | undefined;
|
|
1161
1172
|
isCmaRequired?: boolean | undefined;
|
|
1162
1173
|
initialDepositStatus?: string | null | undefined;
|
|
1174
|
+
copositSaleStatus?: string | null | undefined;
|
|
1163
1175
|
project?: {
|
|
1164
1176
|
id: string;
|
|
1165
1177
|
name: string;
|
|
@@ -1263,6 +1275,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1263
1275
|
isCmaRequired: z.ZodDefault<z.ZodPrefault<z.ZodBoolean>>;
|
|
1264
1276
|
stage: z.ZodString;
|
|
1265
1277
|
initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1278
|
+
copositSaleStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1266
1279
|
project: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
1267
1280
|
id: z.ZodString;
|
|
1268
1281
|
name: z.ZodString;
|
|
@@ -1359,6 +1372,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1359
1372
|
cmaId?: string | null | undefined;
|
|
1360
1373
|
buyerName?: string | null | undefined;
|
|
1361
1374
|
initialDepositStatus?: string | null | undefined;
|
|
1375
|
+
copositSaleStatus?: string | null | undefined;
|
|
1362
1376
|
project?: {
|
|
1363
1377
|
id: string;
|
|
1364
1378
|
name: string;
|
|
@@ -1457,6 +1471,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1457
1471
|
cmaId?: string | null | undefined;
|
|
1458
1472
|
buyerName?: string | null | undefined;
|
|
1459
1473
|
initialDepositStatus?: string | null | undefined;
|
|
1474
|
+
copositSaleStatus?: string | null | undefined;
|
|
1460
1475
|
project?: {
|
|
1461
1476
|
id: string;
|
|
1462
1477
|
name: string;
|
|
@@ -1554,6 +1569,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1554
1569
|
cmaId?: string | null | undefined;
|
|
1555
1570
|
buyerName?: string | null | undefined;
|
|
1556
1571
|
initialDepositStatus?: string | null | undefined;
|
|
1572
|
+
copositSaleStatus?: string | null | undefined;
|
|
1557
1573
|
project?: {
|
|
1558
1574
|
id: string;
|
|
1559
1575
|
name: string;
|
|
@@ -1659,6 +1675,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1659
1675
|
buyerName?: string | null | undefined;
|
|
1660
1676
|
isCmaRequired?: boolean | undefined;
|
|
1661
1677
|
initialDepositStatus?: string | null | undefined;
|
|
1678
|
+
copositSaleStatus?: string | null | undefined;
|
|
1662
1679
|
project?: {
|
|
1663
1680
|
id: string;
|
|
1664
1681
|
name: string;
|
|
@@ -1757,6 +1774,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1757
1774
|
buyerName?: string | null | undefined;
|
|
1758
1775
|
isCmaRequired?: boolean | undefined;
|
|
1759
1776
|
initialDepositStatus?: string | null | undefined;
|
|
1777
|
+
copositSaleStatus?: string | null | undefined;
|
|
1760
1778
|
project?: {
|
|
1761
1779
|
id: string;
|
|
1762
1780
|
name: string;
|
|
@@ -1854,6 +1872,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1854
1872
|
buyerName?: string | null | undefined;
|
|
1855
1873
|
isCmaRequired?: boolean | undefined;
|
|
1856
1874
|
initialDepositStatus?: string | null | undefined;
|
|
1875
|
+
copositSaleStatus?: string | null | undefined;
|
|
1857
1876
|
project?: {
|
|
1858
1877
|
id: string;
|
|
1859
1878
|
name: string;
|
|
@@ -1953,6 +1972,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1953
1972
|
cmaId?: string | null | undefined;
|
|
1954
1973
|
buyerName?: string | null | undefined;
|
|
1955
1974
|
initialDepositStatus?: string | null | undefined;
|
|
1975
|
+
copositSaleStatus?: string | null | undefined;
|
|
1956
1976
|
project?: {
|
|
1957
1977
|
id: string;
|
|
1958
1978
|
name: string;
|
|
@@ -2051,6 +2071,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
2051
2071
|
cmaId?: string | null | undefined;
|
|
2052
2072
|
buyerName?: string | null | undefined;
|
|
2053
2073
|
initialDepositStatus?: string | null | undefined;
|
|
2074
|
+
copositSaleStatus?: string | null | undefined;
|
|
2054
2075
|
project?: {
|
|
2055
2076
|
id: string;
|
|
2056
2077
|
name: string;
|
|
@@ -2148,6 +2169,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
2148
2169
|
cmaId?: string | null | undefined;
|
|
2149
2170
|
buyerName?: string | null | undefined;
|
|
2150
2171
|
initialDepositStatus?: string | null | undefined;
|
|
2172
|
+
copositSaleStatus?: string | null | undefined;
|
|
2151
2173
|
project?: {
|
|
2152
2174
|
id: string;
|
|
2153
2175
|
name: string;
|
|
@@ -2253,6 +2275,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
2253
2275
|
buyerName?: string | null | undefined;
|
|
2254
2276
|
isCmaRequired?: boolean | undefined;
|
|
2255
2277
|
initialDepositStatus?: string | null | undefined;
|
|
2278
|
+
copositSaleStatus?: string | null | undefined;
|
|
2256
2279
|
project?: {
|
|
2257
2280
|
id: string;
|
|
2258
2281
|
name: string;
|
|
@@ -2351,6 +2374,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
2351
2374
|
buyerName?: string | null | undefined;
|
|
2352
2375
|
isCmaRequired?: boolean | undefined;
|
|
2353
2376
|
initialDepositStatus?: string | null | undefined;
|
|
2377
|
+
copositSaleStatus?: string | null | undefined;
|
|
2354
2378
|
project?: {
|
|
2355
2379
|
id: string;
|
|
2356
2380
|
name: string;
|
|
@@ -2448,6 +2472,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
2448
2472
|
buyerName?: string | null | undefined;
|
|
2449
2473
|
isCmaRequired?: boolean | undefined;
|
|
2450
2474
|
initialDepositStatus?: string | null | undefined;
|
|
2475
|
+
copositSaleStatus?: string | null | undefined;
|
|
2451
2476
|
project?: {
|
|
2452
2477
|
id: string;
|
|
2453
2478
|
name: string;
|
package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cma-reconciled-transaction.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,qCAAqC
|
|
1
|
+
{"version":3,"file":"cma-reconciled-transaction.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAGhD,CAAC;AAEH,MAAM,MAAM,+BAA+B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qCAAqC,CAAC,CAAC"}
|