@mikemo-coposit/am-accounting-shared 0.0.16 → 0.0.17
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/index.d.ts +2 -0
- package/dist/cjs/constants/common/index.d.ts.map +1 -1
- package/dist/cjs/constants/common/package-version.constant.d.ts +2 -0
- package/dist/cjs/constants/common/package-version.constant.d.ts.map +1 -0
- package/dist/cjs/constants/common/pagination.constant.d.ts +3 -0
- package/dist/cjs/constants/common/pagination.constant.d.ts.map +1 -0
- package/dist/cjs/constants/property/index.d.ts +1 -0
- package/dist/cjs/constants/property/index.d.ts.map +1 -1
- package/dist/cjs/constants/property/property-initial-deposit-status.constant.d.ts +22 -0
- package/dist/cjs/constants/property/property-initial-deposit-status.constant.d.ts.map +1 -0
- package/dist/cjs/constants/property/property-status.constant.d.ts +14 -4
- package/dist/cjs/constants/property/property-status.constant.d.ts.map +1 -1
- package/dist/cjs/index.js +256 -168
- package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts +153 -150
- package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -1
- 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-close.rest.schema.d.ts +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/clear-cma-transaction.rest.schema.d.ts +1 -1
- package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +264 -232
- 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 +2 -0
- package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts +1 -1
- package/dist/cjs/schemas/common/date/string-to-date.schema.d.ts +3 -1
- package/dist/cjs/schemas/common/date/string-to-date.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/search/index.d.ts +1 -0
- package/dist/cjs/schemas/common/search/index.d.ts.map +1 -1
- package/dist/cjs/schemas/common/search/number-filter.schema.d.ts +144 -35
- package/dist/cjs/schemas/common/search/number-filter.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/search/pagination-req.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/search/status-filter.schema.d.ts +155 -0
- package/dist/cjs/schemas/common/search/status-filter.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/common/search/string-filter.schema.d.ts +28 -0
- package/dist/cjs/schemas/common/search/string-filter.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/create-mta-transactionrest.schema.d.ts +1 -1
- package/dist/cjs/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts +260 -191
- 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 +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-update.rest.schema.d.ts +3 -3
- 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/settlement-payout/update.settlement-payout.rest.schema.d.ts +4 -4
- package/dist/cjs/schemas/payout/unknown-payout/update.unknown-payout.rest.schema.d.ts +2 -2
- 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/property-search.rest.schema.d.ts +136 -113
- package/dist/cjs/schemas/property/property-search.rest.schema.d.ts.map +1 -1
- 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/cjs/utils/property.util.d.ts +4 -2
- package/dist/cjs/utils/property.util.d.ts.map +1 -1
- package/dist/esm/constants/common/index.d.ts +2 -0
- package/dist/esm/constants/common/index.d.ts.map +1 -1
- package/dist/esm/constants/common/package-version.constant.d.ts +2 -0
- package/dist/esm/constants/common/package-version.constant.d.ts.map +1 -0
- package/dist/esm/constants/common/pagination.constant.d.ts +3 -0
- package/dist/esm/constants/common/pagination.constant.d.ts.map +1 -0
- package/dist/esm/constants/property/index.d.ts +1 -0
- package/dist/esm/constants/property/index.d.ts.map +1 -1
- package/dist/esm/constants/property/property-initial-deposit-status.constant.d.ts +22 -0
- package/dist/esm/constants/property/property-initial-deposit-status.constant.d.ts.map +1 -0
- package/dist/esm/constants/property/property-status.constant.d.ts +14 -4
- package/dist/esm/constants/property/property-status.constant.d.ts.map +1 -1
- package/dist/esm/index.mjs +196 -150
- package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts +153 -150
- package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -1
- 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-close.rest.schema.d.ts +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/clear-cma-transaction.rest.schema.d.ts +1 -1
- package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +264 -232
- 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 +2 -0
- package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-transaction/create-cma-transactionrest.schema.d.ts +1 -1
- package/dist/esm/schemas/common/date/string-to-date.schema.d.ts +3 -1
- package/dist/esm/schemas/common/date/string-to-date.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/search/index.d.ts +1 -0
- package/dist/esm/schemas/common/search/index.d.ts.map +1 -1
- package/dist/esm/schemas/common/search/number-filter.schema.d.ts +144 -35
- package/dist/esm/schemas/common/search/number-filter.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/search/pagination-req.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/search/status-filter.schema.d.ts +155 -0
- package/dist/esm/schemas/common/search/status-filter.schema.d.ts.map +1 -0
- package/dist/esm/schemas/common/search/string-filter.schema.d.ts +28 -0
- package/dist/esm/schemas/common/search/string-filter.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/create-mta-transactionrest.schema.d.ts +1 -1
- package/dist/esm/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts +260 -191
- 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 +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-update.rest.schema.d.ts +3 -3
- 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/settlement-payout/update.settlement-payout.rest.schema.d.ts +4 -4
- package/dist/esm/schemas/payout/unknown-payout/update.unknown-payout.rest.schema.d.ts +2 -2
- 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/property-search.rest.schema.d.ts +136 -113
- package/dist/esm/schemas/property/property-search.rest.schema.d.ts.map +1 -1
- 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/dist/esm/utils/property.util.d.ts +4 -2
- package/dist/esm/utils/property.util.d.ts.map +1 -1
- package/package.json +17 -10
package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts
CHANGED
|
@@ -107,7 +107,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
107
107
|
cmaBalanceCents: bigint;
|
|
108
108
|
mtaBalanceCents: bigint;
|
|
109
109
|
stage: string;
|
|
110
|
+
cmaId?: string | null | undefined;
|
|
110
111
|
buyerName?: string | null | undefined;
|
|
112
|
+
initialDepositStatus?: string | null | undefined;
|
|
111
113
|
project?: {
|
|
112
114
|
id: string;
|
|
113
115
|
name: string;
|
|
@@ -200,7 +202,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
200
202
|
cmaBalanceCents: bigint;
|
|
201
203
|
mtaBalanceCents: bigint;
|
|
202
204
|
stage: string;
|
|
205
|
+
cmaId?: string | null | undefined;
|
|
203
206
|
buyerName?: string | null | undefined;
|
|
207
|
+
initialDepositStatus?: string | null | undefined;
|
|
204
208
|
project?: {
|
|
205
209
|
id: string;
|
|
206
210
|
name: string;
|
|
@@ -292,7 +296,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
292
296
|
cmaBalanceCents: bigint;
|
|
293
297
|
mtaBalanceCents: bigint;
|
|
294
298
|
stage: string;
|
|
299
|
+
cmaId?: string | null | undefined;
|
|
295
300
|
buyerName?: string | null | undefined;
|
|
301
|
+
initialDepositStatus?: string | null | undefined;
|
|
296
302
|
project?: {
|
|
297
303
|
id: string;
|
|
298
304
|
name: string;
|
|
@@ -392,7 +398,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
392
398
|
cmaBalanceCents: unknown;
|
|
393
399
|
mtaBalanceCents: unknown;
|
|
394
400
|
stage: string;
|
|
401
|
+
cmaId?: string | null | undefined;
|
|
395
402
|
buyerName?: string | null | undefined;
|
|
403
|
+
initialDepositStatus?: string | null | undefined;
|
|
396
404
|
project?: {
|
|
397
405
|
id: string;
|
|
398
406
|
name: string;
|
|
@@ -485,7 +493,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
485
493
|
cmaBalanceCents: unknown;
|
|
486
494
|
mtaBalanceCents: unknown;
|
|
487
495
|
stage: string;
|
|
496
|
+
cmaId?: string | null | undefined;
|
|
488
497
|
buyerName?: string | null | undefined;
|
|
498
|
+
initialDepositStatus?: string | null | undefined;
|
|
489
499
|
project?: {
|
|
490
500
|
id: string;
|
|
491
501
|
name: string;
|
|
@@ -577,7 +587,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
577
587
|
cmaBalanceCents: unknown;
|
|
578
588
|
mtaBalanceCents: unknown;
|
|
579
589
|
stage: string;
|
|
590
|
+
cmaId?: string | null | undefined;
|
|
580
591
|
buyerName?: string | null | undefined;
|
|
592
|
+
initialDepositStatus?: string | null | undefined;
|
|
581
593
|
project?: {
|
|
582
594
|
id: string;
|
|
583
595
|
name: string;
|
|
@@ -671,7 +683,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
671
683
|
cmaBalanceCents: bigint;
|
|
672
684
|
mtaBalanceCents: bigint;
|
|
673
685
|
stage: string;
|
|
686
|
+
cmaId?: string | null | undefined;
|
|
674
687
|
buyerName?: string | null | undefined;
|
|
688
|
+
initialDepositStatus?: string | null | undefined;
|
|
675
689
|
project?: {
|
|
676
690
|
id: string;
|
|
677
691
|
name: string;
|
|
@@ -764,7 +778,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
764
778
|
cmaBalanceCents: bigint;
|
|
765
779
|
mtaBalanceCents: bigint;
|
|
766
780
|
stage: string;
|
|
781
|
+
cmaId?: string | null | undefined;
|
|
767
782
|
buyerName?: string | null | undefined;
|
|
783
|
+
initialDepositStatus?: string | null | undefined;
|
|
768
784
|
project?: {
|
|
769
785
|
id: string;
|
|
770
786
|
name: string;
|
|
@@ -856,7 +872,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
856
872
|
cmaBalanceCents: bigint;
|
|
857
873
|
mtaBalanceCents: bigint;
|
|
858
874
|
stage: string;
|
|
875
|
+
cmaId?: string | null | undefined;
|
|
859
876
|
buyerName?: string | null | undefined;
|
|
877
|
+
initialDepositStatus?: string | null | undefined;
|
|
860
878
|
project?: {
|
|
861
879
|
id: string;
|
|
862
880
|
name: string;
|
|
@@ -956,7 +974,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
956
974
|
cmaBalanceCents: unknown;
|
|
957
975
|
mtaBalanceCents: unknown;
|
|
958
976
|
stage: string;
|
|
977
|
+
cmaId?: string | null | undefined;
|
|
959
978
|
buyerName?: string | null | undefined;
|
|
979
|
+
initialDepositStatus?: string | null | undefined;
|
|
960
980
|
project?: {
|
|
961
981
|
id: string;
|
|
962
982
|
name: string;
|
|
@@ -1049,7 +1069,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1049
1069
|
cmaBalanceCents: unknown;
|
|
1050
1070
|
mtaBalanceCents: unknown;
|
|
1051
1071
|
stage: string;
|
|
1072
|
+
cmaId?: string | null | undefined;
|
|
1052
1073
|
buyerName?: string | null | undefined;
|
|
1074
|
+
initialDepositStatus?: string | null | undefined;
|
|
1053
1075
|
project?: {
|
|
1054
1076
|
id: string;
|
|
1055
1077
|
name: string;
|
|
@@ -1141,7 +1163,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1141
1163
|
cmaBalanceCents: unknown;
|
|
1142
1164
|
mtaBalanceCents: unknown;
|
|
1143
1165
|
stage: string;
|
|
1166
|
+
cmaId?: string | null | undefined;
|
|
1144
1167
|
buyerName?: string | null | undefined;
|
|
1168
|
+
initialDepositStatus?: string | null | undefined;
|
|
1145
1169
|
project?: {
|
|
1146
1170
|
id: string;
|
|
1147
1171
|
name: string;
|
|
@@ -1237,7 +1261,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1237
1261
|
cmaBalanceCents: bigint;
|
|
1238
1262
|
mtaBalanceCents: bigint;
|
|
1239
1263
|
stage: string;
|
|
1264
|
+
cmaId?: string | null | undefined;
|
|
1240
1265
|
buyerName?: string | null | undefined;
|
|
1266
|
+
initialDepositStatus?: string | null | undefined;
|
|
1241
1267
|
project?: {
|
|
1242
1268
|
id: string;
|
|
1243
1269
|
name: string;
|
|
@@ -1330,7 +1356,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1330
1356
|
cmaBalanceCents: bigint;
|
|
1331
1357
|
mtaBalanceCents: bigint;
|
|
1332
1358
|
stage: string;
|
|
1359
|
+
cmaId?: string | null | undefined;
|
|
1333
1360
|
buyerName?: string | null | undefined;
|
|
1361
|
+
initialDepositStatus?: string | null | undefined;
|
|
1334
1362
|
project?: {
|
|
1335
1363
|
id: string;
|
|
1336
1364
|
name: string;
|
|
@@ -1422,7 +1450,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1422
1450
|
cmaBalanceCents: bigint;
|
|
1423
1451
|
mtaBalanceCents: bigint;
|
|
1424
1452
|
stage: string;
|
|
1453
|
+
cmaId?: string | null | undefined;
|
|
1425
1454
|
buyerName?: string | null | undefined;
|
|
1455
|
+
initialDepositStatus?: string | null | undefined;
|
|
1426
1456
|
project?: {
|
|
1427
1457
|
id: string;
|
|
1428
1458
|
name: string;
|
|
@@ -1522,7 +1552,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1522
1552
|
cmaBalanceCents: unknown;
|
|
1523
1553
|
mtaBalanceCents: unknown;
|
|
1524
1554
|
stage: string;
|
|
1555
|
+
cmaId?: string | null | undefined;
|
|
1525
1556
|
buyerName?: string | null | undefined;
|
|
1557
|
+
initialDepositStatus?: string | null | undefined;
|
|
1526
1558
|
project?: {
|
|
1527
1559
|
id: string;
|
|
1528
1560
|
name: string;
|
|
@@ -1615,7 +1647,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1615
1647
|
cmaBalanceCents: unknown;
|
|
1616
1648
|
mtaBalanceCents: unknown;
|
|
1617
1649
|
stage: string;
|
|
1650
|
+
cmaId?: string | null | undefined;
|
|
1618
1651
|
buyerName?: string | null | undefined;
|
|
1652
|
+
initialDepositStatus?: string | null | undefined;
|
|
1619
1653
|
project?: {
|
|
1620
1654
|
id: string;
|
|
1621
1655
|
name: string;
|
|
@@ -1707,7 +1741,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1707
1741
|
cmaBalanceCents: unknown;
|
|
1708
1742
|
mtaBalanceCents: unknown;
|
|
1709
1743
|
stage: string;
|
|
1744
|
+
cmaId?: string | null | undefined;
|
|
1710
1745
|
buyerName?: string | null | undefined;
|
|
1746
|
+
initialDepositStatus?: string | null | undefined;
|
|
1711
1747
|
project?: {
|
|
1712
1748
|
id: string;
|
|
1713
1749
|
name: string;
|
|
@@ -1801,7 +1837,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1801
1837
|
cmaBalanceCents: bigint;
|
|
1802
1838
|
mtaBalanceCents: bigint;
|
|
1803
1839
|
stage: string;
|
|
1840
|
+
cmaId?: string | null | undefined;
|
|
1804
1841
|
buyerName?: string | null | undefined;
|
|
1842
|
+
initialDepositStatus?: string | null | undefined;
|
|
1805
1843
|
project?: {
|
|
1806
1844
|
id: string;
|
|
1807
1845
|
name: string;
|
|
@@ -1894,7 +1932,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1894
1932
|
cmaBalanceCents: bigint;
|
|
1895
1933
|
mtaBalanceCents: bigint;
|
|
1896
1934
|
stage: string;
|
|
1935
|
+
cmaId?: string | null | undefined;
|
|
1897
1936
|
buyerName?: string | null | undefined;
|
|
1937
|
+
initialDepositStatus?: string | null | undefined;
|
|
1898
1938
|
project?: {
|
|
1899
1939
|
id: string;
|
|
1900
1940
|
name: string;
|
|
@@ -1986,7 +2026,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1986
2026
|
cmaBalanceCents: bigint;
|
|
1987
2027
|
mtaBalanceCents: bigint;
|
|
1988
2028
|
stage: string;
|
|
2029
|
+
cmaId?: string | null | undefined;
|
|
1989
2030
|
buyerName?: string | null | undefined;
|
|
2031
|
+
initialDepositStatus?: string | null | undefined;
|
|
1990
2032
|
project?: {
|
|
1991
2033
|
id: string;
|
|
1992
2034
|
name: string;
|
|
@@ -2086,7 +2128,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2086
2128
|
cmaBalanceCents: unknown;
|
|
2087
2129
|
mtaBalanceCents: unknown;
|
|
2088
2130
|
stage: string;
|
|
2131
|
+
cmaId?: string | null | undefined;
|
|
2089
2132
|
buyerName?: string | null | undefined;
|
|
2133
|
+
initialDepositStatus?: string | null | undefined;
|
|
2090
2134
|
project?: {
|
|
2091
2135
|
id: string;
|
|
2092
2136
|
name: string;
|
|
@@ -2179,7 +2223,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2179
2223
|
cmaBalanceCents: unknown;
|
|
2180
2224
|
mtaBalanceCents: unknown;
|
|
2181
2225
|
stage: string;
|
|
2226
|
+
cmaId?: string | null | undefined;
|
|
2182
2227
|
buyerName?: string | null | undefined;
|
|
2228
|
+
initialDepositStatus?: string | null | undefined;
|
|
2183
2229
|
project?: {
|
|
2184
2230
|
id: string;
|
|
2185
2231
|
name: string;
|
|
@@ -2271,7 +2317,9 @@ export declare const cmaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2271
2317
|
cmaBalanceCents: unknown;
|
|
2272
2318
|
mtaBalanceCents: unknown;
|
|
2273
2319
|
stage: string;
|
|
2320
|
+
cmaId?: string | null | undefined;
|
|
2274
2321
|
buyerName?: string | null | undefined;
|
|
2322
|
+
initialDepositStatus?: string | null | undefined;
|
|
2275
2323
|
project?: {
|
|
2276
2324
|
id: string;
|
|
2277
2325
|
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"}
|
|
@@ -69,6 +69,7 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
69
69
|
syncedAt: z.ZodCoercedDate<unknown>;
|
|
70
70
|
updatedAt: z.ZodCoercedDate<unknown>;
|
|
71
71
|
mtaId: z.ZodString;
|
|
72
|
+
cmaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
72
73
|
balanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
73
74
|
customerId: z.ZodString;
|
|
74
75
|
projectId: z.ZodString;
|
|
@@ -78,6 +79,7 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
78
79
|
cmaBalanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
79
80
|
mtaBalanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
80
81
|
stage: z.ZodString;
|
|
82
|
+
initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
81
83
|
project: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
82
84
|
id: z.ZodString;
|
|
83
85
|
name: z.ZodString;
|
|
@@ -168,7 +170,9 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
168
170
|
cmaBalanceCents: bigint;
|
|
169
171
|
mtaBalanceCents: bigint;
|
|
170
172
|
stage: string;
|
|
173
|
+
cmaId?: string | null | undefined;
|
|
171
174
|
buyerName?: string | null | undefined;
|
|
175
|
+
initialDepositStatus?: string | null | undefined;
|
|
172
176
|
project?: {
|
|
173
177
|
id: string;
|
|
174
178
|
name: string;
|
|
@@ -261,7 +265,9 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
261
265
|
cmaBalanceCents: bigint;
|
|
262
266
|
mtaBalanceCents: bigint;
|
|
263
267
|
stage: string;
|
|
268
|
+
cmaId?: string | null | undefined;
|
|
264
269
|
buyerName?: string | null | undefined;
|
|
270
|
+
initialDepositStatus?: string | null | undefined;
|
|
265
271
|
project?: {
|
|
266
272
|
id: string;
|
|
267
273
|
name: string;
|
|
@@ -353,7 +359,9 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
353
359
|
cmaBalanceCents: bigint;
|
|
354
360
|
mtaBalanceCents: bigint;
|
|
355
361
|
stage: string;
|
|
362
|
+
cmaId?: string | null | undefined;
|
|
356
363
|
buyerName?: string | null | undefined;
|
|
364
|
+
initialDepositStatus?: string | null | undefined;
|
|
357
365
|
project?: {
|
|
358
366
|
id: string;
|
|
359
367
|
name: string;
|
|
@@ -453,7 +461,9 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
453
461
|
cmaBalanceCents: unknown;
|
|
454
462
|
mtaBalanceCents: unknown;
|
|
455
463
|
stage: string;
|
|
464
|
+
cmaId?: string | null | undefined;
|
|
456
465
|
buyerName?: string | null | undefined;
|
|
466
|
+
initialDepositStatus?: string | null | undefined;
|
|
457
467
|
project?: {
|
|
458
468
|
id: string;
|
|
459
469
|
name: string;
|
|
@@ -546,7 +556,9 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
546
556
|
cmaBalanceCents: unknown;
|
|
547
557
|
mtaBalanceCents: unknown;
|
|
548
558
|
stage: string;
|
|
559
|
+
cmaId?: string | null | undefined;
|
|
549
560
|
buyerName?: string | null | undefined;
|
|
561
|
+
initialDepositStatus?: string | null | undefined;
|
|
550
562
|
project?: {
|
|
551
563
|
id: string;
|
|
552
564
|
name: string;
|
|
@@ -638,7 +650,9 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
638
650
|
cmaBalanceCents: unknown;
|
|
639
651
|
mtaBalanceCents: unknown;
|
|
640
652
|
stage: string;
|
|
653
|
+
cmaId?: string | null | undefined;
|
|
641
654
|
buyerName?: string | null | undefined;
|
|
655
|
+
initialDepositStatus?: string | null | undefined;
|
|
642
656
|
project?: {
|
|
643
657
|
id: string;
|
|
644
658
|
name: string;
|
|
@@ -732,7 +746,9 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
732
746
|
cmaBalanceCents: bigint;
|
|
733
747
|
mtaBalanceCents: bigint;
|
|
734
748
|
stage: string;
|
|
749
|
+
cmaId?: string | null | undefined;
|
|
735
750
|
buyerName?: string | null | undefined;
|
|
751
|
+
initialDepositStatus?: string | null | undefined;
|
|
736
752
|
project?: {
|
|
737
753
|
id: string;
|
|
738
754
|
name: string;
|
|
@@ -825,7 +841,9 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
825
841
|
cmaBalanceCents: bigint;
|
|
826
842
|
mtaBalanceCents: bigint;
|
|
827
843
|
stage: string;
|
|
844
|
+
cmaId?: string | null | undefined;
|
|
828
845
|
buyerName?: string | null | undefined;
|
|
846
|
+
initialDepositStatus?: string | null | undefined;
|
|
829
847
|
project?: {
|
|
830
848
|
id: string;
|
|
831
849
|
name: string;
|
|
@@ -917,7 +935,9 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
917
935
|
cmaBalanceCents: bigint;
|
|
918
936
|
mtaBalanceCents: bigint;
|
|
919
937
|
stage: string;
|
|
938
|
+
cmaId?: string | null | undefined;
|
|
920
939
|
buyerName?: string | null | undefined;
|
|
940
|
+
initialDepositStatus?: string | null | undefined;
|
|
921
941
|
project?: {
|
|
922
942
|
id: string;
|
|
923
943
|
name: string;
|
|
@@ -1017,7 +1037,9 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
1017
1037
|
cmaBalanceCents: unknown;
|
|
1018
1038
|
mtaBalanceCents: unknown;
|
|
1019
1039
|
stage: string;
|
|
1040
|
+
cmaId?: string | null | undefined;
|
|
1020
1041
|
buyerName?: string | null | undefined;
|
|
1042
|
+
initialDepositStatus?: string | null | undefined;
|
|
1021
1043
|
project?: {
|
|
1022
1044
|
id: string;
|
|
1023
1045
|
name: string;
|
|
@@ -1110,7 +1132,9 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
1110
1132
|
cmaBalanceCents: unknown;
|
|
1111
1133
|
mtaBalanceCents: unknown;
|
|
1112
1134
|
stage: string;
|
|
1135
|
+
cmaId?: string | null | undefined;
|
|
1113
1136
|
buyerName?: string | null | undefined;
|
|
1137
|
+
initialDepositStatus?: string | null | undefined;
|
|
1114
1138
|
project?: {
|
|
1115
1139
|
id: string;
|
|
1116
1140
|
name: string;
|
|
@@ -1202,7 +1226,9 @@ export declare const cmaAccountPeriodRestResSchema: z.ZodObject<{
|
|
|
1202
1226
|
cmaBalanceCents: unknown;
|
|
1203
1227
|
mtaBalanceCents: unknown;
|
|
1204
1228
|
stage: string;
|
|
1229
|
+
cmaId?: string | null | undefined;
|
|
1205
1230
|
buyerName?: string | null | undefined;
|
|
1231
|
+
initialDepositStatus?: string | null | undefined;
|
|
1206
1232
|
project?: {
|
|
1207
1233
|
id: string;
|
|
1208
1234
|
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"}
|
package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts
CHANGED
|
@@ -66,7 +66,9 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
66
66
|
cmaBalanceCents: bigint;
|
|
67
67
|
mtaBalanceCents: bigint;
|
|
68
68
|
stage: string;
|
|
69
|
+
cmaId?: string | null | undefined;
|
|
69
70
|
buyerName?: string | null | undefined;
|
|
71
|
+
initialDepositStatus?: string | null | undefined;
|
|
70
72
|
project?: {
|
|
71
73
|
id: string;
|
|
72
74
|
name: string;
|
|
@@ -159,7 +161,9 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
159
161
|
cmaBalanceCents: bigint;
|
|
160
162
|
mtaBalanceCents: bigint;
|
|
161
163
|
stage: string;
|
|
164
|
+
cmaId?: string | null | undefined;
|
|
162
165
|
buyerName?: string | null | undefined;
|
|
166
|
+
initialDepositStatus?: string | null | undefined;
|
|
163
167
|
project?: {
|
|
164
168
|
id: string;
|
|
165
169
|
name: string;
|
|
@@ -251,7 +255,9 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
251
255
|
cmaBalanceCents: bigint;
|
|
252
256
|
mtaBalanceCents: bigint;
|
|
253
257
|
stage: string;
|
|
258
|
+
cmaId?: string | null | undefined;
|
|
254
259
|
buyerName?: string | null | undefined;
|
|
260
|
+
initialDepositStatus?: string | null | undefined;
|
|
255
261
|
project?: {
|
|
256
262
|
id: string;
|
|
257
263
|
name: string;
|
|
@@ -351,7 +357,9 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
351
357
|
cmaBalanceCents: unknown;
|
|
352
358
|
mtaBalanceCents: unknown;
|
|
353
359
|
stage: string;
|
|
360
|
+
cmaId?: string | null | undefined;
|
|
354
361
|
buyerName?: string | null | undefined;
|
|
362
|
+
initialDepositStatus?: string | null | undefined;
|
|
355
363
|
project?: {
|
|
356
364
|
id: string;
|
|
357
365
|
name: string;
|
|
@@ -444,7 +452,9 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
444
452
|
cmaBalanceCents: unknown;
|
|
445
453
|
mtaBalanceCents: unknown;
|
|
446
454
|
stage: string;
|
|
455
|
+
cmaId?: string | null | undefined;
|
|
447
456
|
buyerName?: string | null | undefined;
|
|
457
|
+
initialDepositStatus?: string | null | undefined;
|
|
448
458
|
project?: {
|
|
449
459
|
id: string;
|
|
450
460
|
name: string;
|
|
@@ -536,7 +546,9 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
536
546
|
cmaBalanceCents: unknown;
|
|
537
547
|
mtaBalanceCents: unknown;
|
|
538
548
|
stage: string;
|
|
549
|
+
cmaId?: string | null | undefined;
|
|
539
550
|
buyerName?: string | null | undefined;
|
|
551
|
+
initialDepositStatus?: string | null | undefined;
|
|
540
552
|
project?: {
|
|
541
553
|
id: string;
|
|
542
554
|
name: string;
|
|
@@ -630,7 +642,9 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
630
642
|
cmaBalanceCents: bigint;
|
|
631
643
|
mtaBalanceCents: bigint;
|
|
632
644
|
stage: string;
|
|
645
|
+
cmaId?: string | null | undefined;
|
|
633
646
|
buyerName?: string | null | undefined;
|
|
647
|
+
initialDepositStatus?: string | null | undefined;
|
|
634
648
|
project?: {
|
|
635
649
|
id: string;
|
|
636
650
|
name: string;
|
|
@@ -723,7 +737,9 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
723
737
|
cmaBalanceCents: bigint;
|
|
724
738
|
mtaBalanceCents: bigint;
|
|
725
739
|
stage: string;
|
|
740
|
+
cmaId?: string | null | undefined;
|
|
726
741
|
buyerName?: string | null | undefined;
|
|
742
|
+
initialDepositStatus?: string | null | undefined;
|
|
727
743
|
project?: {
|
|
728
744
|
id: string;
|
|
729
745
|
name: string;
|
|
@@ -815,7 +831,9 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
815
831
|
cmaBalanceCents: bigint;
|
|
816
832
|
mtaBalanceCents: bigint;
|
|
817
833
|
stage: string;
|
|
834
|
+
cmaId?: string | null | undefined;
|
|
818
835
|
buyerName?: string | null | undefined;
|
|
836
|
+
initialDepositStatus?: string | null | undefined;
|
|
819
837
|
project?: {
|
|
820
838
|
id: string;
|
|
821
839
|
name: string;
|
|
@@ -915,7 +933,9 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
915
933
|
cmaBalanceCents: unknown;
|
|
916
934
|
mtaBalanceCents: unknown;
|
|
917
935
|
stage: string;
|
|
936
|
+
cmaId?: string | null | undefined;
|
|
918
937
|
buyerName?: string | null | undefined;
|
|
938
|
+
initialDepositStatus?: string | null | undefined;
|
|
919
939
|
project?: {
|
|
920
940
|
id: string;
|
|
921
941
|
name: string;
|
|
@@ -1008,7 +1028,9 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1008
1028
|
cmaBalanceCents: unknown;
|
|
1009
1029
|
mtaBalanceCents: unknown;
|
|
1010
1030
|
stage: string;
|
|
1031
|
+
cmaId?: string | null | undefined;
|
|
1011
1032
|
buyerName?: string | null | undefined;
|
|
1033
|
+
initialDepositStatus?: string | null | undefined;
|
|
1012
1034
|
project?: {
|
|
1013
1035
|
id: string;
|
|
1014
1036
|
name: string;
|
|
@@ -1100,7 +1122,9 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1100
1122
|
cmaBalanceCents: unknown;
|
|
1101
1123
|
mtaBalanceCents: unknown;
|
|
1102
1124
|
stage: string;
|
|
1125
|
+
cmaId?: string | null | undefined;
|
|
1103
1126
|
buyerName?: string | null | undefined;
|
|
1127
|
+
initialDepositStatus?: string | null | undefined;
|
|
1104
1128
|
project?: {
|
|
1105
1129
|
id: string;
|
|
1106
1130
|
name: string;
|
|
@@ -1190,6 +1214,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1190
1214
|
syncedAt: z.ZodCoercedDate<unknown>;
|
|
1191
1215
|
updatedAt: z.ZodCoercedDate<unknown>;
|
|
1192
1216
|
mtaId: z.ZodString;
|
|
1217
|
+
cmaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1193
1218
|
balanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
1194
1219
|
customerId: z.ZodString;
|
|
1195
1220
|
projectId: z.ZodString;
|
|
@@ -1199,6 +1224,7 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1199
1224
|
cmaBalanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
1200
1225
|
mtaBalanceCents: z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodBigInt, z.ZodNumber]>, z.ZodNumber>;
|
|
1201
1226
|
stage: z.ZodString;
|
|
1227
|
+
initialDepositStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1202
1228
|
project: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
1203
1229
|
id: z.ZodString;
|
|
1204
1230
|
name: z.ZodString;
|
|
@@ -1289,7 +1315,9 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1289
1315
|
cmaBalanceCents: bigint;
|
|
1290
1316
|
mtaBalanceCents: bigint;
|
|
1291
1317
|
stage: string;
|
|
1318
|
+
cmaId?: string | null | undefined;
|
|
1292
1319
|
buyerName?: string | null | undefined;
|
|
1320
|
+
initialDepositStatus?: string | null | undefined;
|
|
1293
1321
|
project?: {
|
|
1294
1322
|
id: string;
|
|
1295
1323
|
name: string;
|
|
@@ -1382,7 +1410,9 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1382
1410
|
cmaBalanceCents: bigint;
|
|
1383
1411
|
mtaBalanceCents: bigint;
|
|
1384
1412
|
stage: string;
|
|
1413
|
+
cmaId?: string | null | undefined;
|
|
1385
1414
|
buyerName?: string | null | undefined;
|
|
1415
|
+
initialDepositStatus?: string | null | undefined;
|
|
1386
1416
|
project?: {
|
|
1387
1417
|
id: string;
|
|
1388
1418
|
name: string;
|
|
@@ -1474,7 +1504,9 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1474
1504
|
cmaBalanceCents: bigint;
|
|
1475
1505
|
mtaBalanceCents: bigint;
|
|
1476
1506
|
stage: string;
|
|
1507
|
+
cmaId?: string | null | undefined;
|
|
1477
1508
|
buyerName?: string | null | undefined;
|
|
1509
|
+
initialDepositStatus?: string | null | undefined;
|
|
1478
1510
|
project?: {
|
|
1479
1511
|
id: string;
|
|
1480
1512
|
name: string;
|
|
@@ -1574,7 +1606,9 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1574
1606
|
cmaBalanceCents: unknown;
|
|
1575
1607
|
mtaBalanceCents: unknown;
|
|
1576
1608
|
stage: string;
|
|
1609
|
+
cmaId?: string | null | undefined;
|
|
1577
1610
|
buyerName?: string | null | undefined;
|
|
1611
|
+
initialDepositStatus?: string | null | undefined;
|
|
1578
1612
|
project?: {
|
|
1579
1613
|
id: string;
|
|
1580
1614
|
name: string;
|
|
@@ -1667,7 +1701,9 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1667
1701
|
cmaBalanceCents: unknown;
|
|
1668
1702
|
mtaBalanceCents: unknown;
|
|
1669
1703
|
stage: string;
|
|
1704
|
+
cmaId?: string | null | undefined;
|
|
1670
1705
|
buyerName?: string | null | undefined;
|
|
1706
|
+
initialDepositStatus?: string | null | undefined;
|
|
1671
1707
|
project?: {
|
|
1672
1708
|
id: string;
|
|
1673
1709
|
name: string;
|
|
@@ -1759,7 +1795,9 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1759
1795
|
cmaBalanceCents: unknown;
|
|
1760
1796
|
mtaBalanceCents: unknown;
|
|
1761
1797
|
stage: string;
|
|
1798
|
+
cmaId?: string | null | undefined;
|
|
1762
1799
|
buyerName?: string | null | undefined;
|
|
1800
|
+
initialDepositStatus?: string | null | undefined;
|
|
1763
1801
|
project?: {
|
|
1764
1802
|
id: string;
|
|
1765
1803
|
name: string;
|
|
@@ -1853,7 +1891,9 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1853
1891
|
cmaBalanceCents: bigint;
|
|
1854
1892
|
mtaBalanceCents: bigint;
|
|
1855
1893
|
stage: string;
|
|
1894
|
+
cmaId?: string | null | undefined;
|
|
1856
1895
|
buyerName?: string | null | undefined;
|
|
1896
|
+
initialDepositStatus?: string | null | undefined;
|
|
1857
1897
|
project?: {
|
|
1858
1898
|
id: string;
|
|
1859
1899
|
name: string;
|
|
@@ -1946,7 +1986,9 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1946
1986
|
cmaBalanceCents: bigint;
|
|
1947
1987
|
mtaBalanceCents: bigint;
|
|
1948
1988
|
stage: string;
|
|
1989
|
+
cmaId?: string | null | undefined;
|
|
1949
1990
|
buyerName?: string | null | undefined;
|
|
1991
|
+
initialDepositStatus?: string | null | undefined;
|
|
1950
1992
|
project?: {
|
|
1951
1993
|
id: string;
|
|
1952
1994
|
name: string;
|
|
@@ -2038,7 +2080,9 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
2038
2080
|
cmaBalanceCents: bigint;
|
|
2039
2081
|
mtaBalanceCents: bigint;
|
|
2040
2082
|
stage: string;
|
|
2083
|
+
cmaId?: string | null | undefined;
|
|
2041
2084
|
buyerName?: string | null | undefined;
|
|
2085
|
+
initialDepositStatus?: string | null | undefined;
|
|
2042
2086
|
project?: {
|
|
2043
2087
|
id: string;
|
|
2044
2088
|
name: string;
|
|
@@ -2138,7 +2182,9 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
2138
2182
|
cmaBalanceCents: unknown;
|
|
2139
2183
|
mtaBalanceCents: unknown;
|
|
2140
2184
|
stage: string;
|
|
2185
|
+
cmaId?: string | null | undefined;
|
|
2141
2186
|
buyerName?: string | null | undefined;
|
|
2187
|
+
initialDepositStatus?: string | null | undefined;
|
|
2142
2188
|
project?: {
|
|
2143
2189
|
id: string;
|
|
2144
2190
|
name: string;
|
|
@@ -2231,7 +2277,9 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
2231
2277
|
cmaBalanceCents: unknown;
|
|
2232
2278
|
mtaBalanceCents: unknown;
|
|
2233
2279
|
stage: string;
|
|
2280
|
+
cmaId?: string | null | undefined;
|
|
2234
2281
|
buyerName?: string | null | undefined;
|
|
2282
|
+
initialDepositStatus?: string | null | undefined;
|
|
2235
2283
|
project?: {
|
|
2236
2284
|
id: string;
|
|
2237
2285
|
name: string;
|
|
@@ -2323,7 +2371,9 @@ export declare const cmaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
2323
2371
|
cmaBalanceCents: unknown;
|
|
2324
2372
|
mtaBalanceCents: unknown;
|
|
2325
2373
|
stage: string;
|
|
2374
|
+
cmaId?: string | null | undefined;
|
|
2326
2375
|
buyerName?: string | null | undefined;
|
|
2376
|
+
initialDepositStatus?: string | null | undefined;
|
|
2327
2377
|
project?: {
|
|
2328
2378
|
id: string;
|
|
2329
2379
|
name: string;
|
package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cma-reconciled-transaction.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,qCAAqC
|
|
1
|
+
{"version":3,"file":"cma-reconciled-transaction.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAGhD,CAAC;AAEH,MAAM,MAAM,+BAA+B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qCAAqC,CAAC,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
export declare const markCmaTransactionAsClearedRestReqSchema: z.ZodObject<{
|
|
3
3
|
transactionId: z.ZodUUID;
|
|
4
|
-
clearedAt: z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodDate, z.ZodISODateTime]>, z.ZodTransform<number | Date, string | Date>>, z.ZodDate>;
|
|
4
|
+
clearedAt: z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodCustom<import("dayjs").Dayjs, import("dayjs").Dayjs>, z.ZodString, z.ZodDate, z.ZodISODateTime]>, z.ZodTransform<number | Date, string | import("dayjs").Dayjs | Date>>, z.ZodDate>;
|
|
5
5
|
}, z.core.$strip>;
|
|
6
6
|
export type MarkCmaTransactionAsClearedRestReq = z.input<typeof markCmaTransactionAsClearedRestReqSchema>;
|
|
7
7
|
export type MarkCmaTransactionAsClearedRes = z.output<typeof markCmaTransactionAsClearedRestReqSchema>;
|