@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/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts
CHANGED
|
@@ -108,7 +108,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
108
108
|
cmaBalanceCents: bigint;
|
|
109
109
|
mtaBalanceCents: bigint;
|
|
110
110
|
stage: string;
|
|
111
|
+
cmaId?: string | null | undefined;
|
|
111
112
|
buyerName?: string | null | undefined;
|
|
113
|
+
initialDepositStatus?: string | null | undefined;
|
|
112
114
|
project?: {
|
|
113
115
|
id: string;
|
|
114
116
|
name: string;
|
|
@@ -202,7 +204,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
202
204
|
cmaBalanceCents: bigint;
|
|
203
205
|
mtaBalanceCents: bigint;
|
|
204
206
|
stage: string;
|
|
207
|
+
cmaId?: string | null | undefined;
|
|
205
208
|
buyerName?: string | null | undefined;
|
|
209
|
+
initialDepositStatus?: string | null | undefined;
|
|
206
210
|
project?: {
|
|
207
211
|
id: string;
|
|
208
212
|
name: string;
|
|
@@ -295,7 +299,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
295
299
|
cmaBalanceCents: bigint;
|
|
296
300
|
mtaBalanceCents: bigint;
|
|
297
301
|
stage: string;
|
|
302
|
+
cmaId?: string | null | undefined;
|
|
298
303
|
buyerName?: string | null | undefined;
|
|
304
|
+
initialDepositStatus?: string | null | undefined;
|
|
299
305
|
project?: {
|
|
300
306
|
id: string;
|
|
301
307
|
name: string;
|
|
@@ -398,7 +404,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
398
404
|
cmaBalanceCents: unknown;
|
|
399
405
|
mtaBalanceCents: unknown;
|
|
400
406
|
stage: string;
|
|
407
|
+
cmaId?: string | null | undefined;
|
|
401
408
|
buyerName?: string | null | undefined;
|
|
409
|
+
initialDepositStatus?: string | null | undefined;
|
|
402
410
|
project?: {
|
|
403
411
|
id: string;
|
|
404
412
|
name: string;
|
|
@@ -492,7 +500,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
492
500
|
cmaBalanceCents: unknown;
|
|
493
501
|
mtaBalanceCents: unknown;
|
|
494
502
|
stage: string;
|
|
503
|
+
cmaId?: string | null | undefined;
|
|
495
504
|
buyerName?: string | null | undefined;
|
|
505
|
+
initialDepositStatus?: string | null | undefined;
|
|
496
506
|
project?: {
|
|
497
507
|
id: string;
|
|
498
508
|
name: string;
|
|
@@ -585,7 +595,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
585
595
|
cmaBalanceCents: unknown;
|
|
586
596
|
mtaBalanceCents: unknown;
|
|
587
597
|
stage: string;
|
|
598
|
+
cmaId?: string | null | undefined;
|
|
588
599
|
buyerName?: string | null | undefined;
|
|
600
|
+
initialDepositStatus?: string | null | undefined;
|
|
589
601
|
project?: {
|
|
590
602
|
id: string;
|
|
591
603
|
name: string;
|
|
@@ -679,7 +691,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
679
691
|
cmaBalanceCents: bigint;
|
|
680
692
|
mtaBalanceCents: bigint;
|
|
681
693
|
stage: string;
|
|
694
|
+
cmaId?: string | null | undefined;
|
|
682
695
|
buyerName?: string | null | undefined;
|
|
696
|
+
initialDepositStatus?: string | null | undefined;
|
|
683
697
|
project?: {
|
|
684
698
|
id: string;
|
|
685
699
|
name: string;
|
|
@@ -773,7 +787,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
773
787
|
cmaBalanceCents: bigint;
|
|
774
788
|
mtaBalanceCents: bigint;
|
|
775
789
|
stage: string;
|
|
790
|
+
cmaId?: string | null | undefined;
|
|
776
791
|
buyerName?: string | null | undefined;
|
|
792
|
+
initialDepositStatus?: string | null | undefined;
|
|
777
793
|
project?: {
|
|
778
794
|
id: string;
|
|
779
795
|
name: string;
|
|
@@ -866,7 +882,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
866
882
|
cmaBalanceCents: bigint;
|
|
867
883
|
mtaBalanceCents: bigint;
|
|
868
884
|
stage: string;
|
|
885
|
+
cmaId?: string | null | undefined;
|
|
869
886
|
buyerName?: string | null | undefined;
|
|
887
|
+
initialDepositStatus?: string | null | undefined;
|
|
870
888
|
project?: {
|
|
871
889
|
id: string;
|
|
872
890
|
name: string;
|
|
@@ -969,7 +987,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
969
987
|
cmaBalanceCents: unknown;
|
|
970
988
|
mtaBalanceCents: unknown;
|
|
971
989
|
stage: string;
|
|
990
|
+
cmaId?: string | null | undefined;
|
|
972
991
|
buyerName?: string | null | undefined;
|
|
992
|
+
initialDepositStatus?: string | null | undefined;
|
|
973
993
|
project?: {
|
|
974
994
|
id: string;
|
|
975
995
|
name: string;
|
|
@@ -1063,7 +1083,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1063
1083
|
cmaBalanceCents: unknown;
|
|
1064
1084
|
mtaBalanceCents: unknown;
|
|
1065
1085
|
stage: string;
|
|
1086
|
+
cmaId?: string | null | undefined;
|
|
1066
1087
|
buyerName?: string | null | undefined;
|
|
1088
|
+
initialDepositStatus?: string | null | undefined;
|
|
1067
1089
|
project?: {
|
|
1068
1090
|
id: string;
|
|
1069
1091
|
name: string;
|
|
@@ -1156,7 +1178,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1156
1178
|
cmaBalanceCents: unknown;
|
|
1157
1179
|
mtaBalanceCents: unknown;
|
|
1158
1180
|
stage: string;
|
|
1181
|
+
cmaId?: string | null | undefined;
|
|
1159
1182
|
buyerName?: string | null | undefined;
|
|
1183
|
+
initialDepositStatus?: string | null | undefined;
|
|
1160
1184
|
project?: {
|
|
1161
1185
|
id: string;
|
|
1162
1186
|
name: string;
|
|
@@ -1252,7 +1276,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1252
1276
|
cmaBalanceCents: bigint;
|
|
1253
1277
|
mtaBalanceCents: bigint;
|
|
1254
1278
|
stage: string;
|
|
1279
|
+
cmaId?: string | null | undefined;
|
|
1255
1280
|
buyerName?: string | null | undefined;
|
|
1281
|
+
initialDepositStatus?: string | null | undefined;
|
|
1256
1282
|
project?: {
|
|
1257
1283
|
id: string;
|
|
1258
1284
|
name: string;
|
|
@@ -1346,7 +1372,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1346
1372
|
cmaBalanceCents: bigint;
|
|
1347
1373
|
mtaBalanceCents: bigint;
|
|
1348
1374
|
stage: string;
|
|
1375
|
+
cmaId?: string | null | undefined;
|
|
1349
1376
|
buyerName?: string | null | undefined;
|
|
1377
|
+
initialDepositStatus?: string | null | undefined;
|
|
1350
1378
|
project?: {
|
|
1351
1379
|
id: string;
|
|
1352
1380
|
name: string;
|
|
@@ -1439,7 +1467,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1439
1467
|
cmaBalanceCents: bigint;
|
|
1440
1468
|
mtaBalanceCents: bigint;
|
|
1441
1469
|
stage: string;
|
|
1470
|
+
cmaId?: string | null | undefined;
|
|
1442
1471
|
buyerName?: string | null | undefined;
|
|
1472
|
+
initialDepositStatus?: string | null | undefined;
|
|
1443
1473
|
project?: {
|
|
1444
1474
|
id: string;
|
|
1445
1475
|
name: string;
|
|
@@ -1542,7 +1572,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1542
1572
|
cmaBalanceCents: unknown;
|
|
1543
1573
|
mtaBalanceCents: unknown;
|
|
1544
1574
|
stage: string;
|
|
1575
|
+
cmaId?: string | null | undefined;
|
|
1545
1576
|
buyerName?: string | null | undefined;
|
|
1577
|
+
initialDepositStatus?: string | null | undefined;
|
|
1546
1578
|
project?: {
|
|
1547
1579
|
id: string;
|
|
1548
1580
|
name: string;
|
|
@@ -1636,7 +1668,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1636
1668
|
cmaBalanceCents: unknown;
|
|
1637
1669
|
mtaBalanceCents: unknown;
|
|
1638
1670
|
stage: string;
|
|
1671
|
+
cmaId?: string | null | undefined;
|
|
1639
1672
|
buyerName?: string | null | undefined;
|
|
1673
|
+
initialDepositStatus?: string | null | undefined;
|
|
1640
1674
|
project?: {
|
|
1641
1675
|
id: string;
|
|
1642
1676
|
name: string;
|
|
@@ -1729,7 +1763,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1729
1763
|
cmaBalanceCents: unknown;
|
|
1730
1764
|
mtaBalanceCents: unknown;
|
|
1731
1765
|
stage: string;
|
|
1766
|
+
cmaId?: string | null | undefined;
|
|
1732
1767
|
buyerName?: string | null | undefined;
|
|
1768
|
+
initialDepositStatus?: string | null | undefined;
|
|
1733
1769
|
project?: {
|
|
1734
1770
|
id: string;
|
|
1735
1771
|
name: string;
|
|
@@ -1823,7 +1859,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1823
1859
|
cmaBalanceCents: bigint;
|
|
1824
1860
|
mtaBalanceCents: bigint;
|
|
1825
1861
|
stage: string;
|
|
1862
|
+
cmaId?: string | null | undefined;
|
|
1826
1863
|
buyerName?: string | null | undefined;
|
|
1864
|
+
initialDepositStatus?: string | null | undefined;
|
|
1827
1865
|
project?: {
|
|
1828
1866
|
id: string;
|
|
1829
1867
|
name: string;
|
|
@@ -1917,7 +1955,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
1917
1955
|
cmaBalanceCents: bigint;
|
|
1918
1956
|
mtaBalanceCents: bigint;
|
|
1919
1957
|
stage: string;
|
|
1958
|
+
cmaId?: string | null | undefined;
|
|
1920
1959
|
buyerName?: string | null | undefined;
|
|
1960
|
+
initialDepositStatus?: string | null | undefined;
|
|
1921
1961
|
project?: {
|
|
1922
1962
|
id: string;
|
|
1923
1963
|
name: string;
|
|
@@ -2010,7 +2050,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2010
2050
|
cmaBalanceCents: bigint;
|
|
2011
2051
|
mtaBalanceCents: bigint;
|
|
2012
2052
|
stage: string;
|
|
2053
|
+
cmaId?: string | null | undefined;
|
|
2013
2054
|
buyerName?: string | null | undefined;
|
|
2055
|
+
initialDepositStatus?: string | null | undefined;
|
|
2014
2056
|
project?: {
|
|
2015
2057
|
id: string;
|
|
2016
2058
|
name: string;
|
|
@@ -2113,7 +2155,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2113
2155
|
cmaBalanceCents: unknown;
|
|
2114
2156
|
mtaBalanceCents: unknown;
|
|
2115
2157
|
stage: string;
|
|
2158
|
+
cmaId?: string | null | undefined;
|
|
2116
2159
|
buyerName?: string | null | undefined;
|
|
2160
|
+
initialDepositStatus?: string | null | undefined;
|
|
2117
2161
|
project?: {
|
|
2118
2162
|
id: string;
|
|
2119
2163
|
name: string;
|
|
@@ -2207,7 +2251,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2207
2251
|
cmaBalanceCents: unknown;
|
|
2208
2252
|
mtaBalanceCents: unknown;
|
|
2209
2253
|
stage: string;
|
|
2254
|
+
cmaId?: string | null | undefined;
|
|
2210
2255
|
buyerName?: string | null | undefined;
|
|
2256
|
+
initialDepositStatus?: string | null | undefined;
|
|
2211
2257
|
project?: {
|
|
2212
2258
|
id: string;
|
|
2213
2259
|
name: string;
|
|
@@ -2300,7 +2346,9 @@ export declare const mtaAccountPeriodClosingSummaryRestResSchema: z.ZodObject<{
|
|
|
2300
2346
|
cmaBalanceCents: unknown;
|
|
2301
2347
|
mtaBalanceCents: unknown;
|
|
2302
2348
|
stage: string;
|
|
2349
|
+
cmaId?: string | null | undefined;
|
|
2303
2350
|
buyerName?: string | null | undefined;
|
|
2351
|
+
initialDepositStatus?: string | null | undefined;
|
|
2304
2352
|
project?: {
|
|
2305
2353
|
id: string;
|
|
2306
2354
|
name: string;
|
package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mta-account-period-closing-summary.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/mta-account-period/mta-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":"mta-account-period-closing-summary.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/mta-account-period/mta-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"}
|
package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts
CHANGED
|
@@ -67,7 +67,9 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
67
67
|
cmaBalanceCents: bigint;
|
|
68
68
|
mtaBalanceCents: bigint;
|
|
69
69
|
stage: string;
|
|
70
|
+
cmaId?: string | null | undefined;
|
|
70
71
|
buyerName?: string | null | undefined;
|
|
72
|
+
initialDepositStatus?: string | null | undefined;
|
|
71
73
|
project?: {
|
|
72
74
|
id: string;
|
|
73
75
|
name: string;
|
|
@@ -161,7 +163,9 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
161
163
|
cmaBalanceCents: bigint;
|
|
162
164
|
mtaBalanceCents: bigint;
|
|
163
165
|
stage: string;
|
|
166
|
+
cmaId?: string | null | undefined;
|
|
164
167
|
buyerName?: string | null | undefined;
|
|
168
|
+
initialDepositStatus?: string | null | undefined;
|
|
165
169
|
project?: {
|
|
166
170
|
id: string;
|
|
167
171
|
name: string;
|
|
@@ -254,7 +258,9 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
254
258
|
cmaBalanceCents: bigint;
|
|
255
259
|
mtaBalanceCents: bigint;
|
|
256
260
|
stage: string;
|
|
261
|
+
cmaId?: string | null | undefined;
|
|
257
262
|
buyerName?: string | null | undefined;
|
|
263
|
+
initialDepositStatus?: string | null | undefined;
|
|
258
264
|
project?: {
|
|
259
265
|
id: string;
|
|
260
266
|
name: string;
|
|
@@ -357,7 +363,9 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
357
363
|
cmaBalanceCents: unknown;
|
|
358
364
|
mtaBalanceCents: unknown;
|
|
359
365
|
stage: string;
|
|
366
|
+
cmaId?: string | null | undefined;
|
|
360
367
|
buyerName?: string | null | undefined;
|
|
368
|
+
initialDepositStatus?: string | null | undefined;
|
|
361
369
|
project?: {
|
|
362
370
|
id: string;
|
|
363
371
|
name: string;
|
|
@@ -451,7 +459,9 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
451
459
|
cmaBalanceCents: unknown;
|
|
452
460
|
mtaBalanceCents: unknown;
|
|
453
461
|
stage: string;
|
|
462
|
+
cmaId?: string | null | undefined;
|
|
454
463
|
buyerName?: string | null | undefined;
|
|
464
|
+
initialDepositStatus?: string | null | undefined;
|
|
455
465
|
project?: {
|
|
456
466
|
id: string;
|
|
457
467
|
name: string;
|
|
@@ -544,7 +554,9 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
544
554
|
cmaBalanceCents: unknown;
|
|
545
555
|
mtaBalanceCents: unknown;
|
|
546
556
|
stage: string;
|
|
557
|
+
cmaId?: string | null | undefined;
|
|
547
558
|
buyerName?: string | null | undefined;
|
|
559
|
+
initialDepositStatus?: string | null | undefined;
|
|
548
560
|
project?: {
|
|
549
561
|
id: string;
|
|
550
562
|
name: string;
|
|
@@ -638,7 +650,9 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
638
650
|
cmaBalanceCents: bigint;
|
|
639
651
|
mtaBalanceCents: bigint;
|
|
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 mtaReconciledTransactionRestResSchema: 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 mtaReconciledTransactionRestResSchema: 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;
|
|
@@ -928,7 +946,9 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
928
946
|
cmaBalanceCents: unknown;
|
|
929
947
|
mtaBalanceCents: unknown;
|
|
930
948
|
stage: string;
|
|
949
|
+
cmaId?: string | null | undefined;
|
|
931
950
|
buyerName?: string | null | undefined;
|
|
951
|
+
initialDepositStatus?: string | null | undefined;
|
|
932
952
|
project?: {
|
|
933
953
|
id: string;
|
|
934
954
|
name: string;
|
|
@@ -1022,7 +1042,9 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1022
1042
|
cmaBalanceCents: unknown;
|
|
1023
1043
|
mtaBalanceCents: unknown;
|
|
1024
1044
|
stage: string;
|
|
1045
|
+
cmaId?: string | null | undefined;
|
|
1025
1046
|
buyerName?: string | null | undefined;
|
|
1047
|
+
initialDepositStatus?: string | null | undefined;
|
|
1026
1048
|
project?: {
|
|
1027
1049
|
id: string;
|
|
1028
1050
|
name: string;
|
|
@@ -1115,7 +1137,9 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1115
1137
|
cmaBalanceCents: unknown;
|
|
1116
1138
|
mtaBalanceCents: unknown;
|
|
1117
1139
|
stage: string;
|
|
1140
|
+
cmaId?: string | null | undefined;
|
|
1118
1141
|
buyerName?: string | null | undefined;
|
|
1142
|
+
initialDepositStatus?: string | null | undefined;
|
|
1119
1143
|
project?: {
|
|
1120
1144
|
id: string;
|
|
1121
1145
|
name: string;
|
package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mta-reconciled-transaction.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,qCAAqC
|
|
1
|
+
{"version":3,"file":"mta-reconciled-transaction.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/mta-reconciled-transaction/mta-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"}
|
|
@@ -3,7 +3,7 @@ import { MtaTransactionInputType } from '../../constants/mta-transaction/mta-inp
|
|
|
3
3
|
import { MtaTransactionPaymentMethod } from '../../constants/mta-transaction/mta-payment-method.constant';
|
|
4
4
|
export declare const createMtaTransactionRestReqSchema: z.ZodObject<{
|
|
5
5
|
amount: z.ZodPipe<z.ZodPipe<z.ZodNumber, z.ZodTransform<bigint, number>>, z.ZodBigInt>;
|
|
6
|
-
clearedAt: z.ZodPipe<z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodDate, z.ZodISODateTime]>, z.ZodTransform<number | Date, string | Date>>, z.ZodDate>;
|
|
6
|
+
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>;
|
|
7
7
|
description: z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>;
|
|
8
8
|
inputType: z.ZodEnum<typeof MtaTransactionInputType>;
|
|
9
9
|
transactionType: z.ZodEnum<{
|