@kl1/contracts 1.2.33-uat → 1.2.35-uat
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/api-contracts/src/chat/index.d.ts +881 -0
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/schema.d.ts +195 -0
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +157 -0
- package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/contract.d.ts +961 -4
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/index.d.ts +19 -4
- package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/schema.d.ts +30 -2
- package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/index.d.ts +108 -0
- package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
- package/dist/api-contracts/src/hold-label/index.d.ts +160 -0
- package/dist/api-contracts/src/hold-label/index.d.ts.map +1 -1
- package/dist/api-contracts/src/hold-label/schema.d.ts +79 -0
- package/dist/api-contracts/src/hold-label/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/index.d.ts +108 -0
- package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/index.d.ts +108 -0
- package/dist/api-contracts/src/line/index.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/mail-contract.d.ts +117 -0
- package/dist/api-contracts/src/mail/mail-contract.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/room-contract.d.ts +117 -0
- package/dist/api-contracts/src/mail/room-contract.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +39 -0
- package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +29 -0
- package/dist/api-contracts/src/mail/schemas/room.schema.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/index.d.ts +108 -0
- package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telegram/index.d.ts +108 -0
- package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/viber/index.d.ts +108 -0
- package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
- package/dist/api-contracts/src/webchat/index.d.ts +108 -0
- package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/whatsapp/index.d.ts +108 -0
- package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
- package/dist/api-contracts/src/workflow-rule/index.d.ts +78 -0
- package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
- package/dist/entities/src/enums/chat.d.ts +1 -1
- package/dist/entities/src/enums/chat.d.ts.map +1 -1
- package/dist/index.js +25 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +25 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -25,6 +25,7 @@ export declare const holdLabelContract: {
|
|
25
25
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
26
26
|
name: z.ZodString;
|
27
27
|
position: z.ZodNumber;
|
28
|
+
isDefault: z.ZodDefault<z.ZodBoolean>;
|
28
29
|
}, "strip", z.ZodTypeAny, {
|
29
30
|
name: string;
|
30
31
|
id: string;
|
@@ -32,6 +33,7 @@ export declare const holdLabelContract: {
|
|
32
33
|
createdAt: Date;
|
33
34
|
updatedAt: Date;
|
34
35
|
deletedAt: Date | null;
|
36
|
+
isDefault: boolean;
|
35
37
|
}, {
|
36
38
|
name: string;
|
37
39
|
id: string;
|
@@ -39,6 +41,7 @@ export declare const holdLabelContract: {
|
|
39
41
|
createdAt: Date;
|
40
42
|
updatedAt: Date;
|
41
43
|
deletedAt: Date | null;
|
44
|
+
isDefault?: boolean | undefined;
|
42
45
|
}>;
|
43
46
|
}, "strip", z.ZodTypeAny, {
|
44
47
|
requestId: string;
|
@@ -49,6 +52,7 @@ export declare const holdLabelContract: {
|
|
49
52
|
createdAt: Date;
|
50
53
|
updatedAt: Date;
|
51
54
|
deletedAt: Date | null;
|
55
|
+
isDefault: boolean;
|
52
56
|
};
|
53
57
|
}, {
|
54
58
|
requestId: string;
|
@@ -59,6 +63,7 @@ export declare const holdLabelContract: {
|
|
59
63
|
createdAt: Date;
|
60
64
|
updatedAt: Date;
|
61
65
|
deletedAt: Date | null;
|
66
|
+
isDefault?: boolean | undefined;
|
62
67
|
};
|
63
68
|
}>;
|
64
69
|
};
|
@@ -76,6 +81,7 @@ export declare const holdLabelContract: {
|
|
76
81
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
77
82
|
name: z.ZodString;
|
78
83
|
position: z.ZodNumber;
|
84
|
+
isDefault: z.ZodDefault<z.ZodBoolean>;
|
79
85
|
}, "strip", z.ZodTypeAny, {
|
80
86
|
name: string;
|
81
87
|
id: string;
|
@@ -83,6 +89,7 @@ export declare const holdLabelContract: {
|
|
83
89
|
createdAt: Date;
|
84
90
|
updatedAt: Date;
|
85
91
|
deletedAt: Date | null;
|
92
|
+
isDefault: boolean;
|
86
93
|
}, {
|
87
94
|
name: string;
|
88
95
|
id: string;
|
@@ -90,6 +97,7 @@ export declare const holdLabelContract: {
|
|
90
97
|
createdAt: Date;
|
91
98
|
updatedAt: Date;
|
92
99
|
deletedAt: Date | null;
|
100
|
+
isDefault?: boolean | undefined;
|
93
101
|
}>, "many">;
|
94
102
|
}, "strip", z.ZodTypeAny, {
|
95
103
|
requestId: string;
|
@@ -100,6 +108,7 @@ export declare const holdLabelContract: {
|
|
100
108
|
createdAt: Date;
|
101
109
|
updatedAt: Date;
|
102
110
|
deletedAt: Date | null;
|
111
|
+
isDefault: boolean;
|
103
112
|
}[];
|
104
113
|
}, {
|
105
114
|
requestId: string;
|
@@ -110,6 +119,7 @@ export declare const holdLabelContract: {
|
|
110
119
|
createdAt: Date;
|
111
120
|
updatedAt: Date;
|
112
121
|
deletedAt: Date | null;
|
122
|
+
isDefault?: boolean | undefined;
|
113
123
|
}[];
|
114
124
|
}>;
|
115
125
|
};
|
@@ -149,6 +159,7 @@ export declare const holdLabelContract: {
|
|
149
159
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
150
160
|
name: z.ZodString;
|
151
161
|
position: z.ZodNumber;
|
162
|
+
isDefault: z.ZodDefault<z.ZodBoolean>;
|
152
163
|
}, "strip", z.ZodTypeAny, {
|
153
164
|
name: string;
|
154
165
|
id: string;
|
@@ -156,6 +167,7 @@ export declare const holdLabelContract: {
|
|
156
167
|
createdAt: Date;
|
157
168
|
updatedAt: Date;
|
158
169
|
deletedAt: Date | null;
|
170
|
+
isDefault: boolean;
|
159
171
|
}, {
|
160
172
|
name: string;
|
161
173
|
id: string;
|
@@ -163,6 +175,7 @@ export declare const holdLabelContract: {
|
|
163
175
|
createdAt: Date;
|
164
176
|
updatedAt: Date;
|
165
177
|
deletedAt: Date | null;
|
178
|
+
isDefault?: boolean | undefined;
|
166
179
|
}>;
|
167
180
|
}, "strip", z.ZodTypeAny, {
|
168
181
|
requestId: string;
|
@@ -173,6 +186,7 @@ export declare const holdLabelContract: {
|
|
173
186
|
createdAt: Date;
|
174
187
|
updatedAt: Date;
|
175
188
|
deletedAt: Date | null;
|
189
|
+
isDefault: boolean;
|
176
190
|
};
|
177
191
|
}, {
|
178
192
|
requestId: string;
|
@@ -183,6 +197,7 @@ export declare const holdLabelContract: {
|
|
183
197
|
createdAt: Date;
|
184
198
|
updatedAt: Date;
|
185
199
|
deletedAt: Date | null;
|
200
|
+
isDefault?: boolean | undefined;
|
186
201
|
};
|
187
202
|
}>;
|
188
203
|
};
|
@@ -214,6 +229,7 @@ export declare const holdLabelContract: {
|
|
214
229
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
215
230
|
name: z.ZodString;
|
216
231
|
position: z.ZodNumber;
|
232
|
+
isDefault: z.ZodDefault<z.ZodBoolean>;
|
217
233
|
}, "strip", z.ZodTypeAny, {
|
218
234
|
name: string;
|
219
235
|
id: string;
|
@@ -221,6 +237,7 @@ export declare const holdLabelContract: {
|
|
221
237
|
createdAt: Date;
|
222
238
|
updatedAt: Date;
|
223
239
|
deletedAt: Date | null;
|
240
|
+
isDefault: boolean;
|
224
241
|
}, {
|
225
242
|
name: string;
|
226
243
|
id: string;
|
@@ -228,6 +245,7 @@ export declare const holdLabelContract: {
|
|
228
245
|
createdAt: Date;
|
229
246
|
updatedAt: Date;
|
230
247
|
deletedAt: Date | null;
|
248
|
+
isDefault?: boolean | undefined;
|
231
249
|
}>;
|
232
250
|
}, "strip", z.ZodTypeAny, {
|
233
251
|
requestId: string;
|
@@ -238,6 +256,7 @@ export declare const holdLabelContract: {
|
|
238
256
|
createdAt: Date;
|
239
257
|
updatedAt: Date;
|
240
258
|
deletedAt: Date | null;
|
259
|
+
isDefault: boolean;
|
241
260
|
};
|
242
261
|
}, {
|
243
262
|
requestId: string;
|
@@ -248,6 +267,7 @@ export declare const holdLabelContract: {
|
|
248
267
|
createdAt: Date;
|
249
268
|
updatedAt: Date;
|
250
269
|
deletedAt: Date | null;
|
270
|
+
isDefault?: boolean | undefined;
|
251
271
|
};
|
252
272
|
}>;
|
253
273
|
};
|
@@ -313,6 +333,132 @@ export declare const holdLabelContract: {
|
|
313
333
|
};
|
314
334
|
path: "hold-label/auto-unhold";
|
315
335
|
};
|
336
|
+
getHoldLogs: {
|
337
|
+
method: "GET";
|
338
|
+
query: z.ZodObject<{
|
339
|
+
cxLogId: z.ZodString;
|
340
|
+
}, "strip", z.ZodTypeAny, {
|
341
|
+
cxLogId: string;
|
342
|
+
}, {
|
343
|
+
cxLogId: string;
|
344
|
+
}>;
|
345
|
+
responses: {
|
346
|
+
200: z.ZodObject<{
|
347
|
+
holdLogs: z.ZodArray<z.ZodObject<{
|
348
|
+
id: z.ZodString;
|
349
|
+
createdAt: z.ZodDate;
|
350
|
+
updatedAt: z.ZodDate;
|
351
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
352
|
+
startedAt: z.ZodString;
|
353
|
+
endedAt: z.ZodNullable<z.ZodString>;
|
354
|
+
duration: z.ZodNullable<z.ZodNumber>;
|
355
|
+
holdLabel: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
356
|
+
id: z.ZodString;
|
357
|
+
createdAt: z.ZodDate;
|
358
|
+
updatedAt: z.ZodDate;
|
359
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
360
|
+
name: z.ZodString;
|
361
|
+
position: z.ZodNumber;
|
362
|
+
isDefault: z.ZodDefault<z.ZodBoolean>;
|
363
|
+
}, "strip", z.ZodTypeAny, {
|
364
|
+
name: string;
|
365
|
+
id: string;
|
366
|
+
position: number;
|
367
|
+
createdAt: Date;
|
368
|
+
updatedAt: Date;
|
369
|
+
deletedAt: Date | null;
|
370
|
+
isDefault: boolean;
|
371
|
+
}, {
|
372
|
+
name: string;
|
373
|
+
id: string;
|
374
|
+
position: number;
|
375
|
+
createdAt: Date;
|
376
|
+
updatedAt: Date;
|
377
|
+
deletedAt: Date | null;
|
378
|
+
isDefault?: boolean | undefined;
|
379
|
+
}>>>;
|
380
|
+
formattedDuration: z.ZodString;
|
381
|
+
}, "strip", z.ZodTypeAny, {
|
382
|
+
id: string;
|
383
|
+
createdAt: Date;
|
384
|
+
updatedAt: Date;
|
385
|
+
deletedAt: Date | null;
|
386
|
+
startedAt: string;
|
387
|
+
endedAt: string | null;
|
388
|
+
duration: number | null;
|
389
|
+
formattedDuration: string;
|
390
|
+
holdLabel?: {
|
391
|
+
name: string;
|
392
|
+
id: string;
|
393
|
+
position: number;
|
394
|
+
createdAt: Date;
|
395
|
+
updatedAt: Date;
|
396
|
+
deletedAt: Date | null;
|
397
|
+
isDefault: boolean;
|
398
|
+
} | null | undefined;
|
399
|
+
}, {
|
400
|
+
id: string;
|
401
|
+
createdAt: Date;
|
402
|
+
updatedAt: Date;
|
403
|
+
deletedAt: Date | null;
|
404
|
+
startedAt: string;
|
405
|
+
endedAt: string | null;
|
406
|
+
duration: number | null;
|
407
|
+
formattedDuration: string;
|
408
|
+
holdLabel?: {
|
409
|
+
name: string;
|
410
|
+
id: string;
|
411
|
+
position: number;
|
412
|
+
createdAt: Date;
|
413
|
+
updatedAt: Date;
|
414
|
+
deletedAt: Date | null;
|
415
|
+
isDefault?: boolean | undefined;
|
416
|
+
} | null | undefined;
|
417
|
+
}>, "many">;
|
418
|
+
}, "strip", z.ZodTypeAny, {
|
419
|
+
holdLogs: {
|
420
|
+
id: string;
|
421
|
+
createdAt: Date;
|
422
|
+
updatedAt: Date;
|
423
|
+
deletedAt: Date | null;
|
424
|
+
startedAt: string;
|
425
|
+
endedAt: string | null;
|
426
|
+
duration: number | null;
|
427
|
+
formattedDuration: string;
|
428
|
+
holdLabel?: {
|
429
|
+
name: string;
|
430
|
+
id: string;
|
431
|
+
position: number;
|
432
|
+
createdAt: Date;
|
433
|
+
updatedAt: Date;
|
434
|
+
deletedAt: Date | null;
|
435
|
+
isDefault: boolean;
|
436
|
+
} | null | undefined;
|
437
|
+
}[];
|
438
|
+
}, {
|
439
|
+
holdLogs: {
|
440
|
+
id: string;
|
441
|
+
createdAt: Date;
|
442
|
+
updatedAt: Date;
|
443
|
+
deletedAt: Date | null;
|
444
|
+
startedAt: string;
|
445
|
+
endedAt: string | null;
|
446
|
+
duration: number | null;
|
447
|
+
formattedDuration: string;
|
448
|
+
holdLabel?: {
|
449
|
+
name: string;
|
450
|
+
id: string;
|
451
|
+
position: number;
|
452
|
+
createdAt: Date;
|
453
|
+
updatedAt: Date;
|
454
|
+
deletedAt: Date | null;
|
455
|
+
isDefault?: boolean | undefined;
|
456
|
+
} | null | undefined;
|
457
|
+
}[];
|
458
|
+
}>;
|
459
|
+
};
|
460
|
+
path: "hold-label/hold-logs";
|
461
|
+
};
|
316
462
|
holdRoom: {
|
317
463
|
body: z.ZodObject<{
|
318
464
|
roomId: z.ZodString;
|
@@ -343,6 +489,7 @@ export declare const holdLabelContract: {
|
|
343
489
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
344
490
|
name: z.ZodString;
|
345
491
|
position: z.ZodNumber;
|
492
|
+
isDefault: z.ZodDefault<z.ZodBoolean>;
|
346
493
|
}, "strip", z.ZodTypeAny, {
|
347
494
|
name: string;
|
348
495
|
id: string;
|
@@ -350,6 +497,7 @@ export declare const holdLabelContract: {
|
|
350
497
|
createdAt: Date;
|
351
498
|
updatedAt: Date;
|
352
499
|
deletedAt: Date | null;
|
500
|
+
isDefault: boolean;
|
353
501
|
}, {
|
354
502
|
name: string;
|
355
503
|
id: string;
|
@@ -357,6 +505,7 @@ export declare const holdLabelContract: {
|
|
357
505
|
createdAt: Date;
|
358
506
|
updatedAt: Date;
|
359
507
|
deletedAt: Date | null;
|
508
|
+
isDefault?: boolean | undefined;
|
360
509
|
}>>>;
|
361
510
|
}, "strip", z.ZodTypeAny, {
|
362
511
|
id: string;
|
@@ -373,6 +522,7 @@ export declare const holdLabelContract: {
|
|
373
522
|
createdAt: Date;
|
374
523
|
updatedAt: Date;
|
375
524
|
deletedAt: Date | null;
|
525
|
+
isDefault: boolean;
|
376
526
|
} | null | undefined;
|
377
527
|
}, {
|
378
528
|
id: string;
|
@@ -389,6 +539,7 @@ export declare const holdLabelContract: {
|
|
389
539
|
createdAt: Date;
|
390
540
|
updatedAt: Date;
|
391
541
|
deletedAt: Date | null;
|
542
|
+
isDefault?: boolean | undefined;
|
392
543
|
} | null | undefined;
|
393
544
|
}>;
|
394
545
|
}, "strip", z.ZodTypeAny, {
|
@@ -408,6 +559,7 @@ export declare const holdLabelContract: {
|
|
408
559
|
createdAt: Date;
|
409
560
|
updatedAt: Date;
|
410
561
|
deletedAt: Date | null;
|
562
|
+
isDefault: boolean;
|
411
563
|
} | null | undefined;
|
412
564
|
};
|
413
565
|
}, {
|
@@ -427,6 +579,7 @@ export declare const holdLabelContract: {
|
|
427
579
|
createdAt: Date;
|
428
580
|
updatedAt: Date;
|
429
581
|
deletedAt: Date | null;
|
582
|
+
isDefault?: boolean | undefined;
|
430
583
|
} | null | undefined;
|
431
584
|
};
|
432
585
|
}>;
|
@@ -460,6 +613,7 @@ export declare const holdLabelContract: {
|
|
460
613
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
461
614
|
name: z.ZodString;
|
462
615
|
position: z.ZodNumber;
|
616
|
+
isDefault: z.ZodDefault<z.ZodBoolean>;
|
463
617
|
}, "strip", z.ZodTypeAny, {
|
464
618
|
name: string;
|
465
619
|
id: string;
|
@@ -467,6 +621,7 @@ export declare const holdLabelContract: {
|
|
467
621
|
createdAt: Date;
|
468
622
|
updatedAt: Date;
|
469
623
|
deletedAt: Date | null;
|
624
|
+
isDefault: boolean;
|
470
625
|
}, {
|
471
626
|
name: string;
|
472
627
|
id: string;
|
@@ -474,6 +629,7 @@ export declare const holdLabelContract: {
|
|
474
629
|
createdAt: Date;
|
475
630
|
updatedAt: Date;
|
476
631
|
deletedAt: Date | null;
|
632
|
+
isDefault?: boolean | undefined;
|
477
633
|
}>>>;
|
478
634
|
}, "strip", z.ZodTypeAny, {
|
479
635
|
id: string;
|
@@ -490,6 +646,7 @@ export declare const holdLabelContract: {
|
|
490
646
|
createdAt: Date;
|
491
647
|
updatedAt: Date;
|
492
648
|
deletedAt: Date | null;
|
649
|
+
isDefault: boolean;
|
493
650
|
} | null | undefined;
|
494
651
|
}, {
|
495
652
|
id: string;
|
@@ -506,6 +663,7 @@ export declare const holdLabelContract: {
|
|
506
663
|
createdAt: Date;
|
507
664
|
updatedAt: Date;
|
508
665
|
deletedAt: Date | null;
|
666
|
+
isDefault?: boolean | undefined;
|
509
667
|
} | null | undefined;
|
510
668
|
}>>;
|
511
669
|
}, "strip", z.ZodTypeAny, {
|
@@ -525,6 +683,7 @@ export declare const holdLabelContract: {
|
|
525
683
|
createdAt: Date;
|
526
684
|
updatedAt: Date;
|
527
685
|
deletedAt: Date | null;
|
686
|
+
isDefault: boolean;
|
528
687
|
} | null | undefined;
|
529
688
|
} | undefined;
|
530
689
|
}, {
|
@@ -544,6 +703,7 @@ export declare const holdLabelContract: {
|
|
544
703
|
createdAt: Date;
|
545
704
|
updatedAt: Date;
|
546
705
|
deletedAt: Date | null;
|
706
|
+
isDefault?: boolean | undefined;
|
547
707
|
} | null | undefined;
|
548
708
|
} | undefined;
|
549
709
|
}>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/hold-label/index.ts"],"names":[],"mappings":"AAEA,OAAO,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/hold-label/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAEL,eAAe,EACf,aAAa,EACd,MAAM,UAAU,CAAC;AAClB,OAAO,CAAC,MAAM,KAAK,CAAC;AACpB,OAAO,EAAE,cAAc,EAAE,oBAAoB,EAAE,MAAM,cAAc,CAAC;AAEpE,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC;AACxD,MAAM,MAAM,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;AACpD,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,KAAK,CAClD,OAAO,oBAAoB,CAC5B,CAAC;AACF,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AAE1D,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuG7B,CAAC"}
|
@@ -6,6 +6,7 @@ export declare const HoldLabelSchema: z.ZodObject<{
|
|
6
6
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
7
7
|
name: z.ZodString;
|
8
8
|
position: z.ZodNumber;
|
9
|
+
isDefault: z.ZodDefault<z.ZodBoolean>;
|
9
10
|
}, "strip", z.ZodTypeAny, {
|
10
11
|
name: string;
|
11
12
|
id: string;
|
@@ -13,6 +14,7 @@ export declare const HoldLabelSchema: z.ZodObject<{
|
|
13
14
|
createdAt: Date;
|
14
15
|
updatedAt: Date;
|
15
16
|
deletedAt: Date | null;
|
17
|
+
isDefault: boolean;
|
16
18
|
}, {
|
17
19
|
name: string;
|
18
20
|
id: string;
|
@@ -20,6 +22,7 @@ export declare const HoldLabelSchema: z.ZodObject<{
|
|
20
22
|
createdAt: Date;
|
21
23
|
updatedAt: Date;
|
22
24
|
deletedAt: Date | null;
|
25
|
+
isDefault?: boolean | undefined;
|
23
26
|
}>;
|
24
27
|
export declare const HoldLogSchema: z.ZodObject<{
|
25
28
|
id: z.ZodString;
|
@@ -36,6 +39,7 @@ export declare const HoldLogSchema: z.ZodObject<{
|
|
36
39
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
37
40
|
name: z.ZodString;
|
38
41
|
position: z.ZodNumber;
|
42
|
+
isDefault: z.ZodDefault<z.ZodBoolean>;
|
39
43
|
}, "strip", z.ZodTypeAny, {
|
40
44
|
name: string;
|
41
45
|
id: string;
|
@@ -43,6 +47,7 @@ export declare const HoldLogSchema: z.ZodObject<{
|
|
43
47
|
createdAt: Date;
|
44
48
|
updatedAt: Date;
|
45
49
|
deletedAt: Date | null;
|
50
|
+
isDefault: boolean;
|
46
51
|
}, {
|
47
52
|
name: string;
|
48
53
|
id: string;
|
@@ -50,6 +55,7 @@ export declare const HoldLogSchema: z.ZodObject<{
|
|
50
55
|
createdAt: Date;
|
51
56
|
updatedAt: Date;
|
52
57
|
deletedAt: Date | null;
|
58
|
+
isDefault?: boolean | undefined;
|
53
59
|
}>>>;
|
54
60
|
}, "strip", z.ZodTypeAny, {
|
55
61
|
id: string;
|
@@ -66,6 +72,7 @@ export declare const HoldLogSchema: z.ZodObject<{
|
|
66
72
|
createdAt: Date;
|
67
73
|
updatedAt: Date;
|
68
74
|
deletedAt: Date | null;
|
75
|
+
isDefault: boolean;
|
69
76
|
} | null | undefined;
|
70
77
|
}, {
|
71
78
|
id: string;
|
@@ -82,6 +89,78 @@ export declare const HoldLogSchema: z.ZodObject<{
|
|
82
89
|
createdAt: Date;
|
83
90
|
updatedAt: Date;
|
84
91
|
deletedAt: Date | null;
|
92
|
+
isDefault?: boolean | undefined;
|
93
|
+
} | null | undefined;
|
94
|
+
}>;
|
95
|
+
export declare const FormattedHoldLogSchema: z.ZodObject<{
|
96
|
+
id: z.ZodString;
|
97
|
+
createdAt: z.ZodDate;
|
98
|
+
updatedAt: z.ZodDate;
|
99
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
100
|
+
startedAt: z.ZodString;
|
101
|
+
endedAt: z.ZodNullable<z.ZodString>;
|
102
|
+
duration: z.ZodNullable<z.ZodNumber>;
|
103
|
+
holdLabel: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
104
|
+
id: z.ZodString;
|
105
|
+
createdAt: z.ZodDate;
|
106
|
+
updatedAt: z.ZodDate;
|
107
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
108
|
+
name: z.ZodString;
|
109
|
+
position: z.ZodNumber;
|
110
|
+
isDefault: z.ZodDefault<z.ZodBoolean>;
|
111
|
+
}, "strip", z.ZodTypeAny, {
|
112
|
+
name: string;
|
113
|
+
id: string;
|
114
|
+
position: number;
|
115
|
+
createdAt: Date;
|
116
|
+
updatedAt: Date;
|
117
|
+
deletedAt: Date | null;
|
118
|
+
isDefault: boolean;
|
119
|
+
}, {
|
120
|
+
name: string;
|
121
|
+
id: string;
|
122
|
+
position: number;
|
123
|
+
createdAt: Date;
|
124
|
+
updatedAt: Date;
|
125
|
+
deletedAt: Date | null;
|
126
|
+
isDefault?: boolean | undefined;
|
127
|
+
}>>>;
|
128
|
+
formattedDuration: z.ZodString;
|
129
|
+
}, "strip", z.ZodTypeAny, {
|
130
|
+
id: string;
|
131
|
+
createdAt: Date;
|
132
|
+
updatedAt: Date;
|
133
|
+
deletedAt: Date | null;
|
134
|
+
startedAt: string;
|
135
|
+
endedAt: string | null;
|
136
|
+
duration: number | null;
|
137
|
+
formattedDuration: string;
|
138
|
+
holdLabel?: {
|
139
|
+
name: string;
|
140
|
+
id: string;
|
141
|
+
position: number;
|
142
|
+
createdAt: Date;
|
143
|
+
updatedAt: Date;
|
144
|
+
deletedAt: Date | null;
|
145
|
+
isDefault: boolean;
|
146
|
+
} | null | undefined;
|
147
|
+
}, {
|
148
|
+
id: string;
|
149
|
+
createdAt: Date;
|
150
|
+
updatedAt: Date;
|
151
|
+
deletedAt: Date | null;
|
152
|
+
startedAt: string;
|
153
|
+
endedAt: string | null;
|
154
|
+
duration: number | null;
|
155
|
+
formattedDuration: string;
|
156
|
+
holdLabel?: {
|
157
|
+
name: string;
|
158
|
+
id: string;
|
159
|
+
position: number;
|
160
|
+
createdAt: Date;
|
161
|
+
updatedAt: Date;
|
162
|
+
deletedAt: Date | null;
|
163
|
+
isDefault?: boolean | undefined;
|
85
164
|
} | null | undefined;
|
86
165
|
}>;
|
87
166
|
//# sourceMappingURL=schema.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../../src/hold-label/schema.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAGpB,eAAO,MAAM,eAAe
|
1
|
+
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../../src/hold-label/schema.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAGpB,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;EAI1B,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKxB,CAAC;AAEH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAEjC,CAAC"}
|