@kl1/contracts 1.2.32-uat → 1.2.34-uat
Sign up to get free protection for your applications and to get access to all the features.
- 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 +4615 -3734
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/schema.d.ts +1213 -1018
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +905 -748
- 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 +9877 -8920
- 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 +234 -206
- 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 +40 -40
- package/dist/api-contracts/src/dashboard/schema.d.ts +34 -34
- package/dist/api-contracts/src/extension/index.d.ts +4 -4
- package/dist/api-contracts/src/facebook-feed/index.d.ts +816 -708
- package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/schema.d.ts +64 -64
- package/dist/api-contracts/src/facebook-feed/validation.d.ts +66 -66
- package/dist/api-contracts/src/hold-label/index.d.ts +64 -30
- package/dist/api-contracts/src/hold-label/index.d.ts.map +1 -1
- package/dist/api-contracts/src/hold-label/schema.d.ts +14 -6
- package/dist/api-contracts/src/hold-label/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/hold-label/validation.d.ts +2 -2
- package/dist/api-contracts/src/index.d.ts +0 -1
- package/dist/api-contracts/src/index.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/index.d.ts +704 -596
- 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 +716 -608
- 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 +50 -50
- package/dist/api-contracts/src/mail/account-contract.d.ts +72 -72
- package/dist/api-contracts/src/mail/mail-contract.d.ts +2715 -2598
- 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 +1591 -1474
- 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 +517 -478
- 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 +495 -466
- package/dist/api-contracts/src/mail/schemas/room.schema.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/index.d.ts +707 -599
- 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 +86 -86
- 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 +664 -556
- 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 +676 -568
- 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 +670 -562
- 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 +670 -562
- 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 +310 -232
- 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/index.js +13 -54
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +13 -52
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/dist/api-contracts/src/cx-intelligence/index.d.ts +0 -115
- package/dist/api-contracts/src/cx-intelligence/index.d.ts.map +0 -1
@@ -55,7 +55,7 @@ export declare const cxLogContract: {
|
|
55
55
|
agentIds?: string[] | undefined;
|
56
56
|
direction?: ("inbound" | "outbound")[] | undefined;
|
57
57
|
disposition?: string[] | undefined;
|
58
|
-
sentimentScore?: ("
|
58
|
+
sentimentScore?: ("negative" | "positive" | "neutral")[] | undefined;
|
59
59
|
csatScore?: string[] | undefined;
|
60
60
|
sla?: "meet" | "unmeet" | undefined;
|
61
61
|
tags?: string[] | undefined;
|
@@ -84,7 +84,7 @@ export declare const cxLogContract: {
|
|
84
84
|
agentIds?: string[] | undefined;
|
85
85
|
direction?: ("inbound" | "outbound")[] | undefined;
|
86
86
|
disposition?: string[] | undefined;
|
87
|
-
sentimentScore?: ("
|
87
|
+
sentimentScore?: ("negative" | "positive" | "neutral")[] | undefined;
|
88
88
|
csatScore?: string[] | undefined;
|
89
89
|
sla?: "meet" | "unmeet" | undefined;
|
90
90
|
tags?: string[] | undefined;
|
@@ -122,8 +122,11 @@ export declare const cxLogContract: {
|
|
122
122
|
channel: z.ZodNullable<z.ZodString>;
|
123
123
|
direction: z.ZodNullable<z.ZodString>;
|
124
124
|
startedDate: z.ZodNullable<z.ZodString>;
|
125
|
+
totalHoldDuration: z.ZodNullable<z.ZodString>;
|
125
126
|
handledTime: z.ZodNullable<z.ZodString>;
|
127
|
+
fullHandledTime: z.ZodNullable<z.ZodString>;
|
126
128
|
firstResponseTime: z.ZodNullable<z.ZodString>;
|
129
|
+
fullResolutionTime: z.ZodNullable<z.ZodString>;
|
127
130
|
firstResponseDate: z.ZodString;
|
128
131
|
resolutionTime: z.ZodNullable<z.ZodString>;
|
129
132
|
resolutionDate: z.ZodString;
|
@@ -169,14 +172,14 @@ export declare const cxLogContract: {
|
|
169
172
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
170
173
|
name: z.ZodString;
|
171
174
|
}, "strip", z.ZodTypeAny, {
|
172
|
-
id: string;
|
173
175
|
name: string;
|
176
|
+
id: string;
|
174
177
|
createdAt: Date;
|
175
178
|
updatedAt: Date;
|
176
179
|
deletedAt: Date | null;
|
177
180
|
}, {
|
178
|
-
id: string;
|
179
181
|
name: string;
|
182
|
+
id: string;
|
180
183
|
createdAt: Date;
|
181
184
|
updatedAt: Date;
|
182
185
|
deletedAt: Date | null;
|
@@ -347,8 +350,8 @@ export declare const cxLogContract: {
|
|
347
350
|
}[];
|
348
351
|
}[];
|
349
352
|
tags: {
|
350
|
-
id: string;
|
351
353
|
name: string;
|
354
|
+
id: string;
|
352
355
|
createdAt: Date;
|
353
356
|
updatedAt: Date;
|
354
357
|
deletedAt: Date | null;
|
@@ -398,8 +401,8 @@ export declare const cxLogContract: {
|
|
398
401
|
}[];
|
399
402
|
}[];
|
400
403
|
tags: {
|
401
|
-
id: string;
|
402
404
|
name: string;
|
405
|
+
id: string;
|
403
406
|
createdAt: Date;
|
404
407
|
updatedAt: Date;
|
405
408
|
deletedAt: Date | null;
|
@@ -447,13 +450,13 @@ export declare const cxLogContract: {
|
|
447
450
|
picture: z.ZodOptional<z.ZodString>;
|
448
451
|
additionalCredentials: z.ZodAny;
|
449
452
|
}, "strip", z.ZodTypeAny, {
|
450
|
-
id: string;
|
451
453
|
name: string;
|
454
|
+
id: string;
|
452
455
|
picture?: string | undefined;
|
453
456
|
additionalCredentials?: any;
|
454
457
|
}, {
|
455
|
-
id: string;
|
456
458
|
name: string;
|
459
|
+
id: string;
|
457
460
|
picture?: string | undefined;
|
458
461
|
additionalCredentials?: any;
|
459
462
|
}>;
|
@@ -475,14 +478,14 @@ export declare const cxLogContract: {
|
|
475
478
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
476
479
|
name: z.ZodString;
|
477
480
|
}, "strip", z.ZodTypeAny, {
|
478
|
-
id: string;
|
479
481
|
name: string;
|
482
|
+
id: string;
|
480
483
|
createdAt: Date;
|
481
484
|
updatedAt: Date;
|
482
485
|
deletedAt: Date | null;
|
483
486
|
}, {
|
484
|
-
id: string;
|
485
487
|
name: string;
|
488
|
+
id: string;
|
486
489
|
createdAt: Date;
|
487
490
|
updatedAt: Date;
|
488
491
|
deletedAt: Date | null;
|
@@ -638,8 +641,8 @@ export declare const cxLogContract: {
|
|
638
641
|
createdAt: Date;
|
639
642
|
updatedAt: Date;
|
640
643
|
deletedAt: Date | null;
|
641
|
-
address?: string | null | undefined;
|
642
644
|
name?: string | undefined;
|
645
|
+
address?: string | null | undefined;
|
643
646
|
phone?: string | null | undefined;
|
644
647
|
industry?: string | null | undefined;
|
645
648
|
}, {
|
@@ -647,8 +650,8 @@ export declare const cxLogContract: {
|
|
647
650
|
createdAt: Date;
|
648
651
|
updatedAt: Date;
|
649
652
|
deletedAt: Date | null;
|
650
|
-
address?: string | null | undefined;
|
651
653
|
name?: string | undefined;
|
654
|
+
address?: string | null | undefined;
|
652
655
|
phone?: string | null | undefined;
|
653
656
|
industry?: string | null | undefined;
|
654
657
|
}>>;
|
@@ -666,13 +669,13 @@ export declare const cxLogContract: {
|
|
666
669
|
picture: z.ZodOptional<z.ZodString>;
|
667
670
|
additionalCredentials: z.ZodAny;
|
668
671
|
}, "strip", z.ZodTypeAny, {
|
669
|
-
id: string;
|
670
672
|
name: string;
|
673
|
+
id: string;
|
671
674
|
picture?: string | undefined;
|
672
675
|
additionalCredentials?: any;
|
673
676
|
}, {
|
674
|
-
id: string;
|
675
677
|
name: string;
|
678
|
+
id: string;
|
676
679
|
picture?: string | undefined;
|
677
680
|
additionalCredentials?: any;
|
678
681
|
}>;
|
@@ -680,8 +683,8 @@ export declare const cxLogContract: {
|
|
680
683
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
681
684
|
id: string;
|
682
685
|
metadata: {
|
683
|
-
id: string;
|
684
686
|
name: string;
|
687
|
+
id: string;
|
685
688
|
picture?: string | undefined;
|
686
689
|
additionalCredentials?: any;
|
687
690
|
};
|
@@ -694,8 +697,8 @@ export declare const cxLogContract: {
|
|
694
697
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
695
698
|
id: string;
|
696
699
|
metadata: {
|
697
|
-
id: string;
|
698
700
|
name: string;
|
701
|
+
id: string;
|
699
702
|
picture?: string | undefined;
|
700
703
|
additionalCredentials?: any;
|
701
704
|
};
|
@@ -1005,10 +1008,10 @@ export declare const cxLogContract: {
|
|
1005
1008
|
};
|
1006
1009
|
}>, "many">>;
|
1007
1010
|
}, "strip", z.ZodTypeAny, {
|
1011
|
+
name: string;
|
1008
1012
|
id: string;
|
1009
1013
|
channel: string | null;
|
1010
1014
|
address: string | null;
|
1011
|
-
name: string;
|
1012
1015
|
createdAt: Date;
|
1013
1016
|
updatedAt: Date;
|
1014
1017
|
deletedAt: Date | null;
|
@@ -1053,8 +1056,8 @@ export declare const cxLogContract: {
|
|
1053
1056
|
createdAt: Date;
|
1054
1057
|
updatedAt: Date;
|
1055
1058
|
deletedAt: Date | null;
|
1056
|
-
address?: string | null | undefined;
|
1057
1059
|
name?: string | undefined;
|
1060
|
+
address?: string | null | undefined;
|
1058
1061
|
phone?: string | null | undefined;
|
1059
1062
|
industry?: string | null | undefined;
|
1060
1063
|
} | null;
|
@@ -1062,8 +1065,8 @@ export declare const cxLogContract: {
|
|
1062
1065
|
contactProfile: string | null;
|
1063
1066
|
socialProfileUrl: string | null;
|
1064
1067
|
tags: {
|
1065
|
-
id: string;
|
1066
1068
|
name: string;
|
1069
|
+
id: string;
|
1067
1070
|
createdAt: Date;
|
1068
1071
|
updatedAt: Date;
|
1069
1072
|
deletedAt: Date | null;
|
@@ -1088,8 +1091,8 @@ export declare const cxLogContract: {
|
|
1088
1091
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1089
1092
|
id: string;
|
1090
1093
|
metadata: {
|
1091
|
-
id: string;
|
1092
1094
|
name: string;
|
1095
|
+
id: string;
|
1093
1096
|
picture?: string | undefined;
|
1094
1097
|
additionalCredentials?: any;
|
1095
1098
|
};
|
@@ -1116,10 +1119,10 @@ export declare const cxLogContract: {
|
|
1116
1119
|
};
|
1117
1120
|
}[] | undefined;
|
1118
1121
|
}, {
|
1122
|
+
name: string;
|
1119
1123
|
id: string;
|
1120
1124
|
channel: string | null;
|
1121
1125
|
address: string | null;
|
1122
|
-
name: string;
|
1123
1126
|
createdAt: Date;
|
1124
1127
|
updatedAt: Date;
|
1125
1128
|
deletedAt: Date | null;
|
@@ -1164,8 +1167,8 @@ export declare const cxLogContract: {
|
|
1164
1167
|
createdAt: Date;
|
1165
1168
|
updatedAt: Date;
|
1166
1169
|
deletedAt: Date | null;
|
1167
|
-
address?: string | null | undefined;
|
1168
1170
|
name?: string | undefined;
|
1171
|
+
address?: string | null | undefined;
|
1169
1172
|
phone?: string | null | undefined;
|
1170
1173
|
industry?: string | null | undefined;
|
1171
1174
|
} | null;
|
@@ -1173,8 +1176,8 @@ export declare const cxLogContract: {
|
|
1173
1176
|
contactProfile: string | null;
|
1174
1177
|
socialProfileUrl: string | null;
|
1175
1178
|
tags: {
|
1176
|
-
id: string;
|
1177
1179
|
name: string;
|
1180
|
+
id: string;
|
1178
1181
|
createdAt: Date;
|
1179
1182
|
updatedAt: Date;
|
1180
1183
|
deletedAt: Date | null;
|
@@ -1199,8 +1202,8 @@ export declare const cxLogContract: {
|
|
1199
1202
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1200
1203
|
id: string;
|
1201
1204
|
metadata: {
|
1202
|
-
id: string;
|
1203
1205
|
name: string;
|
1206
|
+
id: string;
|
1204
1207
|
picture?: string | undefined;
|
1205
1208
|
additionalCredentials?: any;
|
1206
1209
|
};
|
@@ -1231,8 +1234,8 @@ export declare const cxLogContract: {
|
|
1231
1234
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1232
1235
|
id: string;
|
1233
1236
|
metadata: {
|
1234
|
-
id: string;
|
1235
1237
|
name: string;
|
1238
|
+
id: string;
|
1236
1239
|
picture?: string | undefined;
|
1237
1240
|
additionalCredentials?: any;
|
1238
1241
|
};
|
@@ -1240,10 +1243,10 @@ export declare const cxLogContract: {
|
|
1240
1243
|
updatedAt: Date;
|
1241
1244
|
deletedAt: Date | null;
|
1242
1245
|
contact: {
|
1246
|
+
name: string;
|
1243
1247
|
id: string;
|
1244
1248
|
channel: string | null;
|
1245
1249
|
address: string | null;
|
1246
|
-
name: string;
|
1247
1250
|
createdAt: Date;
|
1248
1251
|
updatedAt: Date;
|
1249
1252
|
deletedAt: Date | null;
|
@@ -1288,8 +1291,8 @@ export declare const cxLogContract: {
|
|
1288
1291
|
createdAt: Date;
|
1289
1292
|
updatedAt: Date;
|
1290
1293
|
deletedAt: Date | null;
|
1291
|
-
address?: string | null | undefined;
|
1292
1294
|
name?: string | undefined;
|
1295
|
+
address?: string | null | undefined;
|
1293
1296
|
phone?: string | null | undefined;
|
1294
1297
|
industry?: string | null | undefined;
|
1295
1298
|
} | null;
|
@@ -1297,8 +1300,8 @@ export declare const cxLogContract: {
|
|
1297
1300
|
contactProfile: string | null;
|
1298
1301
|
socialProfileUrl: string | null;
|
1299
1302
|
tags: {
|
1300
|
-
id: string;
|
1301
1303
|
name: string;
|
1304
|
+
id: string;
|
1302
1305
|
createdAt: Date;
|
1303
1306
|
updatedAt: Date;
|
1304
1307
|
deletedAt: Date | null;
|
@@ -1323,8 +1326,8 @@ export declare const cxLogContract: {
|
|
1323
1326
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1324
1327
|
id: string;
|
1325
1328
|
metadata: {
|
1326
|
-
id: string;
|
1327
1329
|
name: string;
|
1330
|
+
id: string;
|
1328
1331
|
picture?: string | undefined;
|
1329
1332
|
additionalCredentials?: any;
|
1330
1333
|
};
|
@@ -1357,8 +1360,8 @@ export declare const cxLogContract: {
|
|
1357
1360
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1358
1361
|
id: string;
|
1359
1362
|
metadata: {
|
1360
|
-
id: string;
|
1361
1363
|
name: string;
|
1364
|
+
id: string;
|
1362
1365
|
picture?: string | undefined;
|
1363
1366
|
additionalCredentials?: any;
|
1364
1367
|
};
|
@@ -1366,10 +1369,10 @@ export declare const cxLogContract: {
|
|
1366
1369
|
updatedAt: Date;
|
1367
1370
|
deletedAt: Date | null;
|
1368
1371
|
contact: {
|
1372
|
+
name: string;
|
1369
1373
|
id: string;
|
1370
1374
|
channel: string | null;
|
1371
1375
|
address: string | null;
|
1372
|
-
name: string;
|
1373
1376
|
createdAt: Date;
|
1374
1377
|
updatedAt: Date;
|
1375
1378
|
deletedAt: Date | null;
|
@@ -1414,8 +1417,8 @@ export declare const cxLogContract: {
|
|
1414
1417
|
createdAt: Date;
|
1415
1418
|
updatedAt: Date;
|
1416
1419
|
deletedAt: Date | null;
|
1417
|
-
address?: string | null | undefined;
|
1418
1420
|
name?: string | undefined;
|
1421
|
+
address?: string | null | undefined;
|
1419
1422
|
phone?: string | null | undefined;
|
1420
1423
|
industry?: string | null | undefined;
|
1421
1424
|
} | null;
|
@@ -1423,8 +1426,8 @@ export declare const cxLogContract: {
|
|
1423
1426
|
contactProfile: string | null;
|
1424
1427
|
socialProfileUrl: string | null;
|
1425
1428
|
tags: {
|
1426
|
-
id: string;
|
1427
1429
|
name: string;
|
1430
|
+
id: string;
|
1428
1431
|
createdAt: Date;
|
1429
1432
|
updatedAt: Date;
|
1430
1433
|
deletedAt: Date | null;
|
@@ -1449,8 +1452,8 @@ export declare const cxLogContract: {
|
|
1449
1452
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1450
1453
|
id: string;
|
1451
1454
|
metadata: {
|
1452
|
-
id: string;
|
1453
1455
|
name: string;
|
1456
|
+
id: string;
|
1454
1457
|
picture?: string | undefined;
|
1455
1458
|
additionalCredentials?: any;
|
1456
1459
|
};
|
@@ -1598,9 +1601,9 @@ export declare const cxLogContract: {
|
|
1598
1601
|
telephonySignature: string | null;
|
1599
1602
|
}>;
|
1600
1603
|
}, "strip", z.ZodTypeAny, {
|
1604
|
+
name: string;
|
1601
1605
|
id: string;
|
1602
1606
|
address: string | null;
|
1603
|
-
name: string;
|
1604
1607
|
email: string;
|
1605
1608
|
createdAt: Date;
|
1606
1609
|
updatedAt: Date;
|
@@ -1641,9 +1644,9 @@ export declare const cxLogContract: {
|
|
1641
1644
|
telephonySignature: string | null;
|
1642
1645
|
};
|
1643
1646
|
}, {
|
1647
|
+
name: string;
|
1644
1648
|
id: string;
|
1645
1649
|
address: string | null;
|
1646
|
-
name: string;
|
1647
1650
|
email: string;
|
1648
1651
|
createdAt: Date;
|
1649
1652
|
updatedAt: Date;
|
@@ -1802,9 +1805,9 @@ export declare const cxLogContract: {
|
|
1802
1805
|
telephonySignature: string | null;
|
1803
1806
|
}>;
|
1804
1807
|
}, "strip", z.ZodTypeAny, {
|
1808
|
+
name: string;
|
1805
1809
|
id: string;
|
1806
1810
|
address: string | null;
|
1807
|
-
name: string;
|
1808
1811
|
email: string;
|
1809
1812
|
createdAt: Date;
|
1810
1813
|
updatedAt: Date;
|
@@ -1845,9 +1848,9 @@ export declare const cxLogContract: {
|
|
1845
1848
|
telephonySignature: string | null;
|
1846
1849
|
};
|
1847
1850
|
}, {
|
1851
|
+
name: string;
|
1848
1852
|
id: string;
|
1849
1853
|
address: string | null;
|
1850
|
-
name: string;
|
1851
1854
|
email: string;
|
1852
1855
|
createdAt: Date;
|
1853
1856
|
updatedAt: Date;
|
@@ -1949,8 +1952,8 @@ export declare const cxLogContract: {
|
|
1949
1952
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
1950
1953
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
1951
1954
|
}, "strip", z.ZodTypeAny, {
|
1952
|
-
id: string;
|
1953
1955
|
name: string;
|
1956
|
+
id: string;
|
1954
1957
|
accessToken?: string | undefined;
|
1955
1958
|
channelSecret?: string | undefined;
|
1956
1959
|
additionalCredentials?: any;
|
@@ -1974,8 +1977,8 @@ export declare const cxLogContract: {
|
|
1974
1977
|
lineRichMenuId?: string | null | undefined;
|
1975
1978
|
messengerIntegrationType?: "own" | "business" | undefined;
|
1976
1979
|
}, {
|
1977
|
-
id: string;
|
1978
1980
|
name: string;
|
1981
|
+
id: string;
|
1979
1982
|
accessToken?: string | undefined;
|
1980
1983
|
channelSecret?: string | undefined;
|
1981
1984
|
additionalCredentials?: any;
|
@@ -2012,14 +2015,14 @@ export declare const cxLogContract: {
|
|
2012
2015
|
integrationId: z.ZodString;
|
2013
2016
|
accessToken: z.ZodString;
|
2014
2017
|
}, "strip", z.ZodTypeAny, {
|
2015
|
-
id: string;
|
2016
2018
|
name: string;
|
2019
|
+
id: string;
|
2017
2020
|
accessToken: string;
|
2018
2021
|
botId: string;
|
2019
2022
|
integrationId: string;
|
2020
2023
|
}, {
|
2021
|
-
id: string;
|
2022
2024
|
name: string;
|
2025
|
+
id: string;
|
2023
2026
|
accessToken: string;
|
2024
2027
|
botId: string;
|
2025
2028
|
integrationId: string;
|
@@ -2142,9 +2145,9 @@ export declare const cxLogContract: {
|
|
2142
2145
|
telephonySignature: string | null;
|
2143
2146
|
}>;
|
2144
2147
|
}, "strip", z.ZodTypeAny, {
|
2148
|
+
name: string;
|
2145
2149
|
id: string;
|
2146
2150
|
address: string | null;
|
2147
|
-
name: string;
|
2148
2151
|
email: string;
|
2149
2152
|
createdAt: Date;
|
2150
2153
|
updatedAt: Date;
|
@@ -2185,9 +2188,9 @@ export declare const cxLogContract: {
|
|
2185
2188
|
telephonySignature: string | null;
|
2186
2189
|
};
|
2187
2190
|
}, {
|
2191
|
+
name: string;
|
2188
2192
|
id: string;
|
2189
2193
|
address: string | null;
|
2190
|
-
name: string;
|
2191
2194
|
email: string;
|
2192
2195
|
createdAt: Date;
|
2193
2196
|
updatedAt: Date;
|
@@ -2229,12 +2232,12 @@ export declare const cxLogContract: {
|
|
2229
2232
|
};
|
2230
2233
|
}>;
|
2231
2234
|
}, "strip", z.ZodTypeAny, {
|
2235
|
+
name: string;
|
2232
2236
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2233
2237
|
id: string;
|
2234
|
-
name: string;
|
2235
2238
|
metadata: {
|
2236
|
-
id: string;
|
2237
2239
|
name: string;
|
2240
|
+
id: string;
|
2238
2241
|
accessToken?: string | undefined;
|
2239
2242
|
channelSecret?: string | undefined;
|
2240
2243
|
additionalCredentials?: any;
|
@@ -2263,9 +2266,9 @@ export declare const cxLogContract: {
|
|
2263
2266
|
updatedAt: Date;
|
2264
2267
|
deletedAt: Date | null;
|
2265
2268
|
actor: {
|
2269
|
+
name: string;
|
2266
2270
|
id: string;
|
2267
2271
|
address: string | null;
|
2268
|
-
name: string;
|
2269
2272
|
email: string;
|
2270
2273
|
createdAt: Date;
|
2271
2274
|
updatedAt: Date;
|
@@ -2312,19 +2315,19 @@ export declare const cxLogContract: {
|
|
2312
2315
|
connectedUserName: string;
|
2313
2316
|
connectedUserId: string;
|
2314
2317
|
botpressBot: {
|
2315
|
-
id: string;
|
2316
2318
|
name: string;
|
2319
|
+
id: string;
|
2317
2320
|
accessToken: string;
|
2318
2321
|
botId: string;
|
2319
2322
|
integrationId: string;
|
2320
2323
|
} | null;
|
2321
2324
|
}, {
|
2325
|
+
name: string;
|
2322
2326
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2323
2327
|
id: string;
|
2324
|
-
name: string;
|
2325
2328
|
metadata: {
|
2326
|
-
id: string;
|
2327
2329
|
name: string;
|
2330
|
+
id: string;
|
2328
2331
|
accessToken?: string | undefined;
|
2329
2332
|
channelSecret?: string | undefined;
|
2330
2333
|
additionalCredentials?: any;
|
@@ -2353,9 +2356,9 @@ export declare const cxLogContract: {
|
|
2353
2356
|
updatedAt: Date;
|
2354
2357
|
deletedAt: Date | null;
|
2355
2358
|
actor: {
|
2359
|
+
name: string;
|
2356
2360
|
id: string;
|
2357
2361
|
address: string | null;
|
2358
|
-
name: string;
|
2359
2362
|
email: string;
|
2360
2363
|
createdAt: Date;
|
2361
2364
|
updatedAt: Date;
|
@@ -2402,8 +2405,8 @@ export declare const cxLogContract: {
|
|
2402
2405
|
connectedUserName: string;
|
2403
2406
|
connectedUserId: string;
|
2404
2407
|
botpressBot: {
|
2405
|
-
id: string;
|
2406
2408
|
name: string;
|
2409
|
+
id: string;
|
2407
2410
|
accessToken: string;
|
2408
2411
|
botId: string;
|
2409
2412
|
integrationId: string;
|
@@ -2412,12 +2415,12 @@ export declare const cxLogContract: {
|
|
2412
2415
|
}, "strip", z.ZodTypeAny, {
|
2413
2416
|
id: string;
|
2414
2417
|
channel: {
|
2418
|
+
name: string;
|
2415
2419
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2416
2420
|
id: string;
|
2417
|
-
name: string;
|
2418
2421
|
metadata: {
|
2419
|
-
id: string;
|
2420
2422
|
name: string;
|
2423
|
+
id: string;
|
2421
2424
|
accessToken?: string | undefined;
|
2422
2425
|
channelSecret?: string | undefined;
|
2423
2426
|
additionalCredentials?: any;
|
@@ -2446,9 +2449,9 @@ export declare const cxLogContract: {
|
|
2446
2449
|
updatedAt: Date;
|
2447
2450
|
deletedAt: Date | null;
|
2448
2451
|
actor: {
|
2452
|
+
name: string;
|
2449
2453
|
id: string;
|
2450
2454
|
address: string | null;
|
2451
|
-
name: string;
|
2452
2455
|
email: string;
|
2453
2456
|
createdAt: Date;
|
2454
2457
|
updatedAt: Date;
|
@@ -2495,8 +2498,8 @@ export declare const cxLogContract: {
|
|
2495
2498
|
connectedUserName: string;
|
2496
2499
|
connectedUserId: string;
|
2497
2500
|
botpressBot: {
|
2498
|
-
id: string;
|
2499
2501
|
name: string;
|
2502
|
+
id: string;
|
2500
2503
|
accessToken: string;
|
2501
2504
|
botId: string;
|
2502
2505
|
integrationId: string;
|
@@ -2507,9 +2510,9 @@ export declare const cxLogContract: {
|
|
2507
2510
|
updatedAt: Date;
|
2508
2511
|
deletedAt: Date | null;
|
2509
2512
|
actor: {
|
2513
|
+
name: string;
|
2510
2514
|
id: string;
|
2511
2515
|
address: string | null;
|
2512
|
-
name: string;
|
2513
2516
|
email: string;
|
2514
2517
|
createdAt: Date;
|
2515
2518
|
updatedAt: Date;
|
@@ -2561,8 +2564,8 @@ export declare const cxLogContract: {
|
|
2561
2564
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2562
2565
|
id: string;
|
2563
2566
|
metadata: {
|
2564
|
-
id: string;
|
2565
2567
|
name: string;
|
2568
|
+
id: string;
|
2566
2569
|
picture?: string | undefined;
|
2567
2570
|
additionalCredentials?: any;
|
2568
2571
|
};
|
@@ -2570,10 +2573,10 @@ export declare const cxLogContract: {
|
|
2570
2573
|
updatedAt: Date;
|
2571
2574
|
deletedAt: Date | null;
|
2572
2575
|
contact: {
|
2576
|
+
name: string;
|
2573
2577
|
id: string;
|
2574
2578
|
channel: string | null;
|
2575
2579
|
address: string | null;
|
2576
|
-
name: string;
|
2577
2580
|
createdAt: Date;
|
2578
2581
|
updatedAt: Date;
|
2579
2582
|
deletedAt: Date | null;
|
@@ -2618,8 +2621,8 @@ export declare const cxLogContract: {
|
|
2618
2621
|
createdAt: Date;
|
2619
2622
|
updatedAt: Date;
|
2620
2623
|
deletedAt: Date | null;
|
2621
|
-
address?: string | null | undefined;
|
2622
2624
|
name?: string | undefined;
|
2625
|
+
address?: string | null | undefined;
|
2623
2626
|
phone?: string | null | undefined;
|
2624
2627
|
industry?: string | null | undefined;
|
2625
2628
|
} | null;
|
@@ -2627,8 +2630,8 @@ export declare const cxLogContract: {
|
|
2627
2630
|
contactProfile: string | null;
|
2628
2631
|
socialProfileUrl: string | null;
|
2629
2632
|
tags: {
|
2630
|
-
id: string;
|
2631
2633
|
name: string;
|
2634
|
+
id: string;
|
2632
2635
|
createdAt: Date;
|
2633
2636
|
updatedAt: Date;
|
2634
2637
|
deletedAt: Date | null;
|
@@ -2653,8 +2656,8 @@ export declare const cxLogContract: {
|
|
2653
2656
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2654
2657
|
id: string;
|
2655
2658
|
metadata: {
|
2656
|
-
id: string;
|
2657
2659
|
name: string;
|
2660
|
+
id: string;
|
2658
2661
|
picture?: string | undefined;
|
2659
2662
|
additionalCredentials?: any;
|
2660
2663
|
};
|
@@ -2685,9 +2688,9 @@ export declare const cxLogContract: {
|
|
2685
2688
|
socialPlatformId: string;
|
2686
2689
|
};
|
2687
2690
|
assignee: {
|
2691
|
+
name: string;
|
2688
2692
|
id: string;
|
2689
2693
|
address: string | null;
|
2690
|
-
name: string;
|
2691
2694
|
email: string;
|
2692
2695
|
createdAt: Date;
|
2693
2696
|
updatedAt: Date;
|
@@ -2731,12 +2734,12 @@ export declare const cxLogContract: {
|
|
2731
2734
|
}, {
|
2732
2735
|
id: string;
|
2733
2736
|
channel: {
|
2737
|
+
name: string;
|
2734
2738
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2735
2739
|
id: string;
|
2736
|
-
name: string;
|
2737
2740
|
metadata: {
|
2738
|
-
id: string;
|
2739
2741
|
name: string;
|
2742
|
+
id: string;
|
2740
2743
|
accessToken?: string | undefined;
|
2741
2744
|
channelSecret?: string | undefined;
|
2742
2745
|
additionalCredentials?: any;
|
@@ -2765,9 +2768,9 @@ export declare const cxLogContract: {
|
|
2765
2768
|
updatedAt: Date;
|
2766
2769
|
deletedAt: Date | null;
|
2767
2770
|
actor: {
|
2771
|
+
name: string;
|
2768
2772
|
id: string;
|
2769
2773
|
address: string | null;
|
2770
|
-
name: string;
|
2771
2774
|
email: string;
|
2772
2775
|
createdAt: Date;
|
2773
2776
|
updatedAt: Date;
|
@@ -2814,8 +2817,8 @@ export declare const cxLogContract: {
|
|
2814
2817
|
connectedUserName: string;
|
2815
2818
|
connectedUserId: string;
|
2816
2819
|
botpressBot: {
|
2817
|
-
id: string;
|
2818
2820
|
name: string;
|
2821
|
+
id: string;
|
2819
2822
|
accessToken: string;
|
2820
2823
|
botId: string;
|
2821
2824
|
integrationId: string;
|
@@ -2826,9 +2829,9 @@ export declare const cxLogContract: {
|
|
2826
2829
|
updatedAt: Date;
|
2827
2830
|
deletedAt: Date | null;
|
2828
2831
|
actor: {
|
2832
|
+
name: string;
|
2829
2833
|
id: string;
|
2830
2834
|
address: string | null;
|
2831
|
-
name: string;
|
2832
2835
|
email: string;
|
2833
2836
|
createdAt: Date;
|
2834
2837
|
updatedAt: Date;
|
@@ -2880,8 +2883,8 @@ export declare const cxLogContract: {
|
|
2880
2883
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2881
2884
|
id: string;
|
2882
2885
|
metadata: {
|
2883
|
-
id: string;
|
2884
2886
|
name: string;
|
2887
|
+
id: string;
|
2885
2888
|
picture?: string | undefined;
|
2886
2889
|
additionalCredentials?: any;
|
2887
2890
|
};
|
@@ -2889,10 +2892,10 @@ export declare const cxLogContract: {
|
|
2889
2892
|
updatedAt: Date;
|
2890
2893
|
deletedAt: Date | null;
|
2891
2894
|
contact: {
|
2895
|
+
name: string;
|
2892
2896
|
id: string;
|
2893
2897
|
channel: string | null;
|
2894
2898
|
address: string | null;
|
2895
|
-
name: string;
|
2896
2899
|
createdAt: Date;
|
2897
2900
|
updatedAt: Date;
|
2898
2901
|
deletedAt: Date | null;
|
@@ -2937,8 +2940,8 @@ export declare const cxLogContract: {
|
|
2937
2940
|
createdAt: Date;
|
2938
2941
|
updatedAt: Date;
|
2939
2942
|
deletedAt: Date | null;
|
2940
|
-
address?: string | null | undefined;
|
2941
2943
|
name?: string | undefined;
|
2944
|
+
address?: string | null | undefined;
|
2942
2945
|
phone?: string | null | undefined;
|
2943
2946
|
industry?: string | null | undefined;
|
2944
2947
|
} | null;
|
@@ -2946,8 +2949,8 @@ export declare const cxLogContract: {
|
|
2946
2949
|
contactProfile: string | null;
|
2947
2950
|
socialProfileUrl: string | null;
|
2948
2951
|
tags: {
|
2949
|
-
id: string;
|
2950
2952
|
name: string;
|
2953
|
+
id: string;
|
2951
2954
|
createdAt: Date;
|
2952
2955
|
updatedAt: Date;
|
2953
2956
|
deletedAt: Date | null;
|
@@ -2972,8 +2975,8 @@ export declare const cxLogContract: {
|
|
2972
2975
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2973
2976
|
id: string;
|
2974
2977
|
metadata: {
|
2975
|
-
id: string;
|
2976
2978
|
name: string;
|
2979
|
+
id: string;
|
2977
2980
|
picture?: string | undefined;
|
2978
2981
|
additionalCredentials?: any;
|
2979
2982
|
};
|
@@ -3004,9 +3007,9 @@ export declare const cxLogContract: {
|
|
3004
3007
|
socialPlatformId: string;
|
3005
3008
|
};
|
3006
3009
|
assignee: {
|
3010
|
+
name: string;
|
3007
3011
|
id: string;
|
3008
3012
|
address: string | null;
|
3009
|
-
name: string;
|
3010
3013
|
email: string;
|
3011
3014
|
createdAt: Date;
|
3012
3015
|
updatedAt: Date;
|
@@ -3079,14 +3082,14 @@ export declare const cxLogContract: {
|
|
3079
3082
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
3080
3083
|
name: z.ZodString;
|
3081
3084
|
}, "strip", z.ZodTypeAny, {
|
3082
|
-
id: string;
|
3083
3085
|
name: string;
|
3086
|
+
id: string;
|
3084
3087
|
createdAt: Date;
|
3085
3088
|
updatedAt: Date;
|
3086
3089
|
deletedAt: Date | null;
|
3087
3090
|
}, {
|
3088
|
-
id: string;
|
3089
3091
|
name: string;
|
3092
|
+
id: string;
|
3090
3093
|
createdAt: Date;
|
3091
3094
|
updatedAt: Date;
|
3092
3095
|
deletedAt: Date | null;
|
@@ -3242,8 +3245,8 @@ export declare const cxLogContract: {
|
|
3242
3245
|
createdAt: Date;
|
3243
3246
|
updatedAt: Date;
|
3244
3247
|
deletedAt: Date | null;
|
3245
|
-
address?: string | null | undefined;
|
3246
3248
|
name?: string | undefined;
|
3249
|
+
address?: string | null | undefined;
|
3247
3250
|
phone?: string | null | undefined;
|
3248
3251
|
industry?: string | null | undefined;
|
3249
3252
|
}, {
|
@@ -3251,8 +3254,8 @@ export declare const cxLogContract: {
|
|
3251
3254
|
createdAt: Date;
|
3252
3255
|
updatedAt: Date;
|
3253
3256
|
deletedAt: Date | null;
|
3254
|
-
address?: string | null | undefined;
|
3255
3257
|
name?: string | undefined;
|
3258
|
+
address?: string | null | undefined;
|
3256
3259
|
phone?: string | null | undefined;
|
3257
3260
|
industry?: string | null | undefined;
|
3258
3261
|
}>>;
|
@@ -3270,13 +3273,13 @@ export declare const cxLogContract: {
|
|
3270
3273
|
picture: z.ZodOptional<z.ZodString>;
|
3271
3274
|
additionalCredentials: z.ZodAny;
|
3272
3275
|
}, "strip", z.ZodTypeAny, {
|
3273
|
-
id: string;
|
3274
3276
|
name: string;
|
3277
|
+
id: string;
|
3275
3278
|
picture?: string | undefined;
|
3276
3279
|
additionalCredentials?: any;
|
3277
3280
|
}, {
|
3278
|
-
id: string;
|
3279
3281
|
name: string;
|
3282
|
+
id: string;
|
3280
3283
|
picture?: string | undefined;
|
3281
3284
|
additionalCredentials?: any;
|
3282
3285
|
}>;
|
@@ -3284,8 +3287,8 @@ export declare const cxLogContract: {
|
|
3284
3287
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
3285
3288
|
id: string;
|
3286
3289
|
metadata: {
|
3287
|
-
id: string;
|
3288
3290
|
name: string;
|
3291
|
+
id: string;
|
3289
3292
|
picture?: string | undefined;
|
3290
3293
|
additionalCredentials?: any;
|
3291
3294
|
};
|
@@ -3298,8 +3301,8 @@ export declare const cxLogContract: {
|
|
3298
3301
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
3299
3302
|
id: string;
|
3300
3303
|
metadata: {
|
3301
|
-
id: string;
|
3302
3304
|
name: string;
|
3305
|
+
id: string;
|
3303
3306
|
picture?: string | undefined;
|
3304
3307
|
additionalCredentials?: any;
|
3305
3308
|
};
|
@@ -3609,10 +3612,10 @@ export declare const cxLogContract: {
|
|
3609
3612
|
};
|
3610
3613
|
}>, "many">>;
|
3611
3614
|
}, "strip", z.ZodTypeAny, {
|
3615
|
+
name: string;
|
3612
3616
|
id: string;
|
3613
3617
|
channel: string | null;
|
3614
3618
|
address: string | null;
|
3615
|
-
name: string;
|
3616
3619
|
createdAt: Date;
|
3617
3620
|
updatedAt: Date;
|
3618
3621
|
deletedAt: Date | null;
|
@@ -3657,8 +3660,8 @@ export declare const cxLogContract: {
|
|
3657
3660
|
createdAt: Date;
|
3658
3661
|
updatedAt: Date;
|
3659
3662
|
deletedAt: Date | null;
|
3660
|
-
address?: string | null | undefined;
|
3661
3663
|
name?: string | undefined;
|
3664
|
+
address?: string | null | undefined;
|
3662
3665
|
phone?: string | null | undefined;
|
3663
3666
|
industry?: string | null | undefined;
|
3664
3667
|
} | null;
|
@@ -3666,8 +3669,8 @@ export declare const cxLogContract: {
|
|
3666
3669
|
contactProfile: string | null;
|
3667
3670
|
socialProfileUrl: string | null;
|
3668
3671
|
tags: {
|
3669
|
-
id: string;
|
3670
3672
|
name: string;
|
3673
|
+
id: string;
|
3671
3674
|
createdAt: Date;
|
3672
3675
|
updatedAt: Date;
|
3673
3676
|
deletedAt: Date | null;
|
@@ -3692,8 +3695,8 @@ export declare const cxLogContract: {
|
|
3692
3695
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
3693
3696
|
id: string;
|
3694
3697
|
metadata: {
|
3695
|
-
id: string;
|
3696
3698
|
name: string;
|
3699
|
+
id: string;
|
3697
3700
|
picture?: string | undefined;
|
3698
3701
|
additionalCredentials?: any;
|
3699
3702
|
};
|
@@ -3720,10 +3723,10 @@ export declare const cxLogContract: {
|
|
3720
3723
|
};
|
3721
3724
|
}[] | undefined;
|
3722
3725
|
}, {
|
3726
|
+
name: string;
|
3723
3727
|
id: string;
|
3724
3728
|
channel: string | null;
|
3725
3729
|
address: string | null;
|
3726
|
-
name: string;
|
3727
3730
|
createdAt: Date;
|
3728
3731
|
updatedAt: Date;
|
3729
3732
|
deletedAt: Date | null;
|
@@ -3768,8 +3771,8 @@ export declare const cxLogContract: {
|
|
3768
3771
|
createdAt: Date;
|
3769
3772
|
updatedAt: Date;
|
3770
3773
|
deletedAt: Date | null;
|
3771
|
-
address?: string | null | undefined;
|
3772
3774
|
name?: string | undefined;
|
3775
|
+
address?: string | null | undefined;
|
3773
3776
|
phone?: string | null | undefined;
|
3774
3777
|
industry?: string | null | undefined;
|
3775
3778
|
} | null;
|
@@ -3777,8 +3780,8 @@ export declare const cxLogContract: {
|
|
3777
3780
|
contactProfile: string | null;
|
3778
3781
|
socialProfileUrl: string | null;
|
3779
3782
|
tags: {
|
3780
|
-
id: string;
|
3781
3783
|
name: string;
|
3784
|
+
id: string;
|
3782
3785
|
createdAt: Date;
|
3783
3786
|
updatedAt: Date;
|
3784
3787
|
deletedAt: Date | null;
|
@@ -3803,8 +3806,8 @@ export declare const cxLogContract: {
|
|
3803
3806
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
3804
3807
|
id: string;
|
3805
3808
|
metadata: {
|
3806
|
-
id: string;
|
3807
3809
|
name: string;
|
3810
|
+
id: string;
|
3808
3811
|
picture?: string | undefined;
|
3809
3812
|
additionalCredentials?: any;
|
3810
3813
|
};
|
@@ -4022,9 +4025,9 @@ export declare const cxLogContract: {
|
|
4022
4025
|
telephonySignature: string | null;
|
4023
4026
|
}>;
|
4024
4027
|
}, "roles" | "extension">, "strip", z.ZodTypeAny, {
|
4028
|
+
name: string;
|
4025
4029
|
id: string;
|
4026
4030
|
address: string | null;
|
4027
|
-
name: string;
|
4028
4031
|
email: string;
|
4029
4032
|
createdAt: Date;
|
4030
4033
|
updatedAt: Date;
|
@@ -4034,9 +4037,9 @@ export declare const cxLogContract: {
|
|
4034
4037
|
phone: string | null;
|
4035
4038
|
notificationCount: number | null;
|
4036
4039
|
}, {
|
4040
|
+
name: string;
|
4037
4041
|
id: string;
|
4038
4042
|
address: string | null;
|
4039
|
-
name: string;
|
4040
4043
|
email: string;
|
4041
4044
|
createdAt: Date;
|
4042
4045
|
updatedAt: Date;
|
@@ -4059,9 +4062,9 @@ export declare const cxLogContract: {
|
|
4059
4062
|
}, "strip", z.ZodTypeAny, {
|
4060
4063
|
id: string;
|
4061
4064
|
user: {
|
4065
|
+
name: string;
|
4062
4066
|
id: string;
|
4063
4067
|
address: string | null;
|
4064
|
-
name: string;
|
4065
4068
|
email: string;
|
4066
4069
|
createdAt: Date;
|
4067
4070
|
updatedAt: Date;
|
@@ -4084,9 +4087,9 @@ export declare const cxLogContract: {
|
|
4084
4087
|
}, {
|
4085
4088
|
id: string;
|
4086
4089
|
user: {
|
4090
|
+
name: string;
|
4087
4091
|
id: string;
|
4088
4092
|
address: string | null;
|
4089
|
-
name: string;
|
4090
4093
|
email: string;
|
4091
4094
|
createdAt: Date;
|
4092
4095
|
updatedAt: Date;
|
@@ -4227,9 +4230,9 @@ export declare const cxLogContract: {
|
|
4227
4230
|
telephonySignature: string | null;
|
4228
4231
|
}>;
|
4229
4232
|
}, "roles" | "extension">, "strip", z.ZodTypeAny, {
|
4233
|
+
name: string;
|
4230
4234
|
id: string;
|
4231
4235
|
address: string | null;
|
4232
|
-
name: string;
|
4233
4236
|
email: string;
|
4234
4237
|
createdAt: Date;
|
4235
4238
|
updatedAt: Date;
|
@@ -4239,9 +4242,9 @@ export declare const cxLogContract: {
|
|
4239
4242
|
phone: string | null;
|
4240
4243
|
notificationCount: number | null;
|
4241
4244
|
}, {
|
4245
|
+
name: string;
|
4242
4246
|
id: string;
|
4243
4247
|
address: string | null;
|
4244
|
-
name: string;
|
4245
4248
|
email: string;
|
4246
4249
|
createdAt: Date;
|
4247
4250
|
updatedAt: Date;
|
@@ -4264,9 +4267,9 @@ export declare const cxLogContract: {
|
|
4264
4267
|
}, "strip", z.ZodTypeAny, {
|
4265
4268
|
id: string;
|
4266
4269
|
user: {
|
4270
|
+
name: string;
|
4267
4271
|
id: string;
|
4268
4272
|
address: string | null;
|
4269
|
-
name: string;
|
4270
4273
|
email: string;
|
4271
4274
|
createdAt: Date;
|
4272
4275
|
updatedAt: Date;
|
@@ -4289,9 +4292,9 @@ export declare const cxLogContract: {
|
|
4289
4292
|
}, {
|
4290
4293
|
id: string;
|
4291
4294
|
user: {
|
4295
|
+
name: string;
|
4292
4296
|
id: string;
|
4293
4297
|
address: string | null;
|
4294
|
-
name: string;
|
4295
4298
|
email: string;
|
4296
4299
|
createdAt: Date;
|
4297
4300
|
updatedAt: Date;
|
@@ -4316,9 +4319,9 @@ export declare const cxLogContract: {
|
|
4316
4319
|
callTo?: {
|
4317
4320
|
id: string;
|
4318
4321
|
user: {
|
4322
|
+
name: string;
|
4319
4323
|
id: string;
|
4320
4324
|
address: string | null;
|
4321
|
-
name: string;
|
4322
4325
|
email: string;
|
4323
4326
|
createdAt: Date;
|
4324
4327
|
updatedAt: Date;
|
@@ -4342,9 +4345,9 @@ export declare const cxLogContract: {
|
|
4342
4345
|
callFrom?: {
|
4343
4346
|
id: string;
|
4344
4347
|
user: {
|
4348
|
+
name: string;
|
4345
4349
|
id: string;
|
4346
4350
|
address: string | null;
|
4347
|
-
name: string;
|
4348
4351
|
email: string;
|
4349
4352
|
createdAt: Date;
|
4350
4353
|
updatedAt: Date;
|
@@ -4369,9 +4372,9 @@ export declare const cxLogContract: {
|
|
4369
4372
|
callTo?: {
|
4370
4373
|
id: string;
|
4371
4374
|
user: {
|
4375
|
+
name: string;
|
4372
4376
|
id: string;
|
4373
4377
|
address: string | null;
|
4374
|
-
name: string;
|
4375
4378
|
email: string;
|
4376
4379
|
createdAt: Date;
|
4377
4380
|
updatedAt: Date;
|
@@ -4395,9 +4398,9 @@ export declare const cxLogContract: {
|
|
4395
4398
|
callFrom?: {
|
4396
4399
|
id: string;
|
4397
4400
|
user: {
|
4401
|
+
name: string;
|
4398
4402
|
id: string;
|
4399
4403
|
address: string | null;
|
4400
|
-
name: string;
|
4401
4404
|
email: string;
|
4402
4405
|
createdAt: Date;
|
4403
4406
|
updatedAt: Date;
|
@@ -4551,9 +4554,9 @@ export declare const cxLogContract: {
|
|
4551
4554
|
telephonySignature: string | null;
|
4552
4555
|
}>;
|
4553
4556
|
}, "strip", z.ZodTypeAny, {
|
4557
|
+
name: string;
|
4554
4558
|
id: string;
|
4555
4559
|
address: string | null;
|
4556
|
-
name: string;
|
4557
4560
|
email: string;
|
4558
4561
|
createdAt: Date;
|
4559
4562
|
updatedAt: Date;
|
@@ -4594,9 +4597,9 @@ export declare const cxLogContract: {
|
|
4594
4597
|
telephonySignature: string | null;
|
4595
4598
|
};
|
4596
4599
|
}, {
|
4600
|
+
name: string;
|
4597
4601
|
id: string;
|
4598
4602
|
address: string | null;
|
4599
|
-
name: string;
|
4600
4603
|
email: string;
|
4601
4604
|
createdAt: Date;
|
4602
4605
|
updatedAt: Date;
|
@@ -4650,9 +4653,9 @@ export declare const cxLogContract: {
|
|
4650
4653
|
extensionName: string;
|
4651
4654
|
telephonySignature: string | null;
|
4652
4655
|
user?: {
|
4656
|
+
name: string;
|
4653
4657
|
id: string;
|
4654
4658
|
address: string | null;
|
4655
|
-
name: string;
|
4656
4659
|
email: string;
|
4657
4660
|
createdAt: Date;
|
4658
4661
|
updatedAt: Date;
|
@@ -4706,9 +4709,9 @@ export declare const cxLogContract: {
|
|
4706
4709
|
extensionName: string;
|
4707
4710
|
telephonySignature: string | null;
|
4708
4711
|
user?: {
|
4712
|
+
name: string;
|
4709
4713
|
id: string;
|
4710
4714
|
address: string | null;
|
4711
|
-
name: string;
|
4712
4715
|
email: string;
|
4713
4716
|
createdAt: Date;
|
4714
4717
|
updatedAt: Date;
|
@@ -4778,9 +4781,9 @@ export declare const cxLogContract: {
|
|
4778
4781
|
callTo?: {
|
4779
4782
|
id: string;
|
4780
4783
|
user: {
|
4784
|
+
name: string;
|
4781
4785
|
id: string;
|
4782
4786
|
address: string | null;
|
4783
|
-
name: string;
|
4784
4787
|
email: string;
|
4785
4788
|
createdAt: Date;
|
4786
4789
|
updatedAt: Date;
|
@@ -4804,9 +4807,9 @@ export declare const cxLogContract: {
|
|
4804
4807
|
callFrom?: {
|
4805
4808
|
id: string;
|
4806
4809
|
user: {
|
4810
|
+
name: string;
|
4807
4811
|
id: string;
|
4808
4812
|
address: string | null;
|
4809
|
-
name: string;
|
4810
4813
|
email: string;
|
4811
4814
|
createdAt: Date;
|
4812
4815
|
updatedAt: Date;
|
@@ -4832,10 +4835,10 @@ export declare const cxLogContract: {
|
|
4832
4835
|
telephonyQueueId: string | null;
|
4833
4836
|
contactId: string | null;
|
4834
4837
|
contact?: {
|
4838
|
+
name: string;
|
4835
4839
|
id: string;
|
4836
4840
|
channel: string | null;
|
4837
4841
|
address: string | null;
|
4838
|
-
name: string;
|
4839
4842
|
createdAt: Date;
|
4840
4843
|
updatedAt: Date;
|
4841
4844
|
deletedAt: Date | null;
|
@@ -4880,8 +4883,8 @@ export declare const cxLogContract: {
|
|
4880
4883
|
createdAt: Date;
|
4881
4884
|
updatedAt: Date;
|
4882
4885
|
deletedAt: Date | null;
|
4883
|
-
address?: string | null | undefined;
|
4884
4886
|
name?: string | undefined;
|
4887
|
+
address?: string | null | undefined;
|
4885
4888
|
phone?: string | null | undefined;
|
4886
4889
|
industry?: string | null | undefined;
|
4887
4890
|
} | null;
|
@@ -4889,8 +4892,8 @@ export declare const cxLogContract: {
|
|
4889
4892
|
contactProfile: string | null;
|
4890
4893
|
socialProfileUrl: string | null;
|
4891
4894
|
tags: {
|
4892
|
-
id: string;
|
4893
4895
|
name: string;
|
4896
|
+
id: string;
|
4894
4897
|
createdAt: Date;
|
4895
4898
|
updatedAt: Date;
|
4896
4899
|
deletedAt: Date | null;
|
@@ -4915,8 +4918,8 @@ export declare const cxLogContract: {
|
|
4915
4918
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
4916
4919
|
id: string;
|
4917
4920
|
metadata: {
|
4918
|
-
id: string;
|
4919
4921
|
name: string;
|
4922
|
+
id: string;
|
4920
4923
|
picture?: string | undefined;
|
4921
4924
|
additionalCredentials?: any;
|
4922
4925
|
};
|
@@ -4978,9 +4981,9 @@ export declare const cxLogContract: {
|
|
4978
4981
|
extensionName: string;
|
4979
4982
|
telephonySignature: string | null;
|
4980
4983
|
user?: {
|
4984
|
+
name: string;
|
4981
4985
|
id: string;
|
4982
4986
|
address: string | null;
|
4983
|
-
name: string;
|
4984
4987
|
email: string;
|
4985
4988
|
createdAt: Date;
|
4986
4989
|
updatedAt: Date;
|
@@ -5048,9 +5051,9 @@ export declare const cxLogContract: {
|
|
5048
5051
|
callTo?: {
|
5049
5052
|
id: string;
|
5050
5053
|
user: {
|
5054
|
+
name: string;
|
5051
5055
|
id: string;
|
5052
5056
|
address: string | null;
|
5053
|
-
name: string;
|
5054
5057
|
email: string;
|
5055
5058
|
createdAt: Date;
|
5056
5059
|
updatedAt: Date;
|
@@ -5074,9 +5077,9 @@ export declare const cxLogContract: {
|
|
5074
5077
|
callFrom?: {
|
5075
5078
|
id: string;
|
5076
5079
|
user: {
|
5080
|
+
name: string;
|
5077
5081
|
id: string;
|
5078
5082
|
address: string | null;
|
5079
|
-
name: string;
|
5080
5083
|
email: string;
|
5081
5084
|
createdAt: Date;
|
5082
5085
|
updatedAt: Date;
|
@@ -5102,10 +5105,10 @@ export declare const cxLogContract: {
|
|
5102
5105
|
telephonyQueueId: string | null;
|
5103
5106
|
contactId: string | null;
|
5104
5107
|
contact?: {
|
5108
|
+
name: string;
|
5105
5109
|
id: string;
|
5106
5110
|
channel: string | null;
|
5107
5111
|
address: string | null;
|
5108
|
-
name: string;
|
5109
5112
|
createdAt: Date;
|
5110
5113
|
updatedAt: Date;
|
5111
5114
|
deletedAt: Date | null;
|
@@ -5150,8 +5153,8 @@ export declare const cxLogContract: {
|
|
5150
5153
|
createdAt: Date;
|
5151
5154
|
updatedAt: Date;
|
5152
5155
|
deletedAt: Date | null;
|
5153
|
-
address?: string | null | undefined;
|
5154
5156
|
name?: string | undefined;
|
5157
|
+
address?: string | null | undefined;
|
5155
5158
|
phone?: string | null | undefined;
|
5156
5159
|
industry?: string | null | undefined;
|
5157
5160
|
} | null;
|
@@ -5159,8 +5162,8 @@ export declare const cxLogContract: {
|
|
5159
5162
|
contactProfile: string | null;
|
5160
5163
|
socialProfileUrl: string | null;
|
5161
5164
|
tags: {
|
5162
|
-
id: string;
|
5163
5165
|
name: string;
|
5166
|
+
id: string;
|
5164
5167
|
createdAt: Date;
|
5165
5168
|
updatedAt: Date;
|
5166
5169
|
deletedAt: Date | null;
|
@@ -5185,8 +5188,8 @@ export declare const cxLogContract: {
|
|
5185
5188
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
5186
5189
|
id: string;
|
5187
5190
|
metadata: {
|
5188
|
-
id: string;
|
5189
5191
|
name: string;
|
5192
|
+
id: string;
|
5190
5193
|
picture?: string | undefined;
|
5191
5194
|
additionalCredentials?: any;
|
5192
5195
|
};
|
@@ -5248,9 +5251,9 @@ export declare const cxLogContract: {
|
|
5248
5251
|
extensionName: string;
|
5249
5252
|
telephonySignature: string | null;
|
5250
5253
|
user?: {
|
5254
|
+
name: string;
|
5251
5255
|
id: string;
|
5252
5256
|
address: string | null;
|
5253
|
-
name: string;
|
5254
5257
|
email: string;
|
5255
5258
|
createdAt: Date;
|
5256
5259
|
updatedAt: Date;
|
@@ -5318,14 +5321,14 @@ export declare const cxLogContract: {
|
|
5318
5321
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
5319
5322
|
name: z.ZodString;
|
5320
5323
|
}, "strip", z.ZodTypeAny, {
|
5321
|
-
id: string;
|
5322
5324
|
name: string;
|
5325
|
+
id: string;
|
5323
5326
|
createdAt: Date;
|
5324
5327
|
updatedAt: Date;
|
5325
5328
|
deletedAt: Date | null;
|
5326
5329
|
}, {
|
5327
|
-
id: string;
|
5328
5330
|
name: string;
|
5331
|
+
id: string;
|
5329
5332
|
createdAt: Date;
|
5330
5333
|
updatedAt: Date;
|
5331
5334
|
deletedAt: Date | null;
|
@@ -5481,8 +5484,8 @@ export declare const cxLogContract: {
|
|
5481
5484
|
createdAt: Date;
|
5482
5485
|
updatedAt: Date;
|
5483
5486
|
deletedAt: Date | null;
|
5484
|
-
address?: string | null | undefined;
|
5485
5487
|
name?: string | undefined;
|
5488
|
+
address?: string | null | undefined;
|
5486
5489
|
phone?: string | null | undefined;
|
5487
5490
|
industry?: string | null | undefined;
|
5488
5491
|
}, {
|
@@ -5490,8 +5493,8 @@ export declare const cxLogContract: {
|
|
5490
5493
|
createdAt: Date;
|
5491
5494
|
updatedAt: Date;
|
5492
5495
|
deletedAt: Date | null;
|
5493
|
-
address?: string | null | undefined;
|
5494
5496
|
name?: string | undefined;
|
5497
|
+
address?: string | null | undefined;
|
5495
5498
|
phone?: string | null | undefined;
|
5496
5499
|
industry?: string | null | undefined;
|
5497
5500
|
}>>;
|
@@ -5509,13 +5512,13 @@ export declare const cxLogContract: {
|
|
5509
5512
|
picture: z.ZodOptional<z.ZodString>;
|
5510
5513
|
additionalCredentials: z.ZodAny;
|
5511
5514
|
}, "strip", z.ZodTypeAny, {
|
5512
|
-
id: string;
|
5513
5515
|
name: string;
|
5516
|
+
id: string;
|
5514
5517
|
picture?: string | undefined;
|
5515
5518
|
additionalCredentials?: any;
|
5516
5519
|
}, {
|
5517
|
-
id: string;
|
5518
5520
|
name: string;
|
5521
|
+
id: string;
|
5519
5522
|
picture?: string | undefined;
|
5520
5523
|
additionalCredentials?: any;
|
5521
5524
|
}>;
|
@@ -5523,8 +5526,8 @@ export declare const cxLogContract: {
|
|
5523
5526
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
5524
5527
|
id: string;
|
5525
5528
|
metadata: {
|
5526
|
-
id: string;
|
5527
5529
|
name: string;
|
5530
|
+
id: string;
|
5528
5531
|
picture?: string | undefined;
|
5529
5532
|
additionalCredentials?: any;
|
5530
5533
|
};
|
@@ -5537,8 +5540,8 @@ export declare const cxLogContract: {
|
|
5537
5540
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
5538
5541
|
id: string;
|
5539
5542
|
metadata: {
|
5540
|
-
id: string;
|
5541
5543
|
name: string;
|
5544
|
+
id: string;
|
5542
5545
|
picture?: string | undefined;
|
5543
5546
|
additionalCredentials?: any;
|
5544
5547
|
};
|
@@ -5848,10 +5851,10 @@ export declare const cxLogContract: {
|
|
5848
5851
|
};
|
5849
5852
|
}>, "many">>;
|
5850
5853
|
}, "strip", z.ZodTypeAny, {
|
5854
|
+
name: string;
|
5851
5855
|
id: string;
|
5852
5856
|
channel: string | null;
|
5853
5857
|
address: string | null;
|
5854
|
-
name: string;
|
5855
5858
|
createdAt: Date;
|
5856
5859
|
updatedAt: Date;
|
5857
5860
|
deletedAt: Date | null;
|
@@ -5896,8 +5899,8 @@ export declare const cxLogContract: {
|
|
5896
5899
|
createdAt: Date;
|
5897
5900
|
updatedAt: Date;
|
5898
5901
|
deletedAt: Date | null;
|
5899
|
-
address?: string | null | undefined;
|
5900
5902
|
name?: string | undefined;
|
5903
|
+
address?: string | null | undefined;
|
5901
5904
|
phone?: string | null | undefined;
|
5902
5905
|
industry?: string | null | undefined;
|
5903
5906
|
} | null;
|
@@ -5905,8 +5908,8 @@ export declare const cxLogContract: {
|
|
5905
5908
|
contactProfile: string | null;
|
5906
5909
|
socialProfileUrl: string | null;
|
5907
5910
|
tags: {
|
5908
|
-
id: string;
|
5909
5911
|
name: string;
|
5912
|
+
id: string;
|
5910
5913
|
createdAt: Date;
|
5911
5914
|
updatedAt: Date;
|
5912
5915
|
deletedAt: Date | null;
|
@@ -5931,8 +5934,8 @@ export declare const cxLogContract: {
|
|
5931
5934
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
5932
5935
|
id: string;
|
5933
5936
|
metadata: {
|
5934
|
-
id: string;
|
5935
5937
|
name: string;
|
5938
|
+
id: string;
|
5936
5939
|
picture?: string | undefined;
|
5937
5940
|
additionalCredentials?: any;
|
5938
5941
|
};
|
@@ -5959,10 +5962,10 @@ export declare const cxLogContract: {
|
|
5959
5962
|
};
|
5960
5963
|
}[] | undefined;
|
5961
5964
|
}, {
|
5965
|
+
name: string;
|
5962
5966
|
id: string;
|
5963
5967
|
channel: string | null;
|
5964
5968
|
address: string | null;
|
5965
|
-
name: string;
|
5966
5969
|
createdAt: Date;
|
5967
5970
|
updatedAt: Date;
|
5968
5971
|
deletedAt: Date | null;
|
@@ -6007,8 +6010,8 @@ export declare const cxLogContract: {
|
|
6007
6010
|
createdAt: Date;
|
6008
6011
|
updatedAt: Date;
|
6009
6012
|
deletedAt: Date | null;
|
6010
|
-
address?: string | null | undefined;
|
6011
6013
|
name?: string | undefined;
|
6014
|
+
address?: string | null | undefined;
|
6012
6015
|
phone?: string | null | undefined;
|
6013
6016
|
industry?: string | null | undefined;
|
6014
6017
|
} | null;
|
@@ -6016,8 +6019,8 @@ export declare const cxLogContract: {
|
|
6016
6019
|
contactProfile: string | null;
|
6017
6020
|
socialProfileUrl: string | null;
|
6018
6021
|
tags: {
|
6019
|
-
id: string;
|
6020
6022
|
name: string;
|
6023
|
+
id: string;
|
6021
6024
|
createdAt: Date;
|
6022
6025
|
updatedAt: Date;
|
6023
6026
|
deletedAt: Date | null;
|
@@ -6042,8 +6045,8 @@ export declare const cxLogContract: {
|
|
6042
6045
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
6043
6046
|
id: string;
|
6044
6047
|
metadata: {
|
6045
|
-
id: string;
|
6046
6048
|
name: string;
|
6049
|
+
id: string;
|
6047
6050
|
picture?: string | undefined;
|
6048
6051
|
additionalCredentials?: any;
|
6049
6052
|
};
|
@@ -6188,9 +6191,9 @@ export declare const cxLogContract: {
|
|
6188
6191
|
telephonySignature: string | null;
|
6189
6192
|
}>;
|
6190
6193
|
}, "strip", z.ZodTypeAny, {
|
6194
|
+
name: string;
|
6191
6195
|
id: string;
|
6192
6196
|
address: string | null;
|
6193
|
-
name: string;
|
6194
6197
|
email: string;
|
6195
6198
|
createdAt: Date;
|
6196
6199
|
updatedAt: Date;
|
@@ -6231,9 +6234,9 @@ export declare const cxLogContract: {
|
|
6231
6234
|
telephonySignature: string | null;
|
6232
6235
|
};
|
6233
6236
|
}, {
|
6237
|
+
name: string;
|
6234
6238
|
id: string;
|
6235
6239
|
address: string | null;
|
6236
|
-
name: string;
|
6237
6240
|
email: string;
|
6238
6241
|
createdAt: Date;
|
6239
6242
|
updatedAt: Date;
|
@@ -6392,9 +6395,9 @@ export declare const cxLogContract: {
|
|
6392
6395
|
telephonySignature: string | null;
|
6393
6396
|
}>;
|
6394
6397
|
}, "strip", z.ZodTypeAny, {
|
6398
|
+
name: string;
|
6395
6399
|
id: string;
|
6396
6400
|
address: string | null;
|
6397
|
-
name: string;
|
6398
6401
|
email: string;
|
6399
6402
|
createdAt: Date;
|
6400
6403
|
updatedAt: Date;
|
@@ -6435,9 +6438,9 @@ export declare const cxLogContract: {
|
|
6435
6438
|
telephonySignature: string | null;
|
6436
6439
|
};
|
6437
6440
|
}, {
|
6441
|
+
name: string;
|
6438
6442
|
id: string;
|
6439
6443
|
address: string | null;
|
6440
|
-
name: string;
|
6441
6444
|
email: string;
|
6442
6445
|
createdAt: Date;
|
6443
6446
|
updatedAt: Date;
|
@@ -6596,9 +6599,9 @@ export declare const cxLogContract: {
|
|
6596
6599
|
telephonySignature: string | null;
|
6597
6600
|
}>;
|
6598
6601
|
}, "strip", z.ZodTypeAny, {
|
6602
|
+
name: string;
|
6599
6603
|
id: string;
|
6600
6604
|
address: string | null;
|
6601
|
-
name: string;
|
6602
6605
|
email: string;
|
6603
6606
|
createdAt: Date;
|
6604
6607
|
updatedAt: Date;
|
@@ -6639,9 +6642,9 @@ export declare const cxLogContract: {
|
|
6639
6642
|
telephonySignature: string | null;
|
6640
6643
|
};
|
6641
6644
|
}, {
|
6645
|
+
name: string;
|
6642
6646
|
id: string;
|
6643
6647
|
address: string | null;
|
6644
|
-
name: string;
|
6645
6648
|
email: string;
|
6646
6649
|
createdAt: Date;
|
6647
6650
|
updatedAt: Date;
|
@@ -6692,10 +6695,10 @@ export declare const cxLogContract: {
|
|
6692
6695
|
deletedAt: Date | null;
|
6693
6696
|
entityId: string;
|
6694
6697
|
contact: {
|
6698
|
+
name: string;
|
6695
6699
|
id: string;
|
6696
6700
|
channel: string | null;
|
6697
6701
|
address: string | null;
|
6698
|
-
name: string;
|
6699
6702
|
createdAt: Date;
|
6700
6703
|
updatedAt: Date;
|
6701
6704
|
deletedAt: Date | null;
|
@@ -6740,8 +6743,8 @@ export declare const cxLogContract: {
|
|
6740
6743
|
createdAt: Date;
|
6741
6744
|
updatedAt: Date;
|
6742
6745
|
deletedAt: Date | null;
|
6743
|
-
address?: string | null | undefined;
|
6744
6746
|
name?: string | undefined;
|
6747
|
+
address?: string | null | undefined;
|
6745
6748
|
phone?: string | null | undefined;
|
6746
6749
|
industry?: string | null | undefined;
|
6747
6750
|
} | null;
|
@@ -6749,8 +6752,8 @@ export declare const cxLogContract: {
|
|
6749
6752
|
contactProfile: string | null;
|
6750
6753
|
socialProfileUrl: string | null;
|
6751
6754
|
tags: {
|
6752
|
-
id: string;
|
6753
6755
|
name: string;
|
6756
|
+
id: string;
|
6754
6757
|
createdAt: Date;
|
6755
6758
|
updatedAt: Date;
|
6756
6759
|
deletedAt: Date | null;
|
@@ -6775,8 +6778,8 @@ export declare const cxLogContract: {
|
|
6775
6778
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
6776
6779
|
id: string;
|
6777
6780
|
metadata: {
|
6778
|
-
id: string;
|
6779
6781
|
name: string;
|
6782
|
+
id: string;
|
6780
6783
|
picture?: string | undefined;
|
6781
6784
|
additionalCredentials?: any;
|
6782
6785
|
};
|
@@ -6806,8 +6809,12 @@ export declare const cxLogContract: {
|
|
6806
6809
|
caseId: number;
|
6807
6810
|
entityName: string;
|
6808
6811
|
startedDate: string | null;
|
6812
|
+
totalHoldDuration: string | null;
|
6809
6813
|
handledTime: string | null;
|
6814
|
+
fullHandledTime: string | null;
|
6810
6815
|
firstResponseTime: string | null;
|
6816
|
+
resolutionTime: string | null;
|
6817
|
+
fullResolutionTime: string | null;
|
6811
6818
|
wrapUpForm: {
|
6812
6819
|
type: string;
|
6813
6820
|
id: string;
|
@@ -6838,8 +6845,8 @@ export declare const cxLogContract: {
|
|
6838
6845
|
}[];
|
6839
6846
|
}[];
|
6840
6847
|
tags: {
|
6841
|
-
id: string;
|
6842
6848
|
name: string;
|
6849
|
+
id: string;
|
6843
6850
|
createdAt: Date;
|
6844
6851
|
updatedAt: Date;
|
6845
6852
|
deletedAt: Date | null;
|
@@ -6863,7 +6870,6 @@ export declare const cxLogContract: {
|
|
6863
6870
|
customerPhone: string | null;
|
6864
6871
|
channelType: string | null;
|
6865
6872
|
firstResponseDate: string;
|
6866
|
-
resolutionTime: string | null;
|
6867
6873
|
resolutionDate: string;
|
6868
6874
|
wrapUpDuration: string;
|
6869
6875
|
slaMeet: string | null;
|
@@ -6879,12 +6885,12 @@ export declare const cxLogContract: {
|
|
6879
6885
|
room: {
|
6880
6886
|
id: string;
|
6881
6887
|
channel: {
|
6888
|
+
name: string;
|
6882
6889
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
6883
6890
|
id: string;
|
6884
|
-
name: string;
|
6885
6891
|
metadata: {
|
6886
|
-
id: string;
|
6887
6892
|
name: string;
|
6893
|
+
id: string;
|
6888
6894
|
accessToken?: string | undefined;
|
6889
6895
|
channelSecret?: string | undefined;
|
6890
6896
|
additionalCredentials?: any;
|
@@ -6913,9 +6919,9 @@ export declare const cxLogContract: {
|
|
6913
6919
|
updatedAt: Date;
|
6914
6920
|
deletedAt: Date | null;
|
6915
6921
|
actor: {
|
6922
|
+
name: string;
|
6916
6923
|
id: string;
|
6917
6924
|
address: string | null;
|
6918
|
-
name: string;
|
6919
6925
|
email: string;
|
6920
6926
|
createdAt: Date;
|
6921
6927
|
updatedAt: Date;
|
@@ -6962,8 +6968,8 @@ export declare const cxLogContract: {
|
|
6962
6968
|
connectedUserName: string;
|
6963
6969
|
connectedUserId: string;
|
6964
6970
|
botpressBot: {
|
6965
|
-
id: string;
|
6966
6971
|
name: string;
|
6972
|
+
id: string;
|
6967
6973
|
accessToken: string;
|
6968
6974
|
botId: string;
|
6969
6975
|
integrationId: string;
|
@@ -6974,9 +6980,9 @@ export declare const cxLogContract: {
|
|
6974
6980
|
updatedAt: Date;
|
6975
6981
|
deletedAt: Date | null;
|
6976
6982
|
actor: {
|
6983
|
+
name: string;
|
6977
6984
|
id: string;
|
6978
6985
|
address: string | null;
|
6979
|
-
name: string;
|
6980
6986
|
email: string;
|
6981
6987
|
createdAt: Date;
|
6982
6988
|
updatedAt: Date;
|
@@ -7028,8 +7034,8 @@ export declare const cxLogContract: {
|
|
7028
7034
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7029
7035
|
id: string;
|
7030
7036
|
metadata: {
|
7031
|
-
id: string;
|
7032
7037
|
name: string;
|
7038
|
+
id: string;
|
7033
7039
|
picture?: string | undefined;
|
7034
7040
|
additionalCredentials?: any;
|
7035
7041
|
};
|
@@ -7037,10 +7043,10 @@ export declare const cxLogContract: {
|
|
7037
7043
|
updatedAt: Date;
|
7038
7044
|
deletedAt: Date | null;
|
7039
7045
|
contact: {
|
7046
|
+
name: string;
|
7040
7047
|
id: string;
|
7041
7048
|
channel: string | null;
|
7042
7049
|
address: string | null;
|
7043
|
-
name: string;
|
7044
7050
|
createdAt: Date;
|
7045
7051
|
updatedAt: Date;
|
7046
7052
|
deletedAt: Date | null;
|
@@ -7085,8 +7091,8 @@ export declare const cxLogContract: {
|
|
7085
7091
|
createdAt: Date;
|
7086
7092
|
updatedAt: Date;
|
7087
7093
|
deletedAt: Date | null;
|
7088
|
-
address?: string | null | undefined;
|
7089
7094
|
name?: string | undefined;
|
7095
|
+
address?: string | null | undefined;
|
7090
7096
|
phone?: string | null | undefined;
|
7091
7097
|
industry?: string | null | undefined;
|
7092
7098
|
} | null;
|
@@ -7094,8 +7100,8 @@ export declare const cxLogContract: {
|
|
7094
7100
|
contactProfile: string | null;
|
7095
7101
|
socialProfileUrl: string | null;
|
7096
7102
|
tags: {
|
7097
|
-
id: string;
|
7098
7103
|
name: string;
|
7104
|
+
id: string;
|
7099
7105
|
createdAt: Date;
|
7100
7106
|
updatedAt: Date;
|
7101
7107
|
deletedAt: Date | null;
|
@@ -7120,8 +7126,8 @@ export declare const cxLogContract: {
|
|
7120
7126
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7121
7127
|
id: string;
|
7122
7128
|
metadata: {
|
7123
|
-
id: string;
|
7124
7129
|
name: string;
|
7130
|
+
id: string;
|
7125
7131
|
picture?: string | undefined;
|
7126
7132
|
additionalCredentials?: any;
|
7127
7133
|
};
|
@@ -7152,9 +7158,9 @@ export declare const cxLogContract: {
|
|
7152
7158
|
socialPlatformId: string;
|
7153
7159
|
};
|
7154
7160
|
assignee: {
|
7161
|
+
name: string;
|
7155
7162
|
id: string;
|
7156
7163
|
address: string | null;
|
7157
|
-
name: string;
|
7158
7164
|
email: string;
|
7159
7165
|
createdAt: Date;
|
7160
7166
|
updatedAt: Date;
|
@@ -7222,9 +7228,9 @@ export declare const cxLogContract: {
|
|
7222
7228
|
callTo?: {
|
7223
7229
|
id: string;
|
7224
7230
|
user: {
|
7231
|
+
name: string;
|
7225
7232
|
id: string;
|
7226
7233
|
address: string | null;
|
7227
|
-
name: string;
|
7228
7234
|
email: string;
|
7229
7235
|
createdAt: Date;
|
7230
7236
|
updatedAt: Date;
|
@@ -7248,9 +7254,9 @@ export declare const cxLogContract: {
|
|
7248
7254
|
callFrom?: {
|
7249
7255
|
id: string;
|
7250
7256
|
user: {
|
7257
|
+
name: string;
|
7251
7258
|
id: string;
|
7252
7259
|
address: string | null;
|
7253
|
-
name: string;
|
7254
7260
|
email: string;
|
7255
7261
|
createdAt: Date;
|
7256
7262
|
updatedAt: Date;
|
@@ -7276,10 +7282,10 @@ export declare const cxLogContract: {
|
|
7276
7282
|
telephonyQueueId: string | null;
|
7277
7283
|
contactId: string | null;
|
7278
7284
|
contact?: {
|
7285
|
+
name: string;
|
7279
7286
|
id: string;
|
7280
7287
|
channel: string | null;
|
7281
7288
|
address: string | null;
|
7282
|
-
name: string;
|
7283
7289
|
createdAt: Date;
|
7284
7290
|
updatedAt: Date;
|
7285
7291
|
deletedAt: Date | null;
|
@@ -7324,8 +7330,8 @@ export declare const cxLogContract: {
|
|
7324
7330
|
createdAt: Date;
|
7325
7331
|
updatedAt: Date;
|
7326
7332
|
deletedAt: Date | null;
|
7327
|
-
address?: string | null | undefined;
|
7328
7333
|
name?: string | undefined;
|
7334
|
+
address?: string | null | undefined;
|
7329
7335
|
phone?: string | null | undefined;
|
7330
7336
|
industry?: string | null | undefined;
|
7331
7337
|
} | null;
|
@@ -7333,8 +7339,8 @@ export declare const cxLogContract: {
|
|
7333
7339
|
contactProfile: string | null;
|
7334
7340
|
socialProfileUrl: string | null;
|
7335
7341
|
tags: {
|
7336
|
-
id: string;
|
7337
7342
|
name: string;
|
7343
|
+
id: string;
|
7338
7344
|
createdAt: Date;
|
7339
7345
|
updatedAt: Date;
|
7340
7346
|
deletedAt: Date | null;
|
@@ -7359,8 +7365,8 @@ export declare const cxLogContract: {
|
|
7359
7365
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7360
7366
|
id: string;
|
7361
7367
|
metadata: {
|
7362
|
-
id: string;
|
7363
7368
|
name: string;
|
7369
|
+
id: string;
|
7364
7370
|
picture?: string | undefined;
|
7365
7371
|
additionalCredentials?: any;
|
7366
7372
|
};
|
@@ -7422,9 +7428,9 @@ export declare const cxLogContract: {
|
|
7422
7428
|
extensionName: string;
|
7423
7429
|
telephonySignature: string | null;
|
7424
7430
|
user?: {
|
7431
|
+
name: string;
|
7425
7432
|
id: string;
|
7426
7433
|
address: string | null;
|
7427
|
-
name: string;
|
7428
7434
|
email: string;
|
7429
7435
|
createdAt: Date;
|
7430
7436
|
updatedAt: Date;
|
@@ -7471,9 +7477,9 @@ export declare const cxLogContract: {
|
|
7471
7477
|
queueName?: string | null | undefined;
|
7472
7478
|
} | null;
|
7473
7479
|
firstAssignee: {
|
7480
|
+
name: string;
|
7474
7481
|
id: string;
|
7475
7482
|
address: string | null;
|
7476
|
-
name: string;
|
7477
7483
|
email: string;
|
7478
7484
|
createdAt: Date;
|
7479
7485
|
updatedAt: Date;
|
@@ -7515,9 +7521,9 @@ export declare const cxLogContract: {
|
|
7515
7521
|
};
|
7516
7522
|
} | null;
|
7517
7523
|
agent: {
|
7524
|
+
name: string;
|
7518
7525
|
id: string;
|
7519
7526
|
address: string | null;
|
7520
|
-
name: string;
|
7521
7527
|
email: string;
|
7522
7528
|
createdAt: Date;
|
7523
7529
|
updatedAt: Date;
|
@@ -7559,9 +7565,9 @@ export declare const cxLogContract: {
|
|
7559
7565
|
};
|
7560
7566
|
} | null;
|
7561
7567
|
closedAssignee: {
|
7568
|
+
name: string;
|
7562
7569
|
id: string;
|
7563
7570
|
address: string | null;
|
7564
|
-
name: string;
|
7565
7571
|
email: string;
|
7566
7572
|
createdAt: Date;
|
7567
7573
|
updatedAt: Date;
|
@@ -7612,10 +7618,10 @@ export declare const cxLogContract: {
|
|
7612
7618
|
deletedAt: Date | null;
|
7613
7619
|
entityId: string;
|
7614
7620
|
contact: {
|
7621
|
+
name: string;
|
7615
7622
|
id: string;
|
7616
7623
|
channel: string | null;
|
7617
7624
|
address: string | null;
|
7618
|
-
name: string;
|
7619
7625
|
createdAt: Date;
|
7620
7626
|
updatedAt: Date;
|
7621
7627
|
deletedAt: Date | null;
|
@@ -7660,8 +7666,8 @@ export declare const cxLogContract: {
|
|
7660
7666
|
createdAt: Date;
|
7661
7667
|
updatedAt: Date;
|
7662
7668
|
deletedAt: Date | null;
|
7663
|
-
address?: string | null | undefined;
|
7664
7669
|
name?: string | undefined;
|
7670
|
+
address?: string | null | undefined;
|
7665
7671
|
phone?: string | null | undefined;
|
7666
7672
|
industry?: string | null | undefined;
|
7667
7673
|
} | null;
|
@@ -7669,8 +7675,8 @@ export declare const cxLogContract: {
|
|
7669
7675
|
contactProfile: string | null;
|
7670
7676
|
socialProfileUrl: string | null;
|
7671
7677
|
tags: {
|
7672
|
-
id: string;
|
7673
7678
|
name: string;
|
7679
|
+
id: string;
|
7674
7680
|
createdAt: Date;
|
7675
7681
|
updatedAt: Date;
|
7676
7682
|
deletedAt: Date | null;
|
@@ -7695,8 +7701,8 @@ export declare const cxLogContract: {
|
|
7695
7701
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7696
7702
|
id: string;
|
7697
7703
|
metadata: {
|
7698
|
-
id: string;
|
7699
7704
|
name: string;
|
7705
|
+
id: string;
|
7700
7706
|
picture?: string | undefined;
|
7701
7707
|
additionalCredentials?: any;
|
7702
7708
|
};
|
@@ -7726,8 +7732,12 @@ export declare const cxLogContract: {
|
|
7726
7732
|
caseId: number;
|
7727
7733
|
entityName: string;
|
7728
7734
|
startedDate: string | null;
|
7735
|
+
totalHoldDuration: string | null;
|
7729
7736
|
handledTime: string | null;
|
7737
|
+
fullHandledTime: string | null;
|
7730
7738
|
firstResponseTime: string | null;
|
7739
|
+
resolutionTime: string | null;
|
7740
|
+
fullResolutionTime: string | null;
|
7731
7741
|
wrapUpForm: {
|
7732
7742
|
type: string;
|
7733
7743
|
id: string;
|
@@ -7758,8 +7768,8 @@ export declare const cxLogContract: {
|
|
7758
7768
|
}[];
|
7759
7769
|
}[];
|
7760
7770
|
tags: {
|
7761
|
-
id: string;
|
7762
7771
|
name: string;
|
7772
|
+
id: string;
|
7763
7773
|
createdAt: Date;
|
7764
7774
|
updatedAt: Date;
|
7765
7775
|
deletedAt: Date | null;
|
@@ -7783,7 +7793,6 @@ export declare const cxLogContract: {
|
|
7783
7793
|
customerPhone: string | null;
|
7784
7794
|
channelType: string | null;
|
7785
7795
|
firstResponseDate: string;
|
7786
|
-
resolutionTime: string | null;
|
7787
7796
|
resolutionDate: string;
|
7788
7797
|
wrapUpDuration: string;
|
7789
7798
|
slaMeet: string | null;
|
@@ -7799,12 +7808,12 @@ export declare const cxLogContract: {
|
|
7799
7808
|
room: {
|
7800
7809
|
id: string;
|
7801
7810
|
channel: {
|
7811
|
+
name: string;
|
7802
7812
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7803
7813
|
id: string;
|
7804
|
-
name: string;
|
7805
7814
|
metadata: {
|
7806
|
-
id: string;
|
7807
7815
|
name: string;
|
7816
|
+
id: string;
|
7808
7817
|
accessToken?: string | undefined;
|
7809
7818
|
channelSecret?: string | undefined;
|
7810
7819
|
additionalCredentials?: any;
|
@@ -7833,9 +7842,9 @@ export declare const cxLogContract: {
|
|
7833
7842
|
updatedAt: Date;
|
7834
7843
|
deletedAt: Date | null;
|
7835
7844
|
actor: {
|
7845
|
+
name: string;
|
7836
7846
|
id: string;
|
7837
7847
|
address: string | null;
|
7838
|
-
name: string;
|
7839
7848
|
email: string;
|
7840
7849
|
createdAt: Date;
|
7841
7850
|
updatedAt: Date;
|
@@ -7882,8 +7891,8 @@ export declare const cxLogContract: {
|
|
7882
7891
|
connectedUserName: string;
|
7883
7892
|
connectedUserId: string;
|
7884
7893
|
botpressBot: {
|
7885
|
-
id: string;
|
7886
7894
|
name: string;
|
7895
|
+
id: string;
|
7887
7896
|
accessToken: string;
|
7888
7897
|
botId: string;
|
7889
7898
|
integrationId: string;
|
@@ -7894,9 +7903,9 @@ export declare const cxLogContract: {
|
|
7894
7903
|
updatedAt: Date;
|
7895
7904
|
deletedAt: Date | null;
|
7896
7905
|
actor: {
|
7906
|
+
name: string;
|
7897
7907
|
id: string;
|
7898
7908
|
address: string | null;
|
7899
|
-
name: string;
|
7900
7909
|
email: string;
|
7901
7910
|
createdAt: Date;
|
7902
7911
|
updatedAt: Date;
|
@@ -7948,8 +7957,8 @@ export declare const cxLogContract: {
|
|
7948
7957
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7949
7958
|
id: string;
|
7950
7959
|
metadata: {
|
7951
|
-
id: string;
|
7952
7960
|
name: string;
|
7961
|
+
id: string;
|
7953
7962
|
picture?: string | undefined;
|
7954
7963
|
additionalCredentials?: any;
|
7955
7964
|
};
|
@@ -7957,10 +7966,10 @@ export declare const cxLogContract: {
|
|
7957
7966
|
updatedAt: Date;
|
7958
7967
|
deletedAt: Date | null;
|
7959
7968
|
contact: {
|
7969
|
+
name: string;
|
7960
7970
|
id: string;
|
7961
7971
|
channel: string | null;
|
7962
7972
|
address: string | null;
|
7963
|
-
name: string;
|
7964
7973
|
createdAt: Date;
|
7965
7974
|
updatedAt: Date;
|
7966
7975
|
deletedAt: Date | null;
|
@@ -8005,8 +8014,8 @@ export declare const cxLogContract: {
|
|
8005
8014
|
createdAt: Date;
|
8006
8015
|
updatedAt: Date;
|
8007
8016
|
deletedAt: Date | null;
|
8008
|
-
address?: string | null | undefined;
|
8009
8017
|
name?: string | undefined;
|
8018
|
+
address?: string | null | undefined;
|
8010
8019
|
phone?: string | null | undefined;
|
8011
8020
|
industry?: string | null | undefined;
|
8012
8021
|
} | null;
|
@@ -8014,8 +8023,8 @@ export declare const cxLogContract: {
|
|
8014
8023
|
contactProfile: string | null;
|
8015
8024
|
socialProfileUrl: string | null;
|
8016
8025
|
tags: {
|
8017
|
-
id: string;
|
8018
8026
|
name: string;
|
8027
|
+
id: string;
|
8019
8028
|
createdAt: Date;
|
8020
8029
|
updatedAt: Date;
|
8021
8030
|
deletedAt: Date | null;
|
@@ -8040,8 +8049,8 @@ export declare const cxLogContract: {
|
|
8040
8049
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
8041
8050
|
id: string;
|
8042
8051
|
metadata: {
|
8043
|
-
id: string;
|
8044
8052
|
name: string;
|
8053
|
+
id: string;
|
8045
8054
|
picture?: string | undefined;
|
8046
8055
|
additionalCredentials?: any;
|
8047
8056
|
};
|
@@ -8072,9 +8081,9 @@ export declare const cxLogContract: {
|
|
8072
8081
|
socialPlatformId: string;
|
8073
8082
|
};
|
8074
8083
|
assignee: {
|
8084
|
+
name: string;
|
8075
8085
|
id: string;
|
8076
8086
|
address: string | null;
|
8077
|
-
name: string;
|
8078
8087
|
email: string;
|
8079
8088
|
createdAt: Date;
|
8080
8089
|
updatedAt: Date;
|
@@ -8142,9 +8151,9 @@ export declare const cxLogContract: {
|
|
8142
8151
|
callTo?: {
|
8143
8152
|
id: string;
|
8144
8153
|
user: {
|
8154
|
+
name: string;
|
8145
8155
|
id: string;
|
8146
8156
|
address: string | null;
|
8147
|
-
name: string;
|
8148
8157
|
email: string;
|
8149
8158
|
createdAt: Date;
|
8150
8159
|
updatedAt: Date;
|
@@ -8168,9 +8177,9 @@ export declare const cxLogContract: {
|
|
8168
8177
|
callFrom?: {
|
8169
8178
|
id: string;
|
8170
8179
|
user: {
|
8180
|
+
name: string;
|
8171
8181
|
id: string;
|
8172
8182
|
address: string | null;
|
8173
|
-
name: string;
|
8174
8183
|
email: string;
|
8175
8184
|
createdAt: Date;
|
8176
8185
|
updatedAt: Date;
|
@@ -8196,10 +8205,10 @@ export declare const cxLogContract: {
|
|
8196
8205
|
telephonyQueueId: string | null;
|
8197
8206
|
contactId: string | null;
|
8198
8207
|
contact?: {
|
8208
|
+
name: string;
|
8199
8209
|
id: string;
|
8200
8210
|
channel: string | null;
|
8201
8211
|
address: string | null;
|
8202
|
-
name: string;
|
8203
8212
|
createdAt: Date;
|
8204
8213
|
updatedAt: Date;
|
8205
8214
|
deletedAt: Date | null;
|
@@ -8244,8 +8253,8 @@ export declare const cxLogContract: {
|
|
8244
8253
|
createdAt: Date;
|
8245
8254
|
updatedAt: Date;
|
8246
8255
|
deletedAt: Date | null;
|
8247
|
-
address?: string | null | undefined;
|
8248
8256
|
name?: string | undefined;
|
8257
|
+
address?: string | null | undefined;
|
8249
8258
|
phone?: string | null | undefined;
|
8250
8259
|
industry?: string | null | undefined;
|
8251
8260
|
} | null;
|
@@ -8253,8 +8262,8 @@ export declare const cxLogContract: {
|
|
8253
8262
|
contactProfile: string | null;
|
8254
8263
|
socialProfileUrl: string | null;
|
8255
8264
|
tags: {
|
8256
|
-
id: string;
|
8257
8265
|
name: string;
|
8266
|
+
id: string;
|
8258
8267
|
createdAt: Date;
|
8259
8268
|
updatedAt: Date;
|
8260
8269
|
deletedAt: Date | null;
|
@@ -8279,8 +8288,8 @@ export declare const cxLogContract: {
|
|
8279
8288
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
8280
8289
|
id: string;
|
8281
8290
|
metadata: {
|
8282
|
-
id: string;
|
8283
8291
|
name: string;
|
8292
|
+
id: string;
|
8284
8293
|
picture?: string | undefined;
|
8285
8294
|
additionalCredentials?: any;
|
8286
8295
|
};
|
@@ -8342,9 +8351,9 @@ export declare const cxLogContract: {
|
|
8342
8351
|
extensionName: string;
|
8343
8352
|
telephonySignature: string | null;
|
8344
8353
|
user?: {
|
8354
|
+
name: string;
|
8345
8355
|
id: string;
|
8346
8356
|
address: string | null;
|
8347
|
-
name: string;
|
8348
8357
|
email: string;
|
8349
8358
|
createdAt: Date;
|
8350
8359
|
updatedAt: Date;
|
@@ -8391,9 +8400,9 @@ export declare const cxLogContract: {
|
|
8391
8400
|
queueName?: string | null | undefined;
|
8392
8401
|
} | null;
|
8393
8402
|
firstAssignee: {
|
8403
|
+
name: string;
|
8394
8404
|
id: string;
|
8395
8405
|
address: string | null;
|
8396
|
-
name: string;
|
8397
8406
|
email: string;
|
8398
8407
|
createdAt: Date;
|
8399
8408
|
updatedAt: Date;
|
@@ -8435,9 +8444,9 @@ export declare const cxLogContract: {
|
|
8435
8444
|
};
|
8436
8445
|
} | null;
|
8437
8446
|
agent: {
|
8447
|
+
name: string;
|
8438
8448
|
id: string;
|
8439
8449
|
address: string | null;
|
8440
|
-
name: string;
|
8441
8450
|
email: string;
|
8442
8451
|
createdAt: Date;
|
8443
8452
|
updatedAt: Date;
|
@@ -8479,9 +8488,9 @@ export declare const cxLogContract: {
|
|
8479
8488
|
};
|
8480
8489
|
} | null;
|
8481
8490
|
closedAssignee: {
|
8491
|
+
name: string;
|
8482
8492
|
id: string;
|
8483
8493
|
address: string | null;
|
8484
|
-
name: string;
|
8485
8494
|
email: string;
|
8486
8495
|
createdAt: Date;
|
8487
8496
|
updatedAt: Date;
|
@@ -8538,10 +8547,10 @@ export declare const cxLogContract: {
|
|
8538
8547
|
deletedAt: Date | null;
|
8539
8548
|
entityId: string;
|
8540
8549
|
contact: {
|
8550
|
+
name: string;
|
8541
8551
|
id: string;
|
8542
8552
|
channel: string | null;
|
8543
8553
|
address: string | null;
|
8544
|
-
name: string;
|
8545
8554
|
createdAt: Date;
|
8546
8555
|
updatedAt: Date;
|
8547
8556
|
deletedAt: Date | null;
|
@@ -8586,8 +8595,8 @@ export declare const cxLogContract: {
|
|
8586
8595
|
createdAt: Date;
|
8587
8596
|
updatedAt: Date;
|
8588
8597
|
deletedAt: Date | null;
|
8589
|
-
address?: string | null | undefined;
|
8590
8598
|
name?: string | undefined;
|
8599
|
+
address?: string | null | undefined;
|
8591
8600
|
phone?: string | null | undefined;
|
8592
8601
|
industry?: string | null | undefined;
|
8593
8602
|
} | null;
|
@@ -8595,8 +8604,8 @@ export declare const cxLogContract: {
|
|
8595
8604
|
contactProfile: string | null;
|
8596
8605
|
socialProfileUrl: string | null;
|
8597
8606
|
tags: {
|
8598
|
-
id: string;
|
8599
8607
|
name: string;
|
8608
|
+
id: string;
|
8600
8609
|
createdAt: Date;
|
8601
8610
|
updatedAt: Date;
|
8602
8611
|
deletedAt: Date | null;
|
@@ -8621,8 +8630,8 @@ export declare const cxLogContract: {
|
|
8621
8630
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
8622
8631
|
id: string;
|
8623
8632
|
metadata: {
|
8624
|
-
id: string;
|
8625
8633
|
name: string;
|
8634
|
+
id: string;
|
8626
8635
|
picture?: string | undefined;
|
8627
8636
|
additionalCredentials?: any;
|
8628
8637
|
};
|
@@ -8652,8 +8661,12 @@ export declare const cxLogContract: {
|
|
8652
8661
|
caseId: number;
|
8653
8662
|
entityName: string;
|
8654
8663
|
startedDate: string | null;
|
8664
|
+
totalHoldDuration: string | null;
|
8655
8665
|
handledTime: string | null;
|
8666
|
+
fullHandledTime: string | null;
|
8656
8667
|
firstResponseTime: string | null;
|
8668
|
+
resolutionTime: string | null;
|
8669
|
+
fullResolutionTime: string | null;
|
8657
8670
|
wrapUpForm: {
|
8658
8671
|
type: string;
|
8659
8672
|
id: string;
|
@@ -8684,8 +8697,8 @@ export declare const cxLogContract: {
|
|
8684
8697
|
}[];
|
8685
8698
|
}[];
|
8686
8699
|
tags: {
|
8687
|
-
id: string;
|
8688
8700
|
name: string;
|
8701
|
+
id: string;
|
8689
8702
|
createdAt: Date;
|
8690
8703
|
updatedAt: Date;
|
8691
8704
|
deletedAt: Date | null;
|
@@ -8709,7 +8722,6 @@ export declare const cxLogContract: {
|
|
8709
8722
|
customerPhone: string | null;
|
8710
8723
|
channelType: string | null;
|
8711
8724
|
firstResponseDate: string;
|
8712
|
-
resolutionTime: string | null;
|
8713
8725
|
resolutionDate: string;
|
8714
8726
|
wrapUpDuration: string;
|
8715
8727
|
slaMeet: string | null;
|
@@ -8725,12 +8737,12 @@ export declare const cxLogContract: {
|
|
8725
8737
|
room: {
|
8726
8738
|
id: string;
|
8727
8739
|
channel: {
|
8740
|
+
name: string;
|
8728
8741
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
8729
8742
|
id: string;
|
8730
|
-
name: string;
|
8731
8743
|
metadata: {
|
8732
|
-
id: string;
|
8733
8744
|
name: string;
|
8745
|
+
id: string;
|
8734
8746
|
accessToken?: string | undefined;
|
8735
8747
|
channelSecret?: string | undefined;
|
8736
8748
|
additionalCredentials?: any;
|
@@ -8759,9 +8771,9 @@ export declare const cxLogContract: {
|
|
8759
8771
|
updatedAt: Date;
|
8760
8772
|
deletedAt: Date | null;
|
8761
8773
|
actor: {
|
8774
|
+
name: string;
|
8762
8775
|
id: string;
|
8763
8776
|
address: string | null;
|
8764
|
-
name: string;
|
8765
8777
|
email: string;
|
8766
8778
|
createdAt: Date;
|
8767
8779
|
updatedAt: Date;
|
@@ -8808,8 +8820,8 @@ export declare const cxLogContract: {
|
|
8808
8820
|
connectedUserName: string;
|
8809
8821
|
connectedUserId: string;
|
8810
8822
|
botpressBot: {
|
8811
|
-
id: string;
|
8812
8823
|
name: string;
|
8824
|
+
id: string;
|
8813
8825
|
accessToken: string;
|
8814
8826
|
botId: string;
|
8815
8827
|
integrationId: string;
|
@@ -8820,9 +8832,9 @@ export declare const cxLogContract: {
|
|
8820
8832
|
updatedAt: Date;
|
8821
8833
|
deletedAt: Date | null;
|
8822
8834
|
actor: {
|
8835
|
+
name: string;
|
8823
8836
|
id: string;
|
8824
8837
|
address: string | null;
|
8825
|
-
name: string;
|
8826
8838
|
email: string;
|
8827
8839
|
createdAt: Date;
|
8828
8840
|
updatedAt: Date;
|
@@ -8874,8 +8886,8 @@ export declare const cxLogContract: {
|
|
8874
8886
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
8875
8887
|
id: string;
|
8876
8888
|
metadata: {
|
8877
|
-
id: string;
|
8878
8889
|
name: string;
|
8890
|
+
id: string;
|
8879
8891
|
picture?: string | undefined;
|
8880
8892
|
additionalCredentials?: any;
|
8881
8893
|
};
|
@@ -8883,10 +8895,10 @@ export declare const cxLogContract: {
|
|
8883
8895
|
updatedAt: Date;
|
8884
8896
|
deletedAt: Date | null;
|
8885
8897
|
contact: {
|
8898
|
+
name: string;
|
8886
8899
|
id: string;
|
8887
8900
|
channel: string | null;
|
8888
8901
|
address: string | null;
|
8889
|
-
name: string;
|
8890
8902
|
createdAt: Date;
|
8891
8903
|
updatedAt: Date;
|
8892
8904
|
deletedAt: Date | null;
|
@@ -8931,8 +8943,8 @@ export declare const cxLogContract: {
|
|
8931
8943
|
createdAt: Date;
|
8932
8944
|
updatedAt: Date;
|
8933
8945
|
deletedAt: Date | null;
|
8934
|
-
address?: string | null | undefined;
|
8935
8946
|
name?: string | undefined;
|
8947
|
+
address?: string | null | undefined;
|
8936
8948
|
phone?: string | null | undefined;
|
8937
8949
|
industry?: string | null | undefined;
|
8938
8950
|
} | null;
|
@@ -8940,8 +8952,8 @@ export declare const cxLogContract: {
|
|
8940
8952
|
contactProfile: string | null;
|
8941
8953
|
socialProfileUrl: string | null;
|
8942
8954
|
tags: {
|
8943
|
-
id: string;
|
8944
8955
|
name: string;
|
8956
|
+
id: string;
|
8945
8957
|
createdAt: Date;
|
8946
8958
|
updatedAt: Date;
|
8947
8959
|
deletedAt: Date | null;
|
@@ -8966,8 +8978,8 @@ export declare const cxLogContract: {
|
|
8966
8978
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
8967
8979
|
id: string;
|
8968
8980
|
metadata: {
|
8969
|
-
id: string;
|
8970
8981
|
name: string;
|
8982
|
+
id: string;
|
8971
8983
|
picture?: string | undefined;
|
8972
8984
|
additionalCredentials?: any;
|
8973
8985
|
};
|
@@ -8998,9 +9010,9 @@ export declare const cxLogContract: {
|
|
8998
9010
|
socialPlatformId: string;
|
8999
9011
|
};
|
9000
9012
|
assignee: {
|
9013
|
+
name: string;
|
9001
9014
|
id: string;
|
9002
9015
|
address: string | null;
|
9003
|
-
name: string;
|
9004
9016
|
email: string;
|
9005
9017
|
createdAt: Date;
|
9006
9018
|
updatedAt: Date;
|
@@ -9068,9 +9080,9 @@ export declare const cxLogContract: {
|
|
9068
9080
|
callTo?: {
|
9069
9081
|
id: string;
|
9070
9082
|
user: {
|
9083
|
+
name: string;
|
9071
9084
|
id: string;
|
9072
9085
|
address: string | null;
|
9073
|
-
name: string;
|
9074
9086
|
email: string;
|
9075
9087
|
createdAt: Date;
|
9076
9088
|
updatedAt: Date;
|
@@ -9094,9 +9106,9 @@ export declare const cxLogContract: {
|
|
9094
9106
|
callFrom?: {
|
9095
9107
|
id: string;
|
9096
9108
|
user: {
|
9109
|
+
name: string;
|
9097
9110
|
id: string;
|
9098
9111
|
address: string | null;
|
9099
|
-
name: string;
|
9100
9112
|
email: string;
|
9101
9113
|
createdAt: Date;
|
9102
9114
|
updatedAt: Date;
|
@@ -9122,10 +9134,10 @@ export declare const cxLogContract: {
|
|
9122
9134
|
telephonyQueueId: string | null;
|
9123
9135
|
contactId: string | null;
|
9124
9136
|
contact?: {
|
9137
|
+
name: string;
|
9125
9138
|
id: string;
|
9126
9139
|
channel: string | null;
|
9127
9140
|
address: string | null;
|
9128
|
-
name: string;
|
9129
9141
|
createdAt: Date;
|
9130
9142
|
updatedAt: Date;
|
9131
9143
|
deletedAt: Date | null;
|
@@ -9170,8 +9182,8 @@ export declare const cxLogContract: {
|
|
9170
9182
|
createdAt: Date;
|
9171
9183
|
updatedAt: Date;
|
9172
9184
|
deletedAt: Date | null;
|
9173
|
-
address?: string | null | undefined;
|
9174
9185
|
name?: string | undefined;
|
9186
|
+
address?: string | null | undefined;
|
9175
9187
|
phone?: string | null | undefined;
|
9176
9188
|
industry?: string | null | undefined;
|
9177
9189
|
} | null;
|
@@ -9179,8 +9191,8 @@ export declare const cxLogContract: {
|
|
9179
9191
|
contactProfile: string | null;
|
9180
9192
|
socialProfileUrl: string | null;
|
9181
9193
|
tags: {
|
9182
|
-
id: string;
|
9183
9194
|
name: string;
|
9195
|
+
id: string;
|
9184
9196
|
createdAt: Date;
|
9185
9197
|
updatedAt: Date;
|
9186
9198
|
deletedAt: Date | null;
|
@@ -9205,8 +9217,8 @@ export declare const cxLogContract: {
|
|
9205
9217
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
9206
9218
|
id: string;
|
9207
9219
|
metadata: {
|
9208
|
-
id: string;
|
9209
9220
|
name: string;
|
9221
|
+
id: string;
|
9210
9222
|
picture?: string | undefined;
|
9211
9223
|
additionalCredentials?: any;
|
9212
9224
|
};
|
@@ -9268,9 +9280,9 @@ export declare const cxLogContract: {
|
|
9268
9280
|
extensionName: string;
|
9269
9281
|
telephonySignature: string | null;
|
9270
9282
|
user?: {
|
9283
|
+
name: string;
|
9271
9284
|
id: string;
|
9272
9285
|
address: string | null;
|
9273
|
-
name: string;
|
9274
9286
|
email: string;
|
9275
9287
|
createdAt: Date;
|
9276
9288
|
updatedAt: Date;
|
@@ -9317,9 +9329,9 @@ export declare const cxLogContract: {
|
|
9317
9329
|
queueName?: string | null | undefined;
|
9318
9330
|
} | null;
|
9319
9331
|
firstAssignee: {
|
9332
|
+
name: string;
|
9320
9333
|
id: string;
|
9321
9334
|
address: string | null;
|
9322
|
-
name: string;
|
9323
9335
|
email: string;
|
9324
9336
|
createdAt: Date;
|
9325
9337
|
updatedAt: Date;
|
@@ -9361,9 +9373,9 @@ export declare const cxLogContract: {
|
|
9361
9373
|
};
|
9362
9374
|
} | null;
|
9363
9375
|
agent: {
|
9376
|
+
name: string;
|
9364
9377
|
id: string;
|
9365
9378
|
address: string | null;
|
9366
|
-
name: string;
|
9367
9379
|
email: string;
|
9368
9380
|
createdAt: Date;
|
9369
9381
|
updatedAt: Date;
|
@@ -9405,9 +9417,9 @@ export declare const cxLogContract: {
|
|
9405
9417
|
};
|
9406
9418
|
} | null;
|
9407
9419
|
closedAssignee: {
|
9420
|
+
name: string;
|
9408
9421
|
id: string;
|
9409
9422
|
address: string | null;
|
9410
|
-
name: string;
|
9411
9423
|
email: string;
|
9412
9424
|
createdAt: Date;
|
9413
9425
|
updatedAt: Date;
|
@@ -9464,10 +9476,10 @@ export declare const cxLogContract: {
|
|
9464
9476
|
deletedAt: Date | null;
|
9465
9477
|
entityId: string;
|
9466
9478
|
contact: {
|
9479
|
+
name: string;
|
9467
9480
|
id: string;
|
9468
9481
|
channel: string | null;
|
9469
9482
|
address: string | null;
|
9470
|
-
name: string;
|
9471
9483
|
createdAt: Date;
|
9472
9484
|
updatedAt: Date;
|
9473
9485
|
deletedAt: Date | null;
|
@@ -9512,8 +9524,8 @@ export declare const cxLogContract: {
|
|
9512
9524
|
createdAt: Date;
|
9513
9525
|
updatedAt: Date;
|
9514
9526
|
deletedAt: Date | null;
|
9515
|
-
address?: string | null | undefined;
|
9516
9527
|
name?: string | undefined;
|
9528
|
+
address?: string | null | undefined;
|
9517
9529
|
phone?: string | null | undefined;
|
9518
9530
|
industry?: string | null | undefined;
|
9519
9531
|
} | null;
|
@@ -9521,8 +9533,8 @@ export declare const cxLogContract: {
|
|
9521
9533
|
contactProfile: string | null;
|
9522
9534
|
socialProfileUrl: string | null;
|
9523
9535
|
tags: {
|
9524
|
-
id: string;
|
9525
9536
|
name: string;
|
9537
|
+
id: string;
|
9526
9538
|
createdAt: Date;
|
9527
9539
|
updatedAt: Date;
|
9528
9540
|
deletedAt: Date | null;
|
@@ -9547,8 +9559,8 @@ export declare const cxLogContract: {
|
|
9547
9559
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
9548
9560
|
id: string;
|
9549
9561
|
metadata: {
|
9550
|
-
id: string;
|
9551
9562
|
name: string;
|
9563
|
+
id: string;
|
9552
9564
|
picture?: string | undefined;
|
9553
9565
|
additionalCredentials?: any;
|
9554
9566
|
};
|
@@ -9578,8 +9590,12 @@ export declare const cxLogContract: {
|
|
9578
9590
|
caseId: number;
|
9579
9591
|
entityName: string;
|
9580
9592
|
startedDate: string | null;
|
9593
|
+
totalHoldDuration: string | null;
|
9581
9594
|
handledTime: string | null;
|
9595
|
+
fullHandledTime: string | null;
|
9582
9596
|
firstResponseTime: string | null;
|
9597
|
+
resolutionTime: string | null;
|
9598
|
+
fullResolutionTime: string | null;
|
9583
9599
|
wrapUpForm: {
|
9584
9600
|
type: string;
|
9585
9601
|
id: string;
|
@@ -9610,8 +9626,8 @@ export declare const cxLogContract: {
|
|
9610
9626
|
}[];
|
9611
9627
|
}[];
|
9612
9628
|
tags: {
|
9613
|
-
id: string;
|
9614
9629
|
name: string;
|
9630
|
+
id: string;
|
9615
9631
|
createdAt: Date;
|
9616
9632
|
updatedAt: Date;
|
9617
9633
|
deletedAt: Date | null;
|
@@ -9635,7 +9651,6 @@ export declare const cxLogContract: {
|
|
9635
9651
|
customerPhone: string | null;
|
9636
9652
|
channelType: string | null;
|
9637
9653
|
firstResponseDate: string;
|
9638
|
-
resolutionTime: string | null;
|
9639
9654
|
resolutionDate: string;
|
9640
9655
|
wrapUpDuration: string;
|
9641
9656
|
slaMeet: string | null;
|
@@ -9651,12 +9666,12 @@ export declare const cxLogContract: {
|
|
9651
9666
|
room: {
|
9652
9667
|
id: string;
|
9653
9668
|
channel: {
|
9669
|
+
name: string;
|
9654
9670
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
9655
9671
|
id: string;
|
9656
|
-
name: string;
|
9657
9672
|
metadata: {
|
9658
|
-
id: string;
|
9659
9673
|
name: string;
|
9674
|
+
id: string;
|
9660
9675
|
accessToken?: string | undefined;
|
9661
9676
|
channelSecret?: string | undefined;
|
9662
9677
|
additionalCredentials?: any;
|
@@ -9685,9 +9700,9 @@ export declare const cxLogContract: {
|
|
9685
9700
|
updatedAt: Date;
|
9686
9701
|
deletedAt: Date | null;
|
9687
9702
|
actor: {
|
9703
|
+
name: string;
|
9688
9704
|
id: string;
|
9689
9705
|
address: string | null;
|
9690
|
-
name: string;
|
9691
9706
|
email: string;
|
9692
9707
|
createdAt: Date;
|
9693
9708
|
updatedAt: Date;
|
@@ -9734,8 +9749,8 @@ export declare const cxLogContract: {
|
|
9734
9749
|
connectedUserName: string;
|
9735
9750
|
connectedUserId: string;
|
9736
9751
|
botpressBot: {
|
9737
|
-
id: string;
|
9738
9752
|
name: string;
|
9753
|
+
id: string;
|
9739
9754
|
accessToken: string;
|
9740
9755
|
botId: string;
|
9741
9756
|
integrationId: string;
|
@@ -9746,9 +9761,9 @@ export declare const cxLogContract: {
|
|
9746
9761
|
updatedAt: Date;
|
9747
9762
|
deletedAt: Date | null;
|
9748
9763
|
actor: {
|
9764
|
+
name: string;
|
9749
9765
|
id: string;
|
9750
9766
|
address: string | null;
|
9751
|
-
name: string;
|
9752
9767
|
email: string;
|
9753
9768
|
createdAt: Date;
|
9754
9769
|
updatedAt: Date;
|
@@ -9800,8 +9815,8 @@ export declare const cxLogContract: {
|
|
9800
9815
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
9801
9816
|
id: string;
|
9802
9817
|
metadata: {
|
9803
|
-
id: string;
|
9804
9818
|
name: string;
|
9819
|
+
id: string;
|
9805
9820
|
picture?: string | undefined;
|
9806
9821
|
additionalCredentials?: any;
|
9807
9822
|
};
|
@@ -9809,10 +9824,10 @@ export declare const cxLogContract: {
|
|
9809
9824
|
updatedAt: Date;
|
9810
9825
|
deletedAt: Date | null;
|
9811
9826
|
contact: {
|
9827
|
+
name: string;
|
9812
9828
|
id: string;
|
9813
9829
|
channel: string | null;
|
9814
9830
|
address: string | null;
|
9815
|
-
name: string;
|
9816
9831
|
createdAt: Date;
|
9817
9832
|
updatedAt: Date;
|
9818
9833
|
deletedAt: Date | null;
|
@@ -9857,8 +9872,8 @@ export declare const cxLogContract: {
|
|
9857
9872
|
createdAt: Date;
|
9858
9873
|
updatedAt: Date;
|
9859
9874
|
deletedAt: Date | null;
|
9860
|
-
address?: string | null | undefined;
|
9861
9875
|
name?: string | undefined;
|
9876
|
+
address?: string | null | undefined;
|
9862
9877
|
phone?: string | null | undefined;
|
9863
9878
|
industry?: string | null | undefined;
|
9864
9879
|
} | null;
|
@@ -9866,8 +9881,8 @@ export declare const cxLogContract: {
|
|
9866
9881
|
contactProfile: string | null;
|
9867
9882
|
socialProfileUrl: string | null;
|
9868
9883
|
tags: {
|
9869
|
-
id: string;
|
9870
9884
|
name: string;
|
9885
|
+
id: string;
|
9871
9886
|
createdAt: Date;
|
9872
9887
|
updatedAt: Date;
|
9873
9888
|
deletedAt: Date | null;
|
@@ -9892,8 +9907,8 @@ export declare const cxLogContract: {
|
|
9892
9907
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
9893
9908
|
id: string;
|
9894
9909
|
metadata: {
|
9895
|
-
id: string;
|
9896
9910
|
name: string;
|
9911
|
+
id: string;
|
9897
9912
|
picture?: string | undefined;
|
9898
9913
|
additionalCredentials?: any;
|
9899
9914
|
};
|
@@ -9924,9 +9939,9 @@ export declare const cxLogContract: {
|
|
9924
9939
|
socialPlatformId: string;
|
9925
9940
|
};
|
9926
9941
|
assignee: {
|
9942
|
+
name: string;
|
9927
9943
|
id: string;
|
9928
9944
|
address: string | null;
|
9929
|
-
name: string;
|
9930
9945
|
email: string;
|
9931
9946
|
createdAt: Date;
|
9932
9947
|
updatedAt: Date;
|
@@ -9994,9 +10009,9 @@ export declare const cxLogContract: {
|
|
9994
10009
|
callTo?: {
|
9995
10010
|
id: string;
|
9996
10011
|
user: {
|
10012
|
+
name: string;
|
9997
10013
|
id: string;
|
9998
10014
|
address: string | null;
|
9999
|
-
name: string;
|
10000
10015
|
email: string;
|
10001
10016
|
createdAt: Date;
|
10002
10017
|
updatedAt: Date;
|
@@ -10020,9 +10035,9 @@ export declare const cxLogContract: {
|
|
10020
10035
|
callFrom?: {
|
10021
10036
|
id: string;
|
10022
10037
|
user: {
|
10038
|
+
name: string;
|
10023
10039
|
id: string;
|
10024
10040
|
address: string | null;
|
10025
|
-
name: string;
|
10026
10041
|
email: string;
|
10027
10042
|
createdAt: Date;
|
10028
10043
|
updatedAt: Date;
|
@@ -10048,10 +10063,10 @@ export declare const cxLogContract: {
|
|
10048
10063
|
telephonyQueueId: string | null;
|
10049
10064
|
contactId: string | null;
|
10050
10065
|
contact?: {
|
10066
|
+
name: string;
|
10051
10067
|
id: string;
|
10052
10068
|
channel: string | null;
|
10053
10069
|
address: string | null;
|
10054
|
-
name: string;
|
10055
10070
|
createdAt: Date;
|
10056
10071
|
updatedAt: Date;
|
10057
10072
|
deletedAt: Date | null;
|
@@ -10096,8 +10111,8 @@ export declare const cxLogContract: {
|
|
10096
10111
|
createdAt: Date;
|
10097
10112
|
updatedAt: Date;
|
10098
10113
|
deletedAt: Date | null;
|
10099
|
-
address?: string | null | undefined;
|
10100
10114
|
name?: string | undefined;
|
10115
|
+
address?: string | null | undefined;
|
10101
10116
|
phone?: string | null | undefined;
|
10102
10117
|
industry?: string | null | undefined;
|
10103
10118
|
} | null;
|
@@ -10105,8 +10120,8 @@ export declare const cxLogContract: {
|
|
10105
10120
|
contactProfile: string | null;
|
10106
10121
|
socialProfileUrl: string | null;
|
10107
10122
|
tags: {
|
10108
|
-
id: string;
|
10109
10123
|
name: string;
|
10124
|
+
id: string;
|
10110
10125
|
createdAt: Date;
|
10111
10126
|
updatedAt: Date;
|
10112
10127
|
deletedAt: Date | null;
|
@@ -10131,8 +10146,8 @@ export declare const cxLogContract: {
|
|
10131
10146
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
10132
10147
|
id: string;
|
10133
10148
|
metadata: {
|
10134
|
-
id: string;
|
10135
10149
|
name: string;
|
10150
|
+
id: string;
|
10136
10151
|
picture?: string | undefined;
|
10137
10152
|
additionalCredentials?: any;
|
10138
10153
|
};
|
@@ -10194,9 +10209,9 @@ export declare const cxLogContract: {
|
|
10194
10209
|
extensionName: string;
|
10195
10210
|
telephonySignature: string | null;
|
10196
10211
|
user?: {
|
10212
|
+
name: string;
|
10197
10213
|
id: string;
|
10198
10214
|
address: string | null;
|
10199
|
-
name: string;
|
10200
10215
|
email: string;
|
10201
10216
|
createdAt: Date;
|
10202
10217
|
updatedAt: Date;
|
@@ -10243,9 +10258,9 @@ export declare const cxLogContract: {
|
|
10243
10258
|
queueName?: string | null | undefined;
|
10244
10259
|
} | null;
|
10245
10260
|
firstAssignee: {
|
10261
|
+
name: string;
|
10246
10262
|
id: string;
|
10247
10263
|
address: string | null;
|
10248
|
-
name: string;
|
10249
10264
|
email: string;
|
10250
10265
|
createdAt: Date;
|
10251
10266
|
updatedAt: Date;
|
@@ -10287,9 +10302,9 @@ export declare const cxLogContract: {
|
|
10287
10302
|
};
|
10288
10303
|
} | null;
|
10289
10304
|
agent: {
|
10305
|
+
name: string;
|
10290
10306
|
id: string;
|
10291
10307
|
address: string | null;
|
10292
|
-
name: string;
|
10293
10308
|
email: string;
|
10294
10309
|
createdAt: Date;
|
10295
10310
|
updatedAt: Date;
|
@@ -10331,9 +10346,9 @@ export declare const cxLogContract: {
|
|
10331
10346
|
};
|
10332
10347
|
} | null;
|
10333
10348
|
closedAssignee: {
|
10349
|
+
name: string;
|
10334
10350
|
id: string;
|
10335
10351
|
address: string | null;
|
10336
|
-
name: string;
|
10337
10352
|
email: string;
|
10338
10353
|
createdAt: Date;
|
10339
10354
|
updatedAt: Date;
|
@@ -10457,7 +10472,7 @@ export declare const cxLogContract: {
|
|
10457
10472
|
agentIds?: string[] | undefined;
|
10458
10473
|
direction?: ("inbound" | "outbound")[] | undefined;
|
10459
10474
|
disposition?: string[] | undefined;
|
10460
|
-
sentimentScore?: ("
|
10475
|
+
sentimentScore?: ("negative" | "positive" | "neutral")[] | undefined;
|
10461
10476
|
csatScore?: string[] | undefined;
|
10462
10477
|
sla?: "meet" | "unmeet" | undefined;
|
10463
10478
|
tags?: string[] | undefined;
|
@@ -10486,7 +10501,7 @@ export declare const cxLogContract: {
|
|
10486
10501
|
agentIds?: string[] | undefined;
|
10487
10502
|
direction?: ("inbound" | "outbound")[] | undefined;
|
10488
10503
|
disposition?: string[] | undefined;
|
10489
|
-
sentimentScore?: ("
|
10504
|
+
sentimentScore?: ("negative" | "positive" | "neutral")[] | undefined;
|
10490
10505
|
csatScore?: string[] | undefined;
|
10491
10506
|
sla?: "meet" | "unmeet" | undefined;
|
10492
10507
|
tags?: string[] | undefined;
|