@kl1/contracts 1.2.40-uat → 1.2.42-uat
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/api-contracts/src/activity-log/index.d.ts +4 -4
- package/dist/api-contracts/src/activity-log/schema.d.ts +4 -4
- package/dist/api-contracts/src/attribute/index.d.ts +4 -4
- package/dist/api-contracts/src/attribute/validation.d.ts +4 -4
- package/dist/api-contracts/src/auth/index.d.ts +4 -4
- package/dist/api-contracts/src/automation-queue/index.d.ts +80 -80
- package/dist/api-contracts/src/automation-queue/schema.d.ts +10 -10
- package/dist/api-contracts/src/botpress/index.d.ts +28 -28
- package/dist/api-contracts/src/botpress/schema.d.ts +6 -6
- package/dist/api-contracts/src/botpress/validation.d.ts +8 -8
- package/dist/api-contracts/src/business-calendar/index.d.ts +32 -32
- package/dist/api-contracts/src/business-calendar/schema.d.ts +8 -8
- package/dist/api-contracts/src/business-calendar/validation.d.ts +2 -2
- package/dist/api-contracts/src/category/index.d.ts +12 -12
- package/dist/api-contracts/src/category/schema.d.ts +2 -2
- package/dist/api-contracts/src/channel/index.d.ts +604 -467
- package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/schema.d.ts +24 -16
- package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/channel/validation.d.ts +30 -20
- package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/index.d.ts +4152 -3922
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/schema.d.ts +1206 -1128
- package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +824 -745
- 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 +10973 -10079
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/index.d.ts +327 -248
- package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/schema.d.ts +261 -204
- package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/validation.d.ts +2 -2
- package/dist/api-contracts/src/dashboard/index.d.ts +40 -40
- package/dist/api-contracts/src/dashboard/schema.d.ts +34 -34
- package/dist/api-contracts/src/extension/index.d.ts +4 -4
- package/dist/api-contracts/src/facebook-feed/index.d.ts +814 -708
- package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/schema.d.ts +71 -64
- package/dist/api-contracts/src/facebook-feed/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/facebook-feed/validation.d.ts +71 -66
- 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/index.d.ts +1 -0
- package/dist/api-contracts/src/index.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/index.d.ts +679 -596
- package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/instagram/validation.d.ts +10 -10
- package/dist/api-contracts/src/line/index.d.ts +683 -608
- package/dist/api-contracts/src/line/index.d.ts.map +1 -1
- package/dist/api-contracts/src/line/schema.d.ts +4 -4
- package/dist/api-contracts/src/line/validation.d.ts +59 -50
- 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 +2463 -2463
- package/dist/api-contracts/src/mail/mail-server-contract.d.ts +32 -32
- package/dist/api-contracts/src/mail/message-contract.d.ts +272 -272
- package/dist/api-contracts/src/mail/room-contract.d.ts +1474 -1474
- package/dist/api-contracts/src/mail/schemas/account-validation.schema.d.ts +50 -50
- package/dist/api-contracts/src/mail/schemas/account.schema.d.ts +12 -12
- package/dist/api-contracts/src/mail/schemas/message.schema.d.ts +56 -56
- package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +478 -478
- package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +466 -466
- package/dist/api-contracts/src/messenger/index.d.ts +682 -599
- package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
- package/dist/api-contracts/src/messenger/schema.d.ts +16 -16
- package/dist/api-contracts/src/messenger/validation.d.ts +67 -62
- 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 +102 -86
- 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 +190 -190
- package/dist/api-contracts/src/subscription/schema.d.ts +222 -222
- package/dist/api-contracts/src/tag/index.d.ts +12 -12
- package/dist/api-contracts/src/tag/schema.d.ts +2 -2
- package/dist/api-contracts/src/telegram/index.d.ts +617 -556
- package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
- package/dist/api-contracts/src/telegram/validation.d.ts +4 -4
- package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +14 -14
- package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +4 -4
- package/dist/api-contracts/src/telephony-cdr/index.d.ts +186 -186
- package/dist/api-contracts/src/telephony-cdr/schema.d.ts +58 -58
- package/dist/api-contracts/src/tenant/schema.d.ts +2 -2
- package/dist/api-contracts/src/ticket/index.d.ts +328 -328
- package/dist/api-contracts/src/ticket/schema.d.ts +42 -42
- package/dist/api-contracts/src/user/index.d.ts +23 -23
- package/dist/api-contracts/src/user/schema.d.ts +2 -2
- package/dist/api-contracts/src/user/validation.d.ts +5 -5
- package/dist/api-contracts/src/user-presence-status-log/index.d.ts +4 -4
- package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +4 -4
- package/dist/api-contracts/src/viber/index.d.ts +629 -568
- package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
- package/dist/api-contracts/src/viber/validation.d.ts +4 -4
- package/dist/api-contracts/src/webchat/index.d.ts +623 -562
- package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/webchat/schema.d.ts +10 -10
- package/dist/api-contracts/src/webchat/validation.d.ts +2 -2
- package/dist/api-contracts/src/whatsapp/index.d.ts +633 -562
- package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
- package/dist/api-contracts/src/widget/index.d.ts +24 -24
- package/dist/api-contracts/src/widget/schema.d.ts +2 -2
- package/dist/api-contracts/src/widget/validation.d.ts +4 -4
- package/dist/api-contracts/src/workflow-rule/index.d.ts +250 -232
- package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
- package/dist/api-contracts/src/workflow-rule/schema.d.ts +2 -2
- package/dist/api-contracts/src/wrap-up-form/index.d.ts +26 -26
- package/dist/api-contracts/src/wrap-up-form/schema.d.ts +4 -4
- package/dist/api-contracts/utils.d.ts +1 -1
- package/dist/api-contracts/utils.d.ts.map +1 -1
- package/dist/index.js +13 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +13 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -34,14 +34,14 @@ export declare const CxLogSchema: z.ZodObject<{
|
|
34
34
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
35
35
|
name: z.ZodString;
|
36
36
|
}, "strip", z.ZodTypeAny, {
|
37
|
-
name: string;
|
38
37
|
id: string;
|
38
|
+
name: string;
|
39
39
|
createdAt: Date;
|
40
40
|
updatedAt: Date;
|
41
41
|
deletedAt: Date | null;
|
42
42
|
}, {
|
43
|
-
name: string;
|
44
43
|
id: string;
|
44
|
+
name: string;
|
45
45
|
createdAt: Date;
|
46
46
|
updatedAt: Date;
|
47
47
|
deletedAt: Date | null;
|
@@ -212,8 +212,8 @@ export declare const CxLogSchema: z.ZodObject<{
|
|
212
212
|
}[];
|
213
213
|
}[];
|
214
214
|
tags: {
|
215
|
-
name: string;
|
216
215
|
id: string;
|
216
|
+
name: string;
|
217
217
|
createdAt: Date;
|
218
218
|
updatedAt: Date;
|
219
219
|
deletedAt: Date | null;
|
@@ -263,8 +263,8 @@ export declare const CxLogSchema: z.ZodObject<{
|
|
263
263
|
}[];
|
264
264
|
}[];
|
265
265
|
tags: {
|
266
|
-
name: string;
|
267
266
|
id: string;
|
267
|
+
name: string;
|
268
268
|
createdAt: Date;
|
269
269
|
updatedAt: Date;
|
270
270
|
deletedAt: Date | null;
|
@@ -302,16 +302,16 @@ export declare const CxLogSchema: z.ZodObject<{
|
|
302
302
|
position: z.ZodNumber;
|
303
303
|
isDefault: z.ZodDefault<z.ZodBoolean>;
|
304
304
|
}, "strip", z.ZodTypeAny, {
|
305
|
-
name: string;
|
306
305
|
id: string;
|
306
|
+
name: string;
|
307
307
|
position: number;
|
308
308
|
createdAt: Date;
|
309
309
|
updatedAt: Date;
|
310
310
|
deletedAt: Date | null;
|
311
311
|
isDefault: boolean;
|
312
312
|
}, {
|
313
|
-
name: string;
|
314
313
|
id: string;
|
314
|
+
name: string;
|
315
315
|
position: number;
|
316
316
|
createdAt: Date;
|
317
317
|
updatedAt: Date;
|
@@ -327,8 +327,8 @@ export declare const CxLogSchema: z.ZodObject<{
|
|
327
327
|
endedAt: string | null;
|
328
328
|
duration: number | null;
|
329
329
|
holdLabel?: {
|
330
|
-
name: string;
|
331
330
|
id: string;
|
331
|
+
name: string;
|
332
332
|
position: number;
|
333
333
|
createdAt: Date;
|
334
334
|
updatedAt: Date;
|
@@ -344,8 +344,8 @@ export declare const CxLogSchema: z.ZodObject<{
|
|
344
344
|
endedAt: string | null;
|
345
345
|
duration: number | null;
|
346
346
|
holdLabel?: {
|
347
|
-
name: string;
|
348
347
|
id: string;
|
348
|
+
name: string;
|
349
349
|
position: number;
|
350
350
|
createdAt: Date;
|
351
351
|
updatedAt: Date;
|
@@ -403,8 +403,8 @@ export declare const CxLogSchema: z.ZodObject<{
|
|
403
403
|
}[];
|
404
404
|
}[];
|
405
405
|
tags: {
|
406
|
-
name: string;
|
407
406
|
id: string;
|
407
|
+
name: string;
|
408
408
|
createdAt: Date;
|
409
409
|
updatedAt: Date;
|
410
410
|
deletedAt: Date | null;
|
@@ -434,8 +434,8 @@ export declare const CxLogSchema: z.ZodObject<{
|
|
434
434
|
endedAt: string | null;
|
435
435
|
duration: number | null;
|
436
436
|
holdLabel?: {
|
437
|
-
name: string;
|
438
437
|
id: string;
|
438
|
+
name: string;
|
439
439
|
position: number;
|
440
440
|
createdAt: Date;
|
441
441
|
updatedAt: Date;
|
@@ -493,8 +493,8 @@ export declare const CxLogSchema: z.ZodObject<{
|
|
493
493
|
}[];
|
494
494
|
}[];
|
495
495
|
tags: {
|
496
|
-
name: string;
|
497
496
|
id: string;
|
497
|
+
name: string;
|
498
498
|
createdAt: Date;
|
499
499
|
updatedAt: Date;
|
500
500
|
deletedAt: Date | null;
|
@@ -524,8 +524,8 @@ export declare const CxLogSchema: z.ZodObject<{
|
|
524
524
|
endedAt: string | null;
|
525
525
|
duration: number | null;
|
526
526
|
holdLabel?: {
|
527
|
-
name: string;
|
528
527
|
id: string;
|
528
|
+
name: string;
|
529
529
|
position: number;
|
530
530
|
createdAt: Date;
|
531
531
|
updatedAt: Date;
|
@@ -597,14 +597,14 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
597
597
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
598
598
|
name: z.ZodString;
|
599
599
|
}, "strip", z.ZodTypeAny, {
|
600
|
-
name: string;
|
601
600
|
id: string;
|
601
|
+
name: string;
|
602
602
|
createdAt: Date;
|
603
603
|
updatedAt: Date;
|
604
604
|
deletedAt: Date | null;
|
605
605
|
}, {
|
606
|
-
name: string;
|
607
606
|
id: string;
|
607
|
+
name: string;
|
608
608
|
createdAt: Date;
|
609
609
|
updatedAt: Date;
|
610
610
|
deletedAt: Date | null;
|
@@ -775,8 +775,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
775
775
|
}[];
|
776
776
|
}[];
|
777
777
|
tags: {
|
778
|
-
name: string;
|
779
778
|
id: string;
|
779
|
+
name: string;
|
780
780
|
createdAt: Date;
|
781
781
|
updatedAt: Date;
|
782
782
|
deletedAt: Date | null;
|
@@ -826,8 +826,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
826
826
|
}[];
|
827
827
|
}[];
|
828
828
|
tags: {
|
829
|
-
name: string;
|
830
829
|
id: string;
|
830
|
+
name: string;
|
831
831
|
createdAt: Date;
|
832
832
|
updatedAt: Date;
|
833
833
|
deletedAt: Date | null;
|
@@ -875,13 +875,13 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
875
875
|
picture: z.ZodOptional<z.ZodString>;
|
876
876
|
additionalCredentials: z.ZodAny;
|
877
877
|
}, "strip", z.ZodTypeAny, {
|
878
|
-
name: string;
|
879
878
|
id: string;
|
879
|
+
name: string;
|
880
880
|
picture?: string | undefined;
|
881
881
|
additionalCredentials?: any;
|
882
882
|
}, {
|
883
|
-
name: string;
|
884
883
|
id: string;
|
884
|
+
name: string;
|
885
885
|
picture?: string | undefined;
|
886
886
|
additionalCredentials?: any;
|
887
887
|
}>;
|
@@ -903,14 +903,14 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
903
903
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
904
904
|
name: z.ZodString;
|
905
905
|
}, "strip", z.ZodTypeAny, {
|
906
|
-
name: string;
|
907
906
|
id: string;
|
907
|
+
name: string;
|
908
908
|
createdAt: Date;
|
909
909
|
updatedAt: Date;
|
910
910
|
deletedAt: Date | null;
|
911
911
|
}, {
|
912
|
-
name: string;
|
913
912
|
id: string;
|
913
|
+
name: string;
|
914
914
|
createdAt: Date;
|
915
915
|
updatedAt: Date;
|
916
916
|
deletedAt: Date | null;
|
@@ -1066,8 +1066,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1066
1066
|
createdAt: Date;
|
1067
1067
|
updatedAt: Date;
|
1068
1068
|
deletedAt: Date | null;
|
1069
|
-
name?: string | undefined;
|
1070
1069
|
address?: string | null | undefined;
|
1070
|
+
name?: string | undefined;
|
1071
1071
|
phone?: string | null | undefined;
|
1072
1072
|
industry?: string | null | undefined;
|
1073
1073
|
}, {
|
@@ -1075,8 +1075,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1075
1075
|
createdAt: Date;
|
1076
1076
|
updatedAt: Date;
|
1077
1077
|
deletedAt: Date | null;
|
1078
|
-
name?: string | undefined;
|
1079
1078
|
address?: string | null | undefined;
|
1079
|
+
name?: string | undefined;
|
1080
1080
|
phone?: string | null | undefined;
|
1081
1081
|
industry?: string | null | undefined;
|
1082
1082
|
}>>;
|
@@ -1094,13 +1094,13 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1094
1094
|
picture: z.ZodOptional<z.ZodString>;
|
1095
1095
|
additionalCredentials: z.ZodAny;
|
1096
1096
|
}, "strip", z.ZodTypeAny, {
|
1097
|
-
name: string;
|
1098
1097
|
id: string;
|
1098
|
+
name: string;
|
1099
1099
|
picture?: string | undefined;
|
1100
1100
|
additionalCredentials?: any;
|
1101
1101
|
}, {
|
1102
|
-
name: string;
|
1103
1102
|
id: string;
|
1103
|
+
name: string;
|
1104
1104
|
picture?: string | undefined;
|
1105
1105
|
additionalCredentials?: any;
|
1106
1106
|
}>;
|
@@ -1108,8 +1108,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1108
1108
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1109
1109
|
id: string;
|
1110
1110
|
metadata: {
|
1111
|
-
name: string;
|
1112
1111
|
id: string;
|
1112
|
+
name: string;
|
1113
1113
|
picture?: string | undefined;
|
1114
1114
|
additionalCredentials?: any;
|
1115
1115
|
};
|
@@ -1122,8 +1122,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1122
1122
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1123
1123
|
id: string;
|
1124
1124
|
metadata: {
|
1125
|
-
name: string;
|
1126
1125
|
id: string;
|
1126
|
+
name: string;
|
1127
1127
|
picture?: string | undefined;
|
1128
1128
|
additionalCredentials?: any;
|
1129
1129
|
};
|
@@ -1433,10 +1433,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1433
1433
|
};
|
1434
1434
|
}>, "many">>;
|
1435
1435
|
}, "strip", z.ZodTypeAny, {
|
1436
|
-
name: string;
|
1437
1436
|
id: string;
|
1438
1437
|
channel: string | null;
|
1439
1438
|
address: string | null;
|
1439
|
+
name: string;
|
1440
1440
|
createdAt: Date;
|
1441
1441
|
updatedAt: Date;
|
1442
1442
|
deletedAt: Date | null;
|
@@ -1481,8 +1481,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1481
1481
|
createdAt: Date;
|
1482
1482
|
updatedAt: Date;
|
1483
1483
|
deletedAt: Date | null;
|
1484
|
-
name?: string | undefined;
|
1485
1484
|
address?: string | null | undefined;
|
1485
|
+
name?: string | undefined;
|
1486
1486
|
phone?: string | null | undefined;
|
1487
1487
|
industry?: string | null | undefined;
|
1488
1488
|
} | null;
|
@@ -1490,8 +1490,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1490
1490
|
contactProfile: string | null;
|
1491
1491
|
socialProfileUrl: string | null;
|
1492
1492
|
tags: {
|
1493
|
-
name: string;
|
1494
1493
|
id: string;
|
1494
|
+
name: string;
|
1495
1495
|
createdAt: Date;
|
1496
1496
|
updatedAt: Date;
|
1497
1497
|
deletedAt: Date | null;
|
@@ -1516,8 +1516,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1516
1516
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1517
1517
|
id: string;
|
1518
1518
|
metadata: {
|
1519
|
-
name: string;
|
1520
1519
|
id: string;
|
1520
|
+
name: string;
|
1521
1521
|
picture?: string | undefined;
|
1522
1522
|
additionalCredentials?: any;
|
1523
1523
|
};
|
@@ -1544,10 +1544,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1544
1544
|
};
|
1545
1545
|
}[] | undefined;
|
1546
1546
|
}, {
|
1547
|
-
name: string;
|
1548
1547
|
id: string;
|
1549
1548
|
channel: string | null;
|
1550
1549
|
address: string | null;
|
1550
|
+
name: string;
|
1551
1551
|
createdAt: Date;
|
1552
1552
|
updatedAt: Date;
|
1553
1553
|
deletedAt: Date | null;
|
@@ -1592,8 +1592,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1592
1592
|
createdAt: Date;
|
1593
1593
|
updatedAt: Date;
|
1594
1594
|
deletedAt: Date | null;
|
1595
|
-
name?: string | undefined;
|
1596
1595
|
address?: string | null | undefined;
|
1596
|
+
name?: string | undefined;
|
1597
1597
|
phone?: string | null | undefined;
|
1598
1598
|
industry?: string | null | undefined;
|
1599
1599
|
} | null;
|
@@ -1601,8 +1601,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1601
1601
|
contactProfile: string | null;
|
1602
1602
|
socialProfileUrl: string | null;
|
1603
1603
|
tags: {
|
1604
|
-
name: string;
|
1605
1604
|
id: string;
|
1605
|
+
name: string;
|
1606
1606
|
createdAt: Date;
|
1607
1607
|
updatedAt: Date;
|
1608
1608
|
deletedAt: Date | null;
|
@@ -1627,8 +1627,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1627
1627
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1628
1628
|
id: string;
|
1629
1629
|
metadata: {
|
1630
|
-
name: string;
|
1631
1630
|
id: string;
|
1631
|
+
name: string;
|
1632
1632
|
picture?: string | undefined;
|
1633
1633
|
additionalCredentials?: any;
|
1634
1634
|
};
|
@@ -1659,8 +1659,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1659
1659
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1660
1660
|
id: string;
|
1661
1661
|
metadata: {
|
1662
|
-
name: string;
|
1663
1662
|
id: string;
|
1663
|
+
name: string;
|
1664
1664
|
picture?: string | undefined;
|
1665
1665
|
additionalCredentials?: any;
|
1666
1666
|
};
|
@@ -1668,10 +1668,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1668
1668
|
updatedAt: Date;
|
1669
1669
|
deletedAt: Date | null;
|
1670
1670
|
contact: {
|
1671
|
-
name: string;
|
1672
1671
|
id: string;
|
1673
1672
|
channel: string | null;
|
1674
1673
|
address: string | null;
|
1674
|
+
name: string;
|
1675
1675
|
createdAt: Date;
|
1676
1676
|
updatedAt: Date;
|
1677
1677
|
deletedAt: Date | null;
|
@@ -1716,8 +1716,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1716
1716
|
createdAt: Date;
|
1717
1717
|
updatedAt: Date;
|
1718
1718
|
deletedAt: Date | null;
|
1719
|
-
name?: string | undefined;
|
1720
1719
|
address?: string | null | undefined;
|
1720
|
+
name?: string | undefined;
|
1721
1721
|
phone?: string | null | undefined;
|
1722
1722
|
industry?: string | null | undefined;
|
1723
1723
|
} | null;
|
@@ -1725,8 +1725,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1725
1725
|
contactProfile: string | null;
|
1726
1726
|
socialProfileUrl: string | null;
|
1727
1727
|
tags: {
|
1728
|
-
name: string;
|
1729
1728
|
id: string;
|
1729
|
+
name: string;
|
1730
1730
|
createdAt: Date;
|
1731
1731
|
updatedAt: Date;
|
1732
1732
|
deletedAt: Date | null;
|
@@ -1751,8 +1751,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1751
1751
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1752
1752
|
id: string;
|
1753
1753
|
metadata: {
|
1754
|
-
name: string;
|
1755
1754
|
id: string;
|
1755
|
+
name: string;
|
1756
1756
|
picture?: string | undefined;
|
1757
1757
|
additionalCredentials?: any;
|
1758
1758
|
};
|
@@ -1785,8 +1785,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1785
1785
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1786
1786
|
id: string;
|
1787
1787
|
metadata: {
|
1788
|
-
name: string;
|
1789
1788
|
id: string;
|
1789
|
+
name: string;
|
1790
1790
|
picture?: string | undefined;
|
1791
1791
|
additionalCredentials?: any;
|
1792
1792
|
};
|
@@ -1794,10 +1794,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1794
1794
|
updatedAt: Date;
|
1795
1795
|
deletedAt: Date | null;
|
1796
1796
|
contact: {
|
1797
|
-
name: string;
|
1798
1797
|
id: string;
|
1799
1798
|
channel: string | null;
|
1800
1799
|
address: string | null;
|
1800
|
+
name: string;
|
1801
1801
|
createdAt: Date;
|
1802
1802
|
updatedAt: Date;
|
1803
1803
|
deletedAt: Date | null;
|
@@ -1842,8 +1842,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1842
1842
|
createdAt: Date;
|
1843
1843
|
updatedAt: Date;
|
1844
1844
|
deletedAt: Date | null;
|
1845
|
-
name?: string | undefined;
|
1846
1845
|
address?: string | null | undefined;
|
1846
|
+
name?: string | undefined;
|
1847
1847
|
phone?: string | null | undefined;
|
1848
1848
|
industry?: string | null | undefined;
|
1849
1849
|
} | null;
|
@@ -1851,8 +1851,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1851
1851
|
contactProfile: string | null;
|
1852
1852
|
socialProfileUrl: string | null;
|
1853
1853
|
tags: {
|
1854
|
-
name: string;
|
1855
1854
|
id: string;
|
1855
|
+
name: string;
|
1856
1856
|
createdAt: Date;
|
1857
1857
|
updatedAt: Date;
|
1858
1858
|
deletedAt: Date | null;
|
@@ -1877,8 +1877,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
1877
1877
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
1878
1878
|
id: string;
|
1879
1879
|
metadata: {
|
1880
|
-
name: string;
|
1881
1880
|
id: string;
|
1881
|
+
name: string;
|
1882
1882
|
picture?: string | undefined;
|
1883
1883
|
additionalCredentials?: any;
|
1884
1884
|
};
|
@@ -2026,9 +2026,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2026
2026
|
telephonySignature: string | null;
|
2027
2027
|
}>;
|
2028
2028
|
}, "strip", z.ZodTypeAny, {
|
2029
|
-
name: string;
|
2030
2029
|
id: string;
|
2031
2030
|
address: string | null;
|
2031
|
+
name: string;
|
2032
2032
|
email: string;
|
2033
2033
|
createdAt: Date;
|
2034
2034
|
updatedAt: Date;
|
@@ -2069,9 +2069,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2069
2069
|
telephonySignature: string | null;
|
2070
2070
|
};
|
2071
2071
|
}, {
|
2072
|
-
name: string;
|
2073
2072
|
id: string;
|
2074
2073
|
address: string | null;
|
2074
|
+
name: string;
|
2075
2075
|
email: string;
|
2076
2076
|
createdAt: Date;
|
2077
2077
|
updatedAt: Date;
|
@@ -2230,9 +2230,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2230
2230
|
telephonySignature: string | null;
|
2231
2231
|
}>;
|
2232
2232
|
}, "strip", z.ZodTypeAny, {
|
2233
|
-
name: string;
|
2234
2233
|
id: string;
|
2235
2234
|
address: string | null;
|
2235
|
+
name: string;
|
2236
2236
|
email: string;
|
2237
2237
|
createdAt: Date;
|
2238
2238
|
updatedAt: Date;
|
@@ -2273,9 +2273,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2273
2273
|
telephonySignature: string | null;
|
2274
2274
|
};
|
2275
2275
|
}, {
|
2276
|
-
name: string;
|
2277
2276
|
id: string;
|
2278
2277
|
address: string | null;
|
2278
|
+
name: string;
|
2279
2279
|
email: string;
|
2280
2280
|
createdAt: Date;
|
2281
2281
|
updatedAt: Date;
|
@@ -2379,9 +2379,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2379
2379
|
}>>;
|
2380
2380
|
lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
2381
2381
|
messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
2382
|
+
facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
|
2382
2383
|
}, "strip", z.ZodTypeAny, {
|
2383
|
-
name: string;
|
2384
2384
|
id: string;
|
2385
|
+
name: string;
|
2385
2386
|
accessToken?: string | undefined;
|
2386
2387
|
channelSecret?: string | undefined;
|
2387
2388
|
additionalCredentials?: any;
|
@@ -2405,9 +2406,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2405
2406
|
} | undefined;
|
2406
2407
|
lineRichMenuId?: string | null | undefined;
|
2407
2408
|
messengerIntegrationType?: "own" | "business" | undefined;
|
2409
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
2408
2410
|
}, {
|
2409
|
-
name: string;
|
2410
2411
|
id: string;
|
2412
|
+
name: string;
|
2411
2413
|
accessToken?: string | undefined;
|
2412
2414
|
channelSecret?: string | undefined;
|
2413
2415
|
additionalCredentials?: any;
|
@@ -2431,6 +2433,7 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2431
2433
|
} | undefined;
|
2432
2434
|
lineRichMenuId?: string | null | undefined;
|
2433
2435
|
messengerIntegrationType?: "own" | "business" | undefined;
|
2436
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
2434
2437
|
}>;
|
2435
2438
|
brandName: z.ZodString;
|
2436
2439
|
platformId: z.ZodString;
|
@@ -2445,14 +2448,14 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2445
2448
|
integrationId: z.ZodString;
|
2446
2449
|
accessToken: z.ZodString;
|
2447
2450
|
}, "strip", z.ZodTypeAny, {
|
2448
|
-
name: string;
|
2449
2451
|
id: string;
|
2452
|
+
name: string;
|
2450
2453
|
accessToken: string;
|
2451
2454
|
botId: string;
|
2452
2455
|
integrationId: string;
|
2453
2456
|
}, {
|
2454
|
-
name: string;
|
2455
2457
|
id: string;
|
2458
|
+
name: string;
|
2456
2459
|
accessToken: string;
|
2457
2460
|
botId: string;
|
2458
2461
|
integrationId: string;
|
@@ -2575,9 +2578,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2575
2578
|
telephonySignature: string | null;
|
2576
2579
|
}>;
|
2577
2580
|
}, "strip", z.ZodTypeAny, {
|
2578
|
-
name: string;
|
2579
2581
|
id: string;
|
2580
2582
|
address: string | null;
|
2583
|
+
name: string;
|
2581
2584
|
email: string;
|
2582
2585
|
createdAt: Date;
|
2583
2586
|
updatedAt: Date;
|
@@ -2618,9 +2621,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2618
2621
|
telephonySignature: string | null;
|
2619
2622
|
};
|
2620
2623
|
}, {
|
2621
|
-
name: string;
|
2622
2624
|
id: string;
|
2623
2625
|
address: string | null;
|
2626
|
+
name: string;
|
2624
2627
|
email: string;
|
2625
2628
|
createdAt: Date;
|
2626
2629
|
updatedAt: Date;
|
@@ -2662,12 +2665,12 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2662
2665
|
};
|
2663
2666
|
}>;
|
2664
2667
|
}, "strip", z.ZodTypeAny, {
|
2665
|
-
name: string;
|
2666
2668
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2667
2669
|
id: string;
|
2670
|
+
name: string;
|
2668
2671
|
metadata: {
|
2669
|
-
name: string;
|
2670
2672
|
id: string;
|
2673
|
+
name: string;
|
2671
2674
|
accessToken?: string | undefined;
|
2672
2675
|
channelSecret?: string | undefined;
|
2673
2676
|
additionalCredentials?: any;
|
@@ -2691,15 +2694,16 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2691
2694
|
} | undefined;
|
2692
2695
|
lineRichMenuId?: string | null | undefined;
|
2693
2696
|
messengerIntegrationType?: "own" | "business" | undefined;
|
2697
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
2694
2698
|
};
|
2695
2699
|
status: boolean;
|
2696
2700
|
createdAt: Date;
|
2697
2701
|
updatedAt: Date;
|
2698
2702
|
deletedAt: Date | null;
|
2699
2703
|
actor: {
|
2700
|
-
name: string;
|
2701
2704
|
id: string;
|
2702
2705
|
address: string | null;
|
2706
|
+
name: string;
|
2703
2707
|
email: string;
|
2704
2708
|
createdAt: Date;
|
2705
2709
|
updatedAt: Date;
|
@@ -2746,19 +2750,19 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2746
2750
|
connectedUserName: string;
|
2747
2751
|
connectedUserId: string;
|
2748
2752
|
botpressBot: {
|
2749
|
-
name: string;
|
2750
2753
|
id: string;
|
2754
|
+
name: string;
|
2751
2755
|
accessToken: string;
|
2752
2756
|
botId: string;
|
2753
2757
|
integrationId: string;
|
2754
2758
|
} | null;
|
2755
2759
|
}, {
|
2756
|
-
name: string;
|
2757
2760
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2758
2761
|
id: string;
|
2762
|
+
name: string;
|
2759
2763
|
metadata: {
|
2760
|
-
name: string;
|
2761
2764
|
id: string;
|
2765
|
+
name: string;
|
2762
2766
|
accessToken?: string | undefined;
|
2763
2767
|
channelSecret?: string | undefined;
|
2764
2768
|
additionalCredentials?: any;
|
@@ -2782,15 +2786,16 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2782
2786
|
} | undefined;
|
2783
2787
|
lineRichMenuId?: string | null | undefined;
|
2784
2788
|
messengerIntegrationType?: "own" | "business" | undefined;
|
2789
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
2785
2790
|
};
|
2786
2791
|
status: boolean;
|
2787
2792
|
createdAt: Date;
|
2788
2793
|
updatedAt: Date;
|
2789
2794
|
deletedAt: Date | null;
|
2790
2795
|
actor: {
|
2791
|
-
name: string;
|
2792
2796
|
id: string;
|
2793
2797
|
address: string | null;
|
2798
|
+
name: string;
|
2794
2799
|
email: string;
|
2795
2800
|
createdAt: Date;
|
2796
2801
|
updatedAt: Date;
|
@@ -2837,8 +2842,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2837
2842
|
connectedUserName: string;
|
2838
2843
|
connectedUserId: string;
|
2839
2844
|
botpressBot: {
|
2840
|
-
name: string;
|
2841
2845
|
id: string;
|
2846
|
+
name: string;
|
2842
2847
|
accessToken: string;
|
2843
2848
|
botId: string;
|
2844
2849
|
integrationId: string;
|
@@ -2847,12 +2852,12 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2847
2852
|
}, "strip", z.ZodTypeAny, {
|
2848
2853
|
id: string;
|
2849
2854
|
channel: {
|
2850
|
-
name: string;
|
2851
2855
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2852
2856
|
id: string;
|
2857
|
+
name: string;
|
2853
2858
|
metadata: {
|
2854
|
-
name: string;
|
2855
2859
|
id: string;
|
2860
|
+
name: string;
|
2856
2861
|
accessToken?: string | undefined;
|
2857
2862
|
channelSecret?: string | undefined;
|
2858
2863
|
additionalCredentials?: any;
|
@@ -2876,15 +2881,16 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2876
2881
|
} | undefined;
|
2877
2882
|
lineRichMenuId?: string | null | undefined;
|
2878
2883
|
messengerIntegrationType?: "own" | "business" | undefined;
|
2884
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
2879
2885
|
};
|
2880
2886
|
status: boolean;
|
2881
2887
|
createdAt: Date;
|
2882
2888
|
updatedAt: Date;
|
2883
2889
|
deletedAt: Date | null;
|
2884
2890
|
actor: {
|
2885
|
-
name: string;
|
2886
2891
|
id: string;
|
2887
2892
|
address: string | null;
|
2893
|
+
name: string;
|
2888
2894
|
email: string;
|
2889
2895
|
createdAt: Date;
|
2890
2896
|
updatedAt: Date;
|
@@ -2931,8 +2937,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2931
2937
|
connectedUserName: string;
|
2932
2938
|
connectedUserId: string;
|
2933
2939
|
botpressBot: {
|
2934
|
-
name: string;
|
2935
2940
|
id: string;
|
2941
|
+
name: string;
|
2936
2942
|
accessToken: string;
|
2937
2943
|
botId: string;
|
2938
2944
|
integrationId: string;
|
@@ -2943,9 +2949,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2943
2949
|
updatedAt: Date;
|
2944
2950
|
deletedAt: Date | null;
|
2945
2951
|
actor: {
|
2946
|
-
name: string;
|
2947
2952
|
id: string;
|
2948
2953
|
address: string | null;
|
2954
|
+
name: string;
|
2949
2955
|
email: string;
|
2950
2956
|
createdAt: Date;
|
2951
2957
|
updatedAt: Date;
|
@@ -2997,8 +3003,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
2997
3003
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
2998
3004
|
id: string;
|
2999
3005
|
metadata: {
|
3000
|
-
name: string;
|
3001
3006
|
id: string;
|
3007
|
+
name: string;
|
3002
3008
|
picture?: string | undefined;
|
3003
3009
|
additionalCredentials?: any;
|
3004
3010
|
};
|
@@ -3006,10 +3012,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3006
3012
|
updatedAt: Date;
|
3007
3013
|
deletedAt: Date | null;
|
3008
3014
|
contact: {
|
3009
|
-
name: string;
|
3010
3015
|
id: string;
|
3011
3016
|
channel: string | null;
|
3012
3017
|
address: string | null;
|
3018
|
+
name: string;
|
3013
3019
|
createdAt: Date;
|
3014
3020
|
updatedAt: Date;
|
3015
3021
|
deletedAt: Date | null;
|
@@ -3054,8 +3060,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3054
3060
|
createdAt: Date;
|
3055
3061
|
updatedAt: Date;
|
3056
3062
|
deletedAt: Date | null;
|
3057
|
-
name?: string | undefined;
|
3058
3063
|
address?: string | null | undefined;
|
3064
|
+
name?: string | undefined;
|
3059
3065
|
phone?: string | null | undefined;
|
3060
3066
|
industry?: string | null | undefined;
|
3061
3067
|
} | null;
|
@@ -3063,8 +3069,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3063
3069
|
contactProfile: string | null;
|
3064
3070
|
socialProfileUrl: string | null;
|
3065
3071
|
tags: {
|
3066
|
-
name: string;
|
3067
3072
|
id: string;
|
3073
|
+
name: string;
|
3068
3074
|
createdAt: Date;
|
3069
3075
|
updatedAt: Date;
|
3070
3076
|
deletedAt: Date | null;
|
@@ -3089,8 +3095,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3089
3095
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
3090
3096
|
id: string;
|
3091
3097
|
metadata: {
|
3092
|
-
name: string;
|
3093
3098
|
id: string;
|
3099
|
+
name: string;
|
3094
3100
|
picture?: string | undefined;
|
3095
3101
|
additionalCredentials?: any;
|
3096
3102
|
};
|
@@ -3121,9 +3127,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3121
3127
|
socialPlatformId: string;
|
3122
3128
|
};
|
3123
3129
|
assignee: {
|
3124
|
-
name: string;
|
3125
3130
|
id: string;
|
3126
3131
|
address: string | null;
|
3132
|
+
name: string;
|
3127
3133
|
email: string;
|
3128
3134
|
createdAt: Date;
|
3129
3135
|
updatedAt: Date;
|
@@ -3167,12 +3173,12 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3167
3173
|
}, {
|
3168
3174
|
id: string;
|
3169
3175
|
channel: {
|
3170
|
-
name: string;
|
3171
3176
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
3172
3177
|
id: string;
|
3178
|
+
name: string;
|
3173
3179
|
metadata: {
|
3174
|
-
name: string;
|
3175
3180
|
id: string;
|
3181
|
+
name: string;
|
3176
3182
|
accessToken?: string | undefined;
|
3177
3183
|
channelSecret?: string | undefined;
|
3178
3184
|
additionalCredentials?: any;
|
@@ -3196,15 +3202,16 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3196
3202
|
} | undefined;
|
3197
3203
|
lineRichMenuId?: string | null | undefined;
|
3198
3204
|
messengerIntegrationType?: "own" | "business" | undefined;
|
3205
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
3199
3206
|
};
|
3200
3207
|
status: boolean;
|
3201
3208
|
createdAt: Date;
|
3202
3209
|
updatedAt: Date;
|
3203
3210
|
deletedAt: Date | null;
|
3204
3211
|
actor: {
|
3205
|
-
name: string;
|
3206
3212
|
id: string;
|
3207
3213
|
address: string | null;
|
3214
|
+
name: string;
|
3208
3215
|
email: string;
|
3209
3216
|
createdAt: Date;
|
3210
3217
|
updatedAt: Date;
|
@@ -3251,8 +3258,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3251
3258
|
connectedUserName: string;
|
3252
3259
|
connectedUserId: string;
|
3253
3260
|
botpressBot: {
|
3254
|
-
name: string;
|
3255
3261
|
id: string;
|
3262
|
+
name: string;
|
3256
3263
|
accessToken: string;
|
3257
3264
|
botId: string;
|
3258
3265
|
integrationId: string;
|
@@ -3263,9 +3270,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3263
3270
|
updatedAt: Date;
|
3264
3271
|
deletedAt: Date | null;
|
3265
3272
|
actor: {
|
3266
|
-
name: string;
|
3267
3273
|
id: string;
|
3268
3274
|
address: string | null;
|
3275
|
+
name: string;
|
3269
3276
|
email: string;
|
3270
3277
|
createdAt: Date;
|
3271
3278
|
updatedAt: Date;
|
@@ -3317,8 +3324,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3317
3324
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
3318
3325
|
id: string;
|
3319
3326
|
metadata: {
|
3320
|
-
name: string;
|
3321
3327
|
id: string;
|
3328
|
+
name: string;
|
3322
3329
|
picture?: string | undefined;
|
3323
3330
|
additionalCredentials?: any;
|
3324
3331
|
};
|
@@ -3326,10 +3333,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3326
3333
|
updatedAt: Date;
|
3327
3334
|
deletedAt: Date | null;
|
3328
3335
|
contact: {
|
3329
|
-
name: string;
|
3330
3336
|
id: string;
|
3331
3337
|
channel: string | null;
|
3332
3338
|
address: string | null;
|
3339
|
+
name: string;
|
3333
3340
|
createdAt: Date;
|
3334
3341
|
updatedAt: Date;
|
3335
3342
|
deletedAt: Date | null;
|
@@ -3374,8 +3381,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3374
3381
|
createdAt: Date;
|
3375
3382
|
updatedAt: Date;
|
3376
3383
|
deletedAt: Date | null;
|
3377
|
-
name?: string | undefined;
|
3378
3384
|
address?: string | null | undefined;
|
3385
|
+
name?: string | undefined;
|
3379
3386
|
phone?: string | null | undefined;
|
3380
3387
|
industry?: string | null | undefined;
|
3381
3388
|
} | null;
|
@@ -3383,8 +3390,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3383
3390
|
contactProfile: string | null;
|
3384
3391
|
socialProfileUrl: string | null;
|
3385
3392
|
tags: {
|
3386
|
-
name: string;
|
3387
3393
|
id: string;
|
3394
|
+
name: string;
|
3388
3395
|
createdAt: Date;
|
3389
3396
|
updatedAt: Date;
|
3390
3397
|
deletedAt: Date | null;
|
@@ -3409,8 +3416,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3409
3416
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
3410
3417
|
id: string;
|
3411
3418
|
metadata: {
|
3412
|
-
name: string;
|
3413
3419
|
id: string;
|
3420
|
+
name: string;
|
3414
3421
|
picture?: string | undefined;
|
3415
3422
|
additionalCredentials?: any;
|
3416
3423
|
};
|
@@ -3441,9 +3448,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3441
3448
|
socialPlatformId: string;
|
3442
3449
|
};
|
3443
3450
|
assignee: {
|
3444
|
-
name: string;
|
3445
3451
|
id: string;
|
3446
3452
|
address: string | null;
|
3453
|
+
name: string;
|
3447
3454
|
email: string;
|
3448
3455
|
createdAt: Date;
|
3449
3456
|
updatedAt: Date;
|
@@ -3516,14 +3523,14 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3516
3523
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
3517
3524
|
name: z.ZodString;
|
3518
3525
|
}, "strip", z.ZodTypeAny, {
|
3519
|
-
name: string;
|
3520
3526
|
id: string;
|
3527
|
+
name: string;
|
3521
3528
|
createdAt: Date;
|
3522
3529
|
updatedAt: Date;
|
3523
3530
|
deletedAt: Date | null;
|
3524
3531
|
}, {
|
3525
|
-
name: string;
|
3526
3532
|
id: string;
|
3533
|
+
name: string;
|
3527
3534
|
createdAt: Date;
|
3528
3535
|
updatedAt: Date;
|
3529
3536
|
deletedAt: Date | null;
|
@@ -3679,8 +3686,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3679
3686
|
createdAt: Date;
|
3680
3687
|
updatedAt: Date;
|
3681
3688
|
deletedAt: Date | null;
|
3682
|
-
name?: string | undefined;
|
3683
3689
|
address?: string | null | undefined;
|
3690
|
+
name?: string | undefined;
|
3684
3691
|
phone?: string | null | undefined;
|
3685
3692
|
industry?: string | null | undefined;
|
3686
3693
|
}, {
|
@@ -3688,8 +3695,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3688
3695
|
createdAt: Date;
|
3689
3696
|
updatedAt: Date;
|
3690
3697
|
deletedAt: Date | null;
|
3691
|
-
name?: string | undefined;
|
3692
3698
|
address?: string | null | undefined;
|
3699
|
+
name?: string | undefined;
|
3693
3700
|
phone?: string | null | undefined;
|
3694
3701
|
industry?: string | null | undefined;
|
3695
3702
|
}>>;
|
@@ -3707,13 +3714,13 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3707
3714
|
picture: z.ZodOptional<z.ZodString>;
|
3708
3715
|
additionalCredentials: z.ZodAny;
|
3709
3716
|
}, "strip", z.ZodTypeAny, {
|
3710
|
-
name: string;
|
3711
3717
|
id: string;
|
3718
|
+
name: string;
|
3712
3719
|
picture?: string | undefined;
|
3713
3720
|
additionalCredentials?: any;
|
3714
3721
|
}, {
|
3715
|
-
name: string;
|
3716
3722
|
id: string;
|
3723
|
+
name: string;
|
3717
3724
|
picture?: string | undefined;
|
3718
3725
|
additionalCredentials?: any;
|
3719
3726
|
}>;
|
@@ -3721,8 +3728,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3721
3728
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
3722
3729
|
id: string;
|
3723
3730
|
metadata: {
|
3724
|
-
name: string;
|
3725
3731
|
id: string;
|
3732
|
+
name: string;
|
3726
3733
|
picture?: string | undefined;
|
3727
3734
|
additionalCredentials?: any;
|
3728
3735
|
};
|
@@ -3735,8 +3742,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
3735
3742
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
3736
3743
|
id: string;
|
3737
3744
|
metadata: {
|
3738
|
-
name: string;
|
3739
3745
|
id: string;
|
3746
|
+
name: string;
|
3740
3747
|
picture?: string | undefined;
|
3741
3748
|
additionalCredentials?: any;
|
3742
3749
|
};
|
@@ -4046,10 +4053,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4046
4053
|
};
|
4047
4054
|
}>, "many">>;
|
4048
4055
|
}, "strip", z.ZodTypeAny, {
|
4049
|
-
name: string;
|
4050
4056
|
id: string;
|
4051
4057
|
channel: string | null;
|
4052
4058
|
address: string | null;
|
4059
|
+
name: string;
|
4053
4060
|
createdAt: Date;
|
4054
4061
|
updatedAt: Date;
|
4055
4062
|
deletedAt: Date | null;
|
@@ -4094,8 +4101,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4094
4101
|
createdAt: Date;
|
4095
4102
|
updatedAt: Date;
|
4096
4103
|
deletedAt: Date | null;
|
4097
|
-
name?: string | undefined;
|
4098
4104
|
address?: string | null | undefined;
|
4105
|
+
name?: string | undefined;
|
4099
4106
|
phone?: string | null | undefined;
|
4100
4107
|
industry?: string | null | undefined;
|
4101
4108
|
} | null;
|
@@ -4103,8 +4110,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4103
4110
|
contactProfile: string | null;
|
4104
4111
|
socialProfileUrl: string | null;
|
4105
4112
|
tags: {
|
4106
|
-
name: string;
|
4107
4113
|
id: string;
|
4114
|
+
name: string;
|
4108
4115
|
createdAt: Date;
|
4109
4116
|
updatedAt: Date;
|
4110
4117
|
deletedAt: Date | null;
|
@@ -4129,8 +4136,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4129
4136
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
4130
4137
|
id: string;
|
4131
4138
|
metadata: {
|
4132
|
-
name: string;
|
4133
4139
|
id: string;
|
4140
|
+
name: string;
|
4134
4141
|
picture?: string | undefined;
|
4135
4142
|
additionalCredentials?: any;
|
4136
4143
|
};
|
@@ -4157,10 +4164,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4157
4164
|
};
|
4158
4165
|
}[] | undefined;
|
4159
4166
|
}, {
|
4160
|
-
name: string;
|
4161
4167
|
id: string;
|
4162
4168
|
channel: string | null;
|
4163
4169
|
address: string | null;
|
4170
|
+
name: string;
|
4164
4171
|
createdAt: Date;
|
4165
4172
|
updatedAt: Date;
|
4166
4173
|
deletedAt: Date | null;
|
@@ -4205,8 +4212,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4205
4212
|
createdAt: Date;
|
4206
4213
|
updatedAt: Date;
|
4207
4214
|
deletedAt: Date | null;
|
4208
|
-
name?: string | undefined;
|
4209
4215
|
address?: string | null | undefined;
|
4216
|
+
name?: string | undefined;
|
4210
4217
|
phone?: string | null | undefined;
|
4211
4218
|
industry?: string | null | undefined;
|
4212
4219
|
} | null;
|
@@ -4214,8 +4221,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4214
4221
|
contactProfile: string | null;
|
4215
4222
|
socialProfileUrl: string | null;
|
4216
4223
|
tags: {
|
4217
|
-
name: string;
|
4218
4224
|
id: string;
|
4225
|
+
name: string;
|
4219
4226
|
createdAt: Date;
|
4220
4227
|
updatedAt: Date;
|
4221
4228
|
deletedAt: Date | null;
|
@@ -4240,8 +4247,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4240
4247
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
4241
4248
|
id: string;
|
4242
4249
|
metadata: {
|
4243
|
-
name: string;
|
4244
4250
|
id: string;
|
4251
|
+
name: string;
|
4245
4252
|
picture?: string | undefined;
|
4246
4253
|
additionalCredentials?: any;
|
4247
4254
|
};
|
@@ -4459,9 +4466,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4459
4466
|
telephonySignature: string | null;
|
4460
4467
|
}>;
|
4461
4468
|
}, "roles" | "extension">, "strip", z.ZodTypeAny, {
|
4462
|
-
name: string;
|
4463
4469
|
id: string;
|
4464
4470
|
address: string | null;
|
4471
|
+
name: string;
|
4465
4472
|
email: string;
|
4466
4473
|
createdAt: Date;
|
4467
4474
|
updatedAt: Date;
|
@@ -4471,9 +4478,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4471
4478
|
phone: string | null;
|
4472
4479
|
notificationCount: number | null;
|
4473
4480
|
}, {
|
4474
|
-
name: string;
|
4475
4481
|
id: string;
|
4476
4482
|
address: string | null;
|
4483
|
+
name: string;
|
4477
4484
|
email: string;
|
4478
4485
|
createdAt: Date;
|
4479
4486
|
updatedAt: Date;
|
@@ -4496,9 +4503,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4496
4503
|
}, "strip", z.ZodTypeAny, {
|
4497
4504
|
id: string;
|
4498
4505
|
user: {
|
4499
|
-
name: string;
|
4500
4506
|
id: string;
|
4501
4507
|
address: string | null;
|
4508
|
+
name: string;
|
4502
4509
|
email: string;
|
4503
4510
|
createdAt: Date;
|
4504
4511
|
updatedAt: Date;
|
@@ -4521,9 +4528,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4521
4528
|
}, {
|
4522
4529
|
id: string;
|
4523
4530
|
user: {
|
4524
|
-
name: string;
|
4525
4531
|
id: string;
|
4526
4532
|
address: string | null;
|
4533
|
+
name: string;
|
4527
4534
|
email: string;
|
4528
4535
|
createdAt: Date;
|
4529
4536
|
updatedAt: Date;
|
@@ -4664,9 +4671,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4664
4671
|
telephonySignature: string | null;
|
4665
4672
|
}>;
|
4666
4673
|
}, "roles" | "extension">, "strip", z.ZodTypeAny, {
|
4667
|
-
name: string;
|
4668
4674
|
id: string;
|
4669
4675
|
address: string | null;
|
4676
|
+
name: string;
|
4670
4677
|
email: string;
|
4671
4678
|
createdAt: Date;
|
4672
4679
|
updatedAt: Date;
|
@@ -4676,9 +4683,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4676
4683
|
phone: string | null;
|
4677
4684
|
notificationCount: number | null;
|
4678
4685
|
}, {
|
4679
|
-
name: string;
|
4680
4686
|
id: string;
|
4681
4687
|
address: string | null;
|
4688
|
+
name: string;
|
4682
4689
|
email: string;
|
4683
4690
|
createdAt: Date;
|
4684
4691
|
updatedAt: Date;
|
@@ -4701,9 +4708,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4701
4708
|
}, "strip", z.ZodTypeAny, {
|
4702
4709
|
id: string;
|
4703
4710
|
user: {
|
4704
|
-
name: string;
|
4705
4711
|
id: string;
|
4706
4712
|
address: string | null;
|
4713
|
+
name: string;
|
4707
4714
|
email: string;
|
4708
4715
|
createdAt: Date;
|
4709
4716
|
updatedAt: Date;
|
@@ -4726,9 +4733,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4726
4733
|
}, {
|
4727
4734
|
id: string;
|
4728
4735
|
user: {
|
4729
|
-
name: string;
|
4730
4736
|
id: string;
|
4731
4737
|
address: string | null;
|
4738
|
+
name: string;
|
4732
4739
|
email: string;
|
4733
4740
|
createdAt: Date;
|
4734
4741
|
updatedAt: Date;
|
@@ -4753,9 +4760,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4753
4760
|
callTo?: {
|
4754
4761
|
id: string;
|
4755
4762
|
user: {
|
4756
|
-
name: string;
|
4757
4763
|
id: string;
|
4758
4764
|
address: string | null;
|
4765
|
+
name: string;
|
4759
4766
|
email: string;
|
4760
4767
|
createdAt: Date;
|
4761
4768
|
updatedAt: Date;
|
@@ -4779,9 +4786,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4779
4786
|
callFrom?: {
|
4780
4787
|
id: string;
|
4781
4788
|
user: {
|
4782
|
-
name: string;
|
4783
4789
|
id: string;
|
4784
4790
|
address: string | null;
|
4791
|
+
name: string;
|
4785
4792
|
email: string;
|
4786
4793
|
createdAt: Date;
|
4787
4794
|
updatedAt: Date;
|
@@ -4806,9 +4813,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4806
4813
|
callTo?: {
|
4807
4814
|
id: string;
|
4808
4815
|
user: {
|
4809
|
-
name: string;
|
4810
4816
|
id: string;
|
4811
4817
|
address: string | null;
|
4818
|
+
name: string;
|
4812
4819
|
email: string;
|
4813
4820
|
createdAt: Date;
|
4814
4821
|
updatedAt: Date;
|
@@ -4832,9 +4839,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4832
4839
|
callFrom?: {
|
4833
4840
|
id: string;
|
4834
4841
|
user: {
|
4835
|
-
name: string;
|
4836
4842
|
id: string;
|
4837
4843
|
address: string | null;
|
4844
|
+
name: string;
|
4838
4845
|
email: string;
|
4839
4846
|
createdAt: Date;
|
4840
4847
|
updatedAt: Date;
|
@@ -4988,9 +4995,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
4988
4995
|
telephonySignature: string | null;
|
4989
4996
|
}>;
|
4990
4997
|
}, "strip", z.ZodTypeAny, {
|
4991
|
-
name: string;
|
4992
4998
|
id: string;
|
4993
4999
|
address: string | null;
|
5000
|
+
name: string;
|
4994
5001
|
email: string;
|
4995
5002
|
createdAt: Date;
|
4996
5003
|
updatedAt: Date;
|
@@ -5031,9 +5038,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5031
5038
|
telephonySignature: string | null;
|
5032
5039
|
};
|
5033
5040
|
}, {
|
5034
|
-
name: string;
|
5035
5041
|
id: string;
|
5036
5042
|
address: string | null;
|
5043
|
+
name: string;
|
5037
5044
|
email: string;
|
5038
5045
|
createdAt: Date;
|
5039
5046
|
updatedAt: Date;
|
@@ -5087,9 +5094,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5087
5094
|
extensionName: string;
|
5088
5095
|
telephonySignature: string | null;
|
5089
5096
|
user?: {
|
5090
|
-
name: string;
|
5091
5097
|
id: string;
|
5092
5098
|
address: string | null;
|
5099
|
+
name: string;
|
5093
5100
|
email: string;
|
5094
5101
|
createdAt: Date;
|
5095
5102
|
updatedAt: Date;
|
@@ -5143,9 +5150,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5143
5150
|
extensionName: string;
|
5144
5151
|
telephonySignature: string | null;
|
5145
5152
|
user?: {
|
5146
|
-
name: string;
|
5147
5153
|
id: string;
|
5148
5154
|
address: string | null;
|
5155
|
+
name: string;
|
5149
5156
|
email: string;
|
5150
5157
|
createdAt: Date;
|
5151
5158
|
updatedAt: Date;
|
@@ -5215,9 +5222,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5215
5222
|
callTo?: {
|
5216
5223
|
id: string;
|
5217
5224
|
user: {
|
5218
|
-
name: string;
|
5219
5225
|
id: string;
|
5220
5226
|
address: string | null;
|
5227
|
+
name: string;
|
5221
5228
|
email: string;
|
5222
5229
|
createdAt: Date;
|
5223
5230
|
updatedAt: Date;
|
@@ -5241,9 +5248,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5241
5248
|
callFrom?: {
|
5242
5249
|
id: string;
|
5243
5250
|
user: {
|
5244
|
-
name: string;
|
5245
5251
|
id: string;
|
5246
5252
|
address: string | null;
|
5253
|
+
name: string;
|
5247
5254
|
email: string;
|
5248
5255
|
createdAt: Date;
|
5249
5256
|
updatedAt: Date;
|
@@ -5269,10 +5276,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5269
5276
|
telephonyQueueId: string | null;
|
5270
5277
|
contactId: string | null;
|
5271
5278
|
contact?: {
|
5272
|
-
name: string;
|
5273
5279
|
id: string;
|
5274
5280
|
channel: string | null;
|
5275
5281
|
address: string | null;
|
5282
|
+
name: string;
|
5276
5283
|
createdAt: Date;
|
5277
5284
|
updatedAt: Date;
|
5278
5285
|
deletedAt: Date | null;
|
@@ -5317,8 +5324,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5317
5324
|
createdAt: Date;
|
5318
5325
|
updatedAt: Date;
|
5319
5326
|
deletedAt: Date | null;
|
5320
|
-
name?: string | undefined;
|
5321
5327
|
address?: string | null | undefined;
|
5328
|
+
name?: string | undefined;
|
5322
5329
|
phone?: string | null | undefined;
|
5323
5330
|
industry?: string | null | undefined;
|
5324
5331
|
} | null;
|
@@ -5326,8 +5333,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5326
5333
|
contactProfile: string | null;
|
5327
5334
|
socialProfileUrl: string | null;
|
5328
5335
|
tags: {
|
5329
|
-
name: string;
|
5330
5336
|
id: string;
|
5337
|
+
name: string;
|
5331
5338
|
createdAt: Date;
|
5332
5339
|
updatedAt: Date;
|
5333
5340
|
deletedAt: Date | null;
|
@@ -5352,8 +5359,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5352
5359
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
5353
5360
|
id: string;
|
5354
5361
|
metadata: {
|
5355
|
-
name: string;
|
5356
5362
|
id: string;
|
5363
|
+
name: string;
|
5357
5364
|
picture?: string | undefined;
|
5358
5365
|
additionalCredentials?: any;
|
5359
5366
|
};
|
@@ -5415,9 +5422,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5415
5422
|
extensionName: string;
|
5416
5423
|
telephonySignature: string | null;
|
5417
5424
|
user?: {
|
5418
|
-
name: string;
|
5419
5425
|
id: string;
|
5420
5426
|
address: string | null;
|
5427
|
+
name: string;
|
5421
5428
|
email: string;
|
5422
5429
|
createdAt: Date;
|
5423
5430
|
updatedAt: Date;
|
@@ -5485,9 +5492,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5485
5492
|
callTo?: {
|
5486
5493
|
id: string;
|
5487
5494
|
user: {
|
5488
|
-
name: string;
|
5489
5495
|
id: string;
|
5490
5496
|
address: string | null;
|
5497
|
+
name: string;
|
5491
5498
|
email: string;
|
5492
5499
|
createdAt: Date;
|
5493
5500
|
updatedAt: Date;
|
@@ -5511,9 +5518,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5511
5518
|
callFrom?: {
|
5512
5519
|
id: string;
|
5513
5520
|
user: {
|
5514
|
-
name: string;
|
5515
5521
|
id: string;
|
5516
5522
|
address: string | null;
|
5523
|
+
name: string;
|
5517
5524
|
email: string;
|
5518
5525
|
createdAt: Date;
|
5519
5526
|
updatedAt: Date;
|
@@ -5539,10 +5546,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5539
5546
|
telephonyQueueId: string | null;
|
5540
5547
|
contactId: string | null;
|
5541
5548
|
contact?: {
|
5542
|
-
name: string;
|
5543
5549
|
id: string;
|
5544
5550
|
channel: string | null;
|
5545
5551
|
address: string | null;
|
5552
|
+
name: string;
|
5546
5553
|
createdAt: Date;
|
5547
5554
|
updatedAt: Date;
|
5548
5555
|
deletedAt: Date | null;
|
@@ -5587,8 +5594,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5587
5594
|
createdAt: Date;
|
5588
5595
|
updatedAt: Date;
|
5589
5596
|
deletedAt: Date | null;
|
5590
|
-
name?: string | undefined;
|
5591
5597
|
address?: string | null | undefined;
|
5598
|
+
name?: string | undefined;
|
5592
5599
|
phone?: string | null | undefined;
|
5593
5600
|
industry?: string | null | undefined;
|
5594
5601
|
} | null;
|
@@ -5596,8 +5603,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5596
5603
|
contactProfile: string | null;
|
5597
5604
|
socialProfileUrl: string | null;
|
5598
5605
|
tags: {
|
5599
|
-
name: string;
|
5600
5606
|
id: string;
|
5607
|
+
name: string;
|
5601
5608
|
createdAt: Date;
|
5602
5609
|
updatedAt: Date;
|
5603
5610
|
deletedAt: Date | null;
|
@@ -5622,8 +5629,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5622
5629
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
5623
5630
|
id: string;
|
5624
5631
|
metadata: {
|
5625
|
-
name: string;
|
5626
5632
|
id: string;
|
5633
|
+
name: string;
|
5627
5634
|
picture?: string | undefined;
|
5628
5635
|
additionalCredentials?: any;
|
5629
5636
|
};
|
@@ -5685,9 +5692,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5685
5692
|
extensionName: string;
|
5686
5693
|
telephonySignature: string | null;
|
5687
5694
|
user?: {
|
5688
|
-
name: string;
|
5689
5695
|
id: string;
|
5690
5696
|
address: string | null;
|
5697
|
+
name: string;
|
5691
5698
|
email: string;
|
5692
5699
|
createdAt: Date;
|
5693
5700
|
updatedAt: Date;
|
@@ -5755,14 +5762,14 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5755
5762
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
5756
5763
|
name: z.ZodString;
|
5757
5764
|
}, "strip", z.ZodTypeAny, {
|
5758
|
-
name: string;
|
5759
5765
|
id: string;
|
5766
|
+
name: string;
|
5760
5767
|
createdAt: Date;
|
5761
5768
|
updatedAt: Date;
|
5762
5769
|
deletedAt: Date | null;
|
5763
5770
|
}, {
|
5764
|
-
name: string;
|
5765
5771
|
id: string;
|
5772
|
+
name: string;
|
5766
5773
|
createdAt: Date;
|
5767
5774
|
updatedAt: Date;
|
5768
5775
|
deletedAt: Date | null;
|
@@ -5918,8 +5925,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5918
5925
|
createdAt: Date;
|
5919
5926
|
updatedAt: Date;
|
5920
5927
|
deletedAt: Date | null;
|
5921
|
-
name?: string | undefined;
|
5922
5928
|
address?: string | null | undefined;
|
5929
|
+
name?: string | undefined;
|
5923
5930
|
phone?: string | null | undefined;
|
5924
5931
|
industry?: string | null | undefined;
|
5925
5932
|
}, {
|
@@ -5927,8 +5934,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5927
5934
|
createdAt: Date;
|
5928
5935
|
updatedAt: Date;
|
5929
5936
|
deletedAt: Date | null;
|
5930
|
-
name?: string | undefined;
|
5931
5937
|
address?: string | null | undefined;
|
5938
|
+
name?: string | undefined;
|
5932
5939
|
phone?: string | null | undefined;
|
5933
5940
|
industry?: string | null | undefined;
|
5934
5941
|
}>>;
|
@@ -5946,13 +5953,13 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5946
5953
|
picture: z.ZodOptional<z.ZodString>;
|
5947
5954
|
additionalCredentials: z.ZodAny;
|
5948
5955
|
}, "strip", z.ZodTypeAny, {
|
5949
|
-
name: string;
|
5950
5956
|
id: string;
|
5957
|
+
name: string;
|
5951
5958
|
picture?: string | undefined;
|
5952
5959
|
additionalCredentials?: any;
|
5953
5960
|
}, {
|
5954
|
-
name: string;
|
5955
5961
|
id: string;
|
5962
|
+
name: string;
|
5956
5963
|
picture?: string | undefined;
|
5957
5964
|
additionalCredentials?: any;
|
5958
5965
|
}>;
|
@@ -5960,8 +5967,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5960
5967
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
5961
5968
|
id: string;
|
5962
5969
|
metadata: {
|
5963
|
-
name: string;
|
5964
5970
|
id: string;
|
5971
|
+
name: string;
|
5965
5972
|
picture?: string | undefined;
|
5966
5973
|
additionalCredentials?: any;
|
5967
5974
|
};
|
@@ -5974,8 +5981,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
5974
5981
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
5975
5982
|
id: string;
|
5976
5983
|
metadata: {
|
5977
|
-
name: string;
|
5978
5984
|
id: string;
|
5985
|
+
name: string;
|
5979
5986
|
picture?: string | undefined;
|
5980
5987
|
additionalCredentials?: any;
|
5981
5988
|
};
|
@@ -6285,10 +6292,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
6285
6292
|
};
|
6286
6293
|
}>, "many">>;
|
6287
6294
|
}, "strip", z.ZodTypeAny, {
|
6288
|
-
name: string;
|
6289
6295
|
id: string;
|
6290
6296
|
channel: string | null;
|
6291
6297
|
address: string | null;
|
6298
|
+
name: string;
|
6292
6299
|
createdAt: Date;
|
6293
6300
|
updatedAt: Date;
|
6294
6301
|
deletedAt: Date | null;
|
@@ -6333,8 +6340,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
6333
6340
|
createdAt: Date;
|
6334
6341
|
updatedAt: Date;
|
6335
6342
|
deletedAt: Date | null;
|
6336
|
-
name?: string | undefined;
|
6337
6343
|
address?: string | null | undefined;
|
6344
|
+
name?: string | undefined;
|
6338
6345
|
phone?: string | null | undefined;
|
6339
6346
|
industry?: string | null | undefined;
|
6340
6347
|
} | null;
|
@@ -6342,8 +6349,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
6342
6349
|
contactProfile: string | null;
|
6343
6350
|
socialProfileUrl: string | null;
|
6344
6351
|
tags: {
|
6345
|
-
name: string;
|
6346
6352
|
id: string;
|
6353
|
+
name: string;
|
6347
6354
|
createdAt: Date;
|
6348
6355
|
updatedAt: Date;
|
6349
6356
|
deletedAt: Date | null;
|
@@ -6368,8 +6375,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
6368
6375
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
6369
6376
|
id: string;
|
6370
6377
|
metadata: {
|
6371
|
-
name: string;
|
6372
6378
|
id: string;
|
6379
|
+
name: string;
|
6373
6380
|
picture?: string | undefined;
|
6374
6381
|
additionalCredentials?: any;
|
6375
6382
|
};
|
@@ -6396,10 +6403,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
6396
6403
|
};
|
6397
6404
|
}[] | undefined;
|
6398
6405
|
}, {
|
6399
|
-
name: string;
|
6400
6406
|
id: string;
|
6401
6407
|
channel: string | null;
|
6402
6408
|
address: string | null;
|
6409
|
+
name: string;
|
6403
6410
|
createdAt: Date;
|
6404
6411
|
updatedAt: Date;
|
6405
6412
|
deletedAt: Date | null;
|
@@ -6444,8 +6451,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
6444
6451
|
createdAt: Date;
|
6445
6452
|
updatedAt: Date;
|
6446
6453
|
deletedAt: Date | null;
|
6447
|
-
name?: string | undefined;
|
6448
6454
|
address?: string | null | undefined;
|
6455
|
+
name?: string | undefined;
|
6449
6456
|
phone?: string | null | undefined;
|
6450
6457
|
industry?: string | null | undefined;
|
6451
6458
|
} | null;
|
@@ -6453,8 +6460,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
6453
6460
|
contactProfile: string | null;
|
6454
6461
|
socialProfileUrl: string | null;
|
6455
6462
|
tags: {
|
6456
|
-
name: string;
|
6457
6463
|
id: string;
|
6464
|
+
name: string;
|
6458
6465
|
createdAt: Date;
|
6459
6466
|
updatedAt: Date;
|
6460
6467
|
deletedAt: Date | null;
|
@@ -6479,8 +6486,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
6479
6486
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
6480
6487
|
id: string;
|
6481
6488
|
metadata: {
|
6482
|
-
name: string;
|
6483
6489
|
id: string;
|
6490
|
+
name: string;
|
6484
6491
|
picture?: string | undefined;
|
6485
6492
|
additionalCredentials?: any;
|
6486
6493
|
};
|
@@ -6625,9 +6632,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
6625
6632
|
telephonySignature: string | null;
|
6626
6633
|
}>;
|
6627
6634
|
}, "strip", z.ZodTypeAny, {
|
6628
|
-
name: string;
|
6629
6635
|
id: string;
|
6630
6636
|
address: string | null;
|
6637
|
+
name: string;
|
6631
6638
|
email: string;
|
6632
6639
|
createdAt: Date;
|
6633
6640
|
updatedAt: Date;
|
@@ -6668,9 +6675,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
6668
6675
|
telephonySignature: string | null;
|
6669
6676
|
};
|
6670
6677
|
}, {
|
6671
|
-
name: string;
|
6672
6678
|
id: string;
|
6673
6679
|
address: string | null;
|
6680
|
+
name: string;
|
6674
6681
|
email: string;
|
6675
6682
|
createdAt: Date;
|
6676
6683
|
updatedAt: Date;
|
@@ -6829,9 +6836,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
6829
6836
|
telephonySignature: string | null;
|
6830
6837
|
}>;
|
6831
6838
|
}, "strip", z.ZodTypeAny, {
|
6832
|
-
name: string;
|
6833
6839
|
id: string;
|
6834
6840
|
address: string | null;
|
6841
|
+
name: string;
|
6835
6842
|
email: string;
|
6836
6843
|
createdAt: Date;
|
6837
6844
|
updatedAt: Date;
|
@@ -6872,9 +6879,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
6872
6879
|
telephonySignature: string | null;
|
6873
6880
|
};
|
6874
6881
|
}, {
|
6875
|
-
name: string;
|
6876
6882
|
id: string;
|
6877
6883
|
address: string | null;
|
6884
|
+
name: string;
|
6878
6885
|
email: string;
|
6879
6886
|
createdAt: Date;
|
6880
6887
|
updatedAt: Date;
|
@@ -7033,9 +7040,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7033
7040
|
telephonySignature: string | null;
|
7034
7041
|
}>;
|
7035
7042
|
}, "strip", z.ZodTypeAny, {
|
7036
|
-
name: string;
|
7037
7043
|
id: string;
|
7038
7044
|
address: string | null;
|
7045
|
+
name: string;
|
7039
7046
|
email: string;
|
7040
7047
|
createdAt: Date;
|
7041
7048
|
updatedAt: Date;
|
@@ -7076,9 +7083,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7076
7083
|
telephonySignature: string | null;
|
7077
7084
|
};
|
7078
7085
|
}, {
|
7079
|
-
name: string;
|
7080
7086
|
id: string;
|
7081
7087
|
address: string | null;
|
7088
|
+
name: string;
|
7082
7089
|
email: string;
|
7083
7090
|
createdAt: Date;
|
7084
7091
|
updatedAt: Date;
|
@@ -7120,6 +7127,34 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7120
7127
|
};
|
7121
7128
|
}>>;
|
7122
7129
|
contactLabel: z.ZodArray<z.ZodString, "many">;
|
7130
|
+
cxIntelligence: z.ZodObject<{
|
7131
|
+
id: z.ZodString;
|
7132
|
+
intelligenceType: z.ZodString;
|
7133
|
+
provider: z.ZodString;
|
7134
|
+
cxLogId: z.ZodString;
|
7135
|
+
transcript: z.ZodString;
|
7136
|
+
summary: z.ZodString;
|
7137
|
+
usage: z.ZodNumber;
|
7138
|
+
usageUnit: z.ZodString;
|
7139
|
+
}, "strip", z.ZodTypeAny, {
|
7140
|
+
id: string;
|
7141
|
+
summary: string;
|
7142
|
+
cxLogId: string;
|
7143
|
+
intelligenceType: string;
|
7144
|
+
provider: string;
|
7145
|
+
transcript: string;
|
7146
|
+
usage: number;
|
7147
|
+
usageUnit: string;
|
7148
|
+
}, {
|
7149
|
+
id: string;
|
7150
|
+
summary: string;
|
7151
|
+
cxLogId: string;
|
7152
|
+
intelligenceType: string;
|
7153
|
+
provider: string;
|
7154
|
+
transcript: string;
|
7155
|
+
usage: number;
|
7156
|
+
usageUnit: string;
|
7157
|
+
}>;
|
7123
7158
|
}, "strip", z.ZodTypeAny, {
|
7124
7159
|
id: string;
|
7125
7160
|
channel: string | null;
|
@@ -7129,10 +7164,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7129
7164
|
deletedAt: Date | null;
|
7130
7165
|
entityId: string;
|
7131
7166
|
contact: {
|
7132
|
-
name: string;
|
7133
7167
|
id: string;
|
7134
7168
|
channel: string | null;
|
7135
7169
|
address: string | null;
|
7170
|
+
name: string;
|
7136
7171
|
createdAt: Date;
|
7137
7172
|
updatedAt: Date;
|
7138
7173
|
deletedAt: Date | null;
|
@@ -7177,8 +7212,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7177
7212
|
createdAt: Date;
|
7178
7213
|
updatedAt: Date;
|
7179
7214
|
deletedAt: Date | null;
|
7180
|
-
name?: string | undefined;
|
7181
7215
|
address?: string | null | undefined;
|
7216
|
+
name?: string | undefined;
|
7182
7217
|
phone?: string | null | undefined;
|
7183
7218
|
industry?: string | null | undefined;
|
7184
7219
|
} | null;
|
@@ -7186,8 +7221,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7186
7221
|
contactProfile: string | null;
|
7187
7222
|
socialProfileUrl: string | null;
|
7188
7223
|
tags: {
|
7189
|
-
name: string;
|
7190
7224
|
id: string;
|
7225
|
+
name: string;
|
7191
7226
|
createdAt: Date;
|
7192
7227
|
updatedAt: Date;
|
7193
7228
|
deletedAt: Date | null;
|
@@ -7212,8 +7247,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7212
7247
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7213
7248
|
id: string;
|
7214
7249
|
metadata: {
|
7215
|
-
name: string;
|
7216
7250
|
id: string;
|
7251
|
+
name: string;
|
7217
7252
|
picture?: string | undefined;
|
7218
7253
|
additionalCredentials?: any;
|
7219
7254
|
};
|
@@ -7279,8 +7314,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7279
7314
|
}[];
|
7280
7315
|
}[];
|
7281
7316
|
tags: {
|
7282
|
-
name: string;
|
7283
7317
|
id: string;
|
7318
|
+
name: string;
|
7284
7319
|
createdAt: Date;
|
7285
7320
|
updatedAt: Date;
|
7286
7321
|
deletedAt: Date | null;
|
@@ -7319,12 +7354,12 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7319
7354
|
room: {
|
7320
7355
|
id: string;
|
7321
7356
|
channel: {
|
7322
|
-
name: string;
|
7323
7357
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7324
7358
|
id: string;
|
7359
|
+
name: string;
|
7325
7360
|
metadata: {
|
7326
|
-
name: string;
|
7327
7361
|
id: string;
|
7362
|
+
name: string;
|
7328
7363
|
accessToken?: string | undefined;
|
7329
7364
|
channelSecret?: string | undefined;
|
7330
7365
|
additionalCredentials?: any;
|
@@ -7348,15 +7383,16 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7348
7383
|
} | undefined;
|
7349
7384
|
lineRichMenuId?: string | null | undefined;
|
7350
7385
|
messengerIntegrationType?: "own" | "business" | undefined;
|
7386
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
7351
7387
|
};
|
7352
7388
|
status: boolean;
|
7353
7389
|
createdAt: Date;
|
7354
7390
|
updatedAt: Date;
|
7355
7391
|
deletedAt: Date | null;
|
7356
7392
|
actor: {
|
7357
|
-
name: string;
|
7358
7393
|
id: string;
|
7359
7394
|
address: string | null;
|
7395
|
+
name: string;
|
7360
7396
|
email: string;
|
7361
7397
|
createdAt: Date;
|
7362
7398
|
updatedAt: Date;
|
@@ -7403,8 +7439,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7403
7439
|
connectedUserName: string;
|
7404
7440
|
connectedUserId: string;
|
7405
7441
|
botpressBot: {
|
7406
|
-
name: string;
|
7407
7442
|
id: string;
|
7443
|
+
name: string;
|
7408
7444
|
accessToken: string;
|
7409
7445
|
botId: string;
|
7410
7446
|
integrationId: string;
|
@@ -7415,9 +7451,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7415
7451
|
updatedAt: Date;
|
7416
7452
|
deletedAt: Date | null;
|
7417
7453
|
actor: {
|
7418
|
-
name: string;
|
7419
7454
|
id: string;
|
7420
7455
|
address: string | null;
|
7456
|
+
name: string;
|
7421
7457
|
email: string;
|
7422
7458
|
createdAt: Date;
|
7423
7459
|
updatedAt: Date;
|
@@ -7469,8 +7505,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7469
7505
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7470
7506
|
id: string;
|
7471
7507
|
metadata: {
|
7472
|
-
name: string;
|
7473
7508
|
id: string;
|
7509
|
+
name: string;
|
7474
7510
|
picture?: string | undefined;
|
7475
7511
|
additionalCredentials?: any;
|
7476
7512
|
};
|
@@ -7478,10 +7514,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7478
7514
|
updatedAt: Date;
|
7479
7515
|
deletedAt: Date | null;
|
7480
7516
|
contact: {
|
7481
|
-
name: string;
|
7482
7517
|
id: string;
|
7483
7518
|
channel: string | null;
|
7484
7519
|
address: string | null;
|
7520
|
+
name: string;
|
7485
7521
|
createdAt: Date;
|
7486
7522
|
updatedAt: Date;
|
7487
7523
|
deletedAt: Date | null;
|
@@ -7526,8 +7562,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7526
7562
|
createdAt: Date;
|
7527
7563
|
updatedAt: Date;
|
7528
7564
|
deletedAt: Date | null;
|
7529
|
-
name?: string | undefined;
|
7530
7565
|
address?: string | null | undefined;
|
7566
|
+
name?: string | undefined;
|
7531
7567
|
phone?: string | null | undefined;
|
7532
7568
|
industry?: string | null | undefined;
|
7533
7569
|
} | null;
|
@@ -7535,8 +7571,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7535
7571
|
contactProfile: string | null;
|
7536
7572
|
socialProfileUrl: string | null;
|
7537
7573
|
tags: {
|
7538
|
-
name: string;
|
7539
7574
|
id: string;
|
7575
|
+
name: string;
|
7540
7576
|
createdAt: Date;
|
7541
7577
|
updatedAt: Date;
|
7542
7578
|
deletedAt: Date | null;
|
@@ -7561,8 +7597,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7561
7597
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7562
7598
|
id: string;
|
7563
7599
|
metadata: {
|
7564
|
-
name: string;
|
7565
7600
|
id: string;
|
7601
|
+
name: string;
|
7566
7602
|
picture?: string | undefined;
|
7567
7603
|
additionalCredentials?: any;
|
7568
7604
|
};
|
@@ -7593,9 +7629,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7593
7629
|
socialPlatformId: string;
|
7594
7630
|
};
|
7595
7631
|
assignee: {
|
7596
|
-
name: string;
|
7597
7632
|
id: string;
|
7598
7633
|
address: string | null;
|
7634
|
+
name: string;
|
7599
7635
|
email: string;
|
7600
7636
|
createdAt: Date;
|
7601
7637
|
updatedAt: Date;
|
@@ -7663,9 +7699,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7663
7699
|
callTo?: {
|
7664
7700
|
id: string;
|
7665
7701
|
user: {
|
7666
|
-
name: string;
|
7667
7702
|
id: string;
|
7668
7703
|
address: string | null;
|
7704
|
+
name: string;
|
7669
7705
|
email: string;
|
7670
7706
|
createdAt: Date;
|
7671
7707
|
updatedAt: Date;
|
@@ -7689,9 +7725,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7689
7725
|
callFrom?: {
|
7690
7726
|
id: string;
|
7691
7727
|
user: {
|
7692
|
-
name: string;
|
7693
7728
|
id: string;
|
7694
7729
|
address: string | null;
|
7730
|
+
name: string;
|
7695
7731
|
email: string;
|
7696
7732
|
createdAt: Date;
|
7697
7733
|
updatedAt: Date;
|
@@ -7717,10 +7753,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7717
7753
|
telephonyQueueId: string | null;
|
7718
7754
|
contactId: string | null;
|
7719
7755
|
contact?: {
|
7720
|
-
name: string;
|
7721
7756
|
id: string;
|
7722
7757
|
channel: string | null;
|
7723
7758
|
address: string | null;
|
7759
|
+
name: string;
|
7724
7760
|
createdAt: Date;
|
7725
7761
|
updatedAt: Date;
|
7726
7762
|
deletedAt: Date | null;
|
@@ -7765,8 +7801,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7765
7801
|
createdAt: Date;
|
7766
7802
|
updatedAt: Date;
|
7767
7803
|
deletedAt: Date | null;
|
7768
|
-
name?: string | undefined;
|
7769
7804
|
address?: string | null | undefined;
|
7805
|
+
name?: string | undefined;
|
7770
7806
|
phone?: string | null | undefined;
|
7771
7807
|
industry?: string | null | undefined;
|
7772
7808
|
} | null;
|
@@ -7774,8 +7810,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7774
7810
|
contactProfile: string | null;
|
7775
7811
|
socialProfileUrl: string | null;
|
7776
7812
|
tags: {
|
7777
|
-
name: string;
|
7778
7813
|
id: string;
|
7814
|
+
name: string;
|
7779
7815
|
createdAt: Date;
|
7780
7816
|
updatedAt: Date;
|
7781
7817
|
deletedAt: Date | null;
|
@@ -7800,8 +7836,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7800
7836
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
7801
7837
|
id: string;
|
7802
7838
|
metadata: {
|
7803
|
-
name: string;
|
7804
7839
|
id: string;
|
7840
|
+
name: string;
|
7805
7841
|
picture?: string | undefined;
|
7806
7842
|
additionalCredentials?: any;
|
7807
7843
|
};
|
@@ -7863,9 +7899,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7863
7899
|
extensionName: string;
|
7864
7900
|
telephonySignature: string | null;
|
7865
7901
|
user?: {
|
7866
|
-
name: string;
|
7867
7902
|
id: string;
|
7868
7903
|
address: string | null;
|
7904
|
+
name: string;
|
7869
7905
|
email: string;
|
7870
7906
|
createdAt: Date;
|
7871
7907
|
updatedAt: Date;
|
@@ -7912,9 +7948,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7912
7948
|
queueName?: string | null | undefined;
|
7913
7949
|
} | null;
|
7914
7950
|
firstAssignee: {
|
7915
|
-
name: string;
|
7916
7951
|
id: string;
|
7917
7952
|
address: string | null;
|
7953
|
+
name: string;
|
7918
7954
|
email: string;
|
7919
7955
|
createdAt: Date;
|
7920
7956
|
updatedAt: Date;
|
@@ -7956,9 +7992,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
7956
7992
|
};
|
7957
7993
|
} | null;
|
7958
7994
|
agent: {
|
7959
|
-
name: string;
|
7960
7995
|
id: string;
|
7961
7996
|
address: string | null;
|
7997
|
+
name: string;
|
7962
7998
|
email: string;
|
7963
7999
|
createdAt: Date;
|
7964
8000
|
updatedAt: Date;
|
@@ -8000,9 +8036,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8000
8036
|
};
|
8001
8037
|
} | null;
|
8002
8038
|
closedAssignee: {
|
8003
|
-
name: string;
|
8004
8039
|
id: string;
|
8005
8040
|
address: string | null;
|
8041
|
+
name: string;
|
8006
8042
|
email: string;
|
8007
8043
|
createdAt: Date;
|
8008
8044
|
updatedAt: Date;
|
@@ -8044,6 +8080,16 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8044
8080
|
};
|
8045
8081
|
} | null;
|
8046
8082
|
contactLabel: string[];
|
8083
|
+
cxIntelligence: {
|
8084
|
+
id: string;
|
8085
|
+
summary: string;
|
8086
|
+
cxLogId: string;
|
8087
|
+
intelligenceType: string;
|
8088
|
+
provider: string;
|
8089
|
+
transcript: string;
|
8090
|
+
usage: number;
|
8091
|
+
usageUnit: string;
|
8092
|
+
};
|
8047
8093
|
}, {
|
8048
8094
|
id: string;
|
8049
8095
|
channel: string | null;
|
@@ -8053,10 +8099,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8053
8099
|
deletedAt: Date | null;
|
8054
8100
|
entityId: string;
|
8055
8101
|
contact: {
|
8056
|
-
name: string;
|
8057
8102
|
id: string;
|
8058
8103
|
channel: string | null;
|
8059
8104
|
address: string | null;
|
8105
|
+
name: string;
|
8060
8106
|
createdAt: Date;
|
8061
8107
|
updatedAt: Date;
|
8062
8108
|
deletedAt: Date | null;
|
@@ -8101,8 +8147,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8101
8147
|
createdAt: Date;
|
8102
8148
|
updatedAt: Date;
|
8103
8149
|
deletedAt: Date | null;
|
8104
|
-
name?: string | undefined;
|
8105
8150
|
address?: string | null | undefined;
|
8151
|
+
name?: string | undefined;
|
8106
8152
|
phone?: string | null | undefined;
|
8107
8153
|
industry?: string | null | undefined;
|
8108
8154
|
} | null;
|
@@ -8110,8 +8156,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8110
8156
|
contactProfile: string | null;
|
8111
8157
|
socialProfileUrl: string | null;
|
8112
8158
|
tags: {
|
8113
|
-
name: string;
|
8114
8159
|
id: string;
|
8160
|
+
name: string;
|
8115
8161
|
createdAt: Date;
|
8116
8162
|
updatedAt: Date;
|
8117
8163
|
deletedAt: Date | null;
|
@@ -8136,8 +8182,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8136
8182
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
8137
8183
|
id: string;
|
8138
8184
|
metadata: {
|
8139
|
-
name: string;
|
8140
8185
|
id: string;
|
8186
|
+
name: string;
|
8141
8187
|
picture?: string | undefined;
|
8142
8188
|
additionalCredentials?: any;
|
8143
8189
|
};
|
@@ -8203,8 +8249,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8203
8249
|
}[];
|
8204
8250
|
}[];
|
8205
8251
|
tags: {
|
8206
|
-
name: string;
|
8207
8252
|
id: string;
|
8253
|
+
name: string;
|
8208
8254
|
createdAt: Date;
|
8209
8255
|
updatedAt: Date;
|
8210
8256
|
deletedAt: Date | null;
|
@@ -8243,12 +8289,12 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8243
8289
|
room: {
|
8244
8290
|
id: string;
|
8245
8291
|
channel: {
|
8246
|
-
name: string;
|
8247
8292
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
8248
8293
|
id: string;
|
8294
|
+
name: string;
|
8249
8295
|
metadata: {
|
8250
|
-
name: string;
|
8251
8296
|
id: string;
|
8297
|
+
name: string;
|
8252
8298
|
accessToken?: string | undefined;
|
8253
8299
|
channelSecret?: string | undefined;
|
8254
8300
|
additionalCredentials?: any;
|
@@ -8272,15 +8318,16 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8272
8318
|
} | undefined;
|
8273
8319
|
lineRichMenuId?: string | null | undefined;
|
8274
8320
|
messengerIntegrationType?: "own" | "business" | undefined;
|
8321
|
+
facebookFeedIntegrationType?: "own" | "business" | undefined;
|
8275
8322
|
};
|
8276
8323
|
status: boolean;
|
8277
8324
|
createdAt: Date;
|
8278
8325
|
updatedAt: Date;
|
8279
8326
|
deletedAt: Date | null;
|
8280
8327
|
actor: {
|
8281
|
-
name: string;
|
8282
8328
|
id: string;
|
8283
8329
|
address: string | null;
|
8330
|
+
name: string;
|
8284
8331
|
email: string;
|
8285
8332
|
createdAt: Date;
|
8286
8333
|
updatedAt: Date;
|
@@ -8327,8 +8374,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8327
8374
|
connectedUserName: string;
|
8328
8375
|
connectedUserId: string;
|
8329
8376
|
botpressBot: {
|
8330
|
-
name: string;
|
8331
8377
|
id: string;
|
8378
|
+
name: string;
|
8332
8379
|
accessToken: string;
|
8333
8380
|
botId: string;
|
8334
8381
|
integrationId: string;
|
@@ -8339,9 +8386,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8339
8386
|
updatedAt: Date;
|
8340
8387
|
deletedAt: Date | null;
|
8341
8388
|
actor: {
|
8342
|
-
name: string;
|
8343
8389
|
id: string;
|
8344
8390
|
address: string | null;
|
8391
|
+
name: string;
|
8345
8392
|
email: string;
|
8346
8393
|
createdAt: Date;
|
8347
8394
|
updatedAt: Date;
|
@@ -8393,8 +8440,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8393
8440
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
8394
8441
|
id: string;
|
8395
8442
|
metadata: {
|
8396
|
-
name: string;
|
8397
8443
|
id: string;
|
8444
|
+
name: string;
|
8398
8445
|
picture?: string | undefined;
|
8399
8446
|
additionalCredentials?: any;
|
8400
8447
|
};
|
@@ -8402,10 +8449,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8402
8449
|
updatedAt: Date;
|
8403
8450
|
deletedAt: Date | null;
|
8404
8451
|
contact: {
|
8405
|
-
name: string;
|
8406
8452
|
id: string;
|
8407
8453
|
channel: string | null;
|
8408
8454
|
address: string | null;
|
8455
|
+
name: string;
|
8409
8456
|
createdAt: Date;
|
8410
8457
|
updatedAt: Date;
|
8411
8458
|
deletedAt: Date | null;
|
@@ -8450,8 +8497,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8450
8497
|
createdAt: Date;
|
8451
8498
|
updatedAt: Date;
|
8452
8499
|
deletedAt: Date | null;
|
8453
|
-
name?: string | undefined;
|
8454
8500
|
address?: string | null | undefined;
|
8501
|
+
name?: string | undefined;
|
8455
8502
|
phone?: string | null | undefined;
|
8456
8503
|
industry?: string | null | undefined;
|
8457
8504
|
} | null;
|
@@ -8459,8 +8506,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8459
8506
|
contactProfile: string | null;
|
8460
8507
|
socialProfileUrl: string | null;
|
8461
8508
|
tags: {
|
8462
|
-
name: string;
|
8463
8509
|
id: string;
|
8510
|
+
name: string;
|
8464
8511
|
createdAt: Date;
|
8465
8512
|
updatedAt: Date;
|
8466
8513
|
deletedAt: Date | null;
|
@@ -8485,8 +8532,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8485
8532
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
8486
8533
|
id: string;
|
8487
8534
|
metadata: {
|
8488
|
-
name: string;
|
8489
8535
|
id: string;
|
8536
|
+
name: string;
|
8490
8537
|
picture?: string | undefined;
|
8491
8538
|
additionalCredentials?: any;
|
8492
8539
|
};
|
@@ -8517,9 +8564,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8517
8564
|
socialPlatformId: string;
|
8518
8565
|
};
|
8519
8566
|
assignee: {
|
8520
|
-
name: string;
|
8521
8567
|
id: string;
|
8522
8568
|
address: string | null;
|
8569
|
+
name: string;
|
8523
8570
|
email: string;
|
8524
8571
|
createdAt: Date;
|
8525
8572
|
updatedAt: Date;
|
@@ -8587,9 +8634,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8587
8634
|
callTo?: {
|
8588
8635
|
id: string;
|
8589
8636
|
user: {
|
8590
|
-
name: string;
|
8591
8637
|
id: string;
|
8592
8638
|
address: string | null;
|
8639
|
+
name: string;
|
8593
8640
|
email: string;
|
8594
8641
|
createdAt: Date;
|
8595
8642
|
updatedAt: Date;
|
@@ -8613,9 +8660,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8613
8660
|
callFrom?: {
|
8614
8661
|
id: string;
|
8615
8662
|
user: {
|
8616
|
-
name: string;
|
8617
8663
|
id: string;
|
8618
8664
|
address: string | null;
|
8665
|
+
name: string;
|
8619
8666
|
email: string;
|
8620
8667
|
createdAt: Date;
|
8621
8668
|
updatedAt: Date;
|
@@ -8641,10 +8688,10 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8641
8688
|
telephonyQueueId: string | null;
|
8642
8689
|
contactId: string | null;
|
8643
8690
|
contact?: {
|
8644
|
-
name: string;
|
8645
8691
|
id: string;
|
8646
8692
|
channel: string | null;
|
8647
8693
|
address: string | null;
|
8694
|
+
name: string;
|
8648
8695
|
createdAt: Date;
|
8649
8696
|
updatedAt: Date;
|
8650
8697
|
deletedAt: Date | null;
|
@@ -8689,8 +8736,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8689
8736
|
createdAt: Date;
|
8690
8737
|
updatedAt: Date;
|
8691
8738
|
deletedAt: Date | null;
|
8692
|
-
name?: string | undefined;
|
8693
8739
|
address?: string | null | undefined;
|
8740
|
+
name?: string | undefined;
|
8694
8741
|
phone?: string | null | undefined;
|
8695
8742
|
industry?: string | null | undefined;
|
8696
8743
|
} | null;
|
@@ -8698,8 +8745,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8698
8745
|
contactProfile: string | null;
|
8699
8746
|
socialProfileUrl: string | null;
|
8700
8747
|
tags: {
|
8701
|
-
name: string;
|
8702
8748
|
id: string;
|
8749
|
+
name: string;
|
8703
8750
|
createdAt: Date;
|
8704
8751
|
updatedAt: Date;
|
8705
8752
|
deletedAt: Date | null;
|
@@ -8724,8 +8771,8 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8724
8771
|
type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
|
8725
8772
|
id: string;
|
8726
8773
|
metadata: {
|
8727
|
-
name: string;
|
8728
8774
|
id: string;
|
8775
|
+
name: string;
|
8729
8776
|
picture?: string | undefined;
|
8730
8777
|
additionalCredentials?: any;
|
8731
8778
|
};
|
@@ -8787,9 +8834,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8787
8834
|
extensionName: string;
|
8788
8835
|
telephonySignature: string | null;
|
8789
8836
|
user?: {
|
8790
|
-
name: string;
|
8791
8837
|
id: string;
|
8792
8838
|
address: string | null;
|
8839
|
+
name: string;
|
8793
8840
|
email: string;
|
8794
8841
|
createdAt: Date;
|
8795
8842
|
updatedAt: Date;
|
@@ -8836,9 +8883,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8836
8883
|
queueName?: string | null | undefined;
|
8837
8884
|
} | null;
|
8838
8885
|
firstAssignee: {
|
8839
|
-
name: string;
|
8840
8886
|
id: string;
|
8841
8887
|
address: string | null;
|
8888
|
+
name: string;
|
8842
8889
|
email: string;
|
8843
8890
|
createdAt: Date;
|
8844
8891
|
updatedAt: Date;
|
@@ -8880,9 +8927,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8880
8927
|
};
|
8881
8928
|
} | null;
|
8882
8929
|
agent: {
|
8883
|
-
name: string;
|
8884
8930
|
id: string;
|
8885
8931
|
address: string | null;
|
8932
|
+
name: string;
|
8886
8933
|
email: string;
|
8887
8934
|
createdAt: Date;
|
8888
8935
|
updatedAt: Date;
|
@@ -8924,9 +8971,9 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8924
8971
|
};
|
8925
8972
|
} | null;
|
8926
8973
|
closedAssignee: {
|
8927
|
-
name: string;
|
8928
8974
|
id: string;
|
8929
8975
|
address: string | null;
|
8976
|
+
name: string;
|
8930
8977
|
email: string;
|
8931
8978
|
createdAt: Date;
|
8932
8979
|
updatedAt: Date;
|
@@ -8968,5 +9015,15 @@ export declare const CxLogSchemaWithRelations: z.ZodObject<{
|
|
8968
9015
|
};
|
8969
9016
|
} | null;
|
8970
9017
|
contactLabel: string[];
|
9018
|
+
cxIntelligence: {
|
9019
|
+
id: string;
|
9020
|
+
summary: string;
|
9021
|
+
cxLogId: string;
|
9022
|
+
intelligenceType: string;
|
9023
|
+
provider: string;
|
9024
|
+
transcript: string;
|
9025
|
+
usage: number;
|
9026
|
+
usageUnit: string;
|
9027
|
+
};
|
8971
9028
|
}>;
|
8972
9029
|
//# sourceMappingURL=schema.d.ts.map
|