@kl1/contracts 1.1.56 → 1.1.57
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api-contracts/src/activity-log/index.d.ts +4 -4
- package/dist/api-contracts/src/activity-log/schema.d.ts +4 -4
- package/dist/api-contracts/src/attribute/index.d.ts +4 -4
- package/dist/api-contracts/src/attribute/validation.d.ts +4 -4
- package/dist/api-contracts/src/auth/index.d.ts +4 -4
- package/dist/api-contracts/src/automation-queue/index.d.ts +80 -80
- package/dist/api-contracts/src/automation-queue/schema.d.ts +10 -10
- package/dist/api-contracts/src/botpress/index.d.ts +28 -28
- package/dist/api-contracts/src/botpress/schema.d.ts +6 -6
- package/dist/api-contracts/src/botpress/validation.d.ts +8 -8
- package/dist/api-contracts/src/business-calendar/index.d.ts +32 -32
- package/dist/api-contracts/src/business-calendar/schema.d.ts +8 -8
- package/dist/api-contracts/src/business-calendar/validation.d.ts +2 -2
- package/dist/api-contracts/src/category/index.d.ts +12 -12
- package/dist/api-contracts/src/category/schema.d.ts +2 -2
- package/dist/api-contracts/src/channel/index.d.ts +467 -467
- package/dist/api-contracts/src/channel/schema.d.ts +16 -16
- package/dist/api-contracts/src/channel/validation.d.ts +20 -20
- package/dist/api-contracts/src/chat/index.d.ts +9108 -4613
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/schema.d.ts +2025 -1005
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +1566 -775
- package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/comment/index.d.ts +244 -244
- package/dist/api-contracts/src/comment/schema.d.ts +68 -68
- package/dist/api-contracts/src/company/index.d.ts +4 -4
- package/dist/api-contracts/src/company/validation.d.ts +4 -4
- package/dist/api-contracts/src/contact/index.d.ts +246 -246
- package/dist/api-contracts/src/contact/schema.d.ts +26 -26
- package/dist/api-contracts/src/contact/validation.d.ts +134 -134
- package/dist/api-contracts/src/contract.d.ts +15618 -10875
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/index.d.ts +267 -252
- package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/schema.d.ts +325 -200
- package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/validation.d.ts +2 -2
- package/dist/api-contracts/src/dashboard/index.d.ts +44 -44
- package/dist/api-contracts/src/dashboard/schema.d.ts +36 -36
- package/dist/api-contracts/src/extension/index.d.ts +4 -4
- package/dist/api-contracts/src/facebook-feed/index.d.ts +1265 -725
- package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/schema.d.ts +67 -67
- package/dist/api-contracts/src/facebook-feed/validation.d.ts +66 -66
- package/dist/api-contracts/src/hold-label/index.d.ts +34 -34
- package/dist/api-contracts/src/hold-label/schema.d.ts +10 -10
- package/dist/api-contracts/src/index.d.ts +1 -0
- package/dist/api-contracts/src/index.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/index.d.ts +1173 -633
- package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/validation.d.ts +10 -10
- package/dist/api-contracts/src/line/index.d.ts +1160 -620
- package/dist/api-contracts/src/line/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/schema.d.ts +4 -4
- package/dist/api-contracts/src/line/validation.d.ts +55 -55
- package/dist/api-contracts/src/mail/account-contract.d.ts +72 -72
- package/dist/api-contracts/src/mail/mail-contract.d.ts +3138 -2526
- package/dist/api-contracts/src/mail/mail-contract.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/mail-server-contract.d.ts +26 -26
- package/dist/api-contracts/src/mail/message-contract.d.ts +272 -272
- package/dist/api-contracts/src/mail/room-contract.d.ts +2056 -1444
- package/dist/api-contracts/src/mail/room-contract.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/schemas/account-validation.schema.d.ts +50 -50
- package/dist/api-contracts/src/mail/schemas/account.schema.d.ts +10 -10
- package/dist/api-contracts/src/mail/schemas/message.schema.d.ts +56 -56
- package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +672 -468
- package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +618 -458
- package/dist/api-contracts/src/mail/schemas/room.schema.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/index.d.ts +1176 -636
- package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/schema.d.ts +16 -16
- package/dist/api-contracts/src/messenger/validation.d.ts +62 -62
- package/dist/api-contracts/src/notification/index.d.ts +26 -26
- package/dist/api-contracts/src/notification/schema.d.ts +18 -18
- package/dist/api-contracts/src/notification/validation.d.ts +10 -10
- package/dist/api-contracts/src/public-api/index.d.ts +84 -84
- package/dist/api-contracts/src/public-api/schema.d.ts +10 -10
- package/dist/api-contracts/src/public-api/validation.d.ts +20 -20
- package/dist/api-contracts/src/sms/index.d.ts +91 -91
- package/dist/api-contracts/src/sms/schema.d.ts +8 -8
- package/dist/api-contracts/src/sms/validation.d.ts +2 -2
- package/dist/api-contracts/src/snippet/index.d.ts +42 -42
- package/dist/api-contracts/src/snippet/schema.d.ts +10 -10
- package/dist/api-contracts/src/subscription/index.d.ts +184 -184
- package/dist/api-contracts/src/subscription/schema.d.ts +216 -216
- package/dist/api-contracts/src/tag/index.d.ts +12 -12
- package/dist/api-contracts/src/tag/schema.d.ts +2 -2
- package/dist/api-contracts/src/telegram/index.d.ts +1115 -575
- package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telegram/validation.d.ts +4 -4
- package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +14 -14
- package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +4 -4
- package/dist/api-contracts/src/telephony-cdr/index.d.ts +186 -186
- package/dist/api-contracts/src/telephony-cdr/schema.d.ts +58 -58
- package/dist/api-contracts/src/tenant/schema.d.ts +2 -2
- package/dist/api-contracts/src/ticket/index.d.ts +328 -328
- package/dist/api-contracts/src/ticket/schema.d.ts +42 -42
- package/dist/api-contracts/src/user/index.d.ts +23 -23
- package/dist/api-contracts/src/user/schema.d.ts +2 -2
- package/dist/api-contracts/src/user/validation.d.ts +5 -5
- package/dist/api-contracts/src/user-presence-status-log/index.d.ts +4 -4
- package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +4 -4
- package/dist/api-contracts/src/viber/index.d.ts +1115 -575
- package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
- package/dist/api-contracts/src/viber/validation.d.ts +4 -4
- package/dist/api-contracts/src/webchat/index.d.ts +1139 -599
- package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/webchat/schema.d.ts +10 -10
- package/dist/api-contracts/src/webchat/validation.d.ts +2 -2
- package/dist/api-contracts/src/whatsapp/index.d.ts +1139 -599
- package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
- package/dist/api-contracts/src/widget/index.d.ts +24 -24
- package/dist/api-contracts/src/widget/schema.d.ts +2 -2
- package/dist/api-contracts/src/widget/validation.d.ts +4 -4
- package/dist/api-contracts/src/workflow-rule/index.d.ts +620 -212
- package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
- package/dist/api-contracts/src/workflow-rule/schema.d.ts +2 -2
- package/dist/api-contracts/src/wrap-up-form/index.d.ts +26 -26
- package/dist/api-contracts/src/wrap-up-form/schema.d.ts +4 -4
- package/dist/api-contracts/utils.d.ts +1 -1
- package/dist/api-contracts/utils.d.ts.map +1 -1
- package/dist/entities/src/enums/chat.d.ts +3 -0
- package/dist/entities/src/enums/chat.d.ts.map +1 -1
- package/dist/index.js +3044 -2889
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3043 -2889
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -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?: ("positive" | "neutral" | "negative")[] | 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?: ("positive" | "neutral" | "negative")[] | 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
|
-
name: string;
|
173
175
|
id: string;
|
176
|
+
name: string;
|
174
177
|
createdAt: Date;
|
175
178
|
updatedAt: Date;
|
176
179
|
deletedAt: Date | null;
|
177
180
|
}, {
|
178
|
-
name: string;
|
179
181
|
id: string;
|
182
|
+
name: 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
|
-
name: string;
|
351
353
|
id: string;
|
354
|
+
name: 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
|
-
name: string;
|
402
404
|
id: string;
|
405
|
+
name: 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
|
-
name: string;
|
451
453
|
id: string;
|
454
|
+
name: string;
|
452
455
|
picture?: string | undefined;
|
453
456
|
additionalCredentials?: any;
|
454
457
|
}, {
|
455
|
-
name: string;
|
456
458
|
id: string;
|
459
|
+
name: 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
|
-
name: string;
|
479
481
|
id: string;
|
482
|
+
name: string;
|
480
483
|
createdAt: Date;
|
481
484
|
updatedAt: Date;
|
482
485
|
deletedAt: Date | null;
|
483
486
|
}, {
|
484
|
-
name: string;
|
485
487
|
id: string;
|
488
|
+
name: 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
|
-
name?: string | undefined;
|
642
644
|
address?: string | null | undefined;
|
645
|
+
name?: string | 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
|
-
name?: string | undefined;
|
651
653
|
address?: string | null | undefined;
|
654
|
+
name?: string | 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
|
-
name: string;
|
670
672
|
id: string;
|
673
|
+
name: string;
|
671
674
|
picture?: string | undefined;
|
672
675
|
additionalCredentials?: any;
|
673
676
|
}, {
|
674
|
-
name: string;
|
675
677
|
id: string;
|
678
|
+
name: 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
|
-
name: string;
|
684
686
|
id: string;
|
687
|
+
name: 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
|
-
name: string;
|
698
700
|
id: string;
|
701
|
+
name: 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, {
|
1008
|
-
name: string;
|
1009
1011
|
id: string;
|
1010
1012
|
channel: string | null;
|
1011
1013
|
address: string | null;
|
1014
|
+
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
|
-
name?: string | undefined;
|
1057
1059
|
address?: string | null | undefined;
|
1060
|
+
name?: string | 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
|
-
name: string;
|
1066
1068
|
id: string;
|
1069
|
+
name: 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
|
-
name: string;
|
1092
1094
|
id: string;
|
1095
|
+
name: 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
|
}, {
|
1119
|
-
name: string;
|
1120
1122
|
id: string;
|
1121
1123
|
channel: string | null;
|
1122
1124
|
address: string | null;
|
1125
|
+
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
|
-
name?: string | undefined;
|
1168
1170
|
address?: string | null | undefined;
|
1171
|
+
name?: string | 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
|
-
name: string;
|
1177
1179
|
id: string;
|
1180
|
+
name: 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
|
-
name: string;
|
1203
1205
|
id: string;
|
1206
|
+
name: 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
|
-
name: string;
|
1235
1237
|
id: string;
|
1238
|
+
name: 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: {
|
1243
|
-
name: string;
|
1244
1246
|
id: string;
|
1245
1247
|
channel: string | null;
|
1246
1248
|
address: string | null;
|
1249
|
+
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
|
-
name?: string | undefined;
|
1292
1294
|
address?: string | null | undefined;
|
1295
|
+
name?: string | 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
|
-
name: string;
|
1301
1303
|
id: string;
|
1304
|
+
name: 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
|
-
name: string;
|
1327
1329
|
id: string;
|
1330
|
+
name: 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
|
-
name: string;
|
1361
1363
|
id: string;
|
1364
|
+
name: 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: {
|
1369
|
-
name: string;
|
1370
1372
|
id: string;
|
1371
1373
|
channel: string | null;
|
1372
1374
|
address: string | null;
|
1375
|
+
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
|
-
name?: string | undefined;
|
1418
1420
|
address?: string | null | undefined;
|
1421
|
+
name?: string | 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
|
-
name: string;
|
1427
1429
|
id: string;
|
1430
|
+
name: 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
|
-
name: string;
|
1453
1455
|
id: string;
|
1456
|
+
name: 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, {
|
1601
|
-
name: string;
|
1602
1604
|
id: string;
|
1603
1605
|
address: string | null;
|
1606
|
+
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
|
}, {
|
1644
|
-
name: string;
|
1645
1647
|
id: string;
|
1646
1648
|
address: string | null;
|
1649
|
+
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, {
|
1805
|
-
name: string;
|
1806
1808
|
id: string;
|
1807
1809
|
address: string | null;
|
1810
|
+
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
|
}, {
|
1848
|
-
name: string;
|
1849
1851
|
id: string;
|
1850
1852
|
address: string | null;
|
1853
|
+
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
|
-
name: string;
|
1953
1955
|
id: string;
|
1956
|
+
name: 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
|
-
name: string;
|
1978
1980
|
id: string;
|
1981
|
+
name: 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
|
-
name: string;
|
2016
2018
|
id: string;
|
2019
|
+
name: string;
|
2017
2020
|
accessToken: string;
|
2018
2021
|
botId: string;
|
2019
2022
|
integrationId: string;
|
2020
2023
|
}, {
|
2021
|
-
name: string;
|
2022
2024
|
id: string;
|
2025
|
+
name: 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, {
|
2145
|
-
name: string;
|
2146
2148
|
id: string;
|
2147
2149
|
address: string | null;
|
2150
|
+
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
|
}, {
|
2188
|
-
name: string;
|
2189
2191
|
id: string;
|
2190
2192
|
address: string | null;
|
2193
|
+
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, {
|
2232
|
-
name: string;
|
2233
2235
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2234
2236
|
id: string;
|
2237
|
+
name: string;
|
2235
2238
|
metadata: {
|
2236
|
-
name: string;
|
2237
2239
|
id: string;
|
2240
|
+
name: 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: {
|
2266
|
-
name: string;
|
2267
2269
|
id: string;
|
2268
2270
|
address: string | null;
|
2271
|
+
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
|
-
name: string;
|
2316
2318
|
id: string;
|
2319
|
+
name: string;
|
2317
2320
|
accessToken: string;
|
2318
2321
|
botId: string;
|
2319
2322
|
integrationId: string;
|
2320
2323
|
} | null;
|
2321
2324
|
}, {
|
2322
|
-
name: string;
|
2323
2325
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2324
2326
|
id: string;
|
2327
|
+
name: string;
|
2325
2328
|
metadata: {
|
2326
|
-
name: string;
|
2327
2329
|
id: string;
|
2330
|
+
name: 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: {
|
2356
|
-
name: string;
|
2357
2359
|
id: string;
|
2358
2360
|
address: string | null;
|
2361
|
+
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
|
-
name: string;
|
2406
2408
|
id: string;
|
2409
|
+
name: 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: {
|
2415
|
-
name: string;
|
2416
2418
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2417
2419
|
id: string;
|
2420
|
+
name: string;
|
2418
2421
|
metadata: {
|
2419
|
-
name: string;
|
2420
2422
|
id: string;
|
2423
|
+
name: 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: {
|
2449
|
-
name: string;
|
2450
2452
|
id: string;
|
2451
2453
|
address: string | null;
|
2454
|
+
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
|
-
name: string;
|
2499
2501
|
id: string;
|
2502
|
+
name: 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: {
|
2510
|
-
name: string;
|
2511
2513
|
id: string;
|
2512
2514
|
address: string | null;
|
2515
|
+
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
|
-
name: string;
|
2565
2567
|
id: string;
|
2568
|
+
name: 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: {
|
2573
|
-
name: string;
|
2574
2576
|
id: string;
|
2575
2577
|
channel: string | null;
|
2576
2578
|
address: string | null;
|
2579
|
+
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
|
-
name?: string | undefined;
|
2622
2624
|
address?: string | null | undefined;
|
2625
|
+
name?: string | 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
|
-
name: string;
|
2631
2633
|
id: string;
|
2634
|
+
name: 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
|
-
name: string;
|
2657
2659
|
id: string;
|
2660
|
+
name: 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: {
|
2688
|
-
name: string;
|
2689
2691
|
id: string;
|
2690
2692
|
address: string | null;
|
2693
|
+
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: {
|
2734
|
-
name: string;
|
2735
2737
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2736
2738
|
id: string;
|
2739
|
+
name: string;
|
2737
2740
|
metadata: {
|
2738
|
-
name: string;
|
2739
2741
|
id: string;
|
2742
|
+
name: 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: {
|
2768
|
-
name: string;
|
2769
2771
|
id: string;
|
2770
2772
|
address: string | null;
|
2773
|
+
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
|
-
name: string;
|
2818
2820
|
id: string;
|
2821
|
+
name: 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: {
|
2829
|
-
name: string;
|
2830
2832
|
id: string;
|
2831
2833
|
address: string | null;
|
2834
|
+
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
|
-
name: string;
|
2884
2886
|
id: string;
|
2887
|
+
name: 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: {
|
2892
|
-
name: string;
|
2893
2895
|
id: string;
|
2894
2896
|
channel: string | null;
|
2895
2897
|
address: string | null;
|
2898
|
+
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
|
-
name?: string | undefined;
|
2941
2943
|
address?: string | null | undefined;
|
2944
|
+
name?: string | 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
|
-
name: string;
|
2950
2952
|
id: string;
|
2953
|
+
name: 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
|
-
name: string;
|
2976
2978
|
id: string;
|
2979
|
+
name: 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: {
|
3007
|
-
name: string;
|
3008
3010
|
id: string;
|
3009
3011
|
address: string | null;
|
3012
|
+
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
|
-
name: string;
|
3083
3085
|
id: string;
|
3086
|
+
name: string;
|
3084
3087
|
createdAt: Date;
|
3085
3088
|
updatedAt: Date;
|
3086
3089
|
deletedAt: Date | null;
|
3087
3090
|
}, {
|
3088
|
-
name: string;
|
3089
3091
|
id: string;
|
3092
|
+
name: 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
|
-
name?: string | undefined;
|
3246
3248
|
address?: string | null | undefined;
|
3249
|
+
name?: string | 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
|
-
name?: string | undefined;
|
3255
3257
|
address?: string | null | undefined;
|
3258
|
+
name?: string | 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
|
-
name: string;
|
3274
3276
|
id: string;
|
3277
|
+
name: string;
|
3275
3278
|
picture?: string | undefined;
|
3276
3279
|
additionalCredentials?: any;
|
3277
3280
|
}, {
|
3278
|
-
name: string;
|
3279
3281
|
id: string;
|
3282
|
+
name: 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
|
-
name: string;
|
3288
3290
|
id: string;
|
3291
|
+
name: 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
|
-
name: string;
|
3302
3304
|
id: string;
|
3305
|
+
name: 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, {
|
3612
|
-
name: string;
|
3613
3615
|
id: string;
|
3614
3616
|
channel: string | null;
|
3615
3617
|
address: string | null;
|
3618
|
+
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
|
-
name?: string | undefined;
|
3661
3663
|
address?: string | null | undefined;
|
3664
|
+
name?: string | 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
|
-
name: string;
|
3670
3672
|
id: string;
|
3673
|
+
name: 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
|
-
name: string;
|
3696
3698
|
id: string;
|
3699
|
+
name: 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
|
}, {
|
3723
|
-
name: string;
|
3724
3726
|
id: string;
|
3725
3727
|
channel: string | null;
|
3726
3728
|
address: string | null;
|
3729
|
+
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
|
-
name?: string | undefined;
|
3772
3774
|
address?: string | null | undefined;
|
3775
|
+
name?: string | 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
|
-
name: string;
|
3781
3783
|
id: string;
|
3784
|
+
name: 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
|
-
name: string;
|
3807
3809
|
id: string;
|
3810
|
+
name: 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, {
|
4025
|
-
name: string;
|
4026
4028
|
id: string;
|
4027
4029
|
address: string | null;
|
4030
|
+
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
|
}, {
|
4037
|
-
name: string;
|
4038
4040
|
id: string;
|
4039
4041
|
address: string | null;
|
4042
|
+
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: {
|
4062
|
-
name: string;
|
4063
4065
|
id: string;
|
4064
4066
|
address: string | null;
|
4067
|
+
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: {
|
4087
|
-
name: string;
|
4088
4090
|
id: string;
|
4089
4091
|
address: string | null;
|
4092
|
+
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, {
|
4230
|
-
name: string;
|
4231
4233
|
id: string;
|
4232
4234
|
address: string | null;
|
4235
|
+
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
|
}, {
|
4242
|
-
name: string;
|
4243
4245
|
id: string;
|
4244
4246
|
address: string | null;
|
4247
|
+
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: {
|
4267
|
-
name: string;
|
4268
4270
|
id: string;
|
4269
4271
|
address: string | null;
|
4272
|
+
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: {
|
4292
|
-
name: string;
|
4293
4295
|
id: string;
|
4294
4296
|
address: string | null;
|
4297
|
+
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: {
|
4319
|
-
name: string;
|
4320
4322
|
id: string;
|
4321
4323
|
address: string | null;
|
4324
|
+
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: {
|
4345
|
-
name: string;
|
4346
4348
|
id: string;
|
4347
4349
|
address: string | null;
|
4350
|
+
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: {
|
4372
|
-
name: string;
|
4373
4375
|
id: string;
|
4374
4376
|
address: string | null;
|
4377
|
+
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: {
|
4398
|
-
name: string;
|
4399
4401
|
id: string;
|
4400
4402
|
address: string | null;
|
4403
|
+
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, {
|
4554
|
-
name: string;
|
4555
4557
|
id: string;
|
4556
4558
|
address: string | null;
|
4559
|
+
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
|
}, {
|
4597
|
-
name: string;
|
4598
4600
|
id: string;
|
4599
4601
|
address: string | null;
|
4602
|
+
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?: {
|
4653
|
-
name: string;
|
4654
4656
|
id: string;
|
4655
4657
|
address: string | null;
|
4658
|
+
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?: {
|
4709
|
-
name: string;
|
4710
4712
|
id: string;
|
4711
4713
|
address: string | null;
|
4714
|
+
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: {
|
4781
|
-
name: string;
|
4782
4784
|
id: string;
|
4783
4785
|
address: string | null;
|
4786
|
+
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: {
|
4807
|
-
name: string;
|
4808
4810
|
id: string;
|
4809
4811
|
address: string | null;
|
4812
|
+
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?: {
|
4835
|
-
name: string;
|
4836
4838
|
id: string;
|
4837
4839
|
channel: string | null;
|
4838
4840
|
address: string | null;
|
4841
|
+
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
|
-
name?: string | undefined;
|
4884
4886
|
address?: string | null | undefined;
|
4887
|
+
name?: string | 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
|
-
name: string;
|
4893
4895
|
id: string;
|
4896
|
+
name: 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
|
-
name: string;
|
4919
4921
|
id: string;
|
4922
|
+
name: 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?: {
|
4981
|
-
name: string;
|
4982
4984
|
id: string;
|
4983
4985
|
address: string | null;
|
4986
|
+
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: {
|
5051
|
-
name: string;
|
5052
5054
|
id: string;
|
5053
5055
|
address: string | null;
|
5056
|
+
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: {
|
5077
|
-
name: string;
|
5078
5080
|
id: string;
|
5079
5081
|
address: string | null;
|
5082
|
+
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?: {
|
5105
|
-
name: string;
|
5106
5108
|
id: string;
|
5107
5109
|
channel: string | null;
|
5108
5110
|
address: string | null;
|
5111
|
+
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
|
-
name?: string | undefined;
|
5154
5156
|
address?: string | null | undefined;
|
5157
|
+
name?: string | 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
|
-
name: string;
|
5163
5165
|
id: string;
|
5166
|
+
name: 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
|
-
name: string;
|
5189
5191
|
id: string;
|
5192
|
+
name: 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?: {
|
5251
|
-
name: string;
|
5252
5254
|
id: string;
|
5253
5255
|
address: string | null;
|
5256
|
+
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
|
-
name: string;
|
5322
5324
|
id: string;
|
5325
|
+
name: string;
|
5323
5326
|
createdAt: Date;
|
5324
5327
|
updatedAt: Date;
|
5325
5328
|
deletedAt: Date | null;
|
5326
5329
|
}, {
|
5327
|
-
name: string;
|
5328
5330
|
id: string;
|
5331
|
+
name: 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
|
-
name?: string | undefined;
|
5485
5487
|
address?: string | null | undefined;
|
5488
|
+
name?: string | 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
|
-
name?: string | undefined;
|
5494
5496
|
address?: string | null | undefined;
|
5497
|
+
name?: string | 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
|
-
name: string;
|
5513
5515
|
id: string;
|
5516
|
+
name: string;
|
5514
5517
|
picture?: string | undefined;
|
5515
5518
|
additionalCredentials?: any;
|
5516
5519
|
}, {
|
5517
|
-
name: string;
|
5518
5520
|
id: string;
|
5521
|
+
name: 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
|
-
name: string;
|
5527
5529
|
id: string;
|
5530
|
+
name: 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
|
-
name: string;
|
5541
5543
|
id: string;
|
5544
|
+
name: 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, {
|
5851
|
-
name: string;
|
5852
5854
|
id: string;
|
5853
5855
|
channel: string | null;
|
5854
5856
|
address: string | null;
|
5857
|
+
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
|
-
name?: string | undefined;
|
5900
5902
|
address?: string | null | undefined;
|
5903
|
+
name?: string | 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
|
-
name: string;
|
5909
5911
|
id: string;
|
5912
|
+
name: 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
|
-
name: string;
|
5935
5937
|
id: string;
|
5938
|
+
name: 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
|
}, {
|
5962
|
-
name: string;
|
5963
5965
|
id: string;
|
5964
5966
|
channel: string | null;
|
5965
5967
|
address: string | null;
|
5968
|
+
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
|
-
name?: string | undefined;
|
6011
6013
|
address?: string | null | undefined;
|
6014
|
+
name?: string | 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
|
-
name: string;
|
6020
6022
|
id: string;
|
6023
|
+
name: 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
|
-
name: string;
|
6046
6048
|
id: string;
|
6049
|
+
name: 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, {
|
6191
|
-
name: string;
|
6192
6194
|
id: string;
|
6193
6195
|
address: string | null;
|
6196
|
+
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
|
}, {
|
6234
|
-
name: string;
|
6235
6237
|
id: string;
|
6236
6238
|
address: string | null;
|
6239
|
+
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, {
|
6395
|
-
name: string;
|
6396
6398
|
id: string;
|
6397
6399
|
address: string | null;
|
6400
|
+
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
|
}, {
|
6438
|
-
name: string;
|
6439
6441
|
id: string;
|
6440
6442
|
address: string | null;
|
6443
|
+
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, {
|
6599
|
-
name: string;
|
6600
6602
|
id: string;
|
6601
6603
|
address: string | null;
|
6604
|
+
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
|
}, {
|
6642
|
-
name: string;
|
6643
6645
|
id: string;
|
6644
6646
|
address: string | null;
|
6647
|
+
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: {
|
6695
|
-
name: string;
|
6696
6698
|
id: string;
|
6697
6699
|
channel: string | null;
|
6698
6700
|
address: string | null;
|
6701
|
+
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
|
-
name?: string | undefined;
|
6744
6746
|
address?: string | null | undefined;
|
6747
|
+
name?: string | 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
|
-
name: string;
|
6753
6755
|
id: string;
|
6756
|
+
name: 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
|
-
name: string;
|
6779
6781
|
id: string;
|
6782
|
+
name: 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
|
-
name: string;
|
6842
6848
|
id: string;
|
6849
|
+
name: 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: {
|
6882
|
-
name: string;
|
6883
6888
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
6884
6889
|
id: string;
|
6890
|
+
name: string;
|
6885
6891
|
metadata: {
|
6886
|
-
name: string;
|
6887
6892
|
id: string;
|
6893
|
+
name: 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: {
|
6916
|
-
name: string;
|
6917
6922
|
id: string;
|
6918
6923
|
address: string | null;
|
6924
|
+
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
|
-
name: string;
|
6966
6971
|
id: string;
|
6972
|
+
name: 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: {
|
6977
|
-
name: string;
|
6978
6983
|
id: string;
|
6979
6984
|
address: string | null;
|
6985
|
+
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
|
-
name: string;
|
7032
7037
|
id: string;
|
7038
|
+
name: 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: {
|
7040
|
-
name: string;
|
7041
7046
|
id: string;
|
7042
7047
|
channel: string | null;
|
7043
7048
|
address: string | null;
|
7049
|
+
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
|
-
name?: string | undefined;
|
7089
7094
|
address?: string | null | undefined;
|
7095
|
+
name?: string | 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
|
-
name: string;
|
7098
7103
|
id: string;
|
7104
|
+
name: 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
|
-
name: string;
|
7124
7129
|
id: string;
|
7130
|
+
name: 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: {
|
7155
|
-
name: string;
|
7156
7161
|
id: string;
|
7157
7162
|
address: string | null;
|
7163
|
+
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: {
|
7225
|
-
name: string;
|
7226
7231
|
id: string;
|
7227
7232
|
address: string | null;
|
7233
|
+
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: {
|
7251
|
-
name: string;
|
7252
7257
|
id: string;
|
7253
7258
|
address: string | null;
|
7259
|
+
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?: {
|
7279
|
-
name: string;
|
7280
7285
|
id: string;
|
7281
7286
|
channel: string | null;
|
7282
7287
|
address: string | null;
|
7288
|
+
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
|
-
name?: string | undefined;
|
7328
7333
|
address?: string | null | undefined;
|
7334
|
+
name?: string | 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
|
-
name: string;
|
7337
7342
|
id: string;
|
7343
|
+
name: 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
|
-
name: string;
|
7363
7368
|
id: string;
|
7369
|
+
name: 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?: {
|
7425
|
-
name: string;
|
7426
7431
|
id: string;
|
7427
7432
|
address: string | null;
|
7433
|
+
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: {
|
7474
|
-
name: string;
|
7475
7480
|
id: string;
|
7476
7481
|
address: string | null;
|
7482
|
+
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: {
|
7518
|
-
name: string;
|
7519
7524
|
id: string;
|
7520
7525
|
address: string | null;
|
7526
|
+
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: {
|
7562
|
-
name: string;
|
7563
7568
|
id: string;
|
7564
7569
|
address: string | null;
|
7570
|
+
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: {
|
7615
|
-
name: string;
|
7616
7621
|
id: string;
|
7617
7622
|
channel: string | null;
|
7618
7623
|
address: string | null;
|
7624
|
+
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
|
-
name?: string | undefined;
|
7664
7669
|
address?: string | null | undefined;
|
7670
|
+
name?: string | 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
|
-
name: string;
|
7673
7678
|
id: string;
|
7679
|
+
name: 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
|
-
name: string;
|
7699
7704
|
id: string;
|
7705
|
+
name: 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
|
-
name: string;
|
7762
7771
|
id: string;
|
7772
|
+
name: 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: {
|
7802
|
-
name: string;
|
7803
7811
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7804
7812
|
id: string;
|
7813
|
+
name: string;
|
7805
7814
|
metadata: {
|
7806
|
-
name: string;
|
7807
7815
|
id: string;
|
7816
|
+
name: 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: {
|
7836
|
-
name: string;
|
7837
7845
|
id: string;
|
7838
7846
|
address: string | null;
|
7847
|
+
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
|
-
name: string;
|
7886
7894
|
id: string;
|
7895
|
+
name: 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: {
|
7897
|
-
name: string;
|
7898
7906
|
id: string;
|
7899
7907
|
address: string | null;
|
7908
|
+
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
|
-
name: string;
|
7952
7960
|
id: string;
|
7961
|
+
name: 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: {
|
7960
|
-
name: string;
|
7961
7969
|
id: string;
|
7962
7970
|
channel: string | null;
|
7963
7971
|
address: string | null;
|
7972
|
+
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
|
-
name?: string | undefined;
|
8009
8017
|
address?: string | null | undefined;
|
8018
|
+
name?: string | 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
|
-
name: string;
|
8018
8026
|
id: string;
|
8027
|
+
name: 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
|
-
name: string;
|
8044
8052
|
id: string;
|
8053
|
+
name: 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: {
|
8075
|
-
name: string;
|
8076
8084
|
id: string;
|
8077
8085
|
address: string | null;
|
8086
|
+
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: {
|
8145
|
-
name: string;
|
8146
8154
|
id: string;
|
8147
8155
|
address: string | null;
|
8156
|
+
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: {
|
8171
|
-
name: string;
|
8172
8180
|
id: string;
|
8173
8181
|
address: string | null;
|
8182
|
+
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?: {
|
8199
|
-
name: string;
|
8200
8208
|
id: string;
|
8201
8209
|
channel: string | null;
|
8202
8210
|
address: string | null;
|
8211
|
+
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
|
-
name?: string | undefined;
|
8248
8256
|
address?: string | null | undefined;
|
8257
|
+
name?: string | 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
|
-
name: string;
|
8257
8265
|
id: string;
|
8266
|
+
name: 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
|
-
name: string;
|
8283
8291
|
id: string;
|
8292
|
+
name: 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?: {
|
8345
|
-
name: string;
|
8346
8354
|
id: string;
|
8347
8355
|
address: string | null;
|
8356
|
+
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: {
|
8394
|
-
name: string;
|
8395
8403
|
id: string;
|
8396
8404
|
address: string | null;
|
8405
|
+
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: {
|
8438
|
-
name: string;
|
8439
8447
|
id: string;
|
8440
8448
|
address: string | null;
|
8449
|
+
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: {
|
8482
|
-
name: string;
|
8483
8491
|
id: string;
|
8484
8492
|
address: string | null;
|
8493
|
+
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: {
|
8541
|
-
name: string;
|
8542
8550
|
id: string;
|
8543
8551
|
channel: string | null;
|
8544
8552
|
address: string | null;
|
8553
|
+
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
|
-
name?: string | undefined;
|
8590
8598
|
address?: string | null | undefined;
|
8599
|
+
name?: string | 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
|
-
name: string;
|
8599
8607
|
id: string;
|
8608
|
+
name: 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
|
-
name: string;
|
8625
8633
|
id: string;
|
8634
|
+
name: 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
|
-
name: string;
|
8688
8700
|
id: string;
|
8701
|
+
name: 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: {
|
8728
|
-
name: string;
|
8729
8740
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
8730
8741
|
id: string;
|
8742
|
+
name: string;
|
8731
8743
|
metadata: {
|
8732
|
-
name: string;
|
8733
8744
|
id: string;
|
8745
|
+
name: 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: {
|
8762
|
-
name: string;
|
8763
8774
|
id: string;
|
8764
8775
|
address: string | null;
|
8776
|
+
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
|
-
name: string;
|
8812
8823
|
id: string;
|
8824
|
+
name: 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: {
|
8823
|
-
name: string;
|
8824
8835
|
id: string;
|
8825
8836
|
address: string | null;
|
8837
|
+
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
|
-
name: string;
|
8878
8889
|
id: string;
|
8890
|
+
name: 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: {
|
8886
|
-
name: string;
|
8887
8898
|
id: string;
|
8888
8899
|
channel: string | null;
|
8889
8900
|
address: string | null;
|
8901
|
+
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
|
-
name?: string | undefined;
|
8935
8946
|
address?: string | null | undefined;
|
8947
|
+
name?: string | 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
|
-
name: string;
|
8944
8955
|
id: string;
|
8956
|
+
name: 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
|
-
name: string;
|
8970
8981
|
id: string;
|
8982
|
+
name: 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: {
|
9001
|
-
name: string;
|
9002
9013
|
id: string;
|
9003
9014
|
address: string | null;
|
9015
|
+
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: {
|
9071
|
-
name: string;
|
9072
9083
|
id: string;
|
9073
9084
|
address: string | null;
|
9085
|
+
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: {
|
9097
|
-
name: string;
|
9098
9109
|
id: string;
|
9099
9110
|
address: string | null;
|
9111
|
+
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?: {
|
9125
|
-
name: string;
|
9126
9137
|
id: string;
|
9127
9138
|
channel: string | null;
|
9128
9139
|
address: string | null;
|
9140
|
+
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
|
-
name?: string | undefined;
|
9174
9185
|
address?: string | null | undefined;
|
9186
|
+
name?: string | 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
|
-
name: string;
|
9183
9194
|
id: string;
|
9195
|
+
name: 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
|
-
name: string;
|
9209
9220
|
id: string;
|
9221
|
+
name: 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?: {
|
9271
|
-
name: string;
|
9272
9283
|
id: string;
|
9273
9284
|
address: string | null;
|
9285
|
+
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: {
|
9320
|
-
name: string;
|
9321
9332
|
id: string;
|
9322
9333
|
address: string | null;
|
9334
|
+
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: {
|
9364
|
-
name: string;
|
9365
9376
|
id: string;
|
9366
9377
|
address: string | null;
|
9378
|
+
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: {
|
9408
|
-
name: string;
|
9409
9420
|
id: string;
|
9410
9421
|
address: string | null;
|
9422
|
+
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: {
|
9467
|
-
name: string;
|
9468
9479
|
id: string;
|
9469
9480
|
channel: string | null;
|
9470
9481
|
address: string | null;
|
9482
|
+
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
|
-
name?: string | undefined;
|
9516
9527
|
address?: string | null | undefined;
|
9528
|
+
name?: string | 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
|
-
name: string;
|
9525
9536
|
id: string;
|
9537
|
+
name: 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
|
-
name: string;
|
9551
9562
|
id: string;
|
9563
|
+
name: 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
|
-
name: string;
|
9614
9629
|
id: string;
|
9630
|
+
name: 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: {
|
9654
|
-
name: string;
|
9655
9669
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
9656
9670
|
id: string;
|
9671
|
+
name: string;
|
9657
9672
|
metadata: {
|
9658
|
-
name: string;
|
9659
9673
|
id: string;
|
9674
|
+
name: 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: {
|
9688
|
-
name: string;
|
9689
9703
|
id: string;
|
9690
9704
|
address: string | null;
|
9705
|
+
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
|
-
name: string;
|
9738
9752
|
id: string;
|
9753
|
+
name: 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: {
|
9749
|
-
name: string;
|
9750
9764
|
id: string;
|
9751
9765
|
address: string | null;
|
9766
|
+
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
|
-
name: string;
|
9804
9818
|
id: string;
|
9819
|
+
name: 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: {
|
9812
|
-
name: string;
|
9813
9827
|
id: string;
|
9814
9828
|
channel: string | null;
|
9815
9829
|
address: string | null;
|
9830
|
+
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
|
-
name?: string | undefined;
|
9861
9875
|
address?: string | null | undefined;
|
9876
|
+
name?: string | 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
|
-
name: string;
|
9870
9884
|
id: string;
|
9885
|
+
name: 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
|
-
name: string;
|
9896
9910
|
id: string;
|
9911
|
+
name: 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: {
|
9927
|
-
name: string;
|
9928
9942
|
id: string;
|
9929
9943
|
address: string | null;
|
9944
|
+
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: {
|
9997
|
-
name: string;
|
9998
10012
|
id: string;
|
9999
10013
|
address: string | null;
|
10014
|
+
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: {
|
10023
|
-
name: string;
|
10024
10038
|
id: string;
|
10025
10039
|
address: string | null;
|
10040
|
+
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?: {
|
10051
|
-
name: string;
|
10052
10066
|
id: string;
|
10053
10067
|
channel: string | null;
|
10054
10068
|
address: string | null;
|
10069
|
+
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
|
-
name?: string | undefined;
|
10100
10114
|
address?: string | null | undefined;
|
10115
|
+
name?: string | 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
|
-
name: string;
|
10109
10123
|
id: string;
|
10124
|
+
name: 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
|
-
name: string;
|
10135
10149
|
id: string;
|
10150
|
+
name: 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?: {
|
10197
|
-
name: string;
|
10198
10212
|
id: string;
|
10199
10213
|
address: string | null;
|
10214
|
+
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: {
|
10246
|
-
name: string;
|
10247
10261
|
id: string;
|
10248
10262
|
address: string | null;
|
10263
|
+
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: {
|
10290
|
-
name: string;
|
10291
10305
|
id: string;
|
10292
10306
|
address: string | null;
|
10307
|
+
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: {
|
10334
|
-
name: string;
|
10335
10349
|
id: string;
|
10336
10350
|
address: string | null;
|
10351
|
+
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?: ("positive" | "neutral" | "negative")[] | 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?: ("positive" | "neutral" | "negative")[] | undefined;
|
10490
10505
|
csatScore?: string[] | undefined;
|
10491
10506
|
sla?: "meet" | "unmeet" | undefined;
|
10492
10507
|
tags?: string[] | undefined;
|