@mikemo-coposit/am-accounting-shared 0.0.20 → 1.0.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/common/package-version.constant.d.ts +1 -1
- package/dist/cjs/constants/common/package-version.constant.d.ts.map +1 -1
- package/dist/cjs/index.js +82 -49
- package/dist/cjs/schemas/cma/cma.rest.schema.d.ts +78 -65
- 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 +144 -120
- 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 +78 -65
- 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 +150 -125
- 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.rest.schema.d.ts +6 -5
- package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/customer/customer-sync.grpc.schema.d.ts +12 -0
- package/dist/cjs/schemas/customer/customer-sync.grpc.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/{property → customer}/customer.entity.schema.d.ts +4 -3
- package/dist/cjs/schemas/{property → customer}/customer.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/customer/index.d.ts +3 -0
- package/dist/cjs/schemas/customer/index.d.ts.map +1 -0
- package/dist/cjs/schemas/index.d.ts +1 -0
- package/dist/cjs/schemas/index.d.ts.map +1 -1
- package/dist/cjs/schemas/mta/create-mta.rest.schema.d.ts +1 -0
- package/dist/cjs/schemas/mta/create-mta.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +152 -120
- 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 +76 -60
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts +28 -28
- package/dist/cjs/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +4 -3
- 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 +9 -5
- 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.rest.schema.d.ts +462 -375
- 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.rest.schema.d.ts +1883 -1533
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +213 -174
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/cjs/schemas/project/project.rest.schema.d.ts +1 -1
- package/dist/cjs/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +1 -1
- package/dist/cjs/schemas/property/index.d.ts +1 -1
- package/dist/cjs/schemas/property/index.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property-sync.grpc.schema.d.ts +23 -0
- package/dist/cjs/schemas/property/property-sync.grpc.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/property/property.entity.schema.d.ts +4 -3
- package/dist/cjs/schemas/property/property.entity.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property.rest.schema.d.ts +152 -123
- package/dist/cjs/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/esm/constants/common/package-version.constant.d.ts +1 -1
- package/dist/esm/constants/common/package-version.constant.d.ts.map +1 -1
- package/dist/esm/index.mjs +63 -36
- package/dist/esm/schemas/cma/cma.rest.schema.d.ts +78 -65
- 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 +144 -120
- 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 +78 -65
- 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 +150 -125
- 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.rest.schema.d.ts +6 -5
- package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/customer/customer-sync.grpc.schema.d.ts +12 -0
- package/dist/esm/schemas/customer/customer-sync.grpc.schema.d.ts.map +1 -0
- package/dist/esm/schemas/{property → customer}/customer.entity.schema.d.ts +4 -3
- package/dist/esm/schemas/{property → customer}/customer.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/customer/index.d.ts +3 -0
- package/dist/esm/schemas/customer/index.d.ts.map +1 -0
- package/dist/esm/schemas/index.d.ts +1 -0
- package/dist/esm/schemas/index.d.ts.map +1 -1
- package/dist/esm/schemas/mta/create-mta.rest.schema.d.ts +1 -0
- package/dist/esm/schemas/mta/create-mta.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +152 -120
- 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 +76 -60
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts +28 -28
- package/dist/esm/schemas/mta-transaction/mta-transaction.entity.schema.d.ts +4 -3
- 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 +9 -5
- 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.rest.schema.d.ts +462 -375
- 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.rest.schema.d.ts +1883 -1533
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +213 -174
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/esm/schemas/project/project.rest.schema.d.ts +1 -1
- package/dist/esm/schemas/project-mta-allocation/project-mta-allocation.rest.schema.d.ts +1 -1
- package/dist/esm/schemas/property/index.d.ts +1 -1
- package/dist/esm/schemas/property/index.d.ts.map +1 -1
- package/dist/esm/schemas/property/property-sync.grpc.schema.d.ts +23 -0
- package/dist/esm/schemas/property/property-sync.grpc.schema.d.ts.map +1 -0
- package/dist/esm/schemas/property/property.entity.schema.d.ts +4 -3
- package/dist/esm/schemas/property/property.entity.schema.d.ts.map +1 -1
- package/dist/esm/schemas/property/property.rest.schema.d.ts +152 -123
- package/dist/esm/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/package.json +10 -20
package/dist/cjs/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/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts
CHANGED
|
@@ -53,13 +53,13 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
53
53
|
} | null | undefined;
|
|
54
54
|
property?: {
|
|
55
55
|
id: string;
|
|
56
|
+
mtaId: string;
|
|
56
57
|
status: string;
|
|
57
58
|
isArchived: boolean;
|
|
58
59
|
createdAt: Date;
|
|
59
|
-
syncedAt: Date;
|
|
60
60
|
updatedAt: Date;
|
|
61
|
-
mtaId: string;
|
|
62
61
|
balanceCents: bigint;
|
|
62
|
+
syncedAt: Date;
|
|
63
63
|
customerId: string;
|
|
64
64
|
projectId: string;
|
|
65
65
|
lotDetail: string | null;
|
|
@@ -94,14 +94,15 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
94
94
|
} | null | undefined;
|
|
95
95
|
customer?: {
|
|
96
96
|
id: string;
|
|
97
|
-
fullName: string | null;
|
|
98
|
-
mobile: string | null;
|
|
99
|
-
email: string;
|
|
100
97
|
status: string;
|
|
101
98
|
isArchived: boolean;
|
|
102
99
|
createdAt: Date;
|
|
103
100
|
syncedAt: Date;
|
|
104
101
|
updatedAt: Date;
|
|
102
|
+
fullName?: string | null | undefined;
|
|
103
|
+
mobile?: string | null | undefined;
|
|
104
|
+
email?: string | null | undefined;
|
|
105
|
+
source?: string | null | undefined;
|
|
105
106
|
} | null | undefined;
|
|
106
107
|
} | null | undefined;
|
|
107
108
|
} & {
|
|
@@ -149,13 +150,13 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
149
150
|
} | null | undefined;
|
|
150
151
|
property?: {
|
|
151
152
|
id: string;
|
|
153
|
+
mtaId: string;
|
|
152
154
|
status: string;
|
|
153
155
|
isArchived: boolean;
|
|
154
156
|
createdAt: Date;
|
|
155
|
-
syncedAt: Date;
|
|
156
157
|
updatedAt: Date;
|
|
157
|
-
mtaId: string;
|
|
158
158
|
balanceCents: bigint;
|
|
159
|
+
syncedAt: Date;
|
|
159
160
|
customerId: string;
|
|
160
161
|
projectId: string;
|
|
161
162
|
lotDetail: string | null;
|
|
@@ -190,14 +191,15 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
190
191
|
} | null | undefined;
|
|
191
192
|
customer?: {
|
|
192
193
|
id: string;
|
|
193
|
-
fullName: string | null;
|
|
194
|
-
mobile: string | null;
|
|
195
|
-
email: string;
|
|
196
194
|
status: string;
|
|
197
195
|
isArchived: boolean;
|
|
198
196
|
createdAt: Date;
|
|
199
197
|
syncedAt: Date;
|
|
200
198
|
updatedAt: Date;
|
|
199
|
+
fullName?: string | null | undefined;
|
|
200
|
+
mobile?: string | null | undefined;
|
|
201
|
+
email?: string | null | undefined;
|
|
202
|
+
source?: string | null | undefined;
|
|
201
203
|
} | null | undefined;
|
|
202
204
|
} | null | undefined;
|
|
203
205
|
} & /*elided*/ any) | null | undefined;
|
|
@@ -244,13 +246,13 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
244
246
|
} | null | undefined;
|
|
245
247
|
property?: {
|
|
246
248
|
id: string;
|
|
249
|
+
mtaId: string;
|
|
247
250
|
status: string;
|
|
248
251
|
isArchived: boolean;
|
|
249
252
|
createdAt: Date;
|
|
250
|
-
syncedAt: Date;
|
|
251
253
|
updatedAt: Date;
|
|
252
|
-
mtaId: string;
|
|
253
254
|
balanceCents: bigint;
|
|
255
|
+
syncedAt: Date;
|
|
254
256
|
customerId: string;
|
|
255
257
|
projectId: string;
|
|
256
258
|
lotDetail: string | null;
|
|
@@ -285,14 +287,15 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
285
287
|
} | null | undefined;
|
|
286
288
|
customer?: {
|
|
287
289
|
id: string;
|
|
288
|
-
fullName: string | null;
|
|
289
|
-
mobile: string | null;
|
|
290
|
-
email: string;
|
|
291
290
|
status: string;
|
|
292
291
|
isArchived: boolean;
|
|
293
292
|
createdAt: Date;
|
|
294
293
|
syncedAt: Date;
|
|
295
294
|
updatedAt: Date;
|
|
295
|
+
fullName?: string | null | undefined;
|
|
296
|
+
mobile?: string | null | undefined;
|
|
297
|
+
email?: string | null | undefined;
|
|
298
|
+
source?: string | null | undefined;
|
|
296
299
|
} | null | undefined;
|
|
297
300
|
} | null | undefined;
|
|
298
301
|
} & /*elided*/ any)[] | null | undefined;
|
|
@@ -307,6 +310,7 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
307
310
|
amountStr?: string | null | undefined;
|
|
308
311
|
transactionNumber?: string | null | undefined;
|
|
309
312
|
isCancelable?: boolean | null | undefined;
|
|
313
|
+
payout?: z.output<typeof import("..").payoutEntitySchema> | null | undefined;
|
|
310
314
|
}, {
|
|
311
315
|
id: string;
|
|
312
316
|
referenceId: string | null;
|
|
@@ -350,13 +354,13 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
350
354
|
} | null | undefined;
|
|
351
355
|
property?: {
|
|
352
356
|
id: string;
|
|
357
|
+
mtaId: string;
|
|
353
358
|
status: string;
|
|
354
359
|
isArchived: boolean;
|
|
355
360
|
createdAt: unknown;
|
|
356
|
-
syncedAt: unknown;
|
|
357
361
|
updatedAt: unknown;
|
|
358
|
-
mtaId: string;
|
|
359
362
|
balanceCents: unknown;
|
|
363
|
+
syncedAt: unknown;
|
|
360
364
|
customerId: string;
|
|
361
365
|
projectId: string;
|
|
362
366
|
lotDetail: string | null;
|
|
@@ -391,14 +395,15 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
391
395
|
} | null | undefined;
|
|
392
396
|
customer?: {
|
|
393
397
|
id: string;
|
|
394
|
-
fullName: string | null;
|
|
395
|
-
mobile: string | null;
|
|
396
|
-
email: string;
|
|
397
398
|
status: string;
|
|
398
399
|
isArchived: boolean;
|
|
399
400
|
createdAt: unknown;
|
|
400
401
|
syncedAt: unknown;
|
|
401
402
|
updatedAt: unknown;
|
|
403
|
+
fullName?: string | null | undefined;
|
|
404
|
+
mobile?: string | null | undefined;
|
|
405
|
+
email?: string | null | undefined;
|
|
406
|
+
source?: string | null | undefined;
|
|
402
407
|
} | null | undefined;
|
|
403
408
|
} | null | undefined;
|
|
404
409
|
} & {
|
|
@@ -446,13 +451,13 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
446
451
|
} | null | undefined;
|
|
447
452
|
property?: {
|
|
448
453
|
id: string;
|
|
454
|
+
mtaId: string;
|
|
449
455
|
status: string;
|
|
450
456
|
isArchived: boolean;
|
|
451
457
|
createdAt: unknown;
|
|
452
|
-
syncedAt: unknown;
|
|
453
458
|
updatedAt: unknown;
|
|
454
|
-
mtaId: string;
|
|
455
459
|
balanceCents: unknown;
|
|
460
|
+
syncedAt: unknown;
|
|
456
461
|
customerId: string;
|
|
457
462
|
projectId: string;
|
|
458
463
|
lotDetail: string | null;
|
|
@@ -487,14 +492,15 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
487
492
|
} | null | undefined;
|
|
488
493
|
customer?: {
|
|
489
494
|
id: string;
|
|
490
|
-
fullName: string | null;
|
|
491
|
-
mobile: string | null;
|
|
492
|
-
email: string;
|
|
493
495
|
status: string;
|
|
494
496
|
isArchived: boolean;
|
|
495
497
|
createdAt: unknown;
|
|
496
498
|
syncedAt: unknown;
|
|
497
499
|
updatedAt: unknown;
|
|
500
|
+
fullName?: string | null | undefined;
|
|
501
|
+
mobile?: string | null | undefined;
|
|
502
|
+
email?: string | null | undefined;
|
|
503
|
+
source?: string | null | undefined;
|
|
498
504
|
} | null | undefined;
|
|
499
505
|
} | null | undefined;
|
|
500
506
|
} & /*elided*/ any) | null | undefined;
|
|
@@ -541,13 +547,13 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
541
547
|
} | null | undefined;
|
|
542
548
|
property?: {
|
|
543
549
|
id: string;
|
|
550
|
+
mtaId: string;
|
|
544
551
|
status: string;
|
|
545
552
|
isArchived: boolean;
|
|
546
553
|
createdAt: unknown;
|
|
547
|
-
syncedAt: unknown;
|
|
548
554
|
updatedAt: unknown;
|
|
549
|
-
mtaId: string;
|
|
550
555
|
balanceCents: unknown;
|
|
556
|
+
syncedAt: unknown;
|
|
551
557
|
customerId: string;
|
|
552
558
|
projectId: string;
|
|
553
559
|
lotDetail: string | null;
|
|
@@ -582,18 +588,20 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
582
588
|
} | null | undefined;
|
|
583
589
|
customer?: {
|
|
584
590
|
id: string;
|
|
585
|
-
fullName: string | null;
|
|
586
|
-
mobile: string | null;
|
|
587
|
-
email: string;
|
|
588
591
|
status: string;
|
|
589
592
|
isArchived: boolean;
|
|
590
593
|
createdAt: unknown;
|
|
591
594
|
syncedAt: unknown;
|
|
592
595
|
updatedAt: unknown;
|
|
596
|
+
fullName?: string | null | undefined;
|
|
597
|
+
mobile?: string | null | undefined;
|
|
598
|
+
email?: string | null | undefined;
|
|
599
|
+
source?: string | null | undefined;
|
|
593
600
|
} | null | undefined;
|
|
594
601
|
} | null | undefined;
|
|
595
602
|
} & /*elided*/ any)[] | null | undefined;
|
|
596
603
|
reconciledTransactions?: z.input<typeof mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
604
|
+
payout?: z.input<typeof import("..").payoutEntitySchema> | null | undefined;
|
|
597
605
|
}, z.core.$ZodTypeInternals<{
|
|
598
606
|
id: string;
|
|
599
607
|
referenceId: string | null;
|
|
@@ -637,13 +645,13 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
637
645
|
} | null | undefined;
|
|
638
646
|
property?: {
|
|
639
647
|
id: string;
|
|
648
|
+
mtaId: string;
|
|
640
649
|
status: string;
|
|
641
650
|
isArchived: boolean;
|
|
642
651
|
createdAt: Date;
|
|
643
|
-
syncedAt: Date;
|
|
644
652
|
updatedAt: Date;
|
|
645
|
-
mtaId: string;
|
|
646
653
|
balanceCents: bigint;
|
|
654
|
+
syncedAt: Date;
|
|
647
655
|
customerId: string;
|
|
648
656
|
projectId: string;
|
|
649
657
|
lotDetail: string | null;
|
|
@@ -678,14 +686,15 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
678
686
|
} | null | undefined;
|
|
679
687
|
customer?: {
|
|
680
688
|
id: string;
|
|
681
|
-
fullName: string | null;
|
|
682
|
-
mobile: string | null;
|
|
683
|
-
email: string;
|
|
684
689
|
status: string;
|
|
685
690
|
isArchived: boolean;
|
|
686
691
|
createdAt: Date;
|
|
687
692
|
syncedAt: Date;
|
|
688
693
|
updatedAt: Date;
|
|
694
|
+
fullName?: string | null | undefined;
|
|
695
|
+
mobile?: string | null | undefined;
|
|
696
|
+
email?: string | null | undefined;
|
|
697
|
+
source?: string | null | undefined;
|
|
689
698
|
} | null | undefined;
|
|
690
699
|
} | null | undefined;
|
|
691
700
|
} & {
|
|
@@ -733,13 +742,13 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
733
742
|
} | null | undefined;
|
|
734
743
|
property?: {
|
|
735
744
|
id: string;
|
|
745
|
+
mtaId: string;
|
|
736
746
|
status: string;
|
|
737
747
|
isArchived: boolean;
|
|
738
748
|
createdAt: Date;
|
|
739
|
-
syncedAt: Date;
|
|
740
749
|
updatedAt: Date;
|
|
741
|
-
mtaId: string;
|
|
742
750
|
balanceCents: bigint;
|
|
751
|
+
syncedAt: Date;
|
|
743
752
|
customerId: string;
|
|
744
753
|
projectId: string;
|
|
745
754
|
lotDetail: string | null;
|
|
@@ -774,14 +783,15 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
774
783
|
} | null | undefined;
|
|
775
784
|
customer?: {
|
|
776
785
|
id: string;
|
|
777
|
-
fullName: string | null;
|
|
778
|
-
mobile: string | null;
|
|
779
|
-
email: string;
|
|
780
786
|
status: string;
|
|
781
787
|
isArchived: boolean;
|
|
782
788
|
createdAt: Date;
|
|
783
789
|
syncedAt: Date;
|
|
784
790
|
updatedAt: Date;
|
|
791
|
+
fullName?: string | null | undefined;
|
|
792
|
+
mobile?: string | null | undefined;
|
|
793
|
+
email?: string | null | undefined;
|
|
794
|
+
source?: string | null | undefined;
|
|
785
795
|
} | null | undefined;
|
|
786
796
|
} | null | undefined;
|
|
787
797
|
} & /*elided*/ any) | null | undefined;
|
|
@@ -828,13 +838,13 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
828
838
|
} | null | undefined;
|
|
829
839
|
property?: {
|
|
830
840
|
id: string;
|
|
841
|
+
mtaId: string;
|
|
831
842
|
status: string;
|
|
832
843
|
isArchived: boolean;
|
|
833
844
|
createdAt: Date;
|
|
834
|
-
syncedAt: Date;
|
|
835
845
|
updatedAt: Date;
|
|
836
|
-
mtaId: string;
|
|
837
846
|
balanceCents: bigint;
|
|
847
|
+
syncedAt: Date;
|
|
838
848
|
customerId: string;
|
|
839
849
|
projectId: string;
|
|
840
850
|
lotDetail: string | null;
|
|
@@ -869,14 +879,15 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
869
879
|
} | null | undefined;
|
|
870
880
|
customer?: {
|
|
871
881
|
id: string;
|
|
872
|
-
fullName: string | null;
|
|
873
|
-
mobile: string | null;
|
|
874
|
-
email: string;
|
|
875
882
|
status: string;
|
|
876
883
|
isArchived: boolean;
|
|
877
884
|
createdAt: Date;
|
|
878
885
|
syncedAt: Date;
|
|
879
886
|
updatedAt: Date;
|
|
887
|
+
fullName?: string | null | undefined;
|
|
888
|
+
mobile?: string | null | undefined;
|
|
889
|
+
email?: string | null | undefined;
|
|
890
|
+
source?: string | null | undefined;
|
|
880
891
|
} | null | undefined;
|
|
881
892
|
} | null | undefined;
|
|
882
893
|
} & /*elided*/ any)[] | null | undefined;
|
|
@@ -891,6 +902,7 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
891
902
|
amountStr?: string | null | undefined;
|
|
892
903
|
transactionNumber?: string | null | undefined;
|
|
893
904
|
isCancelable?: boolean | null | undefined;
|
|
905
|
+
payout?: z.output<typeof import("..").payoutEntitySchema> | null | undefined;
|
|
894
906
|
}, {
|
|
895
907
|
id: string;
|
|
896
908
|
referenceId: string | null;
|
|
@@ -934,13 +946,13 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
934
946
|
} | null | undefined;
|
|
935
947
|
property?: {
|
|
936
948
|
id: string;
|
|
949
|
+
mtaId: string;
|
|
937
950
|
status: string;
|
|
938
951
|
isArchived: boolean;
|
|
939
952
|
createdAt: unknown;
|
|
940
|
-
syncedAt: unknown;
|
|
941
953
|
updatedAt: unknown;
|
|
942
|
-
mtaId: string;
|
|
943
954
|
balanceCents: unknown;
|
|
955
|
+
syncedAt: unknown;
|
|
944
956
|
customerId: string;
|
|
945
957
|
projectId: string;
|
|
946
958
|
lotDetail: string | null;
|
|
@@ -975,14 +987,15 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
975
987
|
} | null | undefined;
|
|
976
988
|
customer?: {
|
|
977
989
|
id: string;
|
|
978
|
-
fullName: string | null;
|
|
979
|
-
mobile: string | null;
|
|
980
|
-
email: string;
|
|
981
990
|
status: string;
|
|
982
991
|
isArchived: boolean;
|
|
983
992
|
createdAt: unknown;
|
|
984
993
|
syncedAt: unknown;
|
|
985
994
|
updatedAt: unknown;
|
|
995
|
+
fullName?: string | null | undefined;
|
|
996
|
+
mobile?: string | null | undefined;
|
|
997
|
+
email?: string | null | undefined;
|
|
998
|
+
source?: string | null | undefined;
|
|
986
999
|
} | null | undefined;
|
|
987
1000
|
} | null | undefined;
|
|
988
1001
|
} & {
|
|
@@ -1030,13 +1043,13 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1030
1043
|
} | null | undefined;
|
|
1031
1044
|
property?: {
|
|
1032
1045
|
id: string;
|
|
1046
|
+
mtaId: string;
|
|
1033
1047
|
status: string;
|
|
1034
1048
|
isArchived: boolean;
|
|
1035
1049
|
createdAt: unknown;
|
|
1036
|
-
syncedAt: unknown;
|
|
1037
1050
|
updatedAt: unknown;
|
|
1038
|
-
mtaId: string;
|
|
1039
1051
|
balanceCents: unknown;
|
|
1052
|
+
syncedAt: unknown;
|
|
1040
1053
|
customerId: string;
|
|
1041
1054
|
projectId: string;
|
|
1042
1055
|
lotDetail: string | null;
|
|
@@ -1071,14 +1084,15 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1071
1084
|
} | null | undefined;
|
|
1072
1085
|
customer?: {
|
|
1073
1086
|
id: string;
|
|
1074
|
-
fullName: string | null;
|
|
1075
|
-
mobile: string | null;
|
|
1076
|
-
email: string;
|
|
1077
1087
|
status: string;
|
|
1078
1088
|
isArchived: boolean;
|
|
1079
1089
|
createdAt: unknown;
|
|
1080
1090
|
syncedAt: unknown;
|
|
1081
1091
|
updatedAt: unknown;
|
|
1092
|
+
fullName?: string | null | undefined;
|
|
1093
|
+
mobile?: string | null | undefined;
|
|
1094
|
+
email?: string | null | undefined;
|
|
1095
|
+
source?: string | null | undefined;
|
|
1082
1096
|
} | null | undefined;
|
|
1083
1097
|
} | null | undefined;
|
|
1084
1098
|
} & /*elided*/ any) | null | undefined;
|
|
@@ -1125,13 +1139,13 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1125
1139
|
} | null | undefined;
|
|
1126
1140
|
property?: {
|
|
1127
1141
|
id: string;
|
|
1142
|
+
mtaId: string;
|
|
1128
1143
|
status: string;
|
|
1129
1144
|
isArchived: boolean;
|
|
1130
1145
|
createdAt: unknown;
|
|
1131
|
-
syncedAt: unknown;
|
|
1132
1146
|
updatedAt: unknown;
|
|
1133
|
-
mtaId: string;
|
|
1134
1147
|
balanceCents: unknown;
|
|
1148
|
+
syncedAt: unknown;
|
|
1135
1149
|
customerId: string;
|
|
1136
1150
|
projectId: string;
|
|
1137
1151
|
lotDetail: string | null;
|
|
@@ -1166,18 +1180,20 @@ export declare const mtaReconciledTransactionRestResSchema: z.ZodObject<{
|
|
|
1166
1180
|
} | null | undefined;
|
|
1167
1181
|
customer?: {
|
|
1168
1182
|
id: string;
|
|
1169
|
-
fullName: string | null;
|
|
1170
|
-
mobile: string | null;
|
|
1171
|
-
email: string;
|
|
1172
1183
|
status: string;
|
|
1173
1184
|
isArchived: boolean;
|
|
1174
1185
|
createdAt: unknown;
|
|
1175
1186
|
syncedAt: unknown;
|
|
1176
1187
|
updatedAt: unknown;
|
|
1188
|
+
fullName?: string | null | undefined;
|
|
1189
|
+
mobile?: string | null | undefined;
|
|
1190
|
+
email?: string | null | undefined;
|
|
1191
|
+
source?: string | null | undefined;
|
|
1177
1192
|
} | null | undefined;
|
|
1178
1193
|
} | null | undefined;
|
|
1179
1194
|
} & /*elided*/ any)[] | null | undefined;
|
|
1180
1195
|
reconciledTransactions?: z.input<typeof mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
1196
|
+
payout?: z.input<typeof import("..").payoutEntitySchema> | null | undefined;
|
|
1181
1197
|
}>>>>;
|
|
1182
1198
|
accountPeriod: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
1183
1199
|
id: z.ZodUUID;
|
package/dist/cjs/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"}
|
|
@@ -396,6 +396,34 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
|
|
|
396
396
|
endsWith: z.ZodOptional<z.ZodString>;
|
|
397
397
|
}, z.core.$strict>>]>>;
|
|
398
398
|
}, z.core.$strict>>, z.ZodString]>>;
|
|
399
|
+
mtaId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
400
|
+
equals: z.ZodOptional<z.ZodString>;
|
|
401
|
+
in: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
402
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
403
|
+
lt: z.ZodOptional<z.ZodString>;
|
|
404
|
+
lte: z.ZodOptional<z.ZodString>;
|
|
405
|
+
gt: z.ZodOptional<z.ZodString>;
|
|
406
|
+
gte: z.ZodOptional<z.ZodString>;
|
|
407
|
+
contains: z.ZodOptional<z.ZodString>;
|
|
408
|
+
startsWith: z.ZodOptional<z.ZodString>;
|
|
409
|
+
endsWith: z.ZodOptional<z.ZodString>;
|
|
410
|
+
mode: z.ZodOptional<z.ZodLazy<z.ZodEnum<{
|
|
411
|
+
readonly DEFAULT: "default";
|
|
412
|
+
readonly INSENSITIVE: "insensitive";
|
|
413
|
+
}>>>;
|
|
414
|
+
not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodLazy<z.ZodObject<{
|
|
415
|
+
equals: z.ZodOptional<z.ZodString>;
|
|
416
|
+
in: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
417
|
+
notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
418
|
+
lt: z.ZodOptional<z.ZodString>;
|
|
419
|
+
lte: z.ZodOptional<z.ZodString>;
|
|
420
|
+
gt: z.ZodOptional<z.ZodString>;
|
|
421
|
+
gte: z.ZodOptional<z.ZodString>;
|
|
422
|
+
contains: z.ZodOptional<z.ZodString>;
|
|
423
|
+
startsWith: z.ZodOptional<z.ZodString>;
|
|
424
|
+
endsWith: z.ZodOptional<z.ZodString>;
|
|
425
|
+
}, z.core.$strict>>]>>;
|
|
426
|
+
}, z.core.$strict>>, z.ZodString]>>;
|
|
399
427
|
status: z.ZodOptional<z.ZodOptional<z.ZodPipe<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
400
428
|
equals: z.ZodOptional<z.ZodString>;
|
|
401
429
|
in: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -472,34 +500,6 @@ export declare const mtaTransactionSearchRestReqSchema: z.ZodIntersection<z.ZodO
|
|
|
472
500
|
endsWith?: string | undefined;
|
|
473
501
|
} | undefined;
|
|
474
502
|
}>>>>;
|
|
475
|
-
mtaId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodObject<{
|
|
476
|
-
equals: z.ZodOptional<z.ZodString>;
|
|
477
|
-
in: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
478
|
-
notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
479
|
-
lt: z.ZodOptional<z.ZodString>;
|
|
480
|
-
lte: z.ZodOptional<z.ZodString>;
|
|
481
|
-
gt: z.ZodOptional<z.ZodString>;
|
|
482
|
-
gte: z.ZodOptional<z.ZodString>;
|
|
483
|
-
contains: z.ZodOptional<z.ZodString>;
|
|
484
|
-
startsWith: z.ZodOptional<z.ZodString>;
|
|
485
|
-
endsWith: z.ZodOptional<z.ZodString>;
|
|
486
|
-
mode: z.ZodOptional<z.ZodLazy<z.ZodEnum<{
|
|
487
|
-
readonly DEFAULT: "default";
|
|
488
|
-
readonly INSENSITIVE: "insensitive";
|
|
489
|
-
}>>>;
|
|
490
|
-
not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodLazy<z.ZodObject<{
|
|
491
|
-
equals: z.ZodOptional<z.ZodString>;
|
|
492
|
-
in: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
493
|
-
notIn: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
494
|
-
lt: z.ZodOptional<z.ZodString>;
|
|
495
|
-
lte: z.ZodOptional<z.ZodString>;
|
|
496
|
-
gt: z.ZodOptional<z.ZodString>;
|
|
497
|
-
gte: z.ZodOptional<z.ZodString>;
|
|
498
|
-
contains: z.ZodOptional<z.ZodString>;
|
|
499
|
-
startsWith: z.ZodOptional<z.ZodString>;
|
|
500
|
-
endsWith: z.ZodOptional<z.ZodString>;
|
|
501
|
-
}, z.core.$strict>>]>>;
|
|
502
|
-
}, z.core.$strict>>, z.ZodString]>>;
|
|
503
503
|
cmaId: z.ZodOptional<z.ZodUnion<readonly [z.ZodLazy<z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
504
504
|
equals: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
505
505
|
not: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNull, z.ZodLazy<z.ZodObject<{
|
|
@@ -74,14 +74,15 @@ export declare const mtaTransactionNestedSchema: z.ZodObject<{
|
|
|
74
74
|
}, z.core.$strip>>>>;
|
|
75
75
|
customer: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
76
76
|
id: z.ZodUUID;
|
|
77
|
-
fullName: z.ZodNullable<z.ZodString
|
|
78
|
-
mobile: z.ZodNullable<z.ZodString
|
|
79
|
-
email: z.ZodString
|
|
77
|
+
fullName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
78
|
+
mobile: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
79
|
+
email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
80
80
|
status: z.ZodString;
|
|
81
81
|
isArchived: z.ZodBoolean;
|
|
82
82
|
createdAt: z.ZodCoercedDate<unknown>;
|
|
83
83
|
syncedAt: z.ZodCoercedDate<unknown>;
|
|
84
84
|
updatedAt: z.ZodCoercedDate<unknown>;
|
|
85
|
+
source: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
85
86
|
}, z.core.$strip>>>>;
|
|
86
87
|
readonly cma: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
87
88
|
id: z.ZodUUID;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mta-transaction.entity.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/mta-transaction/mta-transaction.entity.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBA6BrC,CAAC;AAEH,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC;AAE9E,eAAO,MAAM,0BAA0B
|
|
1
|
+
{"version":3,"file":"mta-transaction.entity.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/mta-transaction/mta-transaction.entity.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBA6BrC,CAAC;AAEH,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC;AAE9E,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAMrC,CAAC;AAEH,MAAM,MAAM,0BAA0B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAC"}
|
|
@@ -2,6 +2,7 @@ import { z } from 'zod';
|
|
|
2
2
|
import { MtaTransactionInputType } from '../../constants';
|
|
3
3
|
import { mtaRestResSchema } from '../mta';
|
|
4
4
|
import { mtaReconciledTransactionRestResSchema } from '../mta-reconciled-transaction/mta-reconciled-transaction.rest.schema';
|
|
5
|
+
import { payoutEntitySchema } from '../payout';
|
|
5
6
|
export declare const mtaTransactionRestResBaseSchema: z.ZodObject<{
|
|
6
7
|
id: z.ZodUUID;
|
|
7
8
|
referenceId: z.ZodNullable<z.ZodString>;
|
|
@@ -61,14 +62,14 @@ export declare const mtaTransactionRestResBaseSchema: z.ZodObject<{
|
|
|
61
62
|
}, z.core.$strip>]>>>;
|
|
62
63
|
readonly property: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
63
64
|
id: z.ZodUUID;
|
|
65
|
+
mtaId: z.ZodString;
|
|
64
66
|
status: z.ZodString;
|
|
65
67
|
isArchived: z.ZodBoolean;
|
|
66
68
|
createdAt: z.ZodCoercedDate<unknown>;
|
|
67
|
-
syncedAt: z.ZodCoercedDate<unknown>;
|
|
68
69
|
updatedAt: z.ZodCoercedDate<unknown>;
|
|
69
|
-
mtaId: z.ZodString;
|
|
70
70
|
cmaId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
71
71
|
balanceCents: z.ZodPipe<z.ZodUnion<readonly [z.ZodCoercedBigInt<unknown>, z.ZodCoercedNumber<unknown>]>, z.ZodBigInt>;
|
|
72
|
+
syncedAt: z.ZodCoercedDate<unknown>;
|
|
72
73
|
customerId: z.ZodString;
|
|
73
74
|
projectId: z.ZodString;
|
|
74
75
|
buyerName: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -102,14 +103,15 @@ export declare const mtaTransactionRestResBaseSchema: z.ZodObject<{
|
|
|
102
103
|
}, z.core.$strip>>>>;
|
|
103
104
|
customer: z.ZodOptional<z.ZodNullable<z.ZodLazy<z.ZodObject<{
|
|
104
105
|
id: z.ZodUUID;
|
|
105
|
-
fullName: z.ZodNullable<z.ZodString
|
|
106
|
-
mobile: z.ZodNullable<z.ZodString
|
|
107
|
-
email: z.ZodString
|
|
106
|
+
fullName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
107
|
+
mobile: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
108
|
+
email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
108
109
|
status: z.ZodString;
|
|
109
110
|
isArchived: z.ZodBoolean;
|
|
110
111
|
createdAt: z.ZodCoercedDate<unknown>;
|
|
111
112
|
syncedAt: z.ZodCoercedDate<unknown>;
|
|
112
113
|
updatedAt: z.ZodCoercedDate<unknown>;
|
|
114
|
+
source: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
113
115
|
}, z.core.$strip>>>>;
|
|
114
116
|
}, z.core.$strip>>>;
|
|
115
117
|
}, z.core.$strip>;
|
|
@@ -118,6 +120,7 @@ type Input = z.input<typeof mtaTransactionRestResBaseSchema> & {
|
|
|
118
120
|
sourceTransaction?: Input | null | undefined;
|
|
119
121
|
subsequentTransactions?: Input[] | null | undefined;
|
|
120
122
|
reconciledTransactions?: z.input<typeof mtaReconciledTransactionRestResSchema>[] | null | undefined;
|
|
123
|
+
payout?: z.input<typeof payoutEntitySchema> | null | undefined;
|
|
121
124
|
};
|
|
122
125
|
type Output = z.output<typeof mtaTransactionRestResBaseSchema> & {
|
|
123
126
|
mta?: z.output<typeof mtaRestResSchema> | null | undefined;
|
|
@@ -134,6 +137,7 @@ type Output = z.output<typeof mtaTransactionRestResBaseSchema> & {
|
|
|
134
137
|
amountStr?: string | null | undefined;
|
|
135
138
|
transactionNumber?: string | null | undefined;
|
|
136
139
|
isCancelable?: boolean | null | undefined;
|
|
140
|
+
payout?: z.output<typeof payoutEntitySchema> | null | undefined;
|
|
137
141
|
};
|
|
138
142
|
export declare const mtaTransactionRestResSchema: z.ZodType<Output, Input>;
|
|
139
143
|
export type MtaTransactionRestRes = z.infer<typeof mtaTransactionRestResSchema>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mta-transaction.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/mta-transaction/mta-transaction.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,uBAAuB,EAAwB,MAAM,iBAAiB,CAAC;AAIhF,OAAO,EAAE,gBAAgB,EAAE,MAAM,QAAQ,CAAC;AAC1C,OAAO,EAAE,qCAAqC,EAAE,MAAM,sEAAsE,CAAC;
|
|
1
|
+
{"version":3,"file":"mta-transaction.rest.schema.d.ts","sourceRoot":"","sources":["../../../../packages/schemas/mta-transaction/mta-transaction.rest.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,uBAAuB,EAAwB,MAAM,iBAAiB,CAAC;AAIhF,OAAO,EAAE,gBAAgB,EAAE,MAAM,QAAQ,CAAC;AAC1C,OAAO,EAAE,qCAAqC,EAAE,MAAM,sEAAsE,CAAC;AAC7H,OAAO,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAK/C,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAiB1C,CAAC;AAEH,KAAK,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,+BAA+B,CAAC,GAAG;IAC7D,GAAG,CAAC,EAAE,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,GAAG,IAAI,GAAG,SAAS,CAAC;IAC1D,iBAAiB,CAAC,EAAE,KAAK,GAAG,IAAI,GAAG,SAAS,CAAC;IAC7C,sBAAsB,CAAC,EAAE,KAAK,EAAE,GAAG,IAAI,GAAG,SAAS,CAAC;IACpD,sBAAsB,CAAC,EAAE,CAAC,CAAC,KAAK,CAAC,OAAO,qCAAqC,CAAC,EAAE,GAAG,IAAI,GAAG,SAAS,CAAC;IACpG,MAAM,CAAC,EAAE,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,GAAG,IAAI,GAAG,SAAS,CAAC;CAChE,CAAC;AAEF,KAAK,MAAM,GAAG,CAAC,CAAC,MAAM,CAAC,OAAO,+BAA+B,CAAC,GAAG;IAC/D,GAAG,CAAC,EAAE,CAAC,CAAC,MAAM,CAAC,OAAO,gBAAgB,CAAC,GAAG,IAAI,GAAG,SAAS,CAAC;IAC3D,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAC9C,sBAAsB,CAAC,EAAE,MAAM,EAAE,GAAG,IAAI,GAAG,SAAS,CAAC;IACrD,sBAAsB,CAAC,EAAE,CAAC,CAAC,MAAM,CAAC,OAAO,qCAAqC,CAAC,EAAE,GAAG,IAAI,GAAG,SAAS,CAAC;IACrG,SAAS,CAAC,EAAE,OAAO,GAAG,IAAI,GAAG,SAAS,CAAC;IACvC,SAAS,CAAC,EAAE,OAAO,GAAG,IAAI,GAAG,SAAS,CAAC;IACvC,YAAY,CAAC,EAAE,OAAO,GAAG,IAAI,GAAG,SAAS,CAAC;IAC1C,SAAS,CAAC,EAAE,OAAO,GAAG,IAAI,GAAG,SAAS,CAAC;IACvC,sBAAsB,CAAC,EAAE,OAAO,GAAG,IAAI,GAAG,SAAS,CAAC;IACpD,oBAAoB,CAAC,EAAE,OAAO,GAAG,IAAI,GAAG,SAAS,CAAC;IAClD,SAAS,CAAC,EAAE,OAAO,GAAG,IAAI,GAAG,SAAS,CAAC;IACvC,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACtC,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAC9C,YAAY,CAAC,EAAE,OAAO,GAAG,IAAI,GAAG,SAAS,CAAC;IAC1C,MAAM,CAAC,EAAE,CAAC,CAAC,MAAM,CAAC,OAAO,kBAAkB,CAAC,GAAG,IAAI,GAAG,SAAS,CAAC;CACjE,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,EAAE,KAAK,CAsC/D,CAAC;AAEH,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC"}
|