@kl1/contracts 1.0.34 → 1.0.36
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 +1030 -924
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1029 -924
- package/dist/index.mjs.map +1 -1
- package/dist/src/activity-log/index.d.ts +17 -10
- package/dist/src/activity-log/index.d.ts.map +1 -1
- package/dist/src/activity-log/schema.d.ts +17 -10
- package/dist/src/activity-log/schema.d.ts.map +1 -1
- package/dist/src/auth/index.d.ts +17 -10
- package/dist/src/auth/index.d.ts.map +1 -1
- package/dist/src/channel/index.d.ts +650 -51
- package/dist/src/channel/index.d.ts.map +1 -1
- package/dist/src/channel/schema.d.ts +18 -12
- package/dist/src/channel/schema.d.ts.map +1 -1
- package/dist/src/chat/index.d.ts +12464 -12390
- package/dist/src/chat/index.d.ts.map +1 -1
- package/dist/src/chat/schema.d.ts +227 -110
- package/dist/src/chat/schema.d.ts.map +1 -1
- package/dist/src/chat/validation.d.ts +1158 -1545
- package/dist/src/chat/validation.d.ts.map +1 -1
- package/dist/src/comment/index.d.ts +1128 -491
- package/dist/src/comment/index.d.ts.map +1 -1
- package/dist/src/comment/schema.d.ts +319 -140
- package/dist/src/comment/schema.d.ts.map +1 -1
- package/dist/src/contact/index.d.ts +77 -0
- package/dist/src/contact/index.d.ts.map +1 -1
- package/dist/src/contact/schema.d.ts +16 -0
- package/dist/src/contact/schema.d.ts.map +1 -1
- package/dist/src/contact/validation.d.ts +63 -0
- package/dist/src/contact/validation.d.ts.map +1 -1
- package/dist/src/contract.d.ts +28088 -29053
- package/dist/src/contract.d.ts.map +1 -1
- package/dist/src/cx-log/index.d.ts +243 -72
- package/dist/src/cx-log/index.d.ts.map +1 -1
- package/dist/src/cx-log/schema.d.ts +193 -56
- package/dist/src/cx-log/schema.d.ts.map +1 -1
- package/dist/src/extension/index.d.ts +29 -120
- package/dist/src/extension/index.d.ts.map +1 -1
- package/dist/src/extension/schema.d.ts +3 -0
- package/dist/src/extension/schema.d.ts.map +1 -1
- package/dist/src/extension/validation.d.ts +6 -0
- package/dist/src/extension/validation.d.ts.map +1 -1
- package/dist/src/mail/mail-contract.d.ts +7 -0
- package/dist/src/mail/mail-contract.d.ts.map +1 -1
- package/dist/src/mail/room-contract.d.ts +7 -0
- package/dist/src/mail/room-contract.d.ts.map +1 -1
- package/dist/src/mail/schemas/room.schema.d.ts +5 -0
- package/dist/src/mail/schemas/room.schema.d.ts.map +1 -1
- package/dist/src/messenger/index.d.ts +442 -100
- package/dist/src/messenger/index.d.ts.map +1 -1
- package/dist/src/telephony-agent-presence-status/index.d.ts +57 -34
- package/dist/src/telephony-agent-presence-status/index.d.ts.map +1 -1
- package/dist/src/telephony-agent-presence-status/schema.d.ts +17 -10
- package/dist/src/telephony-agent-presence-status/schema.d.ts.map +1 -1
- package/dist/src/telephony-cdr/schema.d.ts +53 -0
- package/dist/src/telephony-cdr/schema.d.ts.map +1 -1
- package/dist/src/telephony-extension/index.d.ts +2 -0
- package/dist/src/telephony-extension/index.d.ts.map +1 -1
- package/dist/src/ticket/index.d.ts +3022 -1253
- package/dist/src/ticket/index.d.ts.map +1 -1
- package/dist/src/ticket/schema.d.ts +236 -167
- package/dist/src/ticket/schema.d.ts.map +1 -1
- package/dist/src/upload/schema.d.ts +3 -0
- package/dist/src/upload/schema.d.ts.map +1 -1
- package/dist/src/user/index.d.ts +57 -34
- package/dist/src/user/index.d.ts.map +1 -1
- package/dist/src/user/schema.d.ts +11 -6
- package/dist/src/user/schema.d.ts.map +1 -1
- package/dist/src/user-presence-status-log/index.d.ts +12 -8
- package/dist/src/user-presence-status-log/index.d.ts.map +1 -1
- package/dist/src/user-presence-status-log/schema.d.ts +17 -10
- package/dist/src/user-presence-status-log/schema.d.ts.map +1 -1
- package/package.json +1 -1
- 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
@@ -115,7 +115,7 @@ export declare const commentContract: {
|
|
115
115
|
displayName: string;
|
116
116
|
}[];
|
117
117
|
}>, "many">;
|
118
|
-
extension: z.
|
118
|
+
extension: z.ZodObject<{
|
119
119
|
id: z.ZodString;
|
120
120
|
createdAt: z.ZodDate;
|
121
121
|
updatedAt: z.ZodDate;
|
@@ -123,6 +123,7 @@ export declare const commentContract: {
|
|
123
123
|
userId: z.ZodNullable<z.ZodString>;
|
124
124
|
sipServerUrl: z.ZodString;
|
125
125
|
sipUserName: z.ZodString;
|
126
|
+
webphoneLoginUser: z.ZodString;
|
126
127
|
extensionId: z.ZodNumber;
|
127
128
|
extensionName: z.ZodString;
|
128
129
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
@@ -134,6 +135,7 @@ export declare const commentContract: {
|
|
134
135
|
userId: string | null;
|
135
136
|
sipServerUrl: string;
|
136
137
|
sipUserName: string;
|
138
|
+
webphoneLoginUser: string;
|
137
139
|
extensionId: number;
|
138
140
|
extensionName: string;
|
139
141
|
telephonySignature: string | null;
|
@@ -145,10 +147,11 @@ export declare const commentContract: {
|
|
145
147
|
userId: string | null;
|
146
148
|
sipServerUrl: string;
|
147
149
|
sipUserName: string;
|
150
|
+
webphoneLoginUser: string;
|
148
151
|
extensionId: number;
|
149
152
|
extensionName: string;
|
150
153
|
telephonySignature: string | null;
|
151
|
-
}
|
154
|
+
}>;
|
152
155
|
}, "strip", z.ZodTypeAny, {
|
153
156
|
id: string;
|
154
157
|
address: string | null;
|
@@ -179,7 +182,7 @@ export declare const commentContract: {
|
|
179
182
|
displayName: string;
|
180
183
|
}[];
|
181
184
|
}[];
|
182
|
-
extension
|
185
|
+
extension: {
|
183
186
|
id: string;
|
184
187
|
createdAt: Date;
|
185
188
|
updatedAt: Date;
|
@@ -187,10 +190,11 @@ export declare const commentContract: {
|
|
187
190
|
userId: string | null;
|
188
191
|
sipServerUrl: string;
|
189
192
|
sipUserName: string;
|
193
|
+
webphoneLoginUser: string;
|
190
194
|
extensionId: number;
|
191
195
|
extensionName: string;
|
192
196
|
telephonySignature: string | null;
|
193
|
-
}
|
197
|
+
};
|
194
198
|
}, {
|
195
199
|
id: string;
|
196
200
|
address: string | null;
|
@@ -221,7 +225,7 @@ export declare const commentContract: {
|
|
221
225
|
displayName: string;
|
222
226
|
}[];
|
223
227
|
}[];
|
224
|
-
extension
|
228
|
+
extension: {
|
225
229
|
id: string;
|
226
230
|
createdAt: Date;
|
227
231
|
updatedAt: Date;
|
@@ -229,10 +233,11 @@ export declare const commentContract: {
|
|
229
233
|
userId: string | null;
|
230
234
|
sipServerUrl: string;
|
231
235
|
sipUserName: string;
|
236
|
+
webphoneLoginUser: string;
|
232
237
|
extensionId: number;
|
233
238
|
extensionName: string;
|
234
239
|
telephonySignature: string | null;
|
235
|
-
}
|
240
|
+
};
|
236
241
|
}>;
|
237
242
|
entityId: z.ZodString;
|
238
243
|
description: z.ZodString;
|
@@ -294,7 +299,7 @@ export declare const commentContract: {
|
|
294
299
|
displayName: string;
|
295
300
|
}[];
|
296
301
|
}[];
|
297
|
-
extension
|
302
|
+
extension: {
|
298
303
|
id: string;
|
299
304
|
createdAt: Date;
|
300
305
|
updatedAt: Date;
|
@@ -302,10 +307,11 @@ export declare const commentContract: {
|
|
302
307
|
userId: string | null;
|
303
308
|
sipServerUrl: string;
|
304
309
|
sipUserName: string;
|
310
|
+
webphoneLoginUser: string;
|
305
311
|
extensionId: number;
|
306
312
|
extensionName: string;
|
307
313
|
telephonySignature: string | null;
|
308
|
-
}
|
314
|
+
};
|
309
315
|
};
|
310
316
|
entityId: string;
|
311
317
|
entityType: {
|
@@ -352,7 +358,7 @@ export declare const commentContract: {
|
|
352
358
|
displayName: string;
|
353
359
|
}[];
|
354
360
|
}[];
|
355
|
-
extension
|
361
|
+
extension: {
|
356
362
|
id: string;
|
357
363
|
createdAt: Date;
|
358
364
|
updatedAt: Date;
|
@@ -360,10 +366,11 @@ export declare const commentContract: {
|
|
360
366
|
userId: string | null;
|
361
367
|
sipServerUrl: string;
|
362
368
|
sipUserName: string;
|
369
|
+
webphoneLoginUser: string;
|
363
370
|
extensionId: number;
|
364
371
|
extensionName: string;
|
365
372
|
telephonySignature: string | null;
|
366
|
-
}
|
373
|
+
};
|
367
374
|
};
|
368
375
|
entityId: string;
|
369
376
|
entityType: {
|
@@ -488,67 +495,31 @@ export declare const commentContract: {
|
|
488
495
|
createdAt: z.ZodDate;
|
489
496
|
updatedAt: z.ZodDate;
|
490
497
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
491
|
-
|
492
|
-
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
deletedAt: z.ZodNullable<z.ZodDate>;
|
497
|
-
bucketName: z.ZodString;
|
498
|
-
fileName: z.ZodString;
|
499
|
-
fileSize: z.ZodNumber;
|
500
|
-
fileKey: z.ZodString;
|
501
|
-
}, "strip", z.ZodTypeAny, {
|
502
|
-
id: string;
|
503
|
-
createdAt: Date;
|
504
|
-
updatedAt: Date;
|
505
|
-
deletedAt: Date | null;
|
506
|
-
fileName: string;
|
507
|
-
fileKey: string;
|
508
|
-
bucketName: string;
|
509
|
-
fileSize: number;
|
510
|
-
}, {
|
511
|
-
id: string;
|
512
|
-
createdAt: Date;
|
513
|
-
updatedAt: Date;
|
514
|
-
deletedAt: Date | null;
|
515
|
-
fileName: string;
|
516
|
-
fileKey: string;
|
517
|
-
bucketName: string;
|
518
|
-
fileSize: number;
|
519
|
-
}>;
|
498
|
+
bucketName: z.ZodString;
|
499
|
+
fileName: z.ZodString;
|
500
|
+
fileSize: z.ZodNumber;
|
501
|
+
fileKey: z.ZodString;
|
502
|
+
fileUrl: z.ZodNullable<z.ZodString>;
|
520
503
|
}, "strip", z.ZodTypeAny, {
|
521
504
|
id: string;
|
522
505
|
createdAt: Date;
|
523
506
|
updatedAt: Date;
|
524
507
|
deletedAt: Date | null;
|
525
|
-
|
526
|
-
|
527
|
-
|
528
|
-
|
529
|
-
|
530
|
-
deletedAt: Date | null;
|
531
|
-
fileName: string;
|
532
|
-
fileKey: string;
|
533
|
-
bucketName: string;
|
534
|
-
fileSize: number;
|
535
|
-
};
|
508
|
+
fileName: string;
|
509
|
+
fileKey: string;
|
510
|
+
bucketName: string;
|
511
|
+
fileSize: number;
|
512
|
+
fileUrl: string | null;
|
536
513
|
}, {
|
537
514
|
id: string;
|
538
515
|
createdAt: Date;
|
539
516
|
updatedAt: Date;
|
540
517
|
deletedAt: Date | null;
|
541
|
-
|
542
|
-
|
543
|
-
|
544
|
-
|
545
|
-
|
546
|
-
deletedAt: Date | null;
|
547
|
-
fileName: string;
|
548
|
-
fileKey: string;
|
549
|
-
bucketName: string;
|
550
|
-
fileSize: number;
|
551
|
-
};
|
518
|
+
fileName: string;
|
519
|
+
fileKey: string;
|
520
|
+
bucketName: string;
|
521
|
+
fileSize: number;
|
522
|
+
fileUrl: string | null;
|
552
523
|
}>, "many">;
|
553
524
|
}, "strip", z.ZodTypeAny, {
|
554
525
|
id: string;
|
@@ -578,17 +549,11 @@ export declare const commentContract: {
|
|
578
549
|
createdAt: Date;
|
579
550
|
updatedAt: Date;
|
580
551
|
deletedAt: Date | null;
|
581
|
-
|
582
|
-
|
583
|
-
|
584
|
-
|
585
|
-
|
586
|
-
deletedAt: Date | null;
|
587
|
-
fileName: string;
|
588
|
-
fileKey: string;
|
589
|
-
bucketName: string;
|
590
|
-
fileSize: number;
|
591
|
-
};
|
552
|
+
fileName: string;
|
553
|
+
fileKey: string;
|
554
|
+
bucketName: string;
|
555
|
+
fileSize: number;
|
556
|
+
fileUrl: string | null;
|
592
557
|
}[];
|
593
558
|
}, {
|
594
559
|
id: string;
|
@@ -618,17 +583,130 @@ export declare const commentContract: {
|
|
618
583
|
createdAt: Date;
|
619
584
|
updatedAt: Date;
|
620
585
|
deletedAt: Date | null;
|
621
|
-
|
622
|
-
|
586
|
+
fileName: string;
|
587
|
+
fileKey: string;
|
588
|
+
bucketName: string;
|
589
|
+
fileSize: number;
|
590
|
+
fileUrl: string | null;
|
591
|
+
}[];
|
592
|
+
}>, "many">;
|
593
|
+
tags: z.ZodArray<z.ZodObject<{
|
594
|
+
id: z.ZodString;
|
595
|
+
createdAt: z.ZodDate;
|
596
|
+
updatedAt: z.ZodDate;
|
597
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
598
|
+
name: z.ZodString;
|
599
|
+
}, "strip", z.ZodTypeAny, {
|
600
|
+
id: string;
|
601
|
+
name: string;
|
602
|
+
createdAt: Date;
|
603
|
+
updatedAt: Date;
|
604
|
+
deletedAt: Date | null;
|
605
|
+
}, {
|
606
|
+
id: string;
|
607
|
+
name: string;
|
608
|
+
createdAt: Date;
|
609
|
+
updatedAt: Date;
|
610
|
+
deletedAt: Date | null;
|
611
|
+
}>, "many">;
|
612
|
+
categories: z.ZodArray<z.ZodObject<{
|
613
|
+
id: z.ZodString;
|
614
|
+
createdAt: z.ZodDate;
|
615
|
+
updatedAt: z.ZodDate;
|
616
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
617
|
+
value: z.ZodString;
|
618
|
+
level: z.ZodUnion<[z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>;
|
619
|
+
parentId: z.ZodNullable<z.ZodString>;
|
620
|
+
childCategoryList: z.ZodArray<z.ZodObject<{
|
621
|
+
id: z.ZodString;
|
622
|
+
value: z.ZodString;
|
623
|
+
level: z.ZodUnion<[z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>;
|
624
|
+
parentId: z.ZodNullable<z.ZodString>;
|
625
|
+
childCategoryList: z.ZodArray<z.ZodObject<{
|
626
|
+
id: z.ZodString;
|
627
|
+
value: z.ZodString;
|
628
|
+
level: z.ZodUnion<[z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>;
|
629
|
+
parentId: z.ZodNullable<z.ZodString>;
|
630
|
+
childCategoryList: z.ZodArray<z.ZodAny, "many">;
|
631
|
+
}, "strip", z.ZodTypeAny, {
|
623
632
|
id: string;
|
624
|
-
|
625
|
-
|
626
|
-
|
627
|
-
|
628
|
-
|
629
|
-
|
630
|
-
|
631
|
-
|
633
|
+
value: string;
|
634
|
+
level: 2 | 1 | 3;
|
635
|
+
parentId: string | null;
|
636
|
+
childCategoryList: any[];
|
637
|
+
}, {
|
638
|
+
id: string;
|
639
|
+
value: string;
|
640
|
+
level: 2 | 1 | 3;
|
641
|
+
parentId: string | null;
|
642
|
+
childCategoryList: any[];
|
643
|
+
}>, "many">;
|
644
|
+
}, "strip", z.ZodTypeAny, {
|
645
|
+
id: string;
|
646
|
+
value: string;
|
647
|
+
level: 2 | 1 | 3;
|
648
|
+
parentId: string | null;
|
649
|
+
childCategoryList: {
|
650
|
+
id: string;
|
651
|
+
value: string;
|
652
|
+
level: 2 | 1 | 3;
|
653
|
+
parentId: string | null;
|
654
|
+
childCategoryList: any[];
|
655
|
+
}[];
|
656
|
+
}, {
|
657
|
+
id: string;
|
658
|
+
value: string;
|
659
|
+
level: 2 | 1 | 3;
|
660
|
+
parentId: string | null;
|
661
|
+
childCategoryList: {
|
662
|
+
id: string;
|
663
|
+
value: string;
|
664
|
+
level: 2 | 1 | 3;
|
665
|
+
parentId: string | null;
|
666
|
+
childCategoryList: any[];
|
667
|
+
}[];
|
668
|
+
}>, "many">;
|
669
|
+
}, "strip", z.ZodTypeAny, {
|
670
|
+
id: string;
|
671
|
+
value: string;
|
672
|
+
createdAt: Date;
|
673
|
+
updatedAt: Date;
|
674
|
+
deletedAt: Date | null;
|
675
|
+
level: 2 | 1 | 3;
|
676
|
+
parentId: string | null;
|
677
|
+
childCategoryList: {
|
678
|
+
id: string;
|
679
|
+
value: string;
|
680
|
+
level: 2 | 1 | 3;
|
681
|
+
parentId: string | null;
|
682
|
+
childCategoryList: {
|
683
|
+
id: string;
|
684
|
+
value: string;
|
685
|
+
level: 2 | 1 | 3;
|
686
|
+
parentId: string | null;
|
687
|
+
childCategoryList: any[];
|
688
|
+
}[];
|
689
|
+
}[];
|
690
|
+
}, {
|
691
|
+
id: string;
|
692
|
+
value: string;
|
693
|
+
createdAt: Date;
|
694
|
+
updatedAt: Date;
|
695
|
+
deletedAt: Date | null;
|
696
|
+
level: 2 | 1 | 3;
|
697
|
+
parentId: string | null;
|
698
|
+
childCategoryList: {
|
699
|
+
id: string;
|
700
|
+
value: string;
|
701
|
+
level: 2 | 1 | 3;
|
702
|
+
parentId: string | null;
|
703
|
+
childCategoryList: {
|
704
|
+
id: string;
|
705
|
+
value: string;
|
706
|
+
level: 2 | 1 | 3;
|
707
|
+
parentId: string | null;
|
708
|
+
childCategoryList: any[];
|
709
|
+
}[];
|
632
710
|
}[];
|
633
711
|
}>, "many">;
|
634
712
|
}, "strip", z.ZodTypeAny, {
|
@@ -642,6 +720,28 @@ export declare const commentContract: {
|
|
642
720
|
createdAt: Date;
|
643
721
|
updatedAt: Date;
|
644
722
|
deletedAt: Date | null;
|
723
|
+
categories: {
|
724
|
+
id: string;
|
725
|
+
value: string;
|
726
|
+
createdAt: Date;
|
727
|
+
updatedAt: Date;
|
728
|
+
deletedAt: Date | null;
|
729
|
+
level: 2 | 1 | 3;
|
730
|
+
parentId: string | null;
|
731
|
+
childCategoryList: {
|
732
|
+
id: string;
|
733
|
+
value: string;
|
734
|
+
level: 2 | 1 | 3;
|
735
|
+
parentId: string | null;
|
736
|
+
childCategoryList: {
|
737
|
+
id: string;
|
738
|
+
value: string;
|
739
|
+
level: 2 | 1 | 3;
|
740
|
+
parentId: string | null;
|
741
|
+
childCategoryList: any[];
|
742
|
+
}[];
|
743
|
+
}[];
|
744
|
+
}[];
|
645
745
|
customFields: {
|
646
746
|
id: string;
|
647
747
|
createdAt: Date;
|
@@ -670,19 +770,20 @@ export declare const commentContract: {
|
|
670
770
|
createdAt: Date;
|
671
771
|
updatedAt: Date;
|
672
772
|
deletedAt: Date | null;
|
673
|
-
|
674
|
-
|
675
|
-
|
676
|
-
|
677
|
-
|
678
|
-
deletedAt: Date | null;
|
679
|
-
fileName: string;
|
680
|
-
fileKey: string;
|
681
|
-
bucketName: string;
|
682
|
-
fileSize: number;
|
683
|
-
};
|
773
|
+
fileName: string;
|
774
|
+
fileKey: string;
|
775
|
+
bucketName: string;
|
776
|
+
fileSize: number;
|
777
|
+
fileUrl: string | null;
|
684
778
|
}[];
|
685
779
|
}[];
|
780
|
+
tags: {
|
781
|
+
id: string;
|
782
|
+
name: string;
|
783
|
+
createdAt: Date;
|
784
|
+
updatedAt: Date;
|
785
|
+
deletedAt: Date | null;
|
786
|
+
}[];
|
686
787
|
contactId: string;
|
687
788
|
assigneeId: string;
|
688
789
|
creatorId: string;
|
@@ -699,6 +800,28 @@ export declare const commentContract: {
|
|
699
800
|
createdAt: Date;
|
700
801
|
updatedAt: Date;
|
701
802
|
deletedAt: Date | null;
|
803
|
+
categories: {
|
804
|
+
id: string;
|
805
|
+
value: string;
|
806
|
+
createdAt: Date;
|
807
|
+
updatedAt: Date;
|
808
|
+
deletedAt: Date | null;
|
809
|
+
level: 2 | 1 | 3;
|
810
|
+
parentId: string | null;
|
811
|
+
childCategoryList: {
|
812
|
+
id: string;
|
813
|
+
value: string;
|
814
|
+
level: 2 | 1 | 3;
|
815
|
+
parentId: string | null;
|
816
|
+
childCategoryList: {
|
817
|
+
id: string;
|
818
|
+
value: string;
|
819
|
+
level: 2 | 1 | 3;
|
820
|
+
parentId: string | null;
|
821
|
+
childCategoryList: any[];
|
822
|
+
}[];
|
823
|
+
}[];
|
824
|
+
}[];
|
702
825
|
customFields: {
|
703
826
|
id: string;
|
704
827
|
createdAt: Date;
|
@@ -727,19 +850,20 @@ export declare const commentContract: {
|
|
727
850
|
createdAt: Date;
|
728
851
|
updatedAt: Date;
|
729
852
|
deletedAt: Date | null;
|
730
|
-
|
731
|
-
|
732
|
-
|
733
|
-
|
734
|
-
|
735
|
-
deletedAt: Date | null;
|
736
|
-
fileName: string;
|
737
|
-
fileKey: string;
|
738
|
-
bucketName: string;
|
739
|
-
fileSize: number;
|
740
|
-
};
|
853
|
+
fileName: string;
|
854
|
+
fileKey: string;
|
855
|
+
bucketName: string;
|
856
|
+
fileSize: number;
|
857
|
+
fileUrl: string | null;
|
741
858
|
}[];
|
742
859
|
}[];
|
860
|
+
tags: {
|
861
|
+
id: string;
|
862
|
+
name: string;
|
863
|
+
createdAt: Date;
|
864
|
+
updatedAt: Date;
|
865
|
+
deletedAt: Date | null;
|
866
|
+
}[];
|
743
867
|
contactId: string;
|
744
868
|
assigneeId: string;
|
745
869
|
creatorId: string;
|
@@ -826,7 +950,7 @@ export declare const commentContract: {
|
|
826
950
|
displayName: string;
|
827
951
|
}[];
|
828
952
|
}>, "many">;
|
829
|
-
extension: z.
|
953
|
+
extension: z.ZodObject<{
|
830
954
|
id: z.ZodString;
|
831
955
|
createdAt: z.ZodDate;
|
832
956
|
updatedAt: z.ZodDate;
|
@@ -834,6 +958,7 @@ export declare const commentContract: {
|
|
834
958
|
userId: z.ZodNullable<z.ZodString>;
|
835
959
|
sipServerUrl: z.ZodString;
|
836
960
|
sipUserName: z.ZodString;
|
961
|
+
webphoneLoginUser: z.ZodString;
|
837
962
|
extensionId: z.ZodNumber;
|
838
963
|
extensionName: z.ZodString;
|
839
964
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
@@ -845,6 +970,7 @@ export declare const commentContract: {
|
|
845
970
|
userId: string | null;
|
846
971
|
sipServerUrl: string;
|
847
972
|
sipUserName: string;
|
973
|
+
webphoneLoginUser: string;
|
848
974
|
extensionId: number;
|
849
975
|
extensionName: string;
|
850
976
|
telephonySignature: string | null;
|
@@ -856,10 +982,11 @@ export declare const commentContract: {
|
|
856
982
|
userId: string | null;
|
857
983
|
sipServerUrl: string;
|
858
984
|
sipUserName: string;
|
985
|
+
webphoneLoginUser: string;
|
859
986
|
extensionId: number;
|
860
987
|
extensionName: string;
|
861
988
|
telephonySignature: string | null;
|
862
|
-
}
|
989
|
+
}>;
|
863
990
|
}, "strip", z.ZodTypeAny, {
|
864
991
|
id: string;
|
865
992
|
address: string | null;
|
@@ -890,7 +1017,7 @@ export declare const commentContract: {
|
|
890
1017
|
displayName: string;
|
891
1018
|
}[];
|
892
1019
|
}[];
|
893
|
-
extension
|
1020
|
+
extension: {
|
894
1021
|
id: string;
|
895
1022
|
createdAt: Date;
|
896
1023
|
updatedAt: Date;
|
@@ -898,10 +1025,11 @@ export declare const commentContract: {
|
|
898
1025
|
userId: string | null;
|
899
1026
|
sipServerUrl: string;
|
900
1027
|
sipUserName: string;
|
1028
|
+
webphoneLoginUser: string;
|
901
1029
|
extensionId: number;
|
902
1030
|
extensionName: string;
|
903
1031
|
telephonySignature: string | null;
|
904
|
-
}
|
1032
|
+
};
|
905
1033
|
}, {
|
906
1034
|
id: string;
|
907
1035
|
address: string | null;
|
@@ -932,7 +1060,7 @@ export declare const commentContract: {
|
|
932
1060
|
displayName: string;
|
933
1061
|
}[];
|
934
1062
|
}[];
|
935
|
-
extension
|
1063
|
+
extension: {
|
936
1064
|
id: string;
|
937
1065
|
createdAt: Date;
|
938
1066
|
updatedAt: Date;
|
@@ -940,10 +1068,11 @@ export declare const commentContract: {
|
|
940
1068
|
userId: string | null;
|
941
1069
|
sipServerUrl: string;
|
942
1070
|
sipUserName: string;
|
1071
|
+
webphoneLoginUser: string;
|
943
1072
|
extensionId: number;
|
944
1073
|
extensionName: string;
|
945
1074
|
telephonySignature: string | null;
|
946
|
-
}
|
1075
|
+
};
|
947
1076
|
}>;
|
948
1077
|
}, "strip", z.ZodTypeAny, {
|
949
1078
|
id: string;
|
@@ -986,7 +1115,7 @@ export declare const commentContract: {
|
|
986
1115
|
displayName: string;
|
987
1116
|
}[];
|
988
1117
|
}[];
|
989
|
-
extension
|
1118
|
+
extension: {
|
990
1119
|
id: string;
|
991
1120
|
createdAt: Date;
|
992
1121
|
updatedAt: Date;
|
@@ -994,10 +1123,11 @@ export declare const commentContract: {
|
|
994
1123
|
userId: string | null;
|
995
1124
|
sipServerUrl: string;
|
996
1125
|
sipUserName: string;
|
1126
|
+
webphoneLoginUser: string;
|
997
1127
|
extensionId: number;
|
998
1128
|
extensionName: string;
|
999
1129
|
telephonySignature: string | null;
|
1000
|
-
}
|
1130
|
+
};
|
1001
1131
|
};
|
1002
1132
|
entityId: string;
|
1003
1133
|
entityType: {
|
@@ -1039,7 +1169,7 @@ export declare const commentContract: {
|
|
1039
1169
|
displayName: string;
|
1040
1170
|
}[];
|
1041
1171
|
}[];
|
1042
|
-
extension
|
1172
|
+
extension: {
|
1043
1173
|
id: string;
|
1044
1174
|
createdAt: Date;
|
1045
1175
|
updatedAt: Date;
|
@@ -1047,10 +1177,11 @@ export declare const commentContract: {
|
|
1047
1177
|
userId: string | null;
|
1048
1178
|
sipServerUrl: string;
|
1049
1179
|
sipUserName: string;
|
1180
|
+
webphoneLoginUser: string;
|
1050
1181
|
extensionId: number;
|
1051
1182
|
extensionName: string;
|
1052
1183
|
telephonySignature: string | null;
|
1053
|
-
}
|
1184
|
+
};
|
1054
1185
|
};
|
1055
1186
|
ticket: {
|
1056
1187
|
type: string;
|
@@ -1063,6 +1194,28 @@ export declare const commentContract: {
|
|
1063
1194
|
createdAt: Date;
|
1064
1195
|
updatedAt: Date;
|
1065
1196
|
deletedAt: Date | null;
|
1197
|
+
categories: {
|
1198
|
+
id: string;
|
1199
|
+
value: string;
|
1200
|
+
createdAt: Date;
|
1201
|
+
updatedAt: Date;
|
1202
|
+
deletedAt: Date | null;
|
1203
|
+
level: 2 | 1 | 3;
|
1204
|
+
parentId: string | null;
|
1205
|
+
childCategoryList: {
|
1206
|
+
id: string;
|
1207
|
+
value: string;
|
1208
|
+
level: 2 | 1 | 3;
|
1209
|
+
parentId: string | null;
|
1210
|
+
childCategoryList: {
|
1211
|
+
id: string;
|
1212
|
+
value: string;
|
1213
|
+
level: 2 | 1 | 3;
|
1214
|
+
parentId: string | null;
|
1215
|
+
childCategoryList: any[];
|
1216
|
+
}[];
|
1217
|
+
}[];
|
1218
|
+
}[];
|
1066
1219
|
customFields: {
|
1067
1220
|
id: string;
|
1068
1221
|
createdAt: Date;
|
@@ -1091,19 +1244,20 @@ export declare const commentContract: {
|
|
1091
1244
|
createdAt: Date;
|
1092
1245
|
updatedAt: Date;
|
1093
1246
|
deletedAt: Date | null;
|
1094
|
-
|
1095
|
-
|
1096
|
-
|
1097
|
-
|
1098
|
-
|
1099
|
-
deletedAt: Date | null;
|
1100
|
-
fileName: string;
|
1101
|
-
fileKey: string;
|
1102
|
-
bucketName: string;
|
1103
|
-
fileSize: number;
|
1104
|
-
};
|
1247
|
+
fileName: string;
|
1248
|
+
fileKey: string;
|
1249
|
+
bucketName: string;
|
1250
|
+
fileSize: number;
|
1251
|
+
fileUrl: string | null;
|
1105
1252
|
}[];
|
1106
1253
|
}[];
|
1254
|
+
tags: {
|
1255
|
+
id: string;
|
1256
|
+
name: string;
|
1257
|
+
createdAt: Date;
|
1258
|
+
updatedAt: Date;
|
1259
|
+
deletedAt: Date | null;
|
1260
|
+
}[];
|
1107
1261
|
contactId: string;
|
1108
1262
|
assigneeId: string;
|
1109
1263
|
creatorId: string;
|
@@ -1153,7 +1307,7 @@ export declare const commentContract: {
|
|
1153
1307
|
displayName: string;
|
1154
1308
|
}[];
|
1155
1309
|
}[];
|
1156
|
-
extension
|
1310
|
+
extension: {
|
1157
1311
|
id: string;
|
1158
1312
|
createdAt: Date;
|
1159
1313
|
updatedAt: Date;
|
@@ -1161,10 +1315,11 @@ export declare const commentContract: {
|
|
1161
1315
|
userId: string | null;
|
1162
1316
|
sipServerUrl: string;
|
1163
1317
|
sipUserName: string;
|
1318
|
+
webphoneLoginUser: string;
|
1164
1319
|
extensionId: number;
|
1165
1320
|
extensionName: string;
|
1166
1321
|
telephonySignature: string | null;
|
1167
|
-
}
|
1322
|
+
};
|
1168
1323
|
};
|
1169
1324
|
entityId: string;
|
1170
1325
|
entityType: {
|
@@ -1206,7 +1361,7 @@ export declare const commentContract: {
|
|
1206
1361
|
displayName: string;
|
1207
1362
|
}[];
|
1208
1363
|
}[];
|
1209
|
-
extension
|
1364
|
+
extension: {
|
1210
1365
|
id: string;
|
1211
1366
|
createdAt: Date;
|
1212
1367
|
updatedAt: Date;
|
@@ -1214,10 +1369,11 @@ export declare const commentContract: {
|
|
1214
1369
|
userId: string | null;
|
1215
1370
|
sipServerUrl: string;
|
1216
1371
|
sipUserName: string;
|
1372
|
+
webphoneLoginUser: string;
|
1217
1373
|
extensionId: number;
|
1218
1374
|
extensionName: string;
|
1219
1375
|
telephonySignature: string | null;
|
1220
|
-
}
|
1376
|
+
};
|
1221
1377
|
};
|
1222
1378
|
ticket: {
|
1223
1379
|
type: string;
|
@@ -1230,6 +1386,28 @@ export declare const commentContract: {
|
|
1230
1386
|
createdAt: Date;
|
1231
1387
|
updatedAt: Date;
|
1232
1388
|
deletedAt: Date | null;
|
1389
|
+
categories: {
|
1390
|
+
id: string;
|
1391
|
+
value: string;
|
1392
|
+
createdAt: Date;
|
1393
|
+
updatedAt: Date;
|
1394
|
+
deletedAt: Date | null;
|
1395
|
+
level: 2 | 1 | 3;
|
1396
|
+
parentId: string | null;
|
1397
|
+
childCategoryList: {
|
1398
|
+
id: string;
|
1399
|
+
value: string;
|
1400
|
+
level: 2 | 1 | 3;
|
1401
|
+
parentId: string | null;
|
1402
|
+
childCategoryList: {
|
1403
|
+
id: string;
|
1404
|
+
value: string;
|
1405
|
+
level: 2 | 1 | 3;
|
1406
|
+
parentId: string | null;
|
1407
|
+
childCategoryList: any[];
|
1408
|
+
}[];
|
1409
|
+
}[];
|
1410
|
+
}[];
|
1233
1411
|
customFields: {
|
1234
1412
|
id: string;
|
1235
1413
|
createdAt: Date;
|
@@ -1258,19 +1436,20 @@ export declare const commentContract: {
|
|
1258
1436
|
createdAt: Date;
|
1259
1437
|
updatedAt: Date;
|
1260
1438
|
deletedAt: Date | null;
|
1261
|
-
|
1262
|
-
|
1263
|
-
|
1264
|
-
|
1265
|
-
|
1266
|
-
deletedAt: Date | null;
|
1267
|
-
fileName: string;
|
1268
|
-
fileKey: string;
|
1269
|
-
bucketName: string;
|
1270
|
-
fileSize: number;
|
1271
|
-
};
|
1439
|
+
fileName: string;
|
1440
|
+
fileKey: string;
|
1441
|
+
bucketName: string;
|
1442
|
+
fileSize: number;
|
1443
|
+
fileUrl: string | null;
|
1272
1444
|
}[];
|
1273
1445
|
}[];
|
1446
|
+
tags: {
|
1447
|
+
id: string;
|
1448
|
+
name: string;
|
1449
|
+
createdAt: Date;
|
1450
|
+
updatedAt: Date;
|
1451
|
+
deletedAt: Date | null;
|
1452
|
+
}[];
|
1274
1453
|
contactId: string;
|
1275
1454
|
assigneeId: string;
|
1276
1455
|
creatorId: string;
|
@@ -1323,7 +1502,7 @@ export declare const commentContract: {
|
|
1323
1502
|
displayName: string;
|
1324
1503
|
}[];
|
1325
1504
|
}[];
|
1326
|
-
extension
|
1505
|
+
extension: {
|
1327
1506
|
id: string;
|
1328
1507
|
createdAt: Date;
|
1329
1508
|
updatedAt: Date;
|
@@ -1331,10 +1510,11 @@ export declare const commentContract: {
|
|
1331
1510
|
userId: string | null;
|
1332
1511
|
sipServerUrl: string;
|
1333
1512
|
sipUserName: string;
|
1513
|
+
webphoneLoginUser: string;
|
1334
1514
|
extensionId: number;
|
1335
1515
|
extensionName: string;
|
1336
1516
|
telephonySignature: string | null;
|
1337
|
-
}
|
1517
|
+
};
|
1338
1518
|
};
|
1339
1519
|
entityId: string;
|
1340
1520
|
entityType: {
|
@@ -1376,7 +1556,7 @@ export declare const commentContract: {
|
|
1376
1556
|
displayName: string;
|
1377
1557
|
}[];
|
1378
1558
|
}[];
|
1379
|
-
extension
|
1559
|
+
extension: {
|
1380
1560
|
id: string;
|
1381
1561
|
createdAt: Date;
|
1382
1562
|
updatedAt: Date;
|
@@ -1384,10 +1564,11 @@ export declare const commentContract: {
|
|
1384
1564
|
userId: string | null;
|
1385
1565
|
sipServerUrl: string;
|
1386
1566
|
sipUserName: string;
|
1567
|
+
webphoneLoginUser: string;
|
1387
1568
|
extensionId: number;
|
1388
1569
|
extensionName: string;
|
1389
1570
|
telephonySignature: string | null;
|
1390
|
-
}
|
1571
|
+
};
|
1391
1572
|
};
|
1392
1573
|
ticket: {
|
1393
1574
|
type: string;
|
@@ -1400,6 +1581,28 @@ export declare const commentContract: {
|
|
1400
1581
|
createdAt: Date;
|
1401
1582
|
updatedAt: Date;
|
1402
1583
|
deletedAt: Date | null;
|
1584
|
+
categories: {
|
1585
|
+
id: string;
|
1586
|
+
value: string;
|
1587
|
+
createdAt: Date;
|
1588
|
+
updatedAt: Date;
|
1589
|
+
deletedAt: Date | null;
|
1590
|
+
level: 2 | 1 | 3;
|
1591
|
+
parentId: string | null;
|
1592
|
+
childCategoryList: {
|
1593
|
+
id: string;
|
1594
|
+
value: string;
|
1595
|
+
level: 2 | 1 | 3;
|
1596
|
+
parentId: string | null;
|
1597
|
+
childCategoryList: {
|
1598
|
+
id: string;
|
1599
|
+
value: string;
|
1600
|
+
level: 2 | 1 | 3;
|
1601
|
+
parentId: string | null;
|
1602
|
+
childCategoryList: any[];
|
1603
|
+
}[];
|
1604
|
+
}[];
|
1605
|
+
}[];
|
1403
1606
|
customFields: {
|
1404
1607
|
id: string;
|
1405
1608
|
createdAt: Date;
|
@@ -1428,24 +1631,25 @@ export declare const commentContract: {
|
|
1428
1631
|
createdAt: Date;
|
1429
1632
|
updatedAt: Date;
|
1430
1633
|
deletedAt: Date | null;
|
1431
|
-
|
1432
|
-
|
1433
|
-
|
1434
|
-
|
1435
|
-
|
1436
|
-
deletedAt: Date | null;
|
1437
|
-
fileName: string;
|
1438
|
-
fileKey: string;
|
1439
|
-
bucketName: string;
|
1440
|
-
fileSize: number;
|
1441
|
-
};
|
1634
|
+
fileName: string;
|
1635
|
+
fileKey: string;
|
1636
|
+
bucketName: string;
|
1637
|
+
fileSize: number;
|
1638
|
+
fileUrl: string | null;
|
1442
1639
|
}[];
|
1443
1640
|
}[];
|
1444
|
-
|
1445
|
-
|
1446
|
-
|
1447
|
-
|
1448
|
-
|
1641
|
+
tags: {
|
1642
|
+
id: string;
|
1643
|
+
name: string;
|
1644
|
+
createdAt: Date;
|
1645
|
+
updatedAt: Date;
|
1646
|
+
deletedAt: Date | null;
|
1647
|
+
}[];
|
1648
|
+
contactId: string;
|
1649
|
+
assigneeId: string;
|
1650
|
+
creatorId: string;
|
1651
|
+
reasonToAssign: string | null;
|
1652
|
+
ticketNumber?: number | undefined;
|
1449
1653
|
};
|
1450
1654
|
comment: string;
|
1451
1655
|
mentions: string[];
|
@@ -1493,7 +1697,7 @@ export declare const commentContract: {
|
|
1493
1697
|
displayName: string;
|
1494
1698
|
}[];
|
1495
1699
|
}[];
|
1496
|
-
extension
|
1700
|
+
extension: {
|
1497
1701
|
id: string;
|
1498
1702
|
createdAt: Date;
|
1499
1703
|
updatedAt: Date;
|
@@ -1501,10 +1705,11 @@ export declare const commentContract: {
|
|
1501
1705
|
userId: string | null;
|
1502
1706
|
sipServerUrl: string;
|
1503
1707
|
sipUserName: string;
|
1708
|
+
webphoneLoginUser: string;
|
1504
1709
|
extensionId: number;
|
1505
1710
|
extensionName: string;
|
1506
1711
|
telephonySignature: string | null;
|
1507
|
-
}
|
1712
|
+
};
|
1508
1713
|
};
|
1509
1714
|
entityId: string;
|
1510
1715
|
entityType: {
|
@@ -1546,7 +1751,7 @@ export declare const commentContract: {
|
|
1546
1751
|
displayName: string;
|
1547
1752
|
}[];
|
1548
1753
|
}[];
|
1549
|
-
extension
|
1754
|
+
extension: {
|
1550
1755
|
id: string;
|
1551
1756
|
createdAt: Date;
|
1552
1757
|
updatedAt: Date;
|
@@ -1554,10 +1759,11 @@ export declare const commentContract: {
|
|
1554
1759
|
userId: string | null;
|
1555
1760
|
sipServerUrl: string;
|
1556
1761
|
sipUserName: string;
|
1762
|
+
webphoneLoginUser: string;
|
1557
1763
|
extensionId: number;
|
1558
1764
|
extensionName: string;
|
1559
1765
|
telephonySignature: string | null;
|
1560
|
-
}
|
1766
|
+
};
|
1561
1767
|
};
|
1562
1768
|
ticket: {
|
1563
1769
|
type: string;
|
@@ -1570,6 +1776,28 @@ export declare const commentContract: {
|
|
1570
1776
|
createdAt: Date;
|
1571
1777
|
updatedAt: Date;
|
1572
1778
|
deletedAt: Date | null;
|
1779
|
+
categories: {
|
1780
|
+
id: string;
|
1781
|
+
value: string;
|
1782
|
+
createdAt: Date;
|
1783
|
+
updatedAt: Date;
|
1784
|
+
deletedAt: Date | null;
|
1785
|
+
level: 2 | 1 | 3;
|
1786
|
+
parentId: string | null;
|
1787
|
+
childCategoryList: {
|
1788
|
+
id: string;
|
1789
|
+
value: string;
|
1790
|
+
level: 2 | 1 | 3;
|
1791
|
+
parentId: string | null;
|
1792
|
+
childCategoryList: {
|
1793
|
+
id: string;
|
1794
|
+
value: string;
|
1795
|
+
level: 2 | 1 | 3;
|
1796
|
+
parentId: string | null;
|
1797
|
+
childCategoryList: any[];
|
1798
|
+
}[];
|
1799
|
+
}[];
|
1800
|
+
}[];
|
1573
1801
|
customFields: {
|
1574
1802
|
id: string;
|
1575
1803
|
createdAt: Date;
|
@@ -1598,19 +1826,20 @@ export declare const commentContract: {
|
|
1598
1826
|
createdAt: Date;
|
1599
1827
|
updatedAt: Date;
|
1600
1828
|
deletedAt: Date | null;
|
1601
|
-
|
1602
|
-
|
1603
|
-
|
1604
|
-
|
1605
|
-
|
1606
|
-
deletedAt: Date | null;
|
1607
|
-
fileName: string;
|
1608
|
-
fileKey: string;
|
1609
|
-
bucketName: string;
|
1610
|
-
fileSize: number;
|
1611
|
-
};
|
1829
|
+
fileName: string;
|
1830
|
+
fileKey: string;
|
1831
|
+
bucketName: string;
|
1832
|
+
fileSize: number;
|
1833
|
+
fileUrl: string | null;
|
1612
1834
|
}[];
|
1613
1835
|
}[];
|
1836
|
+
tags: {
|
1837
|
+
id: string;
|
1838
|
+
name: string;
|
1839
|
+
createdAt: Date;
|
1840
|
+
updatedAt: Date;
|
1841
|
+
deletedAt: Date | null;
|
1842
|
+
}[];
|
1614
1843
|
contactId: string;
|
1615
1844
|
assigneeId: string;
|
1616
1845
|
creatorId: string;
|
@@ -1771,7 +2000,7 @@ export declare const commentContract: {
|
|
1771
2000
|
displayName: string;
|
1772
2001
|
}[];
|
1773
2002
|
}>, "many">;
|
1774
|
-
extension: z.
|
2003
|
+
extension: z.ZodObject<{
|
1775
2004
|
id: z.ZodString;
|
1776
2005
|
createdAt: z.ZodDate;
|
1777
2006
|
updatedAt: z.ZodDate;
|
@@ -1779,6 +2008,7 @@ export declare const commentContract: {
|
|
1779
2008
|
userId: z.ZodNullable<z.ZodString>;
|
1780
2009
|
sipServerUrl: z.ZodString;
|
1781
2010
|
sipUserName: z.ZodString;
|
2011
|
+
webphoneLoginUser: z.ZodString;
|
1782
2012
|
extensionId: z.ZodNumber;
|
1783
2013
|
extensionName: z.ZodString;
|
1784
2014
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
@@ -1790,6 +2020,7 @@ export declare const commentContract: {
|
|
1790
2020
|
userId: string | null;
|
1791
2021
|
sipServerUrl: string;
|
1792
2022
|
sipUserName: string;
|
2023
|
+
webphoneLoginUser: string;
|
1793
2024
|
extensionId: number;
|
1794
2025
|
extensionName: string;
|
1795
2026
|
telephonySignature: string | null;
|
@@ -1801,10 +2032,11 @@ export declare const commentContract: {
|
|
1801
2032
|
userId: string | null;
|
1802
2033
|
sipServerUrl: string;
|
1803
2034
|
sipUserName: string;
|
2035
|
+
webphoneLoginUser: string;
|
1804
2036
|
extensionId: number;
|
1805
2037
|
extensionName: string;
|
1806
2038
|
telephonySignature: string | null;
|
1807
|
-
}
|
2039
|
+
}>;
|
1808
2040
|
}, "strip", z.ZodTypeAny, {
|
1809
2041
|
id: string;
|
1810
2042
|
address: string | null;
|
@@ -1835,7 +2067,7 @@ export declare const commentContract: {
|
|
1835
2067
|
displayName: string;
|
1836
2068
|
}[];
|
1837
2069
|
}[];
|
1838
|
-
extension
|
2070
|
+
extension: {
|
1839
2071
|
id: string;
|
1840
2072
|
createdAt: Date;
|
1841
2073
|
updatedAt: Date;
|
@@ -1843,10 +2075,11 @@ export declare const commentContract: {
|
|
1843
2075
|
userId: string | null;
|
1844
2076
|
sipServerUrl: string;
|
1845
2077
|
sipUserName: string;
|
2078
|
+
webphoneLoginUser: string;
|
1846
2079
|
extensionId: number;
|
1847
2080
|
extensionName: string;
|
1848
2081
|
telephonySignature: string | null;
|
1849
|
-
}
|
2082
|
+
};
|
1850
2083
|
}, {
|
1851
2084
|
id: string;
|
1852
2085
|
address: string | null;
|
@@ -1877,7 +2110,7 @@ export declare const commentContract: {
|
|
1877
2110
|
displayName: string;
|
1878
2111
|
}[];
|
1879
2112
|
}[];
|
1880
|
-
extension
|
2113
|
+
extension: {
|
1881
2114
|
id: string;
|
1882
2115
|
createdAt: Date;
|
1883
2116
|
updatedAt: Date;
|
@@ -1885,10 +2118,11 @@ export declare const commentContract: {
|
|
1885
2118
|
userId: string | null;
|
1886
2119
|
sipServerUrl: string;
|
1887
2120
|
sipUserName: string;
|
2121
|
+
webphoneLoginUser: string;
|
1888
2122
|
extensionId: number;
|
1889
2123
|
extensionName: string;
|
1890
2124
|
telephonySignature: string | null;
|
1891
|
-
}
|
2125
|
+
};
|
1892
2126
|
}>;
|
1893
2127
|
entityId: z.ZodString;
|
1894
2128
|
description: z.ZodString;
|
@@ -1950,7 +2184,7 @@ export declare const commentContract: {
|
|
1950
2184
|
displayName: string;
|
1951
2185
|
}[];
|
1952
2186
|
}[];
|
1953
|
-
extension
|
2187
|
+
extension: {
|
1954
2188
|
id: string;
|
1955
2189
|
createdAt: Date;
|
1956
2190
|
updatedAt: Date;
|
@@ -1958,10 +2192,11 @@ export declare const commentContract: {
|
|
1958
2192
|
userId: string | null;
|
1959
2193
|
sipServerUrl: string;
|
1960
2194
|
sipUserName: string;
|
2195
|
+
webphoneLoginUser: string;
|
1961
2196
|
extensionId: number;
|
1962
2197
|
extensionName: string;
|
1963
2198
|
telephonySignature: string | null;
|
1964
|
-
}
|
2199
|
+
};
|
1965
2200
|
};
|
1966
2201
|
entityId: string;
|
1967
2202
|
entityType: {
|
@@ -2008,7 +2243,7 @@ export declare const commentContract: {
|
|
2008
2243
|
displayName: string;
|
2009
2244
|
}[];
|
2010
2245
|
}[];
|
2011
|
-
extension
|
2246
|
+
extension: {
|
2012
2247
|
id: string;
|
2013
2248
|
createdAt: Date;
|
2014
2249
|
updatedAt: Date;
|
@@ -2016,10 +2251,11 @@ export declare const commentContract: {
|
|
2016
2251
|
userId: string | null;
|
2017
2252
|
sipServerUrl: string;
|
2018
2253
|
sipUserName: string;
|
2254
|
+
webphoneLoginUser: string;
|
2019
2255
|
extensionId: number;
|
2020
2256
|
extensionName: string;
|
2021
2257
|
telephonySignature: string | null;
|
2022
|
-
}
|
2258
|
+
};
|
2023
2259
|
};
|
2024
2260
|
entityId: string;
|
2025
2261
|
entityType: {
|
@@ -2144,67 +2380,31 @@ export declare const commentContract: {
|
|
2144
2380
|
createdAt: z.ZodDate;
|
2145
2381
|
updatedAt: z.ZodDate;
|
2146
2382
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
2147
|
-
|
2148
|
-
|
2149
|
-
|
2150
|
-
|
2151
|
-
|
2152
|
-
deletedAt: z.ZodNullable<z.ZodDate>;
|
2153
|
-
bucketName: z.ZodString;
|
2154
|
-
fileName: z.ZodString;
|
2155
|
-
fileSize: z.ZodNumber;
|
2156
|
-
fileKey: z.ZodString;
|
2157
|
-
}, "strip", z.ZodTypeAny, {
|
2158
|
-
id: string;
|
2159
|
-
createdAt: Date;
|
2160
|
-
updatedAt: Date;
|
2161
|
-
deletedAt: Date | null;
|
2162
|
-
fileName: string;
|
2163
|
-
fileKey: string;
|
2164
|
-
bucketName: string;
|
2165
|
-
fileSize: number;
|
2166
|
-
}, {
|
2167
|
-
id: string;
|
2168
|
-
createdAt: Date;
|
2169
|
-
updatedAt: Date;
|
2170
|
-
deletedAt: Date | null;
|
2171
|
-
fileName: string;
|
2172
|
-
fileKey: string;
|
2173
|
-
bucketName: string;
|
2174
|
-
fileSize: number;
|
2175
|
-
}>;
|
2383
|
+
bucketName: z.ZodString;
|
2384
|
+
fileName: z.ZodString;
|
2385
|
+
fileSize: z.ZodNumber;
|
2386
|
+
fileKey: z.ZodString;
|
2387
|
+
fileUrl: z.ZodNullable<z.ZodString>;
|
2176
2388
|
}, "strip", z.ZodTypeAny, {
|
2177
2389
|
id: string;
|
2178
2390
|
createdAt: Date;
|
2179
2391
|
updatedAt: Date;
|
2180
2392
|
deletedAt: Date | null;
|
2181
|
-
|
2182
|
-
|
2183
|
-
|
2184
|
-
|
2185
|
-
|
2186
|
-
deletedAt: Date | null;
|
2187
|
-
fileName: string;
|
2188
|
-
fileKey: string;
|
2189
|
-
bucketName: string;
|
2190
|
-
fileSize: number;
|
2191
|
-
};
|
2393
|
+
fileName: string;
|
2394
|
+
fileKey: string;
|
2395
|
+
bucketName: string;
|
2396
|
+
fileSize: number;
|
2397
|
+
fileUrl: string | null;
|
2192
2398
|
}, {
|
2193
2399
|
id: string;
|
2194
2400
|
createdAt: Date;
|
2195
2401
|
updatedAt: Date;
|
2196
2402
|
deletedAt: Date | null;
|
2197
|
-
|
2198
|
-
|
2199
|
-
|
2200
|
-
|
2201
|
-
|
2202
|
-
deletedAt: Date | null;
|
2203
|
-
fileName: string;
|
2204
|
-
fileKey: string;
|
2205
|
-
bucketName: string;
|
2206
|
-
fileSize: number;
|
2207
|
-
};
|
2403
|
+
fileName: string;
|
2404
|
+
fileKey: string;
|
2405
|
+
bucketName: string;
|
2406
|
+
fileSize: number;
|
2407
|
+
fileUrl: string | null;
|
2208
2408
|
}>, "many">;
|
2209
2409
|
}, "strip", z.ZodTypeAny, {
|
2210
2410
|
id: string;
|
@@ -2234,17 +2434,11 @@ export declare const commentContract: {
|
|
2234
2434
|
createdAt: Date;
|
2235
2435
|
updatedAt: Date;
|
2236
2436
|
deletedAt: Date | null;
|
2237
|
-
|
2238
|
-
|
2239
|
-
|
2240
|
-
|
2241
|
-
|
2242
|
-
deletedAt: Date | null;
|
2243
|
-
fileName: string;
|
2244
|
-
fileKey: string;
|
2245
|
-
bucketName: string;
|
2246
|
-
fileSize: number;
|
2247
|
-
};
|
2437
|
+
fileName: string;
|
2438
|
+
fileKey: string;
|
2439
|
+
bucketName: string;
|
2440
|
+
fileSize: number;
|
2441
|
+
fileUrl: string | null;
|
2248
2442
|
}[];
|
2249
2443
|
}, {
|
2250
2444
|
id: string;
|
@@ -2274,17 +2468,130 @@ export declare const commentContract: {
|
|
2274
2468
|
createdAt: Date;
|
2275
2469
|
updatedAt: Date;
|
2276
2470
|
deletedAt: Date | null;
|
2277
|
-
|
2278
|
-
|
2471
|
+
fileName: string;
|
2472
|
+
fileKey: string;
|
2473
|
+
bucketName: string;
|
2474
|
+
fileSize: number;
|
2475
|
+
fileUrl: string | null;
|
2476
|
+
}[];
|
2477
|
+
}>, "many">;
|
2478
|
+
tags: z.ZodArray<z.ZodObject<{
|
2479
|
+
id: z.ZodString;
|
2480
|
+
createdAt: z.ZodDate;
|
2481
|
+
updatedAt: z.ZodDate;
|
2482
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
2483
|
+
name: z.ZodString;
|
2484
|
+
}, "strip", z.ZodTypeAny, {
|
2485
|
+
id: string;
|
2486
|
+
name: string;
|
2487
|
+
createdAt: Date;
|
2488
|
+
updatedAt: Date;
|
2489
|
+
deletedAt: Date | null;
|
2490
|
+
}, {
|
2491
|
+
id: string;
|
2492
|
+
name: string;
|
2493
|
+
createdAt: Date;
|
2494
|
+
updatedAt: Date;
|
2495
|
+
deletedAt: Date | null;
|
2496
|
+
}>, "many">;
|
2497
|
+
categories: z.ZodArray<z.ZodObject<{
|
2498
|
+
id: z.ZodString;
|
2499
|
+
createdAt: z.ZodDate;
|
2500
|
+
updatedAt: z.ZodDate;
|
2501
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
2502
|
+
value: z.ZodString;
|
2503
|
+
level: z.ZodUnion<[z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>;
|
2504
|
+
parentId: z.ZodNullable<z.ZodString>;
|
2505
|
+
childCategoryList: z.ZodArray<z.ZodObject<{
|
2506
|
+
id: z.ZodString;
|
2507
|
+
value: z.ZodString;
|
2508
|
+
level: z.ZodUnion<[z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>;
|
2509
|
+
parentId: z.ZodNullable<z.ZodString>;
|
2510
|
+
childCategoryList: z.ZodArray<z.ZodObject<{
|
2511
|
+
id: z.ZodString;
|
2512
|
+
value: z.ZodString;
|
2513
|
+
level: z.ZodUnion<[z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>;
|
2514
|
+
parentId: z.ZodNullable<z.ZodString>;
|
2515
|
+
childCategoryList: z.ZodArray<z.ZodAny, "many">;
|
2516
|
+
}, "strip", z.ZodTypeAny, {
|
2279
2517
|
id: string;
|
2280
|
-
|
2281
|
-
|
2282
|
-
|
2283
|
-
|
2284
|
-
|
2285
|
-
|
2286
|
-
|
2287
|
-
|
2518
|
+
value: string;
|
2519
|
+
level: 2 | 1 | 3;
|
2520
|
+
parentId: string | null;
|
2521
|
+
childCategoryList: any[];
|
2522
|
+
}, {
|
2523
|
+
id: string;
|
2524
|
+
value: string;
|
2525
|
+
level: 2 | 1 | 3;
|
2526
|
+
parentId: string | null;
|
2527
|
+
childCategoryList: any[];
|
2528
|
+
}>, "many">;
|
2529
|
+
}, "strip", z.ZodTypeAny, {
|
2530
|
+
id: string;
|
2531
|
+
value: string;
|
2532
|
+
level: 2 | 1 | 3;
|
2533
|
+
parentId: string | null;
|
2534
|
+
childCategoryList: {
|
2535
|
+
id: string;
|
2536
|
+
value: string;
|
2537
|
+
level: 2 | 1 | 3;
|
2538
|
+
parentId: string | null;
|
2539
|
+
childCategoryList: any[];
|
2540
|
+
}[];
|
2541
|
+
}, {
|
2542
|
+
id: string;
|
2543
|
+
value: string;
|
2544
|
+
level: 2 | 1 | 3;
|
2545
|
+
parentId: string | null;
|
2546
|
+
childCategoryList: {
|
2547
|
+
id: string;
|
2548
|
+
value: string;
|
2549
|
+
level: 2 | 1 | 3;
|
2550
|
+
parentId: string | null;
|
2551
|
+
childCategoryList: any[];
|
2552
|
+
}[];
|
2553
|
+
}>, "many">;
|
2554
|
+
}, "strip", z.ZodTypeAny, {
|
2555
|
+
id: string;
|
2556
|
+
value: string;
|
2557
|
+
createdAt: Date;
|
2558
|
+
updatedAt: Date;
|
2559
|
+
deletedAt: Date | null;
|
2560
|
+
level: 2 | 1 | 3;
|
2561
|
+
parentId: string | null;
|
2562
|
+
childCategoryList: {
|
2563
|
+
id: string;
|
2564
|
+
value: string;
|
2565
|
+
level: 2 | 1 | 3;
|
2566
|
+
parentId: string | null;
|
2567
|
+
childCategoryList: {
|
2568
|
+
id: string;
|
2569
|
+
value: string;
|
2570
|
+
level: 2 | 1 | 3;
|
2571
|
+
parentId: string | null;
|
2572
|
+
childCategoryList: any[];
|
2573
|
+
}[];
|
2574
|
+
}[];
|
2575
|
+
}, {
|
2576
|
+
id: string;
|
2577
|
+
value: string;
|
2578
|
+
createdAt: Date;
|
2579
|
+
updatedAt: Date;
|
2580
|
+
deletedAt: Date | null;
|
2581
|
+
level: 2 | 1 | 3;
|
2582
|
+
parentId: string | null;
|
2583
|
+
childCategoryList: {
|
2584
|
+
id: string;
|
2585
|
+
value: string;
|
2586
|
+
level: 2 | 1 | 3;
|
2587
|
+
parentId: string | null;
|
2588
|
+
childCategoryList: {
|
2589
|
+
id: string;
|
2590
|
+
value: string;
|
2591
|
+
level: 2 | 1 | 3;
|
2592
|
+
parentId: string | null;
|
2593
|
+
childCategoryList: any[];
|
2594
|
+
}[];
|
2288
2595
|
}[];
|
2289
2596
|
}>, "many">;
|
2290
2597
|
}, "strip", z.ZodTypeAny, {
|
@@ -2298,6 +2605,28 @@ export declare const commentContract: {
|
|
2298
2605
|
createdAt: Date;
|
2299
2606
|
updatedAt: Date;
|
2300
2607
|
deletedAt: Date | null;
|
2608
|
+
categories: {
|
2609
|
+
id: string;
|
2610
|
+
value: string;
|
2611
|
+
createdAt: Date;
|
2612
|
+
updatedAt: Date;
|
2613
|
+
deletedAt: Date | null;
|
2614
|
+
level: 2 | 1 | 3;
|
2615
|
+
parentId: string | null;
|
2616
|
+
childCategoryList: {
|
2617
|
+
id: string;
|
2618
|
+
value: string;
|
2619
|
+
level: 2 | 1 | 3;
|
2620
|
+
parentId: string | null;
|
2621
|
+
childCategoryList: {
|
2622
|
+
id: string;
|
2623
|
+
value: string;
|
2624
|
+
level: 2 | 1 | 3;
|
2625
|
+
parentId: string | null;
|
2626
|
+
childCategoryList: any[];
|
2627
|
+
}[];
|
2628
|
+
}[];
|
2629
|
+
}[];
|
2301
2630
|
customFields: {
|
2302
2631
|
id: string;
|
2303
2632
|
createdAt: Date;
|
@@ -2326,19 +2655,20 @@ export declare const commentContract: {
|
|
2326
2655
|
createdAt: Date;
|
2327
2656
|
updatedAt: Date;
|
2328
2657
|
deletedAt: Date | null;
|
2329
|
-
|
2330
|
-
|
2331
|
-
|
2332
|
-
|
2333
|
-
|
2334
|
-
deletedAt: Date | null;
|
2335
|
-
fileName: string;
|
2336
|
-
fileKey: string;
|
2337
|
-
bucketName: string;
|
2338
|
-
fileSize: number;
|
2339
|
-
};
|
2658
|
+
fileName: string;
|
2659
|
+
fileKey: string;
|
2660
|
+
bucketName: string;
|
2661
|
+
fileSize: number;
|
2662
|
+
fileUrl: string | null;
|
2340
2663
|
}[];
|
2341
2664
|
}[];
|
2665
|
+
tags: {
|
2666
|
+
id: string;
|
2667
|
+
name: string;
|
2668
|
+
createdAt: Date;
|
2669
|
+
updatedAt: Date;
|
2670
|
+
deletedAt: Date | null;
|
2671
|
+
}[];
|
2342
2672
|
contactId: string;
|
2343
2673
|
assigneeId: string;
|
2344
2674
|
creatorId: string;
|
@@ -2355,6 +2685,28 @@ export declare const commentContract: {
|
|
2355
2685
|
createdAt: Date;
|
2356
2686
|
updatedAt: Date;
|
2357
2687
|
deletedAt: Date | null;
|
2688
|
+
categories: {
|
2689
|
+
id: string;
|
2690
|
+
value: string;
|
2691
|
+
createdAt: Date;
|
2692
|
+
updatedAt: Date;
|
2693
|
+
deletedAt: Date | null;
|
2694
|
+
level: 2 | 1 | 3;
|
2695
|
+
parentId: string | null;
|
2696
|
+
childCategoryList: {
|
2697
|
+
id: string;
|
2698
|
+
value: string;
|
2699
|
+
level: 2 | 1 | 3;
|
2700
|
+
parentId: string | null;
|
2701
|
+
childCategoryList: {
|
2702
|
+
id: string;
|
2703
|
+
value: string;
|
2704
|
+
level: 2 | 1 | 3;
|
2705
|
+
parentId: string | null;
|
2706
|
+
childCategoryList: any[];
|
2707
|
+
}[];
|
2708
|
+
}[];
|
2709
|
+
}[];
|
2358
2710
|
customFields: {
|
2359
2711
|
id: string;
|
2360
2712
|
createdAt: Date;
|
@@ -2383,19 +2735,20 @@ export declare const commentContract: {
|
|
2383
2735
|
createdAt: Date;
|
2384
2736
|
updatedAt: Date;
|
2385
2737
|
deletedAt: Date | null;
|
2386
|
-
|
2387
|
-
|
2388
|
-
|
2389
|
-
|
2390
|
-
|
2391
|
-
deletedAt: Date | null;
|
2392
|
-
fileName: string;
|
2393
|
-
fileKey: string;
|
2394
|
-
bucketName: string;
|
2395
|
-
fileSize: number;
|
2396
|
-
};
|
2738
|
+
fileName: string;
|
2739
|
+
fileKey: string;
|
2740
|
+
bucketName: string;
|
2741
|
+
fileSize: number;
|
2742
|
+
fileUrl: string | null;
|
2397
2743
|
}[];
|
2398
2744
|
}[];
|
2745
|
+
tags: {
|
2746
|
+
id: string;
|
2747
|
+
name: string;
|
2748
|
+
createdAt: Date;
|
2749
|
+
updatedAt: Date;
|
2750
|
+
deletedAt: Date | null;
|
2751
|
+
}[];
|
2399
2752
|
contactId: string;
|
2400
2753
|
assigneeId: string;
|
2401
2754
|
creatorId: string;
|
@@ -2482,7 +2835,7 @@ export declare const commentContract: {
|
|
2482
2835
|
displayName: string;
|
2483
2836
|
}[];
|
2484
2837
|
}>, "many">;
|
2485
|
-
extension: z.
|
2838
|
+
extension: z.ZodObject<{
|
2486
2839
|
id: z.ZodString;
|
2487
2840
|
createdAt: z.ZodDate;
|
2488
2841
|
updatedAt: z.ZodDate;
|
@@ -2490,6 +2843,7 @@ export declare const commentContract: {
|
|
2490
2843
|
userId: z.ZodNullable<z.ZodString>;
|
2491
2844
|
sipServerUrl: z.ZodString;
|
2492
2845
|
sipUserName: z.ZodString;
|
2846
|
+
webphoneLoginUser: z.ZodString;
|
2493
2847
|
extensionId: z.ZodNumber;
|
2494
2848
|
extensionName: z.ZodString;
|
2495
2849
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
@@ -2501,6 +2855,7 @@ export declare const commentContract: {
|
|
2501
2855
|
userId: string | null;
|
2502
2856
|
sipServerUrl: string;
|
2503
2857
|
sipUserName: string;
|
2858
|
+
webphoneLoginUser: string;
|
2504
2859
|
extensionId: number;
|
2505
2860
|
extensionName: string;
|
2506
2861
|
telephonySignature: string | null;
|
@@ -2512,10 +2867,11 @@ export declare const commentContract: {
|
|
2512
2867
|
userId: string | null;
|
2513
2868
|
sipServerUrl: string;
|
2514
2869
|
sipUserName: string;
|
2870
|
+
webphoneLoginUser: string;
|
2515
2871
|
extensionId: number;
|
2516
2872
|
extensionName: string;
|
2517
2873
|
telephonySignature: string | null;
|
2518
|
-
}
|
2874
|
+
}>;
|
2519
2875
|
}, "strip", z.ZodTypeAny, {
|
2520
2876
|
id: string;
|
2521
2877
|
address: string | null;
|
@@ -2546,7 +2902,7 @@ export declare const commentContract: {
|
|
2546
2902
|
displayName: string;
|
2547
2903
|
}[];
|
2548
2904
|
}[];
|
2549
|
-
extension
|
2905
|
+
extension: {
|
2550
2906
|
id: string;
|
2551
2907
|
createdAt: Date;
|
2552
2908
|
updatedAt: Date;
|
@@ -2554,10 +2910,11 @@ export declare const commentContract: {
|
|
2554
2910
|
userId: string | null;
|
2555
2911
|
sipServerUrl: string;
|
2556
2912
|
sipUserName: string;
|
2913
|
+
webphoneLoginUser: string;
|
2557
2914
|
extensionId: number;
|
2558
2915
|
extensionName: string;
|
2559
2916
|
telephonySignature: string | null;
|
2560
|
-
}
|
2917
|
+
};
|
2561
2918
|
}, {
|
2562
2919
|
id: string;
|
2563
2920
|
address: string | null;
|
@@ -2588,7 +2945,7 @@ export declare const commentContract: {
|
|
2588
2945
|
displayName: string;
|
2589
2946
|
}[];
|
2590
2947
|
}[];
|
2591
|
-
extension
|
2948
|
+
extension: {
|
2592
2949
|
id: string;
|
2593
2950
|
createdAt: Date;
|
2594
2951
|
updatedAt: Date;
|
@@ -2596,10 +2953,11 @@ export declare const commentContract: {
|
|
2596
2953
|
userId: string | null;
|
2597
2954
|
sipServerUrl: string;
|
2598
2955
|
sipUserName: string;
|
2956
|
+
webphoneLoginUser: string;
|
2599
2957
|
extensionId: number;
|
2600
2958
|
extensionName: string;
|
2601
2959
|
telephonySignature: string | null;
|
2602
|
-
}
|
2960
|
+
};
|
2603
2961
|
}>;
|
2604
2962
|
}, "strip", z.ZodTypeAny, {
|
2605
2963
|
id: string;
|
@@ -2642,7 +3000,7 @@ export declare const commentContract: {
|
|
2642
3000
|
displayName: string;
|
2643
3001
|
}[];
|
2644
3002
|
}[];
|
2645
|
-
extension
|
3003
|
+
extension: {
|
2646
3004
|
id: string;
|
2647
3005
|
createdAt: Date;
|
2648
3006
|
updatedAt: Date;
|
@@ -2650,10 +3008,11 @@ export declare const commentContract: {
|
|
2650
3008
|
userId: string | null;
|
2651
3009
|
sipServerUrl: string;
|
2652
3010
|
sipUserName: string;
|
3011
|
+
webphoneLoginUser: string;
|
2653
3012
|
extensionId: number;
|
2654
3013
|
extensionName: string;
|
2655
3014
|
telephonySignature: string | null;
|
2656
|
-
}
|
3015
|
+
};
|
2657
3016
|
};
|
2658
3017
|
entityId: string;
|
2659
3018
|
entityType: {
|
@@ -2695,7 +3054,7 @@ export declare const commentContract: {
|
|
2695
3054
|
displayName: string;
|
2696
3055
|
}[];
|
2697
3056
|
}[];
|
2698
|
-
extension
|
3057
|
+
extension: {
|
2699
3058
|
id: string;
|
2700
3059
|
createdAt: Date;
|
2701
3060
|
updatedAt: Date;
|
@@ -2703,10 +3062,11 @@ export declare const commentContract: {
|
|
2703
3062
|
userId: string | null;
|
2704
3063
|
sipServerUrl: string;
|
2705
3064
|
sipUserName: string;
|
3065
|
+
webphoneLoginUser: string;
|
2706
3066
|
extensionId: number;
|
2707
3067
|
extensionName: string;
|
2708
3068
|
telephonySignature: string | null;
|
2709
|
-
}
|
3069
|
+
};
|
2710
3070
|
};
|
2711
3071
|
ticket: {
|
2712
3072
|
type: string;
|
@@ -2719,6 +3079,28 @@ export declare const commentContract: {
|
|
2719
3079
|
createdAt: Date;
|
2720
3080
|
updatedAt: Date;
|
2721
3081
|
deletedAt: Date | null;
|
3082
|
+
categories: {
|
3083
|
+
id: string;
|
3084
|
+
value: string;
|
3085
|
+
createdAt: Date;
|
3086
|
+
updatedAt: Date;
|
3087
|
+
deletedAt: Date | null;
|
3088
|
+
level: 2 | 1 | 3;
|
3089
|
+
parentId: string | null;
|
3090
|
+
childCategoryList: {
|
3091
|
+
id: string;
|
3092
|
+
value: string;
|
3093
|
+
level: 2 | 1 | 3;
|
3094
|
+
parentId: string | null;
|
3095
|
+
childCategoryList: {
|
3096
|
+
id: string;
|
3097
|
+
value: string;
|
3098
|
+
level: 2 | 1 | 3;
|
3099
|
+
parentId: string | null;
|
3100
|
+
childCategoryList: any[];
|
3101
|
+
}[];
|
3102
|
+
}[];
|
3103
|
+
}[];
|
2722
3104
|
customFields: {
|
2723
3105
|
id: string;
|
2724
3106
|
createdAt: Date;
|
@@ -2747,19 +3129,20 @@ export declare const commentContract: {
|
|
2747
3129
|
createdAt: Date;
|
2748
3130
|
updatedAt: Date;
|
2749
3131
|
deletedAt: Date | null;
|
2750
|
-
|
2751
|
-
|
2752
|
-
|
2753
|
-
|
2754
|
-
|
2755
|
-
deletedAt: Date | null;
|
2756
|
-
fileName: string;
|
2757
|
-
fileKey: string;
|
2758
|
-
bucketName: string;
|
2759
|
-
fileSize: number;
|
2760
|
-
};
|
3132
|
+
fileName: string;
|
3133
|
+
fileKey: string;
|
3134
|
+
bucketName: string;
|
3135
|
+
fileSize: number;
|
3136
|
+
fileUrl: string | null;
|
2761
3137
|
}[];
|
2762
3138
|
}[];
|
3139
|
+
tags: {
|
3140
|
+
id: string;
|
3141
|
+
name: string;
|
3142
|
+
createdAt: Date;
|
3143
|
+
updatedAt: Date;
|
3144
|
+
deletedAt: Date | null;
|
3145
|
+
}[];
|
2763
3146
|
contactId: string;
|
2764
3147
|
assigneeId: string;
|
2765
3148
|
creatorId: string;
|
@@ -2809,7 +3192,7 @@ export declare const commentContract: {
|
|
2809
3192
|
displayName: string;
|
2810
3193
|
}[];
|
2811
3194
|
}[];
|
2812
|
-
extension
|
3195
|
+
extension: {
|
2813
3196
|
id: string;
|
2814
3197
|
createdAt: Date;
|
2815
3198
|
updatedAt: Date;
|
@@ -2817,10 +3200,11 @@ export declare const commentContract: {
|
|
2817
3200
|
userId: string | null;
|
2818
3201
|
sipServerUrl: string;
|
2819
3202
|
sipUserName: string;
|
3203
|
+
webphoneLoginUser: string;
|
2820
3204
|
extensionId: number;
|
2821
3205
|
extensionName: string;
|
2822
3206
|
telephonySignature: string | null;
|
2823
|
-
}
|
3207
|
+
};
|
2824
3208
|
};
|
2825
3209
|
entityId: string;
|
2826
3210
|
entityType: {
|
@@ -2862,7 +3246,7 @@ export declare const commentContract: {
|
|
2862
3246
|
displayName: string;
|
2863
3247
|
}[];
|
2864
3248
|
}[];
|
2865
|
-
extension
|
3249
|
+
extension: {
|
2866
3250
|
id: string;
|
2867
3251
|
createdAt: Date;
|
2868
3252
|
updatedAt: Date;
|
@@ -2870,10 +3254,11 @@ export declare const commentContract: {
|
|
2870
3254
|
userId: string | null;
|
2871
3255
|
sipServerUrl: string;
|
2872
3256
|
sipUserName: string;
|
3257
|
+
webphoneLoginUser: string;
|
2873
3258
|
extensionId: number;
|
2874
3259
|
extensionName: string;
|
2875
3260
|
telephonySignature: string | null;
|
2876
|
-
}
|
3261
|
+
};
|
2877
3262
|
};
|
2878
3263
|
ticket: {
|
2879
3264
|
type: string;
|
@@ -2886,17 +3271,39 @@ export declare const commentContract: {
|
|
2886
3271
|
createdAt: Date;
|
2887
3272
|
updatedAt: Date;
|
2888
3273
|
deletedAt: Date | null;
|
2889
|
-
|
3274
|
+
categories: {
|
2890
3275
|
id: string;
|
3276
|
+
value: string;
|
2891
3277
|
createdAt: Date;
|
2892
3278
|
updatedAt: Date;
|
2893
3279
|
deletedAt: Date | null;
|
2894
|
-
|
2895
|
-
|
3280
|
+
level: 2 | 1 | 3;
|
3281
|
+
parentId: string | null;
|
3282
|
+
childCategoryList: {
|
2896
3283
|
id: string;
|
2897
|
-
|
2898
|
-
|
2899
|
-
|
3284
|
+
value: string;
|
3285
|
+
level: 2 | 1 | 3;
|
3286
|
+
parentId: string | null;
|
3287
|
+
childCategoryList: {
|
3288
|
+
id: string;
|
3289
|
+
value: string;
|
3290
|
+
level: 2 | 1 | 3;
|
3291
|
+
parentId: string | null;
|
3292
|
+
childCategoryList: any[];
|
3293
|
+
}[];
|
3294
|
+
}[];
|
3295
|
+
}[];
|
3296
|
+
customFields: {
|
3297
|
+
id: string;
|
3298
|
+
createdAt: Date;
|
3299
|
+
updatedAt: Date;
|
3300
|
+
deletedAt: Date | null;
|
3301
|
+
attribute: {
|
3302
|
+
type: "link" | "attachment" | "select" | "textarea" | "text" | "date";
|
3303
|
+
id: string;
|
3304
|
+
position: number;
|
3305
|
+
createdAt: Date;
|
3306
|
+
updatedAt: Date;
|
2900
3307
|
deletedAt: Date | null;
|
2901
3308
|
isDefault: boolean;
|
2902
3309
|
systemName: string;
|
@@ -2914,19 +3321,20 @@ export declare const commentContract: {
|
|
2914
3321
|
createdAt: Date;
|
2915
3322
|
updatedAt: Date;
|
2916
3323
|
deletedAt: Date | null;
|
2917
|
-
|
2918
|
-
|
2919
|
-
|
2920
|
-
|
2921
|
-
|
2922
|
-
deletedAt: Date | null;
|
2923
|
-
fileName: string;
|
2924
|
-
fileKey: string;
|
2925
|
-
bucketName: string;
|
2926
|
-
fileSize: number;
|
2927
|
-
};
|
3324
|
+
fileName: string;
|
3325
|
+
fileKey: string;
|
3326
|
+
bucketName: string;
|
3327
|
+
fileSize: number;
|
3328
|
+
fileUrl: string | null;
|
2928
3329
|
}[];
|
2929
3330
|
}[];
|
3331
|
+
tags: {
|
3332
|
+
id: string;
|
3333
|
+
name: string;
|
3334
|
+
createdAt: Date;
|
3335
|
+
updatedAt: Date;
|
3336
|
+
deletedAt: Date | null;
|
3337
|
+
}[];
|
2930
3338
|
contactId: string;
|
2931
3339
|
assigneeId: string;
|
2932
3340
|
creatorId: string;
|
@@ -3098,7 +3506,7 @@ export declare const commentContract: {
|
|
3098
3506
|
displayName: string;
|
3099
3507
|
}[];
|
3100
3508
|
}>, "many">;
|
3101
|
-
extension: z.
|
3509
|
+
extension: z.ZodObject<{
|
3102
3510
|
id: z.ZodString;
|
3103
3511
|
createdAt: z.ZodDate;
|
3104
3512
|
updatedAt: z.ZodDate;
|
@@ -3106,6 +3514,7 @@ export declare const commentContract: {
|
|
3106
3514
|
userId: z.ZodNullable<z.ZodString>;
|
3107
3515
|
sipServerUrl: z.ZodString;
|
3108
3516
|
sipUserName: z.ZodString;
|
3517
|
+
webphoneLoginUser: z.ZodString;
|
3109
3518
|
extensionId: z.ZodNumber;
|
3110
3519
|
extensionName: z.ZodString;
|
3111
3520
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
@@ -3117,6 +3526,7 @@ export declare const commentContract: {
|
|
3117
3526
|
userId: string | null;
|
3118
3527
|
sipServerUrl: string;
|
3119
3528
|
sipUserName: string;
|
3529
|
+
webphoneLoginUser: string;
|
3120
3530
|
extensionId: number;
|
3121
3531
|
extensionName: string;
|
3122
3532
|
telephonySignature: string | null;
|
@@ -3128,10 +3538,11 @@ export declare const commentContract: {
|
|
3128
3538
|
userId: string | null;
|
3129
3539
|
sipServerUrl: string;
|
3130
3540
|
sipUserName: string;
|
3541
|
+
webphoneLoginUser: string;
|
3131
3542
|
extensionId: number;
|
3132
3543
|
extensionName: string;
|
3133
3544
|
telephonySignature: string | null;
|
3134
|
-
}
|
3545
|
+
}>;
|
3135
3546
|
}, "strip", z.ZodTypeAny, {
|
3136
3547
|
id: string;
|
3137
3548
|
address: string | null;
|
@@ -3162,7 +3573,7 @@ export declare const commentContract: {
|
|
3162
3573
|
displayName: string;
|
3163
3574
|
}[];
|
3164
3575
|
}[];
|
3165
|
-
extension
|
3576
|
+
extension: {
|
3166
3577
|
id: string;
|
3167
3578
|
createdAt: Date;
|
3168
3579
|
updatedAt: Date;
|
@@ -3170,10 +3581,11 @@ export declare const commentContract: {
|
|
3170
3581
|
userId: string | null;
|
3171
3582
|
sipServerUrl: string;
|
3172
3583
|
sipUserName: string;
|
3584
|
+
webphoneLoginUser: string;
|
3173
3585
|
extensionId: number;
|
3174
3586
|
extensionName: string;
|
3175
3587
|
telephonySignature: string | null;
|
3176
|
-
}
|
3588
|
+
};
|
3177
3589
|
}, {
|
3178
3590
|
id: string;
|
3179
3591
|
address: string | null;
|
@@ -3204,7 +3616,7 @@ export declare const commentContract: {
|
|
3204
3616
|
displayName: string;
|
3205
3617
|
}[];
|
3206
3618
|
}[];
|
3207
|
-
extension
|
3619
|
+
extension: {
|
3208
3620
|
id: string;
|
3209
3621
|
createdAt: Date;
|
3210
3622
|
updatedAt: Date;
|
@@ -3212,10 +3624,11 @@ export declare const commentContract: {
|
|
3212
3624
|
userId: string | null;
|
3213
3625
|
sipServerUrl: string;
|
3214
3626
|
sipUserName: string;
|
3627
|
+
webphoneLoginUser: string;
|
3215
3628
|
extensionId: number;
|
3216
3629
|
extensionName: string;
|
3217
3630
|
telephonySignature: string | null;
|
3218
|
-
}
|
3631
|
+
};
|
3219
3632
|
}>;
|
3220
3633
|
entityId: z.ZodString;
|
3221
3634
|
description: z.ZodString;
|
@@ -3277,7 +3690,7 @@ export declare const commentContract: {
|
|
3277
3690
|
displayName: string;
|
3278
3691
|
}[];
|
3279
3692
|
}[];
|
3280
|
-
extension
|
3693
|
+
extension: {
|
3281
3694
|
id: string;
|
3282
3695
|
createdAt: Date;
|
3283
3696
|
updatedAt: Date;
|
@@ -3285,10 +3698,11 @@ export declare const commentContract: {
|
|
3285
3698
|
userId: string | null;
|
3286
3699
|
sipServerUrl: string;
|
3287
3700
|
sipUserName: string;
|
3701
|
+
webphoneLoginUser: string;
|
3288
3702
|
extensionId: number;
|
3289
3703
|
extensionName: string;
|
3290
3704
|
telephonySignature: string | null;
|
3291
|
-
}
|
3705
|
+
};
|
3292
3706
|
};
|
3293
3707
|
entityId: string;
|
3294
3708
|
entityType: {
|
@@ -3335,7 +3749,7 @@ export declare const commentContract: {
|
|
3335
3749
|
displayName: string;
|
3336
3750
|
}[];
|
3337
3751
|
}[];
|
3338
|
-
extension
|
3752
|
+
extension: {
|
3339
3753
|
id: string;
|
3340
3754
|
createdAt: Date;
|
3341
3755
|
updatedAt: Date;
|
@@ -3343,10 +3757,11 @@ export declare const commentContract: {
|
|
3343
3757
|
userId: string | null;
|
3344
3758
|
sipServerUrl: string;
|
3345
3759
|
sipUserName: string;
|
3760
|
+
webphoneLoginUser: string;
|
3346
3761
|
extensionId: number;
|
3347
3762
|
extensionName: string;
|
3348
3763
|
telephonySignature: string | null;
|
3349
|
-
}
|
3764
|
+
};
|
3350
3765
|
};
|
3351
3766
|
entityId: string;
|
3352
3767
|
entityType: {
|
@@ -3471,67 +3886,31 @@ export declare const commentContract: {
|
|
3471
3886
|
createdAt: z.ZodDate;
|
3472
3887
|
updatedAt: z.ZodDate;
|
3473
3888
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
3474
|
-
|
3475
|
-
|
3476
|
-
|
3477
|
-
|
3478
|
-
|
3479
|
-
deletedAt: z.ZodNullable<z.ZodDate>;
|
3480
|
-
bucketName: z.ZodString;
|
3481
|
-
fileName: z.ZodString;
|
3482
|
-
fileSize: z.ZodNumber;
|
3483
|
-
fileKey: z.ZodString;
|
3484
|
-
}, "strip", z.ZodTypeAny, {
|
3485
|
-
id: string;
|
3486
|
-
createdAt: Date;
|
3487
|
-
updatedAt: Date;
|
3488
|
-
deletedAt: Date | null;
|
3489
|
-
fileName: string;
|
3490
|
-
fileKey: string;
|
3491
|
-
bucketName: string;
|
3492
|
-
fileSize: number;
|
3493
|
-
}, {
|
3494
|
-
id: string;
|
3495
|
-
createdAt: Date;
|
3496
|
-
updatedAt: Date;
|
3497
|
-
deletedAt: Date | null;
|
3498
|
-
fileName: string;
|
3499
|
-
fileKey: string;
|
3500
|
-
bucketName: string;
|
3501
|
-
fileSize: number;
|
3502
|
-
}>;
|
3889
|
+
bucketName: z.ZodString;
|
3890
|
+
fileName: z.ZodString;
|
3891
|
+
fileSize: z.ZodNumber;
|
3892
|
+
fileKey: z.ZodString;
|
3893
|
+
fileUrl: z.ZodNullable<z.ZodString>;
|
3503
3894
|
}, "strip", z.ZodTypeAny, {
|
3504
3895
|
id: string;
|
3505
3896
|
createdAt: Date;
|
3506
3897
|
updatedAt: Date;
|
3507
3898
|
deletedAt: Date | null;
|
3508
|
-
|
3509
|
-
|
3510
|
-
|
3511
|
-
|
3512
|
-
|
3513
|
-
deletedAt: Date | null;
|
3514
|
-
fileName: string;
|
3515
|
-
fileKey: string;
|
3516
|
-
bucketName: string;
|
3517
|
-
fileSize: number;
|
3518
|
-
};
|
3899
|
+
fileName: string;
|
3900
|
+
fileKey: string;
|
3901
|
+
bucketName: string;
|
3902
|
+
fileSize: number;
|
3903
|
+
fileUrl: string | null;
|
3519
3904
|
}, {
|
3520
3905
|
id: string;
|
3521
3906
|
createdAt: Date;
|
3522
3907
|
updatedAt: Date;
|
3523
3908
|
deletedAt: Date | null;
|
3524
|
-
|
3525
|
-
|
3526
|
-
|
3527
|
-
|
3528
|
-
|
3529
|
-
deletedAt: Date | null;
|
3530
|
-
fileName: string;
|
3531
|
-
fileKey: string;
|
3532
|
-
bucketName: string;
|
3533
|
-
fileSize: number;
|
3534
|
-
};
|
3909
|
+
fileName: string;
|
3910
|
+
fileKey: string;
|
3911
|
+
bucketName: string;
|
3912
|
+
fileSize: number;
|
3913
|
+
fileUrl: string | null;
|
3535
3914
|
}>, "many">;
|
3536
3915
|
}, "strip", z.ZodTypeAny, {
|
3537
3916
|
id: string;
|
@@ -3561,17 +3940,11 @@ export declare const commentContract: {
|
|
3561
3940
|
createdAt: Date;
|
3562
3941
|
updatedAt: Date;
|
3563
3942
|
deletedAt: Date | null;
|
3564
|
-
|
3565
|
-
|
3566
|
-
|
3567
|
-
|
3568
|
-
|
3569
|
-
deletedAt: Date | null;
|
3570
|
-
fileName: string;
|
3571
|
-
fileKey: string;
|
3572
|
-
bucketName: string;
|
3573
|
-
fileSize: number;
|
3574
|
-
};
|
3943
|
+
fileName: string;
|
3944
|
+
fileKey: string;
|
3945
|
+
bucketName: string;
|
3946
|
+
fileSize: number;
|
3947
|
+
fileUrl: string | null;
|
3575
3948
|
}[];
|
3576
3949
|
}, {
|
3577
3950
|
id: string;
|
@@ -3601,17 +3974,130 @@ export declare const commentContract: {
|
|
3601
3974
|
createdAt: Date;
|
3602
3975
|
updatedAt: Date;
|
3603
3976
|
deletedAt: Date | null;
|
3604
|
-
|
3605
|
-
|
3977
|
+
fileName: string;
|
3978
|
+
fileKey: string;
|
3979
|
+
bucketName: string;
|
3980
|
+
fileSize: number;
|
3981
|
+
fileUrl: string | null;
|
3982
|
+
}[];
|
3983
|
+
}>, "many">;
|
3984
|
+
tags: z.ZodArray<z.ZodObject<{
|
3985
|
+
id: z.ZodString;
|
3986
|
+
createdAt: z.ZodDate;
|
3987
|
+
updatedAt: z.ZodDate;
|
3988
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
3989
|
+
name: z.ZodString;
|
3990
|
+
}, "strip", z.ZodTypeAny, {
|
3991
|
+
id: string;
|
3992
|
+
name: string;
|
3993
|
+
createdAt: Date;
|
3994
|
+
updatedAt: Date;
|
3995
|
+
deletedAt: Date | null;
|
3996
|
+
}, {
|
3997
|
+
id: string;
|
3998
|
+
name: string;
|
3999
|
+
createdAt: Date;
|
4000
|
+
updatedAt: Date;
|
4001
|
+
deletedAt: Date | null;
|
4002
|
+
}>, "many">;
|
4003
|
+
categories: z.ZodArray<z.ZodObject<{
|
4004
|
+
id: z.ZodString;
|
4005
|
+
createdAt: z.ZodDate;
|
4006
|
+
updatedAt: z.ZodDate;
|
4007
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
4008
|
+
value: z.ZodString;
|
4009
|
+
level: z.ZodUnion<[z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>;
|
4010
|
+
parentId: z.ZodNullable<z.ZodString>;
|
4011
|
+
childCategoryList: z.ZodArray<z.ZodObject<{
|
4012
|
+
id: z.ZodString;
|
4013
|
+
value: z.ZodString;
|
4014
|
+
level: z.ZodUnion<[z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>;
|
4015
|
+
parentId: z.ZodNullable<z.ZodString>;
|
4016
|
+
childCategoryList: z.ZodArray<z.ZodObject<{
|
4017
|
+
id: z.ZodString;
|
4018
|
+
value: z.ZodString;
|
4019
|
+
level: z.ZodUnion<[z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>;
|
4020
|
+
parentId: z.ZodNullable<z.ZodString>;
|
4021
|
+
childCategoryList: z.ZodArray<z.ZodAny, "many">;
|
4022
|
+
}, "strip", z.ZodTypeAny, {
|
3606
4023
|
id: string;
|
3607
|
-
|
3608
|
-
|
3609
|
-
|
3610
|
-
|
3611
|
-
|
3612
|
-
|
3613
|
-
|
3614
|
-
|
4024
|
+
value: string;
|
4025
|
+
level: 2 | 1 | 3;
|
4026
|
+
parentId: string | null;
|
4027
|
+
childCategoryList: any[];
|
4028
|
+
}, {
|
4029
|
+
id: string;
|
4030
|
+
value: string;
|
4031
|
+
level: 2 | 1 | 3;
|
4032
|
+
parentId: string | null;
|
4033
|
+
childCategoryList: any[];
|
4034
|
+
}>, "many">;
|
4035
|
+
}, "strip", z.ZodTypeAny, {
|
4036
|
+
id: string;
|
4037
|
+
value: string;
|
4038
|
+
level: 2 | 1 | 3;
|
4039
|
+
parentId: string | null;
|
4040
|
+
childCategoryList: {
|
4041
|
+
id: string;
|
4042
|
+
value: string;
|
4043
|
+
level: 2 | 1 | 3;
|
4044
|
+
parentId: string | null;
|
4045
|
+
childCategoryList: any[];
|
4046
|
+
}[];
|
4047
|
+
}, {
|
4048
|
+
id: string;
|
4049
|
+
value: string;
|
4050
|
+
level: 2 | 1 | 3;
|
4051
|
+
parentId: string | null;
|
4052
|
+
childCategoryList: {
|
4053
|
+
id: string;
|
4054
|
+
value: string;
|
4055
|
+
level: 2 | 1 | 3;
|
4056
|
+
parentId: string | null;
|
4057
|
+
childCategoryList: any[];
|
4058
|
+
}[];
|
4059
|
+
}>, "many">;
|
4060
|
+
}, "strip", z.ZodTypeAny, {
|
4061
|
+
id: string;
|
4062
|
+
value: string;
|
4063
|
+
createdAt: Date;
|
4064
|
+
updatedAt: Date;
|
4065
|
+
deletedAt: Date | null;
|
4066
|
+
level: 2 | 1 | 3;
|
4067
|
+
parentId: string | null;
|
4068
|
+
childCategoryList: {
|
4069
|
+
id: string;
|
4070
|
+
value: string;
|
4071
|
+
level: 2 | 1 | 3;
|
4072
|
+
parentId: string | null;
|
4073
|
+
childCategoryList: {
|
4074
|
+
id: string;
|
4075
|
+
value: string;
|
4076
|
+
level: 2 | 1 | 3;
|
4077
|
+
parentId: string | null;
|
4078
|
+
childCategoryList: any[];
|
4079
|
+
}[];
|
4080
|
+
}[];
|
4081
|
+
}, {
|
4082
|
+
id: string;
|
4083
|
+
value: string;
|
4084
|
+
createdAt: Date;
|
4085
|
+
updatedAt: Date;
|
4086
|
+
deletedAt: Date | null;
|
4087
|
+
level: 2 | 1 | 3;
|
4088
|
+
parentId: string | null;
|
4089
|
+
childCategoryList: {
|
4090
|
+
id: string;
|
4091
|
+
value: string;
|
4092
|
+
level: 2 | 1 | 3;
|
4093
|
+
parentId: string | null;
|
4094
|
+
childCategoryList: {
|
4095
|
+
id: string;
|
4096
|
+
value: string;
|
4097
|
+
level: 2 | 1 | 3;
|
4098
|
+
parentId: string | null;
|
4099
|
+
childCategoryList: any[];
|
4100
|
+
}[];
|
3615
4101
|
}[];
|
3616
4102
|
}>, "many">;
|
3617
4103
|
}, "strip", z.ZodTypeAny, {
|
@@ -3625,6 +4111,28 @@ export declare const commentContract: {
|
|
3625
4111
|
createdAt: Date;
|
3626
4112
|
updatedAt: Date;
|
3627
4113
|
deletedAt: Date | null;
|
4114
|
+
categories: {
|
4115
|
+
id: string;
|
4116
|
+
value: string;
|
4117
|
+
createdAt: Date;
|
4118
|
+
updatedAt: Date;
|
4119
|
+
deletedAt: Date | null;
|
4120
|
+
level: 2 | 1 | 3;
|
4121
|
+
parentId: string | null;
|
4122
|
+
childCategoryList: {
|
4123
|
+
id: string;
|
4124
|
+
value: string;
|
4125
|
+
level: 2 | 1 | 3;
|
4126
|
+
parentId: string | null;
|
4127
|
+
childCategoryList: {
|
4128
|
+
id: string;
|
4129
|
+
value: string;
|
4130
|
+
level: 2 | 1 | 3;
|
4131
|
+
parentId: string | null;
|
4132
|
+
childCategoryList: any[];
|
4133
|
+
}[];
|
4134
|
+
}[];
|
4135
|
+
}[];
|
3628
4136
|
customFields: {
|
3629
4137
|
id: string;
|
3630
4138
|
createdAt: Date;
|
@@ -3653,19 +4161,20 @@ export declare const commentContract: {
|
|
3653
4161
|
createdAt: Date;
|
3654
4162
|
updatedAt: Date;
|
3655
4163
|
deletedAt: Date | null;
|
3656
|
-
|
3657
|
-
|
3658
|
-
|
3659
|
-
|
3660
|
-
|
3661
|
-
deletedAt: Date | null;
|
3662
|
-
fileName: string;
|
3663
|
-
fileKey: string;
|
3664
|
-
bucketName: string;
|
3665
|
-
fileSize: number;
|
3666
|
-
};
|
4164
|
+
fileName: string;
|
4165
|
+
fileKey: string;
|
4166
|
+
bucketName: string;
|
4167
|
+
fileSize: number;
|
4168
|
+
fileUrl: string | null;
|
3667
4169
|
}[];
|
3668
4170
|
}[];
|
4171
|
+
tags: {
|
4172
|
+
id: string;
|
4173
|
+
name: string;
|
4174
|
+
createdAt: Date;
|
4175
|
+
updatedAt: Date;
|
4176
|
+
deletedAt: Date | null;
|
4177
|
+
}[];
|
3669
4178
|
contactId: string;
|
3670
4179
|
assigneeId: string;
|
3671
4180
|
creatorId: string;
|
@@ -3682,6 +4191,28 @@ export declare const commentContract: {
|
|
3682
4191
|
createdAt: Date;
|
3683
4192
|
updatedAt: Date;
|
3684
4193
|
deletedAt: Date | null;
|
4194
|
+
categories: {
|
4195
|
+
id: string;
|
4196
|
+
value: string;
|
4197
|
+
createdAt: Date;
|
4198
|
+
updatedAt: Date;
|
4199
|
+
deletedAt: Date | null;
|
4200
|
+
level: 2 | 1 | 3;
|
4201
|
+
parentId: string | null;
|
4202
|
+
childCategoryList: {
|
4203
|
+
id: string;
|
4204
|
+
value: string;
|
4205
|
+
level: 2 | 1 | 3;
|
4206
|
+
parentId: string | null;
|
4207
|
+
childCategoryList: {
|
4208
|
+
id: string;
|
4209
|
+
value: string;
|
4210
|
+
level: 2 | 1 | 3;
|
4211
|
+
parentId: string | null;
|
4212
|
+
childCategoryList: any[];
|
4213
|
+
}[];
|
4214
|
+
}[];
|
4215
|
+
}[];
|
3685
4216
|
customFields: {
|
3686
4217
|
id: string;
|
3687
4218
|
createdAt: Date;
|
@@ -3710,19 +4241,20 @@ export declare const commentContract: {
|
|
3710
4241
|
createdAt: Date;
|
3711
4242
|
updatedAt: Date;
|
3712
4243
|
deletedAt: Date | null;
|
3713
|
-
|
3714
|
-
|
3715
|
-
|
3716
|
-
|
3717
|
-
|
3718
|
-
deletedAt: Date | null;
|
3719
|
-
fileName: string;
|
3720
|
-
fileKey: string;
|
3721
|
-
bucketName: string;
|
3722
|
-
fileSize: number;
|
3723
|
-
};
|
4244
|
+
fileName: string;
|
4245
|
+
fileKey: string;
|
4246
|
+
bucketName: string;
|
4247
|
+
fileSize: number;
|
4248
|
+
fileUrl: string | null;
|
3724
4249
|
}[];
|
3725
4250
|
}[];
|
4251
|
+
tags: {
|
4252
|
+
id: string;
|
4253
|
+
name: string;
|
4254
|
+
createdAt: Date;
|
4255
|
+
updatedAt: Date;
|
4256
|
+
deletedAt: Date | null;
|
4257
|
+
}[];
|
3726
4258
|
contactId: string;
|
3727
4259
|
assigneeId: string;
|
3728
4260
|
creatorId: string;
|
@@ -3809,7 +4341,7 @@ export declare const commentContract: {
|
|
3809
4341
|
displayName: string;
|
3810
4342
|
}[];
|
3811
4343
|
}>, "many">;
|
3812
|
-
extension: z.
|
4344
|
+
extension: z.ZodObject<{
|
3813
4345
|
id: z.ZodString;
|
3814
4346
|
createdAt: z.ZodDate;
|
3815
4347
|
updatedAt: z.ZodDate;
|
@@ -3817,6 +4349,7 @@ export declare const commentContract: {
|
|
3817
4349
|
userId: z.ZodNullable<z.ZodString>;
|
3818
4350
|
sipServerUrl: z.ZodString;
|
3819
4351
|
sipUserName: z.ZodString;
|
4352
|
+
webphoneLoginUser: z.ZodString;
|
3820
4353
|
extensionId: z.ZodNumber;
|
3821
4354
|
extensionName: z.ZodString;
|
3822
4355
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
@@ -3828,6 +4361,7 @@ export declare const commentContract: {
|
|
3828
4361
|
userId: string | null;
|
3829
4362
|
sipServerUrl: string;
|
3830
4363
|
sipUserName: string;
|
4364
|
+
webphoneLoginUser: string;
|
3831
4365
|
extensionId: number;
|
3832
4366
|
extensionName: string;
|
3833
4367
|
telephonySignature: string | null;
|
@@ -3839,10 +4373,11 @@ export declare const commentContract: {
|
|
3839
4373
|
userId: string | null;
|
3840
4374
|
sipServerUrl: string;
|
3841
4375
|
sipUserName: string;
|
4376
|
+
webphoneLoginUser: string;
|
3842
4377
|
extensionId: number;
|
3843
4378
|
extensionName: string;
|
3844
4379
|
telephonySignature: string | null;
|
3845
|
-
}
|
4380
|
+
}>;
|
3846
4381
|
}, "strip", z.ZodTypeAny, {
|
3847
4382
|
id: string;
|
3848
4383
|
address: string | null;
|
@@ -3873,7 +4408,7 @@ export declare const commentContract: {
|
|
3873
4408
|
displayName: string;
|
3874
4409
|
}[];
|
3875
4410
|
}[];
|
3876
|
-
extension
|
4411
|
+
extension: {
|
3877
4412
|
id: string;
|
3878
4413
|
createdAt: Date;
|
3879
4414
|
updatedAt: Date;
|
@@ -3881,10 +4416,11 @@ export declare const commentContract: {
|
|
3881
4416
|
userId: string | null;
|
3882
4417
|
sipServerUrl: string;
|
3883
4418
|
sipUserName: string;
|
4419
|
+
webphoneLoginUser: string;
|
3884
4420
|
extensionId: number;
|
3885
4421
|
extensionName: string;
|
3886
4422
|
telephonySignature: string | null;
|
3887
|
-
}
|
4423
|
+
};
|
3888
4424
|
}, {
|
3889
4425
|
id: string;
|
3890
4426
|
address: string | null;
|
@@ -3915,7 +4451,7 @@ export declare const commentContract: {
|
|
3915
4451
|
displayName: string;
|
3916
4452
|
}[];
|
3917
4453
|
}[];
|
3918
|
-
extension
|
4454
|
+
extension: {
|
3919
4455
|
id: string;
|
3920
4456
|
createdAt: Date;
|
3921
4457
|
updatedAt: Date;
|
@@ -3923,10 +4459,11 @@ export declare const commentContract: {
|
|
3923
4459
|
userId: string | null;
|
3924
4460
|
sipServerUrl: string;
|
3925
4461
|
sipUserName: string;
|
4462
|
+
webphoneLoginUser: string;
|
3926
4463
|
extensionId: number;
|
3927
4464
|
extensionName: string;
|
3928
4465
|
telephonySignature: string | null;
|
3929
|
-
}
|
4466
|
+
};
|
3930
4467
|
}>;
|
3931
4468
|
}, "strip", z.ZodTypeAny, {
|
3932
4469
|
id: string;
|
@@ -3969,7 +4506,7 @@ export declare const commentContract: {
|
|
3969
4506
|
displayName: string;
|
3970
4507
|
}[];
|
3971
4508
|
}[];
|
3972
|
-
extension
|
4509
|
+
extension: {
|
3973
4510
|
id: string;
|
3974
4511
|
createdAt: Date;
|
3975
4512
|
updatedAt: Date;
|
@@ -3977,10 +4514,11 @@ export declare const commentContract: {
|
|
3977
4514
|
userId: string | null;
|
3978
4515
|
sipServerUrl: string;
|
3979
4516
|
sipUserName: string;
|
4517
|
+
webphoneLoginUser: string;
|
3980
4518
|
extensionId: number;
|
3981
4519
|
extensionName: string;
|
3982
4520
|
telephonySignature: string | null;
|
3983
|
-
}
|
4521
|
+
};
|
3984
4522
|
};
|
3985
4523
|
entityId: string;
|
3986
4524
|
entityType: {
|
@@ -4022,7 +4560,7 @@ export declare const commentContract: {
|
|
4022
4560
|
displayName: string;
|
4023
4561
|
}[];
|
4024
4562
|
}[];
|
4025
|
-
extension
|
4563
|
+
extension: {
|
4026
4564
|
id: string;
|
4027
4565
|
createdAt: Date;
|
4028
4566
|
updatedAt: Date;
|
@@ -4030,10 +4568,11 @@ export declare const commentContract: {
|
|
4030
4568
|
userId: string | null;
|
4031
4569
|
sipServerUrl: string;
|
4032
4570
|
sipUserName: string;
|
4571
|
+
webphoneLoginUser: string;
|
4033
4572
|
extensionId: number;
|
4034
4573
|
extensionName: string;
|
4035
4574
|
telephonySignature: string | null;
|
4036
|
-
}
|
4575
|
+
};
|
4037
4576
|
};
|
4038
4577
|
ticket: {
|
4039
4578
|
type: string;
|
@@ -4046,6 +4585,28 @@ export declare const commentContract: {
|
|
4046
4585
|
createdAt: Date;
|
4047
4586
|
updatedAt: Date;
|
4048
4587
|
deletedAt: Date | null;
|
4588
|
+
categories: {
|
4589
|
+
id: string;
|
4590
|
+
value: string;
|
4591
|
+
createdAt: Date;
|
4592
|
+
updatedAt: Date;
|
4593
|
+
deletedAt: Date | null;
|
4594
|
+
level: 2 | 1 | 3;
|
4595
|
+
parentId: string | null;
|
4596
|
+
childCategoryList: {
|
4597
|
+
id: string;
|
4598
|
+
value: string;
|
4599
|
+
level: 2 | 1 | 3;
|
4600
|
+
parentId: string | null;
|
4601
|
+
childCategoryList: {
|
4602
|
+
id: string;
|
4603
|
+
value: string;
|
4604
|
+
level: 2 | 1 | 3;
|
4605
|
+
parentId: string | null;
|
4606
|
+
childCategoryList: any[];
|
4607
|
+
}[];
|
4608
|
+
}[];
|
4609
|
+
}[];
|
4049
4610
|
customFields: {
|
4050
4611
|
id: string;
|
4051
4612
|
createdAt: Date;
|
@@ -4074,19 +4635,20 @@ export declare const commentContract: {
|
|
4074
4635
|
createdAt: Date;
|
4075
4636
|
updatedAt: Date;
|
4076
4637
|
deletedAt: Date | null;
|
4077
|
-
|
4078
|
-
|
4079
|
-
|
4080
|
-
|
4081
|
-
|
4082
|
-
deletedAt: Date | null;
|
4083
|
-
fileName: string;
|
4084
|
-
fileKey: string;
|
4085
|
-
bucketName: string;
|
4086
|
-
fileSize: number;
|
4087
|
-
};
|
4638
|
+
fileName: string;
|
4639
|
+
fileKey: string;
|
4640
|
+
bucketName: string;
|
4641
|
+
fileSize: number;
|
4642
|
+
fileUrl: string | null;
|
4088
4643
|
}[];
|
4089
4644
|
}[];
|
4645
|
+
tags: {
|
4646
|
+
id: string;
|
4647
|
+
name: string;
|
4648
|
+
createdAt: Date;
|
4649
|
+
updatedAt: Date;
|
4650
|
+
deletedAt: Date | null;
|
4651
|
+
}[];
|
4090
4652
|
contactId: string;
|
4091
4653
|
assigneeId: string;
|
4092
4654
|
creatorId: string;
|
@@ -4136,7 +4698,7 @@ export declare const commentContract: {
|
|
4136
4698
|
displayName: string;
|
4137
4699
|
}[];
|
4138
4700
|
}[];
|
4139
|
-
extension
|
4701
|
+
extension: {
|
4140
4702
|
id: string;
|
4141
4703
|
createdAt: Date;
|
4142
4704
|
updatedAt: Date;
|
@@ -4144,10 +4706,11 @@ export declare const commentContract: {
|
|
4144
4706
|
userId: string | null;
|
4145
4707
|
sipServerUrl: string;
|
4146
4708
|
sipUserName: string;
|
4709
|
+
webphoneLoginUser: string;
|
4147
4710
|
extensionId: number;
|
4148
4711
|
extensionName: string;
|
4149
4712
|
telephonySignature: string | null;
|
4150
|
-
}
|
4713
|
+
};
|
4151
4714
|
};
|
4152
4715
|
entityId: string;
|
4153
4716
|
entityType: {
|
@@ -4189,7 +4752,7 @@ export declare const commentContract: {
|
|
4189
4752
|
displayName: string;
|
4190
4753
|
}[];
|
4191
4754
|
}[];
|
4192
|
-
extension
|
4755
|
+
extension: {
|
4193
4756
|
id: string;
|
4194
4757
|
createdAt: Date;
|
4195
4758
|
updatedAt: Date;
|
@@ -4197,10 +4760,11 @@ export declare const commentContract: {
|
|
4197
4760
|
userId: string | null;
|
4198
4761
|
sipServerUrl: string;
|
4199
4762
|
sipUserName: string;
|
4763
|
+
webphoneLoginUser: string;
|
4200
4764
|
extensionId: number;
|
4201
4765
|
extensionName: string;
|
4202
4766
|
telephonySignature: string | null;
|
4203
|
-
}
|
4767
|
+
};
|
4204
4768
|
};
|
4205
4769
|
ticket: {
|
4206
4770
|
type: string;
|
@@ -4213,6 +4777,28 @@ export declare const commentContract: {
|
|
4213
4777
|
createdAt: Date;
|
4214
4778
|
updatedAt: Date;
|
4215
4779
|
deletedAt: Date | null;
|
4780
|
+
categories: {
|
4781
|
+
id: string;
|
4782
|
+
value: string;
|
4783
|
+
createdAt: Date;
|
4784
|
+
updatedAt: Date;
|
4785
|
+
deletedAt: Date | null;
|
4786
|
+
level: 2 | 1 | 3;
|
4787
|
+
parentId: string | null;
|
4788
|
+
childCategoryList: {
|
4789
|
+
id: string;
|
4790
|
+
value: string;
|
4791
|
+
level: 2 | 1 | 3;
|
4792
|
+
parentId: string | null;
|
4793
|
+
childCategoryList: {
|
4794
|
+
id: string;
|
4795
|
+
value: string;
|
4796
|
+
level: 2 | 1 | 3;
|
4797
|
+
parentId: string | null;
|
4798
|
+
childCategoryList: any[];
|
4799
|
+
}[];
|
4800
|
+
}[];
|
4801
|
+
}[];
|
4216
4802
|
customFields: {
|
4217
4803
|
id: string;
|
4218
4804
|
createdAt: Date;
|
@@ -4241,19 +4827,20 @@ export declare const commentContract: {
|
|
4241
4827
|
createdAt: Date;
|
4242
4828
|
updatedAt: Date;
|
4243
4829
|
deletedAt: Date | null;
|
4244
|
-
|
4245
|
-
|
4246
|
-
|
4247
|
-
|
4248
|
-
|
4249
|
-
deletedAt: Date | null;
|
4250
|
-
fileName: string;
|
4251
|
-
fileKey: string;
|
4252
|
-
bucketName: string;
|
4253
|
-
fileSize: number;
|
4254
|
-
};
|
4830
|
+
fileName: string;
|
4831
|
+
fileKey: string;
|
4832
|
+
bucketName: string;
|
4833
|
+
fileSize: number;
|
4834
|
+
fileUrl: string | null;
|
4255
4835
|
}[];
|
4256
4836
|
}[];
|
4837
|
+
tags: {
|
4838
|
+
id: string;
|
4839
|
+
name: string;
|
4840
|
+
createdAt: Date;
|
4841
|
+
updatedAt: Date;
|
4842
|
+
deletedAt: Date | null;
|
4843
|
+
}[];
|
4257
4844
|
contactId: string;
|
4258
4845
|
assigneeId: string;
|
4259
4846
|
creatorId: string;
|
@@ -4306,7 +4893,7 @@ export declare const commentContract: {
|
|
4306
4893
|
displayName: string;
|
4307
4894
|
}[];
|
4308
4895
|
}[];
|
4309
|
-
extension
|
4896
|
+
extension: {
|
4310
4897
|
id: string;
|
4311
4898
|
createdAt: Date;
|
4312
4899
|
updatedAt: Date;
|
@@ -4314,10 +4901,11 @@ export declare const commentContract: {
|
|
4314
4901
|
userId: string | null;
|
4315
4902
|
sipServerUrl: string;
|
4316
4903
|
sipUserName: string;
|
4904
|
+
webphoneLoginUser: string;
|
4317
4905
|
extensionId: number;
|
4318
4906
|
extensionName: string;
|
4319
4907
|
telephonySignature: string | null;
|
4320
|
-
}
|
4908
|
+
};
|
4321
4909
|
};
|
4322
4910
|
entityId: string;
|
4323
4911
|
entityType: {
|
@@ -4359,7 +4947,7 @@ export declare const commentContract: {
|
|
4359
4947
|
displayName: string;
|
4360
4948
|
}[];
|
4361
4949
|
}[];
|
4362
|
-
extension
|
4950
|
+
extension: {
|
4363
4951
|
id: string;
|
4364
4952
|
createdAt: Date;
|
4365
4953
|
updatedAt: Date;
|
@@ -4367,10 +4955,11 @@ export declare const commentContract: {
|
|
4367
4955
|
userId: string | null;
|
4368
4956
|
sipServerUrl: string;
|
4369
4957
|
sipUserName: string;
|
4958
|
+
webphoneLoginUser: string;
|
4370
4959
|
extensionId: number;
|
4371
4960
|
extensionName: string;
|
4372
4961
|
telephonySignature: string | null;
|
4373
|
-
}
|
4962
|
+
};
|
4374
4963
|
};
|
4375
4964
|
ticket: {
|
4376
4965
|
type: string;
|
@@ -4383,6 +4972,28 @@ export declare const commentContract: {
|
|
4383
4972
|
createdAt: Date;
|
4384
4973
|
updatedAt: Date;
|
4385
4974
|
deletedAt: Date | null;
|
4975
|
+
categories: {
|
4976
|
+
id: string;
|
4977
|
+
value: string;
|
4978
|
+
createdAt: Date;
|
4979
|
+
updatedAt: Date;
|
4980
|
+
deletedAt: Date | null;
|
4981
|
+
level: 2 | 1 | 3;
|
4982
|
+
parentId: string | null;
|
4983
|
+
childCategoryList: {
|
4984
|
+
id: string;
|
4985
|
+
value: string;
|
4986
|
+
level: 2 | 1 | 3;
|
4987
|
+
parentId: string | null;
|
4988
|
+
childCategoryList: {
|
4989
|
+
id: string;
|
4990
|
+
value: string;
|
4991
|
+
level: 2 | 1 | 3;
|
4992
|
+
parentId: string | null;
|
4993
|
+
childCategoryList: any[];
|
4994
|
+
}[];
|
4995
|
+
}[];
|
4996
|
+
}[];
|
4386
4997
|
customFields: {
|
4387
4998
|
id: string;
|
4388
4999
|
createdAt: Date;
|
@@ -4411,19 +5022,20 @@ export declare const commentContract: {
|
|
4411
5022
|
createdAt: Date;
|
4412
5023
|
updatedAt: Date;
|
4413
5024
|
deletedAt: Date | null;
|
4414
|
-
|
4415
|
-
|
4416
|
-
|
4417
|
-
|
4418
|
-
|
4419
|
-
deletedAt: Date | null;
|
4420
|
-
fileName: string;
|
4421
|
-
fileKey: string;
|
4422
|
-
bucketName: string;
|
4423
|
-
fileSize: number;
|
4424
|
-
};
|
5025
|
+
fileName: string;
|
5026
|
+
fileKey: string;
|
5027
|
+
bucketName: string;
|
5028
|
+
fileSize: number;
|
5029
|
+
fileUrl: string | null;
|
4425
5030
|
}[];
|
4426
5031
|
}[];
|
5032
|
+
tags: {
|
5033
|
+
id: string;
|
5034
|
+
name: string;
|
5035
|
+
createdAt: Date;
|
5036
|
+
updatedAt: Date;
|
5037
|
+
deletedAt: Date | null;
|
5038
|
+
}[];
|
4427
5039
|
contactId: string;
|
4428
5040
|
assigneeId: string;
|
4429
5041
|
creatorId: string;
|
@@ -4476,7 +5088,7 @@ export declare const commentContract: {
|
|
4476
5088
|
displayName: string;
|
4477
5089
|
}[];
|
4478
5090
|
}[];
|
4479
|
-
extension
|
5091
|
+
extension: {
|
4480
5092
|
id: string;
|
4481
5093
|
createdAt: Date;
|
4482
5094
|
updatedAt: Date;
|
@@ -4484,10 +5096,11 @@ export declare const commentContract: {
|
|
4484
5096
|
userId: string | null;
|
4485
5097
|
sipServerUrl: string;
|
4486
5098
|
sipUserName: string;
|
5099
|
+
webphoneLoginUser: string;
|
4487
5100
|
extensionId: number;
|
4488
5101
|
extensionName: string;
|
4489
5102
|
telephonySignature: string | null;
|
4490
|
-
}
|
5103
|
+
};
|
4491
5104
|
};
|
4492
5105
|
entityId: string;
|
4493
5106
|
entityType: {
|
@@ -4529,7 +5142,7 @@ export declare const commentContract: {
|
|
4529
5142
|
displayName: string;
|
4530
5143
|
}[];
|
4531
5144
|
}[];
|
4532
|
-
extension
|
5145
|
+
extension: {
|
4533
5146
|
id: string;
|
4534
5147
|
createdAt: Date;
|
4535
5148
|
updatedAt: Date;
|
@@ -4537,10 +5150,11 @@ export declare const commentContract: {
|
|
4537
5150
|
userId: string | null;
|
4538
5151
|
sipServerUrl: string;
|
4539
5152
|
sipUserName: string;
|
5153
|
+
webphoneLoginUser: string;
|
4540
5154
|
extensionId: number;
|
4541
5155
|
extensionName: string;
|
4542
5156
|
telephonySignature: string | null;
|
4543
|
-
}
|
5157
|
+
};
|
4544
5158
|
};
|
4545
5159
|
ticket: {
|
4546
5160
|
type: string;
|
@@ -4553,6 +5167,28 @@ export declare const commentContract: {
|
|
4553
5167
|
createdAt: Date;
|
4554
5168
|
updatedAt: Date;
|
4555
5169
|
deletedAt: Date | null;
|
5170
|
+
categories: {
|
5171
|
+
id: string;
|
5172
|
+
value: string;
|
5173
|
+
createdAt: Date;
|
5174
|
+
updatedAt: Date;
|
5175
|
+
deletedAt: Date | null;
|
5176
|
+
level: 2 | 1 | 3;
|
5177
|
+
parentId: string | null;
|
5178
|
+
childCategoryList: {
|
5179
|
+
id: string;
|
5180
|
+
value: string;
|
5181
|
+
level: 2 | 1 | 3;
|
5182
|
+
parentId: string | null;
|
5183
|
+
childCategoryList: {
|
5184
|
+
id: string;
|
5185
|
+
value: string;
|
5186
|
+
level: 2 | 1 | 3;
|
5187
|
+
parentId: string | null;
|
5188
|
+
childCategoryList: any[];
|
5189
|
+
}[];
|
5190
|
+
}[];
|
5191
|
+
}[];
|
4556
5192
|
customFields: {
|
4557
5193
|
id: string;
|
4558
5194
|
createdAt: Date;
|
@@ -4581,19 +5217,20 @@ export declare const commentContract: {
|
|
4581
5217
|
createdAt: Date;
|
4582
5218
|
updatedAt: Date;
|
4583
5219
|
deletedAt: Date | null;
|
4584
|
-
|
4585
|
-
|
4586
|
-
|
4587
|
-
|
4588
|
-
|
4589
|
-
deletedAt: Date | null;
|
4590
|
-
fileName: string;
|
4591
|
-
fileKey: string;
|
4592
|
-
bucketName: string;
|
4593
|
-
fileSize: number;
|
4594
|
-
};
|
5220
|
+
fileName: string;
|
5221
|
+
fileKey: string;
|
5222
|
+
bucketName: string;
|
5223
|
+
fileSize: number;
|
5224
|
+
fileUrl: string | null;
|
4595
5225
|
}[];
|
4596
5226
|
}[];
|
5227
|
+
tags: {
|
5228
|
+
id: string;
|
5229
|
+
name: string;
|
5230
|
+
createdAt: Date;
|
5231
|
+
updatedAt: Date;
|
5232
|
+
deletedAt: Date | null;
|
5233
|
+
}[];
|
4597
5234
|
contactId: string;
|
4598
5235
|
assigneeId: string;
|
4599
5236
|
creatorId: string;
|