@kl1/contracts 1.2.41-uat → 1.2.43-uat
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api-contracts/src/activity-log/index.d.ts +4 -4
- package/dist/api-contracts/src/activity-log/schema.d.ts +4 -4
- package/dist/api-contracts/src/attribute/index.d.ts +4 -4
- package/dist/api-contracts/src/attribute/validation.d.ts +4 -4
- package/dist/api-contracts/src/auth/index.d.ts +4 -4
- package/dist/api-contracts/src/automation-queue/index.d.ts +80 -80
- package/dist/api-contracts/src/automation-queue/schema.d.ts +10 -10
- package/dist/api-contracts/src/botpress/index.d.ts +28 -28
- package/dist/api-contracts/src/botpress/schema.d.ts +6 -6
- package/dist/api-contracts/src/botpress/validation.d.ts +8 -8
- package/dist/api-contracts/src/business-calendar/index.d.ts +32 -32
- package/dist/api-contracts/src/business-calendar/schema.d.ts +8 -8
- package/dist/api-contracts/src/business-calendar/validation.d.ts +2 -2
- package/dist/api-contracts/src/category/index.d.ts +12 -12
- package/dist/api-contracts/src/category/schema.d.ts +2 -2
- package/dist/api-contracts/src/channel/index.d.ts +1482 -850
- package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/schema.d.ts +72 -40
- package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/validation.d.ts +86 -48
- package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/index.d.ts +5325 -4547
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/schema.d.ts +1491 -1329
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +1268 -995
- package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/comment/index.d.ts +244 -244
- package/dist/api-contracts/src/comment/schema.d.ts +68 -68
- package/dist/api-contracts/src/company/index.d.ts +4 -4
- package/dist/api-contracts/src/company/validation.d.ts +4 -4
- package/dist/api-contracts/src/contact/index.d.ts +246 -246
- package/dist/api-contracts/src/contact/schema.d.ts +26 -26
- package/dist/api-contracts/src/contact/validation.d.ts +134 -134
- package/dist/api-contracts/src/contract.d.ts +14104 -10759
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/index.d.ts +311 -274
- package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/schema.d.ts +257 -226
- package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/validation.d.ts +2 -2
- package/dist/api-contracts/src/dashboard/index.d.ts +40 -40
- package/dist/api-contracts/src/dashboard/schema.d.ts +34 -34
- package/dist/api-contracts/src/extension/index.d.ts +4 -4
- package/dist/api-contracts/src/facebook-feed/index.d.ts +1393 -1019
- package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/schema.d.ts +110 -85
- package/dist/api-contracts/src/facebook-feed/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/validation.d.ts +99 -80
- package/dist/api-contracts/src/facebook-feed/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/hold-label/index.d.ts +34 -34
- package/dist/api-contracts/src/hold-label/schema.d.ts +10 -10
- package/dist/api-contracts/src/instagram/index.d.ts +1132 -839
- package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/validation.d.ts +10 -10
- package/dist/api-contracts/src/line/index.d.ts +1093 -832
- package/dist/api-contracts/src/line/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/schema.d.ts +4 -4
- package/dist/api-contracts/src/line/validation.d.ts +108 -77
- package/dist/api-contracts/src/line/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/mail/account-contract.d.ts +72 -72
- package/dist/api-contracts/src/mail/mail-contract.d.ts +2598 -2598
- 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 +1474 -1474
- package/dist/api-contracts/src/mail/schemas/account-validation.schema.d.ts +50 -50
- package/dist/api-contracts/src/mail/schemas/account.schema.d.ts +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 +478 -478
- package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +466 -466
- package/dist/api-contracts/src/messenger/index.d.ts +1135 -842
- package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/schema.d.ts +16 -16
- package/dist/api-contracts/src/messenger/validation.d.ts +95 -76
- package/dist/api-contracts/src/messenger/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/notification/index.d.ts +26 -26
- package/dist/api-contracts/src/notification/schema.d.ts +18 -18
- package/dist/api-contracts/src/notification/validation.d.ts +10 -10
- package/dist/api-contracts/src/public-api/index.d.ts +84 -84
- package/dist/api-contracts/src/public-api/schema.d.ts +10 -10
- package/dist/api-contracts/src/public-api/validation.d.ts +20 -20
- package/dist/api-contracts/src/sms/index.d.ts +187 -131
- package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
- package/dist/api-contracts/src/sms/schema.d.ts +8 -8
- package/dist/api-contracts/src/sms/validation.d.ts +2 -2
- package/dist/api-contracts/src/snippet/index.d.ts +42 -42
- package/dist/api-contracts/src/snippet/schema.d.ts +10 -10
- package/dist/api-contracts/src/subscription/index.d.ts +184 -184
- package/dist/api-contracts/src/subscription/schema.d.ts +216 -216
- package/dist/api-contracts/src/tag/index.d.ts +12 -12
- package/dist/api-contracts/src/tag/schema.d.ts +2 -2
- package/dist/api-contracts/src/telegram/index.d.ts +950 -739
- package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telegram/validation.d.ts +4 -4
- package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +14 -14
- package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +4 -4
- package/dist/api-contracts/src/telephony-cdr/index.d.ts +186 -186
- package/dist/api-contracts/src/telephony-cdr/schema.d.ts +58 -58
- package/dist/api-contracts/src/tenant/schema.d.ts +2 -2
- package/dist/api-contracts/src/ticket/index.d.ts +328 -328
- package/dist/api-contracts/src/ticket/schema.d.ts +42 -42
- package/dist/api-contracts/src/user/index.d.ts +23 -23
- package/dist/api-contracts/src/user/schema.d.ts +2 -2
- package/dist/api-contracts/src/user/validation.d.ts +5 -5
- package/dist/api-contracts/src/user-presence-status-log/index.d.ts +4 -4
- package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +4 -4
- package/dist/api-contracts/src/viber/index.d.ts +962 -751
- package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
- package/dist/api-contracts/src/viber/validation.d.ts +4 -4
- package/dist/api-contracts/src/webchat/index.d.ts +956 -745
- package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/webchat/schema.d.ts +10 -10
- package/dist/api-contracts/src/webchat/validation.d.ts +2 -2
- package/dist/api-contracts/src/whatsapp/index.d.ts +1186 -774
- package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
- package/dist/api-contracts/src/whatsapp/validation.d.ts +79 -0
- package/dist/api-contracts/src/whatsapp/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/widget/index.d.ts +24 -24
- package/dist/api-contracts/src/widget/schema.d.ts +2 -2
- package/dist/api-contracts/src/widget/validation.d.ts +4 -4
- package/dist/api-contracts/src/workflow-rule/index.d.ts +338 -276
- package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
- package/dist/api-contracts/src/workflow-rule/schema.d.ts +2 -2
- package/dist/api-contracts/src/wrap-up-form/index.d.ts +26 -26
- package/dist/api-contracts/src/wrap-up-form/schema.d.ts +4 -4
- package/dist/api-contracts/utils.d.ts +1 -1
- package/dist/api-contracts/utils.d.ts.map +1 -1
- package/dist/entities/src/enums/chat.d.ts +1 -0
- package/dist/entities/src/enums/chat.d.ts.map +1 -1
- package/dist/index.js +77 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +77 -3
- 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;
|
|
@@ -172,14 +172,14 @@ export declare const cxLogContract: {
|
|
|
172
172
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
173
173
|
name: z.ZodString;
|
|
174
174
|
}, "strip", z.ZodTypeAny, {
|
|
175
|
-
id: string;
|
|
176
175
|
name: string;
|
|
176
|
+
id: string;
|
|
177
177
|
createdAt: Date;
|
|
178
178
|
updatedAt: Date;
|
|
179
179
|
deletedAt: Date | null;
|
|
180
180
|
}, {
|
|
181
|
-
id: string;
|
|
182
181
|
name: string;
|
|
182
|
+
id: string;
|
|
183
183
|
createdAt: Date;
|
|
184
184
|
updatedAt: Date;
|
|
185
185
|
deletedAt: Date | null;
|
|
@@ -350,8 +350,8 @@ export declare const cxLogContract: {
|
|
|
350
350
|
}[];
|
|
351
351
|
}[];
|
|
352
352
|
tags: {
|
|
353
|
-
id: string;
|
|
354
353
|
name: string;
|
|
354
|
+
id: string;
|
|
355
355
|
createdAt: Date;
|
|
356
356
|
updatedAt: Date;
|
|
357
357
|
deletedAt: Date | null;
|
|
@@ -401,8 +401,8 @@ export declare const cxLogContract: {
|
|
|
401
401
|
}[];
|
|
402
402
|
}[];
|
|
403
403
|
tags: {
|
|
404
|
-
id: string;
|
|
405
404
|
name: string;
|
|
405
|
+
id: string;
|
|
406
406
|
createdAt: Date;
|
|
407
407
|
updatedAt: Date;
|
|
408
408
|
deletedAt: Date | null;
|
|
@@ -450,13 +450,13 @@ export declare const cxLogContract: {
|
|
|
450
450
|
picture: z.ZodOptional<z.ZodString>;
|
|
451
451
|
additionalCredentials: z.ZodAny;
|
|
452
452
|
}, "strip", z.ZodTypeAny, {
|
|
453
|
-
id: string;
|
|
454
453
|
name: string;
|
|
454
|
+
id: string;
|
|
455
455
|
picture?: string | undefined;
|
|
456
456
|
additionalCredentials?: any;
|
|
457
457
|
}, {
|
|
458
|
-
id: string;
|
|
459
458
|
name: string;
|
|
459
|
+
id: string;
|
|
460
460
|
picture?: string | undefined;
|
|
461
461
|
additionalCredentials?: any;
|
|
462
462
|
}>;
|
|
@@ -478,14 +478,14 @@ export declare const cxLogContract: {
|
|
|
478
478
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
479
479
|
name: z.ZodString;
|
|
480
480
|
}, "strip", z.ZodTypeAny, {
|
|
481
|
-
id: string;
|
|
482
481
|
name: string;
|
|
482
|
+
id: string;
|
|
483
483
|
createdAt: Date;
|
|
484
484
|
updatedAt: Date;
|
|
485
485
|
deletedAt: Date | null;
|
|
486
486
|
}, {
|
|
487
|
-
id: string;
|
|
488
487
|
name: string;
|
|
488
|
+
id: string;
|
|
489
489
|
createdAt: Date;
|
|
490
490
|
updatedAt: Date;
|
|
491
491
|
deletedAt: Date | null;
|
|
@@ -641,8 +641,8 @@ export declare const cxLogContract: {
|
|
|
641
641
|
createdAt: Date;
|
|
642
642
|
updatedAt: Date;
|
|
643
643
|
deletedAt: Date | null;
|
|
644
|
-
address?: string | null | undefined;
|
|
645
644
|
name?: string | undefined;
|
|
645
|
+
address?: string | null | undefined;
|
|
646
646
|
phone?: string | null | undefined;
|
|
647
647
|
industry?: string | null | undefined;
|
|
648
648
|
}, {
|
|
@@ -650,8 +650,8 @@ export declare const cxLogContract: {
|
|
|
650
650
|
createdAt: Date;
|
|
651
651
|
updatedAt: Date;
|
|
652
652
|
deletedAt: Date | null;
|
|
653
|
-
address?: string | null | undefined;
|
|
654
653
|
name?: string | undefined;
|
|
654
|
+
address?: string | null | undefined;
|
|
655
655
|
phone?: string | null | undefined;
|
|
656
656
|
industry?: string | null | undefined;
|
|
657
657
|
}>>;
|
|
@@ -669,13 +669,13 @@ export declare const cxLogContract: {
|
|
|
669
669
|
picture: z.ZodOptional<z.ZodString>;
|
|
670
670
|
additionalCredentials: z.ZodAny;
|
|
671
671
|
}, "strip", z.ZodTypeAny, {
|
|
672
|
-
id: string;
|
|
673
672
|
name: string;
|
|
673
|
+
id: string;
|
|
674
674
|
picture?: string | undefined;
|
|
675
675
|
additionalCredentials?: any;
|
|
676
676
|
}, {
|
|
677
|
-
id: string;
|
|
678
677
|
name: string;
|
|
678
|
+
id: string;
|
|
679
679
|
picture?: string | undefined;
|
|
680
680
|
additionalCredentials?: any;
|
|
681
681
|
}>;
|
|
@@ -683,8 +683,8 @@ export declare const cxLogContract: {
|
|
|
683
683
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
684
684
|
id: string;
|
|
685
685
|
metadata: {
|
|
686
|
-
id: string;
|
|
687
686
|
name: string;
|
|
687
|
+
id: string;
|
|
688
688
|
picture?: string | undefined;
|
|
689
689
|
additionalCredentials?: any;
|
|
690
690
|
};
|
|
@@ -697,8 +697,8 @@ export declare const cxLogContract: {
|
|
|
697
697
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
698
698
|
id: string;
|
|
699
699
|
metadata: {
|
|
700
|
-
id: string;
|
|
701
700
|
name: string;
|
|
701
|
+
id: string;
|
|
702
702
|
picture?: string | undefined;
|
|
703
703
|
additionalCredentials?: any;
|
|
704
704
|
};
|
|
@@ -1008,10 +1008,10 @@ export declare const cxLogContract: {
|
|
|
1008
1008
|
};
|
|
1009
1009
|
}>, "many">>;
|
|
1010
1010
|
}, "strip", z.ZodTypeAny, {
|
|
1011
|
+
name: string;
|
|
1011
1012
|
id: string;
|
|
1012
1013
|
channel: string | null;
|
|
1013
1014
|
address: string | null;
|
|
1014
|
-
name: string;
|
|
1015
1015
|
createdAt: Date;
|
|
1016
1016
|
updatedAt: Date;
|
|
1017
1017
|
deletedAt: Date | null;
|
|
@@ -1056,8 +1056,8 @@ export declare const cxLogContract: {
|
|
|
1056
1056
|
createdAt: Date;
|
|
1057
1057
|
updatedAt: Date;
|
|
1058
1058
|
deletedAt: Date | null;
|
|
1059
|
-
address?: string | null | undefined;
|
|
1060
1059
|
name?: string | undefined;
|
|
1060
|
+
address?: string | null | undefined;
|
|
1061
1061
|
phone?: string | null | undefined;
|
|
1062
1062
|
industry?: string | null | undefined;
|
|
1063
1063
|
} | null;
|
|
@@ -1065,8 +1065,8 @@ export declare const cxLogContract: {
|
|
|
1065
1065
|
contactProfile: string | null;
|
|
1066
1066
|
socialProfileUrl: string | null;
|
|
1067
1067
|
tags: {
|
|
1068
|
-
id: string;
|
|
1069
1068
|
name: string;
|
|
1069
|
+
id: string;
|
|
1070
1070
|
createdAt: Date;
|
|
1071
1071
|
updatedAt: Date;
|
|
1072
1072
|
deletedAt: Date | null;
|
|
@@ -1091,8 +1091,8 @@ export declare const cxLogContract: {
|
|
|
1091
1091
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
1092
1092
|
id: string;
|
|
1093
1093
|
metadata: {
|
|
1094
|
-
id: string;
|
|
1095
1094
|
name: string;
|
|
1095
|
+
id: string;
|
|
1096
1096
|
picture?: string | undefined;
|
|
1097
1097
|
additionalCredentials?: any;
|
|
1098
1098
|
};
|
|
@@ -1119,10 +1119,10 @@ export declare const cxLogContract: {
|
|
|
1119
1119
|
};
|
|
1120
1120
|
}[] | undefined;
|
|
1121
1121
|
}, {
|
|
1122
|
+
name: string;
|
|
1122
1123
|
id: string;
|
|
1123
1124
|
channel: string | null;
|
|
1124
1125
|
address: string | null;
|
|
1125
|
-
name: string;
|
|
1126
1126
|
createdAt: Date;
|
|
1127
1127
|
updatedAt: Date;
|
|
1128
1128
|
deletedAt: Date | null;
|
|
@@ -1167,8 +1167,8 @@ export declare const cxLogContract: {
|
|
|
1167
1167
|
createdAt: Date;
|
|
1168
1168
|
updatedAt: Date;
|
|
1169
1169
|
deletedAt: Date | null;
|
|
1170
|
-
address?: string | null | undefined;
|
|
1171
1170
|
name?: string | undefined;
|
|
1171
|
+
address?: string | null | undefined;
|
|
1172
1172
|
phone?: string | null | undefined;
|
|
1173
1173
|
industry?: string | null | undefined;
|
|
1174
1174
|
} | null;
|
|
@@ -1176,8 +1176,8 @@ export declare const cxLogContract: {
|
|
|
1176
1176
|
contactProfile: string | null;
|
|
1177
1177
|
socialProfileUrl: string | null;
|
|
1178
1178
|
tags: {
|
|
1179
|
-
id: string;
|
|
1180
1179
|
name: string;
|
|
1180
|
+
id: string;
|
|
1181
1181
|
createdAt: Date;
|
|
1182
1182
|
updatedAt: Date;
|
|
1183
1183
|
deletedAt: Date | null;
|
|
@@ -1202,8 +1202,8 @@ export declare const cxLogContract: {
|
|
|
1202
1202
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
1203
1203
|
id: string;
|
|
1204
1204
|
metadata: {
|
|
1205
|
-
id: string;
|
|
1206
1205
|
name: string;
|
|
1206
|
+
id: string;
|
|
1207
1207
|
picture?: string | undefined;
|
|
1208
1208
|
additionalCredentials?: any;
|
|
1209
1209
|
};
|
|
@@ -1234,8 +1234,8 @@ export declare const cxLogContract: {
|
|
|
1234
1234
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
1235
1235
|
id: string;
|
|
1236
1236
|
metadata: {
|
|
1237
|
-
id: string;
|
|
1238
1237
|
name: string;
|
|
1238
|
+
id: string;
|
|
1239
1239
|
picture?: string | undefined;
|
|
1240
1240
|
additionalCredentials?: any;
|
|
1241
1241
|
};
|
|
@@ -1243,10 +1243,10 @@ export declare const cxLogContract: {
|
|
|
1243
1243
|
updatedAt: Date;
|
|
1244
1244
|
deletedAt: Date | null;
|
|
1245
1245
|
contact: {
|
|
1246
|
+
name: string;
|
|
1246
1247
|
id: string;
|
|
1247
1248
|
channel: string | null;
|
|
1248
1249
|
address: string | null;
|
|
1249
|
-
name: string;
|
|
1250
1250
|
createdAt: Date;
|
|
1251
1251
|
updatedAt: Date;
|
|
1252
1252
|
deletedAt: Date | null;
|
|
@@ -1291,8 +1291,8 @@ export declare const cxLogContract: {
|
|
|
1291
1291
|
createdAt: Date;
|
|
1292
1292
|
updatedAt: Date;
|
|
1293
1293
|
deletedAt: Date | null;
|
|
1294
|
-
address?: string | null | undefined;
|
|
1295
1294
|
name?: string | undefined;
|
|
1295
|
+
address?: string | null | undefined;
|
|
1296
1296
|
phone?: string | null | undefined;
|
|
1297
1297
|
industry?: string | null | undefined;
|
|
1298
1298
|
} | null;
|
|
@@ -1300,8 +1300,8 @@ export declare const cxLogContract: {
|
|
|
1300
1300
|
contactProfile: string | null;
|
|
1301
1301
|
socialProfileUrl: string | null;
|
|
1302
1302
|
tags: {
|
|
1303
|
-
id: string;
|
|
1304
1303
|
name: string;
|
|
1304
|
+
id: string;
|
|
1305
1305
|
createdAt: Date;
|
|
1306
1306
|
updatedAt: Date;
|
|
1307
1307
|
deletedAt: Date | null;
|
|
@@ -1326,8 +1326,8 @@ export declare const cxLogContract: {
|
|
|
1326
1326
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
1327
1327
|
id: string;
|
|
1328
1328
|
metadata: {
|
|
1329
|
-
id: string;
|
|
1330
1329
|
name: string;
|
|
1330
|
+
id: string;
|
|
1331
1331
|
picture?: string | undefined;
|
|
1332
1332
|
additionalCredentials?: any;
|
|
1333
1333
|
};
|
|
@@ -1360,8 +1360,8 @@ export declare const cxLogContract: {
|
|
|
1360
1360
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
1361
1361
|
id: string;
|
|
1362
1362
|
metadata: {
|
|
1363
|
-
id: string;
|
|
1364
1363
|
name: string;
|
|
1364
|
+
id: string;
|
|
1365
1365
|
picture?: string | undefined;
|
|
1366
1366
|
additionalCredentials?: any;
|
|
1367
1367
|
};
|
|
@@ -1369,10 +1369,10 @@ export declare const cxLogContract: {
|
|
|
1369
1369
|
updatedAt: Date;
|
|
1370
1370
|
deletedAt: Date | null;
|
|
1371
1371
|
contact: {
|
|
1372
|
+
name: string;
|
|
1372
1373
|
id: string;
|
|
1373
1374
|
channel: string | null;
|
|
1374
1375
|
address: string | null;
|
|
1375
|
-
name: string;
|
|
1376
1376
|
createdAt: Date;
|
|
1377
1377
|
updatedAt: Date;
|
|
1378
1378
|
deletedAt: Date | null;
|
|
@@ -1417,8 +1417,8 @@ export declare const cxLogContract: {
|
|
|
1417
1417
|
createdAt: Date;
|
|
1418
1418
|
updatedAt: Date;
|
|
1419
1419
|
deletedAt: Date | null;
|
|
1420
|
-
address?: string | null | undefined;
|
|
1421
1420
|
name?: string | undefined;
|
|
1421
|
+
address?: string | null | undefined;
|
|
1422
1422
|
phone?: string | null | undefined;
|
|
1423
1423
|
industry?: string | null | undefined;
|
|
1424
1424
|
} | null;
|
|
@@ -1426,8 +1426,8 @@ export declare const cxLogContract: {
|
|
|
1426
1426
|
contactProfile: string | null;
|
|
1427
1427
|
socialProfileUrl: string | null;
|
|
1428
1428
|
tags: {
|
|
1429
|
-
id: string;
|
|
1430
1429
|
name: string;
|
|
1430
|
+
id: string;
|
|
1431
1431
|
createdAt: Date;
|
|
1432
1432
|
updatedAt: Date;
|
|
1433
1433
|
deletedAt: Date | null;
|
|
@@ -1452,8 +1452,8 @@ export declare const cxLogContract: {
|
|
|
1452
1452
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
1453
1453
|
id: string;
|
|
1454
1454
|
metadata: {
|
|
1455
|
-
id: string;
|
|
1456
1455
|
name: string;
|
|
1456
|
+
id: string;
|
|
1457
1457
|
picture?: string | undefined;
|
|
1458
1458
|
additionalCredentials?: any;
|
|
1459
1459
|
};
|
|
@@ -1601,9 +1601,9 @@ export declare const cxLogContract: {
|
|
|
1601
1601
|
telephonySignature: string | null;
|
|
1602
1602
|
}>;
|
|
1603
1603
|
}, "strip", z.ZodTypeAny, {
|
|
1604
|
+
name: string;
|
|
1604
1605
|
id: string;
|
|
1605
1606
|
address: string | null;
|
|
1606
|
-
name: string;
|
|
1607
1607
|
email: string;
|
|
1608
1608
|
createdAt: Date;
|
|
1609
1609
|
updatedAt: Date;
|
|
@@ -1644,9 +1644,9 @@ export declare const cxLogContract: {
|
|
|
1644
1644
|
telephonySignature: string | null;
|
|
1645
1645
|
};
|
|
1646
1646
|
}, {
|
|
1647
|
+
name: string;
|
|
1647
1648
|
id: string;
|
|
1648
1649
|
address: string | null;
|
|
1649
|
-
name: string;
|
|
1650
1650
|
email: string;
|
|
1651
1651
|
createdAt: Date;
|
|
1652
1652
|
updatedAt: Date;
|
|
@@ -1805,9 +1805,9 @@ export declare const cxLogContract: {
|
|
|
1805
1805
|
telephonySignature: string | null;
|
|
1806
1806
|
}>;
|
|
1807
1807
|
}, "strip", z.ZodTypeAny, {
|
|
1808
|
+
name: string;
|
|
1808
1809
|
id: string;
|
|
1809
1810
|
address: string | null;
|
|
1810
|
-
name: string;
|
|
1811
1811
|
email: string;
|
|
1812
1812
|
createdAt: Date;
|
|
1813
1813
|
updatedAt: Date;
|
|
@@ -1848,9 +1848,9 @@ export declare const cxLogContract: {
|
|
|
1848
1848
|
telephonySignature: string | null;
|
|
1849
1849
|
};
|
|
1850
1850
|
}, {
|
|
1851
|
+
name: string;
|
|
1851
1852
|
id: string;
|
|
1852
1853
|
address: string | null;
|
|
1853
|
-
name: string;
|
|
1854
1854
|
email: string;
|
|
1855
1855
|
createdAt: Date;
|
|
1856
1856
|
updatedAt: Date;
|
|
@@ -1912,10 +1912,12 @@ export declare const cxLogContract: {
|
|
|
1912
1912
|
email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1913
1913
|
clientId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1914
1914
|
channelId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1915
|
-
|
|
1915
|
+
waapiInstanceId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1916
|
+
qr: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1917
|
+
status: z.ZodOptional<z.ZodEnum<["waapi-qr", "pending", "active"]>>;
|
|
1916
1918
|
apiKey: z.ZodOptional<z.ZodString>;
|
|
1917
1919
|
tier: z.ZodOptional<z.ZodEnum<["basic", "regular", "premium"]>>;
|
|
1918
|
-
integrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"meta">, z.ZodLiteral<"360dialog">]>>;
|
|
1920
|
+
integrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"meta">, z.ZodLiteral<"360dialog">, z.ZodLiteral<"waapi">]>>;
|
|
1919
1921
|
}, "strip", z.ZodTypeAny, {
|
|
1920
1922
|
wabaBusinessId?: string | null | undefined;
|
|
1921
1923
|
wabaExternalId?: string | null | undefined;
|
|
@@ -1923,10 +1925,12 @@ export declare const cxLogContract: {
|
|
|
1923
1925
|
email?: string | null | undefined;
|
|
1924
1926
|
clientId?: string | null | undefined;
|
|
1925
1927
|
channelId?: string | null | undefined;
|
|
1926
|
-
|
|
1928
|
+
waapiInstanceId?: string | null | undefined;
|
|
1929
|
+
qr?: string | null | undefined;
|
|
1930
|
+
status?: "active" | "pending" | "waapi-qr" | undefined;
|
|
1927
1931
|
apiKey?: string | undefined;
|
|
1928
1932
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
1929
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
1933
|
+
integrationType?: "meta" | "360dialog" | "waapi" | undefined;
|
|
1930
1934
|
}, {
|
|
1931
1935
|
wabaBusinessId?: string | null | undefined;
|
|
1932
1936
|
wabaExternalId?: string | null | undefined;
|
|
@@ -1934,10 +1938,12 @@ export declare const cxLogContract: {
|
|
|
1934
1938
|
email?: string | null | undefined;
|
|
1935
1939
|
clientId?: string | null | undefined;
|
|
1936
1940
|
channelId?: string | null | undefined;
|
|
1937
|
-
|
|
1941
|
+
waapiInstanceId?: string | null | undefined;
|
|
1942
|
+
qr?: string | null | undefined;
|
|
1943
|
+
status?: "active" | "pending" | "waapi-qr" | undefined;
|
|
1938
1944
|
apiKey?: string | undefined;
|
|
1939
1945
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
1940
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
1946
|
+
integrationType?: "meta" | "360dialog" | "waapi" | undefined;
|
|
1941
1947
|
}>>;
|
|
1942
1948
|
vonageCredentials: z.ZodOptional<z.ZodObject<{
|
|
1943
1949
|
mobileNumber: z.ZodString;
|
|
@@ -1954,9 +1960,10 @@ export declare const cxLogContract: {
|
|
|
1954
1960
|
}>>;
|
|
1955
1961
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1956
1962
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
1963
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
|
1957
1964
|
}, "strip", z.ZodTypeAny, {
|
|
1958
|
-
id: string;
|
|
1959
1965
|
name: string;
|
|
1966
|
+
id: string;
|
|
1960
1967
|
accessToken?: string | undefined;
|
|
1961
1968
|
channelSecret?: string | undefined;
|
|
1962
1969
|
additionalCredentials?: any;
|
|
@@ -1968,10 +1975,12 @@ export declare const cxLogContract: {
|
|
|
1968
1975
|
email?: string | null | undefined;
|
|
1969
1976
|
clientId?: string | null | undefined;
|
|
1970
1977
|
channelId?: string | null | undefined;
|
|
1971
|
-
|
|
1978
|
+
waapiInstanceId?: string | null | undefined;
|
|
1979
|
+
qr?: string | null | undefined;
|
|
1980
|
+
status?: "active" | "pending" | "waapi-qr" | undefined;
|
|
1972
1981
|
apiKey?: string | undefined;
|
|
1973
1982
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
1974
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
1983
|
+
integrationType?: "meta" | "360dialog" | "waapi" | undefined;
|
|
1975
1984
|
} | undefined;
|
|
1976
1985
|
vonageCredentials?: {
|
|
1977
1986
|
apiKey: string;
|
|
@@ -1980,9 +1989,10 @@ export declare const cxLogContract: {
|
|
|
1980
1989
|
} | undefined;
|
|
1981
1990
|
lineRichMenuId?: string | null | undefined;
|
|
1982
1991
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
1992
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
1983
1993
|
}, {
|
|
1984
|
-
id: string;
|
|
1985
1994
|
name: string;
|
|
1995
|
+
id: string;
|
|
1986
1996
|
accessToken?: string | undefined;
|
|
1987
1997
|
channelSecret?: string | undefined;
|
|
1988
1998
|
additionalCredentials?: any;
|
|
@@ -1994,10 +2004,12 @@ export declare const cxLogContract: {
|
|
|
1994
2004
|
email?: string | null | undefined;
|
|
1995
2005
|
clientId?: string | null | undefined;
|
|
1996
2006
|
channelId?: string | null | undefined;
|
|
1997
|
-
|
|
2007
|
+
waapiInstanceId?: string | null | undefined;
|
|
2008
|
+
qr?: string | null | undefined;
|
|
2009
|
+
status?: "active" | "pending" | "waapi-qr" | undefined;
|
|
1998
2010
|
apiKey?: string | undefined;
|
|
1999
2011
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
2000
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
2012
|
+
integrationType?: "meta" | "360dialog" | "waapi" | undefined;
|
|
2001
2013
|
} | undefined;
|
|
2002
2014
|
vonageCredentials?: {
|
|
2003
2015
|
apiKey: string;
|
|
@@ -2006,6 +2018,7 @@ export declare const cxLogContract: {
|
|
|
2006
2018
|
} | undefined;
|
|
2007
2019
|
lineRichMenuId?: string | null | undefined;
|
|
2008
2020
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
2021
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
2009
2022
|
}>;
|
|
2010
2023
|
brandName: z.ZodString;
|
|
2011
2024
|
platformId: z.ZodString;
|
|
@@ -2020,14 +2033,14 @@ export declare const cxLogContract: {
|
|
|
2020
2033
|
integrationId: z.ZodString;
|
|
2021
2034
|
accessToken: z.ZodString;
|
|
2022
2035
|
}, "strip", z.ZodTypeAny, {
|
|
2023
|
-
id: string;
|
|
2024
2036
|
name: string;
|
|
2037
|
+
id: string;
|
|
2025
2038
|
accessToken: string;
|
|
2026
2039
|
botId: string;
|
|
2027
2040
|
integrationId: string;
|
|
2028
2041
|
}, {
|
|
2029
|
-
id: string;
|
|
2030
2042
|
name: string;
|
|
2043
|
+
id: string;
|
|
2031
2044
|
accessToken: string;
|
|
2032
2045
|
botId: string;
|
|
2033
2046
|
integrationId: string;
|
|
@@ -2150,9 +2163,9 @@ export declare const cxLogContract: {
|
|
|
2150
2163
|
telephonySignature: string | null;
|
|
2151
2164
|
}>;
|
|
2152
2165
|
}, "strip", z.ZodTypeAny, {
|
|
2166
|
+
name: string;
|
|
2153
2167
|
id: string;
|
|
2154
2168
|
address: string | null;
|
|
2155
|
-
name: string;
|
|
2156
2169
|
email: string;
|
|
2157
2170
|
createdAt: Date;
|
|
2158
2171
|
updatedAt: Date;
|
|
@@ -2193,9 +2206,9 @@ export declare const cxLogContract: {
|
|
|
2193
2206
|
telephonySignature: string | null;
|
|
2194
2207
|
};
|
|
2195
2208
|
}, {
|
|
2209
|
+
name: string;
|
|
2196
2210
|
id: string;
|
|
2197
2211
|
address: string | null;
|
|
2198
|
-
name: string;
|
|
2199
2212
|
email: string;
|
|
2200
2213
|
createdAt: Date;
|
|
2201
2214
|
updatedAt: Date;
|
|
@@ -2237,12 +2250,12 @@ export declare const cxLogContract: {
|
|
|
2237
2250
|
};
|
|
2238
2251
|
}>;
|
|
2239
2252
|
}, "strip", z.ZodTypeAny, {
|
|
2253
|
+
name: string;
|
|
2240
2254
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
2241
2255
|
id: string;
|
|
2242
|
-
name: string;
|
|
2243
2256
|
metadata: {
|
|
2244
|
-
id: string;
|
|
2245
2257
|
name: string;
|
|
2258
|
+
id: string;
|
|
2246
2259
|
accessToken?: string | undefined;
|
|
2247
2260
|
channelSecret?: string | undefined;
|
|
2248
2261
|
additionalCredentials?: any;
|
|
@@ -2254,10 +2267,12 @@ export declare const cxLogContract: {
|
|
|
2254
2267
|
email?: string | null | undefined;
|
|
2255
2268
|
clientId?: string | null | undefined;
|
|
2256
2269
|
channelId?: string | null | undefined;
|
|
2257
|
-
|
|
2270
|
+
waapiInstanceId?: string | null | undefined;
|
|
2271
|
+
qr?: string | null | undefined;
|
|
2272
|
+
status?: "active" | "pending" | "waapi-qr" | undefined;
|
|
2258
2273
|
apiKey?: string | undefined;
|
|
2259
2274
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
2260
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
2275
|
+
integrationType?: "meta" | "360dialog" | "waapi" | undefined;
|
|
2261
2276
|
} | undefined;
|
|
2262
2277
|
vonageCredentials?: {
|
|
2263
2278
|
apiKey: string;
|
|
@@ -2266,15 +2281,16 @@ export declare const cxLogContract: {
|
|
|
2266
2281
|
} | undefined;
|
|
2267
2282
|
lineRichMenuId?: string | null | undefined;
|
|
2268
2283
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
2284
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
2269
2285
|
};
|
|
2270
2286
|
status: boolean;
|
|
2271
2287
|
createdAt: Date;
|
|
2272
2288
|
updatedAt: Date;
|
|
2273
2289
|
deletedAt: Date | null;
|
|
2274
2290
|
actor: {
|
|
2291
|
+
name: string;
|
|
2275
2292
|
id: string;
|
|
2276
2293
|
address: string | null;
|
|
2277
|
-
name: string;
|
|
2278
2294
|
email: string;
|
|
2279
2295
|
createdAt: Date;
|
|
2280
2296
|
updatedAt: Date;
|
|
@@ -2321,19 +2337,19 @@ export declare const cxLogContract: {
|
|
|
2321
2337
|
connectedUserName: string;
|
|
2322
2338
|
connectedUserId: string;
|
|
2323
2339
|
botpressBot: {
|
|
2324
|
-
id: string;
|
|
2325
2340
|
name: string;
|
|
2341
|
+
id: string;
|
|
2326
2342
|
accessToken: string;
|
|
2327
2343
|
botId: string;
|
|
2328
2344
|
integrationId: string;
|
|
2329
2345
|
} | null;
|
|
2330
2346
|
}, {
|
|
2347
|
+
name: string;
|
|
2331
2348
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
2332
2349
|
id: string;
|
|
2333
|
-
name: string;
|
|
2334
2350
|
metadata: {
|
|
2335
|
-
id: string;
|
|
2336
2351
|
name: string;
|
|
2352
|
+
id: string;
|
|
2337
2353
|
accessToken?: string | undefined;
|
|
2338
2354
|
channelSecret?: string | undefined;
|
|
2339
2355
|
additionalCredentials?: any;
|
|
@@ -2345,10 +2361,12 @@ export declare const cxLogContract: {
|
|
|
2345
2361
|
email?: string | null | undefined;
|
|
2346
2362
|
clientId?: string | null | undefined;
|
|
2347
2363
|
channelId?: string | null | undefined;
|
|
2348
|
-
|
|
2364
|
+
waapiInstanceId?: string | null | undefined;
|
|
2365
|
+
qr?: string | null | undefined;
|
|
2366
|
+
status?: "active" | "pending" | "waapi-qr" | undefined;
|
|
2349
2367
|
apiKey?: string | undefined;
|
|
2350
2368
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
2351
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
2369
|
+
integrationType?: "meta" | "360dialog" | "waapi" | undefined;
|
|
2352
2370
|
} | undefined;
|
|
2353
2371
|
vonageCredentials?: {
|
|
2354
2372
|
apiKey: string;
|
|
@@ -2357,15 +2375,16 @@ export declare const cxLogContract: {
|
|
|
2357
2375
|
} | undefined;
|
|
2358
2376
|
lineRichMenuId?: string | null | undefined;
|
|
2359
2377
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
2378
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
2360
2379
|
};
|
|
2361
2380
|
status: boolean;
|
|
2362
2381
|
createdAt: Date;
|
|
2363
2382
|
updatedAt: Date;
|
|
2364
2383
|
deletedAt: Date | null;
|
|
2365
2384
|
actor: {
|
|
2385
|
+
name: string;
|
|
2366
2386
|
id: string;
|
|
2367
2387
|
address: string | null;
|
|
2368
|
-
name: string;
|
|
2369
2388
|
email: string;
|
|
2370
2389
|
createdAt: Date;
|
|
2371
2390
|
updatedAt: Date;
|
|
@@ -2412,8 +2431,8 @@ export declare const cxLogContract: {
|
|
|
2412
2431
|
connectedUserName: string;
|
|
2413
2432
|
connectedUserId: string;
|
|
2414
2433
|
botpressBot: {
|
|
2415
|
-
id: string;
|
|
2416
2434
|
name: string;
|
|
2435
|
+
id: string;
|
|
2417
2436
|
accessToken: string;
|
|
2418
2437
|
botId: string;
|
|
2419
2438
|
integrationId: string;
|
|
@@ -2422,12 +2441,12 @@ export declare const cxLogContract: {
|
|
|
2422
2441
|
}, "strip", z.ZodTypeAny, {
|
|
2423
2442
|
id: string;
|
|
2424
2443
|
channel: {
|
|
2444
|
+
name: string;
|
|
2425
2445
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
2426
2446
|
id: string;
|
|
2427
|
-
name: string;
|
|
2428
2447
|
metadata: {
|
|
2429
|
-
id: string;
|
|
2430
2448
|
name: string;
|
|
2449
|
+
id: string;
|
|
2431
2450
|
accessToken?: string | undefined;
|
|
2432
2451
|
channelSecret?: string | undefined;
|
|
2433
2452
|
additionalCredentials?: any;
|
|
@@ -2439,10 +2458,12 @@ export declare const cxLogContract: {
|
|
|
2439
2458
|
email?: string | null | undefined;
|
|
2440
2459
|
clientId?: string | null | undefined;
|
|
2441
2460
|
channelId?: string | null | undefined;
|
|
2442
|
-
|
|
2461
|
+
waapiInstanceId?: string | null | undefined;
|
|
2462
|
+
qr?: string | null | undefined;
|
|
2463
|
+
status?: "active" | "pending" | "waapi-qr" | undefined;
|
|
2443
2464
|
apiKey?: string | undefined;
|
|
2444
2465
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
2445
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
2466
|
+
integrationType?: "meta" | "360dialog" | "waapi" | undefined;
|
|
2446
2467
|
} | undefined;
|
|
2447
2468
|
vonageCredentials?: {
|
|
2448
2469
|
apiKey: string;
|
|
@@ -2451,15 +2472,16 @@ export declare const cxLogContract: {
|
|
|
2451
2472
|
} | undefined;
|
|
2452
2473
|
lineRichMenuId?: string | null | undefined;
|
|
2453
2474
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
2475
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
2454
2476
|
};
|
|
2455
2477
|
status: boolean;
|
|
2456
2478
|
createdAt: Date;
|
|
2457
2479
|
updatedAt: Date;
|
|
2458
2480
|
deletedAt: Date | null;
|
|
2459
2481
|
actor: {
|
|
2482
|
+
name: string;
|
|
2460
2483
|
id: string;
|
|
2461
2484
|
address: string | null;
|
|
2462
|
-
name: string;
|
|
2463
2485
|
email: string;
|
|
2464
2486
|
createdAt: Date;
|
|
2465
2487
|
updatedAt: Date;
|
|
@@ -2506,8 +2528,8 @@ export declare const cxLogContract: {
|
|
|
2506
2528
|
connectedUserName: string;
|
|
2507
2529
|
connectedUserId: string;
|
|
2508
2530
|
botpressBot: {
|
|
2509
|
-
id: string;
|
|
2510
2531
|
name: string;
|
|
2532
|
+
id: string;
|
|
2511
2533
|
accessToken: string;
|
|
2512
2534
|
botId: string;
|
|
2513
2535
|
integrationId: string;
|
|
@@ -2518,9 +2540,9 @@ export declare const cxLogContract: {
|
|
|
2518
2540
|
updatedAt: Date;
|
|
2519
2541
|
deletedAt: Date | null;
|
|
2520
2542
|
actor: {
|
|
2543
|
+
name: string;
|
|
2521
2544
|
id: string;
|
|
2522
2545
|
address: string | null;
|
|
2523
|
-
name: string;
|
|
2524
2546
|
email: string;
|
|
2525
2547
|
createdAt: Date;
|
|
2526
2548
|
updatedAt: Date;
|
|
@@ -2572,8 +2594,8 @@ export declare const cxLogContract: {
|
|
|
2572
2594
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
2573
2595
|
id: string;
|
|
2574
2596
|
metadata: {
|
|
2575
|
-
id: string;
|
|
2576
2597
|
name: string;
|
|
2598
|
+
id: string;
|
|
2577
2599
|
picture?: string | undefined;
|
|
2578
2600
|
additionalCredentials?: any;
|
|
2579
2601
|
};
|
|
@@ -2581,10 +2603,10 @@ export declare const cxLogContract: {
|
|
|
2581
2603
|
updatedAt: Date;
|
|
2582
2604
|
deletedAt: Date | null;
|
|
2583
2605
|
contact: {
|
|
2606
|
+
name: string;
|
|
2584
2607
|
id: string;
|
|
2585
2608
|
channel: string | null;
|
|
2586
2609
|
address: string | null;
|
|
2587
|
-
name: string;
|
|
2588
2610
|
createdAt: Date;
|
|
2589
2611
|
updatedAt: Date;
|
|
2590
2612
|
deletedAt: Date | null;
|
|
@@ -2629,8 +2651,8 @@ export declare const cxLogContract: {
|
|
|
2629
2651
|
createdAt: Date;
|
|
2630
2652
|
updatedAt: Date;
|
|
2631
2653
|
deletedAt: Date | null;
|
|
2632
|
-
address?: string | null | undefined;
|
|
2633
2654
|
name?: string | undefined;
|
|
2655
|
+
address?: string | null | undefined;
|
|
2634
2656
|
phone?: string | null | undefined;
|
|
2635
2657
|
industry?: string | null | undefined;
|
|
2636
2658
|
} | null;
|
|
@@ -2638,8 +2660,8 @@ export declare const cxLogContract: {
|
|
|
2638
2660
|
contactProfile: string | null;
|
|
2639
2661
|
socialProfileUrl: string | null;
|
|
2640
2662
|
tags: {
|
|
2641
|
-
id: string;
|
|
2642
2663
|
name: string;
|
|
2664
|
+
id: string;
|
|
2643
2665
|
createdAt: Date;
|
|
2644
2666
|
updatedAt: Date;
|
|
2645
2667
|
deletedAt: Date | null;
|
|
@@ -2664,8 +2686,8 @@ export declare const cxLogContract: {
|
|
|
2664
2686
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
2665
2687
|
id: string;
|
|
2666
2688
|
metadata: {
|
|
2667
|
-
id: string;
|
|
2668
2689
|
name: string;
|
|
2690
|
+
id: string;
|
|
2669
2691
|
picture?: string | undefined;
|
|
2670
2692
|
additionalCredentials?: any;
|
|
2671
2693
|
};
|
|
@@ -2696,9 +2718,9 @@ export declare const cxLogContract: {
|
|
|
2696
2718
|
socialPlatformId: string;
|
|
2697
2719
|
};
|
|
2698
2720
|
assignee: {
|
|
2721
|
+
name: string;
|
|
2699
2722
|
id: string;
|
|
2700
2723
|
address: string | null;
|
|
2701
|
-
name: string;
|
|
2702
2724
|
email: string;
|
|
2703
2725
|
createdAt: Date;
|
|
2704
2726
|
updatedAt: Date;
|
|
@@ -2742,12 +2764,12 @@ export declare const cxLogContract: {
|
|
|
2742
2764
|
}, {
|
|
2743
2765
|
id: string;
|
|
2744
2766
|
channel: {
|
|
2767
|
+
name: string;
|
|
2745
2768
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
2746
2769
|
id: string;
|
|
2747
|
-
name: string;
|
|
2748
2770
|
metadata: {
|
|
2749
|
-
id: string;
|
|
2750
2771
|
name: string;
|
|
2772
|
+
id: string;
|
|
2751
2773
|
accessToken?: string | undefined;
|
|
2752
2774
|
channelSecret?: string | undefined;
|
|
2753
2775
|
additionalCredentials?: any;
|
|
@@ -2759,10 +2781,12 @@ export declare const cxLogContract: {
|
|
|
2759
2781
|
email?: string | null | undefined;
|
|
2760
2782
|
clientId?: string | null | undefined;
|
|
2761
2783
|
channelId?: string | null | undefined;
|
|
2762
|
-
|
|
2784
|
+
waapiInstanceId?: string | null | undefined;
|
|
2785
|
+
qr?: string | null | undefined;
|
|
2786
|
+
status?: "active" | "pending" | "waapi-qr" | undefined;
|
|
2763
2787
|
apiKey?: string | undefined;
|
|
2764
2788
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
2765
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
2789
|
+
integrationType?: "meta" | "360dialog" | "waapi" | undefined;
|
|
2766
2790
|
} | undefined;
|
|
2767
2791
|
vonageCredentials?: {
|
|
2768
2792
|
apiKey: string;
|
|
@@ -2771,15 +2795,16 @@ export declare const cxLogContract: {
|
|
|
2771
2795
|
} | undefined;
|
|
2772
2796
|
lineRichMenuId?: string | null | undefined;
|
|
2773
2797
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
2798
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
2774
2799
|
};
|
|
2775
2800
|
status: boolean;
|
|
2776
2801
|
createdAt: Date;
|
|
2777
2802
|
updatedAt: Date;
|
|
2778
2803
|
deletedAt: Date | null;
|
|
2779
2804
|
actor: {
|
|
2805
|
+
name: string;
|
|
2780
2806
|
id: string;
|
|
2781
2807
|
address: string | null;
|
|
2782
|
-
name: string;
|
|
2783
2808
|
email: string;
|
|
2784
2809
|
createdAt: Date;
|
|
2785
2810
|
updatedAt: Date;
|
|
@@ -2826,8 +2851,8 @@ export declare const cxLogContract: {
|
|
|
2826
2851
|
connectedUserName: string;
|
|
2827
2852
|
connectedUserId: string;
|
|
2828
2853
|
botpressBot: {
|
|
2829
|
-
id: string;
|
|
2830
2854
|
name: string;
|
|
2855
|
+
id: string;
|
|
2831
2856
|
accessToken: string;
|
|
2832
2857
|
botId: string;
|
|
2833
2858
|
integrationId: string;
|
|
@@ -2838,9 +2863,9 @@ export declare const cxLogContract: {
|
|
|
2838
2863
|
updatedAt: Date;
|
|
2839
2864
|
deletedAt: Date | null;
|
|
2840
2865
|
actor: {
|
|
2866
|
+
name: string;
|
|
2841
2867
|
id: string;
|
|
2842
2868
|
address: string | null;
|
|
2843
|
-
name: string;
|
|
2844
2869
|
email: string;
|
|
2845
2870
|
createdAt: Date;
|
|
2846
2871
|
updatedAt: Date;
|
|
@@ -2892,8 +2917,8 @@ export declare const cxLogContract: {
|
|
|
2892
2917
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
2893
2918
|
id: string;
|
|
2894
2919
|
metadata: {
|
|
2895
|
-
id: string;
|
|
2896
2920
|
name: string;
|
|
2921
|
+
id: string;
|
|
2897
2922
|
picture?: string | undefined;
|
|
2898
2923
|
additionalCredentials?: any;
|
|
2899
2924
|
};
|
|
@@ -2901,10 +2926,10 @@ export declare const cxLogContract: {
|
|
|
2901
2926
|
updatedAt: Date;
|
|
2902
2927
|
deletedAt: Date | null;
|
|
2903
2928
|
contact: {
|
|
2929
|
+
name: string;
|
|
2904
2930
|
id: string;
|
|
2905
2931
|
channel: string | null;
|
|
2906
2932
|
address: string | null;
|
|
2907
|
-
name: string;
|
|
2908
2933
|
createdAt: Date;
|
|
2909
2934
|
updatedAt: Date;
|
|
2910
2935
|
deletedAt: Date | null;
|
|
@@ -2949,8 +2974,8 @@ export declare const cxLogContract: {
|
|
|
2949
2974
|
createdAt: Date;
|
|
2950
2975
|
updatedAt: Date;
|
|
2951
2976
|
deletedAt: Date | null;
|
|
2952
|
-
address?: string | null | undefined;
|
|
2953
2977
|
name?: string | undefined;
|
|
2978
|
+
address?: string | null | undefined;
|
|
2954
2979
|
phone?: string | null | undefined;
|
|
2955
2980
|
industry?: string | null | undefined;
|
|
2956
2981
|
} | null;
|
|
@@ -2958,8 +2983,8 @@ export declare const cxLogContract: {
|
|
|
2958
2983
|
contactProfile: string | null;
|
|
2959
2984
|
socialProfileUrl: string | null;
|
|
2960
2985
|
tags: {
|
|
2961
|
-
id: string;
|
|
2962
2986
|
name: string;
|
|
2987
|
+
id: string;
|
|
2963
2988
|
createdAt: Date;
|
|
2964
2989
|
updatedAt: Date;
|
|
2965
2990
|
deletedAt: Date | null;
|
|
@@ -2984,8 +3009,8 @@ export declare const cxLogContract: {
|
|
|
2984
3009
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
2985
3010
|
id: string;
|
|
2986
3011
|
metadata: {
|
|
2987
|
-
id: string;
|
|
2988
3012
|
name: string;
|
|
3013
|
+
id: string;
|
|
2989
3014
|
picture?: string | undefined;
|
|
2990
3015
|
additionalCredentials?: any;
|
|
2991
3016
|
};
|
|
@@ -3016,9 +3041,9 @@ export declare const cxLogContract: {
|
|
|
3016
3041
|
socialPlatformId: string;
|
|
3017
3042
|
};
|
|
3018
3043
|
assignee: {
|
|
3044
|
+
name: string;
|
|
3019
3045
|
id: string;
|
|
3020
3046
|
address: string | null;
|
|
3021
|
-
name: string;
|
|
3022
3047
|
email: string;
|
|
3023
3048
|
createdAt: Date;
|
|
3024
3049
|
updatedAt: Date;
|
|
@@ -3091,14 +3116,14 @@ export declare const cxLogContract: {
|
|
|
3091
3116
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
3092
3117
|
name: z.ZodString;
|
|
3093
3118
|
}, "strip", z.ZodTypeAny, {
|
|
3094
|
-
id: string;
|
|
3095
3119
|
name: string;
|
|
3120
|
+
id: string;
|
|
3096
3121
|
createdAt: Date;
|
|
3097
3122
|
updatedAt: Date;
|
|
3098
3123
|
deletedAt: Date | null;
|
|
3099
3124
|
}, {
|
|
3100
|
-
id: string;
|
|
3101
3125
|
name: string;
|
|
3126
|
+
id: string;
|
|
3102
3127
|
createdAt: Date;
|
|
3103
3128
|
updatedAt: Date;
|
|
3104
3129
|
deletedAt: Date | null;
|
|
@@ -3254,8 +3279,8 @@ export declare const cxLogContract: {
|
|
|
3254
3279
|
createdAt: Date;
|
|
3255
3280
|
updatedAt: Date;
|
|
3256
3281
|
deletedAt: Date | null;
|
|
3257
|
-
address?: string | null | undefined;
|
|
3258
3282
|
name?: string | undefined;
|
|
3283
|
+
address?: string | null | undefined;
|
|
3259
3284
|
phone?: string | null | undefined;
|
|
3260
3285
|
industry?: string | null | undefined;
|
|
3261
3286
|
}, {
|
|
@@ -3263,8 +3288,8 @@ export declare const cxLogContract: {
|
|
|
3263
3288
|
createdAt: Date;
|
|
3264
3289
|
updatedAt: Date;
|
|
3265
3290
|
deletedAt: Date | null;
|
|
3266
|
-
address?: string | null | undefined;
|
|
3267
3291
|
name?: string | undefined;
|
|
3292
|
+
address?: string | null | undefined;
|
|
3268
3293
|
phone?: string | null | undefined;
|
|
3269
3294
|
industry?: string | null | undefined;
|
|
3270
3295
|
}>>;
|
|
@@ -3282,13 +3307,13 @@ export declare const cxLogContract: {
|
|
|
3282
3307
|
picture: z.ZodOptional<z.ZodString>;
|
|
3283
3308
|
additionalCredentials: z.ZodAny;
|
|
3284
3309
|
}, "strip", z.ZodTypeAny, {
|
|
3285
|
-
id: string;
|
|
3286
3310
|
name: string;
|
|
3311
|
+
id: string;
|
|
3287
3312
|
picture?: string | undefined;
|
|
3288
3313
|
additionalCredentials?: any;
|
|
3289
3314
|
}, {
|
|
3290
|
-
id: string;
|
|
3291
3315
|
name: string;
|
|
3316
|
+
id: string;
|
|
3292
3317
|
picture?: string | undefined;
|
|
3293
3318
|
additionalCredentials?: any;
|
|
3294
3319
|
}>;
|
|
@@ -3296,8 +3321,8 @@ export declare const cxLogContract: {
|
|
|
3296
3321
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
3297
3322
|
id: string;
|
|
3298
3323
|
metadata: {
|
|
3299
|
-
id: string;
|
|
3300
3324
|
name: string;
|
|
3325
|
+
id: string;
|
|
3301
3326
|
picture?: string | undefined;
|
|
3302
3327
|
additionalCredentials?: any;
|
|
3303
3328
|
};
|
|
@@ -3310,8 +3335,8 @@ export declare const cxLogContract: {
|
|
|
3310
3335
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
3311
3336
|
id: string;
|
|
3312
3337
|
metadata: {
|
|
3313
|
-
id: string;
|
|
3314
3338
|
name: string;
|
|
3339
|
+
id: string;
|
|
3315
3340
|
picture?: string | undefined;
|
|
3316
3341
|
additionalCredentials?: any;
|
|
3317
3342
|
};
|
|
@@ -3621,10 +3646,10 @@ export declare const cxLogContract: {
|
|
|
3621
3646
|
};
|
|
3622
3647
|
}>, "many">>;
|
|
3623
3648
|
}, "strip", z.ZodTypeAny, {
|
|
3649
|
+
name: string;
|
|
3624
3650
|
id: string;
|
|
3625
3651
|
channel: string | null;
|
|
3626
3652
|
address: string | null;
|
|
3627
|
-
name: string;
|
|
3628
3653
|
createdAt: Date;
|
|
3629
3654
|
updatedAt: Date;
|
|
3630
3655
|
deletedAt: Date | null;
|
|
@@ -3669,8 +3694,8 @@ export declare const cxLogContract: {
|
|
|
3669
3694
|
createdAt: Date;
|
|
3670
3695
|
updatedAt: Date;
|
|
3671
3696
|
deletedAt: Date | null;
|
|
3672
|
-
address?: string | null | undefined;
|
|
3673
3697
|
name?: string | undefined;
|
|
3698
|
+
address?: string | null | undefined;
|
|
3674
3699
|
phone?: string | null | undefined;
|
|
3675
3700
|
industry?: string | null | undefined;
|
|
3676
3701
|
} | null;
|
|
@@ -3678,8 +3703,8 @@ export declare const cxLogContract: {
|
|
|
3678
3703
|
contactProfile: string | null;
|
|
3679
3704
|
socialProfileUrl: string | null;
|
|
3680
3705
|
tags: {
|
|
3681
|
-
id: string;
|
|
3682
3706
|
name: string;
|
|
3707
|
+
id: string;
|
|
3683
3708
|
createdAt: Date;
|
|
3684
3709
|
updatedAt: Date;
|
|
3685
3710
|
deletedAt: Date | null;
|
|
@@ -3704,8 +3729,8 @@ export declare const cxLogContract: {
|
|
|
3704
3729
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
3705
3730
|
id: string;
|
|
3706
3731
|
metadata: {
|
|
3707
|
-
id: string;
|
|
3708
3732
|
name: string;
|
|
3733
|
+
id: string;
|
|
3709
3734
|
picture?: string | undefined;
|
|
3710
3735
|
additionalCredentials?: any;
|
|
3711
3736
|
};
|
|
@@ -3732,10 +3757,10 @@ export declare const cxLogContract: {
|
|
|
3732
3757
|
};
|
|
3733
3758
|
}[] | undefined;
|
|
3734
3759
|
}, {
|
|
3760
|
+
name: string;
|
|
3735
3761
|
id: string;
|
|
3736
3762
|
channel: string | null;
|
|
3737
3763
|
address: string | null;
|
|
3738
|
-
name: string;
|
|
3739
3764
|
createdAt: Date;
|
|
3740
3765
|
updatedAt: Date;
|
|
3741
3766
|
deletedAt: Date | null;
|
|
@@ -3780,8 +3805,8 @@ export declare const cxLogContract: {
|
|
|
3780
3805
|
createdAt: Date;
|
|
3781
3806
|
updatedAt: Date;
|
|
3782
3807
|
deletedAt: Date | null;
|
|
3783
|
-
address?: string | null | undefined;
|
|
3784
3808
|
name?: string | undefined;
|
|
3809
|
+
address?: string | null | undefined;
|
|
3785
3810
|
phone?: string | null | undefined;
|
|
3786
3811
|
industry?: string | null | undefined;
|
|
3787
3812
|
} | null;
|
|
@@ -3789,8 +3814,8 @@ export declare const cxLogContract: {
|
|
|
3789
3814
|
contactProfile: string | null;
|
|
3790
3815
|
socialProfileUrl: string | null;
|
|
3791
3816
|
tags: {
|
|
3792
|
-
id: string;
|
|
3793
3817
|
name: string;
|
|
3818
|
+
id: string;
|
|
3794
3819
|
createdAt: Date;
|
|
3795
3820
|
updatedAt: Date;
|
|
3796
3821
|
deletedAt: Date | null;
|
|
@@ -3815,8 +3840,8 @@ export declare const cxLogContract: {
|
|
|
3815
3840
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
3816
3841
|
id: string;
|
|
3817
3842
|
metadata: {
|
|
3818
|
-
id: string;
|
|
3819
3843
|
name: string;
|
|
3844
|
+
id: string;
|
|
3820
3845
|
picture?: string | undefined;
|
|
3821
3846
|
additionalCredentials?: any;
|
|
3822
3847
|
};
|
|
@@ -4034,9 +4059,9 @@ export declare const cxLogContract: {
|
|
|
4034
4059
|
telephonySignature: string | null;
|
|
4035
4060
|
}>;
|
|
4036
4061
|
}, "roles" | "extension">, "strip", z.ZodTypeAny, {
|
|
4062
|
+
name: string;
|
|
4037
4063
|
id: string;
|
|
4038
4064
|
address: string | null;
|
|
4039
|
-
name: string;
|
|
4040
4065
|
email: string;
|
|
4041
4066
|
createdAt: Date;
|
|
4042
4067
|
updatedAt: Date;
|
|
@@ -4046,9 +4071,9 @@ export declare const cxLogContract: {
|
|
|
4046
4071
|
phone: string | null;
|
|
4047
4072
|
notificationCount: number | null;
|
|
4048
4073
|
}, {
|
|
4074
|
+
name: string;
|
|
4049
4075
|
id: string;
|
|
4050
4076
|
address: string | null;
|
|
4051
|
-
name: string;
|
|
4052
4077
|
email: string;
|
|
4053
4078
|
createdAt: Date;
|
|
4054
4079
|
updatedAt: Date;
|
|
@@ -4071,9 +4096,9 @@ export declare const cxLogContract: {
|
|
|
4071
4096
|
}, "strip", z.ZodTypeAny, {
|
|
4072
4097
|
id: string;
|
|
4073
4098
|
user: {
|
|
4099
|
+
name: string;
|
|
4074
4100
|
id: string;
|
|
4075
4101
|
address: string | null;
|
|
4076
|
-
name: string;
|
|
4077
4102
|
email: string;
|
|
4078
4103
|
createdAt: Date;
|
|
4079
4104
|
updatedAt: Date;
|
|
@@ -4096,9 +4121,9 @@ export declare const cxLogContract: {
|
|
|
4096
4121
|
}, {
|
|
4097
4122
|
id: string;
|
|
4098
4123
|
user: {
|
|
4124
|
+
name: string;
|
|
4099
4125
|
id: string;
|
|
4100
4126
|
address: string | null;
|
|
4101
|
-
name: string;
|
|
4102
4127
|
email: string;
|
|
4103
4128
|
createdAt: Date;
|
|
4104
4129
|
updatedAt: Date;
|
|
@@ -4239,9 +4264,9 @@ export declare const cxLogContract: {
|
|
|
4239
4264
|
telephonySignature: string | null;
|
|
4240
4265
|
}>;
|
|
4241
4266
|
}, "roles" | "extension">, "strip", z.ZodTypeAny, {
|
|
4267
|
+
name: string;
|
|
4242
4268
|
id: string;
|
|
4243
4269
|
address: string | null;
|
|
4244
|
-
name: string;
|
|
4245
4270
|
email: string;
|
|
4246
4271
|
createdAt: Date;
|
|
4247
4272
|
updatedAt: Date;
|
|
@@ -4251,9 +4276,9 @@ export declare const cxLogContract: {
|
|
|
4251
4276
|
phone: string | null;
|
|
4252
4277
|
notificationCount: number | null;
|
|
4253
4278
|
}, {
|
|
4279
|
+
name: string;
|
|
4254
4280
|
id: string;
|
|
4255
4281
|
address: string | null;
|
|
4256
|
-
name: string;
|
|
4257
4282
|
email: string;
|
|
4258
4283
|
createdAt: Date;
|
|
4259
4284
|
updatedAt: Date;
|
|
@@ -4276,9 +4301,9 @@ export declare const cxLogContract: {
|
|
|
4276
4301
|
}, "strip", z.ZodTypeAny, {
|
|
4277
4302
|
id: string;
|
|
4278
4303
|
user: {
|
|
4304
|
+
name: string;
|
|
4279
4305
|
id: string;
|
|
4280
4306
|
address: string | null;
|
|
4281
|
-
name: string;
|
|
4282
4307
|
email: string;
|
|
4283
4308
|
createdAt: Date;
|
|
4284
4309
|
updatedAt: Date;
|
|
@@ -4301,9 +4326,9 @@ export declare const cxLogContract: {
|
|
|
4301
4326
|
}, {
|
|
4302
4327
|
id: string;
|
|
4303
4328
|
user: {
|
|
4329
|
+
name: string;
|
|
4304
4330
|
id: string;
|
|
4305
4331
|
address: string | null;
|
|
4306
|
-
name: string;
|
|
4307
4332
|
email: string;
|
|
4308
4333
|
createdAt: Date;
|
|
4309
4334
|
updatedAt: Date;
|
|
@@ -4328,9 +4353,9 @@ export declare const cxLogContract: {
|
|
|
4328
4353
|
callTo?: {
|
|
4329
4354
|
id: string;
|
|
4330
4355
|
user: {
|
|
4356
|
+
name: string;
|
|
4331
4357
|
id: string;
|
|
4332
4358
|
address: string | null;
|
|
4333
|
-
name: string;
|
|
4334
4359
|
email: string;
|
|
4335
4360
|
createdAt: Date;
|
|
4336
4361
|
updatedAt: Date;
|
|
@@ -4354,9 +4379,9 @@ export declare const cxLogContract: {
|
|
|
4354
4379
|
callFrom?: {
|
|
4355
4380
|
id: string;
|
|
4356
4381
|
user: {
|
|
4382
|
+
name: string;
|
|
4357
4383
|
id: string;
|
|
4358
4384
|
address: string | null;
|
|
4359
|
-
name: string;
|
|
4360
4385
|
email: string;
|
|
4361
4386
|
createdAt: Date;
|
|
4362
4387
|
updatedAt: Date;
|
|
@@ -4381,9 +4406,9 @@ export declare const cxLogContract: {
|
|
|
4381
4406
|
callTo?: {
|
|
4382
4407
|
id: string;
|
|
4383
4408
|
user: {
|
|
4409
|
+
name: string;
|
|
4384
4410
|
id: string;
|
|
4385
4411
|
address: string | null;
|
|
4386
|
-
name: string;
|
|
4387
4412
|
email: string;
|
|
4388
4413
|
createdAt: Date;
|
|
4389
4414
|
updatedAt: Date;
|
|
@@ -4407,9 +4432,9 @@ export declare const cxLogContract: {
|
|
|
4407
4432
|
callFrom?: {
|
|
4408
4433
|
id: string;
|
|
4409
4434
|
user: {
|
|
4435
|
+
name: string;
|
|
4410
4436
|
id: string;
|
|
4411
4437
|
address: string | null;
|
|
4412
|
-
name: string;
|
|
4413
4438
|
email: string;
|
|
4414
4439
|
createdAt: Date;
|
|
4415
4440
|
updatedAt: Date;
|
|
@@ -4563,9 +4588,9 @@ export declare const cxLogContract: {
|
|
|
4563
4588
|
telephonySignature: string | null;
|
|
4564
4589
|
}>;
|
|
4565
4590
|
}, "strip", z.ZodTypeAny, {
|
|
4591
|
+
name: string;
|
|
4566
4592
|
id: string;
|
|
4567
4593
|
address: string | null;
|
|
4568
|
-
name: string;
|
|
4569
4594
|
email: string;
|
|
4570
4595
|
createdAt: Date;
|
|
4571
4596
|
updatedAt: Date;
|
|
@@ -4606,9 +4631,9 @@ export declare const cxLogContract: {
|
|
|
4606
4631
|
telephonySignature: string | null;
|
|
4607
4632
|
};
|
|
4608
4633
|
}, {
|
|
4634
|
+
name: string;
|
|
4609
4635
|
id: string;
|
|
4610
4636
|
address: string | null;
|
|
4611
|
-
name: string;
|
|
4612
4637
|
email: string;
|
|
4613
4638
|
createdAt: Date;
|
|
4614
4639
|
updatedAt: Date;
|
|
@@ -4662,9 +4687,9 @@ export declare const cxLogContract: {
|
|
|
4662
4687
|
extensionName: string;
|
|
4663
4688
|
telephonySignature: string | null;
|
|
4664
4689
|
user?: {
|
|
4690
|
+
name: string;
|
|
4665
4691
|
id: string;
|
|
4666
4692
|
address: string | null;
|
|
4667
|
-
name: string;
|
|
4668
4693
|
email: string;
|
|
4669
4694
|
createdAt: Date;
|
|
4670
4695
|
updatedAt: Date;
|
|
@@ -4718,9 +4743,9 @@ export declare const cxLogContract: {
|
|
|
4718
4743
|
extensionName: string;
|
|
4719
4744
|
telephonySignature: string | null;
|
|
4720
4745
|
user?: {
|
|
4746
|
+
name: string;
|
|
4721
4747
|
id: string;
|
|
4722
4748
|
address: string | null;
|
|
4723
|
-
name: string;
|
|
4724
4749
|
email: string;
|
|
4725
4750
|
createdAt: Date;
|
|
4726
4751
|
updatedAt: Date;
|
|
@@ -4790,9 +4815,9 @@ export declare const cxLogContract: {
|
|
|
4790
4815
|
callTo?: {
|
|
4791
4816
|
id: string;
|
|
4792
4817
|
user: {
|
|
4818
|
+
name: string;
|
|
4793
4819
|
id: string;
|
|
4794
4820
|
address: string | null;
|
|
4795
|
-
name: string;
|
|
4796
4821
|
email: string;
|
|
4797
4822
|
createdAt: Date;
|
|
4798
4823
|
updatedAt: Date;
|
|
@@ -4816,9 +4841,9 @@ export declare const cxLogContract: {
|
|
|
4816
4841
|
callFrom?: {
|
|
4817
4842
|
id: string;
|
|
4818
4843
|
user: {
|
|
4844
|
+
name: string;
|
|
4819
4845
|
id: string;
|
|
4820
4846
|
address: string | null;
|
|
4821
|
-
name: string;
|
|
4822
4847
|
email: string;
|
|
4823
4848
|
createdAt: Date;
|
|
4824
4849
|
updatedAt: Date;
|
|
@@ -4844,10 +4869,10 @@ export declare const cxLogContract: {
|
|
|
4844
4869
|
telephonyQueueId: string | null;
|
|
4845
4870
|
contactId: string | null;
|
|
4846
4871
|
contact?: {
|
|
4872
|
+
name: string;
|
|
4847
4873
|
id: string;
|
|
4848
4874
|
channel: string | null;
|
|
4849
4875
|
address: string | null;
|
|
4850
|
-
name: string;
|
|
4851
4876
|
createdAt: Date;
|
|
4852
4877
|
updatedAt: Date;
|
|
4853
4878
|
deletedAt: Date | null;
|
|
@@ -4892,8 +4917,8 @@ export declare const cxLogContract: {
|
|
|
4892
4917
|
createdAt: Date;
|
|
4893
4918
|
updatedAt: Date;
|
|
4894
4919
|
deletedAt: Date | null;
|
|
4895
|
-
address?: string | null | undefined;
|
|
4896
4920
|
name?: string | undefined;
|
|
4921
|
+
address?: string | null | undefined;
|
|
4897
4922
|
phone?: string | null | undefined;
|
|
4898
4923
|
industry?: string | null | undefined;
|
|
4899
4924
|
} | null;
|
|
@@ -4901,8 +4926,8 @@ export declare const cxLogContract: {
|
|
|
4901
4926
|
contactProfile: string | null;
|
|
4902
4927
|
socialProfileUrl: string | null;
|
|
4903
4928
|
tags: {
|
|
4904
|
-
id: string;
|
|
4905
4929
|
name: string;
|
|
4930
|
+
id: string;
|
|
4906
4931
|
createdAt: Date;
|
|
4907
4932
|
updatedAt: Date;
|
|
4908
4933
|
deletedAt: Date | null;
|
|
@@ -4927,8 +4952,8 @@ export declare const cxLogContract: {
|
|
|
4927
4952
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
4928
4953
|
id: string;
|
|
4929
4954
|
metadata: {
|
|
4930
|
-
id: string;
|
|
4931
4955
|
name: string;
|
|
4956
|
+
id: string;
|
|
4932
4957
|
picture?: string | undefined;
|
|
4933
4958
|
additionalCredentials?: any;
|
|
4934
4959
|
};
|
|
@@ -4990,9 +5015,9 @@ export declare const cxLogContract: {
|
|
|
4990
5015
|
extensionName: string;
|
|
4991
5016
|
telephonySignature: string | null;
|
|
4992
5017
|
user?: {
|
|
5018
|
+
name: string;
|
|
4993
5019
|
id: string;
|
|
4994
5020
|
address: string | null;
|
|
4995
|
-
name: string;
|
|
4996
5021
|
email: string;
|
|
4997
5022
|
createdAt: Date;
|
|
4998
5023
|
updatedAt: Date;
|
|
@@ -5060,9 +5085,9 @@ export declare const cxLogContract: {
|
|
|
5060
5085
|
callTo?: {
|
|
5061
5086
|
id: string;
|
|
5062
5087
|
user: {
|
|
5088
|
+
name: string;
|
|
5063
5089
|
id: string;
|
|
5064
5090
|
address: string | null;
|
|
5065
|
-
name: string;
|
|
5066
5091
|
email: string;
|
|
5067
5092
|
createdAt: Date;
|
|
5068
5093
|
updatedAt: Date;
|
|
@@ -5086,9 +5111,9 @@ export declare const cxLogContract: {
|
|
|
5086
5111
|
callFrom?: {
|
|
5087
5112
|
id: string;
|
|
5088
5113
|
user: {
|
|
5114
|
+
name: string;
|
|
5089
5115
|
id: string;
|
|
5090
5116
|
address: string | null;
|
|
5091
|
-
name: string;
|
|
5092
5117
|
email: string;
|
|
5093
5118
|
createdAt: Date;
|
|
5094
5119
|
updatedAt: Date;
|
|
@@ -5114,10 +5139,10 @@ export declare const cxLogContract: {
|
|
|
5114
5139
|
telephonyQueueId: string | null;
|
|
5115
5140
|
contactId: string | null;
|
|
5116
5141
|
contact?: {
|
|
5142
|
+
name: string;
|
|
5117
5143
|
id: string;
|
|
5118
5144
|
channel: string | null;
|
|
5119
5145
|
address: string | null;
|
|
5120
|
-
name: string;
|
|
5121
5146
|
createdAt: Date;
|
|
5122
5147
|
updatedAt: Date;
|
|
5123
5148
|
deletedAt: Date | null;
|
|
@@ -5162,8 +5187,8 @@ export declare const cxLogContract: {
|
|
|
5162
5187
|
createdAt: Date;
|
|
5163
5188
|
updatedAt: Date;
|
|
5164
5189
|
deletedAt: Date | null;
|
|
5165
|
-
address?: string | null | undefined;
|
|
5166
5190
|
name?: string | undefined;
|
|
5191
|
+
address?: string | null | undefined;
|
|
5167
5192
|
phone?: string | null | undefined;
|
|
5168
5193
|
industry?: string | null | undefined;
|
|
5169
5194
|
} | null;
|
|
@@ -5171,8 +5196,8 @@ export declare const cxLogContract: {
|
|
|
5171
5196
|
contactProfile: string | null;
|
|
5172
5197
|
socialProfileUrl: string | null;
|
|
5173
5198
|
tags: {
|
|
5174
|
-
id: string;
|
|
5175
5199
|
name: string;
|
|
5200
|
+
id: string;
|
|
5176
5201
|
createdAt: Date;
|
|
5177
5202
|
updatedAt: Date;
|
|
5178
5203
|
deletedAt: Date | null;
|
|
@@ -5197,8 +5222,8 @@ export declare const cxLogContract: {
|
|
|
5197
5222
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
5198
5223
|
id: string;
|
|
5199
5224
|
metadata: {
|
|
5200
|
-
id: string;
|
|
5201
5225
|
name: string;
|
|
5226
|
+
id: string;
|
|
5202
5227
|
picture?: string | undefined;
|
|
5203
5228
|
additionalCredentials?: any;
|
|
5204
5229
|
};
|
|
@@ -5260,9 +5285,9 @@ export declare const cxLogContract: {
|
|
|
5260
5285
|
extensionName: string;
|
|
5261
5286
|
telephonySignature: string | null;
|
|
5262
5287
|
user?: {
|
|
5288
|
+
name: string;
|
|
5263
5289
|
id: string;
|
|
5264
5290
|
address: string | null;
|
|
5265
|
-
name: string;
|
|
5266
5291
|
email: string;
|
|
5267
5292
|
createdAt: Date;
|
|
5268
5293
|
updatedAt: Date;
|
|
@@ -5330,14 +5355,14 @@ export declare const cxLogContract: {
|
|
|
5330
5355
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
|
5331
5356
|
name: z.ZodString;
|
|
5332
5357
|
}, "strip", z.ZodTypeAny, {
|
|
5333
|
-
id: string;
|
|
5334
5358
|
name: string;
|
|
5359
|
+
id: string;
|
|
5335
5360
|
createdAt: Date;
|
|
5336
5361
|
updatedAt: Date;
|
|
5337
5362
|
deletedAt: Date | null;
|
|
5338
5363
|
}, {
|
|
5339
|
-
id: string;
|
|
5340
5364
|
name: string;
|
|
5365
|
+
id: string;
|
|
5341
5366
|
createdAt: Date;
|
|
5342
5367
|
updatedAt: Date;
|
|
5343
5368
|
deletedAt: Date | null;
|
|
@@ -5493,8 +5518,8 @@ export declare const cxLogContract: {
|
|
|
5493
5518
|
createdAt: Date;
|
|
5494
5519
|
updatedAt: Date;
|
|
5495
5520
|
deletedAt: Date | null;
|
|
5496
|
-
address?: string | null | undefined;
|
|
5497
5521
|
name?: string | undefined;
|
|
5522
|
+
address?: string | null | undefined;
|
|
5498
5523
|
phone?: string | null | undefined;
|
|
5499
5524
|
industry?: string | null | undefined;
|
|
5500
5525
|
}, {
|
|
@@ -5502,8 +5527,8 @@ export declare const cxLogContract: {
|
|
|
5502
5527
|
createdAt: Date;
|
|
5503
5528
|
updatedAt: Date;
|
|
5504
5529
|
deletedAt: Date | null;
|
|
5505
|
-
address?: string | null | undefined;
|
|
5506
5530
|
name?: string | undefined;
|
|
5531
|
+
address?: string | null | undefined;
|
|
5507
5532
|
phone?: string | null | undefined;
|
|
5508
5533
|
industry?: string | null | undefined;
|
|
5509
5534
|
}>>;
|
|
@@ -5521,13 +5546,13 @@ export declare const cxLogContract: {
|
|
|
5521
5546
|
picture: z.ZodOptional<z.ZodString>;
|
|
5522
5547
|
additionalCredentials: z.ZodAny;
|
|
5523
5548
|
}, "strip", z.ZodTypeAny, {
|
|
5524
|
-
id: string;
|
|
5525
5549
|
name: string;
|
|
5550
|
+
id: string;
|
|
5526
5551
|
picture?: string | undefined;
|
|
5527
5552
|
additionalCredentials?: any;
|
|
5528
5553
|
}, {
|
|
5529
|
-
id: string;
|
|
5530
5554
|
name: string;
|
|
5555
|
+
id: string;
|
|
5531
5556
|
picture?: string | undefined;
|
|
5532
5557
|
additionalCredentials?: any;
|
|
5533
5558
|
}>;
|
|
@@ -5535,8 +5560,8 @@ export declare const cxLogContract: {
|
|
|
5535
5560
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
5536
5561
|
id: string;
|
|
5537
5562
|
metadata: {
|
|
5538
|
-
id: string;
|
|
5539
5563
|
name: string;
|
|
5564
|
+
id: string;
|
|
5540
5565
|
picture?: string | undefined;
|
|
5541
5566
|
additionalCredentials?: any;
|
|
5542
5567
|
};
|
|
@@ -5549,8 +5574,8 @@ export declare const cxLogContract: {
|
|
|
5549
5574
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
5550
5575
|
id: string;
|
|
5551
5576
|
metadata: {
|
|
5552
|
-
id: string;
|
|
5553
5577
|
name: string;
|
|
5578
|
+
id: string;
|
|
5554
5579
|
picture?: string | undefined;
|
|
5555
5580
|
additionalCredentials?: any;
|
|
5556
5581
|
};
|
|
@@ -5860,10 +5885,10 @@ export declare const cxLogContract: {
|
|
|
5860
5885
|
};
|
|
5861
5886
|
}>, "many">>;
|
|
5862
5887
|
}, "strip", z.ZodTypeAny, {
|
|
5888
|
+
name: string;
|
|
5863
5889
|
id: string;
|
|
5864
5890
|
channel: string | null;
|
|
5865
5891
|
address: string | null;
|
|
5866
|
-
name: string;
|
|
5867
5892
|
createdAt: Date;
|
|
5868
5893
|
updatedAt: Date;
|
|
5869
5894
|
deletedAt: Date | null;
|
|
@@ -5908,8 +5933,8 @@ export declare const cxLogContract: {
|
|
|
5908
5933
|
createdAt: Date;
|
|
5909
5934
|
updatedAt: Date;
|
|
5910
5935
|
deletedAt: Date | null;
|
|
5911
|
-
address?: string | null | undefined;
|
|
5912
5936
|
name?: string | undefined;
|
|
5937
|
+
address?: string | null | undefined;
|
|
5913
5938
|
phone?: string | null | undefined;
|
|
5914
5939
|
industry?: string | null | undefined;
|
|
5915
5940
|
} | null;
|
|
@@ -5917,8 +5942,8 @@ export declare const cxLogContract: {
|
|
|
5917
5942
|
contactProfile: string | null;
|
|
5918
5943
|
socialProfileUrl: string | null;
|
|
5919
5944
|
tags: {
|
|
5920
|
-
id: string;
|
|
5921
5945
|
name: string;
|
|
5946
|
+
id: string;
|
|
5922
5947
|
createdAt: Date;
|
|
5923
5948
|
updatedAt: Date;
|
|
5924
5949
|
deletedAt: Date | null;
|
|
@@ -5943,8 +5968,8 @@ export declare const cxLogContract: {
|
|
|
5943
5968
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
5944
5969
|
id: string;
|
|
5945
5970
|
metadata: {
|
|
5946
|
-
id: string;
|
|
5947
5971
|
name: string;
|
|
5972
|
+
id: string;
|
|
5948
5973
|
picture?: string | undefined;
|
|
5949
5974
|
additionalCredentials?: any;
|
|
5950
5975
|
};
|
|
@@ -5971,10 +5996,10 @@ export declare const cxLogContract: {
|
|
|
5971
5996
|
};
|
|
5972
5997
|
}[] | undefined;
|
|
5973
5998
|
}, {
|
|
5999
|
+
name: string;
|
|
5974
6000
|
id: string;
|
|
5975
6001
|
channel: string | null;
|
|
5976
6002
|
address: string | null;
|
|
5977
|
-
name: string;
|
|
5978
6003
|
createdAt: Date;
|
|
5979
6004
|
updatedAt: Date;
|
|
5980
6005
|
deletedAt: Date | null;
|
|
@@ -6019,8 +6044,8 @@ export declare const cxLogContract: {
|
|
|
6019
6044
|
createdAt: Date;
|
|
6020
6045
|
updatedAt: Date;
|
|
6021
6046
|
deletedAt: Date | null;
|
|
6022
|
-
address?: string | null | undefined;
|
|
6023
6047
|
name?: string | undefined;
|
|
6048
|
+
address?: string | null | undefined;
|
|
6024
6049
|
phone?: string | null | undefined;
|
|
6025
6050
|
industry?: string | null | undefined;
|
|
6026
6051
|
} | null;
|
|
@@ -6028,8 +6053,8 @@ export declare const cxLogContract: {
|
|
|
6028
6053
|
contactProfile: string | null;
|
|
6029
6054
|
socialProfileUrl: string | null;
|
|
6030
6055
|
tags: {
|
|
6031
|
-
id: string;
|
|
6032
6056
|
name: string;
|
|
6057
|
+
id: string;
|
|
6033
6058
|
createdAt: Date;
|
|
6034
6059
|
updatedAt: Date;
|
|
6035
6060
|
deletedAt: Date | null;
|
|
@@ -6054,8 +6079,8 @@ export declare const cxLogContract: {
|
|
|
6054
6079
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
6055
6080
|
id: string;
|
|
6056
6081
|
metadata: {
|
|
6057
|
-
id: string;
|
|
6058
6082
|
name: string;
|
|
6083
|
+
id: string;
|
|
6059
6084
|
picture?: string | undefined;
|
|
6060
6085
|
additionalCredentials?: any;
|
|
6061
6086
|
};
|
|
@@ -6200,9 +6225,9 @@ export declare const cxLogContract: {
|
|
|
6200
6225
|
telephonySignature: string | null;
|
|
6201
6226
|
}>;
|
|
6202
6227
|
}, "strip", z.ZodTypeAny, {
|
|
6228
|
+
name: string;
|
|
6203
6229
|
id: string;
|
|
6204
6230
|
address: string | null;
|
|
6205
|
-
name: string;
|
|
6206
6231
|
email: string;
|
|
6207
6232
|
createdAt: Date;
|
|
6208
6233
|
updatedAt: Date;
|
|
@@ -6243,9 +6268,9 @@ export declare const cxLogContract: {
|
|
|
6243
6268
|
telephonySignature: string | null;
|
|
6244
6269
|
};
|
|
6245
6270
|
}, {
|
|
6271
|
+
name: string;
|
|
6246
6272
|
id: string;
|
|
6247
6273
|
address: string | null;
|
|
6248
|
-
name: string;
|
|
6249
6274
|
email: string;
|
|
6250
6275
|
createdAt: Date;
|
|
6251
6276
|
updatedAt: Date;
|
|
@@ -6404,9 +6429,9 @@ export declare const cxLogContract: {
|
|
|
6404
6429
|
telephonySignature: string | null;
|
|
6405
6430
|
}>;
|
|
6406
6431
|
}, "strip", z.ZodTypeAny, {
|
|
6432
|
+
name: string;
|
|
6407
6433
|
id: string;
|
|
6408
6434
|
address: string | null;
|
|
6409
|
-
name: string;
|
|
6410
6435
|
email: string;
|
|
6411
6436
|
createdAt: Date;
|
|
6412
6437
|
updatedAt: Date;
|
|
@@ -6447,9 +6472,9 @@ export declare const cxLogContract: {
|
|
|
6447
6472
|
telephonySignature: string | null;
|
|
6448
6473
|
};
|
|
6449
6474
|
}, {
|
|
6475
|
+
name: string;
|
|
6450
6476
|
id: string;
|
|
6451
6477
|
address: string | null;
|
|
6452
|
-
name: string;
|
|
6453
6478
|
email: string;
|
|
6454
6479
|
createdAt: Date;
|
|
6455
6480
|
updatedAt: Date;
|
|
@@ -6608,9 +6633,9 @@ export declare const cxLogContract: {
|
|
|
6608
6633
|
telephonySignature: string | null;
|
|
6609
6634
|
}>;
|
|
6610
6635
|
}, "strip", z.ZodTypeAny, {
|
|
6636
|
+
name: string;
|
|
6611
6637
|
id: string;
|
|
6612
6638
|
address: string | null;
|
|
6613
|
-
name: string;
|
|
6614
6639
|
email: string;
|
|
6615
6640
|
createdAt: Date;
|
|
6616
6641
|
updatedAt: Date;
|
|
@@ -6651,9 +6676,9 @@ export declare const cxLogContract: {
|
|
|
6651
6676
|
telephonySignature: string | null;
|
|
6652
6677
|
};
|
|
6653
6678
|
}, {
|
|
6679
|
+
name: string;
|
|
6654
6680
|
id: string;
|
|
6655
6681
|
address: string | null;
|
|
6656
|
-
name: string;
|
|
6657
6682
|
email: string;
|
|
6658
6683
|
createdAt: Date;
|
|
6659
6684
|
updatedAt: Date;
|
|
@@ -6732,10 +6757,10 @@ export declare const cxLogContract: {
|
|
|
6732
6757
|
deletedAt: Date | null;
|
|
6733
6758
|
entityId: string;
|
|
6734
6759
|
contact: {
|
|
6760
|
+
name: string;
|
|
6735
6761
|
id: string;
|
|
6736
6762
|
channel: string | null;
|
|
6737
6763
|
address: string | null;
|
|
6738
|
-
name: string;
|
|
6739
6764
|
createdAt: Date;
|
|
6740
6765
|
updatedAt: Date;
|
|
6741
6766
|
deletedAt: Date | null;
|
|
@@ -6780,8 +6805,8 @@ export declare const cxLogContract: {
|
|
|
6780
6805
|
createdAt: Date;
|
|
6781
6806
|
updatedAt: Date;
|
|
6782
6807
|
deletedAt: Date | null;
|
|
6783
|
-
address?: string | null | undefined;
|
|
6784
6808
|
name?: string | undefined;
|
|
6809
|
+
address?: string | null | undefined;
|
|
6785
6810
|
phone?: string | null | undefined;
|
|
6786
6811
|
industry?: string | null | undefined;
|
|
6787
6812
|
} | null;
|
|
@@ -6789,8 +6814,8 @@ export declare const cxLogContract: {
|
|
|
6789
6814
|
contactProfile: string | null;
|
|
6790
6815
|
socialProfileUrl: string | null;
|
|
6791
6816
|
tags: {
|
|
6792
|
-
id: string;
|
|
6793
6817
|
name: string;
|
|
6818
|
+
id: string;
|
|
6794
6819
|
createdAt: Date;
|
|
6795
6820
|
updatedAt: Date;
|
|
6796
6821
|
deletedAt: Date | null;
|
|
@@ -6815,8 +6840,8 @@ export declare const cxLogContract: {
|
|
|
6815
6840
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
6816
6841
|
id: string;
|
|
6817
6842
|
metadata: {
|
|
6818
|
-
id: string;
|
|
6819
6843
|
name: string;
|
|
6844
|
+
id: string;
|
|
6820
6845
|
picture?: string | undefined;
|
|
6821
6846
|
additionalCredentials?: any;
|
|
6822
6847
|
};
|
|
@@ -6882,8 +6907,8 @@ export declare const cxLogContract: {
|
|
|
6882
6907
|
}[];
|
|
6883
6908
|
}[];
|
|
6884
6909
|
tags: {
|
|
6885
|
-
id: string;
|
|
6886
6910
|
name: string;
|
|
6911
|
+
id: string;
|
|
6887
6912
|
createdAt: Date;
|
|
6888
6913
|
updatedAt: Date;
|
|
6889
6914
|
deletedAt: Date | null;
|
|
@@ -6922,12 +6947,12 @@ export declare const cxLogContract: {
|
|
|
6922
6947
|
room: {
|
|
6923
6948
|
id: string;
|
|
6924
6949
|
channel: {
|
|
6950
|
+
name: string;
|
|
6925
6951
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
6926
6952
|
id: string;
|
|
6927
|
-
name: string;
|
|
6928
6953
|
metadata: {
|
|
6929
|
-
id: string;
|
|
6930
6954
|
name: string;
|
|
6955
|
+
id: string;
|
|
6931
6956
|
accessToken?: string | undefined;
|
|
6932
6957
|
channelSecret?: string | undefined;
|
|
6933
6958
|
additionalCredentials?: any;
|
|
@@ -6939,10 +6964,12 @@ export declare const cxLogContract: {
|
|
|
6939
6964
|
email?: string | null | undefined;
|
|
6940
6965
|
clientId?: string | null | undefined;
|
|
6941
6966
|
channelId?: string | null | undefined;
|
|
6942
|
-
|
|
6967
|
+
waapiInstanceId?: string | null | undefined;
|
|
6968
|
+
qr?: string | null | undefined;
|
|
6969
|
+
status?: "active" | "pending" | "waapi-qr" | undefined;
|
|
6943
6970
|
apiKey?: string | undefined;
|
|
6944
6971
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
6945
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
6972
|
+
integrationType?: "meta" | "360dialog" | "waapi" | undefined;
|
|
6946
6973
|
} | undefined;
|
|
6947
6974
|
vonageCredentials?: {
|
|
6948
6975
|
apiKey: string;
|
|
@@ -6951,15 +6978,16 @@ export declare const cxLogContract: {
|
|
|
6951
6978
|
} | undefined;
|
|
6952
6979
|
lineRichMenuId?: string | null | undefined;
|
|
6953
6980
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
6981
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
6954
6982
|
};
|
|
6955
6983
|
status: boolean;
|
|
6956
6984
|
createdAt: Date;
|
|
6957
6985
|
updatedAt: Date;
|
|
6958
6986
|
deletedAt: Date | null;
|
|
6959
6987
|
actor: {
|
|
6988
|
+
name: string;
|
|
6960
6989
|
id: string;
|
|
6961
6990
|
address: string | null;
|
|
6962
|
-
name: string;
|
|
6963
6991
|
email: string;
|
|
6964
6992
|
createdAt: Date;
|
|
6965
6993
|
updatedAt: Date;
|
|
@@ -7006,8 +7034,8 @@ export declare const cxLogContract: {
|
|
|
7006
7034
|
connectedUserName: string;
|
|
7007
7035
|
connectedUserId: string;
|
|
7008
7036
|
botpressBot: {
|
|
7009
|
-
id: string;
|
|
7010
7037
|
name: string;
|
|
7038
|
+
id: string;
|
|
7011
7039
|
accessToken: string;
|
|
7012
7040
|
botId: string;
|
|
7013
7041
|
integrationId: string;
|
|
@@ -7018,9 +7046,9 @@ export declare const cxLogContract: {
|
|
|
7018
7046
|
updatedAt: Date;
|
|
7019
7047
|
deletedAt: Date | null;
|
|
7020
7048
|
actor: {
|
|
7049
|
+
name: string;
|
|
7021
7050
|
id: string;
|
|
7022
7051
|
address: string | null;
|
|
7023
|
-
name: string;
|
|
7024
7052
|
email: string;
|
|
7025
7053
|
createdAt: Date;
|
|
7026
7054
|
updatedAt: Date;
|
|
@@ -7072,8 +7100,8 @@ export declare const cxLogContract: {
|
|
|
7072
7100
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
7073
7101
|
id: string;
|
|
7074
7102
|
metadata: {
|
|
7075
|
-
id: string;
|
|
7076
7103
|
name: string;
|
|
7104
|
+
id: string;
|
|
7077
7105
|
picture?: string | undefined;
|
|
7078
7106
|
additionalCredentials?: any;
|
|
7079
7107
|
};
|
|
@@ -7081,10 +7109,10 @@ export declare const cxLogContract: {
|
|
|
7081
7109
|
updatedAt: Date;
|
|
7082
7110
|
deletedAt: Date | null;
|
|
7083
7111
|
contact: {
|
|
7112
|
+
name: string;
|
|
7084
7113
|
id: string;
|
|
7085
7114
|
channel: string | null;
|
|
7086
7115
|
address: string | null;
|
|
7087
|
-
name: string;
|
|
7088
7116
|
createdAt: Date;
|
|
7089
7117
|
updatedAt: Date;
|
|
7090
7118
|
deletedAt: Date | null;
|
|
@@ -7129,8 +7157,8 @@ export declare const cxLogContract: {
|
|
|
7129
7157
|
createdAt: Date;
|
|
7130
7158
|
updatedAt: Date;
|
|
7131
7159
|
deletedAt: Date | null;
|
|
7132
|
-
address?: string | null | undefined;
|
|
7133
7160
|
name?: string | undefined;
|
|
7161
|
+
address?: string | null | undefined;
|
|
7134
7162
|
phone?: string | null | undefined;
|
|
7135
7163
|
industry?: string | null | undefined;
|
|
7136
7164
|
} | null;
|
|
@@ -7138,8 +7166,8 @@ export declare const cxLogContract: {
|
|
|
7138
7166
|
contactProfile: string | null;
|
|
7139
7167
|
socialProfileUrl: string | null;
|
|
7140
7168
|
tags: {
|
|
7141
|
-
id: string;
|
|
7142
7169
|
name: string;
|
|
7170
|
+
id: string;
|
|
7143
7171
|
createdAt: Date;
|
|
7144
7172
|
updatedAt: Date;
|
|
7145
7173
|
deletedAt: Date | null;
|
|
@@ -7164,8 +7192,8 @@ export declare const cxLogContract: {
|
|
|
7164
7192
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
7165
7193
|
id: string;
|
|
7166
7194
|
metadata: {
|
|
7167
|
-
id: string;
|
|
7168
7195
|
name: string;
|
|
7196
|
+
id: string;
|
|
7169
7197
|
picture?: string | undefined;
|
|
7170
7198
|
additionalCredentials?: any;
|
|
7171
7199
|
};
|
|
@@ -7196,9 +7224,9 @@ export declare const cxLogContract: {
|
|
|
7196
7224
|
socialPlatformId: string;
|
|
7197
7225
|
};
|
|
7198
7226
|
assignee: {
|
|
7227
|
+
name: string;
|
|
7199
7228
|
id: string;
|
|
7200
7229
|
address: string | null;
|
|
7201
|
-
name: string;
|
|
7202
7230
|
email: string;
|
|
7203
7231
|
createdAt: Date;
|
|
7204
7232
|
updatedAt: Date;
|
|
@@ -7266,9 +7294,9 @@ export declare const cxLogContract: {
|
|
|
7266
7294
|
callTo?: {
|
|
7267
7295
|
id: string;
|
|
7268
7296
|
user: {
|
|
7297
|
+
name: string;
|
|
7269
7298
|
id: string;
|
|
7270
7299
|
address: string | null;
|
|
7271
|
-
name: string;
|
|
7272
7300
|
email: string;
|
|
7273
7301
|
createdAt: Date;
|
|
7274
7302
|
updatedAt: Date;
|
|
@@ -7292,9 +7320,9 @@ export declare const cxLogContract: {
|
|
|
7292
7320
|
callFrom?: {
|
|
7293
7321
|
id: string;
|
|
7294
7322
|
user: {
|
|
7323
|
+
name: string;
|
|
7295
7324
|
id: string;
|
|
7296
7325
|
address: string | null;
|
|
7297
|
-
name: string;
|
|
7298
7326
|
email: string;
|
|
7299
7327
|
createdAt: Date;
|
|
7300
7328
|
updatedAt: Date;
|
|
@@ -7320,10 +7348,10 @@ export declare const cxLogContract: {
|
|
|
7320
7348
|
telephonyQueueId: string | null;
|
|
7321
7349
|
contactId: string | null;
|
|
7322
7350
|
contact?: {
|
|
7351
|
+
name: string;
|
|
7323
7352
|
id: string;
|
|
7324
7353
|
channel: string | null;
|
|
7325
7354
|
address: string | null;
|
|
7326
|
-
name: string;
|
|
7327
7355
|
createdAt: Date;
|
|
7328
7356
|
updatedAt: Date;
|
|
7329
7357
|
deletedAt: Date | null;
|
|
@@ -7368,8 +7396,8 @@ export declare const cxLogContract: {
|
|
|
7368
7396
|
createdAt: Date;
|
|
7369
7397
|
updatedAt: Date;
|
|
7370
7398
|
deletedAt: Date | null;
|
|
7371
|
-
address?: string | null | undefined;
|
|
7372
7399
|
name?: string | undefined;
|
|
7400
|
+
address?: string | null | undefined;
|
|
7373
7401
|
phone?: string | null | undefined;
|
|
7374
7402
|
industry?: string | null | undefined;
|
|
7375
7403
|
} | null;
|
|
@@ -7377,8 +7405,8 @@ export declare const cxLogContract: {
|
|
|
7377
7405
|
contactProfile: string | null;
|
|
7378
7406
|
socialProfileUrl: string | null;
|
|
7379
7407
|
tags: {
|
|
7380
|
-
id: string;
|
|
7381
7408
|
name: string;
|
|
7409
|
+
id: string;
|
|
7382
7410
|
createdAt: Date;
|
|
7383
7411
|
updatedAt: Date;
|
|
7384
7412
|
deletedAt: Date | null;
|
|
@@ -7403,8 +7431,8 @@ export declare const cxLogContract: {
|
|
|
7403
7431
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
7404
7432
|
id: string;
|
|
7405
7433
|
metadata: {
|
|
7406
|
-
id: string;
|
|
7407
7434
|
name: string;
|
|
7435
|
+
id: string;
|
|
7408
7436
|
picture?: string | undefined;
|
|
7409
7437
|
additionalCredentials?: any;
|
|
7410
7438
|
};
|
|
@@ -7466,9 +7494,9 @@ export declare const cxLogContract: {
|
|
|
7466
7494
|
extensionName: string;
|
|
7467
7495
|
telephonySignature: string | null;
|
|
7468
7496
|
user?: {
|
|
7497
|
+
name: string;
|
|
7469
7498
|
id: string;
|
|
7470
7499
|
address: string | null;
|
|
7471
|
-
name: string;
|
|
7472
7500
|
email: string;
|
|
7473
7501
|
createdAt: Date;
|
|
7474
7502
|
updatedAt: Date;
|
|
@@ -7515,9 +7543,9 @@ export declare const cxLogContract: {
|
|
|
7515
7543
|
queueName?: string | null | undefined;
|
|
7516
7544
|
} | null;
|
|
7517
7545
|
firstAssignee: {
|
|
7546
|
+
name: string;
|
|
7518
7547
|
id: string;
|
|
7519
7548
|
address: string | null;
|
|
7520
|
-
name: string;
|
|
7521
7549
|
email: string;
|
|
7522
7550
|
createdAt: Date;
|
|
7523
7551
|
updatedAt: Date;
|
|
@@ -7559,9 +7587,9 @@ export declare const cxLogContract: {
|
|
|
7559
7587
|
};
|
|
7560
7588
|
} | null;
|
|
7561
7589
|
agent: {
|
|
7590
|
+
name: string;
|
|
7562
7591
|
id: string;
|
|
7563
7592
|
address: string | null;
|
|
7564
|
-
name: string;
|
|
7565
7593
|
email: string;
|
|
7566
7594
|
createdAt: Date;
|
|
7567
7595
|
updatedAt: Date;
|
|
@@ -7603,9 +7631,9 @@ export declare const cxLogContract: {
|
|
|
7603
7631
|
};
|
|
7604
7632
|
} | null;
|
|
7605
7633
|
closedAssignee: {
|
|
7634
|
+
name: string;
|
|
7606
7635
|
id: string;
|
|
7607
7636
|
address: string | null;
|
|
7608
|
-
name: string;
|
|
7609
7637
|
email: string;
|
|
7610
7638
|
createdAt: Date;
|
|
7611
7639
|
updatedAt: Date;
|
|
@@ -7666,10 +7694,10 @@ export declare const cxLogContract: {
|
|
|
7666
7694
|
deletedAt: Date | null;
|
|
7667
7695
|
entityId: string;
|
|
7668
7696
|
contact: {
|
|
7697
|
+
name: string;
|
|
7669
7698
|
id: string;
|
|
7670
7699
|
channel: string | null;
|
|
7671
7700
|
address: string | null;
|
|
7672
|
-
name: string;
|
|
7673
7701
|
createdAt: Date;
|
|
7674
7702
|
updatedAt: Date;
|
|
7675
7703
|
deletedAt: Date | null;
|
|
@@ -7714,8 +7742,8 @@ export declare const cxLogContract: {
|
|
|
7714
7742
|
createdAt: Date;
|
|
7715
7743
|
updatedAt: Date;
|
|
7716
7744
|
deletedAt: Date | null;
|
|
7717
|
-
address?: string | null | undefined;
|
|
7718
7745
|
name?: string | undefined;
|
|
7746
|
+
address?: string | null | undefined;
|
|
7719
7747
|
phone?: string | null | undefined;
|
|
7720
7748
|
industry?: string | null | undefined;
|
|
7721
7749
|
} | null;
|
|
@@ -7723,8 +7751,8 @@ export declare const cxLogContract: {
|
|
|
7723
7751
|
contactProfile: string | null;
|
|
7724
7752
|
socialProfileUrl: string | null;
|
|
7725
7753
|
tags: {
|
|
7726
|
-
id: string;
|
|
7727
7754
|
name: string;
|
|
7755
|
+
id: string;
|
|
7728
7756
|
createdAt: Date;
|
|
7729
7757
|
updatedAt: Date;
|
|
7730
7758
|
deletedAt: Date | null;
|
|
@@ -7749,8 +7777,8 @@ export declare const cxLogContract: {
|
|
|
7749
7777
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
7750
7778
|
id: string;
|
|
7751
7779
|
metadata: {
|
|
7752
|
-
id: string;
|
|
7753
7780
|
name: string;
|
|
7781
|
+
id: string;
|
|
7754
7782
|
picture?: string | undefined;
|
|
7755
7783
|
additionalCredentials?: any;
|
|
7756
7784
|
};
|
|
@@ -7816,8 +7844,8 @@ export declare const cxLogContract: {
|
|
|
7816
7844
|
}[];
|
|
7817
7845
|
}[];
|
|
7818
7846
|
tags: {
|
|
7819
|
-
id: string;
|
|
7820
7847
|
name: string;
|
|
7848
|
+
id: string;
|
|
7821
7849
|
createdAt: Date;
|
|
7822
7850
|
updatedAt: Date;
|
|
7823
7851
|
deletedAt: Date | null;
|
|
@@ -7856,12 +7884,12 @@ export declare const cxLogContract: {
|
|
|
7856
7884
|
room: {
|
|
7857
7885
|
id: string;
|
|
7858
7886
|
channel: {
|
|
7887
|
+
name: string;
|
|
7859
7888
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
7860
7889
|
id: string;
|
|
7861
|
-
name: string;
|
|
7862
7890
|
metadata: {
|
|
7863
|
-
id: string;
|
|
7864
7891
|
name: string;
|
|
7892
|
+
id: string;
|
|
7865
7893
|
accessToken?: string | undefined;
|
|
7866
7894
|
channelSecret?: string | undefined;
|
|
7867
7895
|
additionalCredentials?: any;
|
|
@@ -7873,10 +7901,12 @@ export declare const cxLogContract: {
|
|
|
7873
7901
|
email?: string | null | undefined;
|
|
7874
7902
|
clientId?: string | null | undefined;
|
|
7875
7903
|
channelId?: string | null | undefined;
|
|
7876
|
-
|
|
7904
|
+
waapiInstanceId?: string | null | undefined;
|
|
7905
|
+
qr?: string | null | undefined;
|
|
7906
|
+
status?: "active" | "pending" | "waapi-qr" | undefined;
|
|
7877
7907
|
apiKey?: string | undefined;
|
|
7878
7908
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
7879
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
7909
|
+
integrationType?: "meta" | "360dialog" | "waapi" | undefined;
|
|
7880
7910
|
} | undefined;
|
|
7881
7911
|
vonageCredentials?: {
|
|
7882
7912
|
apiKey: string;
|
|
@@ -7885,15 +7915,16 @@ export declare const cxLogContract: {
|
|
|
7885
7915
|
} | undefined;
|
|
7886
7916
|
lineRichMenuId?: string | null | undefined;
|
|
7887
7917
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
7918
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
7888
7919
|
};
|
|
7889
7920
|
status: boolean;
|
|
7890
7921
|
createdAt: Date;
|
|
7891
7922
|
updatedAt: Date;
|
|
7892
7923
|
deletedAt: Date | null;
|
|
7893
7924
|
actor: {
|
|
7925
|
+
name: string;
|
|
7894
7926
|
id: string;
|
|
7895
7927
|
address: string | null;
|
|
7896
|
-
name: string;
|
|
7897
7928
|
email: string;
|
|
7898
7929
|
createdAt: Date;
|
|
7899
7930
|
updatedAt: Date;
|
|
@@ -7940,8 +7971,8 @@ export declare const cxLogContract: {
|
|
|
7940
7971
|
connectedUserName: string;
|
|
7941
7972
|
connectedUserId: string;
|
|
7942
7973
|
botpressBot: {
|
|
7943
|
-
id: string;
|
|
7944
7974
|
name: string;
|
|
7975
|
+
id: string;
|
|
7945
7976
|
accessToken: string;
|
|
7946
7977
|
botId: string;
|
|
7947
7978
|
integrationId: string;
|
|
@@ -7952,9 +7983,9 @@ export declare const cxLogContract: {
|
|
|
7952
7983
|
updatedAt: Date;
|
|
7953
7984
|
deletedAt: Date | null;
|
|
7954
7985
|
actor: {
|
|
7986
|
+
name: string;
|
|
7955
7987
|
id: string;
|
|
7956
7988
|
address: string | null;
|
|
7957
|
-
name: string;
|
|
7958
7989
|
email: string;
|
|
7959
7990
|
createdAt: Date;
|
|
7960
7991
|
updatedAt: Date;
|
|
@@ -8006,8 +8037,8 @@ export declare const cxLogContract: {
|
|
|
8006
8037
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
8007
8038
|
id: string;
|
|
8008
8039
|
metadata: {
|
|
8009
|
-
id: string;
|
|
8010
8040
|
name: string;
|
|
8041
|
+
id: string;
|
|
8011
8042
|
picture?: string | undefined;
|
|
8012
8043
|
additionalCredentials?: any;
|
|
8013
8044
|
};
|
|
@@ -8015,10 +8046,10 @@ export declare const cxLogContract: {
|
|
|
8015
8046
|
updatedAt: Date;
|
|
8016
8047
|
deletedAt: Date | null;
|
|
8017
8048
|
contact: {
|
|
8049
|
+
name: string;
|
|
8018
8050
|
id: string;
|
|
8019
8051
|
channel: string | null;
|
|
8020
8052
|
address: string | null;
|
|
8021
|
-
name: string;
|
|
8022
8053
|
createdAt: Date;
|
|
8023
8054
|
updatedAt: Date;
|
|
8024
8055
|
deletedAt: Date | null;
|
|
@@ -8063,8 +8094,8 @@ export declare const cxLogContract: {
|
|
|
8063
8094
|
createdAt: Date;
|
|
8064
8095
|
updatedAt: Date;
|
|
8065
8096
|
deletedAt: Date | null;
|
|
8066
|
-
address?: string | null | undefined;
|
|
8067
8097
|
name?: string | undefined;
|
|
8098
|
+
address?: string | null | undefined;
|
|
8068
8099
|
phone?: string | null | undefined;
|
|
8069
8100
|
industry?: string | null | undefined;
|
|
8070
8101
|
} | null;
|
|
@@ -8072,8 +8103,8 @@ export declare const cxLogContract: {
|
|
|
8072
8103
|
contactProfile: string | null;
|
|
8073
8104
|
socialProfileUrl: string | null;
|
|
8074
8105
|
tags: {
|
|
8075
|
-
id: string;
|
|
8076
8106
|
name: string;
|
|
8107
|
+
id: string;
|
|
8077
8108
|
createdAt: Date;
|
|
8078
8109
|
updatedAt: Date;
|
|
8079
8110
|
deletedAt: Date | null;
|
|
@@ -8098,8 +8129,8 @@ export declare const cxLogContract: {
|
|
|
8098
8129
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
8099
8130
|
id: string;
|
|
8100
8131
|
metadata: {
|
|
8101
|
-
id: string;
|
|
8102
8132
|
name: string;
|
|
8133
|
+
id: string;
|
|
8103
8134
|
picture?: string | undefined;
|
|
8104
8135
|
additionalCredentials?: any;
|
|
8105
8136
|
};
|
|
@@ -8130,9 +8161,9 @@ export declare const cxLogContract: {
|
|
|
8130
8161
|
socialPlatformId: string;
|
|
8131
8162
|
};
|
|
8132
8163
|
assignee: {
|
|
8164
|
+
name: string;
|
|
8133
8165
|
id: string;
|
|
8134
8166
|
address: string | null;
|
|
8135
|
-
name: string;
|
|
8136
8167
|
email: string;
|
|
8137
8168
|
createdAt: Date;
|
|
8138
8169
|
updatedAt: Date;
|
|
@@ -8200,9 +8231,9 @@ export declare const cxLogContract: {
|
|
|
8200
8231
|
callTo?: {
|
|
8201
8232
|
id: string;
|
|
8202
8233
|
user: {
|
|
8234
|
+
name: string;
|
|
8203
8235
|
id: string;
|
|
8204
8236
|
address: string | null;
|
|
8205
|
-
name: string;
|
|
8206
8237
|
email: string;
|
|
8207
8238
|
createdAt: Date;
|
|
8208
8239
|
updatedAt: Date;
|
|
@@ -8226,9 +8257,9 @@ export declare const cxLogContract: {
|
|
|
8226
8257
|
callFrom?: {
|
|
8227
8258
|
id: string;
|
|
8228
8259
|
user: {
|
|
8260
|
+
name: string;
|
|
8229
8261
|
id: string;
|
|
8230
8262
|
address: string | null;
|
|
8231
|
-
name: string;
|
|
8232
8263
|
email: string;
|
|
8233
8264
|
createdAt: Date;
|
|
8234
8265
|
updatedAt: Date;
|
|
@@ -8254,10 +8285,10 @@ export declare const cxLogContract: {
|
|
|
8254
8285
|
telephonyQueueId: string | null;
|
|
8255
8286
|
contactId: string | null;
|
|
8256
8287
|
contact?: {
|
|
8288
|
+
name: string;
|
|
8257
8289
|
id: string;
|
|
8258
8290
|
channel: string | null;
|
|
8259
8291
|
address: string | null;
|
|
8260
|
-
name: string;
|
|
8261
8292
|
createdAt: Date;
|
|
8262
8293
|
updatedAt: Date;
|
|
8263
8294
|
deletedAt: Date | null;
|
|
@@ -8302,8 +8333,8 @@ export declare const cxLogContract: {
|
|
|
8302
8333
|
createdAt: Date;
|
|
8303
8334
|
updatedAt: Date;
|
|
8304
8335
|
deletedAt: Date | null;
|
|
8305
|
-
address?: string | null | undefined;
|
|
8306
8336
|
name?: string | undefined;
|
|
8337
|
+
address?: string | null | undefined;
|
|
8307
8338
|
phone?: string | null | undefined;
|
|
8308
8339
|
industry?: string | null | undefined;
|
|
8309
8340
|
} | null;
|
|
@@ -8311,8 +8342,8 @@ export declare const cxLogContract: {
|
|
|
8311
8342
|
contactProfile: string | null;
|
|
8312
8343
|
socialProfileUrl: string | null;
|
|
8313
8344
|
tags: {
|
|
8314
|
-
id: string;
|
|
8315
8345
|
name: string;
|
|
8346
|
+
id: string;
|
|
8316
8347
|
createdAt: Date;
|
|
8317
8348
|
updatedAt: Date;
|
|
8318
8349
|
deletedAt: Date | null;
|
|
@@ -8337,8 +8368,8 @@ export declare const cxLogContract: {
|
|
|
8337
8368
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
8338
8369
|
id: string;
|
|
8339
8370
|
metadata: {
|
|
8340
|
-
id: string;
|
|
8341
8371
|
name: string;
|
|
8372
|
+
id: string;
|
|
8342
8373
|
picture?: string | undefined;
|
|
8343
8374
|
additionalCredentials?: any;
|
|
8344
8375
|
};
|
|
@@ -8400,9 +8431,9 @@ export declare const cxLogContract: {
|
|
|
8400
8431
|
extensionName: string;
|
|
8401
8432
|
telephonySignature: string | null;
|
|
8402
8433
|
user?: {
|
|
8434
|
+
name: string;
|
|
8403
8435
|
id: string;
|
|
8404
8436
|
address: string | null;
|
|
8405
|
-
name: string;
|
|
8406
8437
|
email: string;
|
|
8407
8438
|
createdAt: Date;
|
|
8408
8439
|
updatedAt: Date;
|
|
@@ -8449,9 +8480,9 @@ export declare const cxLogContract: {
|
|
|
8449
8480
|
queueName?: string | null | undefined;
|
|
8450
8481
|
} | null;
|
|
8451
8482
|
firstAssignee: {
|
|
8483
|
+
name: string;
|
|
8452
8484
|
id: string;
|
|
8453
8485
|
address: string | null;
|
|
8454
|
-
name: string;
|
|
8455
8486
|
email: string;
|
|
8456
8487
|
createdAt: Date;
|
|
8457
8488
|
updatedAt: Date;
|
|
@@ -8493,9 +8524,9 @@ export declare const cxLogContract: {
|
|
|
8493
8524
|
};
|
|
8494
8525
|
} | null;
|
|
8495
8526
|
agent: {
|
|
8527
|
+
name: string;
|
|
8496
8528
|
id: string;
|
|
8497
8529
|
address: string | null;
|
|
8498
|
-
name: string;
|
|
8499
8530
|
email: string;
|
|
8500
8531
|
createdAt: Date;
|
|
8501
8532
|
updatedAt: Date;
|
|
@@ -8537,9 +8568,9 @@ export declare const cxLogContract: {
|
|
|
8537
8568
|
};
|
|
8538
8569
|
} | null;
|
|
8539
8570
|
closedAssignee: {
|
|
8571
|
+
name: string;
|
|
8540
8572
|
id: string;
|
|
8541
8573
|
address: string | null;
|
|
8542
|
-
name: string;
|
|
8543
8574
|
email: string;
|
|
8544
8575
|
createdAt: Date;
|
|
8545
8576
|
updatedAt: Date;
|
|
@@ -8606,10 +8637,10 @@ export declare const cxLogContract: {
|
|
|
8606
8637
|
deletedAt: Date | null;
|
|
8607
8638
|
entityId: string;
|
|
8608
8639
|
contact: {
|
|
8640
|
+
name: string;
|
|
8609
8641
|
id: string;
|
|
8610
8642
|
channel: string | null;
|
|
8611
8643
|
address: string | null;
|
|
8612
|
-
name: string;
|
|
8613
8644
|
createdAt: Date;
|
|
8614
8645
|
updatedAt: Date;
|
|
8615
8646
|
deletedAt: Date | null;
|
|
@@ -8654,8 +8685,8 @@ export declare const cxLogContract: {
|
|
|
8654
8685
|
createdAt: Date;
|
|
8655
8686
|
updatedAt: Date;
|
|
8656
8687
|
deletedAt: Date | null;
|
|
8657
|
-
address?: string | null | undefined;
|
|
8658
8688
|
name?: string | undefined;
|
|
8689
|
+
address?: string | null | undefined;
|
|
8659
8690
|
phone?: string | null | undefined;
|
|
8660
8691
|
industry?: string | null | undefined;
|
|
8661
8692
|
} | null;
|
|
@@ -8663,8 +8694,8 @@ export declare const cxLogContract: {
|
|
|
8663
8694
|
contactProfile: string | null;
|
|
8664
8695
|
socialProfileUrl: string | null;
|
|
8665
8696
|
tags: {
|
|
8666
|
-
id: string;
|
|
8667
8697
|
name: string;
|
|
8698
|
+
id: string;
|
|
8668
8699
|
createdAt: Date;
|
|
8669
8700
|
updatedAt: Date;
|
|
8670
8701
|
deletedAt: Date | null;
|
|
@@ -8689,8 +8720,8 @@ export declare const cxLogContract: {
|
|
|
8689
8720
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
8690
8721
|
id: string;
|
|
8691
8722
|
metadata: {
|
|
8692
|
-
id: string;
|
|
8693
8723
|
name: string;
|
|
8724
|
+
id: string;
|
|
8694
8725
|
picture?: string | undefined;
|
|
8695
8726
|
additionalCredentials?: any;
|
|
8696
8727
|
};
|
|
@@ -8756,8 +8787,8 @@ export declare const cxLogContract: {
|
|
|
8756
8787
|
}[];
|
|
8757
8788
|
}[];
|
|
8758
8789
|
tags: {
|
|
8759
|
-
id: string;
|
|
8760
8790
|
name: string;
|
|
8791
|
+
id: string;
|
|
8761
8792
|
createdAt: Date;
|
|
8762
8793
|
updatedAt: Date;
|
|
8763
8794
|
deletedAt: Date | null;
|
|
@@ -8796,12 +8827,12 @@ export declare const cxLogContract: {
|
|
|
8796
8827
|
room: {
|
|
8797
8828
|
id: string;
|
|
8798
8829
|
channel: {
|
|
8830
|
+
name: string;
|
|
8799
8831
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
8800
8832
|
id: string;
|
|
8801
|
-
name: string;
|
|
8802
8833
|
metadata: {
|
|
8803
|
-
id: string;
|
|
8804
8834
|
name: string;
|
|
8835
|
+
id: string;
|
|
8805
8836
|
accessToken?: string | undefined;
|
|
8806
8837
|
channelSecret?: string | undefined;
|
|
8807
8838
|
additionalCredentials?: any;
|
|
@@ -8813,10 +8844,12 @@ export declare const cxLogContract: {
|
|
|
8813
8844
|
email?: string | null | undefined;
|
|
8814
8845
|
clientId?: string | null | undefined;
|
|
8815
8846
|
channelId?: string | null | undefined;
|
|
8816
|
-
|
|
8847
|
+
waapiInstanceId?: string | null | undefined;
|
|
8848
|
+
qr?: string | null | undefined;
|
|
8849
|
+
status?: "active" | "pending" | "waapi-qr" | undefined;
|
|
8817
8850
|
apiKey?: string | undefined;
|
|
8818
8851
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
8819
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
8852
|
+
integrationType?: "meta" | "360dialog" | "waapi" | undefined;
|
|
8820
8853
|
} | undefined;
|
|
8821
8854
|
vonageCredentials?: {
|
|
8822
8855
|
apiKey: string;
|
|
@@ -8825,15 +8858,16 @@ export declare const cxLogContract: {
|
|
|
8825
8858
|
} | undefined;
|
|
8826
8859
|
lineRichMenuId?: string | null | undefined;
|
|
8827
8860
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
8861
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
8828
8862
|
};
|
|
8829
8863
|
status: boolean;
|
|
8830
8864
|
createdAt: Date;
|
|
8831
8865
|
updatedAt: Date;
|
|
8832
8866
|
deletedAt: Date | null;
|
|
8833
8867
|
actor: {
|
|
8868
|
+
name: string;
|
|
8834
8869
|
id: string;
|
|
8835
8870
|
address: string | null;
|
|
8836
|
-
name: string;
|
|
8837
8871
|
email: string;
|
|
8838
8872
|
createdAt: Date;
|
|
8839
8873
|
updatedAt: Date;
|
|
@@ -8880,8 +8914,8 @@ export declare const cxLogContract: {
|
|
|
8880
8914
|
connectedUserName: string;
|
|
8881
8915
|
connectedUserId: string;
|
|
8882
8916
|
botpressBot: {
|
|
8883
|
-
id: string;
|
|
8884
8917
|
name: string;
|
|
8918
|
+
id: string;
|
|
8885
8919
|
accessToken: string;
|
|
8886
8920
|
botId: string;
|
|
8887
8921
|
integrationId: string;
|
|
@@ -8892,9 +8926,9 @@ export declare const cxLogContract: {
|
|
|
8892
8926
|
updatedAt: Date;
|
|
8893
8927
|
deletedAt: Date | null;
|
|
8894
8928
|
actor: {
|
|
8929
|
+
name: string;
|
|
8895
8930
|
id: string;
|
|
8896
8931
|
address: string | null;
|
|
8897
|
-
name: string;
|
|
8898
8932
|
email: string;
|
|
8899
8933
|
createdAt: Date;
|
|
8900
8934
|
updatedAt: Date;
|
|
@@ -8946,8 +8980,8 @@ export declare const cxLogContract: {
|
|
|
8946
8980
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
8947
8981
|
id: string;
|
|
8948
8982
|
metadata: {
|
|
8949
|
-
id: string;
|
|
8950
8983
|
name: string;
|
|
8984
|
+
id: string;
|
|
8951
8985
|
picture?: string | undefined;
|
|
8952
8986
|
additionalCredentials?: any;
|
|
8953
8987
|
};
|
|
@@ -8955,10 +8989,10 @@ export declare const cxLogContract: {
|
|
|
8955
8989
|
updatedAt: Date;
|
|
8956
8990
|
deletedAt: Date | null;
|
|
8957
8991
|
contact: {
|
|
8992
|
+
name: string;
|
|
8958
8993
|
id: string;
|
|
8959
8994
|
channel: string | null;
|
|
8960
8995
|
address: string | null;
|
|
8961
|
-
name: string;
|
|
8962
8996
|
createdAt: Date;
|
|
8963
8997
|
updatedAt: Date;
|
|
8964
8998
|
deletedAt: Date | null;
|
|
@@ -9003,8 +9037,8 @@ export declare const cxLogContract: {
|
|
|
9003
9037
|
createdAt: Date;
|
|
9004
9038
|
updatedAt: Date;
|
|
9005
9039
|
deletedAt: Date | null;
|
|
9006
|
-
address?: string | null | undefined;
|
|
9007
9040
|
name?: string | undefined;
|
|
9041
|
+
address?: string | null | undefined;
|
|
9008
9042
|
phone?: string | null | undefined;
|
|
9009
9043
|
industry?: string | null | undefined;
|
|
9010
9044
|
} | null;
|
|
@@ -9012,8 +9046,8 @@ export declare const cxLogContract: {
|
|
|
9012
9046
|
contactProfile: string | null;
|
|
9013
9047
|
socialProfileUrl: string | null;
|
|
9014
9048
|
tags: {
|
|
9015
|
-
id: string;
|
|
9016
9049
|
name: string;
|
|
9050
|
+
id: string;
|
|
9017
9051
|
createdAt: Date;
|
|
9018
9052
|
updatedAt: Date;
|
|
9019
9053
|
deletedAt: Date | null;
|
|
@@ -9038,8 +9072,8 @@ export declare const cxLogContract: {
|
|
|
9038
9072
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
9039
9073
|
id: string;
|
|
9040
9074
|
metadata: {
|
|
9041
|
-
id: string;
|
|
9042
9075
|
name: string;
|
|
9076
|
+
id: string;
|
|
9043
9077
|
picture?: string | undefined;
|
|
9044
9078
|
additionalCredentials?: any;
|
|
9045
9079
|
};
|
|
@@ -9070,9 +9104,9 @@ export declare const cxLogContract: {
|
|
|
9070
9104
|
socialPlatformId: string;
|
|
9071
9105
|
};
|
|
9072
9106
|
assignee: {
|
|
9107
|
+
name: string;
|
|
9073
9108
|
id: string;
|
|
9074
9109
|
address: string | null;
|
|
9075
|
-
name: string;
|
|
9076
9110
|
email: string;
|
|
9077
9111
|
createdAt: Date;
|
|
9078
9112
|
updatedAt: Date;
|
|
@@ -9140,9 +9174,9 @@ export declare const cxLogContract: {
|
|
|
9140
9174
|
callTo?: {
|
|
9141
9175
|
id: string;
|
|
9142
9176
|
user: {
|
|
9177
|
+
name: string;
|
|
9143
9178
|
id: string;
|
|
9144
9179
|
address: string | null;
|
|
9145
|
-
name: string;
|
|
9146
9180
|
email: string;
|
|
9147
9181
|
createdAt: Date;
|
|
9148
9182
|
updatedAt: Date;
|
|
@@ -9166,9 +9200,9 @@ export declare const cxLogContract: {
|
|
|
9166
9200
|
callFrom?: {
|
|
9167
9201
|
id: string;
|
|
9168
9202
|
user: {
|
|
9203
|
+
name: string;
|
|
9169
9204
|
id: string;
|
|
9170
9205
|
address: string | null;
|
|
9171
|
-
name: string;
|
|
9172
9206
|
email: string;
|
|
9173
9207
|
createdAt: Date;
|
|
9174
9208
|
updatedAt: Date;
|
|
@@ -9194,10 +9228,10 @@ export declare const cxLogContract: {
|
|
|
9194
9228
|
telephonyQueueId: string | null;
|
|
9195
9229
|
contactId: string | null;
|
|
9196
9230
|
contact?: {
|
|
9231
|
+
name: string;
|
|
9197
9232
|
id: string;
|
|
9198
9233
|
channel: string | null;
|
|
9199
9234
|
address: string | null;
|
|
9200
|
-
name: string;
|
|
9201
9235
|
createdAt: Date;
|
|
9202
9236
|
updatedAt: Date;
|
|
9203
9237
|
deletedAt: Date | null;
|
|
@@ -9242,8 +9276,8 @@ export declare const cxLogContract: {
|
|
|
9242
9276
|
createdAt: Date;
|
|
9243
9277
|
updatedAt: Date;
|
|
9244
9278
|
deletedAt: Date | null;
|
|
9245
|
-
address?: string | null | undefined;
|
|
9246
9279
|
name?: string | undefined;
|
|
9280
|
+
address?: string | null | undefined;
|
|
9247
9281
|
phone?: string | null | undefined;
|
|
9248
9282
|
industry?: string | null | undefined;
|
|
9249
9283
|
} | null;
|
|
@@ -9251,8 +9285,8 @@ export declare const cxLogContract: {
|
|
|
9251
9285
|
contactProfile: string | null;
|
|
9252
9286
|
socialProfileUrl: string | null;
|
|
9253
9287
|
tags: {
|
|
9254
|
-
id: string;
|
|
9255
9288
|
name: string;
|
|
9289
|
+
id: string;
|
|
9256
9290
|
createdAt: Date;
|
|
9257
9291
|
updatedAt: Date;
|
|
9258
9292
|
deletedAt: Date | null;
|
|
@@ -9277,8 +9311,8 @@ export declare const cxLogContract: {
|
|
|
9277
9311
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
9278
9312
|
id: string;
|
|
9279
9313
|
metadata: {
|
|
9280
|
-
id: string;
|
|
9281
9314
|
name: string;
|
|
9315
|
+
id: string;
|
|
9282
9316
|
picture?: string | undefined;
|
|
9283
9317
|
additionalCredentials?: any;
|
|
9284
9318
|
};
|
|
@@ -9340,9 +9374,9 @@ export declare const cxLogContract: {
|
|
|
9340
9374
|
extensionName: string;
|
|
9341
9375
|
telephonySignature: string | null;
|
|
9342
9376
|
user?: {
|
|
9377
|
+
name: string;
|
|
9343
9378
|
id: string;
|
|
9344
9379
|
address: string | null;
|
|
9345
|
-
name: string;
|
|
9346
9380
|
email: string;
|
|
9347
9381
|
createdAt: Date;
|
|
9348
9382
|
updatedAt: Date;
|
|
@@ -9389,9 +9423,9 @@ export declare const cxLogContract: {
|
|
|
9389
9423
|
queueName?: string | null | undefined;
|
|
9390
9424
|
} | null;
|
|
9391
9425
|
firstAssignee: {
|
|
9426
|
+
name: string;
|
|
9392
9427
|
id: string;
|
|
9393
9428
|
address: string | null;
|
|
9394
|
-
name: string;
|
|
9395
9429
|
email: string;
|
|
9396
9430
|
createdAt: Date;
|
|
9397
9431
|
updatedAt: Date;
|
|
@@ -9433,9 +9467,9 @@ export declare const cxLogContract: {
|
|
|
9433
9467
|
};
|
|
9434
9468
|
} | null;
|
|
9435
9469
|
agent: {
|
|
9470
|
+
name: string;
|
|
9436
9471
|
id: string;
|
|
9437
9472
|
address: string | null;
|
|
9438
|
-
name: string;
|
|
9439
9473
|
email: string;
|
|
9440
9474
|
createdAt: Date;
|
|
9441
9475
|
updatedAt: Date;
|
|
@@ -9477,9 +9511,9 @@ export declare const cxLogContract: {
|
|
|
9477
9511
|
};
|
|
9478
9512
|
} | null;
|
|
9479
9513
|
closedAssignee: {
|
|
9514
|
+
name: string;
|
|
9480
9515
|
id: string;
|
|
9481
9516
|
address: string | null;
|
|
9482
|
-
name: string;
|
|
9483
9517
|
email: string;
|
|
9484
9518
|
createdAt: Date;
|
|
9485
9519
|
updatedAt: Date;
|
|
@@ -9546,10 +9580,10 @@ export declare const cxLogContract: {
|
|
|
9546
9580
|
deletedAt: Date | null;
|
|
9547
9581
|
entityId: string;
|
|
9548
9582
|
contact: {
|
|
9583
|
+
name: string;
|
|
9549
9584
|
id: string;
|
|
9550
9585
|
channel: string | null;
|
|
9551
9586
|
address: string | null;
|
|
9552
|
-
name: string;
|
|
9553
9587
|
createdAt: Date;
|
|
9554
9588
|
updatedAt: Date;
|
|
9555
9589
|
deletedAt: Date | null;
|
|
@@ -9594,8 +9628,8 @@ export declare const cxLogContract: {
|
|
|
9594
9628
|
createdAt: Date;
|
|
9595
9629
|
updatedAt: Date;
|
|
9596
9630
|
deletedAt: Date | null;
|
|
9597
|
-
address?: string | null | undefined;
|
|
9598
9631
|
name?: string | undefined;
|
|
9632
|
+
address?: string | null | undefined;
|
|
9599
9633
|
phone?: string | null | undefined;
|
|
9600
9634
|
industry?: string | null | undefined;
|
|
9601
9635
|
} | null;
|
|
@@ -9603,8 +9637,8 @@ export declare const cxLogContract: {
|
|
|
9603
9637
|
contactProfile: string | null;
|
|
9604
9638
|
socialProfileUrl: string | null;
|
|
9605
9639
|
tags: {
|
|
9606
|
-
id: string;
|
|
9607
9640
|
name: string;
|
|
9641
|
+
id: string;
|
|
9608
9642
|
createdAt: Date;
|
|
9609
9643
|
updatedAt: Date;
|
|
9610
9644
|
deletedAt: Date | null;
|
|
@@ -9629,8 +9663,8 @@ export declare const cxLogContract: {
|
|
|
9629
9663
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
9630
9664
|
id: string;
|
|
9631
9665
|
metadata: {
|
|
9632
|
-
id: string;
|
|
9633
9666
|
name: string;
|
|
9667
|
+
id: string;
|
|
9634
9668
|
picture?: string | undefined;
|
|
9635
9669
|
additionalCredentials?: any;
|
|
9636
9670
|
};
|
|
@@ -9696,8 +9730,8 @@ export declare const cxLogContract: {
|
|
|
9696
9730
|
}[];
|
|
9697
9731
|
}[];
|
|
9698
9732
|
tags: {
|
|
9699
|
-
id: string;
|
|
9700
9733
|
name: string;
|
|
9734
|
+
id: string;
|
|
9701
9735
|
createdAt: Date;
|
|
9702
9736
|
updatedAt: Date;
|
|
9703
9737
|
deletedAt: Date | null;
|
|
@@ -9736,12 +9770,12 @@ export declare const cxLogContract: {
|
|
|
9736
9770
|
room: {
|
|
9737
9771
|
id: string;
|
|
9738
9772
|
channel: {
|
|
9773
|
+
name: string;
|
|
9739
9774
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
9740
9775
|
id: string;
|
|
9741
|
-
name: string;
|
|
9742
9776
|
metadata: {
|
|
9743
|
-
id: string;
|
|
9744
9777
|
name: string;
|
|
9778
|
+
id: string;
|
|
9745
9779
|
accessToken?: string | undefined;
|
|
9746
9780
|
channelSecret?: string | undefined;
|
|
9747
9781
|
additionalCredentials?: any;
|
|
@@ -9753,10 +9787,12 @@ export declare const cxLogContract: {
|
|
|
9753
9787
|
email?: string | null | undefined;
|
|
9754
9788
|
clientId?: string | null | undefined;
|
|
9755
9789
|
channelId?: string | null | undefined;
|
|
9756
|
-
|
|
9790
|
+
waapiInstanceId?: string | null | undefined;
|
|
9791
|
+
qr?: string | null | undefined;
|
|
9792
|
+
status?: "active" | "pending" | "waapi-qr" | undefined;
|
|
9757
9793
|
apiKey?: string | undefined;
|
|
9758
9794
|
tier?: "basic" | "regular" | "premium" | undefined;
|
|
9759
|
-
integrationType?: "meta" | "360dialog" | undefined;
|
|
9795
|
+
integrationType?: "meta" | "360dialog" | "waapi" | undefined;
|
|
9760
9796
|
} | undefined;
|
|
9761
9797
|
vonageCredentials?: {
|
|
9762
9798
|
apiKey: string;
|
|
@@ -9765,15 +9801,16 @@ export declare const cxLogContract: {
|
|
|
9765
9801
|
} | undefined;
|
|
9766
9802
|
lineRichMenuId?: string | null | undefined;
|
|
9767
9803
|
messengerIntegrationType?: "own" | "business" | undefined;
|
|
9804
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
|
9768
9805
|
};
|
|
9769
9806
|
status: boolean;
|
|
9770
9807
|
createdAt: Date;
|
|
9771
9808
|
updatedAt: Date;
|
|
9772
9809
|
deletedAt: Date | null;
|
|
9773
9810
|
actor: {
|
|
9811
|
+
name: string;
|
|
9774
9812
|
id: string;
|
|
9775
9813
|
address: string | null;
|
|
9776
|
-
name: string;
|
|
9777
9814
|
email: string;
|
|
9778
9815
|
createdAt: Date;
|
|
9779
9816
|
updatedAt: Date;
|
|
@@ -9820,8 +9857,8 @@ export declare const cxLogContract: {
|
|
|
9820
9857
|
connectedUserName: string;
|
|
9821
9858
|
connectedUserId: string;
|
|
9822
9859
|
botpressBot: {
|
|
9823
|
-
id: string;
|
|
9824
9860
|
name: string;
|
|
9861
|
+
id: string;
|
|
9825
9862
|
accessToken: string;
|
|
9826
9863
|
botId: string;
|
|
9827
9864
|
integrationId: string;
|
|
@@ -9832,9 +9869,9 @@ export declare const cxLogContract: {
|
|
|
9832
9869
|
updatedAt: Date;
|
|
9833
9870
|
deletedAt: Date | null;
|
|
9834
9871
|
actor: {
|
|
9872
|
+
name: string;
|
|
9835
9873
|
id: string;
|
|
9836
9874
|
address: string | null;
|
|
9837
|
-
name: string;
|
|
9838
9875
|
email: string;
|
|
9839
9876
|
createdAt: Date;
|
|
9840
9877
|
updatedAt: Date;
|
|
@@ -9886,8 +9923,8 @@ export declare const cxLogContract: {
|
|
|
9886
9923
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
9887
9924
|
id: string;
|
|
9888
9925
|
metadata: {
|
|
9889
|
-
id: string;
|
|
9890
9926
|
name: string;
|
|
9927
|
+
id: string;
|
|
9891
9928
|
picture?: string | undefined;
|
|
9892
9929
|
additionalCredentials?: any;
|
|
9893
9930
|
};
|
|
@@ -9895,10 +9932,10 @@ export declare const cxLogContract: {
|
|
|
9895
9932
|
updatedAt: Date;
|
|
9896
9933
|
deletedAt: Date | null;
|
|
9897
9934
|
contact: {
|
|
9935
|
+
name: string;
|
|
9898
9936
|
id: string;
|
|
9899
9937
|
channel: string | null;
|
|
9900
9938
|
address: string | null;
|
|
9901
|
-
name: string;
|
|
9902
9939
|
createdAt: Date;
|
|
9903
9940
|
updatedAt: Date;
|
|
9904
9941
|
deletedAt: Date | null;
|
|
@@ -9943,8 +9980,8 @@ export declare const cxLogContract: {
|
|
|
9943
9980
|
createdAt: Date;
|
|
9944
9981
|
updatedAt: Date;
|
|
9945
9982
|
deletedAt: Date | null;
|
|
9946
|
-
address?: string | null | undefined;
|
|
9947
9983
|
name?: string | undefined;
|
|
9984
|
+
address?: string | null | undefined;
|
|
9948
9985
|
phone?: string | null | undefined;
|
|
9949
9986
|
industry?: string | null | undefined;
|
|
9950
9987
|
} | null;
|
|
@@ -9952,8 +9989,8 @@ export declare const cxLogContract: {
|
|
|
9952
9989
|
contactProfile: string | null;
|
|
9953
9990
|
socialProfileUrl: string | null;
|
|
9954
9991
|
tags: {
|
|
9955
|
-
id: string;
|
|
9956
9992
|
name: string;
|
|
9993
|
+
id: string;
|
|
9957
9994
|
createdAt: Date;
|
|
9958
9995
|
updatedAt: Date;
|
|
9959
9996
|
deletedAt: Date | null;
|
|
@@ -9978,8 +10015,8 @@ export declare const cxLogContract: {
|
|
|
9978
10015
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
9979
10016
|
id: string;
|
|
9980
10017
|
metadata: {
|
|
9981
|
-
id: string;
|
|
9982
10018
|
name: string;
|
|
10019
|
+
id: string;
|
|
9983
10020
|
picture?: string | undefined;
|
|
9984
10021
|
additionalCredentials?: any;
|
|
9985
10022
|
};
|
|
@@ -10010,9 +10047,9 @@ export declare const cxLogContract: {
|
|
|
10010
10047
|
socialPlatformId: string;
|
|
10011
10048
|
};
|
|
10012
10049
|
assignee: {
|
|
10050
|
+
name: string;
|
|
10013
10051
|
id: string;
|
|
10014
10052
|
address: string | null;
|
|
10015
|
-
name: string;
|
|
10016
10053
|
email: string;
|
|
10017
10054
|
createdAt: Date;
|
|
10018
10055
|
updatedAt: Date;
|
|
@@ -10080,9 +10117,9 @@ export declare const cxLogContract: {
|
|
|
10080
10117
|
callTo?: {
|
|
10081
10118
|
id: string;
|
|
10082
10119
|
user: {
|
|
10120
|
+
name: string;
|
|
10083
10121
|
id: string;
|
|
10084
10122
|
address: string | null;
|
|
10085
|
-
name: string;
|
|
10086
10123
|
email: string;
|
|
10087
10124
|
createdAt: Date;
|
|
10088
10125
|
updatedAt: Date;
|
|
@@ -10106,9 +10143,9 @@ export declare const cxLogContract: {
|
|
|
10106
10143
|
callFrom?: {
|
|
10107
10144
|
id: string;
|
|
10108
10145
|
user: {
|
|
10146
|
+
name: string;
|
|
10109
10147
|
id: string;
|
|
10110
10148
|
address: string | null;
|
|
10111
|
-
name: string;
|
|
10112
10149
|
email: string;
|
|
10113
10150
|
createdAt: Date;
|
|
10114
10151
|
updatedAt: Date;
|
|
@@ -10134,10 +10171,10 @@ export declare const cxLogContract: {
|
|
|
10134
10171
|
telephonyQueueId: string | null;
|
|
10135
10172
|
contactId: string | null;
|
|
10136
10173
|
contact?: {
|
|
10174
|
+
name: string;
|
|
10137
10175
|
id: string;
|
|
10138
10176
|
channel: string | null;
|
|
10139
10177
|
address: string | null;
|
|
10140
|
-
name: string;
|
|
10141
10178
|
createdAt: Date;
|
|
10142
10179
|
updatedAt: Date;
|
|
10143
10180
|
deletedAt: Date | null;
|
|
@@ -10182,8 +10219,8 @@ export declare const cxLogContract: {
|
|
|
10182
10219
|
createdAt: Date;
|
|
10183
10220
|
updatedAt: Date;
|
|
10184
10221
|
deletedAt: Date | null;
|
|
10185
|
-
address?: string | null | undefined;
|
|
10186
10222
|
name?: string | undefined;
|
|
10223
|
+
address?: string | null | undefined;
|
|
10187
10224
|
phone?: string | null | undefined;
|
|
10188
10225
|
industry?: string | null | undefined;
|
|
10189
10226
|
} | null;
|
|
@@ -10191,8 +10228,8 @@ export declare const cxLogContract: {
|
|
|
10191
10228
|
contactProfile: string | null;
|
|
10192
10229
|
socialProfileUrl: string | null;
|
|
10193
10230
|
tags: {
|
|
10194
|
-
id: string;
|
|
10195
10231
|
name: string;
|
|
10232
|
+
id: string;
|
|
10196
10233
|
createdAt: Date;
|
|
10197
10234
|
updatedAt: Date;
|
|
10198
10235
|
deletedAt: Date | null;
|
|
@@ -10217,8 +10254,8 @@ export declare const cxLogContract: {
|
|
|
10217
10254
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
|
10218
10255
|
id: string;
|
|
10219
10256
|
metadata: {
|
|
10220
|
-
id: string;
|
|
10221
10257
|
name: string;
|
|
10258
|
+
id: string;
|
|
10222
10259
|
picture?: string | undefined;
|
|
10223
10260
|
additionalCredentials?: any;
|
|
10224
10261
|
};
|
|
@@ -10280,9 +10317,9 @@ export declare const cxLogContract: {
|
|
|
10280
10317
|
extensionName: string;
|
|
10281
10318
|
telephonySignature: string | null;
|
|
10282
10319
|
user?: {
|
|
10320
|
+
name: string;
|
|
10283
10321
|
id: string;
|
|
10284
10322
|
address: string | null;
|
|
10285
|
-
name: string;
|
|
10286
10323
|
email: string;
|
|
10287
10324
|
createdAt: Date;
|
|
10288
10325
|
updatedAt: Date;
|
|
@@ -10329,9 +10366,9 @@ export declare const cxLogContract: {
|
|
|
10329
10366
|
queueName?: string | null | undefined;
|
|
10330
10367
|
} | null;
|
|
10331
10368
|
firstAssignee: {
|
|
10369
|
+
name: string;
|
|
10332
10370
|
id: string;
|
|
10333
10371
|
address: string | null;
|
|
10334
|
-
name: string;
|
|
10335
10372
|
email: string;
|
|
10336
10373
|
createdAt: Date;
|
|
10337
10374
|
updatedAt: Date;
|
|
@@ -10373,9 +10410,9 @@ export declare const cxLogContract: {
|
|
|
10373
10410
|
};
|
|
10374
10411
|
} | null;
|
|
10375
10412
|
agent: {
|
|
10413
|
+
name: string;
|
|
10376
10414
|
id: string;
|
|
10377
10415
|
address: string | null;
|
|
10378
|
-
name: string;
|
|
10379
10416
|
email: string;
|
|
10380
10417
|
createdAt: Date;
|
|
10381
10418
|
updatedAt: Date;
|
|
@@ -10417,9 +10454,9 @@ export declare const cxLogContract: {
|
|
|
10417
10454
|
};
|
|
10418
10455
|
} | null;
|
|
10419
10456
|
closedAssignee: {
|
|
10457
|
+
name: string;
|
|
10420
10458
|
id: string;
|
|
10421
10459
|
address: string | null;
|
|
10422
|
-
name: string;
|
|
10423
10460
|
email: string;
|
|
10424
10461
|
createdAt: Date;
|
|
10425
10462
|
updatedAt: Date;
|
|
@@ -10553,7 +10590,7 @@ export declare const cxLogContract: {
|
|
|
10553
10590
|
agentIds?: string[] | undefined;
|
|
10554
10591
|
direction?: ("inbound" | "outbound")[] | undefined;
|
|
10555
10592
|
disposition?: string[] | undefined;
|
|
10556
|
-
sentimentScore?: ("
|
|
10593
|
+
sentimentScore?: ("negative" | "positive" | "neutral")[] | undefined;
|
|
10557
10594
|
csatScore?: string[] | undefined;
|
|
10558
10595
|
sla?: "meet" | "unmeet" | undefined;
|
|
10559
10596
|
tags?: string[] | undefined;
|
|
@@ -10582,7 +10619,7 @@ export declare const cxLogContract: {
|
|
|
10582
10619
|
agentIds?: string[] | undefined;
|
|
10583
10620
|
direction?: ("inbound" | "outbound")[] | undefined;
|
|
10584
10621
|
disposition?: string[] | undefined;
|
|
10585
|
-
sentimentScore?: ("
|
|
10622
|
+
sentimentScore?: ("negative" | "positive" | "neutral")[] | undefined;
|
|
10586
10623
|
csatScore?: string[] | undefined;
|
|
10587
10624
|
sla?: "meet" | "unmeet" | undefined;
|
|
10588
10625
|
tags?: string[] | undefined;
|