@kl1/contracts 1.0.26 → 1.0.27
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/index.js +1556 -1493
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1555 -1493
- package/dist/index.mjs.map +1 -1
- package/dist/src/attribute/index.d.ts +108 -108
- package/dist/src/attribute/schema.d.ts +24 -24
- package/dist/src/attribute-option/schema.d.ts +9 -9
- package/dist/src/base-contract.d.ts +9 -9
- package/dist/src/call-log/schema.d.ts +9 -9
- package/dist/src/category/index.d.ts +42 -42
- package/dist/src/category/schema.d.ts +9 -9
- package/dist/src/channel/index.d.ts +218 -32
- package/dist/src/channel/index.d.ts.map +1 -1
- package/dist/src/channel/schema.d.ts +9 -9
- package/dist/src/chat/index.d.ts +5335 -5335
- package/dist/src/chat/schema.d.ts +877 -877
- package/dist/src/chat/validation.d.ts +1009 -1009
- package/dist/src/comment/index.d.ts +363 -363
- package/dist/src/comment/schema.d.ts +105 -105
- package/dist/src/company/index.d.ts +296 -293
- package/dist/src/company/index.d.ts.map +1 -1
- package/dist/src/company/schema.d.ts +191 -54
- package/dist/src/company/schema.d.ts.map +1 -1
- package/dist/src/company/validation.d.ts +162 -162
- package/dist/src/contact/index.d.ts +1213 -1213
- package/dist/src/contact/schema.d.ts +201 -201
- package/dist/src/contact/validation.d.ts +997 -997
- package/dist/src/contact-email/schema.d.ts +9 -9
- package/dist/src/contact-phone/schema.d.ts +9 -9
- package/dist/src/contract.d.ts +9543 -9231
- package/dist/src/contract.d.ts.map +1 -1
- package/dist/src/custom-field/schema.d.ts +9 -9
- package/dist/src/custom-field-upload/schema.d.ts +9 -9
- package/dist/src/cx-log/index.d.ts +621 -621
- package/dist/src/cx-log/schema.d.ts +564 -564
- package/dist/src/dashboard/index.d.ts +5 -1
- package/dist/src/dashboard/index.d.ts.map +1 -1
- package/dist/src/dashboard/schema.d.ts +125 -0
- package/dist/src/dashboard/schema.d.ts.map +1 -1
- package/dist/src/evaluate-form/schema.d.ts +9 -9
- package/dist/src/group/schema.d.ts +9 -9
- package/dist/src/index.d.ts +1 -0
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/log-form/schema.d.ts +9 -9
- package/dist/src/mail/mail-contract.d.ts +21 -21
- package/dist/src/mail/room-contract.d.ts +21 -21
- package/dist/src/mail/schemas/room.schema.d.ts +15 -15
- package/dist/src/messenger/index.d.ts +1226 -1096
- package/dist/src/messenger/index.d.ts.map +1 -1
- package/dist/src/messenger/validation.d.ts +108 -1
- package/dist/src/messenger/validation.d.ts.map +1 -1
- package/dist/src/tag/index.d.ts +45 -45
- package/dist/src/tag/schema.d.ts +9 -9
- package/dist/src/tag-group/schema.d.ts +9 -9
- package/dist/src/telephony-agent-presence-status/index.d.ts +93 -93
- package/dist/src/telephony-agent-presence-status/schema.d.ts +33 -33
- package/dist/src/telephony-cdr/schema.d.ts +9 -9
- package/dist/src/telephony-live-queue-call/schema.d.ts +9 -9
- package/dist/src/telephony-queue-call-count/schema.d.ts +9 -9
- package/dist/src/tenant/schema.d.ts +9 -9
- package/dist/src/ticket/index.d.ts +570 -570
- package/dist/src/ticket/schema.d.ts +135 -135
- package/dist/src/upload/schema.d.ts +9 -9
- package/dist/src/user-presence-status-log/index.d.ts +36 -36
- package/dist/src/user-presence-status-log/schema.d.ts +39 -39
- package/dist/src/widget/index.d.ts +78 -78
- package/dist/src/widget/schema.d.ts +9 -9
- package/dist/src/wrap-up-form/index.d.ts +96 -96
- package/dist/src/wrap-up-form/schema.d.ts +24 -24
- package/package.json +4 -10
- package/dist/src/app/index.d.ts +0 -17
- package/dist/src/app/index.d.ts.map +0 -1
- package/dist/src/mail/mail-server.d.ts +0 -216
- package/dist/src/mail/mail-server.d.ts.map +0 -1
- package/dist/src/platform-contact/schema.d.ts +0 -30
- package/dist/src/platform-contact/schema.d.ts.map +0 -1
@@ -27,44 +27,44 @@ export declare const wrapUpFormContract: {
|
|
27
27
|
requestId: z.ZodString;
|
28
28
|
wrapUpForm: z.ZodObject<{
|
29
29
|
id: z.ZodString;
|
30
|
-
createdAt: z.
|
31
|
-
updatedAt: z.
|
32
|
-
deletedAt: z.ZodNullable<z.
|
30
|
+
createdAt: z.ZodString;
|
31
|
+
updatedAt: z.ZodString;
|
32
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
33
33
|
note: z.ZodNullable<z.ZodString>;
|
34
34
|
disposition: z.ZodNullable<z.ZodString>;
|
35
35
|
callFrom: z.ZodNullable<z.ZodString>;
|
36
36
|
callTo: z.ZodNullable<z.ZodString>;
|
37
37
|
tags: z.ZodArray<z.ZodObject<{
|
38
38
|
id: z.ZodString;
|
39
|
-
createdAt: z.
|
40
|
-
updatedAt: z.
|
41
|
-
deletedAt: z.ZodNullable<z.
|
39
|
+
createdAt: z.ZodString;
|
40
|
+
updatedAt: z.ZodString;
|
41
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
42
42
|
name: z.ZodString;
|
43
43
|
}, "strip", z.ZodTypeAny, {
|
44
44
|
id: string;
|
45
45
|
name: string;
|
46
|
-
createdAt:
|
47
|
-
updatedAt:
|
48
|
-
deletedAt:
|
46
|
+
createdAt: string;
|
47
|
+
updatedAt: string;
|
48
|
+
deletedAt: string | null;
|
49
49
|
}, {
|
50
50
|
id: string;
|
51
51
|
name: string;
|
52
|
-
createdAt:
|
53
|
-
updatedAt:
|
54
|
-
deletedAt:
|
52
|
+
createdAt: string;
|
53
|
+
updatedAt: string;
|
54
|
+
deletedAt: string | null;
|
55
55
|
}>, "many">;
|
56
56
|
}, "strip", z.ZodTypeAny, {
|
57
57
|
id: string;
|
58
58
|
disposition: string | null;
|
59
|
-
createdAt:
|
60
|
-
updatedAt:
|
61
|
-
deletedAt:
|
59
|
+
createdAt: string;
|
60
|
+
updatedAt: string;
|
61
|
+
deletedAt: string | null;
|
62
62
|
tags: {
|
63
63
|
id: string;
|
64
64
|
name: string;
|
65
|
-
createdAt:
|
66
|
-
updatedAt:
|
67
|
-
deletedAt:
|
65
|
+
createdAt: string;
|
66
|
+
updatedAt: string;
|
67
|
+
deletedAt: string | null;
|
68
68
|
}[];
|
69
69
|
callFrom: string | null;
|
70
70
|
callTo: string | null;
|
@@ -72,15 +72,15 @@ export declare const wrapUpFormContract: {
|
|
72
72
|
}, {
|
73
73
|
id: string;
|
74
74
|
disposition: string | null;
|
75
|
-
createdAt:
|
76
|
-
updatedAt:
|
77
|
-
deletedAt:
|
75
|
+
createdAt: string;
|
76
|
+
updatedAt: string;
|
77
|
+
deletedAt: string | null;
|
78
78
|
tags: {
|
79
79
|
id: string;
|
80
80
|
name: string;
|
81
|
-
createdAt:
|
82
|
-
updatedAt:
|
83
|
-
deletedAt:
|
81
|
+
createdAt: string;
|
82
|
+
updatedAt: string;
|
83
|
+
deletedAt: string | null;
|
84
84
|
}[];
|
85
85
|
callFrom: string | null;
|
86
86
|
callTo: string | null;
|
@@ -91,15 +91,15 @@ export declare const wrapUpFormContract: {
|
|
91
91
|
wrapUpForm: {
|
92
92
|
id: string;
|
93
93
|
disposition: string | null;
|
94
|
-
createdAt:
|
95
|
-
updatedAt:
|
96
|
-
deletedAt:
|
94
|
+
createdAt: string;
|
95
|
+
updatedAt: string;
|
96
|
+
deletedAt: string | null;
|
97
97
|
tags: {
|
98
98
|
id: string;
|
99
99
|
name: string;
|
100
|
-
createdAt:
|
101
|
-
updatedAt:
|
102
|
-
deletedAt:
|
100
|
+
createdAt: string;
|
101
|
+
updatedAt: string;
|
102
|
+
deletedAt: string | null;
|
103
103
|
}[];
|
104
104
|
callFrom: string | null;
|
105
105
|
callTo: string | null;
|
@@ -110,15 +110,15 @@ export declare const wrapUpFormContract: {
|
|
110
110
|
wrapUpForm: {
|
111
111
|
id: string;
|
112
112
|
disposition: string | null;
|
113
|
-
createdAt:
|
114
|
-
updatedAt:
|
115
|
-
deletedAt:
|
113
|
+
createdAt: string;
|
114
|
+
updatedAt: string;
|
115
|
+
deletedAt: string | null;
|
116
116
|
tags: {
|
117
117
|
id: string;
|
118
118
|
name: string;
|
119
|
-
createdAt:
|
120
|
-
updatedAt:
|
121
|
-
deletedAt:
|
119
|
+
createdAt: string;
|
120
|
+
updatedAt: string;
|
121
|
+
deletedAt: string | null;
|
122
122
|
}[];
|
123
123
|
callFrom: string | null;
|
124
124
|
callTo: string | null;
|
@@ -193,15 +193,15 @@ export declare const wrapUpFormContract: {
|
|
193
193
|
data: z.ZodArray<z.ZodType<{
|
194
194
|
id: string;
|
195
195
|
disposition: string | null;
|
196
|
-
createdAt:
|
197
|
-
updatedAt:
|
198
|
-
deletedAt:
|
196
|
+
createdAt: string;
|
197
|
+
updatedAt: string;
|
198
|
+
deletedAt: string | null;
|
199
199
|
tags: {
|
200
200
|
id: string;
|
201
201
|
name: string;
|
202
|
-
createdAt:
|
203
|
-
updatedAt:
|
204
|
-
deletedAt:
|
202
|
+
createdAt: string;
|
203
|
+
updatedAt: string;
|
204
|
+
deletedAt: string | null;
|
205
205
|
}[];
|
206
206
|
callFrom: string | null;
|
207
207
|
callTo: string | null;
|
@@ -209,15 +209,15 @@ export declare const wrapUpFormContract: {
|
|
209
209
|
}, z.ZodTypeDef, {
|
210
210
|
id: string;
|
211
211
|
disposition: string | null;
|
212
|
-
createdAt:
|
213
|
-
updatedAt:
|
214
|
-
deletedAt:
|
212
|
+
createdAt: string;
|
213
|
+
updatedAt: string;
|
214
|
+
deletedAt: string | null;
|
215
215
|
tags: {
|
216
216
|
id: string;
|
217
217
|
name: string;
|
218
|
-
createdAt:
|
219
|
-
updatedAt:
|
220
|
-
deletedAt:
|
218
|
+
createdAt: string;
|
219
|
+
updatedAt: string;
|
220
|
+
deletedAt: string | null;
|
221
221
|
}[];
|
222
222
|
callFrom: string | null;
|
223
223
|
callTo: string | null;
|
@@ -227,15 +227,15 @@ export declare const wrapUpFormContract: {
|
|
227
227
|
data: {
|
228
228
|
id: string;
|
229
229
|
disposition: string | null;
|
230
|
-
createdAt:
|
231
|
-
updatedAt:
|
232
|
-
deletedAt:
|
230
|
+
createdAt: string;
|
231
|
+
updatedAt: string;
|
232
|
+
deletedAt: string | null;
|
233
233
|
tags: {
|
234
234
|
id: string;
|
235
235
|
name: string;
|
236
|
-
createdAt:
|
237
|
-
updatedAt:
|
238
|
-
deletedAt:
|
236
|
+
createdAt: string;
|
237
|
+
updatedAt: string;
|
238
|
+
deletedAt: string | null;
|
239
239
|
}[];
|
240
240
|
callFrom: string | null;
|
241
241
|
callTo: string | null;
|
@@ -249,15 +249,15 @@ export declare const wrapUpFormContract: {
|
|
249
249
|
data: {
|
250
250
|
id: string;
|
251
251
|
disposition: string | null;
|
252
|
-
createdAt:
|
253
|
-
updatedAt:
|
254
|
-
deletedAt:
|
252
|
+
createdAt: string;
|
253
|
+
updatedAt: string;
|
254
|
+
deletedAt: string | null;
|
255
255
|
tags: {
|
256
256
|
id: string;
|
257
257
|
name: string;
|
258
|
-
createdAt:
|
259
|
-
updatedAt:
|
260
|
-
deletedAt:
|
258
|
+
createdAt: string;
|
259
|
+
updatedAt: string;
|
260
|
+
deletedAt: string | null;
|
261
261
|
}[];
|
262
262
|
callFrom: string | null;
|
263
263
|
callTo: string | null;
|
@@ -348,44 +348,44 @@ export declare const wrapUpFormContract: {
|
|
348
348
|
requestId: z.ZodString;
|
349
349
|
wrapUpForm: z.ZodObject<{
|
350
350
|
id: z.ZodString;
|
351
|
-
createdAt: z.
|
352
|
-
updatedAt: z.
|
353
|
-
deletedAt: z.ZodNullable<z.
|
351
|
+
createdAt: z.ZodString;
|
352
|
+
updatedAt: z.ZodString;
|
353
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
354
354
|
note: z.ZodNullable<z.ZodString>;
|
355
355
|
disposition: z.ZodNullable<z.ZodString>;
|
356
356
|
callFrom: z.ZodNullable<z.ZodString>;
|
357
357
|
callTo: z.ZodNullable<z.ZodString>;
|
358
358
|
tags: z.ZodArray<z.ZodObject<{
|
359
359
|
id: z.ZodString;
|
360
|
-
createdAt: z.
|
361
|
-
updatedAt: z.
|
362
|
-
deletedAt: z.ZodNullable<z.
|
360
|
+
createdAt: z.ZodString;
|
361
|
+
updatedAt: z.ZodString;
|
362
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
363
363
|
name: z.ZodString;
|
364
364
|
}, "strip", z.ZodTypeAny, {
|
365
365
|
id: string;
|
366
366
|
name: string;
|
367
|
-
createdAt:
|
368
|
-
updatedAt:
|
369
|
-
deletedAt:
|
367
|
+
createdAt: string;
|
368
|
+
updatedAt: string;
|
369
|
+
deletedAt: string | null;
|
370
370
|
}, {
|
371
371
|
id: string;
|
372
372
|
name: string;
|
373
|
-
createdAt:
|
374
|
-
updatedAt:
|
375
|
-
deletedAt:
|
373
|
+
createdAt: string;
|
374
|
+
updatedAt: string;
|
375
|
+
deletedAt: string | null;
|
376
376
|
}>, "many">;
|
377
377
|
}, "strip", z.ZodTypeAny, {
|
378
378
|
id: string;
|
379
379
|
disposition: string | null;
|
380
|
-
createdAt:
|
381
|
-
updatedAt:
|
382
|
-
deletedAt:
|
380
|
+
createdAt: string;
|
381
|
+
updatedAt: string;
|
382
|
+
deletedAt: string | null;
|
383
383
|
tags: {
|
384
384
|
id: string;
|
385
385
|
name: string;
|
386
|
-
createdAt:
|
387
|
-
updatedAt:
|
388
|
-
deletedAt:
|
386
|
+
createdAt: string;
|
387
|
+
updatedAt: string;
|
388
|
+
deletedAt: string | null;
|
389
389
|
}[];
|
390
390
|
callFrom: string | null;
|
391
391
|
callTo: string | null;
|
@@ -393,15 +393,15 @@ export declare const wrapUpFormContract: {
|
|
393
393
|
}, {
|
394
394
|
id: string;
|
395
395
|
disposition: string | null;
|
396
|
-
createdAt:
|
397
|
-
updatedAt:
|
398
|
-
deletedAt:
|
396
|
+
createdAt: string;
|
397
|
+
updatedAt: string;
|
398
|
+
deletedAt: string | null;
|
399
399
|
tags: {
|
400
400
|
id: string;
|
401
401
|
name: string;
|
402
|
-
createdAt:
|
403
|
-
updatedAt:
|
404
|
-
deletedAt:
|
402
|
+
createdAt: string;
|
403
|
+
updatedAt: string;
|
404
|
+
deletedAt: string | null;
|
405
405
|
}[];
|
406
406
|
callFrom: string | null;
|
407
407
|
callTo: string | null;
|
@@ -412,15 +412,15 @@ export declare const wrapUpFormContract: {
|
|
412
412
|
wrapUpForm: {
|
413
413
|
id: string;
|
414
414
|
disposition: string | null;
|
415
|
-
createdAt:
|
416
|
-
updatedAt:
|
417
|
-
deletedAt:
|
415
|
+
createdAt: string;
|
416
|
+
updatedAt: string;
|
417
|
+
deletedAt: string | null;
|
418
418
|
tags: {
|
419
419
|
id: string;
|
420
420
|
name: string;
|
421
|
-
createdAt:
|
422
|
-
updatedAt:
|
423
|
-
deletedAt:
|
421
|
+
createdAt: string;
|
422
|
+
updatedAt: string;
|
423
|
+
deletedAt: string | null;
|
424
424
|
}[];
|
425
425
|
callFrom: string | null;
|
426
426
|
callTo: string | null;
|
@@ -431,15 +431,15 @@ export declare const wrapUpFormContract: {
|
|
431
431
|
wrapUpForm: {
|
432
432
|
id: string;
|
433
433
|
disposition: string | null;
|
434
|
-
createdAt:
|
435
|
-
updatedAt:
|
436
|
-
deletedAt:
|
434
|
+
createdAt: string;
|
435
|
+
updatedAt: string;
|
436
|
+
deletedAt: string | null;
|
437
437
|
tags: {
|
438
438
|
id: string;
|
439
439
|
name: string;
|
440
|
-
createdAt:
|
441
|
-
updatedAt:
|
442
|
-
deletedAt:
|
440
|
+
createdAt: string;
|
441
|
+
updatedAt: string;
|
442
|
+
deletedAt: string | null;
|
443
443
|
}[];
|
444
444
|
callFrom: string | null;
|
445
445
|
callTo: string | null;
|
@@ -1,44 +1,44 @@
|
|
1
1
|
import z from 'zod';
|
2
2
|
export declare const WrapUpFormSchema: z.ZodObject<{
|
3
3
|
id: z.ZodString;
|
4
|
-
createdAt: z.
|
5
|
-
updatedAt: z.
|
6
|
-
deletedAt: z.ZodNullable<z.
|
4
|
+
createdAt: z.ZodString;
|
5
|
+
updatedAt: z.ZodString;
|
6
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
7
7
|
note: z.ZodNullable<z.ZodString>;
|
8
8
|
disposition: z.ZodNullable<z.ZodString>;
|
9
9
|
callFrom: z.ZodNullable<z.ZodString>;
|
10
10
|
callTo: z.ZodNullable<z.ZodString>;
|
11
11
|
tags: z.ZodArray<z.ZodObject<{
|
12
12
|
id: z.ZodString;
|
13
|
-
createdAt: z.
|
14
|
-
updatedAt: z.
|
15
|
-
deletedAt: z.ZodNullable<z.
|
13
|
+
createdAt: z.ZodString;
|
14
|
+
updatedAt: z.ZodString;
|
15
|
+
deletedAt: z.ZodNullable<z.ZodString>;
|
16
16
|
name: z.ZodString;
|
17
17
|
}, "strip", z.ZodTypeAny, {
|
18
18
|
id: string;
|
19
19
|
name: string;
|
20
|
-
createdAt:
|
21
|
-
updatedAt:
|
22
|
-
deletedAt:
|
20
|
+
createdAt: string;
|
21
|
+
updatedAt: string;
|
22
|
+
deletedAt: string | null;
|
23
23
|
}, {
|
24
24
|
id: string;
|
25
25
|
name: string;
|
26
|
-
createdAt:
|
27
|
-
updatedAt:
|
28
|
-
deletedAt:
|
26
|
+
createdAt: string;
|
27
|
+
updatedAt: string;
|
28
|
+
deletedAt: string | null;
|
29
29
|
}>, "many">;
|
30
30
|
}, "strip", z.ZodTypeAny, {
|
31
31
|
id: string;
|
32
32
|
disposition: string | null;
|
33
|
-
createdAt:
|
34
|
-
updatedAt:
|
35
|
-
deletedAt:
|
33
|
+
createdAt: string;
|
34
|
+
updatedAt: string;
|
35
|
+
deletedAt: string | null;
|
36
36
|
tags: {
|
37
37
|
id: string;
|
38
38
|
name: string;
|
39
|
-
createdAt:
|
40
|
-
updatedAt:
|
41
|
-
deletedAt:
|
39
|
+
createdAt: string;
|
40
|
+
updatedAt: string;
|
41
|
+
deletedAt: string | null;
|
42
42
|
}[];
|
43
43
|
callFrom: string | null;
|
44
44
|
callTo: string | null;
|
@@ -46,15 +46,15 @@ export declare const WrapUpFormSchema: z.ZodObject<{
|
|
46
46
|
}, {
|
47
47
|
id: string;
|
48
48
|
disposition: string | null;
|
49
|
-
createdAt:
|
50
|
-
updatedAt:
|
51
|
-
deletedAt:
|
49
|
+
createdAt: string;
|
50
|
+
updatedAt: string;
|
51
|
+
deletedAt: string | null;
|
52
52
|
tags: {
|
53
53
|
id: string;
|
54
54
|
name: string;
|
55
|
-
createdAt:
|
56
|
-
updatedAt:
|
57
|
-
deletedAt:
|
55
|
+
createdAt: string;
|
56
|
+
updatedAt: string;
|
57
|
+
deletedAt: string | null;
|
58
58
|
}[];
|
59
59
|
callFrom: string | null;
|
60
60
|
callTo: string | null;
|
package/package.json
CHANGED
@@ -1,13 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"name": "@kl1/contracts",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.27",
|
4
4
|
"description": "",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"types": "dist/src/index.d.ts",
|
7
7
|
"module": "dist/index.mjs",
|
8
|
-
"files": [
|
9
|
-
"dist"
|
10
|
-
],
|
8
|
+
"files": ["dist"],
|
11
9
|
"keywords": [],
|
12
10
|
"author": "",
|
13
11
|
"license": "ISC",
|
@@ -21,16 +19,12 @@
|
|
21
19
|
},
|
22
20
|
"watch": {
|
23
21
|
"build": {
|
24
|
-
"patterns": [
|
25
|
-
"src"
|
26
|
-
],
|
22
|
+
"patterns": ["src"],
|
27
23
|
"extensions": "ts",
|
28
24
|
"quite": true
|
29
25
|
},
|
30
26
|
"types": {
|
31
|
-
"patterns": [
|
32
|
-
"src"
|
33
|
-
],
|
27
|
+
"patterns": ["src"],
|
34
28
|
"extensions": "ts",
|
35
29
|
"quite": true
|
36
30
|
}
|
package/dist/src/app/index.d.ts
DELETED
@@ -1,17 +0,0 @@
|
|
1
|
-
import { z } from 'zod';
|
2
|
-
export declare const appContract: {
|
3
|
-
getMessage: {
|
4
|
-
method: "GET";
|
5
|
-
responses: {
|
6
|
-
200: z.ZodObject<{
|
7
|
-
message: z.ZodString;
|
8
|
-
}, "strip", z.ZodTypeAny, {
|
9
|
-
message: string;
|
10
|
-
}, {
|
11
|
-
message: string;
|
12
|
-
}>;
|
13
|
-
};
|
14
|
-
path: "/";
|
15
|
-
};
|
16
|
-
};
|
17
|
-
//# sourceMappingURL=index.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/app/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,WAAW;;;;;;;;;;;;;;CAQtB,CAAC"}
|