@kl1/contracts 1.1.56 → 1.1.57
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/api-contracts/src/activity-log/index.d.ts +4 -4
- package/dist/api-contracts/src/activity-log/schema.d.ts +4 -4
- package/dist/api-contracts/src/attribute/index.d.ts +4 -4
- package/dist/api-contracts/src/attribute/validation.d.ts +4 -4
- package/dist/api-contracts/src/auth/index.d.ts +4 -4
- package/dist/api-contracts/src/automation-queue/index.d.ts +80 -80
- package/dist/api-contracts/src/automation-queue/schema.d.ts +10 -10
- package/dist/api-contracts/src/botpress/index.d.ts +28 -28
- package/dist/api-contracts/src/botpress/schema.d.ts +6 -6
- package/dist/api-contracts/src/botpress/validation.d.ts +8 -8
- package/dist/api-contracts/src/business-calendar/index.d.ts +32 -32
- package/dist/api-contracts/src/business-calendar/schema.d.ts +8 -8
- package/dist/api-contracts/src/business-calendar/validation.d.ts +2 -2
- package/dist/api-contracts/src/category/index.d.ts +12 -12
- package/dist/api-contracts/src/category/schema.d.ts +2 -2
- package/dist/api-contracts/src/channel/index.d.ts +467 -467
- package/dist/api-contracts/src/channel/schema.d.ts +16 -16
- package/dist/api-contracts/src/channel/validation.d.ts +20 -20
- package/dist/api-contracts/src/chat/index.d.ts +9108 -4613
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/schema.d.ts +2025 -1005
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +1566 -775
- package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/comment/index.d.ts +244 -244
- package/dist/api-contracts/src/comment/schema.d.ts +68 -68
- package/dist/api-contracts/src/company/index.d.ts +4 -4
- package/dist/api-contracts/src/company/validation.d.ts +4 -4
- package/dist/api-contracts/src/contact/index.d.ts +246 -246
- package/dist/api-contracts/src/contact/schema.d.ts +26 -26
- package/dist/api-contracts/src/contact/validation.d.ts +134 -134
- package/dist/api-contracts/src/contract.d.ts +15618 -10875
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/index.d.ts +267 -252
- package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/schema.d.ts +325 -200
- package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/validation.d.ts +2 -2
- package/dist/api-contracts/src/dashboard/index.d.ts +44 -44
- package/dist/api-contracts/src/dashboard/schema.d.ts +36 -36
- package/dist/api-contracts/src/extension/index.d.ts +4 -4
- package/dist/api-contracts/src/facebook-feed/index.d.ts +1265 -725
- package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/schema.d.ts +67 -67
- package/dist/api-contracts/src/facebook-feed/validation.d.ts +66 -66
- package/dist/api-contracts/src/hold-label/index.d.ts +34 -34
- package/dist/api-contracts/src/hold-label/schema.d.ts +10 -10
- package/dist/api-contracts/src/index.d.ts +1 -0
- package/dist/api-contracts/src/index.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/index.d.ts +1173 -633
- package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/validation.d.ts +10 -10
- package/dist/api-contracts/src/line/index.d.ts +1160 -620
- package/dist/api-contracts/src/line/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/schema.d.ts +4 -4
- package/dist/api-contracts/src/line/validation.d.ts +55 -55
- package/dist/api-contracts/src/mail/account-contract.d.ts +72 -72
- package/dist/api-contracts/src/mail/mail-contract.d.ts +3138 -2526
- package/dist/api-contracts/src/mail/mail-contract.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/mail-server-contract.d.ts +26 -26
- package/dist/api-contracts/src/mail/message-contract.d.ts +272 -272
- package/dist/api-contracts/src/mail/room-contract.d.ts +2056 -1444
- package/dist/api-contracts/src/mail/room-contract.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/schemas/account-validation.schema.d.ts +50 -50
- package/dist/api-contracts/src/mail/schemas/account.schema.d.ts +10 -10
- package/dist/api-contracts/src/mail/schemas/message.schema.d.ts +56 -56
- package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +672 -468
- 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 +618 -458
- package/dist/api-contracts/src/mail/schemas/room.schema.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/index.d.ts +1176 -636
- package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/schema.d.ts +16 -16
- package/dist/api-contracts/src/messenger/validation.d.ts +62 -62
- package/dist/api-contracts/src/notification/index.d.ts +26 -26
- package/dist/api-contracts/src/notification/schema.d.ts +18 -18
- package/dist/api-contracts/src/notification/validation.d.ts +10 -10
- package/dist/api-contracts/src/public-api/index.d.ts +84 -84
- package/dist/api-contracts/src/public-api/schema.d.ts +10 -10
- package/dist/api-contracts/src/public-api/validation.d.ts +20 -20
- package/dist/api-contracts/src/sms/index.d.ts +91 -91
- package/dist/api-contracts/src/sms/schema.d.ts +8 -8
- package/dist/api-contracts/src/sms/validation.d.ts +2 -2
- package/dist/api-contracts/src/snippet/index.d.ts +42 -42
- package/dist/api-contracts/src/snippet/schema.d.ts +10 -10
- package/dist/api-contracts/src/subscription/index.d.ts +184 -184
- package/dist/api-contracts/src/subscription/schema.d.ts +216 -216
- package/dist/api-contracts/src/tag/index.d.ts +12 -12
- package/dist/api-contracts/src/tag/schema.d.ts +2 -2
- package/dist/api-contracts/src/telegram/index.d.ts +1115 -575
- package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telegram/validation.d.ts +4 -4
- package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +14 -14
- package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +4 -4
- package/dist/api-contracts/src/telephony-cdr/index.d.ts +186 -186
- package/dist/api-contracts/src/telephony-cdr/schema.d.ts +58 -58
- package/dist/api-contracts/src/tenant/schema.d.ts +2 -2
- package/dist/api-contracts/src/ticket/index.d.ts +328 -328
- package/dist/api-contracts/src/ticket/schema.d.ts +42 -42
- package/dist/api-contracts/src/user/index.d.ts +23 -23
- package/dist/api-contracts/src/user/schema.d.ts +2 -2
- package/dist/api-contracts/src/user/validation.d.ts +5 -5
- package/dist/api-contracts/src/user-presence-status-log/index.d.ts +4 -4
- package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +4 -4
- package/dist/api-contracts/src/viber/index.d.ts +1115 -575
- package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
- package/dist/api-contracts/src/viber/validation.d.ts +4 -4
- package/dist/api-contracts/src/webchat/index.d.ts +1139 -599
- package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/webchat/schema.d.ts +10 -10
- package/dist/api-contracts/src/webchat/validation.d.ts +2 -2
- package/dist/api-contracts/src/whatsapp/index.d.ts +1139 -599
- package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
- package/dist/api-contracts/src/widget/index.d.ts +24 -24
- package/dist/api-contracts/src/widget/schema.d.ts +2 -2
- package/dist/api-contracts/src/widget/validation.d.ts +4 -4
- package/dist/api-contracts/src/workflow-rule/index.d.ts +620 -212
- package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
- package/dist/api-contracts/src/workflow-rule/schema.d.ts +2 -2
- package/dist/api-contracts/src/wrap-up-form/index.d.ts +26 -26
- package/dist/api-contracts/src/wrap-up-form/schema.d.ts +4 -4
- package/dist/api-contracts/utils.d.ts +1 -1
- package/dist/api-contracts/utils.d.ts.map +1 -1
- package/dist/entities/src/enums/chat.d.ts +3 -0
- package/dist/entities/src/enums/chat.d.ts.map +1 -1
- package/dist/index.js +3044 -2889
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3043 -2889
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -13,8 +13,12 @@ export declare const CxLogSchema: z.ZodObject<{
|
|
13
13
|
agentId: z.ZodNullable<z.ZodString>;
|
14
14
|
direction: z.ZodNullable<z.ZodString>;
|
15
15
|
startedDate: z.ZodNullable<z.ZodDate>;
|
16
|
+
totalHoldDuration: z.ZodNullable<z.ZodNumber>;
|
16
17
|
handledTime: z.ZodNullable<z.ZodNumber>;
|
18
|
+
fullHandledTime: z.ZodNullable<z.ZodNumber>;
|
17
19
|
firstResponseTime: z.ZodNullable<z.ZodNumber>;
|
20
|
+
resolutionTime: z.ZodNullable<z.ZodNumber>;
|
21
|
+
fullResolutionTime: z.ZodNullable<z.ZodNumber>;
|
18
22
|
wrapUpForm: z.ZodNullable<z.ZodObject<{
|
19
23
|
id: z.ZodString;
|
20
24
|
createdAt: z.ZodDate;
|
@@ -30,14 +34,14 @@ export declare const CxLogSchema: z.ZodObject<{
|
|
30
34
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
31
35
|
name: z.ZodString;
|
32
36
|
}, "strip", z.ZodTypeAny, {
|
33
|
-
name: string;
|
34
37
|
id: string;
|
38
|
+
name: string;
|
35
39
|
createdAt: Date;
|
36
40
|
updatedAt: Date;
|
37
41
|
deletedAt: Date | null;
|
38
42
|
}, {
|
39
|
-
name: string;
|
40
43
|
id: string;
|
44
|
+
name: string;
|
41
45
|
createdAt: Date;
|
42
46
|
updatedAt: Date;
|
43
47
|
deletedAt: Date | null;
|
@@ -208,8 +212,8 @@ export declare const CxLogSchema: z.ZodObject<{
|
|
208
212
|
}[];
|
209
213
|
}[];
|
210
214
|
tags: {
|
211
|
-
name: string;
|
212
215
|
id: string;
|
216
|
+
name: string;
|
213
217
|
createdAt: Date;
|
214
218
|
updatedAt: Date;
|
215
219
|
deletedAt: Date | null;
|
@@ -259,8 +263,8 @@ export declare const CxLogSchema: z.ZodObject<{
|
|
259
263
|
}[];
|
260
264
|
}[];
|
261
265
|
tags: {
|
262
|
-
name: string;
|
263
266
|
id: string;
|
267
|
+
name: string;
|
264
268
|
createdAt: Date;
|
265
269
|
updatedAt: Date;
|
266
270
|
deletedAt: Date | null;
|
@@ -281,6 +285,74 @@ export declare const CxLogSchema: z.ZodObject<{
|
|
281
285
|
dateValue: Date | null;
|
282
286
|
}[] | null | undefined;
|
283
287
|
}>>;
|
288
|
+
holdLogs: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
289
|
+
id: z.ZodString;
|
290
|
+
createdAt: z.ZodDate;
|
291
|
+
updatedAt: z.ZodDate;
|
292
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
293
|
+
startedAt: z.ZodString;
|
294
|
+
endedAt: z.ZodNullable<z.ZodString>;
|
295
|
+
duration: z.ZodNullable<z.ZodNumber>;
|
296
|
+
holdLabel: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
297
|
+
id: z.ZodString;
|
298
|
+
createdAt: z.ZodDate;
|
299
|
+
updatedAt: z.ZodDate;
|
300
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
301
|
+
name: z.ZodString;
|
302
|
+
position: z.ZodNumber;
|
303
|
+
isDefault: z.ZodDefault<z.ZodBoolean>;
|
304
|
+
}, "strip", z.ZodTypeAny, {
|
305
|
+
id: string;
|
306
|
+
name: string;
|
307
|
+
position: number;
|
308
|
+
createdAt: Date;
|
309
|
+
updatedAt: Date;
|
310
|
+
deletedAt: Date | null;
|
311
|
+
isDefault: boolean;
|
312
|
+
}, {
|
313
|
+
id: string;
|
314
|
+
name: string;
|
315
|
+
position: number;
|
316
|
+
createdAt: Date;
|
317
|
+
updatedAt: Date;
|
318
|
+
deletedAt: Date | null;
|
319
|
+
isDefault?: boolean | undefined;
|
320
|
+
}>>>;
|
321
|
+
}, "strip", z.ZodTypeAny, {
|
322
|
+
id: string;
|
323
|
+
createdAt: Date;
|
324
|
+
updatedAt: Date;
|
325
|
+
deletedAt: Date | null;
|
326
|
+
startedAt: string;
|
327
|
+
endedAt: string | null;
|
328
|
+
duration: number | null;
|
329
|
+
holdLabel?: {
|
330
|
+
id: string;
|
331
|
+
name: string;
|
332
|
+
position: number;
|
333
|
+
createdAt: Date;
|
334
|
+
updatedAt: Date;
|
335
|
+
deletedAt: Date | null;
|
336
|
+
isDefault: boolean;
|
337
|
+
} | null | undefined;
|
338
|
+
}, {
|
339
|
+
id: string;
|
340
|
+
createdAt: Date;
|
341
|
+
updatedAt: Date;
|
342
|
+
deletedAt: Date | null;
|
343
|
+
startedAt: string;
|
344
|
+
endedAt: string | null;
|
345
|
+
duration: number | null;
|
346
|
+
holdLabel?: {
|
347
|
+
id: string;
|
348
|
+
name: string;
|
349
|
+
position: number;
|
350
|
+
createdAt: Date;
|
351
|
+
updatedAt: Date;
|
352
|
+
deletedAt: Date | null;
|
353
|
+
isDefault?: boolean | undefined;
|
354
|
+
} | null | undefined;
|
355
|
+
}>, "many">>>;
|
284
356
|
}, "strip", z.ZodTypeAny, {
|
285
357
|
id: string;
|
286
358
|
channel: string | null;
|
@@ -295,8 +367,12 @@ export declare const CxLogSchema: z.ZodObject<{
|
|
295
367
|
entityName: string;
|
296
368
|
agentId: string | null;
|
297
369
|
startedDate: Date | null;
|
370
|
+
totalHoldDuration: number | null;
|
298
371
|
handledTime: number | null;
|
372
|
+
fullHandledTime: number | null;
|
299
373
|
firstResponseTime: number | null;
|
374
|
+
resolutionTime: number | null;
|
375
|
+
fullResolutionTime: number | null;
|
300
376
|
wrapUpForm: {
|
301
377
|
type: string;
|
302
378
|
id: string;
|
@@ -327,8 +403,8 @@ export declare const CxLogSchema: z.ZodObject<{
|
|
327
403
|
}[];
|
328
404
|
}[];
|
329
405
|
tags: {
|
330
|
-
name: string;
|
331
406
|
id: string;
|
407
|
+
name: string;
|
332
408
|
createdAt: Date;
|
333
409
|
updatedAt: Date;
|
334
410
|
deletedAt: Date | null;
|
@@ -349,6 +425,24 @@ export declare const CxLogSchema: z.ZodObject<{
|
|
349
425
|
dateValue: Date | null;
|
350
426
|
}[] | null | undefined;
|
351
427
|
} | null;
|
428
|
+
holdLogs?: {
|
429
|
+
id: string;
|
430
|
+
createdAt: Date;
|
431
|
+
updatedAt: Date;
|
432
|
+
deletedAt: Date | null;
|
433
|
+
startedAt: string;
|
434
|
+
endedAt: string | null;
|
435
|
+
duration: number | null;
|
436
|
+
holdLabel?: {
|
437
|
+
id: string;
|
438
|
+
name: string;
|
439
|
+
position: number;
|
440
|
+
createdAt: Date;
|
441
|
+
updatedAt: Date;
|
442
|
+
deletedAt: Date | null;
|
443
|
+
isDefault: boolean;
|
444
|
+
} | null | undefined;
|
445
|
+
}[] | null | undefined;
|
352
446
|
}, {
|
353
447
|
id: string;
|
354
448
|
channel: string | null;
|
@@ -363,8 +457,12 @@ export declare const CxLogSchema: z.ZodObject<{
|
|
363
457
|
entityName: string;
|
364
458
|
agentId: string | null;
|
365
459
|
startedDate: Date | null;
|
460
|
+
totalHoldDuration: number | null;
|
366
461
|
handledTime: number | null;
|
462
|
+
fullHandledTime: number | null;
|
367
463
|
firstResponseTime: number | null;
|
464
|
+
resolutionTime: number | null;
|
465
|
+
fullResolutionTime: number | null;
|
368
466
|
wrapUpForm: {
|
369
467
|
type: string;
|
370
468
|
id: string;
|
@@ -395,8 +493,8 @@ export declare const CxLogSchema: z.ZodObject<{
|
|
395
493
|
}[];
|
396
494
|
}[];
|
397
495
|
tags: {
|
398
|
-
name: string;
|
399
496
|
id: string;
|
497
|
+
name: string;
|
400
498
|
createdAt: Date;
|
401
499
|
updatedAt: Date;
|
402
500
|
deletedAt: Date | null;
|
@@ -417,6 +515,24 @@ export declare const CxLogSchema: z.ZodObject<{
|
|
417
515
|
dateValue: Date | null;
|
418
516
|
}[] | null | undefined;
|
419
517
|
} | null;
|
518
|
+
holdLogs?: {
|
519
|
+
id: string;
|
520
|
+
createdAt: Date;
|
521
|
+
updatedAt: Date;
|
522
|
+
deletedAt: Date | null;
|
523
|
+
startedAt: string;
|
524
|
+
endedAt: string | null;
|
525
|
+
duration: number | null;
|
526
|
+
holdLabel?: {
|
527
|
+
id: string;
|
528
|
+
name: string;
|
529
|
+
position: number;
|
530
|
+
createdAt: Date;
|
531
|
+
updatedAt: Date;
|
532
|
+
deletedAt: Date | null;
|
533
|
+
isDefault?: boolean | undefined;
|
534
|
+
} | null | undefined;
|
535
|
+
}[] | null | undefined;
|
420
536
|
}>;
|
421
537
|
export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
422
538
|
id: z.ZodString;
|
@@ -431,8 +547,11 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
431
547
|
channel: z.ZodNullable<z.ZodString>;
|
432
548
|
direction: z.ZodNullable<z.ZodString>;
|
433
549
|
startedDate: z.ZodNullable<z.ZodString>;
|
550
|
+
totalHoldDuration: z.ZodNullable<z.ZodString>;
|
434
551
|
handledTime: z.ZodNullable<z.ZodString>;
|
552
|
+
fullHandledTime: z.ZodNullable<z.ZodString>;
|
435
553
|
firstResponseTime: z.ZodNullable<z.ZodString>;
|
554
|
+
fullResolutionTime: z.ZodNullable<z.ZodString>;
|
436
555
|
firstResponseDate: z.ZodString;
|
437
556
|
resolutionTime: z.ZodNullable<z.ZodString>;
|
438
557
|
resolutionDate: z.ZodString;
|
@@ -478,14 +597,14 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
478
597
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
479
598
|
name: z.ZodString;
|
480
599
|
}, "strip", z.ZodTypeAny, {
|
481
|
-
name: string;
|
482
600
|
id: string;
|
601
|
+
name: string;
|
483
602
|
createdAt: Date;
|
484
603
|
updatedAt: Date;
|
485
604
|
deletedAt: Date | null;
|
486
605
|
}, {
|
487
|
-
name: string;
|
488
606
|
id: string;
|
607
|
+
name: string;
|
489
608
|
createdAt: Date;
|
490
609
|
updatedAt: Date;
|
491
610
|
deletedAt: Date | null;
|
@@ -656,8 +775,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
656
775
|
}[];
|
657
776
|
}[];
|
658
777
|
tags: {
|
659
|
-
name: string;
|
660
778
|
id: string;
|
779
|
+
name: string;
|
661
780
|
createdAt: Date;
|
662
781
|
updatedAt: Date;
|
663
782
|
deletedAt: Date | null;
|
@@ -707,8 +826,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
707
826
|
}[];
|
708
827
|
}[];
|
709
828
|
tags: {
|
710
|
-
name: string;
|
711
829
|
id: string;
|
830
|
+
name: string;
|
712
831
|
createdAt: Date;
|
713
832
|
updatedAt: Date;
|
714
833
|
deletedAt: Date | null;
|
@@ -756,13 +875,13 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
756
875
|
picture: z.ZodOptional<z.ZodString>;
|
757
876
|
additionalCredentials: z.ZodAny;
|
758
877
|
}, "strip", z.ZodTypeAny, {
|
759
|
-
name: string;
|
760
878
|
id: string;
|
879
|
+
name: string;
|
761
880
|
picture?: string | undefined;
|
762
881
|
additionalCredentials?: any;
|
763
882
|
}, {
|
764
|
-
name: string;
|
765
883
|
id: string;
|
884
|
+
name: string;
|
766
885
|
picture?: string | undefined;
|
767
886
|
additionalCredentials?: any;
|
768
887
|
}>;
|
@@ -784,14 +903,14 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
784
903
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
785
904
|
name: z.ZodString;
|
786
905
|
}, "strip", z.ZodTypeAny, {
|
787
|
-
name: string;
|
788
906
|
id: string;
|
907
|
+
name: string;
|
789
908
|
createdAt: Date;
|
790
909
|
updatedAt: Date;
|
791
910
|
deletedAt: Date | null;
|
792
911
|
}, {
|
793
|
-
name: string;
|
794
912
|
id: string;
|
913
|
+
name: string;
|
795
914
|
createdAt: Date;
|
796
915
|
updatedAt: Date;
|
797
916
|
deletedAt: Date | null;
|
@@ -947,8 +1066,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
947
1066
|
createdAt: Date;
|
948
1067
|
updatedAt: Date;
|
949
1068
|
deletedAt: Date | null;
|
950
|
-
name?: string | undefined;
|
951
1069
|
address?: string | null | undefined;
|
1070
|
+
name?: string | undefined;
|
952
1071
|
phone?: string | null | undefined;
|
953
1072
|
industry?: string | null | undefined;
|
954
1073
|
}, {
|
@@ -956,8 +1075,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
956
1075
|
createdAt: Date;
|
957
1076
|
updatedAt: Date;
|
958
1077
|
deletedAt: Date | null;
|
959
|
-
name?: string | undefined;
|
960
1078
|
address?: string | null | undefined;
|
1079
|
+
name?: string | undefined;
|
961
1080
|
phone?: string | null | undefined;
|
962
1081
|
industry?: string | null | undefined;
|
963
1082
|
}>>;
|
@@ -975,13 +1094,13 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
975
1094
|
picture: z.ZodOptional<z.ZodString>;
|
976
1095
|
additionalCredentials: z.ZodAny;
|
977
1096
|
}, "strip", z.ZodTypeAny, {
|
978
|
-
name: string;
|
979
1097
|
id: string;
|
1098
|
+
name: string;
|
980
1099
|
picture?: string | undefined;
|
981
1100
|
additionalCredentials?: any;
|
982
1101
|
}, {
|
983
|
-
name: string;
|
984
1102
|
id: string;
|
1103
|
+
name: string;
|
985
1104
|
picture?: string | undefined;
|
986
1105
|
additionalCredentials?: any;
|
987
1106
|
}>;
|
@@ -989,8 +1108,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
989
1108
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
990
1109
|
id: string;
|
991
1110
|
metadata: {
|
992
|
-
name: string;
|
993
1111
|
id: string;
|
1112
|
+
name: string;
|
994
1113
|
picture?: string | undefined;
|
995
1114
|
additionalCredentials?: any;
|
996
1115
|
};
|
@@ -1003,8 +1122,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1003
1122
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1004
1123
|
id: string;
|
1005
1124
|
metadata: {
|
1006
|
-
name: string;
|
1007
1125
|
id: string;
|
1126
|
+
name: string;
|
1008
1127
|
picture?: string | undefined;
|
1009
1128
|
additionalCredentials?: any;
|
1010
1129
|
};
|
@@ -1314,10 +1433,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1314
1433
|
};
|
1315
1434
|
}>, "many">>;
|
1316
1435
|
}, "strip", z.ZodTypeAny, {
|
1317
|
-
name: string;
|
1318
1436
|
id: string;
|
1319
1437
|
channel: string | null;
|
1320
1438
|
address: string | null;
|
1439
|
+
name: string;
|
1321
1440
|
createdAt: Date;
|
1322
1441
|
updatedAt: Date;
|
1323
1442
|
deletedAt: Date | null;
|
@@ -1362,8 +1481,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1362
1481
|
createdAt: Date;
|
1363
1482
|
updatedAt: Date;
|
1364
1483
|
deletedAt: Date | null;
|
1365
|
-
name?: string | undefined;
|
1366
1484
|
address?: string | null | undefined;
|
1485
|
+
name?: string | undefined;
|
1367
1486
|
phone?: string | null | undefined;
|
1368
1487
|
industry?: string | null | undefined;
|
1369
1488
|
} | null;
|
@@ -1371,8 +1490,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1371
1490
|
contactProfile: string | null;
|
1372
1491
|
socialProfileUrl: string | null;
|
1373
1492
|
tags: {
|
1374
|
-
name: string;
|
1375
1493
|
id: string;
|
1494
|
+
name: string;
|
1376
1495
|
createdAt: Date;
|
1377
1496
|
updatedAt: Date;
|
1378
1497
|
deletedAt: Date | null;
|
@@ -1397,8 +1516,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1397
1516
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1398
1517
|
id: string;
|
1399
1518
|
metadata: {
|
1400
|
-
name: string;
|
1401
1519
|
id: string;
|
1520
|
+
name: string;
|
1402
1521
|
picture?: string | undefined;
|
1403
1522
|
additionalCredentials?: any;
|
1404
1523
|
};
|
@@ -1425,10 +1544,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1425
1544
|
};
|
1426
1545
|
}[] | undefined;
|
1427
1546
|
}, {
|
1428
|
-
name: string;
|
1429
1547
|
id: string;
|
1430
1548
|
channel: string | null;
|
1431
1549
|
address: string | null;
|
1550
|
+
name: string;
|
1432
1551
|
createdAt: Date;
|
1433
1552
|
updatedAt: Date;
|
1434
1553
|
deletedAt: Date | null;
|
@@ -1473,8 +1592,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1473
1592
|
createdAt: Date;
|
1474
1593
|
updatedAt: Date;
|
1475
1594
|
deletedAt: Date | null;
|
1476
|
-
name?: string | undefined;
|
1477
1595
|
address?: string | null | undefined;
|
1596
|
+
name?: string | undefined;
|
1478
1597
|
phone?: string | null | undefined;
|
1479
1598
|
industry?: string | null | undefined;
|
1480
1599
|
} | null;
|
@@ -1482,8 +1601,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1482
1601
|
contactProfile: string | null;
|
1483
1602
|
socialProfileUrl: string | null;
|
1484
1603
|
tags: {
|
1485
|
-
name: string;
|
1486
1604
|
id: string;
|
1605
|
+
name: string;
|
1487
1606
|
createdAt: Date;
|
1488
1607
|
updatedAt: Date;
|
1489
1608
|
deletedAt: Date | null;
|
@@ -1508,8 +1627,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1508
1627
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1509
1628
|
id: string;
|
1510
1629
|
metadata: {
|
1511
|
-
name: string;
|
1512
1630
|
id: string;
|
1631
|
+
name: string;
|
1513
1632
|
picture?: string | undefined;
|
1514
1633
|
additionalCredentials?: any;
|
1515
1634
|
};
|
@@ -1540,8 +1659,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1540
1659
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1541
1660
|
id: string;
|
1542
1661
|
metadata: {
|
1543
|
-
name: string;
|
1544
1662
|
id: string;
|
1663
|
+
name: string;
|
1545
1664
|
picture?: string | undefined;
|
1546
1665
|
additionalCredentials?: any;
|
1547
1666
|
};
|
@@ -1549,10 +1668,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1549
1668
|
updatedAt: Date;
|
1550
1669
|
deletedAt: Date | null;
|
1551
1670
|
contact: {
|
1552
|
-
name: string;
|
1553
1671
|
id: string;
|
1554
1672
|
channel: string | null;
|
1555
1673
|
address: string | null;
|
1674
|
+
name: string;
|
1556
1675
|
createdAt: Date;
|
1557
1676
|
updatedAt: Date;
|
1558
1677
|
deletedAt: Date | null;
|
@@ -1597,8 +1716,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1597
1716
|
createdAt: Date;
|
1598
1717
|
updatedAt: Date;
|
1599
1718
|
deletedAt: Date | null;
|
1600
|
-
name?: string | undefined;
|
1601
1719
|
address?: string | null | undefined;
|
1720
|
+
name?: string | undefined;
|
1602
1721
|
phone?: string | null | undefined;
|
1603
1722
|
industry?: string | null | undefined;
|
1604
1723
|
} | null;
|
@@ -1606,8 +1725,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1606
1725
|
contactProfile: string | null;
|
1607
1726
|
socialProfileUrl: string | null;
|
1608
1727
|
tags: {
|
1609
|
-
name: string;
|
1610
1728
|
id: string;
|
1729
|
+
name: string;
|
1611
1730
|
createdAt: Date;
|
1612
1731
|
updatedAt: Date;
|
1613
1732
|
deletedAt: Date | null;
|
@@ -1632,8 +1751,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1632
1751
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1633
1752
|
id: string;
|
1634
1753
|
metadata: {
|
1635
|
-
name: string;
|
1636
1754
|
id: string;
|
1755
|
+
name: string;
|
1637
1756
|
picture?: string | undefined;
|
1638
1757
|
additionalCredentials?: any;
|
1639
1758
|
};
|
@@ -1666,8 +1785,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1666
1785
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1667
1786
|
id: string;
|
1668
1787
|
metadata: {
|
1669
|
-
name: string;
|
1670
1788
|
id: string;
|
1789
|
+
name: string;
|
1671
1790
|
picture?: string | undefined;
|
1672
1791
|
additionalCredentials?: any;
|
1673
1792
|
};
|
@@ -1675,10 +1794,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1675
1794
|
updatedAt: Date;
|
1676
1795
|
deletedAt: Date | null;
|
1677
1796
|
contact: {
|
1678
|
-
name: string;
|
1679
1797
|
id: string;
|
1680
1798
|
channel: string | null;
|
1681
1799
|
address: string | null;
|
1800
|
+
name: string;
|
1682
1801
|
createdAt: Date;
|
1683
1802
|
updatedAt: Date;
|
1684
1803
|
deletedAt: Date | null;
|
@@ -1723,8 +1842,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1723
1842
|
createdAt: Date;
|
1724
1843
|
updatedAt: Date;
|
1725
1844
|
deletedAt: Date | null;
|
1726
|
-
name?: string | undefined;
|
1727
1845
|
address?: string | null | undefined;
|
1846
|
+
name?: string | undefined;
|
1728
1847
|
phone?: string | null | undefined;
|
1729
1848
|
industry?: string | null | undefined;
|
1730
1849
|
} | null;
|
@@ -1732,8 +1851,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1732
1851
|
contactProfile: string | null;
|
1733
1852
|
socialProfileUrl: string | null;
|
1734
1853
|
tags: {
|
1735
|
-
name: string;
|
1736
1854
|
id: string;
|
1855
|
+
name: string;
|
1737
1856
|
createdAt: Date;
|
1738
1857
|
updatedAt: Date;
|
1739
1858
|
deletedAt: Date | null;
|
@@ -1758,8 +1877,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1758
1877
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1759
1878
|
id: string;
|
1760
1879
|
metadata: {
|
1761
|
-
name: string;
|
1762
1880
|
id: string;
|
1881
|
+
name: string;
|
1763
1882
|
picture?: string | undefined;
|
1764
1883
|
additionalCredentials?: any;
|
1765
1884
|
};
|
@@ -1907,9 +2026,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1907
2026
|
telephonySignature: string | null;
|
1908
2027
|
}>;
|
1909
2028
|
}, "strip", z.ZodTypeAny, {
|
1910
|
-
name: string;
|
1911
2029
|
id: string;
|
1912
2030
|
address: string | null;
|
2031
|
+
name: string;
|
1913
2032
|
email: string;
|
1914
2033
|
createdAt: Date;
|
1915
2034
|
updatedAt: Date;
|
@@ -1950,9 +2069,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1950
2069
|
telephonySignature: string | null;
|
1951
2070
|
};
|
1952
2071
|
}, {
|
1953
|
-
name: string;
|
1954
2072
|
id: string;
|
1955
2073
|
address: string | null;
|
2074
|
+
name: string;
|
1956
2075
|
email: string;
|
1957
2076
|
createdAt: Date;
|
1958
2077
|
updatedAt: Date;
|
@@ -2111,9 +2230,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2111
2230
|
telephonySignature: string | null;
|
2112
2231
|
}>;
|
2113
2232
|
}, "strip", z.ZodTypeAny, {
|
2114
|
-
name: string;
|
2115
2233
|
id: string;
|
2116
2234
|
address: string | null;
|
2235
|
+
name: string;
|
2117
2236
|
email: string;
|
2118
2237
|
createdAt: Date;
|
2119
2238
|
updatedAt: Date;
|
@@ -2154,9 +2273,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2154
2273
|
telephonySignature: string | null;
|
2155
2274
|
};
|
2156
2275
|
}, {
|
2157
|
-
name: string;
|
2158
2276
|
id: string;
|
2159
2277
|
address: string | null;
|
2278
|
+
name: string;
|
2160
2279
|
email: string;
|
2161
2280
|
createdAt: Date;
|
2162
2281
|
updatedAt: Date;
|
@@ -2258,8 +2377,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2258
2377
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
2259
2378
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
2260
2379
|
}, "strip", z.ZodTypeAny, {
|
2261
|
-
name: string;
|
2262
2380
|
id: string;
|
2381
|
+
name: string;
|
2263
2382
|
accessToken?: string | undefined;
|
2264
2383
|
channelSecret?: string | undefined;
|
2265
2384
|
additionalCredentials?: any;
|
@@ -2283,8 +2402,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2283
2402
|
lineRichMenuId?: string | null | undefined;
|
2284
2403
|
messengerIntegrationType?: "own" | "business" | undefined;
|
2285
2404
|
}, {
|
2286
|
-
name: string;
|
2287
2405
|
id: string;
|
2406
|
+
name: string;
|
2288
2407
|
accessToken?: string | undefined;
|
2289
2408
|
channelSecret?: string | undefined;
|
2290
2409
|
additionalCredentials?: any;
|
@@ -2321,14 +2440,14 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2321
2440
|
integrationId: z.ZodString;
|
2322
2441
|
accessToken: z.ZodString;
|
2323
2442
|
}, "strip", z.ZodTypeAny, {
|
2324
|
-
name: string;
|
2325
2443
|
id: string;
|
2444
|
+
name: string;
|
2326
2445
|
accessToken: string;
|
2327
2446
|
botId: string;
|
2328
2447
|
integrationId: string;
|
2329
2448
|
}, {
|
2330
|
-
name: string;
|
2331
2449
|
id: string;
|
2450
|
+
name: string;
|
2332
2451
|
accessToken: string;
|
2333
2452
|
botId: string;
|
2334
2453
|
integrationId: string;
|
@@ -2451,9 +2570,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2451
2570
|
telephonySignature: string | null;
|
2452
2571
|
}>;
|
2453
2572
|
}, "strip", z.ZodTypeAny, {
|
2454
|
-
name: string;
|
2455
2573
|
id: string;
|
2456
2574
|
address: string | null;
|
2575
|
+
name: string;
|
2457
2576
|
email: string;
|
2458
2577
|
createdAt: Date;
|
2459
2578
|
updatedAt: Date;
|
@@ -2494,9 +2613,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2494
2613
|
telephonySignature: string | null;
|
2495
2614
|
};
|
2496
2615
|
}, {
|
2497
|
-
name: string;
|
2498
2616
|
id: string;
|
2499
2617
|
address: string | null;
|
2618
|
+
name: string;
|
2500
2619
|
email: string;
|
2501
2620
|
createdAt: Date;
|
2502
2621
|
updatedAt: Date;
|
@@ -2538,12 +2657,12 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2538
2657
|
};
|
2539
2658
|
}>;
|
2540
2659
|
}, "strip", z.ZodTypeAny, {
|
2541
|
-
name: string;
|
2542
2660
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2543
2661
|
id: string;
|
2662
|
+
name: string;
|
2544
2663
|
metadata: {
|
2545
|
-
name: string;
|
2546
2664
|
id: string;
|
2665
|
+
name: string;
|
2547
2666
|
accessToken?: string | undefined;
|
2548
2667
|
channelSecret?: string | undefined;
|
2549
2668
|
additionalCredentials?: any;
|
@@ -2572,9 +2691,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2572
2691
|
updatedAt: Date;
|
2573
2692
|
deletedAt: Date | null;
|
2574
2693
|
actor: {
|
2575
|
-
name: string;
|
2576
2694
|
id: string;
|
2577
2695
|
address: string | null;
|
2696
|
+
name: string;
|
2578
2697
|
email: string;
|
2579
2698
|
createdAt: Date;
|
2580
2699
|
updatedAt: Date;
|
@@ -2621,19 +2740,19 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2621
2740
|
connectedUserName: string;
|
2622
2741
|
connectedUserId: string;
|
2623
2742
|
botpressBot: {
|
2624
|
-
name: string;
|
2625
2743
|
id: string;
|
2744
|
+
name: string;
|
2626
2745
|
accessToken: string;
|
2627
2746
|
botId: string;
|
2628
2747
|
integrationId: string;
|
2629
2748
|
} | null;
|
2630
2749
|
}, {
|
2631
|
-
name: string;
|
2632
2750
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2633
2751
|
id: string;
|
2752
|
+
name: string;
|
2634
2753
|
metadata: {
|
2635
|
-
name: string;
|
2636
2754
|
id: string;
|
2755
|
+
name: string;
|
2637
2756
|
accessToken?: string | undefined;
|
2638
2757
|
channelSecret?: string | undefined;
|
2639
2758
|
additionalCredentials?: any;
|
@@ -2662,9 +2781,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2662
2781
|
updatedAt: Date;
|
2663
2782
|
deletedAt: Date | null;
|
2664
2783
|
actor: {
|
2665
|
-
name: string;
|
2666
2784
|
id: string;
|
2667
2785
|
address: string | null;
|
2786
|
+
name: string;
|
2668
2787
|
email: string;
|
2669
2788
|
createdAt: Date;
|
2670
2789
|
updatedAt: Date;
|
@@ -2711,8 +2830,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2711
2830
|
connectedUserName: string;
|
2712
2831
|
connectedUserId: string;
|
2713
2832
|
botpressBot: {
|
2714
|
-
name: string;
|
2715
2833
|
id: string;
|
2834
|
+
name: string;
|
2716
2835
|
accessToken: string;
|
2717
2836
|
botId: string;
|
2718
2837
|
integrationId: string;
|
@@ -2721,12 +2840,12 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2721
2840
|
}, "strip", z.ZodTypeAny, {
|
2722
2841
|
id: string;
|
2723
2842
|
channel: {
|
2724
|
-
name: string;
|
2725
2843
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2726
2844
|
id: string;
|
2845
|
+
name: string;
|
2727
2846
|
metadata: {
|
2728
|
-
name: string;
|
2729
2847
|
id: string;
|
2848
|
+
name: string;
|
2730
2849
|
accessToken?: string | undefined;
|
2731
2850
|
channelSecret?: string | undefined;
|
2732
2851
|
additionalCredentials?: any;
|
@@ -2755,9 +2874,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2755
2874
|
updatedAt: Date;
|
2756
2875
|
deletedAt: Date | null;
|
2757
2876
|
actor: {
|
2758
|
-
name: string;
|
2759
2877
|
id: string;
|
2760
2878
|
address: string | null;
|
2879
|
+
name: string;
|
2761
2880
|
email: string;
|
2762
2881
|
createdAt: Date;
|
2763
2882
|
updatedAt: Date;
|
@@ -2804,8 +2923,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2804
2923
|
connectedUserName: string;
|
2805
2924
|
connectedUserId: string;
|
2806
2925
|
botpressBot: {
|
2807
|
-
name: string;
|
2808
2926
|
id: string;
|
2927
|
+
name: string;
|
2809
2928
|
accessToken: string;
|
2810
2929
|
botId: string;
|
2811
2930
|
integrationId: string;
|
@@ -2816,9 +2935,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2816
2935
|
updatedAt: Date;
|
2817
2936
|
deletedAt: Date | null;
|
2818
2937
|
actor: {
|
2819
|
-
name: string;
|
2820
2938
|
id: string;
|
2821
2939
|
address: string | null;
|
2940
|
+
name: string;
|
2822
2941
|
email: string;
|
2823
2942
|
createdAt: Date;
|
2824
2943
|
updatedAt: Date;
|
@@ -2870,8 +2989,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2870
2989
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2871
2990
|
id: string;
|
2872
2991
|
metadata: {
|
2873
|
-
name: string;
|
2874
2992
|
id: string;
|
2993
|
+
name: string;
|
2875
2994
|
picture?: string | undefined;
|
2876
2995
|
additionalCredentials?: any;
|
2877
2996
|
};
|
@@ -2879,10 +2998,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2879
2998
|
updatedAt: Date;
|
2880
2999
|
deletedAt: Date | null;
|
2881
3000
|
contact: {
|
2882
|
-
name: string;
|
2883
3001
|
id: string;
|
2884
3002
|
channel: string | null;
|
2885
3003
|
address: string | null;
|
3004
|
+
name: string;
|
2886
3005
|
createdAt: Date;
|
2887
3006
|
updatedAt: Date;
|
2888
3007
|
deletedAt: Date | null;
|
@@ -2927,8 +3046,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2927
3046
|
createdAt: Date;
|
2928
3047
|
updatedAt: Date;
|
2929
3048
|
deletedAt: Date | null;
|
2930
|
-
name?: string | undefined;
|
2931
3049
|
address?: string | null | undefined;
|
3050
|
+
name?: string | undefined;
|
2932
3051
|
phone?: string | null | undefined;
|
2933
3052
|
industry?: string | null | undefined;
|
2934
3053
|
} | null;
|
@@ -2936,8 +3055,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2936
3055
|
contactProfile: string | null;
|
2937
3056
|
socialProfileUrl: string | null;
|
2938
3057
|
tags: {
|
2939
|
-
name: string;
|
2940
3058
|
id: string;
|
3059
|
+
name: string;
|
2941
3060
|
createdAt: Date;
|
2942
3061
|
updatedAt: Date;
|
2943
3062
|
deletedAt: Date | null;
|
@@ -2962,8 +3081,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2962
3081
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2963
3082
|
id: string;
|
2964
3083
|
metadata: {
|
2965
|
-
name: string;
|
2966
3084
|
id: string;
|
3085
|
+
name: string;
|
2967
3086
|
picture?: string | undefined;
|
2968
3087
|
additionalCredentials?: any;
|
2969
3088
|
};
|
@@ -2994,9 +3113,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2994
3113
|
socialPlatformId: string;
|
2995
3114
|
};
|
2996
3115
|
assignee: {
|
2997
|
-
name: string;
|
2998
3116
|
id: string;
|
2999
3117
|
address: string | null;
|
3118
|
+
name: string;
|
3000
3119
|
email: string;
|
3001
3120
|
createdAt: Date;
|
3002
3121
|
updatedAt: Date;
|
@@ -3040,12 +3159,12 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3040
3159
|
}, {
|
3041
3160
|
id: string;
|
3042
3161
|
channel: {
|
3043
|
-
name: string;
|
3044
3162
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
3045
3163
|
id: string;
|
3164
|
+
name: string;
|
3046
3165
|
metadata: {
|
3047
|
-
name: string;
|
3048
3166
|
id: string;
|
3167
|
+
name: string;
|
3049
3168
|
accessToken?: string | undefined;
|
3050
3169
|
channelSecret?: string | undefined;
|
3051
3170
|
additionalCredentials?: any;
|
@@ -3074,9 +3193,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3074
3193
|
updatedAt: Date;
|
3075
3194
|
deletedAt: Date | null;
|
3076
3195
|
actor: {
|
3077
|
-
name: string;
|
3078
3196
|
id: string;
|
3079
3197
|
address: string | null;
|
3198
|
+
name: string;
|
3080
3199
|
email: string;
|
3081
3200
|
createdAt: Date;
|
3082
3201
|
updatedAt: Date;
|
@@ -3123,8 +3242,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3123
3242
|
connectedUserName: string;
|
3124
3243
|
connectedUserId: string;
|
3125
3244
|
botpressBot: {
|
3126
|
-
name: string;
|
3127
3245
|
id: string;
|
3246
|
+
name: string;
|
3128
3247
|
accessToken: string;
|
3129
3248
|
botId: string;
|
3130
3249
|
integrationId: string;
|
@@ -3135,9 +3254,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3135
3254
|
updatedAt: Date;
|
3136
3255
|
deletedAt: Date | null;
|
3137
3256
|
actor: {
|
3138
|
-
name: string;
|
3139
3257
|
id: string;
|
3140
3258
|
address: string | null;
|
3259
|
+
name: string;
|
3141
3260
|
email: string;
|
3142
3261
|
createdAt: Date;
|
3143
3262
|
updatedAt: Date;
|
@@ -3189,8 +3308,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3189
3308
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
3190
3309
|
id: string;
|
3191
3310
|
metadata: {
|
3192
|
-
name: string;
|
3193
3311
|
id: string;
|
3312
|
+
name: string;
|
3194
3313
|
picture?: string | undefined;
|
3195
3314
|
additionalCredentials?: any;
|
3196
3315
|
};
|
@@ -3198,10 +3317,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3198
3317
|
updatedAt: Date;
|
3199
3318
|
deletedAt: Date | null;
|
3200
3319
|
contact: {
|
3201
|
-
name: string;
|
3202
3320
|
id: string;
|
3203
3321
|
channel: string | null;
|
3204
3322
|
address: string | null;
|
3323
|
+
name: string;
|
3205
3324
|
createdAt: Date;
|
3206
3325
|
updatedAt: Date;
|
3207
3326
|
deletedAt: Date | null;
|
@@ -3246,8 +3365,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3246
3365
|
createdAt: Date;
|
3247
3366
|
updatedAt: Date;
|
3248
3367
|
deletedAt: Date | null;
|
3249
|
-
name?: string | undefined;
|
3250
3368
|
address?: string | null | undefined;
|
3369
|
+
name?: string | undefined;
|
3251
3370
|
phone?: string | null | undefined;
|
3252
3371
|
industry?: string | null | undefined;
|
3253
3372
|
} | null;
|
@@ -3255,8 +3374,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3255
3374
|
contactProfile: string | null;
|
3256
3375
|
socialProfileUrl: string | null;
|
3257
3376
|
tags: {
|
3258
|
-
name: string;
|
3259
3377
|
id: string;
|
3378
|
+
name: string;
|
3260
3379
|
createdAt: Date;
|
3261
3380
|
updatedAt: Date;
|
3262
3381
|
deletedAt: Date | null;
|
@@ -3281,8 +3400,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3281
3400
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
3282
3401
|
id: string;
|
3283
3402
|
metadata: {
|
3284
|
-
name: string;
|
3285
3403
|
id: string;
|
3404
|
+
name: string;
|
3286
3405
|
picture?: string | undefined;
|
3287
3406
|
additionalCredentials?: any;
|
3288
3407
|
};
|
@@ -3313,9 +3432,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3313
3432
|
socialPlatformId: string;
|
3314
3433
|
};
|
3315
3434
|
assignee: {
|
3316
|
-
name: string;
|
3317
3435
|
id: string;
|
3318
3436
|
address: string | null;
|
3437
|
+
name: string;
|
3319
3438
|
email: string;
|
3320
3439
|
createdAt: Date;
|
3321
3440
|
updatedAt: Date;
|
@@ -3388,14 +3507,14 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3388
3507
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
3389
3508
|
name: z.ZodString;
|
3390
3509
|
}, "strip", z.ZodTypeAny, {
|
3391
|
-
name: string;
|
3392
3510
|
id: string;
|
3511
|
+
name: string;
|
3393
3512
|
createdAt: Date;
|
3394
3513
|
updatedAt: Date;
|
3395
3514
|
deletedAt: Date | null;
|
3396
3515
|
}, {
|
3397
|
-
name: string;
|
3398
3516
|
id: string;
|
3517
|
+
name: string;
|
3399
3518
|
createdAt: Date;
|
3400
3519
|
updatedAt: Date;
|
3401
3520
|
deletedAt: Date | null;
|
@@ -3551,8 +3670,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3551
3670
|
createdAt: Date;
|
3552
3671
|
updatedAt: Date;
|
3553
3672
|
deletedAt: Date | null;
|
3554
|
-
name?: string | undefined;
|
3555
3673
|
address?: string | null | undefined;
|
3674
|
+
name?: string | undefined;
|
3556
3675
|
phone?: string | null | undefined;
|
3557
3676
|
industry?: string | null | undefined;
|
3558
3677
|
}, {
|
@@ -3560,8 +3679,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3560
3679
|
createdAt: Date;
|
3561
3680
|
updatedAt: Date;
|
3562
3681
|
deletedAt: Date | null;
|
3563
|
-
name?: string | undefined;
|
3564
3682
|
address?: string | null | undefined;
|
3683
|
+
name?: string | undefined;
|
3565
3684
|
phone?: string | null | undefined;
|
3566
3685
|
industry?: string | null | undefined;
|
3567
3686
|
}>>;
|
@@ -3579,13 +3698,13 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3579
3698
|
picture: z.ZodOptional<z.ZodString>;
|
3580
3699
|
additionalCredentials: z.ZodAny;
|
3581
3700
|
}, "strip", z.ZodTypeAny, {
|
3582
|
-
name: string;
|
3583
3701
|
id: string;
|
3702
|
+
name: string;
|
3584
3703
|
picture?: string | undefined;
|
3585
3704
|
additionalCredentials?: any;
|
3586
3705
|
}, {
|
3587
|
-
name: string;
|
3588
3706
|
id: string;
|
3707
|
+
name: string;
|
3589
3708
|
picture?: string | undefined;
|
3590
3709
|
additionalCredentials?: any;
|
3591
3710
|
}>;
|
@@ -3593,8 +3712,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3593
3712
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
3594
3713
|
id: string;
|
3595
3714
|
metadata: {
|
3596
|
-
name: string;
|
3597
3715
|
id: string;
|
3716
|
+
name: string;
|
3598
3717
|
picture?: string | undefined;
|
3599
3718
|
additionalCredentials?: any;
|
3600
3719
|
};
|
@@ -3607,8 +3726,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3607
3726
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
3608
3727
|
id: string;
|
3609
3728
|
metadata: {
|
3610
|
-
name: string;
|
3611
3729
|
id: string;
|
3730
|
+
name: string;
|
3612
3731
|
picture?: string | undefined;
|
3613
3732
|
additionalCredentials?: any;
|
3614
3733
|
};
|
@@ -3918,10 +4037,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3918
4037
|
};
|
3919
4038
|
}>, "many">>;
|
3920
4039
|
}, "strip", z.ZodTypeAny, {
|
3921
|
-
name: string;
|
3922
4040
|
id: string;
|
3923
4041
|
channel: string | null;
|
3924
4042
|
address: string | null;
|
4043
|
+
name: string;
|
3925
4044
|
createdAt: Date;
|
3926
4045
|
updatedAt: Date;
|
3927
4046
|
deletedAt: Date | null;
|
@@ -3966,8 +4085,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3966
4085
|
createdAt: Date;
|
3967
4086
|
updatedAt: Date;
|
3968
4087
|
deletedAt: Date | null;
|
3969
|
-
name?: string | undefined;
|
3970
4088
|
address?: string | null | undefined;
|
4089
|
+
name?: string | undefined;
|
3971
4090
|
phone?: string | null | undefined;
|
3972
4091
|
industry?: string | null | undefined;
|
3973
4092
|
} | null;
|
@@ -3975,8 +4094,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3975
4094
|
contactProfile: string | null;
|
3976
4095
|
socialProfileUrl: string | null;
|
3977
4096
|
tags: {
|
3978
|
-
name: string;
|
3979
4097
|
id: string;
|
4098
|
+
name: string;
|
3980
4099
|
createdAt: Date;
|
3981
4100
|
updatedAt: Date;
|
3982
4101
|
deletedAt: Date | null;
|
@@ -4001,8 +4120,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4001
4120
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
4002
4121
|
id: string;
|
4003
4122
|
metadata: {
|
4004
|
-
name: string;
|
4005
4123
|
id: string;
|
4124
|
+
name: string;
|
4006
4125
|
picture?: string | undefined;
|
4007
4126
|
additionalCredentials?: any;
|
4008
4127
|
};
|
@@ -4029,10 +4148,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4029
4148
|
};
|
4030
4149
|
}[] | undefined;
|
4031
4150
|
}, {
|
4032
|
-
name: string;
|
4033
4151
|
id: string;
|
4034
4152
|
channel: string | null;
|
4035
4153
|
address: string | null;
|
4154
|
+
name: string;
|
4036
4155
|
createdAt: Date;
|
4037
4156
|
updatedAt: Date;
|
4038
4157
|
deletedAt: Date | null;
|
@@ -4077,8 +4196,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4077
4196
|
createdAt: Date;
|
4078
4197
|
updatedAt: Date;
|
4079
4198
|
deletedAt: Date | null;
|
4080
|
-
name?: string | undefined;
|
4081
4199
|
address?: string | null | undefined;
|
4200
|
+
name?: string | undefined;
|
4082
4201
|
phone?: string | null | undefined;
|
4083
4202
|
industry?: string | null | undefined;
|
4084
4203
|
} | null;
|
@@ -4086,8 +4205,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4086
4205
|
contactProfile: string | null;
|
4087
4206
|
socialProfileUrl: string | null;
|
4088
4207
|
tags: {
|
4089
|
-
name: string;
|
4090
4208
|
id: string;
|
4209
|
+
name: string;
|
4091
4210
|
createdAt: Date;
|
4092
4211
|
updatedAt: Date;
|
4093
4212
|
deletedAt: Date | null;
|
@@ -4112,8 +4231,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4112
4231
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
4113
4232
|
id: string;
|
4114
4233
|
metadata: {
|
4115
|
-
name: string;
|
4116
4234
|
id: string;
|
4235
|
+
name: string;
|
4117
4236
|
picture?: string | undefined;
|
4118
4237
|
additionalCredentials?: any;
|
4119
4238
|
};
|
@@ -4331,9 +4450,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4331
4450
|
telephonySignature: string | null;
|
4332
4451
|
}>;
|
4333
4452
|
}, "roles" | "extension">, "strip", z.ZodTypeAny, {
|
4334
|
-
name: string;
|
4335
4453
|
id: string;
|
4336
4454
|
address: string | null;
|
4455
|
+
name: string;
|
4337
4456
|
email: string;
|
4338
4457
|
createdAt: Date;
|
4339
4458
|
updatedAt: Date;
|
@@ -4343,9 +4462,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4343
4462
|
phone: string | null;
|
4344
4463
|
notificationCount: number | null;
|
4345
4464
|
}, {
|
4346
|
-
name: string;
|
4347
4465
|
id: string;
|
4348
4466
|
address: string | null;
|
4467
|
+
name: string;
|
4349
4468
|
email: string;
|
4350
4469
|
createdAt: Date;
|
4351
4470
|
updatedAt: Date;
|
@@ -4368,9 +4487,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4368
4487
|
}, "strip", z.ZodTypeAny, {
|
4369
4488
|
id: string;
|
4370
4489
|
user: {
|
4371
|
-
name: string;
|
4372
4490
|
id: string;
|
4373
4491
|
address: string | null;
|
4492
|
+
name: string;
|
4374
4493
|
email: string;
|
4375
4494
|
createdAt: Date;
|
4376
4495
|
updatedAt: Date;
|
@@ -4393,9 +4512,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4393
4512
|
}, {
|
4394
4513
|
id: string;
|
4395
4514
|
user: {
|
4396
|
-
name: string;
|
4397
4515
|
id: string;
|
4398
4516
|
address: string | null;
|
4517
|
+
name: string;
|
4399
4518
|
email: string;
|
4400
4519
|
createdAt: Date;
|
4401
4520
|
updatedAt: Date;
|
@@ -4536,9 +4655,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4536
4655
|
telephonySignature: string | null;
|
4537
4656
|
}>;
|
4538
4657
|
}, "roles" | "extension">, "strip", z.ZodTypeAny, {
|
4539
|
-
name: string;
|
4540
4658
|
id: string;
|
4541
4659
|
address: string | null;
|
4660
|
+
name: string;
|
4542
4661
|
email: string;
|
4543
4662
|
createdAt: Date;
|
4544
4663
|
updatedAt: Date;
|
@@ -4548,9 +4667,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4548
4667
|
phone: string | null;
|
4549
4668
|
notificationCount: number | null;
|
4550
4669
|
}, {
|
4551
|
-
name: string;
|
4552
4670
|
id: string;
|
4553
4671
|
address: string | null;
|
4672
|
+
name: string;
|
4554
4673
|
email: string;
|
4555
4674
|
createdAt: Date;
|
4556
4675
|
updatedAt: Date;
|
@@ -4573,9 +4692,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4573
4692
|
}, "strip", z.ZodTypeAny, {
|
4574
4693
|
id: string;
|
4575
4694
|
user: {
|
4576
|
-
name: string;
|
4577
4695
|
id: string;
|
4578
4696
|
address: string | null;
|
4697
|
+
name: string;
|
4579
4698
|
email: string;
|
4580
4699
|
createdAt: Date;
|
4581
4700
|
updatedAt: Date;
|
@@ -4598,9 +4717,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4598
4717
|
}, {
|
4599
4718
|
id: string;
|
4600
4719
|
user: {
|
4601
|
-
name: string;
|
4602
4720
|
id: string;
|
4603
4721
|
address: string | null;
|
4722
|
+
name: string;
|
4604
4723
|
email: string;
|
4605
4724
|
createdAt: Date;
|
4606
4725
|
updatedAt: Date;
|
@@ -4625,9 +4744,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4625
4744
|
callTo?: {
|
4626
4745
|
id: string;
|
4627
4746
|
user: {
|
4628
|
-
name: string;
|
4629
4747
|
id: string;
|
4630
4748
|
address: string | null;
|
4749
|
+
name: string;
|
4631
4750
|
email: string;
|
4632
4751
|
createdAt: Date;
|
4633
4752
|
updatedAt: Date;
|
@@ -4651,9 +4770,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4651
4770
|
callFrom?: {
|
4652
4771
|
id: string;
|
4653
4772
|
user: {
|
4654
|
-
name: string;
|
4655
4773
|
id: string;
|
4656
4774
|
address: string | null;
|
4775
|
+
name: string;
|
4657
4776
|
email: string;
|
4658
4777
|
createdAt: Date;
|
4659
4778
|
updatedAt: Date;
|
@@ -4678,9 +4797,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4678
4797
|
callTo?: {
|
4679
4798
|
id: string;
|
4680
4799
|
user: {
|
4681
|
-
name: string;
|
4682
4800
|
id: string;
|
4683
4801
|
address: string | null;
|
4802
|
+
name: string;
|
4684
4803
|
email: string;
|
4685
4804
|
createdAt: Date;
|
4686
4805
|
updatedAt: Date;
|
@@ -4704,9 +4823,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4704
4823
|
callFrom?: {
|
4705
4824
|
id: string;
|
4706
4825
|
user: {
|
4707
|
-
name: string;
|
4708
4826
|
id: string;
|
4709
4827
|
address: string | null;
|
4828
|
+
name: string;
|
4710
4829
|
email: string;
|
4711
4830
|
createdAt: Date;
|
4712
4831
|
updatedAt: Date;
|
@@ -4860,9 +4979,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4860
4979
|
telephonySignature: string | null;
|
4861
4980
|
}>;
|
4862
4981
|
}, "strip", z.ZodTypeAny, {
|
4863
|
-
name: string;
|
4864
4982
|
id: string;
|
4865
4983
|
address: string | null;
|
4984
|
+
name: string;
|
4866
4985
|
email: string;
|
4867
4986
|
createdAt: Date;
|
4868
4987
|
updatedAt: Date;
|
@@ -4903,9 +5022,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4903
5022
|
telephonySignature: string | null;
|
4904
5023
|
};
|
4905
5024
|
}, {
|
4906
|
-
name: string;
|
4907
5025
|
id: string;
|
4908
5026
|
address: string | null;
|
5027
|
+
name: string;
|
4909
5028
|
email: string;
|
4910
5029
|
createdAt: Date;
|
4911
5030
|
updatedAt: Date;
|
@@ -4959,9 +5078,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4959
5078
|
extensionName: string;
|
4960
5079
|
telephonySignature: string | null;
|
4961
5080
|
user?: {
|
4962
|
-
name: string;
|
4963
5081
|
id: string;
|
4964
5082
|
address: string | null;
|
5083
|
+
name: string;
|
4965
5084
|
email: string;
|
4966
5085
|
createdAt: Date;
|
4967
5086
|
updatedAt: Date;
|
@@ -5015,9 +5134,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5015
5134
|
extensionName: string;
|
5016
5135
|
telephonySignature: string | null;
|
5017
5136
|
user?: {
|
5018
|
-
name: string;
|
5019
5137
|
id: string;
|
5020
5138
|
address: string | null;
|
5139
|
+
name: string;
|
5021
5140
|
email: string;
|
5022
5141
|
createdAt: Date;
|
5023
5142
|
updatedAt: Date;
|
@@ -5087,9 +5206,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5087
5206
|
callTo?: {
|
5088
5207
|
id: string;
|
5089
5208
|
user: {
|
5090
|
-
name: string;
|
5091
5209
|
id: string;
|
5092
5210
|
address: string | null;
|
5211
|
+
name: string;
|
5093
5212
|
email: string;
|
5094
5213
|
createdAt: Date;
|
5095
5214
|
updatedAt: Date;
|
@@ -5113,9 +5232,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5113
5232
|
callFrom?: {
|
5114
5233
|
id: string;
|
5115
5234
|
user: {
|
5116
|
-
name: string;
|
5117
5235
|
id: string;
|
5118
5236
|
address: string | null;
|
5237
|
+
name: string;
|
5119
5238
|
email: string;
|
5120
5239
|
createdAt: Date;
|
5121
5240
|
updatedAt: Date;
|
@@ -5141,10 +5260,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5141
5260
|
telephonyQueueId: string | null;
|
5142
5261
|
contactId: string | null;
|
5143
5262
|
contact?: {
|
5144
|
-
name: string;
|
5145
5263
|
id: string;
|
5146
5264
|
channel: string | null;
|
5147
5265
|
address: string | null;
|
5266
|
+
name: string;
|
5148
5267
|
createdAt: Date;
|
5149
5268
|
updatedAt: Date;
|
5150
5269
|
deletedAt: Date | null;
|
@@ -5189,8 +5308,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5189
5308
|
createdAt: Date;
|
5190
5309
|
updatedAt: Date;
|
5191
5310
|
deletedAt: Date | null;
|
5192
|
-
name?: string | undefined;
|
5193
5311
|
address?: string | null | undefined;
|
5312
|
+
name?: string | undefined;
|
5194
5313
|
phone?: string | null | undefined;
|
5195
5314
|
industry?: string | null | undefined;
|
5196
5315
|
} | null;
|
@@ -5198,8 +5317,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5198
5317
|
contactProfile: string | null;
|
5199
5318
|
socialProfileUrl: string | null;
|
5200
5319
|
tags: {
|
5201
|
-
name: string;
|
5202
5320
|
id: string;
|
5321
|
+
name: string;
|
5203
5322
|
createdAt: Date;
|
5204
5323
|
updatedAt: Date;
|
5205
5324
|
deletedAt: Date | null;
|
@@ -5224,8 +5343,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5224
5343
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
5225
5344
|
id: string;
|
5226
5345
|
metadata: {
|
5227
|
-
name: string;
|
5228
5346
|
id: string;
|
5347
|
+
name: string;
|
5229
5348
|
picture?: string | undefined;
|
5230
5349
|
additionalCredentials?: any;
|
5231
5350
|
};
|
@@ -5287,9 +5406,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5287
5406
|
extensionName: string;
|
5288
5407
|
telephonySignature: string | null;
|
5289
5408
|
user?: {
|
5290
|
-
name: string;
|
5291
5409
|
id: string;
|
5292
5410
|
address: string | null;
|
5411
|
+
name: string;
|
5293
5412
|
email: string;
|
5294
5413
|
createdAt: Date;
|
5295
5414
|
updatedAt: Date;
|
@@ -5357,9 +5476,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5357
5476
|
callTo?: {
|
5358
5477
|
id: string;
|
5359
5478
|
user: {
|
5360
|
-
name: string;
|
5361
5479
|
id: string;
|
5362
5480
|
address: string | null;
|
5481
|
+
name: string;
|
5363
5482
|
email: string;
|
5364
5483
|
createdAt: Date;
|
5365
5484
|
updatedAt: Date;
|
@@ -5383,9 +5502,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5383
5502
|
callFrom?: {
|
5384
5503
|
id: string;
|
5385
5504
|
user: {
|
5386
|
-
name: string;
|
5387
5505
|
id: string;
|
5388
5506
|
address: string | null;
|
5507
|
+
name: string;
|
5389
5508
|
email: string;
|
5390
5509
|
createdAt: Date;
|
5391
5510
|
updatedAt: Date;
|
@@ -5411,10 +5530,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5411
5530
|
telephonyQueueId: string | null;
|
5412
5531
|
contactId: string | null;
|
5413
5532
|
contact?: {
|
5414
|
-
name: string;
|
5415
5533
|
id: string;
|
5416
5534
|
channel: string | null;
|
5417
5535
|
address: string | null;
|
5536
|
+
name: string;
|
5418
5537
|
createdAt: Date;
|
5419
5538
|
updatedAt: Date;
|
5420
5539
|
deletedAt: Date | null;
|
@@ -5459,8 +5578,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5459
5578
|
createdAt: Date;
|
5460
5579
|
updatedAt: Date;
|
5461
5580
|
deletedAt: Date | null;
|
5462
|
-
name?: string | undefined;
|
5463
5581
|
address?: string | null | undefined;
|
5582
|
+
name?: string | undefined;
|
5464
5583
|
phone?: string | null | undefined;
|
5465
5584
|
industry?: string | null | undefined;
|
5466
5585
|
} | null;
|
@@ -5468,8 +5587,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5468
5587
|
contactProfile: string | null;
|
5469
5588
|
socialProfileUrl: string | null;
|
5470
5589
|
tags: {
|
5471
|
-
name: string;
|
5472
5590
|
id: string;
|
5591
|
+
name: string;
|
5473
5592
|
createdAt: Date;
|
5474
5593
|
updatedAt: Date;
|
5475
5594
|
deletedAt: Date | null;
|
@@ -5494,8 +5613,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5494
5613
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
5495
5614
|
id: string;
|
5496
5615
|
metadata: {
|
5497
|
-
name: string;
|
5498
5616
|
id: string;
|
5617
|
+
name: string;
|
5499
5618
|
picture?: string | undefined;
|
5500
5619
|
additionalCredentials?: any;
|
5501
5620
|
};
|
@@ -5557,9 +5676,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5557
5676
|
extensionName: string;
|
5558
5677
|
telephonySignature: string | null;
|
5559
5678
|
user?: {
|
5560
|
-
name: string;
|
5561
5679
|
id: string;
|
5562
5680
|
address: string | null;
|
5681
|
+
name: string;
|
5563
5682
|
email: string;
|
5564
5683
|
createdAt: Date;
|
5565
5684
|
updatedAt: Date;
|
@@ -5627,14 +5746,14 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5627
5746
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
5628
5747
|
name: z.ZodString;
|
5629
5748
|
}, "strip", z.ZodTypeAny, {
|
5630
|
-
name: string;
|
5631
5749
|
id: string;
|
5750
|
+
name: string;
|
5632
5751
|
createdAt: Date;
|
5633
5752
|
updatedAt: Date;
|
5634
5753
|
deletedAt: Date | null;
|
5635
5754
|
}, {
|
5636
|
-
name: string;
|
5637
5755
|
id: string;
|
5756
|
+
name: string;
|
5638
5757
|
createdAt: Date;
|
5639
5758
|
updatedAt: Date;
|
5640
5759
|
deletedAt: Date | null;
|
@@ -5790,8 +5909,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5790
5909
|
createdAt: Date;
|
5791
5910
|
updatedAt: Date;
|
5792
5911
|
deletedAt: Date | null;
|
5793
|
-
name?: string | undefined;
|
5794
5912
|
address?: string | null | undefined;
|
5913
|
+
name?: string | undefined;
|
5795
5914
|
phone?: string | null | undefined;
|
5796
5915
|
industry?: string | null | undefined;
|
5797
5916
|
}, {
|
@@ -5799,8 +5918,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5799
5918
|
createdAt: Date;
|
5800
5919
|
updatedAt: Date;
|
5801
5920
|
deletedAt: Date | null;
|
5802
|
-
name?: string | undefined;
|
5803
5921
|
address?: string | null | undefined;
|
5922
|
+
name?: string | undefined;
|
5804
5923
|
phone?: string | null | undefined;
|
5805
5924
|
industry?: string | null | undefined;
|
5806
5925
|
}>>;
|
@@ -5818,13 +5937,13 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5818
5937
|
picture: z.ZodOptional<z.ZodString>;
|
5819
5938
|
additionalCredentials: z.ZodAny;
|
5820
5939
|
}, "strip", z.ZodTypeAny, {
|
5821
|
-
name: string;
|
5822
5940
|
id: string;
|
5941
|
+
name: string;
|
5823
5942
|
picture?: string | undefined;
|
5824
5943
|
additionalCredentials?: any;
|
5825
5944
|
}, {
|
5826
|
-
name: string;
|
5827
5945
|
id: string;
|
5946
|
+
name: string;
|
5828
5947
|
picture?: string | undefined;
|
5829
5948
|
additionalCredentials?: any;
|
5830
5949
|
}>;
|
@@ -5832,8 +5951,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5832
5951
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
5833
5952
|
id: string;
|
5834
5953
|
metadata: {
|
5835
|
-
name: string;
|
5836
5954
|
id: string;
|
5955
|
+
name: string;
|
5837
5956
|
picture?: string | undefined;
|
5838
5957
|
additionalCredentials?: any;
|
5839
5958
|
};
|
@@ -5846,8 +5965,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5846
5965
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
5847
5966
|
id: string;
|
5848
5967
|
metadata: {
|
5849
|
-
name: string;
|
5850
5968
|
id: string;
|
5969
|
+
name: string;
|
5851
5970
|
picture?: string | undefined;
|
5852
5971
|
additionalCredentials?: any;
|
5853
5972
|
};
|
@@ -6157,10 +6276,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
6157
6276
|
};
|
6158
6277
|
}>, "many">>;
|
6159
6278
|
}, "strip", z.ZodTypeAny, {
|
6160
|
-
name: string;
|
6161
6279
|
id: string;
|
6162
6280
|
channel: string | null;
|
6163
6281
|
address: string | null;
|
6282
|
+
name: string;
|
6164
6283
|
createdAt: Date;
|
6165
6284
|
updatedAt: Date;
|
6166
6285
|
deletedAt: Date | null;
|
@@ -6205,8 +6324,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
6205
6324
|
createdAt: Date;
|
6206
6325
|
updatedAt: Date;
|
6207
6326
|
deletedAt: Date | null;
|
6208
|
-
name?: string | undefined;
|
6209
6327
|
address?: string | null | undefined;
|
6328
|
+
name?: string | undefined;
|
6210
6329
|
phone?: string | null | undefined;
|
6211
6330
|
industry?: string | null | undefined;
|
6212
6331
|
} | null;
|
@@ -6214,8 +6333,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
6214
6333
|
contactProfile: string | null;
|
6215
6334
|
socialProfileUrl: string | null;
|
6216
6335
|
tags: {
|
6217
|
-
name: string;
|
6218
6336
|
id: string;
|
6337
|
+
name: string;
|
6219
6338
|
createdAt: Date;
|
6220
6339
|
updatedAt: Date;
|
6221
6340
|
deletedAt: Date | null;
|
@@ -6240,8 +6359,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
6240
6359
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
6241
6360
|
id: string;
|
6242
6361
|
metadata: {
|
6243
|
-
name: string;
|
6244
6362
|
id: string;
|
6363
|
+
name: string;
|
6245
6364
|
picture?: string | undefined;
|
6246
6365
|
additionalCredentials?: any;
|
6247
6366
|
};
|
@@ -6268,10 +6387,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
6268
6387
|
};
|
6269
6388
|
}[] | undefined;
|
6270
6389
|
}, {
|
6271
|
-
name: string;
|
6272
6390
|
id: string;
|
6273
6391
|
channel: string | null;
|
6274
6392
|
address: string | null;
|
6393
|
+
name: string;
|
6275
6394
|
createdAt: Date;
|
6276
6395
|
updatedAt: Date;
|
6277
6396
|
deletedAt: Date | null;
|
@@ -6316,8 +6435,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
6316
6435
|
createdAt: Date;
|
6317
6436
|
updatedAt: Date;
|
6318
6437
|
deletedAt: Date | null;
|
6319
|
-
name?: string | undefined;
|
6320
6438
|
address?: string | null | undefined;
|
6439
|
+
name?: string | undefined;
|
6321
6440
|
phone?: string | null | undefined;
|
6322
6441
|
industry?: string | null | undefined;
|
6323
6442
|
} | null;
|
@@ -6325,8 +6444,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
6325
6444
|
contactProfile: string | null;
|
6326
6445
|
socialProfileUrl: string | null;
|
6327
6446
|
tags: {
|
6328
|
-
name: string;
|
6329
6447
|
id: string;
|
6448
|
+
name: string;
|
6330
6449
|
createdAt: Date;
|
6331
6450
|
updatedAt: Date;
|
6332
6451
|
deletedAt: Date | null;
|
@@ -6351,8 +6470,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
6351
6470
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
6352
6471
|
id: string;
|
6353
6472
|
metadata: {
|
6354
|
-
name: string;
|
6355
6473
|
id: string;
|
6474
|
+
name: string;
|
6356
6475
|
picture?: string | undefined;
|
6357
6476
|
additionalCredentials?: any;
|
6358
6477
|
};
|
@@ -6497,9 +6616,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
6497
6616
|
telephonySignature: string | null;
|
6498
6617
|
}>;
|
6499
6618
|
}, "strip", z.ZodTypeAny, {
|
6500
|
-
name: string;
|
6501
6619
|
id: string;
|
6502
6620
|
address: string | null;
|
6621
|
+
name: string;
|
6503
6622
|
email: string;
|
6504
6623
|
createdAt: Date;
|
6505
6624
|
updatedAt: Date;
|
@@ -6540,9 +6659,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
6540
6659
|
telephonySignature: string | null;
|
6541
6660
|
};
|
6542
6661
|
}, {
|
6543
|
-
name: string;
|
6544
6662
|
id: string;
|
6545
6663
|
address: string | null;
|
6664
|
+
name: string;
|
6546
6665
|
email: string;
|
6547
6666
|
createdAt: Date;
|
6548
6667
|
updatedAt: Date;
|
@@ -6701,9 +6820,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
6701
6820
|
telephonySignature: string | null;
|
6702
6821
|
}>;
|
6703
6822
|
}, "strip", z.ZodTypeAny, {
|
6704
|
-
name: string;
|
6705
6823
|
id: string;
|
6706
6824
|
address: string | null;
|
6825
|
+
name: string;
|
6707
6826
|
email: string;
|
6708
6827
|
createdAt: Date;
|
6709
6828
|
updatedAt: Date;
|
@@ -6744,9 +6863,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
6744
6863
|
telephonySignature: string | null;
|
6745
6864
|
};
|
6746
6865
|
}, {
|
6747
|
-
name: string;
|
6748
6866
|
id: string;
|
6749
6867
|
address: string | null;
|
6868
|
+
name: string;
|
6750
6869
|
email: string;
|
6751
6870
|
createdAt: Date;
|
6752
6871
|
updatedAt: Date;
|
@@ -6905,9 +7024,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
6905
7024
|
telephonySignature: string | null;
|
6906
7025
|
}>;
|
6907
7026
|
}, "strip", z.ZodTypeAny, {
|
6908
|
-
name: string;
|
6909
7027
|
id: string;
|
6910
7028
|
address: string | null;
|
7029
|
+
name: string;
|
6911
7030
|
email: string;
|
6912
7031
|
createdAt: Date;
|
6913
7032
|
updatedAt: Date;
|
@@ -6948,9 +7067,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
6948
7067
|
telephonySignature: string | null;
|
6949
7068
|
};
|
6950
7069
|
}, {
|
6951
|
-
name: string;
|
6952
7070
|
id: string;
|
6953
7071
|
address: string | null;
|
7072
|
+
name: string;
|
6954
7073
|
email: string;
|
6955
7074
|
createdAt: Date;
|
6956
7075
|
updatedAt: Date;
|
@@ -7001,10 +7120,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7001
7120
|
deletedAt: Date | null;
|
7002
7121
|
entityId: string;
|
7003
7122
|
contact: {
|
7004
|
-
name: string;
|
7005
7123
|
id: string;
|
7006
7124
|
channel: string | null;
|
7007
7125
|
address: string | null;
|
7126
|
+
name: string;
|
7008
7127
|
createdAt: Date;
|
7009
7128
|
updatedAt: Date;
|
7010
7129
|
deletedAt: Date | null;
|
@@ -7049,8 +7168,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7049
7168
|
createdAt: Date;
|
7050
7169
|
updatedAt: Date;
|
7051
7170
|
deletedAt: Date | null;
|
7052
|
-
name?: string | undefined;
|
7053
7171
|
address?: string | null | undefined;
|
7172
|
+
name?: string | undefined;
|
7054
7173
|
phone?: string | null | undefined;
|
7055
7174
|
industry?: string | null | undefined;
|
7056
7175
|
} | null;
|
@@ -7058,8 +7177,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7058
7177
|
contactProfile: string | null;
|
7059
7178
|
socialProfileUrl: string | null;
|
7060
7179
|
tags: {
|
7061
|
-
name: string;
|
7062
7180
|
id: string;
|
7181
|
+
name: string;
|
7063
7182
|
createdAt: Date;
|
7064
7183
|
updatedAt: Date;
|
7065
7184
|
deletedAt: Date | null;
|
@@ -7084,8 +7203,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7084
7203
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7085
7204
|
id: string;
|
7086
7205
|
metadata: {
|
7087
|
-
name: string;
|
7088
7206
|
id: string;
|
7207
|
+
name: string;
|
7089
7208
|
picture?: string | undefined;
|
7090
7209
|
additionalCredentials?: any;
|
7091
7210
|
};
|
@@ -7115,8 +7234,12 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7115
7234
|
caseId: number;
|
7116
7235
|
entityName: string;
|
7117
7236
|
startedDate: string | null;
|
7237
|
+
totalHoldDuration: string | null;
|
7118
7238
|
handledTime: string | null;
|
7239
|
+
fullHandledTime: string | null;
|
7119
7240
|
firstResponseTime: string | null;
|
7241
|
+
resolutionTime: string | null;
|
7242
|
+
fullResolutionTime: string | null;
|
7120
7243
|
wrapUpForm: {
|
7121
7244
|
type: string;
|
7122
7245
|
id: string;
|
@@ -7147,8 +7270,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7147
7270
|
}[];
|
7148
7271
|
}[];
|
7149
7272
|
tags: {
|
7150
|
-
name: string;
|
7151
7273
|
id: string;
|
7274
|
+
name: string;
|
7152
7275
|
createdAt: Date;
|
7153
7276
|
updatedAt: Date;
|
7154
7277
|
deletedAt: Date | null;
|
@@ -7172,7 +7295,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7172
7295
|
customerPhone: string | null;
|
7173
7296
|
channelType: string | null;
|
7174
7297
|
firstResponseDate: string;
|
7175
|
-
resolutionTime: string | null;
|
7176
7298
|
resolutionDate: string;
|
7177
7299
|
wrapUpDuration: string;
|
7178
7300
|
slaMeet: string | null;
|
@@ -7188,12 +7310,12 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7188
7310
|
room: {
|
7189
7311
|
id: string;
|
7190
7312
|
channel: {
|
7191
|
-
name: string;
|
7192
7313
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7193
7314
|
id: string;
|
7315
|
+
name: string;
|
7194
7316
|
metadata: {
|
7195
|
-
name: string;
|
7196
7317
|
id: string;
|
7318
|
+
name: string;
|
7197
7319
|
accessToken?: string | undefined;
|
7198
7320
|
channelSecret?: string | undefined;
|
7199
7321
|
additionalCredentials?: any;
|
@@ -7222,9 +7344,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7222
7344
|
updatedAt: Date;
|
7223
7345
|
deletedAt: Date | null;
|
7224
7346
|
actor: {
|
7225
|
-
name: string;
|
7226
7347
|
id: string;
|
7227
7348
|
address: string | null;
|
7349
|
+
name: string;
|
7228
7350
|
email: string;
|
7229
7351
|
createdAt: Date;
|
7230
7352
|
updatedAt: Date;
|
@@ -7271,8 +7393,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7271
7393
|
connectedUserName: string;
|
7272
7394
|
connectedUserId: string;
|
7273
7395
|
botpressBot: {
|
7274
|
-
name: string;
|
7275
7396
|
id: string;
|
7397
|
+
name: string;
|
7276
7398
|
accessToken: string;
|
7277
7399
|
botId: string;
|
7278
7400
|
integrationId: string;
|
@@ -7283,9 +7405,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7283
7405
|
updatedAt: Date;
|
7284
7406
|
deletedAt: Date | null;
|
7285
7407
|
actor: {
|
7286
|
-
name: string;
|
7287
7408
|
id: string;
|
7288
7409
|
address: string | null;
|
7410
|
+
name: string;
|
7289
7411
|
email: string;
|
7290
7412
|
createdAt: Date;
|
7291
7413
|
updatedAt: Date;
|
@@ -7337,8 +7459,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7337
7459
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7338
7460
|
id: string;
|
7339
7461
|
metadata: {
|
7340
|
-
name: string;
|
7341
7462
|
id: string;
|
7463
|
+
name: string;
|
7342
7464
|
picture?: string | undefined;
|
7343
7465
|
additionalCredentials?: any;
|
7344
7466
|
};
|
@@ -7346,10 +7468,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7346
7468
|
updatedAt: Date;
|
7347
7469
|
deletedAt: Date | null;
|
7348
7470
|
contact: {
|
7349
|
-
name: string;
|
7350
7471
|
id: string;
|
7351
7472
|
channel: string | null;
|
7352
7473
|
address: string | null;
|
7474
|
+
name: string;
|
7353
7475
|
createdAt: Date;
|
7354
7476
|
updatedAt: Date;
|
7355
7477
|
deletedAt: Date | null;
|
@@ -7394,8 +7516,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7394
7516
|
createdAt: Date;
|
7395
7517
|
updatedAt: Date;
|
7396
7518
|
deletedAt: Date | null;
|
7397
|
-
name?: string | undefined;
|
7398
7519
|
address?: string | null | undefined;
|
7520
|
+
name?: string | undefined;
|
7399
7521
|
phone?: string | null | undefined;
|
7400
7522
|
industry?: string | null | undefined;
|
7401
7523
|
} | null;
|
@@ -7403,8 +7525,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7403
7525
|
contactProfile: string | null;
|
7404
7526
|
socialProfileUrl: string | null;
|
7405
7527
|
tags: {
|
7406
|
-
name: string;
|
7407
7528
|
id: string;
|
7529
|
+
name: string;
|
7408
7530
|
createdAt: Date;
|
7409
7531
|
updatedAt: Date;
|
7410
7532
|
deletedAt: Date | null;
|
@@ -7429,8 +7551,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7429
7551
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7430
7552
|
id: string;
|
7431
7553
|
metadata: {
|
7432
|
-
name: string;
|
7433
7554
|
id: string;
|
7555
|
+
name: string;
|
7434
7556
|
picture?: string | undefined;
|
7435
7557
|
additionalCredentials?: any;
|
7436
7558
|
};
|
@@ -7461,9 +7583,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7461
7583
|
socialPlatformId: string;
|
7462
7584
|
};
|
7463
7585
|
assignee: {
|
7464
|
-
name: string;
|
7465
7586
|
id: string;
|
7466
7587
|
address: string | null;
|
7588
|
+
name: string;
|
7467
7589
|
email: string;
|
7468
7590
|
createdAt: Date;
|
7469
7591
|
updatedAt: Date;
|
@@ -7531,9 +7653,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7531
7653
|
callTo?: {
|
7532
7654
|
id: string;
|
7533
7655
|
user: {
|
7534
|
-
name: string;
|
7535
7656
|
id: string;
|
7536
7657
|
address: string | null;
|
7658
|
+
name: string;
|
7537
7659
|
email: string;
|
7538
7660
|
createdAt: Date;
|
7539
7661
|
updatedAt: Date;
|
@@ -7557,9 +7679,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7557
7679
|
callFrom?: {
|
7558
7680
|
id: string;
|
7559
7681
|
user: {
|
7560
|
-
name: string;
|
7561
7682
|
id: string;
|
7562
7683
|
address: string | null;
|
7684
|
+
name: string;
|
7563
7685
|
email: string;
|
7564
7686
|
createdAt: Date;
|
7565
7687
|
updatedAt: Date;
|
@@ -7585,10 +7707,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7585
7707
|
telephonyQueueId: string | null;
|
7586
7708
|
contactId: string | null;
|
7587
7709
|
contact?: {
|
7588
|
-
name: string;
|
7589
7710
|
id: string;
|
7590
7711
|
channel: string | null;
|
7591
7712
|
address: string | null;
|
7713
|
+
name: string;
|
7592
7714
|
createdAt: Date;
|
7593
7715
|
updatedAt: Date;
|
7594
7716
|
deletedAt: Date | null;
|
@@ -7633,8 +7755,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7633
7755
|
createdAt: Date;
|
7634
7756
|
updatedAt: Date;
|
7635
7757
|
deletedAt: Date | null;
|
7636
|
-
name?: string | undefined;
|
7637
7758
|
address?: string | null | undefined;
|
7759
|
+
name?: string | undefined;
|
7638
7760
|
phone?: string | null | undefined;
|
7639
7761
|
industry?: string | null | undefined;
|
7640
7762
|
} | null;
|
@@ -7642,8 +7764,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7642
7764
|
contactProfile: string | null;
|
7643
7765
|
socialProfileUrl: string | null;
|
7644
7766
|
tags: {
|
7645
|
-
name: string;
|
7646
7767
|
id: string;
|
7768
|
+
name: string;
|
7647
7769
|
createdAt: Date;
|
7648
7770
|
updatedAt: Date;
|
7649
7771
|
deletedAt: Date | null;
|
@@ -7668,8 +7790,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7668
7790
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7669
7791
|
id: string;
|
7670
7792
|
metadata: {
|
7671
|
-
name: string;
|
7672
7793
|
id: string;
|
7794
|
+
name: string;
|
7673
7795
|
picture?: string | undefined;
|
7674
7796
|
additionalCredentials?: any;
|
7675
7797
|
};
|
@@ -7731,9 +7853,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7731
7853
|
extensionName: string;
|
7732
7854
|
telephonySignature: string | null;
|
7733
7855
|
user?: {
|
7734
|
-
name: string;
|
7735
7856
|
id: string;
|
7736
7857
|
address: string | null;
|
7858
|
+
name: string;
|
7737
7859
|
email: string;
|
7738
7860
|
createdAt: Date;
|
7739
7861
|
updatedAt: Date;
|
@@ -7780,9 +7902,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7780
7902
|
queueName?: string | null | undefined;
|
7781
7903
|
} | null;
|
7782
7904
|
firstAssignee: {
|
7783
|
-
name: string;
|
7784
7905
|
id: string;
|
7785
7906
|
address: string | null;
|
7907
|
+
name: string;
|
7786
7908
|
email: string;
|
7787
7909
|
createdAt: Date;
|
7788
7910
|
updatedAt: Date;
|
@@ -7824,9 +7946,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7824
7946
|
};
|
7825
7947
|
} | null;
|
7826
7948
|
agent: {
|
7827
|
-
name: string;
|
7828
7949
|
id: string;
|
7829
7950
|
address: string | null;
|
7951
|
+
name: string;
|
7830
7952
|
email: string;
|
7831
7953
|
createdAt: Date;
|
7832
7954
|
updatedAt: Date;
|
@@ -7868,9 +7990,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7868
7990
|
};
|
7869
7991
|
} | null;
|
7870
7992
|
closedAssignee: {
|
7871
|
-
name: string;
|
7872
7993
|
id: string;
|
7873
7994
|
address: string | null;
|
7995
|
+
name: string;
|
7874
7996
|
email: string;
|
7875
7997
|
createdAt: Date;
|
7876
7998
|
updatedAt: Date;
|
@@ -7921,10 +8043,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7921
8043
|
deletedAt: Date | null;
|
7922
8044
|
entityId: string;
|
7923
8045
|
contact: {
|
7924
|
-
name: string;
|
7925
8046
|
id: string;
|
7926
8047
|
channel: string | null;
|
7927
8048
|
address: string | null;
|
8049
|
+
name: string;
|
7928
8050
|
createdAt: Date;
|
7929
8051
|
updatedAt: Date;
|
7930
8052
|
deletedAt: Date | null;
|
@@ -7969,8 +8091,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7969
8091
|
createdAt: Date;
|
7970
8092
|
updatedAt: Date;
|
7971
8093
|
deletedAt: Date | null;
|
7972
|
-
name?: string | undefined;
|
7973
8094
|
address?: string | null | undefined;
|
8095
|
+
name?: string | undefined;
|
7974
8096
|
phone?: string | null | undefined;
|
7975
8097
|
industry?: string | null | undefined;
|
7976
8098
|
} | null;
|
@@ -7978,8 +8100,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7978
8100
|
contactProfile: string | null;
|
7979
8101
|
socialProfileUrl: string | null;
|
7980
8102
|
tags: {
|
7981
|
-
name: string;
|
7982
8103
|
id: string;
|
8104
|
+
name: string;
|
7983
8105
|
createdAt: Date;
|
7984
8106
|
updatedAt: Date;
|
7985
8107
|
deletedAt: Date | null;
|
@@ -8004,8 +8126,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8004
8126
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
8005
8127
|
id: string;
|
8006
8128
|
metadata: {
|
8007
|
-
name: string;
|
8008
8129
|
id: string;
|
8130
|
+
name: string;
|
8009
8131
|
picture?: string | undefined;
|
8010
8132
|
additionalCredentials?: any;
|
8011
8133
|
};
|
@@ -8035,8 +8157,12 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8035
8157
|
caseId: number;
|
8036
8158
|
entityName: string;
|
8037
8159
|
startedDate: string | null;
|
8160
|
+
totalHoldDuration: string | null;
|
8038
8161
|
handledTime: string | null;
|
8162
|
+
fullHandledTime: string | null;
|
8039
8163
|
firstResponseTime: string | null;
|
8164
|
+
resolutionTime: string | null;
|
8165
|
+
fullResolutionTime: string | null;
|
8040
8166
|
wrapUpForm: {
|
8041
8167
|
type: string;
|
8042
8168
|
id: string;
|
@@ -8067,8 +8193,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8067
8193
|
}[];
|
8068
8194
|
}[];
|
8069
8195
|
tags: {
|
8070
|
-
name: string;
|
8071
8196
|
id: string;
|
8197
|
+
name: string;
|
8072
8198
|
createdAt: Date;
|
8073
8199
|
updatedAt: Date;
|
8074
8200
|
deletedAt: Date | null;
|
@@ -8092,7 +8218,6 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8092
8218
|
customerPhone: string | null;
|
8093
8219
|
channelType: string | null;
|
8094
8220
|
firstResponseDate: string;
|
8095
|
-
resolutionTime: string | null;
|
8096
8221
|
resolutionDate: string;
|
8097
8222
|
wrapUpDuration: string;
|
8098
8223
|
slaMeet: string | null;
|
@@ -8108,12 +8233,12 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8108
8233
|
room: {
|
8109
8234
|
id: string;
|
8110
8235
|
channel: {
|
8111
|
-
name: string;
|
8112
8236
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
8113
8237
|
id: string;
|
8238
|
+
name: string;
|
8114
8239
|
metadata: {
|
8115
|
-
name: string;
|
8116
8240
|
id: string;
|
8241
|
+
name: string;
|
8117
8242
|
accessToken?: string | undefined;
|
8118
8243
|
channelSecret?: string | undefined;
|
8119
8244
|
additionalCredentials?: any;
|
@@ -8142,9 +8267,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8142
8267
|
updatedAt: Date;
|
8143
8268
|
deletedAt: Date | null;
|
8144
8269
|
actor: {
|
8145
|
-
name: string;
|
8146
8270
|
id: string;
|
8147
8271
|
address: string | null;
|
8272
|
+
name: string;
|
8148
8273
|
email: string;
|
8149
8274
|
createdAt: Date;
|
8150
8275
|
updatedAt: Date;
|
@@ -8191,8 +8316,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8191
8316
|
connectedUserName: string;
|
8192
8317
|
connectedUserId: string;
|
8193
8318
|
botpressBot: {
|
8194
|
-
name: string;
|
8195
8319
|
id: string;
|
8320
|
+
name: string;
|
8196
8321
|
accessToken: string;
|
8197
8322
|
botId: string;
|
8198
8323
|
integrationId: string;
|
@@ -8203,9 +8328,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8203
8328
|
updatedAt: Date;
|
8204
8329
|
deletedAt: Date | null;
|
8205
8330
|
actor: {
|
8206
|
-
name: string;
|
8207
8331
|
id: string;
|
8208
8332
|
address: string | null;
|
8333
|
+
name: string;
|
8209
8334
|
email: string;
|
8210
8335
|
createdAt: Date;
|
8211
8336
|
updatedAt: Date;
|
@@ -8257,8 +8382,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8257
8382
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
8258
8383
|
id: string;
|
8259
8384
|
metadata: {
|
8260
|
-
name: string;
|
8261
8385
|
id: string;
|
8386
|
+
name: string;
|
8262
8387
|
picture?: string | undefined;
|
8263
8388
|
additionalCredentials?: any;
|
8264
8389
|
};
|
@@ -8266,10 +8391,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8266
8391
|
updatedAt: Date;
|
8267
8392
|
deletedAt: Date | null;
|
8268
8393
|
contact: {
|
8269
|
-
name: string;
|
8270
8394
|
id: string;
|
8271
8395
|
channel: string | null;
|
8272
8396
|
address: string | null;
|
8397
|
+
name: string;
|
8273
8398
|
createdAt: Date;
|
8274
8399
|
updatedAt: Date;
|
8275
8400
|
deletedAt: Date | null;
|
@@ -8314,8 +8439,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8314
8439
|
createdAt: Date;
|
8315
8440
|
updatedAt: Date;
|
8316
8441
|
deletedAt: Date | null;
|
8317
|
-
name?: string | undefined;
|
8318
8442
|
address?: string | null | undefined;
|
8443
|
+
name?: string | undefined;
|
8319
8444
|
phone?: string | null | undefined;
|
8320
8445
|
industry?: string | null | undefined;
|
8321
8446
|
} | null;
|
@@ -8323,8 +8448,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8323
8448
|
contactProfile: string | null;
|
8324
8449
|
socialProfileUrl: string | null;
|
8325
8450
|
tags: {
|
8326
|
-
name: string;
|
8327
8451
|
id: string;
|
8452
|
+
name: string;
|
8328
8453
|
createdAt: Date;
|
8329
8454
|
updatedAt: Date;
|
8330
8455
|
deletedAt: Date | null;
|
@@ -8349,8 +8474,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8349
8474
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
8350
8475
|
id: string;
|
8351
8476
|
metadata: {
|
8352
|
-
name: string;
|
8353
8477
|
id: string;
|
8478
|
+
name: string;
|
8354
8479
|
picture?: string | undefined;
|
8355
8480
|
additionalCredentials?: any;
|
8356
8481
|
};
|
@@ -8381,9 +8506,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8381
8506
|
socialPlatformId: string;
|
8382
8507
|
};
|
8383
8508
|
assignee: {
|
8384
|
-
name: string;
|
8385
8509
|
id: string;
|
8386
8510
|
address: string | null;
|
8511
|
+
name: string;
|
8387
8512
|
email: string;
|
8388
8513
|
createdAt: Date;
|
8389
8514
|
updatedAt: Date;
|
@@ -8451,9 +8576,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8451
8576
|
callTo?: {
|
8452
8577
|
id: string;
|
8453
8578
|
user: {
|
8454
|
-
name: string;
|
8455
8579
|
id: string;
|
8456
8580
|
address: string | null;
|
8581
|
+
name: string;
|
8457
8582
|
email: string;
|
8458
8583
|
createdAt: Date;
|
8459
8584
|
updatedAt: Date;
|
@@ -8477,9 +8602,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8477
8602
|
callFrom?: {
|
8478
8603
|
id: string;
|
8479
8604
|
user: {
|
8480
|
-
name: string;
|
8481
8605
|
id: string;
|
8482
8606
|
address: string | null;
|
8607
|
+
name: string;
|
8483
8608
|
email: string;
|
8484
8609
|
createdAt: Date;
|
8485
8610
|
updatedAt: Date;
|
@@ -8505,10 +8630,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8505
8630
|
telephonyQueueId: string | null;
|
8506
8631
|
contactId: string | null;
|
8507
8632
|
contact?: {
|
8508
|
-
name: string;
|
8509
8633
|
id: string;
|
8510
8634
|
channel: string | null;
|
8511
8635
|
address: string | null;
|
8636
|
+
name: string;
|
8512
8637
|
createdAt: Date;
|
8513
8638
|
updatedAt: Date;
|
8514
8639
|
deletedAt: Date | null;
|
@@ -8553,8 +8678,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8553
8678
|
createdAt: Date;
|
8554
8679
|
updatedAt: Date;
|
8555
8680
|
deletedAt: Date | null;
|
8556
|
-
name?: string | undefined;
|
8557
8681
|
address?: string | null | undefined;
|
8682
|
+
name?: string | undefined;
|
8558
8683
|
phone?: string | null | undefined;
|
8559
8684
|
industry?: string | null | undefined;
|
8560
8685
|
} | null;
|
@@ -8562,8 +8687,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8562
8687
|
contactProfile: string | null;
|
8563
8688
|
socialProfileUrl: string | null;
|
8564
8689
|
tags: {
|
8565
|
-
name: string;
|
8566
8690
|
id: string;
|
8691
|
+
name: string;
|
8567
8692
|
createdAt: Date;
|
8568
8693
|
updatedAt: Date;
|
8569
8694
|
deletedAt: Date | null;
|
@@ -8588,8 +8713,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8588
8713
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
8589
8714
|
id: string;
|
8590
8715
|
metadata: {
|
8591
|
-
name: string;
|
8592
8716
|
id: string;
|
8717
|
+
name: string;
|
8593
8718
|
picture?: string | undefined;
|
8594
8719
|
additionalCredentials?: any;
|
8595
8720
|
};
|
@@ -8651,9 +8776,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8651
8776
|
extensionName: string;
|
8652
8777
|
telephonySignature: string | null;
|
8653
8778
|
user?: {
|
8654
|
-
name: string;
|
8655
8779
|
id: string;
|
8656
8780
|
address: string | null;
|
8781
|
+
name: string;
|
8657
8782
|
email: string;
|
8658
8783
|
createdAt: Date;
|
8659
8784
|
updatedAt: Date;
|
@@ -8700,9 +8825,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8700
8825
|
queueName?: string | null | undefined;
|
8701
8826
|
} | null;
|
8702
8827
|
firstAssignee: {
|
8703
|
-
name: string;
|
8704
8828
|
id: string;
|
8705
8829
|
address: string | null;
|
8830
|
+
name: string;
|
8706
8831
|
email: string;
|
8707
8832
|
createdAt: Date;
|
8708
8833
|
updatedAt: Date;
|
@@ -8744,9 +8869,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8744
8869
|
};
|
8745
8870
|
} | null;
|
8746
8871
|
agent: {
|
8747
|
-
name: string;
|
8748
8872
|
id: string;
|
8749
8873
|
address: string | null;
|
8874
|
+
name: string;
|
8750
8875
|
email: string;
|
8751
8876
|
createdAt: Date;
|
8752
8877
|
updatedAt: Date;
|
@@ -8788,9 +8913,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8788
8913
|
};
|
8789
8914
|
} | null;
|
8790
8915
|
closedAssignee: {
|
8791
|
-
name: string;
|
8792
8916
|
id: string;
|
8793
8917
|
address: string | null;
|
8918
|
+
name: string;
|
8794
8919
|
email: string;
|
8795
8920
|
createdAt: Date;
|
8796
8921
|
updatedAt: Date;
|