@kl1/contracts 1.1.52 → 1.1.53
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 +439 -439
- package/dist/api-contracts/src/channel/schema.d.ts +16 -16
- package/dist/api-contracts/src/channel/validation.d.ts +14 -14
- package/dist/api-contracts/src/chat/index.d.ts +3728 -3728
- package/dist/api-contracts/src/chat/schema.d.ts +844 -862
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +707 -707
- 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 +8211 -8077
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/index.d.ts +248 -248
- package/dist/api-contracts/src/cx-log/schema.d.ts +198 -198
- 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 +682 -682
- 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 +315 -0
- package/dist/api-contracts/src/hold-label/index.d.ts.map +1 -0
- package/dist/api-contracts/src/hold-label/schema.d.ts +24 -0
- package/dist/api-contracts/src/hold-label/schema.d.ts.map +1 -0
- package/dist/api-contracts/src/hold-label/validation.d.ts +24 -0
- package/dist/api-contracts/src/hold-label/validation.d.ts.map +1 -0
- package/dist/api-contracts/src/instagram/index.d.ts +570 -570
- package/dist/api-contracts/src/instagram/validation.d.ts +10 -10
- package/dist/api-contracts/src/line/index.d.ts +582 -582
- 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 +2254 -2254
- package/dist/api-contracts/src/mail/mail-server-contract.d.ts +26 -26
- package/dist/api-contracts/src/mail/message-contract.d.ts +272 -272
- package/dist/api-contracts/src/mail/room-contract.d.ts +1444 -1444
- package/dist/api-contracts/src/mail/schemas/account-validation.schema.d.ts +50 -50
- package/dist/api-contracts/src/mail/schemas/account.schema.d.ts +10 -10
- package/dist/api-contracts/src/mail/schemas/message.schema.d.ts +56 -56
- package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +468 -468
- package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +458 -458
- package/dist/api-contracts/src/messenger/index.d.ts +573 -573
- 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/presence-status/index.d.ts +556 -0
- package/dist/api-contracts/src/presence-status/index.d.ts.map +1 -0
- package/dist/api-contracts/src/presence-status/schema.d.ts +31 -0
- package/dist/api-contracts/src/presence-status/schema.d.ts.map +1 -0
- package/dist/api-contracts/src/presence-status/validation.d.ts +28 -0
- package/dist/api-contracts/src/presence-status/validation.d.ts.map +1 -0
- 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 +1934 -0
- package/dist/api-contracts/src/subscription/index.d.ts.map +1 -0
- package/dist/api-contracts/src/subscription/schema.d.ts +2059 -0
- package/dist/api-contracts/src/subscription/schema.d.ts.map +1 -0
- package/dist/api-contracts/src/subscription/validation.d.ts +37 -0
- package/dist/api-contracts/src/subscription/validation.d.ts.map +1 -0
- 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 +530 -530
- 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 +320 -186
- package/dist/api-contracts/src/telephony-cdr/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telephony-cdr/schema.d.ts +68 -58
- package/dist/api-contracts/src/telephony-cdr/schema.d.ts.map +1 -1
- 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 +542 -542
- package/dist/api-contracts/src/viber/validation.d.ts +4 -4
- package/dist/api-contracts/src/webchat/index.d.ts +488 -488
- 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 +19983 -0
- package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -0
- package/dist/api-contracts/src/whatsapp/schema.d.ts +2 -0
- package/dist/api-contracts/src/whatsapp/schema.d.ts.map +1 -0
- package/dist/api-contracts/src/whatsapp/validation.d.ts +76 -0
- package/dist/api-contracts/src/whatsapp/validation.d.ts.map +1 -0
- 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 +212 -212
- 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 +37 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +37 -0
- 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?: ("negative" | "positive" | "neutral")[] | undefined;
|
59
59
|
csatScore?: string[] | undefined;
|
60
60
|
sla?: "meet" | "unmeet" | undefined;
|
61
61
|
tags?: string[] | undefined;
|
@@ -84,7 +84,7 @@ export declare const cxLogContract: {
|
|
84
84
|
agentIds?: string[] | undefined;
|
85
85
|
direction?: ("inbound" | "outbound")[] | undefined;
|
86
86
|
disposition?: string[] | undefined;
|
87
|
-
sentimentScore?: ("
|
87
|
+
sentimentScore?: ("negative" | "positive" | "neutral")[] | undefined;
|
88
88
|
csatScore?: string[] | undefined;
|
89
89
|
sla?: "meet" | "unmeet" | undefined;
|
90
90
|
tags?: string[] | undefined;
|
@@ -169,14 +169,14 @@ export declare const cxLogContract: {
|
|
169
169
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
170
170
|
name: z.ZodString;
|
171
171
|
}, "strip", z.ZodTypeAny, {
|
172
|
-
id: string;
|
173
172
|
name: string;
|
173
|
+
id: string;
|
174
174
|
createdAt: Date;
|
175
175
|
updatedAt: Date;
|
176
176
|
deletedAt: Date | null;
|
177
177
|
}, {
|
178
|
-
id: string;
|
179
178
|
name: string;
|
179
|
+
id: string;
|
180
180
|
createdAt: Date;
|
181
181
|
updatedAt: Date;
|
182
182
|
deletedAt: Date | null;
|
@@ -347,8 +347,8 @@ export declare const cxLogContract: {
|
|
347
347
|
}[];
|
348
348
|
}[];
|
349
349
|
tags: {
|
350
|
-
id: string;
|
351
350
|
name: string;
|
351
|
+
id: string;
|
352
352
|
createdAt: Date;
|
353
353
|
updatedAt: Date;
|
354
354
|
deletedAt: Date | null;
|
@@ -398,8 +398,8 @@ export declare const cxLogContract: {
|
|
398
398
|
}[];
|
399
399
|
}[];
|
400
400
|
tags: {
|
401
|
-
id: string;
|
402
401
|
name: string;
|
402
|
+
id: string;
|
403
403
|
createdAt: Date;
|
404
404
|
updatedAt: Date;
|
405
405
|
deletedAt: Date | null;
|
@@ -447,13 +447,13 @@ export declare const cxLogContract: {
|
|
447
447
|
picture: z.ZodOptional<z.ZodString>;
|
448
448
|
additionalCredentials: z.ZodAny;
|
449
449
|
}, "strip", z.ZodTypeAny, {
|
450
|
-
id: string;
|
451
450
|
name: string;
|
451
|
+
id: string;
|
452
452
|
picture?: string | undefined;
|
453
453
|
additionalCredentials?: any;
|
454
454
|
}, {
|
455
|
-
id: string;
|
456
455
|
name: string;
|
456
|
+
id: string;
|
457
457
|
picture?: string | undefined;
|
458
458
|
additionalCredentials?: any;
|
459
459
|
}>;
|
@@ -475,14 +475,14 @@ export declare const cxLogContract: {
|
|
475
475
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
476
476
|
name: z.ZodString;
|
477
477
|
}, "strip", z.ZodTypeAny, {
|
478
|
-
id: string;
|
479
478
|
name: string;
|
479
|
+
id: string;
|
480
480
|
createdAt: Date;
|
481
481
|
updatedAt: Date;
|
482
482
|
deletedAt: Date | null;
|
483
483
|
}, {
|
484
|
-
id: string;
|
485
484
|
name: string;
|
485
|
+
id: string;
|
486
486
|
createdAt: Date;
|
487
487
|
updatedAt: Date;
|
488
488
|
deletedAt: Date | null;
|
@@ -638,8 +638,8 @@ export declare const cxLogContract: {
|
|
638
638
|
createdAt: Date;
|
639
639
|
updatedAt: Date;
|
640
640
|
deletedAt: Date | null;
|
641
|
-
address?: string | null | undefined;
|
642
641
|
name?: string | undefined;
|
642
|
+
address?: string | null | undefined;
|
643
643
|
phone?: string | null | undefined;
|
644
644
|
industry?: string | null | undefined;
|
645
645
|
}, {
|
@@ -647,8 +647,8 @@ export declare const cxLogContract: {
|
|
647
647
|
createdAt: Date;
|
648
648
|
updatedAt: Date;
|
649
649
|
deletedAt: Date | null;
|
650
|
-
address?: string | null | undefined;
|
651
650
|
name?: string | undefined;
|
651
|
+
address?: string | null | undefined;
|
652
652
|
phone?: string | null | undefined;
|
653
653
|
industry?: string | null | undefined;
|
654
654
|
}>>;
|
@@ -666,13 +666,13 @@ export declare const cxLogContract: {
|
|
666
666
|
picture: z.ZodOptional<z.ZodString>;
|
667
667
|
additionalCredentials: z.ZodAny;
|
668
668
|
}, "strip", z.ZodTypeAny, {
|
669
|
-
id: string;
|
670
669
|
name: string;
|
670
|
+
id: string;
|
671
671
|
picture?: string | undefined;
|
672
672
|
additionalCredentials?: any;
|
673
673
|
}, {
|
674
|
-
id: string;
|
675
674
|
name: string;
|
675
|
+
id: string;
|
676
676
|
picture?: string | undefined;
|
677
677
|
additionalCredentials?: any;
|
678
678
|
}>;
|
@@ -680,8 +680,8 @@ export declare const cxLogContract: {
|
|
680
680
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
681
681
|
id: string;
|
682
682
|
metadata: {
|
683
|
-
id: string;
|
684
683
|
name: string;
|
684
|
+
id: string;
|
685
685
|
picture?: string | undefined;
|
686
686
|
additionalCredentials?: any;
|
687
687
|
};
|
@@ -694,8 +694,8 @@ export declare const cxLogContract: {
|
|
694
694
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
695
695
|
id: string;
|
696
696
|
metadata: {
|
697
|
-
id: string;
|
698
697
|
name: string;
|
698
|
+
id: string;
|
699
699
|
picture?: string | undefined;
|
700
700
|
additionalCredentials?: any;
|
701
701
|
};
|
@@ -1005,10 +1005,10 @@ export declare const cxLogContract: {
|
|
1005
1005
|
};
|
1006
1006
|
}>, "many">>;
|
1007
1007
|
}, "strip", z.ZodTypeAny, {
|
1008
|
+
name: string;
|
1008
1009
|
id: string;
|
1009
1010
|
channel: string | null;
|
1010
1011
|
address: string | null;
|
1011
|
-
name: string;
|
1012
1012
|
createdAt: Date;
|
1013
1013
|
updatedAt: Date;
|
1014
1014
|
deletedAt: Date | null;
|
@@ -1053,8 +1053,8 @@ export declare const cxLogContract: {
|
|
1053
1053
|
createdAt: Date;
|
1054
1054
|
updatedAt: Date;
|
1055
1055
|
deletedAt: Date | null;
|
1056
|
-
address?: string | null | undefined;
|
1057
1056
|
name?: string | undefined;
|
1057
|
+
address?: string | null | undefined;
|
1058
1058
|
phone?: string | null | undefined;
|
1059
1059
|
industry?: string | null | undefined;
|
1060
1060
|
} | null;
|
@@ -1062,8 +1062,8 @@ export declare const cxLogContract: {
|
|
1062
1062
|
contactProfile: string | null;
|
1063
1063
|
socialProfileUrl: string | null;
|
1064
1064
|
tags: {
|
1065
|
-
id: string;
|
1066
1065
|
name: string;
|
1066
|
+
id: string;
|
1067
1067
|
createdAt: Date;
|
1068
1068
|
updatedAt: Date;
|
1069
1069
|
deletedAt: Date | null;
|
@@ -1088,8 +1088,8 @@ export declare const cxLogContract: {
|
|
1088
1088
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1089
1089
|
id: string;
|
1090
1090
|
metadata: {
|
1091
|
-
id: string;
|
1092
1091
|
name: string;
|
1092
|
+
id: string;
|
1093
1093
|
picture?: string | undefined;
|
1094
1094
|
additionalCredentials?: any;
|
1095
1095
|
};
|
@@ -1116,10 +1116,10 @@ export declare const cxLogContract: {
|
|
1116
1116
|
};
|
1117
1117
|
}[] | undefined;
|
1118
1118
|
}, {
|
1119
|
+
name: string;
|
1119
1120
|
id: string;
|
1120
1121
|
channel: string | null;
|
1121
1122
|
address: string | null;
|
1122
|
-
name: string;
|
1123
1123
|
createdAt: Date;
|
1124
1124
|
updatedAt: Date;
|
1125
1125
|
deletedAt: Date | null;
|
@@ -1164,8 +1164,8 @@ export declare const cxLogContract: {
|
|
1164
1164
|
createdAt: Date;
|
1165
1165
|
updatedAt: Date;
|
1166
1166
|
deletedAt: Date | null;
|
1167
|
-
address?: string | null | undefined;
|
1168
1167
|
name?: string | undefined;
|
1168
|
+
address?: string | null | undefined;
|
1169
1169
|
phone?: string | null | undefined;
|
1170
1170
|
industry?: string | null | undefined;
|
1171
1171
|
} | null;
|
@@ -1173,8 +1173,8 @@ export declare const cxLogContract: {
|
|
1173
1173
|
contactProfile: string | null;
|
1174
1174
|
socialProfileUrl: string | null;
|
1175
1175
|
tags: {
|
1176
|
-
id: string;
|
1177
1176
|
name: string;
|
1177
|
+
id: string;
|
1178
1178
|
createdAt: Date;
|
1179
1179
|
updatedAt: Date;
|
1180
1180
|
deletedAt: Date | null;
|
@@ -1199,8 +1199,8 @@ export declare const cxLogContract: {
|
|
1199
1199
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1200
1200
|
id: string;
|
1201
1201
|
metadata: {
|
1202
|
-
id: string;
|
1203
1202
|
name: string;
|
1203
|
+
id: string;
|
1204
1204
|
picture?: string | undefined;
|
1205
1205
|
additionalCredentials?: any;
|
1206
1206
|
};
|
@@ -1231,8 +1231,8 @@ export declare const cxLogContract: {
|
|
1231
1231
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1232
1232
|
id: string;
|
1233
1233
|
metadata: {
|
1234
|
-
id: string;
|
1235
1234
|
name: string;
|
1235
|
+
id: string;
|
1236
1236
|
picture?: string | undefined;
|
1237
1237
|
additionalCredentials?: any;
|
1238
1238
|
};
|
@@ -1240,10 +1240,10 @@ export declare const cxLogContract: {
|
|
1240
1240
|
updatedAt: Date;
|
1241
1241
|
deletedAt: Date | null;
|
1242
1242
|
contact: {
|
1243
|
+
name: string;
|
1243
1244
|
id: string;
|
1244
1245
|
channel: string | null;
|
1245
1246
|
address: string | null;
|
1246
|
-
name: string;
|
1247
1247
|
createdAt: Date;
|
1248
1248
|
updatedAt: Date;
|
1249
1249
|
deletedAt: Date | null;
|
@@ -1288,8 +1288,8 @@ export declare const cxLogContract: {
|
|
1288
1288
|
createdAt: Date;
|
1289
1289
|
updatedAt: Date;
|
1290
1290
|
deletedAt: Date | null;
|
1291
|
-
address?: string | null | undefined;
|
1292
1291
|
name?: string | undefined;
|
1292
|
+
address?: string | null | undefined;
|
1293
1293
|
phone?: string | null | undefined;
|
1294
1294
|
industry?: string | null | undefined;
|
1295
1295
|
} | null;
|
@@ -1297,8 +1297,8 @@ export declare const cxLogContract: {
|
|
1297
1297
|
contactProfile: string | null;
|
1298
1298
|
socialProfileUrl: string | null;
|
1299
1299
|
tags: {
|
1300
|
-
id: string;
|
1301
1300
|
name: string;
|
1301
|
+
id: string;
|
1302
1302
|
createdAt: Date;
|
1303
1303
|
updatedAt: Date;
|
1304
1304
|
deletedAt: Date | null;
|
@@ -1323,8 +1323,8 @@ export declare const cxLogContract: {
|
|
1323
1323
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1324
1324
|
id: string;
|
1325
1325
|
metadata: {
|
1326
|
-
id: string;
|
1327
1326
|
name: string;
|
1327
|
+
id: string;
|
1328
1328
|
picture?: string | undefined;
|
1329
1329
|
additionalCredentials?: any;
|
1330
1330
|
};
|
@@ -1357,8 +1357,8 @@ export declare const cxLogContract: {
|
|
1357
1357
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1358
1358
|
id: string;
|
1359
1359
|
metadata: {
|
1360
|
-
id: string;
|
1361
1360
|
name: string;
|
1361
|
+
id: string;
|
1362
1362
|
picture?: string | undefined;
|
1363
1363
|
additionalCredentials?: any;
|
1364
1364
|
};
|
@@ -1366,10 +1366,10 @@ export declare const cxLogContract: {
|
|
1366
1366
|
updatedAt: Date;
|
1367
1367
|
deletedAt: Date | null;
|
1368
1368
|
contact: {
|
1369
|
+
name: string;
|
1369
1370
|
id: string;
|
1370
1371
|
channel: string | null;
|
1371
1372
|
address: string | null;
|
1372
|
-
name: string;
|
1373
1373
|
createdAt: Date;
|
1374
1374
|
updatedAt: Date;
|
1375
1375
|
deletedAt: Date | null;
|
@@ -1414,8 +1414,8 @@ export declare const cxLogContract: {
|
|
1414
1414
|
createdAt: Date;
|
1415
1415
|
updatedAt: Date;
|
1416
1416
|
deletedAt: Date | null;
|
1417
|
-
address?: string | null | undefined;
|
1418
1417
|
name?: string | undefined;
|
1418
|
+
address?: string | null | undefined;
|
1419
1419
|
phone?: string | null | undefined;
|
1420
1420
|
industry?: string | null | undefined;
|
1421
1421
|
} | null;
|
@@ -1423,8 +1423,8 @@ export declare const cxLogContract: {
|
|
1423
1423
|
contactProfile: string | null;
|
1424
1424
|
socialProfileUrl: string | null;
|
1425
1425
|
tags: {
|
1426
|
-
id: string;
|
1427
1426
|
name: string;
|
1427
|
+
id: string;
|
1428
1428
|
createdAt: Date;
|
1429
1429
|
updatedAt: Date;
|
1430
1430
|
deletedAt: Date | null;
|
@@ -1449,8 +1449,8 @@ export declare const cxLogContract: {
|
|
1449
1449
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1450
1450
|
id: string;
|
1451
1451
|
metadata: {
|
1452
|
-
id: string;
|
1453
1452
|
name: string;
|
1453
|
+
id: string;
|
1454
1454
|
picture?: string | undefined;
|
1455
1455
|
additionalCredentials?: any;
|
1456
1456
|
};
|
@@ -1598,9 +1598,9 @@ export declare const cxLogContract: {
|
|
1598
1598
|
telephonySignature: string | null;
|
1599
1599
|
}>;
|
1600
1600
|
}, "strip", z.ZodTypeAny, {
|
1601
|
+
name: string;
|
1601
1602
|
id: string;
|
1602
1603
|
address: string | null;
|
1603
|
-
name: string;
|
1604
1604
|
email: string;
|
1605
1605
|
createdAt: Date;
|
1606
1606
|
updatedAt: Date;
|
@@ -1641,9 +1641,9 @@ export declare const cxLogContract: {
|
|
1641
1641
|
telephonySignature: string | null;
|
1642
1642
|
};
|
1643
1643
|
}, {
|
1644
|
+
name: string;
|
1644
1645
|
id: string;
|
1645
1646
|
address: string | null;
|
1646
|
-
name: string;
|
1647
1647
|
email: string;
|
1648
1648
|
createdAt: Date;
|
1649
1649
|
updatedAt: Date;
|
@@ -1802,9 +1802,9 @@ export declare const cxLogContract: {
|
|
1802
1802
|
telephonySignature: string | null;
|
1803
1803
|
}>;
|
1804
1804
|
}, "strip", z.ZodTypeAny, {
|
1805
|
+
name: string;
|
1805
1806
|
id: string;
|
1806
1807
|
address: string | null;
|
1807
|
-
name: string;
|
1808
1808
|
email: string;
|
1809
1809
|
createdAt: Date;
|
1810
1810
|
updatedAt: Date;
|
@@ -1845,9 +1845,9 @@ export declare const cxLogContract: {
|
|
1845
1845
|
telephonySignature: string | null;
|
1846
1846
|
};
|
1847
1847
|
}, {
|
1848
|
+
name: string;
|
1848
1849
|
id: string;
|
1849
1850
|
address: string | null;
|
1850
|
-
name: string;
|
1851
1851
|
email: string;
|
1852
1852
|
createdAt: Date;
|
1853
1853
|
updatedAt: Date;
|
@@ -1918,8 +1918,8 @@ export declare const cxLogContract: {
|
|
1918
1918
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
1919
1919
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
1920
1920
|
}, "strip", z.ZodTypeAny, {
|
1921
|
-
id: string;
|
1922
1921
|
name: string;
|
1922
|
+
id: string;
|
1923
1923
|
accessToken?: string | undefined;
|
1924
1924
|
channelSecret?: string | undefined;
|
1925
1925
|
additionalCredentials?: any;
|
@@ -1932,8 +1932,8 @@ export declare const cxLogContract: {
|
|
1932
1932
|
lineRichMenuId?: string | null | undefined;
|
1933
1933
|
messengerIntegrationType?: "own" | "business" | undefined;
|
1934
1934
|
}, {
|
1935
|
-
id: string;
|
1936
1935
|
name: string;
|
1936
|
+
id: string;
|
1937
1937
|
accessToken?: string | undefined;
|
1938
1938
|
channelSecret?: string | undefined;
|
1939
1939
|
additionalCredentials?: any;
|
@@ -1959,14 +1959,14 @@ export declare const cxLogContract: {
|
|
1959
1959
|
integrationId: z.ZodString;
|
1960
1960
|
accessToken: z.ZodString;
|
1961
1961
|
}, "strip", z.ZodTypeAny, {
|
1962
|
-
id: string;
|
1963
1962
|
name: string;
|
1963
|
+
id: string;
|
1964
1964
|
accessToken: string;
|
1965
1965
|
botId: string;
|
1966
1966
|
integrationId: string;
|
1967
1967
|
}, {
|
1968
|
-
id: string;
|
1969
1968
|
name: string;
|
1969
|
+
id: string;
|
1970
1970
|
accessToken: string;
|
1971
1971
|
botId: string;
|
1972
1972
|
integrationId: string;
|
@@ -2089,9 +2089,9 @@ export declare const cxLogContract: {
|
|
2089
2089
|
telephonySignature: string | null;
|
2090
2090
|
}>;
|
2091
2091
|
}, "strip", z.ZodTypeAny, {
|
2092
|
+
name: string;
|
2092
2093
|
id: string;
|
2093
2094
|
address: string | null;
|
2094
|
-
name: string;
|
2095
2095
|
email: string;
|
2096
2096
|
createdAt: Date;
|
2097
2097
|
updatedAt: Date;
|
@@ -2132,9 +2132,9 @@ export declare const cxLogContract: {
|
|
2132
2132
|
telephonySignature: string | null;
|
2133
2133
|
};
|
2134
2134
|
}, {
|
2135
|
+
name: string;
|
2135
2136
|
id: string;
|
2136
2137
|
address: string | null;
|
2137
|
-
name: string;
|
2138
2138
|
email: string;
|
2139
2139
|
createdAt: Date;
|
2140
2140
|
updatedAt: Date;
|
@@ -2176,12 +2176,12 @@ export declare const cxLogContract: {
|
|
2176
2176
|
};
|
2177
2177
|
}>;
|
2178
2178
|
}, "strip", z.ZodTypeAny, {
|
2179
|
+
name: string;
|
2179
2180
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2180
2181
|
id: string;
|
2181
|
-
name: string;
|
2182
2182
|
metadata: {
|
2183
|
-
id: string;
|
2184
2183
|
name: string;
|
2184
|
+
id: string;
|
2185
2185
|
accessToken?: string | undefined;
|
2186
2186
|
channelSecret?: string | undefined;
|
2187
2187
|
additionalCredentials?: any;
|
@@ -2199,9 +2199,9 @@ export declare const cxLogContract: {
|
|
2199
2199
|
updatedAt: Date;
|
2200
2200
|
deletedAt: Date | null;
|
2201
2201
|
actor: {
|
2202
|
+
name: string;
|
2202
2203
|
id: string;
|
2203
2204
|
address: string | null;
|
2204
|
-
name: string;
|
2205
2205
|
email: string;
|
2206
2206
|
createdAt: Date;
|
2207
2207
|
updatedAt: Date;
|
@@ -2248,19 +2248,19 @@ export declare const cxLogContract: {
|
|
2248
2248
|
connectedUserName: string;
|
2249
2249
|
connectedUserId: string;
|
2250
2250
|
botpressBot: {
|
2251
|
-
id: string;
|
2252
2251
|
name: string;
|
2252
|
+
id: string;
|
2253
2253
|
accessToken: string;
|
2254
2254
|
botId: string;
|
2255
2255
|
integrationId: string;
|
2256
2256
|
} | null;
|
2257
2257
|
}, {
|
2258
|
+
name: string;
|
2258
2259
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2259
2260
|
id: string;
|
2260
|
-
name: string;
|
2261
2261
|
metadata: {
|
2262
|
-
id: string;
|
2263
2262
|
name: string;
|
2263
|
+
id: string;
|
2264
2264
|
accessToken?: string | undefined;
|
2265
2265
|
channelSecret?: string | undefined;
|
2266
2266
|
additionalCredentials?: any;
|
@@ -2278,9 +2278,9 @@ export declare const cxLogContract: {
|
|
2278
2278
|
updatedAt: Date;
|
2279
2279
|
deletedAt: Date | null;
|
2280
2280
|
actor: {
|
2281
|
+
name: string;
|
2281
2282
|
id: string;
|
2282
2283
|
address: string | null;
|
2283
|
-
name: string;
|
2284
2284
|
email: string;
|
2285
2285
|
createdAt: Date;
|
2286
2286
|
updatedAt: Date;
|
@@ -2327,8 +2327,8 @@ export declare const cxLogContract: {
|
|
2327
2327
|
connectedUserName: string;
|
2328
2328
|
connectedUserId: string;
|
2329
2329
|
botpressBot: {
|
2330
|
-
id: string;
|
2331
2330
|
name: string;
|
2331
|
+
id: string;
|
2332
2332
|
accessToken: string;
|
2333
2333
|
botId: string;
|
2334
2334
|
integrationId: string;
|
@@ -2337,12 +2337,12 @@ export declare const cxLogContract: {
|
|
2337
2337
|
}, "strip", z.ZodTypeAny, {
|
2338
2338
|
id: string;
|
2339
2339
|
channel: {
|
2340
|
+
name: string;
|
2340
2341
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2341
2342
|
id: string;
|
2342
|
-
name: string;
|
2343
2343
|
metadata: {
|
2344
|
-
id: string;
|
2345
2344
|
name: string;
|
2345
|
+
id: string;
|
2346
2346
|
accessToken?: string | undefined;
|
2347
2347
|
channelSecret?: string | undefined;
|
2348
2348
|
additionalCredentials?: any;
|
@@ -2360,9 +2360,9 @@ export declare const cxLogContract: {
|
|
2360
2360
|
updatedAt: Date;
|
2361
2361
|
deletedAt: Date | null;
|
2362
2362
|
actor: {
|
2363
|
+
name: string;
|
2363
2364
|
id: string;
|
2364
2365
|
address: string | null;
|
2365
|
-
name: string;
|
2366
2366
|
email: string;
|
2367
2367
|
createdAt: Date;
|
2368
2368
|
updatedAt: Date;
|
@@ -2409,8 +2409,8 @@ export declare const cxLogContract: {
|
|
2409
2409
|
connectedUserName: string;
|
2410
2410
|
connectedUserId: string;
|
2411
2411
|
botpressBot: {
|
2412
|
-
id: string;
|
2413
2412
|
name: string;
|
2413
|
+
id: string;
|
2414
2414
|
accessToken: string;
|
2415
2415
|
botId: string;
|
2416
2416
|
integrationId: string;
|
@@ -2421,9 +2421,9 @@ export declare const cxLogContract: {
|
|
2421
2421
|
updatedAt: Date;
|
2422
2422
|
deletedAt: Date | null;
|
2423
2423
|
actor: {
|
2424
|
+
name: string;
|
2424
2425
|
id: string;
|
2425
2426
|
address: string | null;
|
2426
|
-
name: string;
|
2427
2427
|
email: string;
|
2428
2428
|
createdAt: Date;
|
2429
2429
|
updatedAt: Date;
|
@@ -2475,8 +2475,8 @@ export declare const cxLogContract: {
|
|
2475
2475
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2476
2476
|
id: string;
|
2477
2477
|
metadata: {
|
2478
|
-
id: string;
|
2479
2478
|
name: string;
|
2479
|
+
id: string;
|
2480
2480
|
picture?: string | undefined;
|
2481
2481
|
additionalCredentials?: any;
|
2482
2482
|
};
|
@@ -2484,10 +2484,10 @@ export declare const cxLogContract: {
|
|
2484
2484
|
updatedAt: Date;
|
2485
2485
|
deletedAt: Date | null;
|
2486
2486
|
contact: {
|
2487
|
+
name: string;
|
2487
2488
|
id: string;
|
2488
2489
|
channel: string | null;
|
2489
2490
|
address: string | null;
|
2490
|
-
name: string;
|
2491
2491
|
createdAt: Date;
|
2492
2492
|
updatedAt: Date;
|
2493
2493
|
deletedAt: Date | null;
|
@@ -2532,8 +2532,8 @@ export declare const cxLogContract: {
|
|
2532
2532
|
createdAt: Date;
|
2533
2533
|
updatedAt: Date;
|
2534
2534
|
deletedAt: Date | null;
|
2535
|
-
address?: string | null | undefined;
|
2536
2535
|
name?: string | undefined;
|
2536
|
+
address?: string | null | undefined;
|
2537
2537
|
phone?: string | null | undefined;
|
2538
2538
|
industry?: string | null | undefined;
|
2539
2539
|
} | null;
|
@@ -2541,8 +2541,8 @@ export declare const cxLogContract: {
|
|
2541
2541
|
contactProfile: string | null;
|
2542
2542
|
socialProfileUrl: string | null;
|
2543
2543
|
tags: {
|
2544
|
-
id: string;
|
2545
2544
|
name: string;
|
2545
|
+
id: string;
|
2546
2546
|
createdAt: Date;
|
2547
2547
|
updatedAt: Date;
|
2548
2548
|
deletedAt: Date | null;
|
@@ -2567,8 +2567,8 @@ export declare const cxLogContract: {
|
|
2567
2567
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2568
2568
|
id: string;
|
2569
2569
|
metadata: {
|
2570
|
-
id: string;
|
2571
2570
|
name: string;
|
2571
|
+
id: string;
|
2572
2572
|
picture?: string | undefined;
|
2573
2573
|
additionalCredentials?: any;
|
2574
2574
|
};
|
@@ -2599,9 +2599,9 @@ export declare const cxLogContract: {
|
|
2599
2599
|
socialPlatformId: string;
|
2600
2600
|
};
|
2601
2601
|
assignee: {
|
2602
|
+
name: string;
|
2602
2603
|
id: string;
|
2603
2604
|
address: string | null;
|
2604
|
-
name: string;
|
2605
2605
|
email: string;
|
2606
2606
|
createdAt: Date;
|
2607
2607
|
updatedAt: Date;
|
@@ -2645,12 +2645,12 @@ export declare const cxLogContract: {
|
|
2645
2645
|
}, {
|
2646
2646
|
id: string;
|
2647
2647
|
channel: {
|
2648
|
+
name: string;
|
2648
2649
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2649
2650
|
id: string;
|
2650
|
-
name: string;
|
2651
2651
|
metadata: {
|
2652
|
-
id: string;
|
2653
2652
|
name: string;
|
2653
|
+
id: string;
|
2654
2654
|
accessToken?: string | undefined;
|
2655
2655
|
channelSecret?: string | undefined;
|
2656
2656
|
additionalCredentials?: any;
|
@@ -2668,9 +2668,9 @@ export declare const cxLogContract: {
|
|
2668
2668
|
updatedAt: Date;
|
2669
2669
|
deletedAt: Date | null;
|
2670
2670
|
actor: {
|
2671
|
+
name: string;
|
2671
2672
|
id: string;
|
2672
2673
|
address: string | null;
|
2673
|
-
name: string;
|
2674
2674
|
email: string;
|
2675
2675
|
createdAt: Date;
|
2676
2676
|
updatedAt: Date;
|
@@ -2717,8 +2717,8 @@ export declare const cxLogContract: {
|
|
2717
2717
|
connectedUserName: string;
|
2718
2718
|
connectedUserId: string;
|
2719
2719
|
botpressBot: {
|
2720
|
-
id: string;
|
2721
2720
|
name: string;
|
2721
|
+
id: string;
|
2722
2722
|
accessToken: string;
|
2723
2723
|
botId: string;
|
2724
2724
|
integrationId: string;
|
@@ -2729,9 +2729,9 @@ export declare const cxLogContract: {
|
|
2729
2729
|
updatedAt: Date;
|
2730
2730
|
deletedAt: Date | null;
|
2731
2731
|
actor: {
|
2732
|
+
name: string;
|
2732
2733
|
id: string;
|
2733
2734
|
address: string | null;
|
2734
|
-
name: string;
|
2735
2735
|
email: string;
|
2736
2736
|
createdAt: Date;
|
2737
2737
|
updatedAt: Date;
|
@@ -2783,8 +2783,8 @@ export declare const cxLogContract: {
|
|
2783
2783
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2784
2784
|
id: string;
|
2785
2785
|
metadata: {
|
2786
|
-
id: string;
|
2787
2786
|
name: string;
|
2787
|
+
id: string;
|
2788
2788
|
picture?: string | undefined;
|
2789
2789
|
additionalCredentials?: any;
|
2790
2790
|
};
|
@@ -2792,10 +2792,10 @@ export declare const cxLogContract: {
|
|
2792
2792
|
updatedAt: Date;
|
2793
2793
|
deletedAt: Date | null;
|
2794
2794
|
contact: {
|
2795
|
+
name: string;
|
2795
2796
|
id: string;
|
2796
2797
|
channel: string | null;
|
2797
2798
|
address: string | null;
|
2798
|
-
name: string;
|
2799
2799
|
createdAt: Date;
|
2800
2800
|
updatedAt: Date;
|
2801
2801
|
deletedAt: Date | null;
|
@@ -2840,8 +2840,8 @@ export declare const cxLogContract: {
|
|
2840
2840
|
createdAt: Date;
|
2841
2841
|
updatedAt: Date;
|
2842
2842
|
deletedAt: Date | null;
|
2843
|
-
address?: string | null | undefined;
|
2844
2843
|
name?: string | undefined;
|
2844
|
+
address?: string | null | undefined;
|
2845
2845
|
phone?: string | null | undefined;
|
2846
2846
|
industry?: string | null | undefined;
|
2847
2847
|
} | null;
|
@@ -2849,8 +2849,8 @@ export declare const cxLogContract: {
|
|
2849
2849
|
contactProfile: string | null;
|
2850
2850
|
socialProfileUrl: string | null;
|
2851
2851
|
tags: {
|
2852
|
-
id: string;
|
2853
2852
|
name: string;
|
2853
|
+
id: string;
|
2854
2854
|
createdAt: Date;
|
2855
2855
|
updatedAt: Date;
|
2856
2856
|
deletedAt: Date | null;
|
@@ -2875,8 +2875,8 @@ export declare const cxLogContract: {
|
|
2875
2875
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2876
2876
|
id: string;
|
2877
2877
|
metadata: {
|
2878
|
-
id: string;
|
2879
2878
|
name: string;
|
2879
|
+
id: string;
|
2880
2880
|
picture?: string | undefined;
|
2881
2881
|
additionalCredentials?: any;
|
2882
2882
|
};
|
@@ -2907,9 +2907,9 @@ export declare const cxLogContract: {
|
|
2907
2907
|
socialPlatformId: string;
|
2908
2908
|
};
|
2909
2909
|
assignee: {
|
2910
|
+
name: string;
|
2910
2911
|
id: string;
|
2911
2912
|
address: string | null;
|
2912
|
-
name: string;
|
2913
2913
|
email: string;
|
2914
2914
|
createdAt: Date;
|
2915
2915
|
updatedAt: Date;
|
@@ -2982,14 +2982,14 @@ export declare const cxLogContract: {
|
|
2982
2982
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
2983
2983
|
name: z.ZodString;
|
2984
2984
|
}, "strip", z.ZodTypeAny, {
|
2985
|
-
id: string;
|
2986
2985
|
name: string;
|
2986
|
+
id: string;
|
2987
2987
|
createdAt: Date;
|
2988
2988
|
updatedAt: Date;
|
2989
2989
|
deletedAt: Date | null;
|
2990
2990
|
}, {
|
2991
|
-
id: string;
|
2992
2991
|
name: string;
|
2992
|
+
id: string;
|
2993
2993
|
createdAt: Date;
|
2994
2994
|
updatedAt: Date;
|
2995
2995
|
deletedAt: Date | null;
|
@@ -3145,8 +3145,8 @@ export declare const cxLogContract: {
|
|
3145
3145
|
createdAt: Date;
|
3146
3146
|
updatedAt: Date;
|
3147
3147
|
deletedAt: Date | null;
|
3148
|
-
address?: string | null | undefined;
|
3149
3148
|
name?: string | undefined;
|
3149
|
+
address?: string | null | undefined;
|
3150
3150
|
phone?: string | null | undefined;
|
3151
3151
|
industry?: string | null | undefined;
|
3152
3152
|
}, {
|
@@ -3154,8 +3154,8 @@ export declare const cxLogContract: {
|
|
3154
3154
|
createdAt: Date;
|
3155
3155
|
updatedAt: Date;
|
3156
3156
|
deletedAt: Date | null;
|
3157
|
-
address?: string | null | undefined;
|
3158
3157
|
name?: string | undefined;
|
3158
|
+
address?: string | null | undefined;
|
3159
3159
|
phone?: string | null | undefined;
|
3160
3160
|
industry?: string | null | undefined;
|
3161
3161
|
}>>;
|
@@ -3173,13 +3173,13 @@ export declare const cxLogContract: {
|
|
3173
3173
|
picture: z.ZodOptional<z.ZodString>;
|
3174
3174
|
additionalCredentials: z.ZodAny;
|
3175
3175
|
}, "strip", z.ZodTypeAny, {
|
3176
|
-
id: string;
|
3177
3176
|
name: string;
|
3177
|
+
id: string;
|
3178
3178
|
picture?: string | undefined;
|
3179
3179
|
additionalCredentials?: any;
|
3180
3180
|
}, {
|
3181
|
-
id: string;
|
3182
3181
|
name: string;
|
3182
|
+
id: string;
|
3183
3183
|
picture?: string | undefined;
|
3184
3184
|
additionalCredentials?: any;
|
3185
3185
|
}>;
|
@@ -3187,8 +3187,8 @@ export declare const cxLogContract: {
|
|
3187
3187
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
3188
3188
|
id: string;
|
3189
3189
|
metadata: {
|
3190
|
-
id: string;
|
3191
3190
|
name: string;
|
3191
|
+
id: string;
|
3192
3192
|
picture?: string | undefined;
|
3193
3193
|
additionalCredentials?: any;
|
3194
3194
|
};
|
@@ -3201,8 +3201,8 @@ export declare const cxLogContract: {
|
|
3201
3201
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
3202
3202
|
id: string;
|
3203
3203
|
metadata: {
|
3204
|
-
id: string;
|
3205
3204
|
name: string;
|
3205
|
+
id: string;
|
3206
3206
|
picture?: string | undefined;
|
3207
3207
|
additionalCredentials?: any;
|
3208
3208
|
};
|
@@ -3512,10 +3512,10 @@ export declare const cxLogContract: {
|
|
3512
3512
|
};
|
3513
3513
|
}>, "many">>;
|
3514
3514
|
}, "strip", z.ZodTypeAny, {
|
3515
|
+
name: string;
|
3515
3516
|
id: string;
|
3516
3517
|
channel: string | null;
|
3517
3518
|
address: string | null;
|
3518
|
-
name: string;
|
3519
3519
|
createdAt: Date;
|
3520
3520
|
updatedAt: Date;
|
3521
3521
|
deletedAt: Date | null;
|
@@ -3560,8 +3560,8 @@ export declare const cxLogContract: {
|
|
3560
3560
|
createdAt: Date;
|
3561
3561
|
updatedAt: Date;
|
3562
3562
|
deletedAt: Date | null;
|
3563
|
-
address?: string | null | undefined;
|
3564
3563
|
name?: string | undefined;
|
3564
|
+
address?: string | null | undefined;
|
3565
3565
|
phone?: string | null | undefined;
|
3566
3566
|
industry?: string | null | undefined;
|
3567
3567
|
} | null;
|
@@ -3569,8 +3569,8 @@ export declare const cxLogContract: {
|
|
3569
3569
|
contactProfile: string | null;
|
3570
3570
|
socialProfileUrl: string | null;
|
3571
3571
|
tags: {
|
3572
|
-
id: string;
|
3573
3572
|
name: string;
|
3573
|
+
id: string;
|
3574
3574
|
createdAt: Date;
|
3575
3575
|
updatedAt: Date;
|
3576
3576
|
deletedAt: Date | null;
|
@@ -3595,8 +3595,8 @@ export declare const cxLogContract: {
|
|
3595
3595
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
3596
3596
|
id: string;
|
3597
3597
|
metadata: {
|
3598
|
-
id: string;
|
3599
3598
|
name: string;
|
3599
|
+
id: string;
|
3600
3600
|
picture?: string | undefined;
|
3601
3601
|
additionalCredentials?: any;
|
3602
3602
|
};
|
@@ -3623,10 +3623,10 @@ export declare const cxLogContract: {
|
|
3623
3623
|
};
|
3624
3624
|
}[] | undefined;
|
3625
3625
|
}, {
|
3626
|
+
name: string;
|
3626
3627
|
id: string;
|
3627
3628
|
channel: string | null;
|
3628
3629
|
address: string | null;
|
3629
|
-
name: string;
|
3630
3630
|
createdAt: Date;
|
3631
3631
|
updatedAt: Date;
|
3632
3632
|
deletedAt: Date | null;
|
@@ -3671,8 +3671,8 @@ export declare const cxLogContract: {
|
|
3671
3671
|
createdAt: Date;
|
3672
3672
|
updatedAt: Date;
|
3673
3673
|
deletedAt: Date | null;
|
3674
|
-
address?: string | null | undefined;
|
3675
3674
|
name?: string | undefined;
|
3675
|
+
address?: string | null | undefined;
|
3676
3676
|
phone?: string | null | undefined;
|
3677
3677
|
industry?: string | null | undefined;
|
3678
3678
|
} | null;
|
@@ -3680,8 +3680,8 @@ export declare const cxLogContract: {
|
|
3680
3680
|
contactProfile: string | null;
|
3681
3681
|
socialProfileUrl: string | null;
|
3682
3682
|
tags: {
|
3683
|
-
id: string;
|
3684
3683
|
name: string;
|
3684
|
+
id: string;
|
3685
3685
|
createdAt: Date;
|
3686
3686
|
updatedAt: Date;
|
3687
3687
|
deletedAt: Date | null;
|
@@ -3706,8 +3706,8 @@ export declare const cxLogContract: {
|
|
3706
3706
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
3707
3707
|
id: string;
|
3708
3708
|
metadata: {
|
3709
|
-
id: string;
|
3710
3709
|
name: string;
|
3710
|
+
id: string;
|
3711
3711
|
picture?: string | undefined;
|
3712
3712
|
additionalCredentials?: any;
|
3713
3713
|
};
|
@@ -3925,9 +3925,9 @@ export declare const cxLogContract: {
|
|
3925
3925
|
telephonySignature: string | null;
|
3926
3926
|
}>;
|
3927
3927
|
}, "roles" | "extension">, "strip", z.ZodTypeAny, {
|
3928
|
+
name: string;
|
3928
3929
|
id: string;
|
3929
3930
|
address: string | null;
|
3930
|
-
name: string;
|
3931
3931
|
email: string;
|
3932
3932
|
createdAt: Date;
|
3933
3933
|
updatedAt: Date;
|
@@ -3937,9 +3937,9 @@ export declare const cxLogContract: {
|
|
3937
3937
|
phone: string | null;
|
3938
3938
|
notificationCount: number | null;
|
3939
3939
|
}, {
|
3940
|
+
name: string;
|
3940
3941
|
id: string;
|
3941
3942
|
address: string | null;
|
3942
|
-
name: string;
|
3943
3943
|
email: string;
|
3944
3944
|
createdAt: Date;
|
3945
3945
|
updatedAt: Date;
|
@@ -3962,9 +3962,9 @@ export declare const cxLogContract: {
|
|
3962
3962
|
}, "strip", z.ZodTypeAny, {
|
3963
3963
|
id: string;
|
3964
3964
|
user: {
|
3965
|
+
name: string;
|
3965
3966
|
id: string;
|
3966
3967
|
address: string | null;
|
3967
|
-
name: string;
|
3968
3968
|
email: string;
|
3969
3969
|
createdAt: Date;
|
3970
3970
|
updatedAt: Date;
|
@@ -3987,9 +3987,9 @@ export declare const cxLogContract: {
|
|
3987
3987
|
}, {
|
3988
3988
|
id: string;
|
3989
3989
|
user: {
|
3990
|
+
name: string;
|
3990
3991
|
id: string;
|
3991
3992
|
address: string | null;
|
3992
|
-
name: string;
|
3993
3993
|
email: string;
|
3994
3994
|
createdAt: Date;
|
3995
3995
|
updatedAt: Date;
|
@@ -4130,9 +4130,9 @@ export declare const cxLogContract: {
|
|
4130
4130
|
telephonySignature: string | null;
|
4131
4131
|
}>;
|
4132
4132
|
}, "roles" | "extension">, "strip", z.ZodTypeAny, {
|
4133
|
+
name: string;
|
4133
4134
|
id: string;
|
4134
4135
|
address: string | null;
|
4135
|
-
name: string;
|
4136
4136
|
email: string;
|
4137
4137
|
createdAt: Date;
|
4138
4138
|
updatedAt: Date;
|
@@ -4142,9 +4142,9 @@ export declare const cxLogContract: {
|
|
4142
4142
|
phone: string | null;
|
4143
4143
|
notificationCount: number | null;
|
4144
4144
|
}, {
|
4145
|
+
name: string;
|
4145
4146
|
id: string;
|
4146
4147
|
address: string | null;
|
4147
|
-
name: string;
|
4148
4148
|
email: string;
|
4149
4149
|
createdAt: Date;
|
4150
4150
|
updatedAt: Date;
|
@@ -4167,9 +4167,9 @@ export declare const cxLogContract: {
|
|
4167
4167
|
}, "strip", z.ZodTypeAny, {
|
4168
4168
|
id: string;
|
4169
4169
|
user: {
|
4170
|
+
name: string;
|
4170
4171
|
id: string;
|
4171
4172
|
address: string | null;
|
4172
|
-
name: string;
|
4173
4173
|
email: string;
|
4174
4174
|
createdAt: Date;
|
4175
4175
|
updatedAt: Date;
|
@@ -4192,9 +4192,9 @@ export declare const cxLogContract: {
|
|
4192
4192
|
}, {
|
4193
4193
|
id: string;
|
4194
4194
|
user: {
|
4195
|
+
name: string;
|
4195
4196
|
id: string;
|
4196
4197
|
address: string | null;
|
4197
|
-
name: string;
|
4198
4198
|
email: string;
|
4199
4199
|
createdAt: Date;
|
4200
4200
|
updatedAt: Date;
|
@@ -4219,9 +4219,9 @@ export declare const cxLogContract: {
|
|
4219
4219
|
callTo?: {
|
4220
4220
|
id: string;
|
4221
4221
|
user: {
|
4222
|
+
name: string;
|
4222
4223
|
id: string;
|
4223
4224
|
address: string | null;
|
4224
|
-
name: string;
|
4225
4225
|
email: string;
|
4226
4226
|
createdAt: Date;
|
4227
4227
|
updatedAt: Date;
|
@@ -4245,9 +4245,9 @@ export declare const cxLogContract: {
|
|
4245
4245
|
callFrom?: {
|
4246
4246
|
id: string;
|
4247
4247
|
user: {
|
4248
|
+
name: string;
|
4248
4249
|
id: string;
|
4249
4250
|
address: string | null;
|
4250
|
-
name: string;
|
4251
4251
|
email: string;
|
4252
4252
|
createdAt: Date;
|
4253
4253
|
updatedAt: Date;
|
@@ -4272,9 +4272,9 @@ export declare const cxLogContract: {
|
|
4272
4272
|
callTo?: {
|
4273
4273
|
id: string;
|
4274
4274
|
user: {
|
4275
|
+
name: string;
|
4275
4276
|
id: string;
|
4276
4277
|
address: string | null;
|
4277
|
-
name: string;
|
4278
4278
|
email: string;
|
4279
4279
|
createdAt: Date;
|
4280
4280
|
updatedAt: Date;
|
@@ -4298,9 +4298,9 @@ export declare const cxLogContract: {
|
|
4298
4298
|
callFrom?: {
|
4299
4299
|
id: string;
|
4300
4300
|
user: {
|
4301
|
+
name: string;
|
4301
4302
|
id: string;
|
4302
4303
|
address: string | null;
|
4303
|
-
name: string;
|
4304
4304
|
email: string;
|
4305
4305
|
createdAt: Date;
|
4306
4306
|
updatedAt: Date;
|
@@ -4454,9 +4454,9 @@ export declare const cxLogContract: {
|
|
4454
4454
|
telephonySignature: string | null;
|
4455
4455
|
}>;
|
4456
4456
|
}, "strip", z.ZodTypeAny, {
|
4457
|
+
name: string;
|
4457
4458
|
id: string;
|
4458
4459
|
address: string | null;
|
4459
|
-
name: string;
|
4460
4460
|
email: string;
|
4461
4461
|
createdAt: Date;
|
4462
4462
|
updatedAt: Date;
|
@@ -4497,9 +4497,9 @@ export declare const cxLogContract: {
|
|
4497
4497
|
telephonySignature: string | null;
|
4498
4498
|
};
|
4499
4499
|
}, {
|
4500
|
+
name: string;
|
4500
4501
|
id: string;
|
4501
4502
|
address: string | null;
|
4502
|
-
name: string;
|
4503
4503
|
email: string;
|
4504
4504
|
createdAt: Date;
|
4505
4505
|
updatedAt: Date;
|
@@ -4553,9 +4553,9 @@ export declare const cxLogContract: {
|
|
4553
4553
|
extensionName: string;
|
4554
4554
|
telephonySignature: string | null;
|
4555
4555
|
user?: {
|
4556
|
+
name: string;
|
4556
4557
|
id: string;
|
4557
4558
|
address: string | null;
|
4558
|
-
name: string;
|
4559
4559
|
email: string;
|
4560
4560
|
createdAt: Date;
|
4561
4561
|
updatedAt: Date;
|
@@ -4609,9 +4609,9 @@ export declare const cxLogContract: {
|
|
4609
4609
|
extensionName: string;
|
4610
4610
|
telephonySignature: string | null;
|
4611
4611
|
user?: {
|
4612
|
+
name: string;
|
4612
4613
|
id: string;
|
4613
4614
|
address: string | null;
|
4614
|
-
name: string;
|
4615
4615
|
email: string;
|
4616
4616
|
createdAt: Date;
|
4617
4617
|
updatedAt: Date;
|
@@ -4681,9 +4681,9 @@ export declare const cxLogContract: {
|
|
4681
4681
|
callTo?: {
|
4682
4682
|
id: string;
|
4683
4683
|
user: {
|
4684
|
+
name: string;
|
4684
4685
|
id: string;
|
4685
4686
|
address: string | null;
|
4686
|
-
name: string;
|
4687
4687
|
email: string;
|
4688
4688
|
createdAt: Date;
|
4689
4689
|
updatedAt: Date;
|
@@ -4707,9 +4707,9 @@ export declare const cxLogContract: {
|
|
4707
4707
|
callFrom?: {
|
4708
4708
|
id: string;
|
4709
4709
|
user: {
|
4710
|
+
name: string;
|
4710
4711
|
id: string;
|
4711
4712
|
address: string | null;
|
4712
|
-
name: string;
|
4713
4713
|
email: string;
|
4714
4714
|
createdAt: Date;
|
4715
4715
|
updatedAt: Date;
|
@@ -4735,10 +4735,10 @@ export declare const cxLogContract: {
|
|
4735
4735
|
telephonyQueueId: string | null;
|
4736
4736
|
contactId: string | null;
|
4737
4737
|
contact?: {
|
4738
|
+
name: string;
|
4738
4739
|
id: string;
|
4739
4740
|
channel: string | null;
|
4740
4741
|
address: string | null;
|
4741
|
-
name: string;
|
4742
4742
|
createdAt: Date;
|
4743
4743
|
updatedAt: Date;
|
4744
4744
|
deletedAt: Date | null;
|
@@ -4783,8 +4783,8 @@ export declare const cxLogContract: {
|
|
4783
4783
|
createdAt: Date;
|
4784
4784
|
updatedAt: Date;
|
4785
4785
|
deletedAt: Date | null;
|
4786
|
-
address?: string | null | undefined;
|
4787
4786
|
name?: string | undefined;
|
4787
|
+
address?: string | null | undefined;
|
4788
4788
|
phone?: string | null | undefined;
|
4789
4789
|
industry?: string | null | undefined;
|
4790
4790
|
} | null;
|
@@ -4792,8 +4792,8 @@ export declare const cxLogContract: {
|
|
4792
4792
|
contactProfile: string | null;
|
4793
4793
|
socialProfileUrl: string | null;
|
4794
4794
|
tags: {
|
4795
|
-
id: string;
|
4796
4795
|
name: string;
|
4796
|
+
id: string;
|
4797
4797
|
createdAt: Date;
|
4798
4798
|
updatedAt: Date;
|
4799
4799
|
deletedAt: Date | null;
|
@@ -4818,8 +4818,8 @@ export declare const cxLogContract: {
|
|
4818
4818
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
4819
4819
|
id: string;
|
4820
4820
|
metadata: {
|
4821
|
-
id: string;
|
4822
4821
|
name: string;
|
4822
|
+
id: string;
|
4823
4823
|
picture?: string | undefined;
|
4824
4824
|
additionalCredentials?: any;
|
4825
4825
|
};
|
@@ -4881,9 +4881,9 @@ export declare const cxLogContract: {
|
|
4881
4881
|
extensionName: string;
|
4882
4882
|
telephonySignature: string | null;
|
4883
4883
|
user?: {
|
4884
|
+
name: string;
|
4884
4885
|
id: string;
|
4885
4886
|
address: string | null;
|
4886
|
-
name: string;
|
4887
4887
|
email: string;
|
4888
4888
|
createdAt: Date;
|
4889
4889
|
updatedAt: Date;
|
@@ -4951,9 +4951,9 @@ export declare const cxLogContract: {
|
|
4951
4951
|
callTo?: {
|
4952
4952
|
id: string;
|
4953
4953
|
user: {
|
4954
|
+
name: string;
|
4954
4955
|
id: string;
|
4955
4956
|
address: string | null;
|
4956
|
-
name: string;
|
4957
4957
|
email: string;
|
4958
4958
|
createdAt: Date;
|
4959
4959
|
updatedAt: Date;
|
@@ -4977,9 +4977,9 @@ export declare const cxLogContract: {
|
|
4977
4977
|
callFrom?: {
|
4978
4978
|
id: string;
|
4979
4979
|
user: {
|
4980
|
+
name: string;
|
4980
4981
|
id: string;
|
4981
4982
|
address: string | null;
|
4982
|
-
name: string;
|
4983
4983
|
email: string;
|
4984
4984
|
createdAt: Date;
|
4985
4985
|
updatedAt: Date;
|
@@ -5005,10 +5005,10 @@ export declare const cxLogContract: {
|
|
5005
5005
|
telephonyQueueId: string | null;
|
5006
5006
|
contactId: string | null;
|
5007
5007
|
contact?: {
|
5008
|
+
name: string;
|
5008
5009
|
id: string;
|
5009
5010
|
channel: string | null;
|
5010
5011
|
address: string | null;
|
5011
|
-
name: string;
|
5012
5012
|
createdAt: Date;
|
5013
5013
|
updatedAt: Date;
|
5014
5014
|
deletedAt: Date | null;
|
@@ -5053,8 +5053,8 @@ export declare const cxLogContract: {
|
|
5053
5053
|
createdAt: Date;
|
5054
5054
|
updatedAt: Date;
|
5055
5055
|
deletedAt: Date | null;
|
5056
|
-
address?: string | null | undefined;
|
5057
5056
|
name?: string | undefined;
|
5057
|
+
address?: string | null | undefined;
|
5058
5058
|
phone?: string | null | undefined;
|
5059
5059
|
industry?: string | null | undefined;
|
5060
5060
|
} | null;
|
@@ -5062,8 +5062,8 @@ export declare const cxLogContract: {
|
|
5062
5062
|
contactProfile: string | null;
|
5063
5063
|
socialProfileUrl: string | null;
|
5064
5064
|
tags: {
|
5065
|
-
id: string;
|
5066
5065
|
name: string;
|
5066
|
+
id: string;
|
5067
5067
|
createdAt: Date;
|
5068
5068
|
updatedAt: Date;
|
5069
5069
|
deletedAt: Date | null;
|
@@ -5088,8 +5088,8 @@ export declare const cxLogContract: {
|
|
5088
5088
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
5089
5089
|
id: string;
|
5090
5090
|
metadata: {
|
5091
|
-
id: string;
|
5092
5091
|
name: string;
|
5092
|
+
id: string;
|
5093
5093
|
picture?: string | undefined;
|
5094
5094
|
additionalCredentials?: any;
|
5095
5095
|
};
|
@@ -5151,9 +5151,9 @@ export declare const cxLogContract: {
|
|
5151
5151
|
extensionName: string;
|
5152
5152
|
telephonySignature: string | null;
|
5153
5153
|
user?: {
|
5154
|
+
name: string;
|
5154
5155
|
id: string;
|
5155
5156
|
address: string | null;
|
5156
|
-
name: string;
|
5157
5157
|
email: string;
|
5158
5158
|
createdAt: Date;
|
5159
5159
|
updatedAt: Date;
|
@@ -5221,14 +5221,14 @@ export declare const cxLogContract: {
|
|
5221
5221
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
5222
5222
|
name: z.ZodString;
|
5223
5223
|
}, "strip", z.ZodTypeAny, {
|
5224
|
-
id: string;
|
5225
5224
|
name: string;
|
5225
|
+
id: string;
|
5226
5226
|
createdAt: Date;
|
5227
5227
|
updatedAt: Date;
|
5228
5228
|
deletedAt: Date | null;
|
5229
5229
|
}, {
|
5230
|
-
id: string;
|
5231
5230
|
name: string;
|
5231
|
+
id: string;
|
5232
5232
|
createdAt: Date;
|
5233
5233
|
updatedAt: Date;
|
5234
5234
|
deletedAt: Date | null;
|
@@ -5384,8 +5384,8 @@ export declare const cxLogContract: {
|
|
5384
5384
|
createdAt: Date;
|
5385
5385
|
updatedAt: Date;
|
5386
5386
|
deletedAt: Date | null;
|
5387
|
-
address?: string | null | undefined;
|
5388
5387
|
name?: string | undefined;
|
5388
|
+
address?: string | null | undefined;
|
5389
5389
|
phone?: string | null | undefined;
|
5390
5390
|
industry?: string | null | undefined;
|
5391
5391
|
}, {
|
@@ -5393,8 +5393,8 @@ export declare const cxLogContract: {
|
|
5393
5393
|
createdAt: Date;
|
5394
5394
|
updatedAt: Date;
|
5395
5395
|
deletedAt: Date | null;
|
5396
|
-
address?: string | null | undefined;
|
5397
5396
|
name?: string | undefined;
|
5397
|
+
address?: string | null | undefined;
|
5398
5398
|
phone?: string | null | undefined;
|
5399
5399
|
industry?: string | null | undefined;
|
5400
5400
|
}>>;
|
@@ -5412,13 +5412,13 @@ export declare const cxLogContract: {
|
|
5412
5412
|
picture: z.ZodOptional<z.ZodString>;
|
5413
5413
|
additionalCredentials: z.ZodAny;
|
5414
5414
|
}, "strip", z.ZodTypeAny, {
|
5415
|
-
id: string;
|
5416
5415
|
name: string;
|
5416
|
+
id: string;
|
5417
5417
|
picture?: string | undefined;
|
5418
5418
|
additionalCredentials?: any;
|
5419
5419
|
}, {
|
5420
|
-
id: string;
|
5421
5420
|
name: string;
|
5421
|
+
id: string;
|
5422
5422
|
picture?: string | undefined;
|
5423
5423
|
additionalCredentials?: any;
|
5424
5424
|
}>;
|
@@ -5426,8 +5426,8 @@ export declare const cxLogContract: {
|
|
5426
5426
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
5427
5427
|
id: string;
|
5428
5428
|
metadata: {
|
5429
|
-
id: string;
|
5430
5429
|
name: string;
|
5430
|
+
id: string;
|
5431
5431
|
picture?: string | undefined;
|
5432
5432
|
additionalCredentials?: any;
|
5433
5433
|
};
|
@@ -5440,8 +5440,8 @@ export declare const cxLogContract: {
|
|
5440
5440
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
5441
5441
|
id: string;
|
5442
5442
|
metadata: {
|
5443
|
-
id: string;
|
5444
5443
|
name: string;
|
5444
|
+
id: string;
|
5445
5445
|
picture?: string | undefined;
|
5446
5446
|
additionalCredentials?: any;
|
5447
5447
|
};
|
@@ -5751,10 +5751,10 @@ export declare const cxLogContract: {
|
|
5751
5751
|
};
|
5752
5752
|
}>, "many">>;
|
5753
5753
|
}, "strip", z.ZodTypeAny, {
|
5754
|
+
name: string;
|
5754
5755
|
id: string;
|
5755
5756
|
channel: string | null;
|
5756
5757
|
address: string | null;
|
5757
|
-
name: string;
|
5758
5758
|
createdAt: Date;
|
5759
5759
|
updatedAt: Date;
|
5760
5760
|
deletedAt: Date | null;
|
@@ -5799,8 +5799,8 @@ export declare const cxLogContract: {
|
|
5799
5799
|
createdAt: Date;
|
5800
5800
|
updatedAt: Date;
|
5801
5801
|
deletedAt: Date | null;
|
5802
|
-
address?: string | null | undefined;
|
5803
5802
|
name?: string | undefined;
|
5803
|
+
address?: string | null | undefined;
|
5804
5804
|
phone?: string | null | undefined;
|
5805
5805
|
industry?: string | null | undefined;
|
5806
5806
|
} | null;
|
@@ -5808,8 +5808,8 @@ export declare const cxLogContract: {
|
|
5808
5808
|
contactProfile: string | null;
|
5809
5809
|
socialProfileUrl: string | null;
|
5810
5810
|
tags: {
|
5811
|
-
id: string;
|
5812
5811
|
name: string;
|
5812
|
+
id: string;
|
5813
5813
|
createdAt: Date;
|
5814
5814
|
updatedAt: Date;
|
5815
5815
|
deletedAt: Date | null;
|
@@ -5834,8 +5834,8 @@ export declare const cxLogContract: {
|
|
5834
5834
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
5835
5835
|
id: string;
|
5836
5836
|
metadata: {
|
5837
|
-
id: string;
|
5838
5837
|
name: string;
|
5838
|
+
id: string;
|
5839
5839
|
picture?: string | undefined;
|
5840
5840
|
additionalCredentials?: any;
|
5841
5841
|
};
|
@@ -5862,10 +5862,10 @@ export declare const cxLogContract: {
|
|
5862
5862
|
};
|
5863
5863
|
}[] | undefined;
|
5864
5864
|
}, {
|
5865
|
+
name: string;
|
5865
5866
|
id: string;
|
5866
5867
|
channel: string | null;
|
5867
5868
|
address: string | null;
|
5868
|
-
name: string;
|
5869
5869
|
createdAt: Date;
|
5870
5870
|
updatedAt: Date;
|
5871
5871
|
deletedAt: Date | null;
|
@@ -5910,8 +5910,8 @@ export declare const cxLogContract: {
|
|
5910
5910
|
createdAt: Date;
|
5911
5911
|
updatedAt: Date;
|
5912
5912
|
deletedAt: Date | null;
|
5913
|
-
address?: string | null | undefined;
|
5914
5913
|
name?: string | undefined;
|
5914
|
+
address?: string | null | undefined;
|
5915
5915
|
phone?: string | null | undefined;
|
5916
5916
|
industry?: string | null | undefined;
|
5917
5917
|
} | null;
|
@@ -5919,8 +5919,8 @@ export declare const cxLogContract: {
|
|
5919
5919
|
contactProfile: string | null;
|
5920
5920
|
socialProfileUrl: string | null;
|
5921
5921
|
tags: {
|
5922
|
-
id: string;
|
5923
5922
|
name: string;
|
5923
|
+
id: string;
|
5924
5924
|
createdAt: Date;
|
5925
5925
|
updatedAt: Date;
|
5926
5926
|
deletedAt: Date | null;
|
@@ -5945,8 +5945,8 @@ export declare const cxLogContract: {
|
|
5945
5945
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
5946
5946
|
id: string;
|
5947
5947
|
metadata: {
|
5948
|
-
id: string;
|
5949
5948
|
name: string;
|
5949
|
+
id: string;
|
5950
5950
|
picture?: string | undefined;
|
5951
5951
|
additionalCredentials?: any;
|
5952
5952
|
};
|
@@ -6091,9 +6091,9 @@ export declare const cxLogContract: {
|
|
6091
6091
|
telephonySignature: string | null;
|
6092
6092
|
}>;
|
6093
6093
|
}, "strip", z.ZodTypeAny, {
|
6094
|
+
name: string;
|
6094
6095
|
id: string;
|
6095
6096
|
address: string | null;
|
6096
|
-
name: string;
|
6097
6097
|
email: string;
|
6098
6098
|
createdAt: Date;
|
6099
6099
|
updatedAt: Date;
|
@@ -6134,9 +6134,9 @@ export declare const cxLogContract: {
|
|
6134
6134
|
telephonySignature: string | null;
|
6135
6135
|
};
|
6136
6136
|
}, {
|
6137
|
+
name: string;
|
6137
6138
|
id: string;
|
6138
6139
|
address: string | null;
|
6139
|
-
name: string;
|
6140
6140
|
email: string;
|
6141
6141
|
createdAt: Date;
|
6142
6142
|
updatedAt: Date;
|
@@ -6295,9 +6295,9 @@ export declare const cxLogContract: {
|
|
6295
6295
|
telephonySignature: string | null;
|
6296
6296
|
}>;
|
6297
6297
|
}, "strip", z.ZodTypeAny, {
|
6298
|
+
name: string;
|
6298
6299
|
id: string;
|
6299
6300
|
address: string | null;
|
6300
|
-
name: string;
|
6301
6301
|
email: string;
|
6302
6302
|
createdAt: Date;
|
6303
6303
|
updatedAt: Date;
|
@@ -6338,9 +6338,9 @@ export declare const cxLogContract: {
|
|
6338
6338
|
telephonySignature: string | null;
|
6339
6339
|
};
|
6340
6340
|
}, {
|
6341
|
+
name: string;
|
6341
6342
|
id: string;
|
6342
6343
|
address: string | null;
|
6343
|
-
name: string;
|
6344
6344
|
email: string;
|
6345
6345
|
createdAt: Date;
|
6346
6346
|
updatedAt: Date;
|
@@ -6499,9 +6499,9 @@ export declare const cxLogContract: {
|
|
6499
6499
|
telephonySignature: string | null;
|
6500
6500
|
}>;
|
6501
6501
|
}, "strip", z.ZodTypeAny, {
|
6502
|
+
name: string;
|
6502
6503
|
id: string;
|
6503
6504
|
address: string | null;
|
6504
|
-
name: string;
|
6505
6505
|
email: string;
|
6506
6506
|
createdAt: Date;
|
6507
6507
|
updatedAt: Date;
|
@@ -6542,9 +6542,9 @@ export declare const cxLogContract: {
|
|
6542
6542
|
telephonySignature: string | null;
|
6543
6543
|
};
|
6544
6544
|
}, {
|
6545
|
+
name: string;
|
6545
6546
|
id: string;
|
6546
6547
|
address: string | null;
|
6547
|
-
name: string;
|
6548
6548
|
email: string;
|
6549
6549
|
createdAt: Date;
|
6550
6550
|
updatedAt: Date;
|
@@ -6595,10 +6595,10 @@ export declare const cxLogContract: {
|
|
6595
6595
|
deletedAt: Date | null;
|
6596
6596
|
entityId: string;
|
6597
6597
|
contact: {
|
6598
|
+
name: string;
|
6598
6599
|
id: string;
|
6599
6600
|
channel: string | null;
|
6600
6601
|
address: string | null;
|
6601
|
-
name: string;
|
6602
6602
|
createdAt: Date;
|
6603
6603
|
updatedAt: Date;
|
6604
6604
|
deletedAt: Date | null;
|
@@ -6643,8 +6643,8 @@ export declare const cxLogContract: {
|
|
6643
6643
|
createdAt: Date;
|
6644
6644
|
updatedAt: Date;
|
6645
6645
|
deletedAt: Date | null;
|
6646
|
-
address?: string | null | undefined;
|
6647
6646
|
name?: string | undefined;
|
6647
|
+
address?: string | null | undefined;
|
6648
6648
|
phone?: string | null | undefined;
|
6649
6649
|
industry?: string | null | undefined;
|
6650
6650
|
} | null;
|
@@ -6652,8 +6652,8 @@ export declare const cxLogContract: {
|
|
6652
6652
|
contactProfile: string | null;
|
6653
6653
|
socialProfileUrl: string | null;
|
6654
6654
|
tags: {
|
6655
|
-
id: string;
|
6656
6655
|
name: string;
|
6656
|
+
id: string;
|
6657
6657
|
createdAt: Date;
|
6658
6658
|
updatedAt: Date;
|
6659
6659
|
deletedAt: Date | null;
|
@@ -6678,8 +6678,8 @@ export declare const cxLogContract: {
|
|
6678
6678
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
6679
6679
|
id: string;
|
6680
6680
|
metadata: {
|
6681
|
-
id: string;
|
6682
6681
|
name: string;
|
6682
|
+
id: string;
|
6683
6683
|
picture?: string | undefined;
|
6684
6684
|
additionalCredentials?: any;
|
6685
6685
|
};
|
@@ -6741,8 +6741,8 @@ export declare const cxLogContract: {
|
|
6741
6741
|
}[];
|
6742
6742
|
}[];
|
6743
6743
|
tags: {
|
6744
|
-
id: string;
|
6745
6744
|
name: string;
|
6745
|
+
id: string;
|
6746
6746
|
createdAt: Date;
|
6747
6747
|
updatedAt: Date;
|
6748
6748
|
deletedAt: Date | null;
|
@@ -6782,12 +6782,12 @@ export declare const cxLogContract: {
|
|
6782
6782
|
room: {
|
6783
6783
|
id: string;
|
6784
6784
|
channel: {
|
6785
|
+
name: string;
|
6785
6786
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
6786
6787
|
id: string;
|
6787
|
-
name: string;
|
6788
6788
|
metadata: {
|
6789
|
-
id: string;
|
6790
6789
|
name: string;
|
6790
|
+
id: string;
|
6791
6791
|
accessToken?: string | undefined;
|
6792
6792
|
channelSecret?: string | undefined;
|
6793
6793
|
additionalCredentials?: any;
|
@@ -6805,9 +6805,9 @@ export declare const cxLogContract: {
|
|
6805
6805
|
updatedAt: Date;
|
6806
6806
|
deletedAt: Date | null;
|
6807
6807
|
actor: {
|
6808
|
+
name: string;
|
6808
6809
|
id: string;
|
6809
6810
|
address: string | null;
|
6810
|
-
name: string;
|
6811
6811
|
email: string;
|
6812
6812
|
createdAt: Date;
|
6813
6813
|
updatedAt: Date;
|
@@ -6854,8 +6854,8 @@ export declare const cxLogContract: {
|
|
6854
6854
|
connectedUserName: string;
|
6855
6855
|
connectedUserId: string;
|
6856
6856
|
botpressBot: {
|
6857
|
-
id: string;
|
6858
6857
|
name: string;
|
6858
|
+
id: string;
|
6859
6859
|
accessToken: string;
|
6860
6860
|
botId: string;
|
6861
6861
|
integrationId: string;
|
@@ -6866,9 +6866,9 @@ export declare const cxLogContract: {
|
|
6866
6866
|
updatedAt: Date;
|
6867
6867
|
deletedAt: Date | null;
|
6868
6868
|
actor: {
|
6869
|
+
name: string;
|
6869
6870
|
id: string;
|
6870
6871
|
address: string | null;
|
6871
|
-
name: string;
|
6872
6872
|
email: string;
|
6873
6873
|
createdAt: Date;
|
6874
6874
|
updatedAt: Date;
|
@@ -6920,8 +6920,8 @@ export declare const cxLogContract: {
|
|
6920
6920
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
6921
6921
|
id: string;
|
6922
6922
|
metadata: {
|
6923
|
-
id: string;
|
6924
6923
|
name: string;
|
6924
|
+
id: string;
|
6925
6925
|
picture?: string | undefined;
|
6926
6926
|
additionalCredentials?: any;
|
6927
6927
|
};
|
@@ -6929,10 +6929,10 @@ export declare const cxLogContract: {
|
|
6929
6929
|
updatedAt: Date;
|
6930
6930
|
deletedAt: Date | null;
|
6931
6931
|
contact: {
|
6932
|
+
name: string;
|
6932
6933
|
id: string;
|
6933
6934
|
channel: string | null;
|
6934
6935
|
address: string | null;
|
6935
|
-
name: string;
|
6936
6936
|
createdAt: Date;
|
6937
6937
|
updatedAt: Date;
|
6938
6938
|
deletedAt: Date | null;
|
@@ -6977,8 +6977,8 @@ export declare const cxLogContract: {
|
|
6977
6977
|
createdAt: Date;
|
6978
6978
|
updatedAt: Date;
|
6979
6979
|
deletedAt: Date | null;
|
6980
|
-
address?: string | null | undefined;
|
6981
6980
|
name?: string | undefined;
|
6981
|
+
address?: string | null | undefined;
|
6982
6982
|
phone?: string | null | undefined;
|
6983
6983
|
industry?: string | null | undefined;
|
6984
6984
|
} | null;
|
@@ -6986,8 +6986,8 @@ export declare const cxLogContract: {
|
|
6986
6986
|
contactProfile: string | null;
|
6987
6987
|
socialProfileUrl: string | null;
|
6988
6988
|
tags: {
|
6989
|
-
id: string;
|
6990
6989
|
name: string;
|
6990
|
+
id: string;
|
6991
6991
|
createdAt: Date;
|
6992
6992
|
updatedAt: Date;
|
6993
6993
|
deletedAt: Date | null;
|
@@ -7012,8 +7012,8 @@ export declare const cxLogContract: {
|
|
7012
7012
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7013
7013
|
id: string;
|
7014
7014
|
metadata: {
|
7015
|
-
id: string;
|
7016
7015
|
name: string;
|
7016
|
+
id: string;
|
7017
7017
|
picture?: string | undefined;
|
7018
7018
|
additionalCredentials?: any;
|
7019
7019
|
};
|
@@ -7044,9 +7044,9 @@ export declare const cxLogContract: {
|
|
7044
7044
|
socialPlatformId: string;
|
7045
7045
|
};
|
7046
7046
|
assignee: {
|
7047
|
+
name: string;
|
7047
7048
|
id: string;
|
7048
7049
|
address: string | null;
|
7049
|
-
name: string;
|
7050
7050
|
email: string;
|
7051
7051
|
createdAt: Date;
|
7052
7052
|
updatedAt: Date;
|
@@ -7114,9 +7114,9 @@ export declare const cxLogContract: {
|
|
7114
7114
|
callTo?: {
|
7115
7115
|
id: string;
|
7116
7116
|
user: {
|
7117
|
+
name: string;
|
7117
7118
|
id: string;
|
7118
7119
|
address: string | null;
|
7119
|
-
name: string;
|
7120
7120
|
email: string;
|
7121
7121
|
createdAt: Date;
|
7122
7122
|
updatedAt: Date;
|
@@ -7140,9 +7140,9 @@ export declare const cxLogContract: {
|
|
7140
7140
|
callFrom?: {
|
7141
7141
|
id: string;
|
7142
7142
|
user: {
|
7143
|
+
name: string;
|
7143
7144
|
id: string;
|
7144
7145
|
address: string | null;
|
7145
|
-
name: string;
|
7146
7146
|
email: string;
|
7147
7147
|
createdAt: Date;
|
7148
7148
|
updatedAt: Date;
|
@@ -7168,10 +7168,10 @@ export declare const cxLogContract: {
|
|
7168
7168
|
telephonyQueueId: string | null;
|
7169
7169
|
contactId: string | null;
|
7170
7170
|
contact?: {
|
7171
|
+
name: string;
|
7171
7172
|
id: string;
|
7172
7173
|
channel: string | null;
|
7173
7174
|
address: string | null;
|
7174
|
-
name: string;
|
7175
7175
|
createdAt: Date;
|
7176
7176
|
updatedAt: Date;
|
7177
7177
|
deletedAt: Date | null;
|
@@ -7216,8 +7216,8 @@ export declare const cxLogContract: {
|
|
7216
7216
|
createdAt: Date;
|
7217
7217
|
updatedAt: Date;
|
7218
7218
|
deletedAt: Date | null;
|
7219
|
-
address?: string | null | undefined;
|
7220
7219
|
name?: string | undefined;
|
7220
|
+
address?: string | null | undefined;
|
7221
7221
|
phone?: string | null | undefined;
|
7222
7222
|
industry?: string | null | undefined;
|
7223
7223
|
} | null;
|
@@ -7225,8 +7225,8 @@ export declare const cxLogContract: {
|
|
7225
7225
|
contactProfile: string | null;
|
7226
7226
|
socialProfileUrl: string | null;
|
7227
7227
|
tags: {
|
7228
|
-
id: string;
|
7229
7228
|
name: string;
|
7229
|
+
id: string;
|
7230
7230
|
createdAt: Date;
|
7231
7231
|
updatedAt: Date;
|
7232
7232
|
deletedAt: Date | null;
|
@@ -7251,8 +7251,8 @@ export declare const cxLogContract: {
|
|
7251
7251
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7252
7252
|
id: string;
|
7253
7253
|
metadata: {
|
7254
|
-
id: string;
|
7255
7254
|
name: string;
|
7255
|
+
id: string;
|
7256
7256
|
picture?: string | undefined;
|
7257
7257
|
additionalCredentials?: any;
|
7258
7258
|
};
|
@@ -7314,9 +7314,9 @@ export declare const cxLogContract: {
|
|
7314
7314
|
extensionName: string;
|
7315
7315
|
telephonySignature: string | null;
|
7316
7316
|
user?: {
|
7317
|
+
name: string;
|
7317
7318
|
id: string;
|
7318
7319
|
address: string | null;
|
7319
|
-
name: string;
|
7320
7320
|
email: string;
|
7321
7321
|
createdAt: Date;
|
7322
7322
|
updatedAt: Date;
|
@@ -7363,9 +7363,9 @@ export declare const cxLogContract: {
|
|
7363
7363
|
queueName?: string | null | undefined;
|
7364
7364
|
} | null;
|
7365
7365
|
firstAssignee: {
|
7366
|
+
name: string;
|
7366
7367
|
id: string;
|
7367
7368
|
address: string | null;
|
7368
|
-
name: string;
|
7369
7369
|
email: string;
|
7370
7370
|
createdAt: Date;
|
7371
7371
|
updatedAt: Date;
|
@@ -7407,9 +7407,9 @@ export declare const cxLogContract: {
|
|
7407
7407
|
};
|
7408
7408
|
} | null;
|
7409
7409
|
agent: {
|
7410
|
+
name: string;
|
7410
7411
|
id: string;
|
7411
7412
|
address: string | null;
|
7412
|
-
name: string;
|
7413
7413
|
email: string;
|
7414
7414
|
createdAt: Date;
|
7415
7415
|
updatedAt: Date;
|
@@ -7451,9 +7451,9 @@ export declare const cxLogContract: {
|
|
7451
7451
|
};
|
7452
7452
|
} | null;
|
7453
7453
|
closedAssignee: {
|
7454
|
+
name: string;
|
7454
7455
|
id: string;
|
7455
7456
|
address: string | null;
|
7456
|
-
name: string;
|
7457
7457
|
email: string;
|
7458
7458
|
createdAt: Date;
|
7459
7459
|
updatedAt: Date;
|
@@ -7504,10 +7504,10 @@ export declare const cxLogContract: {
|
|
7504
7504
|
deletedAt: Date | null;
|
7505
7505
|
entityId: string;
|
7506
7506
|
contact: {
|
7507
|
+
name: string;
|
7507
7508
|
id: string;
|
7508
7509
|
channel: string | null;
|
7509
7510
|
address: string | null;
|
7510
|
-
name: string;
|
7511
7511
|
createdAt: Date;
|
7512
7512
|
updatedAt: Date;
|
7513
7513
|
deletedAt: Date | null;
|
@@ -7552,8 +7552,8 @@ export declare const cxLogContract: {
|
|
7552
7552
|
createdAt: Date;
|
7553
7553
|
updatedAt: Date;
|
7554
7554
|
deletedAt: Date | null;
|
7555
|
-
address?: string | null | undefined;
|
7556
7555
|
name?: string | undefined;
|
7556
|
+
address?: string | null | undefined;
|
7557
7557
|
phone?: string | null | undefined;
|
7558
7558
|
industry?: string | null | undefined;
|
7559
7559
|
} | null;
|
@@ -7561,8 +7561,8 @@ export declare const cxLogContract: {
|
|
7561
7561
|
contactProfile: string | null;
|
7562
7562
|
socialProfileUrl: string | null;
|
7563
7563
|
tags: {
|
7564
|
-
id: string;
|
7565
7564
|
name: string;
|
7565
|
+
id: string;
|
7566
7566
|
createdAt: Date;
|
7567
7567
|
updatedAt: Date;
|
7568
7568
|
deletedAt: Date | null;
|
@@ -7587,8 +7587,8 @@ export declare const cxLogContract: {
|
|
7587
7587
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7588
7588
|
id: string;
|
7589
7589
|
metadata: {
|
7590
|
-
id: string;
|
7591
7590
|
name: string;
|
7591
|
+
id: string;
|
7592
7592
|
picture?: string | undefined;
|
7593
7593
|
additionalCredentials?: any;
|
7594
7594
|
};
|
@@ -7650,8 +7650,8 @@ export declare const cxLogContract: {
|
|
7650
7650
|
}[];
|
7651
7651
|
}[];
|
7652
7652
|
tags: {
|
7653
|
-
id: string;
|
7654
7653
|
name: string;
|
7654
|
+
id: string;
|
7655
7655
|
createdAt: Date;
|
7656
7656
|
updatedAt: Date;
|
7657
7657
|
deletedAt: Date | null;
|
@@ -7691,12 +7691,12 @@ export declare const cxLogContract: {
|
|
7691
7691
|
room: {
|
7692
7692
|
id: string;
|
7693
7693
|
channel: {
|
7694
|
+
name: string;
|
7694
7695
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7695
7696
|
id: string;
|
7696
|
-
name: string;
|
7697
7697
|
metadata: {
|
7698
|
-
id: string;
|
7699
7698
|
name: string;
|
7699
|
+
id: string;
|
7700
7700
|
accessToken?: string | undefined;
|
7701
7701
|
channelSecret?: string | undefined;
|
7702
7702
|
additionalCredentials?: any;
|
@@ -7714,9 +7714,9 @@ export declare const cxLogContract: {
|
|
7714
7714
|
updatedAt: Date;
|
7715
7715
|
deletedAt: Date | null;
|
7716
7716
|
actor: {
|
7717
|
+
name: string;
|
7717
7718
|
id: string;
|
7718
7719
|
address: string | null;
|
7719
|
-
name: string;
|
7720
7720
|
email: string;
|
7721
7721
|
createdAt: Date;
|
7722
7722
|
updatedAt: Date;
|
@@ -7763,8 +7763,8 @@ export declare const cxLogContract: {
|
|
7763
7763
|
connectedUserName: string;
|
7764
7764
|
connectedUserId: string;
|
7765
7765
|
botpressBot: {
|
7766
|
-
id: string;
|
7767
7766
|
name: string;
|
7767
|
+
id: string;
|
7768
7768
|
accessToken: string;
|
7769
7769
|
botId: string;
|
7770
7770
|
integrationId: string;
|
@@ -7775,9 +7775,9 @@ export declare const cxLogContract: {
|
|
7775
7775
|
updatedAt: Date;
|
7776
7776
|
deletedAt: Date | null;
|
7777
7777
|
actor: {
|
7778
|
+
name: string;
|
7778
7779
|
id: string;
|
7779
7780
|
address: string | null;
|
7780
|
-
name: string;
|
7781
7781
|
email: string;
|
7782
7782
|
createdAt: Date;
|
7783
7783
|
updatedAt: Date;
|
@@ -7829,8 +7829,8 @@ export declare const cxLogContract: {
|
|
7829
7829
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7830
7830
|
id: string;
|
7831
7831
|
metadata: {
|
7832
|
-
id: string;
|
7833
7832
|
name: string;
|
7833
|
+
id: string;
|
7834
7834
|
picture?: string | undefined;
|
7835
7835
|
additionalCredentials?: any;
|
7836
7836
|
};
|
@@ -7838,10 +7838,10 @@ export declare const cxLogContract: {
|
|
7838
7838
|
updatedAt: Date;
|
7839
7839
|
deletedAt: Date | null;
|
7840
7840
|
contact: {
|
7841
|
+
name: string;
|
7841
7842
|
id: string;
|
7842
7843
|
channel: string | null;
|
7843
7844
|
address: string | null;
|
7844
|
-
name: string;
|
7845
7845
|
createdAt: Date;
|
7846
7846
|
updatedAt: Date;
|
7847
7847
|
deletedAt: Date | null;
|
@@ -7886,8 +7886,8 @@ export declare const cxLogContract: {
|
|
7886
7886
|
createdAt: Date;
|
7887
7887
|
updatedAt: Date;
|
7888
7888
|
deletedAt: Date | null;
|
7889
|
-
address?: string | null | undefined;
|
7890
7889
|
name?: string | undefined;
|
7890
|
+
address?: string | null | undefined;
|
7891
7891
|
phone?: string | null | undefined;
|
7892
7892
|
industry?: string | null | undefined;
|
7893
7893
|
} | null;
|
@@ -7895,8 +7895,8 @@ export declare const cxLogContract: {
|
|
7895
7895
|
contactProfile: string | null;
|
7896
7896
|
socialProfileUrl: string | null;
|
7897
7897
|
tags: {
|
7898
|
-
id: string;
|
7899
7898
|
name: string;
|
7899
|
+
id: string;
|
7900
7900
|
createdAt: Date;
|
7901
7901
|
updatedAt: Date;
|
7902
7902
|
deletedAt: Date | null;
|
@@ -7921,8 +7921,8 @@ export declare const cxLogContract: {
|
|
7921
7921
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7922
7922
|
id: string;
|
7923
7923
|
metadata: {
|
7924
|
-
id: string;
|
7925
7924
|
name: string;
|
7925
|
+
id: string;
|
7926
7926
|
picture?: string | undefined;
|
7927
7927
|
additionalCredentials?: any;
|
7928
7928
|
};
|
@@ -7953,9 +7953,9 @@ export declare const cxLogContract: {
|
|
7953
7953
|
socialPlatformId: string;
|
7954
7954
|
};
|
7955
7955
|
assignee: {
|
7956
|
+
name: string;
|
7956
7957
|
id: string;
|
7957
7958
|
address: string | null;
|
7958
|
-
name: string;
|
7959
7959
|
email: string;
|
7960
7960
|
createdAt: Date;
|
7961
7961
|
updatedAt: Date;
|
@@ -8023,9 +8023,9 @@ export declare const cxLogContract: {
|
|
8023
8023
|
callTo?: {
|
8024
8024
|
id: string;
|
8025
8025
|
user: {
|
8026
|
+
name: string;
|
8026
8027
|
id: string;
|
8027
8028
|
address: string | null;
|
8028
|
-
name: string;
|
8029
8029
|
email: string;
|
8030
8030
|
createdAt: Date;
|
8031
8031
|
updatedAt: Date;
|
@@ -8049,9 +8049,9 @@ export declare const cxLogContract: {
|
|
8049
8049
|
callFrom?: {
|
8050
8050
|
id: string;
|
8051
8051
|
user: {
|
8052
|
+
name: string;
|
8052
8053
|
id: string;
|
8053
8054
|
address: string | null;
|
8054
|
-
name: string;
|
8055
8055
|
email: string;
|
8056
8056
|
createdAt: Date;
|
8057
8057
|
updatedAt: Date;
|
@@ -8077,10 +8077,10 @@ export declare const cxLogContract: {
|
|
8077
8077
|
telephonyQueueId: string | null;
|
8078
8078
|
contactId: string | null;
|
8079
8079
|
contact?: {
|
8080
|
+
name: string;
|
8080
8081
|
id: string;
|
8081
8082
|
channel: string | null;
|
8082
8083
|
address: string | null;
|
8083
|
-
name: string;
|
8084
8084
|
createdAt: Date;
|
8085
8085
|
updatedAt: Date;
|
8086
8086
|
deletedAt: Date | null;
|
@@ -8125,8 +8125,8 @@ export declare const cxLogContract: {
|
|
8125
8125
|
createdAt: Date;
|
8126
8126
|
updatedAt: Date;
|
8127
8127
|
deletedAt: Date | null;
|
8128
|
-
address?: string | null | undefined;
|
8129
8128
|
name?: string | undefined;
|
8129
|
+
address?: string | null | undefined;
|
8130
8130
|
phone?: string | null | undefined;
|
8131
8131
|
industry?: string | null | undefined;
|
8132
8132
|
} | null;
|
@@ -8134,8 +8134,8 @@ export declare const cxLogContract: {
|
|
8134
8134
|
contactProfile: string | null;
|
8135
8135
|
socialProfileUrl: string | null;
|
8136
8136
|
tags: {
|
8137
|
-
id: string;
|
8138
8137
|
name: string;
|
8138
|
+
id: string;
|
8139
8139
|
createdAt: Date;
|
8140
8140
|
updatedAt: Date;
|
8141
8141
|
deletedAt: Date | null;
|
@@ -8160,8 +8160,8 @@ export declare const cxLogContract: {
|
|
8160
8160
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
8161
8161
|
id: string;
|
8162
8162
|
metadata: {
|
8163
|
-
id: string;
|
8164
8163
|
name: string;
|
8164
|
+
id: string;
|
8165
8165
|
picture?: string | undefined;
|
8166
8166
|
additionalCredentials?: any;
|
8167
8167
|
};
|
@@ -8223,9 +8223,9 @@ export declare const cxLogContract: {
|
|
8223
8223
|
extensionName: string;
|
8224
8224
|
telephonySignature: string | null;
|
8225
8225
|
user?: {
|
8226
|
+
name: string;
|
8226
8227
|
id: string;
|
8227
8228
|
address: string | null;
|
8228
|
-
name: string;
|
8229
8229
|
email: string;
|
8230
8230
|
createdAt: Date;
|
8231
8231
|
updatedAt: Date;
|
@@ -8272,9 +8272,9 @@ export declare const cxLogContract: {
|
|
8272
8272
|
queueName?: string | null | undefined;
|
8273
8273
|
} | null;
|
8274
8274
|
firstAssignee: {
|
8275
|
+
name: string;
|
8275
8276
|
id: string;
|
8276
8277
|
address: string | null;
|
8277
|
-
name: string;
|
8278
8278
|
email: string;
|
8279
8279
|
createdAt: Date;
|
8280
8280
|
updatedAt: Date;
|
@@ -8316,9 +8316,9 @@ export declare const cxLogContract: {
|
|
8316
8316
|
};
|
8317
8317
|
} | null;
|
8318
8318
|
agent: {
|
8319
|
+
name: string;
|
8319
8320
|
id: string;
|
8320
8321
|
address: string | null;
|
8321
|
-
name: string;
|
8322
8322
|
email: string;
|
8323
8323
|
createdAt: Date;
|
8324
8324
|
updatedAt: Date;
|
@@ -8360,9 +8360,9 @@ export declare const cxLogContract: {
|
|
8360
8360
|
};
|
8361
8361
|
} | null;
|
8362
8362
|
closedAssignee: {
|
8363
|
+
name: string;
|
8363
8364
|
id: string;
|
8364
8365
|
address: string | null;
|
8365
|
-
name: string;
|
8366
8366
|
email: string;
|
8367
8367
|
createdAt: Date;
|
8368
8368
|
updatedAt: Date;
|
@@ -8419,10 +8419,10 @@ export declare const cxLogContract: {
|
|
8419
8419
|
deletedAt: Date | null;
|
8420
8420
|
entityId: string;
|
8421
8421
|
contact: {
|
8422
|
+
name: string;
|
8422
8423
|
id: string;
|
8423
8424
|
channel: string | null;
|
8424
8425
|
address: string | null;
|
8425
|
-
name: string;
|
8426
8426
|
createdAt: Date;
|
8427
8427
|
updatedAt: Date;
|
8428
8428
|
deletedAt: Date | null;
|
@@ -8467,8 +8467,8 @@ export declare const cxLogContract: {
|
|
8467
8467
|
createdAt: Date;
|
8468
8468
|
updatedAt: Date;
|
8469
8469
|
deletedAt: Date | null;
|
8470
|
-
address?: string | null | undefined;
|
8471
8470
|
name?: string | undefined;
|
8471
|
+
address?: string | null | undefined;
|
8472
8472
|
phone?: string | null | undefined;
|
8473
8473
|
industry?: string | null | undefined;
|
8474
8474
|
} | null;
|
@@ -8476,8 +8476,8 @@ export declare const cxLogContract: {
|
|
8476
8476
|
contactProfile: string | null;
|
8477
8477
|
socialProfileUrl: string | null;
|
8478
8478
|
tags: {
|
8479
|
-
id: string;
|
8480
8479
|
name: string;
|
8480
|
+
id: string;
|
8481
8481
|
createdAt: Date;
|
8482
8482
|
updatedAt: Date;
|
8483
8483
|
deletedAt: Date | null;
|
@@ -8502,8 +8502,8 @@ export declare const cxLogContract: {
|
|
8502
8502
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
8503
8503
|
id: string;
|
8504
8504
|
metadata: {
|
8505
|
-
id: string;
|
8506
8505
|
name: string;
|
8506
|
+
id: string;
|
8507
8507
|
picture?: string | undefined;
|
8508
8508
|
additionalCredentials?: any;
|
8509
8509
|
};
|
@@ -8565,8 +8565,8 @@ export declare const cxLogContract: {
|
|
8565
8565
|
}[];
|
8566
8566
|
}[];
|
8567
8567
|
tags: {
|
8568
|
-
id: string;
|
8569
8568
|
name: string;
|
8569
|
+
id: string;
|
8570
8570
|
createdAt: Date;
|
8571
8571
|
updatedAt: Date;
|
8572
8572
|
deletedAt: Date | null;
|
@@ -8606,12 +8606,12 @@ export declare const cxLogContract: {
|
|
8606
8606
|
room: {
|
8607
8607
|
id: string;
|
8608
8608
|
channel: {
|
8609
|
+
name: string;
|
8609
8610
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
8610
8611
|
id: string;
|
8611
|
-
name: string;
|
8612
8612
|
metadata: {
|
8613
|
-
id: string;
|
8614
8613
|
name: string;
|
8614
|
+
id: string;
|
8615
8615
|
accessToken?: string | undefined;
|
8616
8616
|
channelSecret?: string | undefined;
|
8617
8617
|
additionalCredentials?: any;
|
@@ -8629,9 +8629,9 @@ export declare const cxLogContract: {
|
|
8629
8629
|
updatedAt: Date;
|
8630
8630
|
deletedAt: Date | null;
|
8631
8631
|
actor: {
|
8632
|
+
name: string;
|
8632
8633
|
id: string;
|
8633
8634
|
address: string | null;
|
8634
|
-
name: string;
|
8635
8635
|
email: string;
|
8636
8636
|
createdAt: Date;
|
8637
8637
|
updatedAt: Date;
|
@@ -8678,8 +8678,8 @@ export declare const cxLogContract: {
|
|
8678
8678
|
connectedUserName: string;
|
8679
8679
|
connectedUserId: string;
|
8680
8680
|
botpressBot: {
|
8681
|
-
id: string;
|
8682
8681
|
name: string;
|
8682
|
+
id: string;
|
8683
8683
|
accessToken: string;
|
8684
8684
|
botId: string;
|
8685
8685
|
integrationId: string;
|
@@ -8690,9 +8690,9 @@ export declare const cxLogContract: {
|
|
8690
8690
|
updatedAt: Date;
|
8691
8691
|
deletedAt: Date | null;
|
8692
8692
|
actor: {
|
8693
|
+
name: string;
|
8693
8694
|
id: string;
|
8694
8695
|
address: string | null;
|
8695
|
-
name: string;
|
8696
8696
|
email: string;
|
8697
8697
|
createdAt: Date;
|
8698
8698
|
updatedAt: Date;
|
@@ -8744,8 +8744,8 @@ export declare const cxLogContract: {
|
|
8744
8744
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
8745
8745
|
id: string;
|
8746
8746
|
metadata: {
|
8747
|
-
id: string;
|
8748
8747
|
name: string;
|
8748
|
+
id: string;
|
8749
8749
|
picture?: string | undefined;
|
8750
8750
|
additionalCredentials?: any;
|
8751
8751
|
};
|
@@ -8753,10 +8753,10 @@ export declare const cxLogContract: {
|
|
8753
8753
|
updatedAt: Date;
|
8754
8754
|
deletedAt: Date | null;
|
8755
8755
|
contact: {
|
8756
|
+
name: string;
|
8756
8757
|
id: string;
|
8757
8758
|
channel: string | null;
|
8758
8759
|
address: string | null;
|
8759
|
-
name: string;
|
8760
8760
|
createdAt: Date;
|
8761
8761
|
updatedAt: Date;
|
8762
8762
|
deletedAt: Date | null;
|
@@ -8801,8 +8801,8 @@ export declare const cxLogContract: {
|
|
8801
8801
|
createdAt: Date;
|
8802
8802
|
updatedAt: Date;
|
8803
8803
|
deletedAt: Date | null;
|
8804
|
-
address?: string | null | undefined;
|
8805
8804
|
name?: string | undefined;
|
8805
|
+
address?: string | null | undefined;
|
8806
8806
|
phone?: string | null | undefined;
|
8807
8807
|
industry?: string | null | undefined;
|
8808
8808
|
} | null;
|
@@ -8810,8 +8810,8 @@ export declare const cxLogContract: {
|
|
8810
8810
|
contactProfile: string | null;
|
8811
8811
|
socialProfileUrl: string | null;
|
8812
8812
|
tags: {
|
8813
|
-
id: string;
|
8814
8813
|
name: string;
|
8814
|
+
id: string;
|
8815
8815
|
createdAt: Date;
|
8816
8816
|
updatedAt: Date;
|
8817
8817
|
deletedAt: Date | null;
|
@@ -8836,8 +8836,8 @@ export declare const cxLogContract: {
|
|
8836
8836
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
8837
8837
|
id: string;
|
8838
8838
|
metadata: {
|
8839
|
-
id: string;
|
8840
8839
|
name: string;
|
8840
|
+
id: string;
|
8841
8841
|
picture?: string | undefined;
|
8842
8842
|
additionalCredentials?: any;
|
8843
8843
|
};
|
@@ -8868,9 +8868,9 @@ export declare const cxLogContract: {
|
|
8868
8868
|
socialPlatformId: string;
|
8869
8869
|
};
|
8870
8870
|
assignee: {
|
8871
|
+
name: string;
|
8871
8872
|
id: string;
|
8872
8873
|
address: string | null;
|
8873
|
-
name: string;
|
8874
8874
|
email: string;
|
8875
8875
|
createdAt: Date;
|
8876
8876
|
updatedAt: Date;
|
@@ -8938,9 +8938,9 @@ export declare const cxLogContract: {
|
|
8938
8938
|
callTo?: {
|
8939
8939
|
id: string;
|
8940
8940
|
user: {
|
8941
|
+
name: string;
|
8941
8942
|
id: string;
|
8942
8943
|
address: string | null;
|
8943
|
-
name: string;
|
8944
8944
|
email: string;
|
8945
8945
|
createdAt: Date;
|
8946
8946
|
updatedAt: Date;
|
@@ -8964,9 +8964,9 @@ export declare const cxLogContract: {
|
|
8964
8964
|
callFrom?: {
|
8965
8965
|
id: string;
|
8966
8966
|
user: {
|
8967
|
+
name: string;
|
8967
8968
|
id: string;
|
8968
8969
|
address: string | null;
|
8969
|
-
name: string;
|
8970
8970
|
email: string;
|
8971
8971
|
createdAt: Date;
|
8972
8972
|
updatedAt: Date;
|
@@ -8992,10 +8992,10 @@ export declare const cxLogContract: {
|
|
8992
8992
|
telephonyQueueId: string | null;
|
8993
8993
|
contactId: string | null;
|
8994
8994
|
contact?: {
|
8995
|
+
name: string;
|
8995
8996
|
id: string;
|
8996
8997
|
channel: string | null;
|
8997
8998
|
address: string | null;
|
8998
|
-
name: string;
|
8999
8999
|
createdAt: Date;
|
9000
9000
|
updatedAt: Date;
|
9001
9001
|
deletedAt: Date | null;
|
@@ -9040,8 +9040,8 @@ export declare const cxLogContract: {
|
|
9040
9040
|
createdAt: Date;
|
9041
9041
|
updatedAt: Date;
|
9042
9042
|
deletedAt: Date | null;
|
9043
|
-
address?: string | null | undefined;
|
9044
9043
|
name?: string | undefined;
|
9044
|
+
address?: string | null | undefined;
|
9045
9045
|
phone?: string | null | undefined;
|
9046
9046
|
industry?: string | null | undefined;
|
9047
9047
|
} | null;
|
@@ -9049,8 +9049,8 @@ export declare const cxLogContract: {
|
|
9049
9049
|
contactProfile: string | null;
|
9050
9050
|
socialProfileUrl: string | null;
|
9051
9051
|
tags: {
|
9052
|
-
id: string;
|
9053
9052
|
name: string;
|
9053
|
+
id: string;
|
9054
9054
|
createdAt: Date;
|
9055
9055
|
updatedAt: Date;
|
9056
9056
|
deletedAt: Date | null;
|
@@ -9075,8 +9075,8 @@ export declare const cxLogContract: {
|
|
9075
9075
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
9076
9076
|
id: string;
|
9077
9077
|
metadata: {
|
9078
|
-
id: string;
|
9079
9078
|
name: string;
|
9079
|
+
id: string;
|
9080
9080
|
picture?: string | undefined;
|
9081
9081
|
additionalCredentials?: any;
|
9082
9082
|
};
|
@@ -9138,9 +9138,9 @@ export declare const cxLogContract: {
|
|
9138
9138
|
extensionName: string;
|
9139
9139
|
telephonySignature: string | null;
|
9140
9140
|
user?: {
|
9141
|
+
name: string;
|
9141
9142
|
id: string;
|
9142
9143
|
address: string | null;
|
9143
|
-
name: string;
|
9144
9144
|
email: string;
|
9145
9145
|
createdAt: Date;
|
9146
9146
|
updatedAt: Date;
|
@@ -9187,9 +9187,9 @@ export declare const cxLogContract: {
|
|
9187
9187
|
queueName?: string | null | undefined;
|
9188
9188
|
} | null;
|
9189
9189
|
firstAssignee: {
|
9190
|
+
name: string;
|
9190
9191
|
id: string;
|
9191
9192
|
address: string | null;
|
9192
|
-
name: string;
|
9193
9193
|
email: string;
|
9194
9194
|
createdAt: Date;
|
9195
9195
|
updatedAt: Date;
|
@@ -9231,9 +9231,9 @@ export declare const cxLogContract: {
|
|
9231
9231
|
};
|
9232
9232
|
} | null;
|
9233
9233
|
agent: {
|
9234
|
+
name: string;
|
9234
9235
|
id: string;
|
9235
9236
|
address: string | null;
|
9236
|
-
name: string;
|
9237
9237
|
email: string;
|
9238
9238
|
createdAt: Date;
|
9239
9239
|
updatedAt: Date;
|
@@ -9275,9 +9275,9 @@ export declare const cxLogContract: {
|
|
9275
9275
|
};
|
9276
9276
|
} | null;
|
9277
9277
|
closedAssignee: {
|
9278
|
+
name: string;
|
9278
9279
|
id: string;
|
9279
9280
|
address: string | null;
|
9280
|
-
name: string;
|
9281
9281
|
email: string;
|
9282
9282
|
createdAt: Date;
|
9283
9283
|
updatedAt: Date;
|
@@ -9334,10 +9334,10 @@ export declare const cxLogContract: {
|
|
9334
9334
|
deletedAt: Date | null;
|
9335
9335
|
entityId: string;
|
9336
9336
|
contact: {
|
9337
|
+
name: string;
|
9337
9338
|
id: string;
|
9338
9339
|
channel: string | null;
|
9339
9340
|
address: string | null;
|
9340
|
-
name: string;
|
9341
9341
|
createdAt: Date;
|
9342
9342
|
updatedAt: Date;
|
9343
9343
|
deletedAt: Date | null;
|
@@ -9382,8 +9382,8 @@ export declare const cxLogContract: {
|
|
9382
9382
|
createdAt: Date;
|
9383
9383
|
updatedAt: Date;
|
9384
9384
|
deletedAt: Date | null;
|
9385
|
-
address?: string | null | undefined;
|
9386
9385
|
name?: string | undefined;
|
9386
|
+
address?: string | null | undefined;
|
9387
9387
|
phone?: string | null | undefined;
|
9388
9388
|
industry?: string | null | undefined;
|
9389
9389
|
} | null;
|
@@ -9391,8 +9391,8 @@ export declare const cxLogContract: {
|
|
9391
9391
|
contactProfile: string | null;
|
9392
9392
|
socialProfileUrl: string | null;
|
9393
9393
|
tags: {
|
9394
|
-
id: string;
|
9395
9394
|
name: string;
|
9395
|
+
id: string;
|
9396
9396
|
createdAt: Date;
|
9397
9397
|
updatedAt: Date;
|
9398
9398
|
deletedAt: Date | null;
|
@@ -9417,8 +9417,8 @@ export declare const cxLogContract: {
|
|
9417
9417
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
9418
9418
|
id: string;
|
9419
9419
|
metadata: {
|
9420
|
-
id: string;
|
9421
9420
|
name: string;
|
9421
|
+
id: string;
|
9422
9422
|
picture?: string | undefined;
|
9423
9423
|
additionalCredentials?: any;
|
9424
9424
|
};
|
@@ -9480,8 +9480,8 @@ export declare const cxLogContract: {
|
|
9480
9480
|
}[];
|
9481
9481
|
}[];
|
9482
9482
|
tags: {
|
9483
|
-
id: string;
|
9484
9483
|
name: string;
|
9484
|
+
id: string;
|
9485
9485
|
createdAt: Date;
|
9486
9486
|
updatedAt: Date;
|
9487
9487
|
deletedAt: Date | null;
|
@@ -9521,12 +9521,12 @@ export declare const cxLogContract: {
|
|
9521
9521
|
room: {
|
9522
9522
|
id: string;
|
9523
9523
|
channel: {
|
9524
|
+
name: string;
|
9524
9525
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
9525
9526
|
id: string;
|
9526
|
-
name: string;
|
9527
9527
|
metadata: {
|
9528
|
-
id: string;
|
9529
9528
|
name: string;
|
9529
|
+
id: string;
|
9530
9530
|
accessToken?: string | undefined;
|
9531
9531
|
channelSecret?: string | undefined;
|
9532
9532
|
additionalCredentials?: any;
|
@@ -9544,9 +9544,9 @@ export declare const cxLogContract: {
|
|
9544
9544
|
updatedAt: Date;
|
9545
9545
|
deletedAt: Date | null;
|
9546
9546
|
actor: {
|
9547
|
+
name: string;
|
9547
9548
|
id: string;
|
9548
9549
|
address: string | null;
|
9549
|
-
name: string;
|
9550
9550
|
email: string;
|
9551
9551
|
createdAt: Date;
|
9552
9552
|
updatedAt: Date;
|
@@ -9593,8 +9593,8 @@ export declare const cxLogContract: {
|
|
9593
9593
|
connectedUserName: string;
|
9594
9594
|
connectedUserId: string;
|
9595
9595
|
botpressBot: {
|
9596
|
-
id: string;
|
9597
9596
|
name: string;
|
9597
|
+
id: string;
|
9598
9598
|
accessToken: string;
|
9599
9599
|
botId: string;
|
9600
9600
|
integrationId: string;
|
@@ -9605,9 +9605,9 @@ export declare const cxLogContract: {
|
|
9605
9605
|
updatedAt: Date;
|
9606
9606
|
deletedAt: Date | null;
|
9607
9607
|
actor: {
|
9608
|
+
name: string;
|
9608
9609
|
id: string;
|
9609
9610
|
address: string | null;
|
9610
|
-
name: string;
|
9611
9611
|
email: string;
|
9612
9612
|
createdAt: Date;
|
9613
9613
|
updatedAt: Date;
|
@@ -9659,8 +9659,8 @@ export declare const cxLogContract: {
|
|
9659
9659
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
9660
9660
|
id: string;
|
9661
9661
|
metadata: {
|
9662
|
-
id: string;
|
9663
9662
|
name: string;
|
9663
|
+
id: string;
|
9664
9664
|
picture?: string | undefined;
|
9665
9665
|
additionalCredentials?: any;
|
9666
9666
|
};
|
@@ -9668,10 +9668,10 @@ export declare const cxLogContract: {
|
|
9668
9668
|
updatedAt: Date;
|
9669
9669
|
deletedAt: Date | null;
|
9670
9670
|
contact: {
|
9671
|
+
name: string;
|
9671
9672
|
id: string;
|
9672
9673
|
channel: string | null;
|
9673
9674
|
address: string | null;
|
9674
|
-
name: string;
|
9675
9675
|
createdAt: Date;
|
9676
9676
|
updatedAt: Date;
|
9677
9677
|
deletedAt: Date | null;
|
@@ -9716,8 +9716,8 @@ export declare const cxLogContract: {
|
|
9716
9716
|
createdAt: Date;
|
9717
9717
|
updatedAt: Date;
|
9718
9718
|
deletedAt: Date | null;
|
9719
|
-
address?: string | null | undefined;
|
9720
9719
|
name?: string | undefined;
|
9720
|
+
address?: string | null | undefined;
|
9721
9721
|
phone?: string | null | undefined;
|
9722
9722
|
industry?: string | null | undefined;
|
9723
9723
|
} | null;
|
@@ -9725,8 +9725,8 @@ export declare const cxLogContract: {
|
|
9725
9725
|
contactProfile: string | null;
|
9726
9726
|
socialProfileUrl: string | null;
|
9727
9727
|
tags: {
|
9728
|
-
id: string;
|
9729
9728
|
name: string;
|
9729
|
+
id: string;
|
9730
9730
|
createdAt: Date;
|
9731
9731
|
updatedAt: Date;
|
9732
9732
|
deletedAt: Date | null;
|
@@ -9751,8 +9751,8 @@ export declare const cxLogContract: {
|
|
9751
9751
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
9752
9752
|
id: string;
|
9753
9753
|
metadata: {
|
9754
|
-
id: string;
|
9755
9754
|
name: string;
|
9755
|
+
id: string;
|
9756
9756
|
picture?: string | undefined;
|
9757
9757
|
additionalCredentials?: any;
|
9758
9758
|
};
|
@@ -9783,9 +9783,9 @@ export declare const cxLogContract: {
|
|
9783
9783
|
socialPlatformId: string;
|
9784
9784
|
};
|
9785
9785
|
assignee: {
|
9786
|
+
name: string;
|
9786
9787
|
id: string;
|
9787
9788
|
address: string | null;
|
9788
|
-
name: string;
|
9789
9789
|
email: string;
|
9790
9790
|
createdAt: Date;
|
9791
9791
|
updatedAt: Date;
|
@@ -9853,9 +9853,9 @@ export declare const cxLogContract: {
|
|
9853
9853
|
callTo?: {
|
9854
9854
|
id: string;
|
9855
9855
|
user: {
|
9856
|
+
name: string;
|
9856
9857
|
id: string;
|
9857
9858
|
address: string | null;
|
9858
|
-
name: string;
|
9859
9859
|
email: string;
|
9860
9860
|
createdAt: Date;
|
9861
9861
|
updatedAt: Date;
|
@@ -9879,9 +9879,9 @@ export declare const cxLogContract: {
|
|
9879
9879
|
callFrom?: {
|
9880
9880
|
id: string;
|
9881
9881
|
user: {
|
9882
|
+
name: string;
|
9882
9883
|
id: string;
|
9883
9884
|
address: string | null;
|
9884
|
-
name: string;
|
9885
9885
|
email: string;
|
9886
9886
|
createdAt: Date;
|
9887
9887
|
updatedAt: Date;
|
@@ -9907,10 +9907,10 @@ export declare const cxLogContract: {
|
|
9907
9907
|
telephonyQueueId: string | null;
|
9908
9908
|
contactId: string | null;
|
9909
9909
|
contact?: {
|
9910
|
+
name: string;
|
9910
9911
|
id: string;
|
9911
9912
|
channel: string | null;
|
9912
9913
|
address: string | null;
|
9913
|
-
name: string;
|
9914
9914
|
createdAt: Date;
|
9915
9915
|
updatedAt: Date;
|
9916
9916
|
deletedAt: Date | null;
|
@@ -9955,8 +9955,8 @@ export declare const cxLogContract: {
|
|
9955
9955
|
createdAt: Date;
|
9956
9956
|
updatedAt: Date;
|
9957
9957
|
deletedAt: Date | null;
|
9958
|
-
address?: string | null | undefined;
|
9959
9958
|
name?: string | undefined;
|
9959
|
+
address?: string | null | undefined;
|
9960
9960
|
phone?: string | null | undefined;
|
9961
9961
|
industry?: string | null | undefined;
|
9962
9962
|
} | null;
|
@@ -9964,8 +9964,8 @@ export declare const cxLogContract: {
|
|
9964
9964
|
contactProfile: string | null;
|
9965
9965
|
socialProfileUrl: string | null;
|
9966
9966
|
tags: {
|
9967
|
-
id: string;
|
9968
9967
|
name: string;
|
9968
|
+
id: string;
|
9969
9969
|
createdAt: Date;
|
9970
9970
|
updatedAt: Date;
|
9971
9971
|
deletedAt: Date | null;
|
@@ -9990,8 +9990,8 @@ export declare const cxLogContract: {
|
|
9990
9990
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
9991
9991
|
id: string;
|
9992
9992
|
metadata: {
|
9993
|
-
id: string;
|
9994
9993
|
name: string;
|
9994
|
+
id: string;
|
9995
9995
|
picture?: string | undefined;
|
9996
9996
|
additionalCredentials?: any;
|
9997
9997
|
};
|
@@ -10053,9 +10053,9 @@ export declare const cxLogContract: {
|
|
10053
10053
|
extensionName: string;
|
10054
10054
|
telephonySignature: string | null;
|
10055
10055
|
user?: {
|
10056
|
+
name: string;
|
10056
10057
|
id: string;
|
10057
10058
|
address: string | null;
|
10058
|
-
name: string;
|
10059
10059
|
email: string;
|
10060
10060
|
createdAt: Date;
|
10061
10061
|
updatedAt: Date;
|
@@ -10102,9 +10102,9 @@ export declare const cxLogContract: {
|
|
10102
10102
|
queueName?: string | null | undefined;
|
10103
10103
|
} | null;
|
10104
10104
|
firstAssignee: {
|
10105
|
+
name: string;
|
10105
10106
|
id: string;
|
10106
10107
|
address: string | null;
|
10107
|
-
name: string;
|
10108
10108
|
email: string;
|
10109
10109
|
createdAt: Date;
|
10110
10110
|
updatedAt: Date;
|
@@ -10146,9 +10146,9 @@ export declare const cxLogContract: {
|
|
10146
10146
|
};
|
10147
10147
|
} | null;
|
10148
10148
|
agent: {
|
10149
|
+
name: string;
|
10149
10150
|
id: string;
|
10150
10151
|
address: string | null;
|
10151
|
-
name: string;
|
10152
10152
|
email: string;
|
10153
10153
|
createdAt: Date;
|
10154
10154
|
updatedAt: Date;
|
@@ -10190,9 +10190,9 @@ export declare const cxLogContract: {
|
|
10190
10190
|
};
|
10191
10191
|
} | null;
|
10192
10192
|
closedAssignee: {
|
10193
|
+
name: string;
|
10193
10194
|
id: string;
|
10194
10195
|
address: string | null;
|
10195
|
-
name: string;
|
10196
10196
|
email: string;
|
10197
10197
|
createdAt: Date;
|
10198
10198
|
updatedAt: Date;
|
@@ -10316,7 +10316,7 @@ export declare const cxLogContract: {
|
|
10316
10316
|
agentIds?: string[] | undefined;
|
10317
10317
|
direction?: ("inbound" | "outbound")[] | undefined;
|
10318
10318
|
disposition?: string[] | undefined;
|
10319
|
-
sentimentScore?: ("
|
10319
|
+
sentimentScore?: ("negative" | "positive" | "neutral")[] | undefined;
|
10320
10320
|
csatScore?: string[] | undefined;
|
10321
10321
|
sla?: "meet" | "unmeet" | undefined;
|
10322
10322
|
tags?: string[] | undefined;
|
@@ -10345,7 +10345,7 @@ export declare const cxLogContract: {
|
|
10345
10345
|
agentIds?: string[] | undefined;
|
10346
10346
|
direction?: ("inbound" | "outbound")[] | undefined;
|
10347
10347
|
disposition?: string[] | undefined;
|
10348
|
-
sentimentScore?: ("
|
10348
|
+
sentimentScore?: ("negative" | "positive" | "neutral")[] | undefined;
|
10349
10349
|
csatScore?: string[] | undefined;
|
10350
10350
|
sla?: "meet" | "unmeet" | undefined;
|
10351
10351
|
tags?: string[] | undefined;
|