@kl1/contracts 1.2.40-uat → 1.2.41-uat
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 +3922 -3922
- package/dist/api-contracts/src/chat/schema.d.ts +1152 -1128
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +745 -745
- 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 +10147 -10079
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/index.d.ts +316 -248
- package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/schema.d.ts +252 -204
- package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/validation.d.ts +2 -2
- package/dist/api-contracts/src/dashboard/index.d.ts +40 -40
- package/dist/api-contracts/src/dashboard/schema.d.ts +34 -34
- package/dist/api-contracts/src/extension/index.d.ts +4 -4
- package/dist/api-contracts/src/facebook-feed/index.d.ts +708 -708
- package/dist/api-contracts/src/facebook-feed/schema.d.ts +64 -64
- package/dist/api-contracts/src/facebook-feed/validation.d.ts +66 -66
- package/dist/api-contracts/src/hold-label/index.d.ts +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 +596 -596
- package/dist/api-contracts/src/instagram/validation.d.ts +10 -10
- package/dist/api-contracts/src/line/index.d.ts +608 -608
- package/dist/api-contracts/src/line/schema.d.ts +4 -4
- package/dist/api-contracts/src/line/validation.d.ts +50 -50
- package/dist/api-contracts/src/mail/account-contract.d.ts +72 -72
- package/dist/api-contracts/src/mail/mail-contract.d.ts +2463 -2463
- package/dist/api-contracts/src/mail/mail-server-contract.d.ts +32 -32
- package/dist/api-contracts/src/mail/message-contract.d.ts +272 -272
- package/dist/api-contracts/src/mail/room-contract.d.ts +1474 -1474
- 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 +12 -12
- 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 +478 -478
- package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +466 -466
- package/dist/api-contracts/src/messenger/index.d.ts +599 -599
- package/dist/api-contracts/src/messenger/schema.d.ts +16 -16
- package/dist/api-contracts/src/messenger/validation.d.ts +62 -62
- package/dist/api-contracts/src/notification/index.d.ts +26 -26
- package/dist/api-contracts/src/notification/schema.d.ts +18 -18
- package/dist/api-contracts/src/notification/validation.d.ts +10 -10
- package/dist/api-contracts/src/public-api/index.d.ts +84 -84
- package/dist/api-contracts/src/public-api/schema.d.ts +10 -10
- package/dist/api-contracts/src/public-api/validation.d.ts +20 -20
- package/dist/api-contracts/src/sms/index.d.ts +86 -86
- package/dist/api-contracts/src/sms/schema.d.ts +8 -8
- package/dist/api-contracts/src/sms/validation.d.ts +2 -2
- package/dist/api-contracts/src/snippet/index.d.ts +42 -42
- package/dist/api-contracts/src/snippet/schema.d.ts +10 -10
- package/dist/api-contracts/src/subscription/index.d.ts +190 -190
- package/dist/api-contracts/src/subscription/schema.d.ts +222 -222
- 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 +556 -556
- 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 +568 -568
- package/dist/api-contracts/src/viber/validation.d.ts +4 -4
- package/dist/api-contracts/src/webchat/index.d.ts +562 -562
- 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 +562 -562
- 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 +232 -232
- package/dist/api-contracts/src/workflow-rule/schema.d.ts +2 -2
- package/dist/api-contracts/src/wrap-up-form/index.d.ts +26 -26
- package/dist/api-contracts/src/wrap-up-form/schema.d.ts +4 -4
- package/dist/api-contracts/utils.d.ts +1 -1
- package/dist/api-contracts/utils.d.ts.map +1 -1
- package/dist/index.js +11 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +11 -1
- 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;
|
|
@@ -172,14 +172,14 @@ export declare const cxLogContract: {
|
|
|
172
172
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
173
173
|
name: z.ZodString;
|
|
174
174
|
}, "strip", z.ZodTypeAny, {
|
|
175
|
-
name: string;
|
|
176
175
|
id: string;
|
|
176
|
+
name: string;
|
|
177
177
|
createdAt: Date;
|
|
178
178
|
updatedAt: Date;
|
|
179
179
|
deletedAt: Date | null;
|
|
180
180
|
}, {
|
|
181
|
-
name: string;
|
|
182
181
|
id: string;
|
|
182
|
+
name: string;
|
|
183
183
|
createdAt: Date;
|
|
184
184
|
updatedAt: Date;
|
|
185
185
|
deletedAt: Date | null;
|
|
@@ -350,8 +350,8 @@ export declare const cxLogContract: {
|
|
|
350
350
|
}[];
|
|
351
351
|
}[];
|
|
352
352
|
tags: {
|
|
353
|
-
name: string;
|
|
354
353
|
id: string;
|
|
354
|
+
name: string;
|
|
355
355
|
createdAt: Date;
|
|
356
356
|
updatedAt: Date;
|
|
357
357
|
deletedAt: Date | null;
|
|
@@ -401,8 +401,8 @@ export declare const cxLogContract: {
|
|
|
401
401
|
}[];
|
|
402
402
|
}[];
|
|
403
403
|
tags: {
|
|
404
|
-
name: string;
|
|
405
404
|
id: string;
|
|
405
|
+
name: string;
|
|
406
406
|
createdAt: Date;
|
|
407
407
|
updatedAt: Date;
|
|
408
408
|
deletedAt: Date | null;
|
|
@@ -450,13 +450,13 @@ export declare const cxLogContract: {
|
|
|
450
450
|
picture: z.ZodOptional<z.ZodString>;
|
|
451
451
|
additionalCredentials: z.ZodAny;
|
|
452
452
|
}, "strip", z.ZodTypeAny, {
|
|
453
|
-
name: string;
|
|
454
453
|
id: string;
|
|
454
|
+
name: string;
|
|
455
455
|
picture?: string | undefined;
|
|
456
456
|
additionalCredentials?: any;
|
|
457
457
|
}, {
|
|
458
|
-
name: string;
|
|
459
458
|
id: string;
|
|
459
|
+
name: string;
|
|
460
460
|
picture?: string | undefined;
|
|
461
461
|
additionalCredentials?: any;
|
|
462
462
|
}>;
|
|
@@ -478,14 +478,14 @@ export declare const cxLogContract: {
|
|
|
478
478
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
479
479
|
name: z.ZodString;
|
|
480
480
|
}, "strip", z.ZodTypeAny, {
|
|
481
|
-
name: string;
|
|
482
481
|
id: string;
|
|
482
|
+
name: string;
|
|
483
483
|
createdAt: Date;
|
|
484
484
|
updatedAt: Date;
|
|
485
485
|
deletedAt: Date | null;
|
|
486
486
|
}, {
|
|
487
|
-
name: string;
|
|
488
487
|
id: string;
|
|
488
|
+
name: string;
|
|
489
489
|
createdAt: Date;
|
|
490
490
|
updatedAt: Date;
|
|
491
491
|
deletedAt: Date | null;
|
|
@@ -641,8 +641,8 @@ export declare const cxLogContract: {
|
|
|
641
641
|
createdAt: Date;
|
|
642
642
|
updatedAt: Date;
|
|
643
643
|
deletedAt: Date | null;
|
|
644
|
-
name?: string | undefined;
|
|
645
644
|
address?: string | null | undefined;
|
|
645
|
+
name?: string | undefined;
|
|
646
646
|
phone?: string | null | undefined;
|
|
647
647
|
industry?: string | null | undefined;
|
|
648
648
|
}, {
|
|
@@ -650,8 +650,8 @@ export declare const cxLogContract: {
|
|
|
650
650
|
createdAt: Date;
|
|
651
651
|
updatedAt: Date;
|
|
652
652
|
deletedAt: Date | null;
|
|
653
|
-
name?: string | undefined;
|
|
654
653
|
address?: string | null | undefined;
|
|
654
|
+
name?: string | undefined;
|
|
655
655
|
phone?: string | null | undefined;
|
|
656
656
|
industry?: string | null | undefined;
|
|
657
657
|
}>>;
|
|
@@ -669,13 +669,13 @@ export declare const cxLogContract: {
|
|
|
669
669
|
picture: z.ZodOptional<z.ZodString>;
|
|
670
670
|
additionalCredentials: z.ZodAny;
|
|
671
671
|
}, "strip", z.ZodTypeAny, {
|
|
672
|
-
name: string;
|
|
673
672
|
id: string;
|
|
673
|
+
name: string;
|
|
674
674
|
picture?: string | undefined;
|
|
675
675
|
additionalCredentials?: any;
|
|
676
676
|
}, {
|
|
677
|
-
name: string;
|
|
678
677
|
id: string;
|
|
678
|
+
name: string;
|
|
679
679
|
picture?: string | undefined;
|
|
680
680
|
additionalCredentials?: any;
|
|
681
681
|
}>;
|
|
@@ -683,8 +683,8 @@ export declare const cxLogContract: {
|
|
|
683
683
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
684
684
|
id: string;
|
|
685
685
|
metadata: {
|
|
686
|
-
name: string;
|
|
687
686
|
id: string;
|
|
687
|
+
name: string;
|
|
688
688
|
picture?: string | undefined;
|
|
689
689
|
additionalCredentials?: any;
|
|
690
690
|
};
|
|
@@ -697,8 +697,8 @@ export declare const cxLogContract: {
|
|
|
697
697
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
698
698
|
id: string;
|
|
699
699
|
metadata: {
|
|
700
|
-
name: string;
|
|
701
700
|
id: string;
|
|
701
|
+
name: string;
|
|
702
702
|
picture?: string | undefined;
|
|
703
703
|
additionalCredentials?: any;
|
|
704
704
|
};
|
|
@@ -1008,10 +1008,10 @@ export declare const cxLogContract: {
|
|
|
1008
1008
|
};
|
|
1009
1009
|
}>, "many">>;
|
|
1010
1010
|
}, "strip", z.ZodTypeAny, {
|
|
1011
|
-
name: string;
|
|
1012
1011
|
id: string;
|
|
1013
1012
|
channel: string | null;
|
|
1014
1013
|
address: string | null;
|
|
1014
|
+
name: string;
|
|
1015
1015
|
createdAt: Date;
|
|
1016
1016
|
updatedAt: Date;
|
|
1017
1017
|
deletedAt: Date | null;
|
|
@@ -1056,8 +1056,8 @@ export declare const cxLogContract: {
|
|
|
1056
1056
|
createdAt: Date;
|
|
1057
1057
|
updatedAt: Date;
|
|
1058
1058
|
deletedAt: Date | null;
|
|
1059
|
-
name?: string | undefined;
|
|
1060
1059
|
address?: string | null | undefined;
|
|
1060
|
+
name?: string | undefined;
|
|
1061
1061
|
phone?: string | null | undefined;
|
|
1062
1062
|
industry?: string | null | undefined;
|
|
1063
1063
|
} | null;
|
|
@@ -1065,8 +1065,8 @@ export declare const cxLogContract: {
|
|
|
1065
1065
|
contactProfile: string | null;
|
|
1066
1066
|
socialProfileUrl: string | null;
|
|
1067
1067
|
tags: {
|
|
1068
|
-
name: string;
|
|
1069
1068
|
id: string;
|
|
1069
|
+
name: string;
|
|
1070
1070
|
createdAt: Date;
|
|
1071
1071
|
updatedAt: Date;
|
|
1072
1072
|
deletedAt: Date | null;
|
|
@@ -1091,8 +1091,8 @@ export declare const cxLogContract: {
|
|
|
1091
1091
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
1092
1092
|
id: string;
|
|
1093
1093
|
metadata: {
|
|
1094
|
-
name: string;
|
|
1095
1094
|
id: string;
|
|
1095
|
+
name: string;
|
|
1096
1096
|
picture?: string | undefined;
|
|
1097
1097
|
additionalCredentials?: any;
|
|
1098
1098
|
};
|
|
@@ -1119,10 +1119,10 @@ export declare const cxLogContract: {
|
|
|
1119
1119
|
};
|
|
1120
1120
|
}[] | undefined;
|
|
1121
1121
|
}, {
|
|
1122
|
-
name: string;
|
|
1123
1122
|
id: string;
|
|
1124
1123
|
channel: string | null;
|
|
1125
1124
|
address: string | null;
|
|
1125
|
+
name: string;
|
|
1126
1126
|
createdAt: Date;
|
|
1127
1127
|
updatedAt: Date;
|
|
1128
1128
|
deletedAt: Date | null;
|
|
@@ -1167,8 +1167,8 @@ export declare const cxLogContract: {
|
|
|
1167
1167
|
createdAt: Date;
|
|
1168
1168
|
updatedAt: Date;
|
|
1169
1169
|
deletedAt: Date | null;
|
|
1170
|
-
name?: string | undefined;
|
|
1171
1170
|
address?: string | null | undefined;
|
|
1171
|
+
name?: string | undefined;
|
|
1172
1172
|
phone?: string | null | undefined;
|
|
1173
1173
|
industry?: string | null | undefined;
|
|
1174
1174
|
} | null;
|
|
@@ -1176,8 +1176,8 @@ export declare const cxLogContract: {
|
|
|
1176
1176
|
contactProfile: string | null;
|
|
1177
1177
|
socialProfileUrl: string | null;
|
|
1178
1178
|
tags: {
|
|
1179
|
-
name: string;
|
|
1180
1179
|
id: string;
|
|
1180
|
+
name: string;
|
|
1181
1181
|
createdAt: Date;
|
|
1182
1182
|
updatedAt: Date;
|
|
1183
1183
|
deletedAt: Date | null;
|
|
@@ -1202,8 +1202,8 @@ export declare const cxLogContract: {
|
|
|
1202
1202
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
1203
1203
|
id: string;
|
|
1204
1204
|
metadata: {
|
|
1205
|
-
name: string;
|
|
1206
1205
|
id: string;
|
|
1206
|
+
name: string;
|
|
1207
1207
|
picture?: string | undefined;
|
|
1208
1208
|
additionalCredentials?: any;
|
|
1209
1209
|
};
|
|
@@ -1234,8 +1234,8 @@ export declare const cxLogContract: {
|
|
|
1234
1234
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
1235
1235
|
id: string;
|
|
1236
1236
|
metadata: {
|
|
1237
|
-
name: string;
|
|
1238
1237
|
id: string;
|
|
1238
|
+
name: string;
|
|
1239
1239
|
picture?: string | undefined;
|
|
1240
1240
|
additionalCredentials?: any;
|
|
1241
1241
|
};
|
|
@@ -1243,10 +1243,10 @@ export declare const cxLogContract: {
|
|
|
1243
1243
|
updatedAt: Date;
|
|
1244
1244
|
deletedAt: Date | null;
|
|
1245
1245
|
contact: {
|
|
1246
|
-
name: string;
|
|
1247
1246
|
id: string;
|
|
1248
1247
|
channel: string | null;
|
|
1249
1248
|
address: string | null;
|
|
1249
|
+
name: string;
|
|
1250
1250
|
createdAt: Date;
|
|
1251
1251
|
updatedAt: Date;
|
|
1252
1252
|
deletedAt: Date | null;
|
|
@@ -1291,8 +1291,8 @@ export declare const cxLogContract: {
|
|
|
1291
1291
|
createdAt: Date;
|
|
1292
1292
|
updatedAt: Date;
|
|
1293
1293
|
deletedAt: Date | null;
|
|
1294
|
-
name?: string | undefined;
|
|
1295
1294
|
address?: string | null | undefined;
|
|
1295
|
+
name?: string | undefined;
|
|
1296
1296
|
phone?: string | null | undefined;
|
|
1297
1297
|
industry?: string | null | undefined;
|
|
1298
1298
|
} | null;
|
|
@@ -1300,8 +1300,8 @@ export declare const cxLogContract: {
|
|
|
1300
1300
|
contactProfile: string | null;
|
|
1301
1301
|
socialProfileUrl: string | null;
|
|
1302
1302
|
tags: {
|
|
1303
|
-
name: string;
|
|
1304
1303
|
id: string;
|
|
1304
|
+
name: string;
|
|
1305
1305
|
createdAt: Date;
|
|
1306
1306
|
updatedAt: Date;
|
|
1307
1307
|
deletedAt: Date | null;
|
|
@@ -1326,8 +1326,8 @@ export declare const cxLogContract: {
|
|
|
1326
1326
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
1327
1327
|
id: string;
|
|
1328
1328
|
metadata: {
|
|
1329
|
-
name: string;
|
|
1330
1329
|
id: string;
|
|
1330
|
+
name: string;
|
|
1331
1331
|
picture?: string | undefined;
|
|
1332
1332
|
additionalCredentials?: any;
|
|
1333
1333
|
};
|
|
@@ -1360,8 +1360,8 @@ export declare const cxLogContract: {
|
|
|
1360
1360
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
1361
1361
|
id: string;
|
|
1362
1362
|
metadata: {
|
|
1363
|
-
name: string;
|
|
1364
1363
|
id: string;
|
|
1364
|
+
name: string;
|
|
1365
1365
|
picture?: string | undefined;
|
|
1366
1366
|
additionalCredentials?: any;
|
|
1367
1367
|
};
|
|
@@ -1369,10 +1369,10 @@ export declare const cxLogContract: {
|
|
|
1369
1369
|
updatedAt: Date;
|
|
1370
1370
|
deletedAt: Date | null;
|
|
1371
1371
|
contact: {
|
|
1372
|
-
name: string;
|
|
1373
1372
|
id: string;
|
|
1374
1373
|
channel: string | null;
|
|
1375
1374
|
address: string | null;
|
|
1375
|
+
name: string;
|
|
1376
1376
|
createdAt: Date;
|
|
1377
1377
|
updatedAt: Date;
|
|
1378
1378
|
deletedAt: Date | null;
|
|
@@ -1417,8 +1417,8 @@ export declare const cxLogContract: {
|
|
|
1417
1417
|
createdAt: Date;
|
|
1418
1418
|
updatedAt: Date;
|
|
1419
1419
|
deletedAt: Date | null;
|
|
1420
|
-
name?: string | undefined;
|
|
1421
1420
|
address?: string | null | undefined;
|
|
1421
|
+
name?: string | undefined;
|
|
1422
1422
|
phone?: string | null | undefined;
|
|
1423
1423
|
industry?: string | null | undefined;
|
|
1424
1424
|
} | null;
|
|
@@ -1426,8 +1426,8 @@ export declare const cxLogContract: {
|
|
|
1426
1426
|
contactProfile: string | null;
|
|
1427
1427
|
socialProfileUrl: string | null;
|
|
1428
1428
|
tags: {
|
|
1429
|
-
name: string;
|
|
1430
1429
|
id: string;
|
|
1430
|
+
name: string;
|
|
1431
1431
|
createdAt: Date;
|
|
1432
1432
|
updatedAt: Date;
|
|
1433
1433
|
deletedAt: Date | null;
|
|
@@ -1452,8 +1452,8 @@ export declare const cxLogContract: {
|
|
|
1452
1452
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
1453
1453
|
id: string;
|
|
1454
1454
|
metadata: {
|
|
1455
|
-
name: string;
|
|
1456
1455
|
id: string;
|
|
1456
|
+
name: string;
|
|
1457
1457
|
picture?: string | undefined;
|
|
1458
1458
|
additionalCredentials?: any;
|
|
1459
1459
|
};
|
|
@@ -1601,9 +1601,9 @@ export declare const cxLogContract: {
|
|
|
1601
1601
|
telephonySignature: string | null;
|
|
1602
1602
|
}>;
|
|
1603
1603
|
}, "strip", z.ZodTypeAny, {
|
|
1604
|
-
name: string;
|
|
1605
1604
|
id: string;
|
|
1606
1605
|
address: string | null;
|
|
1606
|
+
name: string;
|
|
1607
1607
|
email: string;
|
|
1608
1608
|
createdAt: Date;
|
|
1609
1609
|
updatedAt: Date;
|
|
@@ -1644,9 +1644,9 @@ export declare const cxLogContract: {
|
|
|
1644
1644
|
telephonySignature: string | null;
|
|
1645
1645
|
};
|
|
1646
1646
|
}, {
|
|
1647
|
-
name: string;
|
|
1648
1647
|
id: string;
|
|
1649
1648
|
address: string | null;
|
|
1649
|
+
name: string;
|
|
1650
1650
|
email: string;
|
|
1651
1651
|
createdAt: Date;
|
|
1652
1652
|
updatedAt: Date;
|
|
@@ -1805,9 +1805,9 @@ export declare const cxLogContract: {
|
|
|
1805
1805
|
telephonySignature: string | null;
|
|
1806
1806
|
}>;
|
|
1807
1807
|
}, "strip", z.ZodTypeAny, {
|
|
1808
|
-
name: string;
|
|
1809
1808
|
id: string;
|
|
1810
1809
|
address: string | null;
|
|
1810
|
+
name: string;
|
|
1811
1811
|
email: string;
|
|
1812
1812
|
createdAt: Date;
|
|
1813
1813
|
updatedAt: Date;
|
|
@@ -1848,9 +1848,9 @@ export declare const cxLogContract: {
|
|
|
1848
1848
|
telephonySignature: string | null;
|
|
1849
1849
|
};
|
|
1850
1850
|
}, {
|
|
1851
|
-
name: string;
|
|
1852
1851
|
id: string;
|
|
1853
1852
|
address: string | null;
|
|
1853
|
+
name: string;
|
|
1854
1854
|
email: string;
|
|
1855
1855
|
createdAt: Date;
|
|
1856
1856
|
updatedAt: Date;
|
|
@@ -1955,8 +1955,8 @@ export declare const cxLogContract: {
|
|
|
1955
1955
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1956
1956
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
1957
1957
|
}, "strip", z.ZodTypeAny, {
|
|
1958
|
-
name: string;
|
|
1959
1958
|
id: string;
|
|
1959
|
+
name: string;
|
|
1960
1960
|
accessToken?: string | undefined;
|
|
1961
1961
|
channelSecret?: string | undefined;
|
|
1962
1962
|
additionalCredentials?: any;
|
|
@@ -1981,8 +1981,8 @@ export declare const cxLogContract: {
|
|
|
1981
1981
|
lineRichMenuId?: string | null | undefined;
|
|
1982
1982
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1983
1983
|
}, {
|
|
1984
|
-
name: string;
|
|
1985
1984
|
id: string;
|
|
1985
|
+
name: string;
|
|
1986
1986
|
accessToken?: string | undefined;
|
|
1987
1987
|
channelSecret?: string | undefined;
|
|
1988
1988
|
additionalCredentials?: any;
|
|
@@ -2020,14 +2020,14 @@ export declare const cxLogContract: {
|
|
|
2020
2020
|
integrationId: z.ZodString;
|
|
2021
2021
|
accessToken: z.ZodString;
|
|
2022
2022
|
}, "strip", z.ZodTypeAny, {
|
|
2023
|
-
name: string;
|
|
2024
2023
|
id: string;
|
|
2024
|
+
name: string;
|
|
2025
2025
|
accessToken: string;
|
|
2026
2026
|
botId: string;
|
|
2027
2027
|
integrationId: string;
|
|
2028
2028
|
}, {
|
|
2029
|
-
name: string;
|
|
2030
2029
|
id: string;
|
|
2030
|
+
name: string;
|
|
2031
2031
|
accessToken: string;
|
|
2032
2032
|
botId: string;
|
|
2033
2033
|
integrationId: string;
|
|
@@ -2150,9 +2150,9 @@ export declare const cxLogContract: {
|
|
|
2150
2150
|
telephonySignature: string | null;
|
|
2151
2151
|
}>;
|
|
2152
2152
|
}, "strip", z.ZodTypeAny, {
|
|
2153
|
-
name: string;
|
|
2154
2153
|
id: string;
|
|
2155
2154
|
address: string | null;
|
|
2155
|
+
name: string;
|
|
2156
2156
|
email: string;
|
|
2157
2157
|
createdAt: Date;
|
|
2158
2158
|
updatedAt: Date;
|
|
@@ -2193,9 +2193,9 @@ export declare const cxLogContract: {
|
|
|
2193
2193
|
telephonySignature: string | null;
|
|
2194
2194
|
};
|
|
2195
2195
|
}, {
|
|
2196
|
-
name: string;
|
|
2197
2196
|
id: string;
|
|
2198
2197
|
address: string | null;
|
|
2198
|
+
name: string;
|
|
2199
2199
|
email: string;
|
|
2200
2200
|
createdAt: Date;
|
|
2201
2201
|
updatedAt: Date;
|
|
@@ -2237,12 +2237,12 @@ export declare const cxLogContract: {
|
|
|
2237
2237
|
};
|
|
2238
2238
|
}>;
|
|
2239
2239
|
}, "strip", z.ZodTypeAny, {
|
|
2240
|
-
name: string;
|
|
2241
2240
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
2242
2241
|
id: string;
|
|
2242
|
+
name: string;
|
|
2243
2243
|
metadata: {
|
|
2244
|
-
name: string;
|
|
2245
2244
|
id: string;
|
|
2245
|
+
name: string;
|
|
2246
2246
|
accessToken?: string | undefined;
|
|
2247
2247
|
channelSecret?: string | undefined;
|
|
2248
2248
|
additionalCredentials?: any;
|
|
@@ -2272,9 +2272,9 @@ export declare const cxLogContract: {
|
|
|
2272
2272
|
updatedAt: Date;
|
|
2273
2273
|
deletedAt: Date | null;
|
|
2274
2274
|
actor: {
|
|
2275
|
-
name: string;
|
|
2276
2275
|
id: string;
|
|
2277
2276
|
address: string | null;
|
|
2277
|
+
name: string;
|
|
2278
2278
|
email: string;
|
|
2279
2279
|
createdAt: Date;
|
|
2280
2280
|
updatedAt: Date;
|
|
@@ -2321,19 +2321,19 @@ export declare const cxLogContract: {
|
|
|
2321
2321
|
connectedUserName: string;
|
|
2322
2322
|
connectedUserId: string;
|
|
2323
2323
|
botpressBot: {
|
|
2324
|
-
name: string;
|
|
2325
2324
|
id: string;
|
|
2325
|
+
name: string;
|
|
2326
2326
|
accessToken: string;
|
|
2327
2327
|
botId: string;
|
|
2328
2328
|
integrationId: string;
|
|
2329
2329
|
} | null;
|
|
2330
2330
|
}, {
|
|
2331
|
-
name: string;
|
|
2332
2331
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
2333
2332
|
id: string;
|
|
2333
|
+
name: string;
|
|
2334
2334
|
metadata: {
|
|
2335
|
-
name: string;
|
|
2336
2335
|
id: string;
|
|
2336
|
+
name: string;
|
|
2337
2337
|
accessToken?: string | undefined;
|
|
2338
2338
|
channelSecret?: string | undefined;
|
|
2339
2339
|
additionalCredentials?: any;
|
|
@@ -2363,9 +2363,9 @@ export declare const cxLogContract: {
|
|
|
2363
2363
|
updatedAt: Date;
|
|
2364
2364
|
deletedAt: Date | null;
|
|
2365
2365
|
actor: {
|
|
2366
|
-
name: string;
|
|
2367
2366
|
id: string;
|
|
2368
2367
|
address: string | null;
|
|
2368
|
+
name: string;
|
|
2369
2369
|
email: string;
|
|
2370
2370
|
createdAt: Date;
|
|
2371
2371
|
updatedAt: Date;
|
|
@@ -2412,8 +2412,8 @@ export declare const cxLogContract: {
|
|
|
2412
2412
|
connectedUserName: string;
|
|
2413
2413
|
connectedUserId: string;
|
|
2414
2414
|
botpressBot: {
|
|
2415
|
-
name: string;
|
|
2416
2415
|
id: string;
|
|
2416
|
+
name: string;
|
|
2417
2417
|
accessToken: string;
|
|
2418
2418
|
botId: string;
|
|
2419
2419
|
integrationId: string;
|
|
@@ -2422,12 +2422,12 @@ export declare const cxLogContract: {
|
|
|
2422
2422
|
}, "strip", z.ZodTypeAny, {
|
|
2423
2423
|
id: string;
|
|
2424
2424
|
channel: {
|
|
2425
|
-
name: string;
|
|
2426
2425
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
2427
2426
|
id: string;
|
|
2427
|
+
name: string;
|
|
2428
2428
|
metadata: {
|
|
2429
|
-
name: string;
|
|
2430
2429
|
id: string;
|
|
2430
|
+
name: string;
|
|
2431
2431
|
accessToken?: string | undefined;
|
|
2432
2432
|
channelSecret?: string | undefined;
|
|
2433
2433
|
additionalCredentials?: any;
|
|
@@ -2457,9 +2457,9 @@ export declare const cxLogContract: {
|
|
|
2457
2457
|
updatedAt: Date;
|
|
2458
2458
|
deletedAt: Date | null;
|
|
2459
2459
|
actor: {
|
|
2460
|
-
name: string;
|
|
2461
2460
|
id: string;
|
|
2462
2461
|
address: string | null;
|
|
2462
|
+
name: string;
|
|
2463
2463
|
email: string;
|
|
2464
2464
|
createdAt: Date;
|
|
2465
2465
|
updatedAt: Date;
|
|
@@ -2506,8 +2506,8 @@ export declare const cxLogContract: {
|
|
|
2506
2506
|
connectedUserName: string;
|
|
2507
2507
|
connectedUserId: string;
|
|
2508
2508
|
botpressBot: {
|
|
2509
|
-
name: string;
|
|
2510
2509
|
id: string;
|
|
2510
|
+
name: string;
|
|
2511
2511
|
accessToken: string;
|
|
2512
2512
|
botId: string;
|
|
2513
2513
|
integrationId: string;
|
|
@@ -2518,9 +2518,9 @@ export declare const cxLogContract: {
|
|
|
2518
2518
|
updatedAt: Date;
|
|
2519
2519
|
deletedAt: Date | null;
|
|
2520
2520
|
actor: {
|
|
2521
|
-
name: string;
|
|
2522
2521
|
id: string;
|
|
2523
2522
|
address: string | null;
|
|
2523
|
+
name: string;
|
|
2524
2524
|
email: string;
|
|
2525
2525
|
createdAt: Date;
|
|
2526
2526
|
updatedAt: Date;
|
|
@@ -2572,8 +2572,8 @@ export declare const cxLogContract: {
|
|
|
2572
2572
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
2573
2573
|
id: string;
|
|
2574
2574
|
metadata: {
|
|
2575
|
-
name: string;
|
|
2576
2575
|
id: string;
|
|
2576
|
+
name: string;
|
|
2577
2577
|
picture?: string | undefined;
|
|
2578
2578
|
additionalCredentials?: any;
|
|
2579
2579
|
};
|
|
@@ -2581,10 +2581,10 @@ export declare const cxLogContract: {
|
|
|
2581
2581
|
updatedAt: Date;
|
|
2582
2582
|
deletedAt: Date | null;
|
|
2583
2583
|
contact: {
|
|
2584
|
-
name: string;
|
|
2585
2584
|
id: string;
|
|
2586
2585
|
channel: string | null;
|
|
2587
2586
|
address: string | null;
|
|
2587
|
+
name: string;
|
|
2588
2588
|
createdAt: Date;
|
|
2589
2589
|
updatedAt: Date;
|
|
2590
2590
|
deletedAt: Date | null;
|
|
@@ -2629,8 +2629,8 @@ export declare const cxLogContract: {
|
|
|
2629
2629
|
createdAt: Date;
|
|
2630
2630
|
updatedAt: Date;
|
|
2631
2631
|
deletedAt: Date | null;
|
|
2632
|
-
name?: string | undefined;
|
|
2633
2632
|
address?: string | null | undefined;
|
|
2633
|
+
name?: string | undefined;
|
|
2634
2634
|
phone?: string | null | undefined;
|
|
2635
2635
|
industry?: string | null | undefined;
|
|
2636
2636
|
} | null;
|
|
@@ -2638,8 +2638,8 @@ export declare const cxLogContract: {
|
|
|
2638
2638
|
contactProfile: string | null;
|
|
2639
2639
|
socialProfileUrl: string | null;
|
|
2640
2640
|
tags: {
|
|
2641
|
-
name: string;
|
|
2642
2641
|
id: string;
|
|
2642
|
+
name: string;
|
|
2643
2643
|
createdAt: Date;
|
|
2644
2644
|
updatedAt: Date;
|
|
2645
2645
|
deletedAt: Date | null;
|
|
@@ -2664,8 +2664,8 @@ export declare const cxLogContract: {
|
|
|
2664
2664
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
2665
2665
|
id: string;
|
|
2666
2666
|
metadata: {
|
|
2667
|
-
name: string;
|
|
2668
2667
|
id: string;
|
|
2668
|
+
name: string;
|
|
2669
2669
|
picture?: string | undefined;
|
|
2670
2670
|
additionalCredentials?: any;
|
|
2671
2671
|
};
|
|
@@ -2696,9 +2696,9 @@ export declare const cxLogContract: {
|
|
|
2696
2696
|
socialPlatformId: string;
|
|
2697
2697
|
};
|
|
2698
2698
|
assignee: {
|
|
2699
|
-
name: string;
|
|
2700
2699
|
id: string;
|
|
2701
2700
|
address: string | null;
|
|
2701
|
+
name: string;
|
|
2702
2702
|
email: string;
|
|
2703
2703
|
createdAt: Date;
|
|
2704
2704
|
updatedAt: Date;
|
|
@@ -2742,12 +2742,12 @@ export declare const cxLogContract: {
|
|
|
2742
2742
|
}, {
|
|
2743
2743
|
id: string;
|
|
2744
2744
|
channel: {
|
|
2745
|
-
name: string;
|
|
2746
2745
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
2747
2746
|
id: string;
|
|
2747
|
+
name: string;
|
|
2748
2748
|
metadata: {
|
|
2749
|
-
name: string;
|
|
2750
2749
|
id: string;
|
|
2750
|
+
name: string;
|
|
2751
2751
|
accessToken?: string | undefined;
|
|
2752
2752
|
channelSecret?: string | undefined;
|
|
2753
2753
|
additionalCredentials?: any;
|
|
@@ -2777,9 +2777,9 @@ export declare const cxLogContract: {
|
|
|
2777
2777
|
updatedAt: Date;
|
|
2778
2778
|
deletedAt: Date | null;
|
|
2779
2779
|
actor: {
|
|
2780
|
-
name: string;
|
|
2781
2780
|
id: string;
|
|
2782
2781
|
address: string | null;
|
|
2782
|
+
name: string;
|
|
2783
2783
|
email: string;
|
|
2784
2784
|
createdAt: Date;
|
|
2785
2785
|
updatedAt: Date;
|
|
@@ -2826,8 +2826,8 @@ export declare const cxLogContract: {
|
|
|
2826
2826
|
connectedUserName: string;
|
|
2827
2827
|
connectedUserId: string;
|
|
2828
2828
|
botpressBot: {
|
|
2829
|
-
name: string;
|
|
2830
2829
|
id: string;
|
|
2830
|
+
name: string;
|
|
2831
2831
|
accessToken: string;
|
|
2832
2832
|
botId: string;
|
|
2833
2833
|
integrationId: string;
|
|
@@ -2838,9 +2838,9 @@ export declare const cxLogContract: {
|
|
|
2838
2838
|
updatedAt: Date;
|
|
2839
2839
|
deletedAt: Date | null;
|
|
2840
2840
|
actor: {
|
|
2841
|
-
name: string;
|
|
2842
2841
|
id: string;
|
|
2843
2842
|
address: string | null;
|
|
2843
|
+
name: string;
|
|
2844
2844
|
email: string;
|
|
2845
2845
|
createdAt: Date;
|
|
2846
2846
|
updatedAt: Date;
|
|
@@ -2892,8 +2892,8 @@ export declare const cxLogContract: {
|
|
|
2892
2892
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
2893
2893
|
id: string;
|
|
2894
2894
|
metadata: {
|
|
2895
|
-
name: string;
|
|
2896
2895
|
id: string;
|
|
2896
|
+
name: string;
|
|
2897
2897
|
picture?: string | undefined;
|
|
2898
2898
|
additionalCredentials?: any;
|
|
2899
2899
|
};
|
|
@@ -2901,10 +2901,10 @@ export declare const cxLogContract: {
|
|
|
2901
2901
|
updatedAt: Date;
|
|
2902
2902
|
deletedAt: Date | null;
|
|
2903
2903
|
contact: {
|
|
2904
|
-
name: string;
|
|
2905
2904
|
id: string;
|
|
2906
2905
|
channel: string | null;
|
|
2907
2906
|
address: string | null;
|
|
2907
|
+
name: string;
|
|
2908
2908
|
createdAt: Date;
|
|
2909
2909
|
updatedAt: Date;
|
|
2910
2910
|
deletedAt: Date | null;
|
|
@@ -2949,8 +2949,8 @@ export declare const cxLogContract: {
|
|
|
2949
2949
|
createdAt: Date;
|
|
2950
2950
|
updatedAt: Date;
|
|
2951
2951
|
deletedAt: Date | null;
|
|
2952
|
-
name?: string | undefined;
|
|
2953
2952
|
address?: string | null | undefined;
|
|
2953
|
+
name?: string | undefined;
|
|
2954
2954
|
phone?: string | null | undefined;
|
|
2955
2955
|
industry?: string | null | undefined;
|
|
2956
2956
|
} | null;
|
|
@@ -2958,8 +2958,8 @@ export declare const cxLogContract: {
|
|
|
2958
2958
|
contactProfile: string | null;
|
|
2959
2959
|
socialProfileUrl: string | null;
|
|
2960
2960
|
tags: {
|
|
2961
|
-
name: string;
|
|
2962
2961
|
id: string;
|
|
2962
|
+
name: string;
|
|
2963
2963
|
createdAt: Date;
|
|
2964
2964
|
updatedAt: Date;
|
|
2965
2965
|
deletedAt: Date | null;
|
|
@@ -2984,8 +2984,8 @@ export declare const cxLogContract: {
|
|
|
2984
2984
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
2985
2985
|
id: string;
|
|
2986
2986
|
metadata: {
|
|
2987
|
-
name: string;
|
|
2988
2987
|
id: string;
|
|
2988
|
+
name: string;
|
|
2989
2989
|
picture?: string | undefined;
|
|
2990
2990
|
additionalCredentials?: any;
|
|
2991
2991
|
};
|
|
@@ -3016,9 +3016,9 @@ export declare const cxLogContract: {
|
|
|
3016
3016
|
socialPlatformId: string;
|
|
3017
3017
|
};
|
|
3018
3018
|
assignee: {
|
|
3019
|
-
name: string;
|
|
3020
3019
|
id: string;
|
|
3021
3020
|
address: string | null;
|
|
3021
|
+
name: string;
|
|
3022
3022
|
email: string;
|
|
3023
3023
|
createdAt: Date;
|
|
3024
3024
|
updatedAt: Date;
|
|
@@ -3091,14 +3091,14 @@ export declare const cxLogContract: {
|
|
|
3091
3091
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
3092
3092
|
name: z.ZodString;
|
|
3093
3093
|
}, "strip", z.ZodTypeAny, {
|
|
3094
|
-
name: string;
|
|
3095
3094
|
id: string;
|
|
3095
|
+
name: string;
|
|
3096
3096
|
createdAt: Date;
|
|
3097
3097
|
updatedAt: Date;
|
|
3098
3098
|
deletedAt: Date | null;
|
|
3099
3099
|
}, {
|
|
3100
|
-
name: string;
|
|
3101
3100
|
id: string;
|
|
3101
|
+
name: string;
|
|
3102
3102
|
createdAt: Date;
|
|
3103
3103
|
updatedAt: Date;
|
|
3104
3104
|
deletedAt: Date | null;
|
|
@@ -3254,8 +3254,8 @@ export declare const cxLogContract: {
|
|
|
3254
3254
|
createdAt: Date;
|
|
3255
3255
|
updatedAt: Date;
|
|
3256
3256
|
deletedAt: Date | null;
|
|
3257
|
-
name?: string | undefined;
|
|
3258
3257
|
address?: string | null | undefined;
|
|
3258
|
+
name?: string | undefined;
|
|
3259
3259
|
phone?: string | null | undefined;
|
|
3260
3260
|
industry?: string | null | undefined;
|
|
3261
3261
|
}, {
|
|
@@ -3263,8 +3263,8 @@ export declare const cxLogContract: {
|
|
|
3263
3263
|
createdAt: Date;
|
|
3264
3264
|
updatedAt: Date;
|
|
3265
3265
|
deletedAt: Date | null;
|
|
3266
|
-
name?: string | undefined;
|
|
3267
3266
|
address?: string | null | undefined;
|
|
3267
|
+
name?: string | undefined;
|
|
3268
3268
|
phone?: string | null | undefined;
|
|
3269
3269
|
industry?: string | null | undefined;
|
|
3270
3270
|
}>>;
|
|
@@ -3282,13 +3282,13 @@ export declare const cxLogContract: {
|
|
|
3282
3282
|
picture: z.ZodOptional<z.ZodString>;
|
|
3283
3283
|
additionalCredentials: z.ZodAny;
|
|
3284
3284
|
}, "strip", z.ZodTypeAny, {
|
|
3285
|
-
name: string;
|
|
3286
3285
|
id: string;
|
|
3286
|
+
name: string;
|
|
3287
3287
|
picture?: string | undefined;
|
|
3288
3288
|
additionalCredentials?: any;
|
|
3289
3289
|
}, {
|
|
3290
|
-
name: string;
|
|
3291
3290
|
id: string;
|
|
3291
|
+
name: string;
|
|
3292
3292
|
picture?: string | undefined;
|
|
3293
3293
|
additionalCredentials?: any;
|
|
3294
3294
|
}>;
|
|
@@ -3296,8 +3296,8 @@ export declare const cxLogContract: {
|
|
|
3296
3296
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
3297
3297
|
id: string;
|
|
3298
3298
|
metadata: {
|
|
3299
|
-
name: string;
|
|
3300
3299
|
id: string;
|
|
3300
|
+
name: string;
|
|
3301
3301
|
picture?: string | undefined;
|
|
3302
3302
|
additionalCredentials?: any;
|
|
3303
3303
|
};
|
|
@@ -3310,8 +3310,8 @@ export declare const cxLogContract: {
|
|
|
3310
3310
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
3311
3311
|
id: string;
|
|
3312
3312
|
metadata: {
|
|
3313
|
-
name: string;
|
|
3314
3313
|
id: string;
|
|
3314
|
+
name: string;
|
|
3315
3315
|
picture?: string | undefined;
|
|
3316
3316
|
additionalCredentials?: any;
|
|
3317
3317
|
};
|
|
@@ -3621,10 +3621,10 @@ export declare const cxLogContract: {
|
|
|
3621
3621
|
};
|
|
3622
3622
|
}>, "many">>;
|
|
3623
3623
|
}, "strip", z.ZodTypeAny, {
|
|
3624
|
-
name: string;
|
|
3625
3624
|
id: string;
|
|
3626
3625
|
channel: string | null;
|
|
3627
3626
|
address: string | null;
|
|
3627
|
+
name: string;
|
|
3628
3628
|
createdAt: Date;
|
|
3629
3629
|
updatedAt: Date;
|
|
3630
3630
|
deletedAt: Date | null;
|
|
@@ -3669,8 +3669,8 @@ export declare const cxLogContract: {
|
|
|
3669
3669
|
createdAt: Date;
|
|
3670
3670
|
updatedAt: Date;
|
|
3671
3671
|
deletedAt: Date | null;
|
|
3672
|
-
name?: string | undefined;
|
|
3673
3672
|
address?: string | null | undefined;
|
|
3673
|
+
name?: string | undefined;
|
|
3674
3674
|
phone?: string | null | undefined;
|
|
3675
3675
|
industry?: string | null | undefined;
|
|
3676
3676
|
} | null;
|
|
@@ -3678,8 +3678,8 @@ export declare const cxLogContract: {
|
|
|
3678
3678
|
contactProfile: string | null;
|
|
3679
3679
|
socialProfileUrl: string | null;
|
|
3680
3680
|
tags: {
|
|
3681
|
-
name: string;
|
|
3682
3681
|
id: string;
|
|
3682
|
+
name: string;
|
|
3683
3683
|
createdAt: Date;
|
|
3684
3684
|
updatedAt: Date;
|
|
3685
3685
|
deletedAt: Date | null;
|
|
@@ -3704,8 +3704,8 @@ export declare const cxLogContract: {
|
|
|
3704
3704
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
3705
3705
|
id: string;
|
|
3706
3706
|
metadata: {
|
|
3707
|
-
name: string;
|
|
3708
3707
|
id: string;
|
|
3708
|
+
name: string;
|
|
3709
3709
|
picture?: string | undefined;
|
|
3710
3710
|
additionalCredentials?: any;
|
|
3711
3711
|
};
|
|
@@ -3732,10 +3732,10 @@ export declare const cxLogContract: {
|
|
|
3732
3732
|
};
|
|
3733
3733
|
}[] | undefined;
|
|
3734
3734
|
}, {
|
|
3735
|
-
name: string;
|
|
3736
3735
|
id: string;
|
|
3737
3736
|
channel: string | null;
|
|
3738
3737
|
address: string | null;
|
|
3738
|
+
name: string;
|
|
3739
3739
|
createdAt: Date;
|
|
3740
3740
|
updatedAt: Date;
|
|
3741
3741
|
deletedAt: Date | null;
|
|
@@ -3780,8 +3780,8 @@ export declare const cxLogContract: {
|
|
|
3780
3780
|
createdAt: Date;
|
|
3781
3781
|
updatedAt: Date;
|
|
3782
3782
|
deletedAt: Date | null;
|
|
3783
|
-
name?: string | undefined;
|
|
3784
3783
|
address?: string | null | undefined;
|
|
3784
|
+
name?: string | undefined;
|
|
3785
3785
|
phone?: string | null | undefined;
|
|
3786
3786
|
industry?: string | null | undefined;
|
|
3787
3787
|
} | null;
|
|
@@ -3789,8 +3789,8 @@ export declare const cxLogContract: {
|
|
|
3789
3789
|
contactProfile: string | null;
|
|
3790
3790
|
socialProfileUrl: string | null;
|
|
3791
3791
|
tags: {
|
|
3792
|
-
name: string;
|
|
3793
3792
|
id: string;
|
|
3793
|
+
name: string;
|
|
3794
3794
|
createdAt: Date;
|
|
3795
3795
|
updatedAt: Date;
|
|
3796
3796
|
deletedAt: Date | null;
|
|
@@ -3815,8 +3815,8 @@ export declare const cxLogContract: {
|
|
|
3815
3815
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
3816
3816
|
id: string;
|
|
3817
3817
|
metadata: {
|
|
3818
|
-
name: string;
|
|
3819
3818
|
id: string;
|
|
3819
|
+
name: string;
|
|
3820
3820
|
picture?: string | undefined;
|
|
3821
3821
|
additionalCredentials?: any;
|
|
3822
3822
|
};
|
|
@@ -4034,9 +4034,9 @@ export declare const cxLogContract: {
|
|
|
4034
4034
|
telephonySignature: string | null;
|
|
4035
4035
|
}>;
|
|
4036
4036
|
}, "roles" | "extension">, "strip", z.ZodTypeAny, {
|
|
4037
|
-
name: string;
|
|
4038
4037
|
id: string;
|
|
4039
4038
|
address: string | null;
|
|
4039
|
+
name: string;
|
|
4040
4040
|
email: string;
|
|
4041
4041
|
createdAt: Date;
|
|
4042
4042
|
updatedAt: Date;
|
|
@@ -4046,9 +4046,9 @@ export declare const cxLogContract: {
|
|
|
4046
4046
|
phone: string | null;
|
|
4047
4047
|
notificationCount: number | null;
|
|
4048
4048
|
}, {
|
|
4049
|
-
name: string;
|
|
4050
4049
|
id: string;
|
|
4051
4050
|
address: string | null;
|
|
4051
|
+
name: string;
|
|
4052
4052
|
email: string;
|
|
4053
4053
|
createdAt: Date;
|
|
4054
4054
|
updatedAt: Date;
|
|
@@ -4071,9 +4071,9 @@ export declare const cxLogContract: {
|
|
|
4071
4071
|
}, "strip", z.ZodTypeAny, {
|
|
4072
4072
|
id: string;
|
|
4073
4073
|
user: {
|
|
4074
|
-
name: string;
|
|
4075
4074
|
id: string;
|
|
4076
4075
|
address: string | null;
|
|
4076
|
+
name: string;
|
|
4077
4077
|
email: string;
|
|
4078
4078
|
createdAt: Date;
|
|
4079
4079
|
updatedAt: Date;
|
|
@@ -4096,9 +4096,9 @@ export declare const cxLogContract: {
|
|
|
4096
4096
|
}, {
|
|
4097
4097
|
id: string;
|
|
4098
4098
|
user: {
|
|
4099
|
-
name: string;
|
|
4100
4099
|
id: string;
|
|
4101
4100
|
address: string | null;
|
|
4101
|
+
name: string;
|
|
4102
4102
|
email: string;
|
|
4103
4103
|
createdAt: Date;
|
|
4104
4104
|
updatedAt: Date;
|
|
@@ -4239,9 +4239,9 @@ export declare const cxLogContract: {
|
|
|
4239
4239
|
telephonySignature: string | null;
|
|
4240
4240
|
}>;
|
|
4241
4241
|
}, "roles" | "extension">, "strip", z.ZodTypeAny, {
|
|
4242
|
-
name: string;
|
|
4243
4242
|
id: string;
|
|
4244
4243
|
address: string | null;
|
|
4244
|
+
name: string;
|
|
4245
4245
|
email: string;
|
|
4246
4246
|
createdAt: Date;
|
|
4247
4247
|
updatedAt: Date;
|
|
@@ -4251,9 +4251,9 @@ export declare const cxLogContract: {
|
|
|
4251
4251
|
phone: string | null;
|
|
4252
4252
|
notificationCount: number | null;
|
|
4253
4253
|
}, {
|
|
4254
|
-
name: string;
|
|
4255
4254
|
id: string;
|
|
4256
4255
|
address: string | null;
|
|
4256
|
+
name: string;
|
|
4257
4257
|
email: string;
|
|
4258
4258
|
createdAt: Date;
|
|
4259
4259
|
updatedAt: Date;
|
|
@@ -4276,9 +4276,9 @@ export declare const cxLogContract: {
|
|
|
4276
4276
|
}, "strip", z.ZodTypeAny, {
|
|
4277
4277
|
id: string;
|
|
4278
4278
|
user: {
|
|
4279
|
-
name: string;
|
|
4280
4279
|
id: string;
|
|
4281
4280
|
address: string | null;
|
|
4281
|
+
name: string;
|
|
4282
4282
|
email: string;
|
|
4283
4283
|
createdAt: Date;
|
|
4284
4284
|
updatedAt: Date;
|
|
@@ -4301,9 +4301,9 @@ export declare const cxLogContract: {
|
|
|
4301
4301
|
}, {
|
|
4302
4302
|
id: string;
|
|
4303
4303
|
user: {
|
|
4304
|
-
name: string;
|
|
4305
4304
|
id: string;
|
|
4306
4305
|
address: string | null;
|
|
4306
|
+
name: string;
|
|
4307
4307
|
email: string;
|
|
4308
4308
|
createdAt: Date;
|
|
4309
4309
|
updatedAt: Date;
|
|
@@ -4328,9 +4328,9 @@ export declare const cxLogContract: {
|
|
|
4328
4328
|
callTo?: {
|
|
4329
4329
|
id: string;
|
|
4330
4330
|
user: {
|
|
4331
|
-
name: string;
|
|
4332
4331
|
id: string;
|
|
4333
4332
|
address: string | null;
|
|
4333
|
+
name: string;
|
|
4334
4334
|
email: string;
|
|
4335
4335
|
createdAt: Date;
|
|
4336
4336
|
updatedAt: Date;
|
|
@@ -4354,9 +4354,9 @@ export declare const cxLogContract: {
|
|
|
4354
4354
|
callFrom?: {
|
|
4355
4355
|
id: string;
|
|
4356
4356
|
user: {
|
|
4357
|
-
name: string;
|
|
4358
4357
|
id: string;
|
|
4359
4358
|
address: string | null;
|
|
4359
|
+
name: string;
|
|
4360
4360
|
email: string;
|
|
4361
4361
|
createdAt: Date;
|
|
4362
4362
|
updatedAt: Date;
|
|
@@ -4381,9 +4381,9 @@ export declare const cxLogContract: {
|
|
|
4381
4381
|
callTo?: {
|
|
4382
4382
|
id: string;
|
|
4383
4383
|
user: {
|
|
4384
|
-
name: string;
|
|
4385
4384
|
id: string;
|
|
4386
4385
|
address: string | null;
|
|
4386
|
+
name: string;
|
|
4387
4387
|
email: string;
|
|
4388
4388
|
createdAt: Date;
|
|
4389
4389
|
updatedAt: Date;
|
|
@@ -4407,9 +4407,9 @@ export declare const cxLogContract: {
|
|
|
4407
4407
|
callFrom?: {
|
|
4408
4408
|
id: string;
|
|
4409
4409
|
user: {
|
|
4410
|
-
name: string;
|
|
4411
4410
|
id: string;
|
|
4412
4411
|
address: string | null;
|
|
4412
|
+
name: string;
|
|
4413
4413
|
email: string;
|
|
4414
4414
|
createdAt: Date;
|
|
4415
4415
|
updatedAt: Date;
|
|
@@ -4563,9 +4563,9 @@ export declare const cxLogContract: {
|
|
|
4563
4563
|
telephonySignature: string | null;
|
|
4564
4564
|
}>;
|
|
4565
4565
|
}, "strip", z.ZodTypeAny, {
|
|
4566
|
-
name: string;
|
|
4567
4566
|
id: string;
|
|
4568
4567
|
address: string | null;
|
|
4568
|
+
name: string;
|
|
4569
4569
|
email: string;
|
|
4570
4570
|
createdAt: Date;
|
|
4571
4571
|
updatedAt: Date;
|
|
@@ -4606,9 +4606,9 @@ export declare const cxLogContract: {
|
|
|
4606
4606
|
telephonySignature: string | null;
|
|
4607
4607
|
};
|
|
4608
4608
|
}, {
|
|
4609
|
-
name: string;
|
|
4610
4609
|
id: string;
|
|
4611
4610
|
address: string | null;
|
|
4611
|
+
name: string;
|
|
4612
4612
|
email: string;
|
|
4613
4613
|
createdAt: Date;
|
|
4614
4614
|
updatedAt: Date;
|
|
@@ -4662,9 +4662,9 @@ export declare const cxLogContract: {
|
|
|
4662
4662
|
extensionName: string;
|
|
4663
4663
|
telephonySignature: string | null;
|
|
4664
4664
|
user?: {
|
|
4665
|
-
name: string;
|
|
4666
4665
|
id: string;
|
|
4667
4666
|
address: string | null;
|
|
4667
|
+
name: string;
|
|
4668
4668
|
email: string;
|
|
4669
4669
|
createdAt: Date;
|
|
4670
4670
|
updatedAt: Date;
|
|
@@ -4718,9 +4718,9 @@ export declare const cxLogContract: {
|
|
|
4718
4718
|
extensionName: string;
|
|
4719
4719
|
telephonySignature: string | null;
|
|
4720
4720
|
user?: {
|
|
4721
|
-
name: string;
|
|
4722
4721
|
id: string;
|
|
4723
4722
|
address: string | null;
|
|
4723
|
+
name: string;
|
|
4724
4724
|
email: string;
|
|
4725
4725
|
createdAt: Date;
|
|
4726
4726
|
updatedAt: Date;
|
|
@@ -4790,9 +4790,9 @@ export declare const cxLogContract: {
|
|
|
4790
4790
|
callTo?: {
|
|
4791
4791
|
id: string;
|
|
4792
4792
|
user: {
|
|
4793
|
-
name: string;
|
|
4794
4793
|
id: string;
|
|
4795
4794
|
address: string | null;
|
|
4795
|
+
name: string;
|
|
4796
4796
|
email: string;
|
|
4797
4797
|
createdAt: Date;
|
|
4798
4798
|
updatedAt: Date;
|
|
@@ -4816,9 +4816,9 @@ export declare const cxLogContract: {
|
|
|
4816
4816
|
callFrom?: {
|
|
4817
4817
|
id: string;
|
|
4818
4818
|
user: {
|
|
4819
|
-
name: string;
|
|
4820
4819
|
id: string;
|
|
4821
4820
|
address: string | null;
|
|
4821
|
+
name: string;
|
|
4822
4822
|
email: string;
|
|
4823
4823
|
createdAt: Date;
|
|
4824
4824
|
updatedAt: Date;
|
|
@@ -4844,10 +4844,10 @@ export declare const cxLogContract: {
|
|
|
4844
4844
|
telephonyQueueId: string | null;
|
|
4845
4845
|
contactId: string | null;
|
|
4846
4846
|
contact?: {
|
|
4847
|
-
name: string;
|
|
4848
4847
|
id: string;
|
|
4849
4848
|
channel: string | null;
|
|
4850
4849
|
address: string | null;
|
|
4850
|
+
name: string;
|
|
4851
4851
|
createdAt: Date;
|
|
4852
4852
|
updatedAt: Date;
|
|
4853
4853
|
deletedAt: Date | null;
|
|
@@ -4892,8 +4892,8 @@ export declare const cxLogContract: {
|
|
|
4892
4892
|
createdAt: Date;
|
|
4893
4893
|
updatedAt: Date;
|
|
4894
4894
|
deletedAt: Date | null;
|
|
4895
|
-
name?: string | undefined;
|
|
4896
4895
|
address?: string | null | undefined;
|
|
4896
|
+
name?: string | undefined;
|
|
4897
4897
|
phone?: string | null | undefined;
|
|
4898
4898
|
industry?: string | null | undefined;
|
|
4899
4899
|
} | null;
|
|
@@ -4901,8 +4901,8 @@ export declare const cxLogContract: {
|
|
|
4901
4901
|
contactProfile: string | null;
|
|
4902
4902
|
socialProfileUrl: string | null;
|
|
4903
4903
|
tags: {
|
|
4904
|
-
name: string;
|
|
4905
4904
|
id: string;
|
|
4905
|
+
name: string;
|
|
4906
4906
|
createdAt: Date;
|
|
4907
4907
|
updatedAt: Date;
|
|
4908
4908
|
deletedAt: Date | null;
|
|
@@ -4927,8 +4927,8 @@ export declare const cxLogContract: {
|
|
|
4927
4927
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
4928
4928
|
id: string;
|
|
4929
4929
|
metadata: {
|
|
4930
|
-
name: string;
|
|
4931
4930
|
id: string;
|
|
4931
|
+
name: string;
|
|
4932
4932
|
picture?: string | undefined;
|
|
4933
4933
|
additionalCredentials?: any;
|
|
4934
4934
|
};
|
|
@@ -4990,9 +4990,9 @@ export declare const cxLogContract: {
|
|
|
4990
4990
|
extensionName: string;
|
|
4991
4991
|
telephonySignature: string | null;
|
|
4992
4992
|
user?: {
|
|
4993
|
-
name: string;
|
|
4994
4993
|
id: string;
|
|
4995
4994
|
address: string | null;
|
|
4995
|
+
name: string;
|
|
4996
4996
|
email: string;
|
|
4997
4997
|
createdAt: Date;
|
|
4998
4998
|
updatedAt: Date;
|
|
@@ -5060,9 +5060,9 @@ export declare const cxLogContract: {
|
|
|
5060
5060
|
callTo?: {
|
|
5061
5061
|
id: string;
|
|
5062
5062
|
user: {
|
|
5063
|
-
name: string;
|
|
5064
5063
|
id: string;
|
|
5065
5064
|
address: string | null;
|
|
5065
|
+
name: string;
|
|
5066
5066
|
email: string;
|
|
5067
5067
|
createdAt: Date;
|
|
5068
5068
|
updatedAt: Date;
|
|
@@ -5086,9 +5086,9 @@ export declare const cxLogContract: {
|
|
|
5086
5086
|
callFrom?: {
|
|
5087
5087
|
id: string;
|
|
5088
5088
|
user: {
|
|
5089
|
-
name: string;
|
|
5090
5089
|
id: string;
|
|
5091
5090
|
address: string | null;
|
|
5091
|
+
name: string;
|
|
5092
5092
|
email: string;
|
|
5093
5093
|
createdAt: Date;
|
|
5094
5094
|
updatedAt: Date;
|
|
@@ -5114,10 +5114,10 @@ export declare const cxLogContract: {
|
|
|
5114
5114
|
telephonyQueueId: string | null;
|
|
5115
5115
|
contactId: string | null;
|
|
5116
5116
|
contact?: {
|
|
5117
|
-
name: string;
|
|
5118
5117
|
id: string;
|
|
5119
5118
|
channel: string | null;
|
|
5120
5119
|
address: string | null;
|
|
5120
|
+
name: string;
|
|
5121
5121
|
createdAt: Date;
|
|
5122
5122
|
updatedAt: Date;
|
|
5123
5123
|
deletedAt: Date | null;
|
|
@@ -5162,8 +5162,8 @@ export declare const cxLogContract: {
|
|
|
5162
5162
|
createdAt: Date;
|
|
5163
5163
|
updatedAt: Date;
|
|
5164
5164
|
deletedAt: Date | null;
|
|
5165
|
-
name?: string | undefined;
|
|
5166
5165
|
address?: string | null | undefined;
|
|
5166
|
+
name?: string | undefined;
|
|
5167
5167
|
phone?: string | null | undefined;
|
|
5168
5168
|
industry?: string | null | undefined;
|
|
5169
5169
|
} | null;
|
|
@@ -5171,8 +5171,8 @@ export declare const cxLogContract: {
|
|
|
5171
5171
|
contactProfile: string | null;
|
|
5172
5172
|
socialProfileUrl: string | null;
|
|
5173
5173
|
tags: {
|
|
5174
|
-
name: string;
|
|
5175
5174
|
id: string;
|
|
5175
|
+
name: string;
|
|
5176
5176
|
createdAt: Date;
|
|
5177
5177
|
updatedAt: Date;
|
|
5178
5178
|
deletedAt: Date | null;
|
|
@@ -5197,8 +5197,8 @@ export declare const cxLogContract: {
|
|
|
5197
5197
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
5198
5198
|
id: string;
|
|
5199
5199
|
metadata: {
|
|
5200
|
-
name: string;
|
|
5201
5200
|
id: string;
|
|
5201
|
+
name: string;
|
|
5202
5202
|
picture?: string | undefined;
|
|
5203
5203
|
additionalCredentials?: any;
|
|
5204
5204
|
};
|
|
@@ -5260,9 +5260,9 @@ export declare const cxLogContract: {
|
|
|
5260
5260
|
extensionName: string;
|
|
5261
5261
|
telephonySignature: string | null;
|
|
5262
5262
|
user?: {
|
|
5263
|
-
name: string;
|
|
5264
5263
|
id: string;
|
|
5265
5264
|
address: string | null;
|
|
5265
|
+
name: string;
|
|
5266
5266
|
email: string;
|
|
5267
5267
|
createdAt: Date;
|
|
5268
5268
|
updatedAt: Date;
|
|
@@ -5330,14 +5330,14 @@ export declare const cxLogContract: {
|
|
|
5330
5330
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
5331
5331
|
name: z.ZodString;
|
|
5332
5332
|
}, "strip", z.ZodTypeAny, {
|
|
5333
|
-
name: string;
|
|
5334
5333
|
id: string;
|
|
5334
|
+
name: string;
|
|
5335
5335
|
createdAt: Date;
|
|
5336
5336
|
updatedAt: Date;
|
|
5337
5337
|
deletedAt: Date | null;
|
|
5338
5338
|
}, {
|
|
5339
|
-
name: string;
|
|
5340
5339
|
id: string;
|
|
5340
|
+
name: string;
|
|
5341
5341
|
createdAt: Date;
|
|
5342
5342
|
updatedAt: Date;
|
|
5343
5343
|
deletedAt: Date | null;
|
|
@@ -5493,8 +5493,8 @@ export declare const cxLogContract: {
|
|
|
5493
5493
|
createdAt: Date;
|
|
5494
5494
|
updatedAt: Date;
|
|
5495
5495
|
deletedAt: Date | null;
|
|
5496
|
-
name?: string | undefined;
|
|
5497
5496
|
address?: string | null | undefined;
|
|
5497
|
+
name?: string | undefined;
|
|
5498
5498
|
phone?: string | null | undefined;
|
|
5499
5499
|
industry?: string | null | undefined;
|
|
5500
5500
|
}, {
|
|
@@ -5502,8 +5502,8 @@ export declare const cxLogContract: {
|
|
|
5502
5502
|
createdAt: Date;
|
|
5503
5503
|
updatedAt: Date;
|
|
5504
5504
|
deletedAt: Date | null;
|
|
5505
|
-
name?: string | undefined;
|
|
5506
5505
|
address?: string | null | undefined;
|
|
5506
|
+
name?: string | undefined;
|
|
5507
5507
|
phone?: string | null | undefined;
|
|
5508
5508
|
industry?: string | null | undefined;
|
|
5509
5509
|
}>>;
|
|
@@ -5521,13 +5521,13 @@ export declare const cxLogContract: {
|
|
|
5521
5521
|
picture: z.ZodOptional<z.ZodString>;
|
|
5522
5522
|
additionalCredentials: z.ZodAny;
|
|
5523
5523
|
}, "strip", z.ZodTypeAny, {
|
|
5524
|
-
name: string;
|
|
5525
5524
|
id: string;
|
|
5525
|
+
name: string;
|
|
5526
5526
|
picture?: string | undefined;
|
|
5527
5527
|
additionalCredentials?: any;
|
|
5528
5528
|
}, {
|
|
5529
|
-
name: string;
|
|
5530
5529
|
id: string;
|
|
5530
|
+
name: string;
|
|
5531
5531
|
picture?: string | undefined;
|
|
5532
5532
|
additionalCredentials?: any;
|
|
5533
5533
|
}>;
|
|
@@ -5535,8 +5535,8 @@ export declare const cxLogContract: {
|
|
|
5535
5535
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
5536
5536
|
id: string;
|
|
5537
5537
|
metadata: {
|
|
5538
|
-
name: string;
|
|
5539
5538
|
id: string;
|
|
5539
|
+
name: string;
|
|
5540
5540
|
picture?: string | undefined;
|
|
5541
5541
|
additionalCredentials?: any;
|
|
5542
5542
|
};
|
|
@@ -5549,8 +5549,8 @@ export declare const cxLogContract: {
|
|
|
5549
5549
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
5550
5550
|
id: string;
|
|
5551
5551
|
metadata: {
|
|
5552
|
-
name: string;
|
|
5553
5552
|
id: string;
|
|
5553
|
+
name: string;
|
|
5554
5554
|
picture?: string | undefined;
|
|
5555
5555
|
additionalCredentials?: any;
|
|
5556
5556
|
};
|
|
@@ -5860,10 +5860,10 @@ export declare const cxLogContract: {
|
|
|
5860
5860
|
};
|
|
5861
5861
|
}>, "many">>;
|
|
5862
5862
|
}, "strip", z.ZodTypeAny, {
|
|
5863
|
-
name: string;
|
|
5864
5863
|
id: string;
|
|
5865
5864
|
channel: string | null;
|
|
5866
5865
|
address: string | null;
|
|
5866
|
+
name: string;
|
|
5867
5867
|
createdAt: Date;
|
|
5868
5868
|
updatedAt: Date;
|
|
5869
5869
|
deletedAt: Date | null;
|
|
@@ -5908,8 +5908,8 @@ export declare const cxLogContract: {
|
|
|
5908
5908
|
createdAt: Date;
|
|
5909
5909
|
updatedAt: Date;
|
|
5910
5910
|
deletedAt: Date | null;
|
|
5911
|
-
name?: string | undefined;
|
|
5912
5911
|
address?: string | null | undefined;
|
|
5912
|
+
name?: string | undefined;
|
|
5913
5913
|
phone?: string | null | undefined;
|
|
5914
5914
|
industry?: string | null | undefined;
|
|
5915
5915
|
} | null;
|
|
@@ -5917,8 +5917,8 @@ export declare const cxLogContract: {
|
|
|
5917
5917
|
contactProfile: string | null;
|
|
5918
5918
|
socialProfileUrl: string | null;
|
|
5919
5919
|
tags: {
|
|
5920
|
-
name: string;
|
|
5921
5920
|
id: string;
|
|
5921
|
+
name: string;
|
|
5922
5922
|
createdAt: Date;
|
|
5923
5923
|
updatedAt: Date;
|
|
5924
5924
|
deletedAt: Date | null;
|
|
@@ -5943,8 +5943,8 @@ export declare const cxLogContract: {
|
|
|
5943
5943
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
5944
5944
|
id: string;
|
|
5945
5945
|
metadata: {
|
|
5946
|
-
name: string;
|
|
5947
5946
|
id: string;
|
|
5947
|
+
name: string;
|
|
5948
5948
|
picture?: string | undefined;
|
|
5949
5949
|
additionalCredentials?: any;
|
|
5950
5950
|
};
|
|
@@ -5971,10 +5971,10 @@ export declare const cxLogContract: {
|
|
|
5971
5971
|
};
|
|
5972
5972
|
}[] | undefined;
|
|
5973
5973
|
}, {
|
|
5974
|
-
name: string;
|
|
5975
5974
|
id: string;
|
|
5976
5975
|
channel: string | null;
|
|
5977
5976
|
address: string | null;
|
|
5977
|
+
name: string;
|
|
5978
5978
|
createdAt: Date;
|
|
5979
5979
|
updatedAt: Date;
|
|
5980
5980
|
deletedAt: Date | null;
|
|
@@ -6019,8 +6019,8 @@ export declare const cxLogContract: {
|
|
|
6019
6019
|
createdAt: Date;
|
|
6020
6020
|
updatedAt: Date;
|
|
6021
6021
|
deletedAt: Date | null;
|
|
6022
|
-
name?: string | undefined;
|
|
6023
6022
|
address?: string | null | undefined;
|
|
6023
|
+
name?: string | undefined;
|
|
6024
6024
|
phone?: string | null | undefined;
|
|
6025
6025
|
industry?: string | null | undefined;
|
|
6026
6026
|
} | null;
|
|
@@ -6028,8 +6028,8 @@ export declare const cxLogContract: {
|
|
|
6028
6028
|
contactProfile: string | null;
|
|
6029
6029
|
socialProfileUrl: string | null;
|
|
6030
6030
|
tags: {
|
|
6031
|
-
name: string;
|
|
6032
6031
|
id: string;
|
|
6032
|
+
name: string;
|
|
6033
6033
|
createdAt: Date;
|
|
6034
6034
|
updatedAt: Date;
|
|
6035
6035
|
deletedAt: Date | null;
|
|
@@ -6054,8 +6054,8 @@ export declare const cxLogContract: {
|
|
|
6054
6054
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
6055
6055
|
id: string;
|
|
6056
6056
|
metadata: {
|
|
6057
|
-
name: string;
|
|
6058
6057
|
id: string;
|
|
6058
|
+
name: string;
|
|
6059
6059
|
picture?: string | undefined;
|
|
6060
6060
|
additionalCredentials?: any;
|
|
6061
6061
|
};
|
|
@@ -6200,9 +6200,9 @@ export declare const cxLogContract: {
|
|
|
6200
6200
|
telephonySignature: string | null;
|
|
6201
6201
|
}>;
|
|
6202
6202
|
}, "strip", z.ZodTypeAny, {
|
|
6203
|
-
name: string;
|
|
6204
6203
|
id: string;
|
|
6205
6204
|
address: string | null;
|
|
6205
|
+
name: string;
|
|
6206
6206
|
email: string;
|
|
6207
6207
|
createdAt: Date;
|
|
6208
6208
|
updatedAt: Date;
|
|
@@ -6243,9 +6243,9 @@ export declare const cxLogContract: {
|
|
|
6243
6243
|
telephonySignature: string | null;
|
|
6244
6244
|
};
|
|
6245
6245
|
}, {
|
|
6246
|
-
name: string;
|
|
6247
6246
|
id: string;
|
|
6248
6247
|
address: string | null;
|
|
6248
|
+
name: string;
|
|
6249
6249
|
email: string;
|
|
6250
6250
|
createdAt: Date;
|
|
6251
6251
|
updatedAt: Date;
|
|
@@ -6404,9 +6404,9 @@ export declare const cxLogContract: {
|
|
|
6404
6404
|
telephonySignature: string | null;
|
|
6405
6405
|
}>;
|
|
6406
6406
|
}, "strip", z.ZodTypeAny, {
|
|
6407
|
-
name: string;
|
|
6408
6407
|
id: string;
|
|
6409
6408
|
address: string | null;
|
|
6409
|
+
name: string;
|
|
6410
6410
|
email: string;
|
|
6411
6411
|
createdAt: Date;
|
|
6412
6412
|
updatedAt: Date;
|
|
@@ -6447,9 +6447,9 @@ export declare const cxLogContract: {
|
|
|
6447
6447
|
telephonySignature: string | null;
|
|
6448
6448
|
};
|
|
6449
6449
|
}, {
|
|
6450
|
-
name: string;
|
|
6451
6450
|
id: string;
|
|
6452
6451
|
address: string | null;
|
|
6452
|
+
name: string;
|
|
6453
6453
|
email: string;
|
|
6454
6454
|
createdAt: Date;
|
|
6455
6455
|
updatedAt: Date;
|
|
@@ -6608,9 +6608,9 @@ export declare const cxLogContract: {
|
|
|
6608
6608
|
telephonySignature: string | null;
|
|
6609
6609
|
}>;
|
|
6610
6610
|
}, "strip", z.ZodTypeAny, {
|
|
6611
|
-
name: string;
|
|
6612
6611
|
id: string;
|
|
6613
6612
|
address: string | null;
|
|
6613
|
+
name: string;
|
|
6614
6614
|
email: string;
|
|
6615
6615
|
createdAt: Date;
|
|
6616
6616
|
updatedAt: Date;
|
|
@@ -6651,9 +6651,9 @@ export declare const cxLogContract: {
|
|
|
6651
6651
|
telephonySignature: string | null;
|
|
6652
6652
|
};
|
|
6653
6653
|
}, {
|
|
6654
|
-
name: string;
|
|
6655
6654
|
id: string;
|
|
6656
6655
|
address: string | null;
|
|
6656
|
+
name: string;
|
|
6657
6657
|
email: string;
|
|
6658
6658
|
createdAt: Date;
|
|
6659
6659
|
updatedAt: Date;
|
|
@@ -6695,6 +6695,34 @@ export declare const cxLogContract: {
|
|
|
6695
6695
|
};
|
|
6696
6696
|
}>>;
|
|
6697
6697
|
contactLabel: z.ZodArray<z.ZodString, "many">;
|
|
6698
|
+
cxIntelligence: z.ZodObject<{
|
|
6699
|
+
id: z.ZodString;
|
|
6700
|
+
intelligenceType: z.ZodString;
|
|
6701
|
+
provider: z.ZodString;
|
|
6702
|
+
cxLogId: z.ZodString;
|
|
6703
|
+
transcript: z.ZodString;
|
|
6704
|
+
summary: z.ZodString;
|
|
6705
|
+
usage: z.ZodNumber;
|
|
6706
|
+
usageUnit: z.ZodString;
|
|
6707
|
+
}, "strip", z.ZodTypeAny, {
|
|
6708
|
+
id: string;
|
|
6709
|
+
summary: string;
|
|
6710
|
+
cxLogId: string;
|
|
6711
|
+
intelligenceType: string;
|
|
6712
|
+
provider: string;
|
|
6713
|
+
transcript: string;
|
|
6714
|
+
usage: number;
|
|
6715
|
+
usageUnit: string;
|
|
6716
|
+
}, {
|
|
6717
|
+
id: string;
|
|
6718
|
+
summary: string;
|
|
6719
|
+
cxLogId: string;
|
|
6720
|
+
intelligenceType: string;
|
|
6721
|
+
provider: string;
|
|
6722
|
+
transcript: string;
|
|
6723
|
+
usage: number;
|
|
6724
|
+
usageUnit: string;
|
|
6725
|
+
}>;
|
|
6698
6726
|
}, "strip", z.ZodTypeAny, {
|
|
6699
6727
|
id: string;
|
|
6700
6728
|
channel: string | null;
|
|
@@ -6704,10 +6732,10 @@ export declare const cxLogContract: {
|
|
|
6704
6732
|
deletedAt: Date | null;
|
|
6705
6733
|
entityId: string;
|
|
6706
6734
|
contact: {
|
|
6707
|
-
name: string;
|
|
6708
6735
|
id: string;
|
|
6709
6736
|
channel: string | null;
|
|
6710
6737
|
address: string | null;
|
|
6738
|
+
name: string;
|
|
6711
6739
|
createdAt: Date;
|
|
6712
6740
|
updatedAt: Date;
|
|
6713
6741
|
deletedAt: Date | null;
|
|
@@ -6752,8 +6780,8 @@ export declare const cxLogContract: {
|
|
|
6752
6780
|
createdAt: Date;
|
|
6753
6781
|
updatedAt: Date;
|
|
6754
6782
|
deletedAt: Date | null;
|
|
6755
|
-
name?: string | undefined;
|
|
6756
6783
|
address?: string | null | undefined;
|
|
6784
|
+
name?: string | undefined;
|
|
6757
6785
|
phone?: string | null | undefined;
|
|
6758
6786
|
industry?: string | null | undefined;
|
|
6759
6787
|
} | null;
|
|
@@ -6761,8 +6789,8 @@ export declare const cxLogContract: {
|
|
|
6761
6789
|
contactProfile: string | null;
|
|
6762
6790
|
socialProfileUrl: string | null;
|
|
6763
6791
|
tags: {
|
|
6764
|
-
name: string;
|
|
6765
6792
|
id: string;
|
|
6793
|
+
name: string;
|
|
6766
6794
|
createdAt: Date;
|
|
6767
6795
|
updatedAt: Date;
|
|
6768
6796
|
deletedAt: Date | null;
|
|
@@ -6787,8 +6815,8 @@ export declare const cxLogContract: {
|
|
|
6787
6815
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
6788
6816
|
id: string;
|
|
6789
6817
|
metadata: {
|
|
6790
|
-
name: string;
|
|
6791
6818
|
id: string;
|
|
6819
|
+
name: string;
|
|
6792
6820
|
picture?: string | undefined;
|
|
6793
6821
|
additionalCredentials?: any;
|
|
6794
6822
|
};
|
|
@@ -6854,8 +6882,8 @@ export declare const cxLogContract: {
|
|
|
6854
6882
|
}[];
|
|
6855
6883
|
}[];
|
|
6856
6884
|
tags: {
|
|
6857
|
-
name: string;
|
|
6858
6885
|
id: string;
|
|
6886
|
+
name: string;
|
|
6859
6887
|
createdAt: Date;
|
|
6860
6888
|
updatedAt: Date;
|
|
6861
6889
|
deletedAt: Date | null;
|
|
@@ -6894,12 +6922,12 @@ export declare const cxLogContract: {
|
|
|
6894
6922
|
room: {
|
|
6895
6923
|
id: string;
|
|
6896
6924
|
channel: {
|
|
6897
|
-
name: string;
|
|
6898
6925
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
6899
6926
|
id: string;
|
|
6927
|
+
name: string;
|
|
6900
6928
|
metadata: {
|
|
6901
|
-
name: string;
|
|
6902
6929
|
id: string;
|
|
6930
|
+
name: string;
|
|
6903
6931
|
accessToken?: string | undefined;
|
|
6904
6932
|
channelSecret?: string | undefined;
|
|
6905
6933
|
additionalCredentials?: any;
|
|
@@ -6929,9 +6957,9 @@ export declare const cxLogContract: {
|
|
|
6929
6957
|
updatedAt: Date;
|
|
6930
6958
|
deletedAt: Date | null;
|
|
6931
6959
|
actor: {
|
|
6932
|
-
name: string;
|
|
6933
6960
|
id: string;
|
|
6934
6961
|
address: string | null;
|
|
6962
|
+
name: string;
|
|
6935
6963
|
email: string;
|
|
6936
6964
|
createdAt: Date;
|
|
6937
6965
|
updatedAt: Date;
|
|
@@ -6978,8 +7006,8 @@ export declare const cxLogContract: {
|
|
|
6978
7006
|
connectedUserName: string;
|
|
6979
7007
|
connectedUserId: string;
|
|
6980
7008
|
botpressBot: {
|
|
6981
|
-
name: string;
|
|
6982
7009
|
id: string;
|
|
7010
|
+
name: string;
|
|
6983
7011
|
accessToken: string;
|
|
6984
7012
|
botId: string;
|
|
6985
7013
|
integrationId: string;
|
|
@@ -6990,9 +7018,9 @@ export declare const cxLogContract: {
|
|
|
6990
7018
|
updatedAt: Date;
|
|
6991
7019
|
deletedAt: Date | null;
|
|
6992
7020
|
actor: {
|
|
6993
|
-
name: string;
|
|
6994
7021
|
id: string;
|
|
6995
7022
|
address: string | null;
|
|
7023
|
+
name: string;
|
|
6996
7024
|
email: string;
|
|
6997
7025
|
createdAt: Date;
|
|
6998
7026
|
updatedAt: Date;
|
|
@@ -7044,8 +7072,8 @@ export declare const cxLogContract: {
|
|
|
7044
7072
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
7045
7073
|
id: string;
|
|
7046
7074
|
metadata: {
|
|
7047
|
-
name: string;
|
|
7048
7075
|
id: string;
|
|
7076
|
+
name: string;
|
|
7049
7077
|
picture?: string | undefined;
|
|
7050
7078
|
additionalCredentials?: any;
|
|
7051
7079
|
};
|
|
@@ -7053,10 +7081,10 @@ export declare const cxLogContract: {
|
|
|
7053
7081
|
updatedAt: Date;
|
|
7054
7082
|
deletedAt: Date | null;
|
|
7055
7083
|
contact: {
|
|
7056
|
-
name: string;
|
|
7057
7084
|
id: string;
|
|
7058
7085
|
channel: string | null;
|
|
7059
7086
|
address: string | null;
|
|
7087
|
+
name: string;
|
|
7060
7088
|
createdAt: Date;
|
|
7061
7089
|
updatedAt: Date;
|
|
7062
7090
|
deletedAt: Date | null;
|
|
@@ -7101,8 +7129,8 @@ export declare const cxLogContract: {
|
|
|
7101
7129
|
createdAt: Date;
|
|
7102
7130
|
updatedAt: Date;
|
|
7103
7131
|
deletedAt: Date | null;
|
|
7104
|
-
name?: string | undefined;
|
|
7105
7132
|
address?: string | null | undefined;
|
|
7133
|
+
name?: string | undefined;
|
|
7106
7134
|
phone?: string | null | undefined;
|
|
7107
7135
|
industry?: string | null | undefined;
|
|
7108
7136
|
} | null;
|
|
@@ -7110,8 +7138,8 @@ export declare const cxLogContract: {
|
|
|
7110
7138
|
contactProfile: string | null;
|
|
7111
7139
|
socialProfileUrl: string | null;
|
|
7112
7140
|
tags: {
|
|
7113
|
-
name: string;
|
|
7114
7141
|
id: string;
|
|
7142
|
+
name: string;
|
|
7115
7143
|
createdAt: Date;
|
|
7116
7144
|
updatedAt: Date;
|
|
7117
7145
|
deletedAt: Date | null;
|
|
@@ -7136,8 +7164,8 @@ export declare const cxLogContract: {
|
|
|
7136
7164
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
7137
7165
|
id: string;
|
|
7138
7166
|
metadata: {
|
|
7139
|
-
name: string;
|
|
7140
7167
|
id: string;
|
|
7168
|
+
name: string;
|
|
7141
7169
|
picture?: string | undefined;
|
|
7142
7170
|
additionalCredentials?: any;
|
|
7143
7171
|
};
|
|
@@ -7168,9 +7196,9 @@ export declare const cxLogContract: {
|
|
|
7168
7196
|
socialPlatformId: string;
|
|
7169
7197
|
};
|
|
7170
7198
|
assignee: {
|
|
7171
|
-
name: string;
|
|
7172
7199
|
id: string;
|
|
7173
7200
|
address: string | null;
|
|
7201
|
+
name: string;
|
|
7174
7202
|
email: string;
|
|
7175
7203
|
createdAt: Date;
|
|
7176
7204
|
updatedAt: Date;
|
|
@@ -7238,9 +7266,9 @@ export declare const cxLogContract: {
|
|
|
7238
7266
|
callTo?: {
|
|
7239
7267
|
id: string;
|
|
7240
7268
|
user: {
|
|
7241
|
-
name: string;
|
|
7242
7269
|
id: string;
|
|
7243
7270
|
address: string | null;
|
|
7271
|
+
name: string;
|
|
7244
7272
|
email: string;
|
|
7245
7273
|
createdAt: Date;
|
|
7246
7274
|
updatedAt: Date;
|
|
@@ -7264,9 +7292,9 @@ export declare const cxLogContract: {
|
|
|
7264
7292
|
callFrom?: {
|
|
7265
7293
|
id: string;
|
|
7266
7294
|
user: {
|
|
7267
|
-
name: string;
|
|
7268
7295
|
id: string;
|
|
7269
7296
|
address: string | null;
|
|
7297
|
+
name: string;
|
|
7270
7298
|
email: string;
|
|
7271
7299
|
createdAt: Date;
|
|
7272
7300
|
updatedAt: Date;
|
|
@@ -7292,10 +7320,10 @@ export declare const cxLogContract: {
|
|
|
7292
7320
|
telephonyQueueId: string | null;
|
|
7293
7321
|
contactId: string | null;
|
|
7294
7322
|
contact?: {
|
|
7295
|
-
name: string;
|
|
7296
7323
|
id: string;
|
|
7297
7324
|
channel: string | null;
|
|
7298
7325
|
address: string | null;
|
|
7326
|
+
name: string;
|
|
7299
7327
|
createdAt: Date;
|
|
7300
7328
|
updatedAt: Date;
|
|
7301
7329
|
deletedAt: Date | null;
|
|
@@ -7340,8 +7368,8 @@ export declare const cxLogContract: {
|
|
|
7340
7368
|
createdAt: Date;
|
|
7341
7369
|
updatedAt: Date;
|
|
7342
7370
|
deletedAt: Date | null;
|
|
7343
|
-
name?: string | undefined;
|
|
7344
7371
|
address?: string | null | undefined;
|
|
7372
|
+
name?: string | undefined;
|
|
7345
7373
|
phone?: string | null | undefined;
|
|
7346
7374
|
industry?: string | null | undefined;
|
|
7347
7375
|
} | null;
|
|
@@ -7349,8 +7377,8 @@ export declare const cxLogContract: {
|
|
|
7349
7377
|
contactProfile: string | null;
|
|
7350
7378
|
socialProfileUrl: string | null;
|
|
7351
7379
|
tags: {
|
|
7352
|
-
name: string;
|
|
7353
7380
|
id: string;
|
|
7381
|
+
name: string;
|
|
7354
7382
|
createdAt: Date;
|
|
7355
7383
|
updatedAt: Date;
|
|
7356
7384
|
deletedAt: Date | null;
|
|
@@ -7375,8 +7403,8 @@ export declare const cxLogContract: {
|
|
|
7375
7403
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
7376
7404
|
id: string;
|
|
7377
7405
|
metadata: {
|
|
7378
|
-
name: string;
|
|
7379
7406
|
id: string;
|
|
7407
|
+
name: string;
|
|
7380
7408
|
picture?: string | undefined;
|
|
7381
7409
|
additionalCredentials?: any;
|
|
7382
7410
|
};
|
|
@@ -7438,9 +7466,9 @@ export declare const cxLogContract: {
|
|
|
7438
7466
|
extensionName: string;
|
|
7439
7467
|
telephonySignature: string | null;
|
|
7440
7468
|
user?: {
|
|
7441
|
-
name: string;
|
|
7442
7469
|
id: string;
|
|
7443
7470
|
address: string | null;
|
|
7471
|
+
name: string;
|
|
7444
7472
|
email: string;
|
|
7445
7473
|
createdAt: Date;
|
|
7446
7474
|
updatedAt: Date;
|
|
@@ -7487,9 +7515,9 @@ export declare const cxLogContract: {
|
|
|
7487
7515
|
queueName?: string | null | undefined;
|
|
7488
7516
|
} | null;
|
|
7489
7517
|
firstAssignee: {
|
|
7490
|
-
name: string;
|
|
7491
7518
|
id: string;
|
|
7492
7519
|
address: string | null;
|
|
7520
|
+
name: string;
|
|
7493
7521
|
email: string;
|
|
7494
7522
|
createdAt: Date;
|
|
7495
7523
|
updatedAt: Date;
|
|
@@ -7531,9 +7559,9 @@ export declare const cxLogContract: {
|
|
|
7531
7559
|
};
|
|
7532
7560
|
} | null;
|
|
7533
7561
|
agent: {
|
|
7534
|
-
name: string;
|
|
7535
7562
|
id: string;
|
|
7536
7563
|
address: string | null;
|
|
7564
|
+
name: string;
|
|
7537
7565
|
email: string;
|
|
7538
7566
|
createdAt: Date;
|
|
7539
7567
|
updatedAt: Date;
|
|
@@ -7575,9 +7603,9 @@ export declare const cxLogContract: {
|
|
|
7575
7603
|
};
|
|
7576
7604
|
} | null;
|
|
7577
7605
|
closedAssignee: {
|
|
7578
|
-
name: string;
|
|
7579
7606
|
id: string;
|
|
7580
7607
|
address: string | null;
|
|
7608
|
+
name: string;
|
|
7581
7609
|
email: string;
|
|
7582
7610
|
createdAt: Date;
|
|
7583
7611
|
updatedAt: Date;
|
|
@@ -7619,6 +7647,16 @@ export declare const cxLogContract: {
|
|
|
7619
7647
|
};
|
|
7620
7648
|
} | null;
|
|
7621
7649
|
contactLabel: string[];
|
|
7650
|
+
cxIntelligence: {
|
|
7651
|
+
id: string;
|
|
7652
|
+
summary: string;
|
|
7653
|
+
cxLogId: string;
|
|
7654
|
+
intelligenceType: string;
|
|
7655
|
+
provider: string;
|
|
7656
|
+
transcript: string;
|
|
7657
|
+
usage: number;
|
|
7658
|
+
usageUnit: string;
|
|
7659
|
+
};
|
|
7622
7660
|
}, {
|
|
7623
7661
|
id: string;
|
|
7624
7662
|
channel: string | null;
|
|
@@ -7628,10 +7666,10 @@ export declare const cxLogContract: {
|
|
|
7628
7666
|
deletedAt: Date | null;
|
|
7629
7667
|
entityId: string;
|
|
7630
7668
|
contact: {
|
|
7631
|
-
name: string;
|
|
7632
7669
|
id: string;
|
|
7633
7670
|
channel: string | null;
|
|
7634
7671
|
address: string | null;
|
|
7672
|
+
name: string;
|
|
7635
7673
|
createdAt: Date;
|
|
7636
7674
|
updatedAt: Date;
|
|
7637
7675
|
deletedAt: Date | null;
|
|
@@ -7676,8 +7714,8 @@ export declare const cxLogContract: {
|
|
|
7676
7714
|
createdAt: Date;
|
|
7677
7715
|
updatedAt: Date;
|
|
7678
7716
|
deletedAt: Date | null;
|
|
7679
|
-
name?: string | undefined;
|
|
7680
7717
|
address?: string | null | undefined;
|
|
7718
|
+
name?: string | undefined;
|
|
7681
7719
|
phone?: string | null | undefined;
|
|
7682
7720
|
industry?: string | null | undefined;
|
|
7683
7721
|
} | null;
|
|
@@ -7685,8 +7723,8 @@ export declare const cxLogContract: {
|
|
|
7685
7723
|
contactProfile: string | null;
|
|
7686
7724
|
socialProfileUrl: string | null;
|
|
7687
7725
|
tags: {
|
|
7688
|
-
name: string;
|
|
7689
7726
|
id: string;
|
|
7727
|
+
name: string;
|
|
7690
7728
|
createdAt: Date;
|
|
7691
7729
|
updatedAt: Date;
|
|
7692
7730
|
deletedAt: Date | null;
|
|
@@ -7711,8 +7749,8 @@ export declare const cxLogContract: {
|
|
|
7711
7749
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
7712
7750
|
id: string;
|
|
7713
7751
|
metadata: {
|
|
7714
|
-
name: string;
|
|
7715
7752
|
id: string;
|
|
7753
|
+
name: string;
|
|
7716
7754
|
picture?: string | undefined;
|
|
7717
7755
|
additionalCredentials?: any;
|
|
7718
7756
|
};
|
|
@@ -7778,8 +7816,8 @@ export declare const cxLogContract: {
|
|
|
7778
7816
|
}[];
|
|
7779
7817
|
}[];
|
|
7780
7818
|
tags: {
|
|
7781
|
-
name: string;
|
|
7782
7819
|
id: string;
|
|
7820
|
+
name: string;
|
|
7783
7821
|
createdAt: Date;
|
|
7784
7822
|
updatedAt: Date;
|
|
7785
7823
|
deletedAt: Date | null;
|
|
@@ -7818,12 +7856,12 @@ export declare const cxLogContract: {
|
|
|
7818
7856
|
room: {
|
|
7819
7857
|
id: string;
|
|
7820
7858
|
channel: {
|
|
7821
|
-
name: string;
|
|
7822
7859
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
7823
7860
|
id: string;
|
|
7861
|
+
name: string;
|
|
7824
7862
|
metadata: {
|
|
7825
|
-
name: string;
|
|
7826
7863
|
id: string;
|
|
7864
|
+
name: string;
|
|
7827
7865
|
accessToken?: string | undefined;
|
|
7828
7866
|
channelSecret?: string | undefined;
|
|
7829
7867
|
additionalCredentials?: any;
|
|
@@ -7853,9 +7891,9 @@ export declare const cxLogContract: {
|
|
|
7853
7891
|
updatedAt: Date;
|
|
7854
7892
|
deletedAt: Date | null;
|
|
7855
7893
|
actor: {
|
|
7856
|
-
name: string;
|
|
7857
7894
|
id: string;
|
|
7858
7895
|
address: string | null;
|
|
7896
|
+
name: string;
|
|
7859
7897
|
email: string;
|
|
7860
7898
|
createdAt: Date;
|
|
7861
7899
|
updatedAt: Date;
|
|
@@ -7902,8 +7940,8 @@ export declare const cxLogContract: {
|
|
|
7902
7940
|
connectedUserName: string;
|
|
7903
7941
|
connectedUserId: string;
|
|
7904
7942
|
botpressBot: {
|
|
7905
|
-
name: string;
|
|
7906
7943
|
id: string;
|
|
7944
|
+
name: string;
|
|
7907
7945
|
accessToken: string;
|
|
7908
7946
|
botId: string;
|
|
7909
7947
|
integrationId: string;
|
|
@@ -7914,9 +7952,9 @@ export declare const cxLogContract: {
|
|
|
7914
7952
|
updatedAt: Date;
|
|
7915
7953
|
deletedAt: Date | null;
|
|
7916
7954
|
actor: {
|
|
7917
|
-
name: string;
|
|
7918
7955
|
id: string;
|
|
7919
7956
|
address: string | null;
|
|
7957
|
+
name: string;
|
|
7920
7958
|
email: string;
|
|
7921
7959
|
createdAt: Date;
|
|
7922
7960
|
updatedAt: Date;
|
|
@@ -7968,8 +8006,8 @@ export declare const cxLogContract: {
|
|
|
7968
8006
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
7969
8007
|
id: string;
|
|
7970
8008
|
metadata: {
|
|
7971
|
-
name: string;
|
|
7972
8009
|
id: string;
|
|
8010
|
+
name: string;
|
|
7973
8011
|
picture?: string | undefined;
|
|
7974
8012
|
additionalCredentials?: any;
|
|
7975
8013
|
};
|
|
@@ -7977,10 +8015,10 @@ export declare const cxLogContract: {
|
|
|
7977
8015
|
updatedAt: Date;
|
|
7978
8016
|
deletedAt: Date | null;
|
|
7979
8017
|
contact: {
|
|
7980
|
-
name: string;
|
|
7981
8018
|
id: string;
|
|
7982
8019
|
channel: string | null;
|
|
7983
8020
|
address: string | null;
|
|
8021
|
+
name: string;
|
|
7984
8022
|
createdAt: Date;
|
|
7985
8023
|
updatedAt: Date;
|
|
7986
8024
|
deletedAt: Date | null;
|
|
@@ -8025,8 +8063,8 @@ export declare const cxLogContract: {
|
|
|
8025
8063
|
createdAt: Date;
|
|
8026
8064
|
updatedAt: Date;
|
|
8027
8065
|
deletedAt: Date | null;
|
|
8028
|
-
name?: string | undefined;
|
|
8029
8066
|
address?: string | null | undefined;
|
|
8067
|
+
name?: string | undefined;
|
|
8030
8068
|
phone?: string | null | undefined;
|
|
8031
8069
|
industry?: string | null | undefined;
|
|
8032
8070
|
} | null;
|
|
@@ -8034,8 +8072,8 @@ export declare const cxLogContract: {
|
|
|
8034
8072
|
contactProfile: string | null;
|
|
8035
8073
|
socialProfileUrl: string | null;
|
|
8036
8074
|
tags: {
|
|
8037
|
-
name: string;
|
|
8038
8075
|
id: string;
|
|
8076
|
+
name: string;
|
|
8039
8077
|
createdAt: Date;
|
|
8040
8078
|
updatedAt: Date;
|
|
8041
8079
|
deletedAt: Date | null;
|
|
@@ -8060,8 +8098,8 @@ export declare const cxLogContract: {
|
|
|
8060
8098
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
8061
8099
|
id: string;
|
|
8062
8100
|
metadata: {
|
|
8063
|
-
name: string;
|
|
8064
8101
|
id: string;
|
|
8102
|
+
name: string;
|
|
8065
8103
|
picture?: string | undefined;
|
|
8066
8104
|
additionalCredentials?: any;
|
|
8067
8105
|
};
|
|
@@ -8092,9 +8130,9 @@ export declare const cxLogContract: {
|
|
|
8092
8130
|
socialPlatformId: string;
|
|
8093
8131
|
};
|
|
8094
8132
|
assignee: {
|
|
8095
|
-
name: string;
|
|
8096
8133
|
id: string;
|
|
8097
8134
|
address: string | null;
|
|
8135
|
+
name: string;
|
|
8098
8136
|
email: string;
|
|
8099
8137
|
createdAt: Date;
|
|
8100
8138
|
updatedAt: Date;
|
|
@@ -8162,9 +8200,9 @@ export declare const cxLogContract: {
|
|
|
8162
8200
|
callTo?: {
|
|
8163
8201
|
id: string;
|
|
8164
8202
|
user: {
|
|
8165
|
-
name: string;
|
|
8166
8203
|
id: string;
|
|
8167
8204
|
address: string | null;
|
|
8205
|
+
name: string;
|
|
8168
8206
|
email: string;
|
|
8169
8207
|
createdAt: Date;
|
|
8170
8208
|
updatedAt: Date;
|
|
@@ -8188,9 +8226,9 @@ export declare const cxLogContract: {
|
|
|
8188
8226
|
callFrom?: {
|
|
8189
8227
|
id: string;
|
|
8190
8228
|
user: {
|
|
8191
|
-
name: string;
|
|
8192
8229
|
id: string;
|
|
8193
8230
|
address: string | null;
|
|
8231
|
+
name: string;
|
|
8194
8232
|
email: string;
|
|
8195
8233
|
createdAt: Date;
|
|
8196
8234
|
updatedAt: Date;
|
|
@@ -8216,10 +8254,10 @@ export declare const cxLogContract: {
|
|
|
8216
8254
|
telephonyQueueId: string | null;
|
|
8217
8255
|
contactId: string | null;
|
|
8218
8256
|
contact?: {
|
|
8219
|
-
name: string;
|
|
8220
8257
|
id: string;
|
|
8221
8258
|
channel: string | null;
|
|
8222
8259
|
address: string | null;
|
|
8260
|
+
name: string;
|
|
8223
8261
|
createdAt: Date;
|
|
8224
8262
|
updatedAt: Date;
|
|
8225
8263
|
deletedAt: Date | null;
|
|
@@ -8264,8 +8302,8 @@ export declare const cxLogContract: {
|
|
|
8264
8302
|
createdAt: Date;
|
|
8265
8303
|
updatedAt: Date;
|
|
8266
8304
|
deletedAt: Date | null;
|
|
8267
|
-
name?: string | undefined;
|
|
8268
8305
|
address?: string | null | undefined;
|
|
8306
|
+
name?: string | undefined;
|
|
8269
8307
|
phone?: string | null | undefined;
|
|
8270
8308
|
industry?: string | null | undefined;
|
|
8271
8309
|
} | null;
|
|
@@ -8273,8 +8311,8 @@ export declare const cxLogContract: {
|
|
|
8273
8311
|
contactProfile: string | null;
|
|
8274
8312
|
socialProfileUrl: string | null;
|
|
8275
8313
|
tags: {
|
|
8276
|
-
name: string;
|
|
8277
8314
|
id: string;
|
|
8315
|
+
name: string;
|
|
8278
8316
|
createdAt: Date;
|
|
8279
8317
|
updatedAt: Date;
|
|
8280
8318
|
deletedAt: Date | null;
|
|
@@ -8299,8 +8337,8 @@ export declare const cxLogContract: {
|
|
|
8299
8337
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
8300
8338
|
id: string;
|
|
8301
8339
|
metadata: {
|
|
8302
|
-
name: string;
|
|
8303
8340
|
id: string;
|
|
8341
|
+
name: string;
|
|
8304
8342
|
picture?: string | undefined;
|
|
8305
8343
|
additionalCredentials?: any;
|
|
8306
8344
|
};
|
|
@@ -8362,9 +8400,9 @@ export declare const cxLogContract: {
|
|
|
8362
8400
|
extensionName: string;
|
|
8363
8401
|
telephonySignature: string | null;
|
|
8364
8402
|
user?: {
|
|
8365
|
-
name: string;
|
|
8366
8403
|
id: string;
|
|
8367
8404
|
address: string | null;
|
|
8405
|
+
name: string;
|
|
8368
8406
|
email: string;
|
|
8369
8407
|
createdAt: Date;
|
|
8370
8408
|
updatedAt: Date;
|
|
@@ -8411,9 +8449,9 @@ export declare const cxLogContract: {
|
|
|
8411
8449
|
queueName?: string | null | undefined;
|
|
8412
8450
|
} | null;
|
|
8413
8451
|
firstAssignee: {
|
|
8414
|
-
name: string;
|
|
8415
8452
|
id: string;
|
|
8416
8453
|
address: string | null;
|
|
8454
|
+
name: string;
|
|
8417
8455
|
email: string;
|
|
8418
8456
|
createdAt: Date;
|
|
8419
8457
|
updatedAt: Date;
|
|
@@ -8455,9 +8493,9 @@ export declare const cxLogContract: {
|
|
|
8455
8493
|
};
|
|
8456
8494
|
} | null;
|
|
8457
8495
|
agent: {
|
|
8458
|
-
name: string;
|
|
8459
8496
|
id: string;
|
|
8460
8497
|
address: string | null;
|
|
8498
|
+
name: string;
|
|
8461
8499
|
email: string;
|
|
8462
8500
|
createdAt: Date;
|
|
8463
8501
|
updatedAt: Date;
|
|
@@ -8499,9 +8537,9 @@ export declare const cxLogContract: {
|
|
|
8499
8537
|
};
|
|
8500
8538
|
} | null;
|
|
8501
8539
|
closedAssignee: {
|
|
8502
|
-
name: string;
|
|
8503
8540
|
id: string;
|
|
8504
8541
|
address: string | null;
|
|
8542
|
+
name: string;
|
|
8505
8543
|
email: string;
|
|
8506
8544
|
createdAt: Date;
|
|
8507
8545
|
updatedAt: Date;
|
|
@@ -8543,6 +8581,16 @@ export declare const cxLogContract: {
|
|
|
8543
8581
|
};
|
|
8544
8582
|
} | null;
|
|
8545
8583
|
contactLabel: string[];
|
|
8584
|
+
cxIntelligence: {
|
|
8585
|
+
id: string;
|
|
8586
|
+
summary: string;
|
|
8587
|
+
cxLogId: string;
|
|
8588
|
+
intelligenceType: string;
|
|
8589
|
+
provider: string;
|
|
8590
|
+
transcript: string;
|
|
8591
|
+
usage: number;
|
|
8592
|
+
usageUnit: string;
|
|
8593
|
+
};
|
|
8546
8594
|
}>, "many">;
|
|
8547
8595
|
}, "strip", z.ZodTypeAny, {
|
|
8548
8596
|
total: number;
|
|
@@ -8558,10 +8606,10 @@ export declare const cxLogContract: {
|
|
|
8558
8606
|
deletedAt: Date | null;
|
|
8559
8607
|
entityId: string;
|
|
8560
8608
|
contact: {
|
|
8561
|
-
name: string;
|
|
8562
8609
|
id: string;
|
|
8563
8610
|
channel: string | null;
|
|
8564
8611
|
address: string | null;
|
|
8612
|
+
name: string;
|
|
8565
8613
|
createdAt: Date;
|
|
8566
8614
|
updatedAt: Date;
|
|
8567
8615
|
deletedAt: Date | null;
|
|
@@ -8606,8 +8654,8 @@ export declare const cxLogContract: {
|
|
|
8606
8654
|
createdAt: Date;
|
|
8607
8655
|
updatedAt: Date;
|
|
8608
8656
|
deletedAt: Date | null;
|
|
8609
|
-
name?: string | undefined;
|
|
8610
8657
|
address?: string | null | undefined;
|
|
8658
|
+
name?: string | undefined;
|
|
8611
8659
|
phone?: string | null | undefined;
|
|
8612
8660
|
industry?: string | null | undefined;
|
|
8613
8661
|
} | null;
|
|
@@ -8615,8 +8663,8 @@ export declare const cxLogContract: {
|
|
|
8615
8663
|
contactProfile: string | null;
|
|
8616
8664
|
socialProfileUrl: string | null;
|
|
8617
8665
|
tags: {
|
|
8618
|
-
name: string;
|
|
8619
8666
|
id: string;
|
|
8667
|
+
name: string;
|
|
8620
8668
|
createdAt: Date;
|
|
8621
8669
|
updatedAt: Date;
|
|
8622
8670
|
deletedAt: Date | null;
|
|
@@ -8641,8 +8689,8 @@ export declare const cxLogContract: {
|
|
|
8641
8689
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
8642
8690
|
id: string;
|
|
8643
8691
|
metadata: {
|
|
8644
|
-
name: string;
|
|
8645
8692
|
id: string;
|
|
8693
|
+
name: string;
|
|
8646
8694
|
picture?: string | undefined;
|
|
8647
8695
|
additionalCredentials?: any;
|
|
8648
8696
|
};
|
|
@@ -8708,8 +8756,8 @@ export declare const cxLogContract: {
|
|
|
8708
8756
|
}[];
|
|
8709
8757
|
}[];
|
|
8710
8758
|
tags: {
|
|
8711
|
-
name: string;
|
|
8712
8759
|
id: string;
|
|
8760
|
+
name: string;
|
|
8713
8761
|
createdAt: Date;
|
|
8714
8762
|
updatedAt: Date;
|
|
8715
8763
|
deletedAt: Date | null;
|
|
@@ -8748,12 +8796,12 @@ export declare const cxLogContract: {
|
|
|
8748
8796
|
room: {
|
|
8749
8797
|
id: string;
|
|
8750
8798
|
channel: {
|
|
8751
|
-
name: string;
|
|
8752
8799
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
8753
8800
|
id: string;
|
|
8801
|
+
name: string;
|
|
8754
8802
|
metadata: {
|
|
8755
|
-
name: string;
|
|
8756
8803
|
id: string;
|
|
8804
|
+
name: string;
|
|
8757
8805
|
accessToken?: string | undefined;
|
|
8758
8806
|
channelSecret?: string | undefined;
|
|
8759
8807
|
additionalCredentials?: any;
|
|
@@ -8783,9 +8831,9 @@ export declare const cxLogContract: {
|
|
|
8783
8831
|
updatedAt: Date;
|
|
8784
8832
|
deletedAt: Date | null;
|
|
8785
8833
|
actor: {
|
|
8786
|
-
name: string;
|
|
8787
8834
|
id: string;
|
|
8788
8835
|
address: string | null;
|
|
8836
|
+
name: string;
|
|
8789
8837
|
email: string;
|
|
8790
8838
|
createdAt: Date;
|
|
8791
8839
|
updatedAt: Date;
|
|
@@ -8832,8 +8880,8 @@ export declare const cxLogContract: {
|
|
|
8832
8880
|
connectedUserName: string;
|
|
8833
8881
|
connectedUserId: string;
|
|
8834
8882
|
botpressBot: {
|
|
8835
|
-
name: string;
|
|
8836
8883
|
id: string;
|
|
8884
|
+
name: string;
|
|
8837
8885
|
accessToken: string;
|
|
8838
8886
|
botId: string;
|
|
8839
8887
|
integrationId: string;
|
|
@@ -8844,9 +8892,9 @@ export declare const cxLogContract: {
|
|
|
8844
8892
|
updatedAt: Date;
|
|
8845
8893
|
deletedAt: Date | null;
|
|
8846
8894
|
actor: {
|
|
8847
|
-
name: string;
|
|
8848
8895
|
id: string;
|
|
8849
8896
|
address: string | null;
|
|
8897
|
+
name: string;
|
|
8850
8898
|
email: string;
|
|
8851
8899
|
createdAt: Date;
|
|
8852
8900
|
updatedAt: Date;
|
|
@@ -8898,8 +8946,8 @@ export declare const cxLogContract: {
|
|
|
8898
8946
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
8899
8947
|
id: string;
|
|
8900
8948
|
metadata: {
|
|
8901
|
-
name: string;
|
|
8902
8949
|
id: string;
|
|
8950
|
+
name: string;
|
|
8903
8951
|
picture?: string | undefined;
|
|
8904
8952
|
additionalCredentials?: any;
|
|
8905
8953
|
};
|
|
@@ -8907,10 +8955,10 @@ export declare const cxLogContract: {
|
|
|
8907
8955
|
updatedAt: Date;
|
|
8908
8956
|
deletedAt: Date | null;
|
|
8909
8957
|
contact: {
|
|
8910
|
-
name: string;
|
|
8911
8958
|
id: string;
|
|
8912
8959
|
channel: string | null;
|
|
8913
8960
|
address: string | null;
|
|
8961
|
+
name: string;
|
|
8914
8962
|
createdAt: Date;
|
|
8915
8963
|
updatedAt: Date;
|
|
8916
8964
|
deletedAt: Date | null;
|
|
@@ -8955,8 +9003,8 @@ export declare const cxLogContract: {
|
|
|
8955
9003
|
createdAt: Date;
|
|
8956
9004
|
updatedAt: Date;
|
|
8957
9005
|
deletedAt: Date | null;
|
|
8958
|
-
name?: string | undefined;
|
|
8959
9006
|
address?: string | null | undefined;
|
|
9007
|
+
name?: string | undefined;
|
|
8960
9008
|
phone?: string | null | undefined;
|
|
8961
9009
|
industry?: string | null | undefined;
|
|
8962
9010
|
} | null;
|
|
@@ -8964,8 +9012,8 @@ export declare const cxLogContract: {
|
|
|
8964
9012
|
contactProfile: string | null;
|
|
8965
9013
|
socialProfileUrl: string | null;
|
|
8966
9014
|
tags: {
|
|
8967
|
-
name: string;
|
|
8968
9015
|
id: string;
|
|
9016
|
+
name: string;
|
|
8969
9017
|
createdAt: Date;
|
|
8970
9018
|
updatedAt: Date;
|
|
8971
9019
|
deletedAt: Date | null;
|
|
@@ -8990,8 +9038,8 @@ export declare const cxLogContract: {
|
|
|
8990
9038
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
8991
9039
|
id: string;
|
|
8992
9040
|
metadata: {
|
|
8993
|
-
name: string;
|
|
8994
9041
|
id: string;
|
|
9042
|
+
name: string;
|
|
8995
9043
|
picture?: string | undefined;
|
|
8996
9044
|
additionalCredentials?: any;
|
|
8997
9045
|
};
|
|
@@ -9022,9 +9070,9 @@ export declare const cxLogContract: {
|
|
|
9022
9070
|
socialPlatformId: string;
|
|
9023
9071
|
};
|
|
9024
9072
|
assignee: {
|
|
9025
|
-
name: string;
|
|
9026
9073
|
id: string;
|
|
9027
9074
|
address: string | null;
|
|
9075
|
+
name: string;
|
|
9028
9076
|
email: string;
|
|
9029
9077
|
createdAt: Date;
|
|
9030
9078
|
updatedAt: Date;
|
|
@@ -9092,9 +9140,9 @@ export declare const cxLogContract: {
|
|
|
9092
9140
|
callTo?: {
|
|
9093
9141
|
id: string;
|
|
9094
9142
|
user: {
|
|
9095
|
-
name: string;
|
|
9096
9143
|
id: string;
|
|
9097
9144
|
address: string | null;
|
|
9145
|
+
name: string;
|
|
9098
9146
|
email: string;
|
|
9099
9147
|
createdAt: Date;
|
|
9100
9148
|
updatedAt: Date;
|
|
@@ -9118,9 +9166,9 @@ export declare const cxLogContract: {
|
|
|
9118
9166
|
callFrom?: {
|
|
9119
9167
|
id: string;
|
|
9120
9168
|
user: {
|
|
9121
|
-
name: string;
|
|
9122
9169
|
id: string;
|
|
9123
9170
|
address: string | null;
|
|
9171
|
+
name: string;
|
|
9124
9172
|
email: string;
|
|
9125
9173
|
createdAt: Date;
|
|
9126
9174
|
updatedAt: Date;
|
|
@@ -9146,10 +9194,10 @@ export declare const cxLogContract: {
|
|
|
9146
9194
|
telephonyQueueId: string | null;
|
|
9147
9195
|
contactId: string | null;
|
|
9148
9196
|
contact?: {
|
|
9149
|
-
name: string;
|
|
9150
9197
|
id: string;
|
|
9151
9198
|
channel: string | null;
|
|
9152
9199
|
address: string | null;
|
|
9200
|
+
name: string;
|
|
9153
9201
|
createdAt: Date;
|
|
9154
9202
|
updatedAt: Date;
|
|
9155
9203
|
deletedAt: Date | null;
|
|
@@ -9194,8 +9242,8 @@ export declare const cxLogContract: {
|
|
|
9194
9242
|
createdAt: Date;
|
|
9195
9243
|
updatedAt: Date;
|
|
9196
9244
|
deletedAt: Date | null;
|
|
9197
|
-
name?: string | undefined;
|
|
9198
9245
|
address?: string | null | undefined;
|
|
9246
|
+
name?: string | undefined;
|
|
9199
9247
|
phone?: string | null | undefined;
|
|
9200
9248
|
industry?: string | null | undefined;
|
|
9201
9249
|
} | null;
|
|
@@ -9203,8 +9251,8 @@ export declare const cxLogContract: {
|
|
|
9203
9251
|
contactProfile: string | null;
|
|
9204
9252
|
socialProfileUrl: string | null;
|
|
9205
9253
|
tags: {
|
|
9206
|
-
name: string;
|
|
9207
9254
|
id: string;
|
|
9255
|
+
name: string;
|
|
9208
9256
|
createdAt: Date;
|
|
9209
9257
|
updatedAt: Date;
|
|
9210
9258
|
deletedAt: Date | null;
|
|
@@ -9229,8 +9277,8 @@ export declare const cxLogContract: {
|
|
|
9229
9277
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
9230
9278
|
id: string;
|
|
9231
9279
|
metadata: {
|
|
9232
|
-
name: string;
|
|
9233
9280
|
id: string;
|
|
9281
|
+
name: string;
|
|
9234
9282
|
picture?: string | undefined;
|
|
9235
9283
|
additionalCredentials?: any;
|
|
9236
9284
|
};
|
|
@@ -9292,9 +9340,9 @@ export declare const cxLogContract: {
|
|
|
9292
9340
|
extensionName: string;
|
|
9293
9341
|
telephonySignature: string | null;
|
|
9294
9342
|
user?: {
|
|
9295
|
-
name: string;
|
|
9296
9343
|
id: string;
|
|
9297
9344
|
address: string | null;
|
|
9345
|
+
name: string;
|
|
9298
9346
|
email: string;
|
|
9299
9347
|
createdAt: Date;
|
|
9300
9348
|
updatedAt: Date;
|
|
@@ -9341,9 +9389,9 @@ export declare const cxLogContract: {
|
|
|
9341
9389
|
queueName?: string | null | undefined;
|
|
9342
9390
|
} | null;
|
|
9343
9391
|
firstAssignee: {
|
|
9344
|
-
name: string;
|
|
9345
9392
|
id: string;
|
|
9346
9393
|
address: string | null;
|
|
9394
|
+
name: string;
|
|
9347
9395
|
email: string;
|
|
9348
9396
|
createdAt: Date;
|
|
9349
9397
|
updatedAt: Date;
|
|
@@ -9385,9 +9433,9 @@ export declare const cxLogContract: {
|
|
|
9385
9433
|
};
|
|
9386
9434
|
} | null;
|
|
9387
9435
|
agent: {
|
|
9388
|
-
name: string;
|
|
9389
9436
|
id: string;
|
|
9390
9437
|
address: string | null;
|
|
9438
|
+
name: string;
|
|
9391
9439
|
email: string;
|
|
9392
9440
|
createdAt: Date;
|
|
9393
9441
|
updatedAt: Date;
|
|
@@ -9429,9 +9477,9 @@ export declare const cxLogContract: {
|
|
|
9429
9477
|
};
|
|
9430
9478
|
} | null;
|
|
9431
9479
|
closedAssignee: {
|
|
9432
|
-
name: string;
|
|
9433
9480
|
id: string;
|
|
9434
9481
|
address: string | null;
|
|
9482
|
+
name: string;
|
|
9435
9483
|
email: string;
|
|
9436
9484
|
createdAt: Date;
|
|
9437
9485
|
updatedAt: Date;
|
|
@@ -9473,6 +9521,16 @@ export declare const cxLogContract: {
|
|
|
9473
9521
|
};
|
|
9474
9522
|
} | null;
|
|
9475
9523
|
contactLabel: string[];
|
|
9524
|
+
cxIntelligence: {
|
|
9525
|
+
id: string;
|
|
9526
|
+
summary: string;
|
|
9527
|
+
cxLogId: string;
|
|
9528
|
+
intelligenceType: string;
|
|
9529
|
+
provider: string;
|
|
9530
|
+
transcript: string;
|
|
9531
|
+
usage: number;
|
|
9532
|
+
usageUnit: string;
|
|
9533
|
+
};
|
|
9476
9534
|
}[];
|
|
9477
9535
|
}, {
|
|
9478
9536
|
total: number;
|
|
@@ -9488,10 +9546,10 @@ export declare const cxLogContract: {
|
|
|
9488
9546
|
deletedAt: Date | null;
|
|
9489
9547
|
entityId: string;
|
|
9490
9548
|
contact: {
|
|
9491
|
-
name: string;
|
|
9492
9549
|
id: string;
|
|
9493
9550
|
channel: string | null;
|
|
9494
9551
|
address: string | null;
|
|
9552
|
+
name: string;
|
|
9495
9553
|
createdAt: Date;
|
|
9496
9554
|
updatedAt: Date;
|
|
9497
9555
|
deletedAt: Date | null;
|
|
@@ -9536,8 +9594,8 @@ export declare const cxLogContract: {
|
|
|
9536
9594
|
createdAt: Date;
|
|
9537
9595
|
updatedAt: Date;
|
|
9538
9596
|
deletedAt: Date | null;
|
|
9539
|
-
name?: string | undefined;
|
|
9540
9597
|
address?: string | null | undefined;
|
|
9598
|
+
name?: string | undefined;
|
|
9541
9599
|
phone?: string | null | undefined;
|
|
9542
9600
|
industry?: string | null | undefined;
|
|
9543
9601
|
} | null;
|
|
@@ -9545,8 +9603,8 @@ export declare const cxLogContract: {
|
|
|
9545
9603
|
contactProfile: string | null;
|
|
9546
9604
|
socialProfileUrl: string | null;
|
|
9547
9605
|
tags: {
|
|
9548
|
-
name: string;
|
|
9549
9606
|
id: string;
|
|
9607
|
+
name: string;
|
|
9550
9608
|
createdAt: Date;
|
|
9551
9609
|
updatedAt: Date;
|
|
9552
9610
|
deletedAt: Date | null;
|
|
@@ -9571,8 +9629,8 @@ export declare const cxLogContract: {
|
|
|
9571
9629
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
9572
9630
|
id: string;
|
|
9573
9631
|
metadata: {
|
|
9574
|
-
name: string;
|
|
9575
9632
|
id: string;
|
|
9633
|
+
name: string;
|
|
9576
9634
|
picture?: string | undefined;
|
|
9577
9635
|
additionalCredentials?: any;
|
|
9578
9636
|
};
|
|
@@ -9638,8 +9696,8 @@ export declare const cxLogContract: {
|
|
|
9638
9696
|
}[];
|
|
9639
9697
|
}[];
|
|
9640
9698
|
tags: {
|
|
9641
|
-
name: string;
|
|
9642
9699
|
id: string;
|
|
9700
|
+
name: string;
|
|
9643
9701
|
createdAt: Date;
|
|
9644
9702
|
updatedAt: Date;
|
|
9645
9703
|
deletedAt: Date | null;
|
|
@@ -9678,12 +9736,12 @@ export declare const cxLogContract: {
|
|
|
9678
9736
|
room: {
|
|
9679
9737
|
id: string;
|
|
9680
9738
|
channel: {
|
|
9681
|
-
name: string;
|
|
9682
9739
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
9683
9740
|
id: string;
|
|
9741
|
+
name: string;
|
|
9684
9742
|
metadata: {
|
|
9685
|
-
name: string;
|
|
9686
9743
|
id: string;
|
|
9744
|
+
name: string;
|
|
9687
9745
|
accessToken?: string | undefined;
|
|
9688
9746
|
channelSecret?: string | undefined;
|
|
9689
9747
|
additionalCredentials?: any;
|
|
@@ -9713,9 +9771,9 @@ export declare const cxLogContract: {
|
|
|
9713
9771
|
updatedAt: Date;
|
|
9714
9772
|
deletedAt: Date | null;
|
|
9715
9773
|
actor: {
|
|
9716
|
-
name: string;
|
|
9717
9774
|
id: string;
|
|
9718
9775
|
address: string | null;
|
|
9776
|
+
name: string;
|
|
9719
9777
|
email: string;
|
|
9720
9778
|
createdAt: Date;
|
|
9721
9779
|
updatedAt: Date;
|
|
@@ -9762,8 +9820,8 @@ export declare const cxLogContract: {
|
|
|
9762
9820
|
connectedUserName: string;
|
|
9763
9821
|
connectedUserId: string;
|
|
9764
9822
|
botpressBot: {
|
|
9765
|
-
name: string;
|
|
9766
9823
|
id: string;
|
|
9824
|
+
name: string;
|
|
9767
9825
|
accessToken: string;
|
|
9768
9826
|
botId: string;
|
|
9769
9827
|
integrationId: string;
|
|
@@ -9774,9 +9832,9 @@ export declare const cxLogContract: {
|
|
|
9774
9832
|
updatedAt: Date;
|
|
9775
9833
|
deletedAt: Date | null;
|
|
9776
9834
|
actor: {
|
|
9777
|
-
name: string;
|
|
9778
9835
|
id: string;
|
|
9779
9836
|
address: string | null;
|
|
9837
|
+
name: string;
|
|
9780
9838
|
email: string;
|
|
9781
9839
|
createdAt: Date;
|
|
9782
9840
|
updatedAt: Date;
|
|
@@ -9828,8 +9886,8 @@ export declare const cxLogContract: {
|
|
|
9828
9886
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
9829
9887
|
id: string;
|
|
9830
9888
|
metadata: {
|
|
9831
|
-
name: string;
|
|
9832
9889
|
id: string;
|
|
9890
|
+
name: string;
|
|
9833
9891
|
picture?: string | undefined;
|
|
9834
9892
|
additionalCredentials?: any;
|
|
9835
9893
|
};
|
|
@@ -9837,10 +9895,10 @@ export declare const cxLogContract: {
|
|
|
9837
9895
|
updatedAt: Date;
|
|
9838
9896
|
deletedAt: Date | null;
|
|
9839
9897
|
contact: {
|
|
9840
|
-
name: string;
|
|
9841
9898
|
id: string;
|
|
9842
9899
|
channel: string | null;
|
|
9843
9900
|
address: string | null;
|
|
9901
|
+
name: string;
|
|
9844
9902
|
createdAt: Date;
|
|
9845
9903
|
updatedAt: Date;
|
|
9846
9904
|
deletedAt: Date | null;
|
|
@@ -9885,8 +9943,8 @@ export declare const cxLogContract: {
|
|
|
9885
9943
|
createdAt: Date;
|
|
9886
9944
|
updatedAt: Date;
|
|
9887
9945
|
deletedAt: Date | null;
|
|
9888
|
-
name?: string | undefined;
|
|
9889
9946
|
address?: string | null | undefined;
|
|
9947
|
+
name?: string | undefined;
|
|
9890
9948
|
phone?: string | null | undefined;
|
|
9891
9949
|
industry?: string | null | undefined;
|
|
9892
9950
|
} | null;
|
|
@@ -9894,8 +9952,8 @@ export declare const cxLogContract: {
|
|
|
9894
9952
|
contactProfile: string | null;
|
|
9895
9953
|
socialProfileUrl: string | null;
|
|
9896
9954
|
tags: {
|
|
9897
|
-
name: string;
|
|
9898
9955
|
id: string;
|
|
9956
|
+
name: string;
|
|
9899
9957
|
createdAt: Date;
|
|
9900
9958
|
updatedAt: Date;
|
|
9901
9959
|
deletedAt: Date | null;
|
|
@@ -9920,8 +9978,8 @@ export declare const cxLogContract: {
|
|
|
9920
9978
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
9921
9979
|
id: string;
|
|
9922
9980
|
metadata: {
|
|
9923
|
-
name: string;
|
|
9924
9981
|
id: string;
|
|
9982
|
+
name: string;
|
|
9925
9983
|
picture?: string | undefined;
|
|
9926
9984
|
additionalCredentials?: any;
|
|
9927
9985
|
};
|
|
@@ -9952,9 +10010,9 @@ export declare const cxLogContract: {
|
|
|
9952
10010
|
socialPlatformId: string;
|
|
9953
10011
|
};
|
|
9954
10012
|
assignee: {
|
|
9955
|
-
name: string;
|
|
9956
10013
|
id: string;
|
|
9957
10014
|
address: string | null;
|
|
10015
|
+
name: string;
|
|
9958
10016
|
email: string;
|
|
9959
10017
|
createdAt: Date;
|
|
9960
10018
|
updatedAt: Date;
|
|
@@ -10022,9 +10080,9 @@ export declare const cxLogContract: {
|
|
|
10022
10080
|
callTo?: {
|
|
10023
10081
|
id: string;
|
|
10024
10082
|
user: {
|
|
10025
|
-
name: string;
|
|
10026
10083
|
id: string;
|
|
10027
10084
|
address: string | null;
|
|
10085
|
+
name: string;
|
|
10028
10086
|
email: string;
|
|
10029
10087
|
createdAt: Date;
|
|
10030
10088
|
updatedAt: Date;
|
|
@@ -10048,9 +10106,9 @@ export declare const cxLogContract: {
|
|
|
10048
10106
|
callFrom?: {
|
|
10049
10107
|
id: string;
|
|
10050
10108
|
user: {
|
|
10051
|
-
name: string;
|
|
10052
10109
|
id: string;
|
|
10053
10110
|
address: string | null;
|
|
10111
|
+
name: string;
|
|
10054
10112
|
email: string;
|
|
10055
10113
|
createdAt: Date;
|
|
10056
10114
|
updatedAt: Date;
|
|
@@ -10076,10 +10134,10 @@ export declare const cxLogContract: {
|
|
|
10076
10134
|
telephonyQueueId: string | null;
|
|
10077
10135
|
contactId: string | null;
|
|
10078
10136
|
contact?: {
|
|
10079
|
-
name: string;
|
|
10080
10137
|
id: string;
|
|
10081
10138
|
channel: string | null;
|
|
10082
10139
|
address: string | null;
|
|
10140
|
+
name: string;
|
|
10083
10141
|
createdAt: Date;
|
|
10084
10142
|
updatedAt: Date;
|
|
10085
10143
|
deletedAt: Date | null;
|
|
@@ -10124,8 +10182,8 @@ export declare const cxLogContract: {
|
|
|
10124
10182
|
createdAt: Date;
|
|
10125
10183
|
updatedAt: Date;
|
|
10126
10184
|
deletedAt: Date | null;
|
|
10127
|
-
name?: string | undefined;
|
|
10128
10185
|
address?: string | null | undefined;
|
|
10186
|
+
name?: string | undefined;
|
|
10129
10187
|
phone?: string | null | undefined;
|
|
10130
10188
|
industry?: string | null | undefined;
|
|
10131
10189
|
} | null;
|
|
@@ -10133,8 +10191,8 @@ export declare const cxLogContract: {
|
|
|
10133
10191
|
contactProfile: string | null;
|
|
10134
10192
|
socialProfileUrl: string | null;
|
|
10135
10193
|
tags: {
|
|
10136
|
-
name: string;
|
|
10137
10194
|
id: string;
|
|
10195
|
+
name: string;
|
|
10138
10196
|
createdAt: Date;
|
|
10139
10197
|
updatedAt: Date;
|
|
10140
10198
|
deletedAt: Date | null;
|
|
@@ -10159,8 +10217,8 @@ export declare const cxLogContract: {
|
|
|
10159
10217
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
10160
10218
|
id: string;
|
|
10161
10219
|
metadata: {
|
|
10162
|
-
name: string;
|
|
10163
10220
|
id: string;
|
|
10221
|
+
name: string;
|
|
10164
10222
|
picture?: string | undefined;
|
|
10165
10223
|
additionalCredentials?: any;
|
|
10166
10224
|
};
|
|
@@ -10222,9 +10280,9 @@ export declare const cxLogContract: {
|
|
|
10222
10280
|
extensionName: string;
|
|
10223
10281
|
telephonySignature: string | null;
|
|
10224
10282
|
user?: {
|
|
10225
|
-
name: string;
|
|
10226
10283
|
id: string;
|
|
10227
10284
|
address: string | null;
|
|
10285
|
+
name: string;
|
|
10228
10286
|
email: string;
|
|
10229
10287
|
createdAt: Date;
|
|
10230
10288
|
updatedAt: Date;
|
|
@@ -10271,9 +10329,9 @@ export declare const cxLogContract: {
|
|
|
10271
10329
|
queueName?: string | null | undefined;
|
|
10272
10330
|
} | null;
|
|
10273
10331
|
firstAssignee: {
|
|
10274
|
-
name: string;
|
|
10275
10332
|
id: string;
|
|
10276
10333
|
address: string | null;
|
|
10334
|
+
name: string;
|
|
10277
10335
|
email: string;
|
|
10278
10336
|
createdAt: Date;
|
|
10279
10337
|
updatedAt: Date;
|
|
@@ -10315,9 +10373,9 @@ export declare const cxLogContract: {
|
|
|
10315
10373
|
};
|
|
10316
10374
|
} | null;
|
|
10317
10375
|
agent: {
|
|
10318
|
-
name: string;
|
|
10319
10376
|
id: string;
|
|
10320
10377
|
address: string | null;
|
|
10378
|
+
name: string;
|
|
10321
10379
|
email: string;
|
|
10322
10380
|
createdAt: Date;
|
|
10323
10381
|
updatedAt: Date;
|
|
@@ -10359,9 +10417,9 @@ export declare const cxLogContract: {
|
|
|
10359
10417
|
};
|
|
10360
10418
|
} | null;
|
|
10361
10419
|
closedAssignee: {
|
|
10362
|
-
name: string;
|
|
10363
10420
|
id: string;
|
|
10364
10421
|
address: string | null;
|
|
10422
|
+
name: string;
|
|
10365
10423
|
email: string;
|
|
10366
10424
|
createdAt: Date;
|
|
10367
10425
|
updatedAt: Date;
|
|
@@ -10403,6 +10461,16 @@ export declare const cxLogContract: {
|
|
|
10403
10461
|
};
|
|
10404
10462
|
} | null;
|
|
10405
10463
|
contactLabel: string[];
|
|
10464
|
+
cxIntelligence: {
|
|
10465
|
+
id: string;
|
|
10466
|
+
summary: string;
|
|
10467
|
+
cxLogId: string;
|
|
10468
|
+
intelligenceType: string;
|
|
10469
|
+
provider: string;
|
|
10470
|
+
transcript: string;
|
|
10471
|
+
usage: number;
|
|
10472
|
+
usageUnit: string;
|
|
10473
|
+
};
|
|
10406
10474
|
}[];
|
|
10407
10475
|
}>;
|
|
10408
10476
|
401: z.ZodObject<{
|
|
@@ -10485,7 +10553,7 @@ export declare const cxLogContract: {
|
|
|
10485
10553
|
agentIds?: string[] | undefined;
|
|
10486
10554
|
direction?: ("inbound" | "outbound")[] | undefined;
|
|
10487
10555
|
disposition?: string[] | undefined;
|
|
10488
|
-
sentimentScore?: ("
|
|
10556
|
+
sentimentScore?: ("positive" | "neutral" | "negative")[] | undefined;
|
|
10489
10557
|
csatScore?: string[] | undefined;
|
|
10490
10558
|
sla?: "meet" | "unmeet" | undefined;
|
|
10491
10559
|
tags?: string[] | undefined;
|
|
@@ -10514,7 +10582,7 @@ export declare const cxLogContract: {
|
|
|
10514
10582
|
agentIds?: string[] | undefined;
|
|
10515
10583
|
direction?: ("inbound" | "outbound")[] | undefined;
|
|
10516
10584
|
disposition?: string[] | undefined;
|
|
10517
|
-
sentimentScore?: ("
|
|
10585
|
+
sentimentScore?: ("positive" | "neutral" | "negative")[] | undefined;
|
|
10518
10586
|
csatScore?: string[] | undefined;
|
|
10519
10587
|
sla?: "meet" | "unmeet" | undefined;
|
|
10520
10588
|
tags?: string[] | undefined;
|