@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.
Files changed (132) hide show
  1. package/dist/api-contracts/src/activity-log/index.d.ts +4 -4
  2. package/dist/api-contracts/src/activity-log/schema.d.ts +4 -4
  3. package/dist/api-contracts/src/attribute/index.d.ts +4 -4
  4. package/dist/api-contracts/src/attribute/validation.d.ts +4 -4
  5. package/dist/api-contracts/src/auth/index.d.ts +4 -4
  6. package/dist/api-contracts/src/automation-queue/index.d.ts +80 -80
  7. package/dist/api-contracts/src/automation-queue/schema.d.ts +10 -10
  8. package/dist/api-contracts/src/botpress/index.d.ts +28 -28
  9. package/dist/api-contracts/src/botpress/schema.d.ts +6 -6
  10. package/dist/api-contracts/src/botpress/validation.d.ts +8 -8
  11. package/dist/api-contracts/src/business-calendar/index.d.ts +32 -32
  12. package/dist/api-contracts/src/business-calendar/schema.d.ts +8 -8
  13. package/dist/api-contracts/src/business-calendar/validation.d.ts +2 -2
  14. package/dist/api-contracts/src/category/index.d.ts +12 -12
  15. package/dist/api-contracts/src/category/schema.d.ts +2 -2
  16. package/dist/api-contracts/src/channel/index.d.ts +604 -467
  17. package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
  18. package/dist/api-contracts/src/channel/schema.d.ts +24 -16
  19. package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
  20. package/dist/api-contracts/src/channel/validation.d.ts +30 -20
  21. package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
  22. package/dist/api-contracts/src/chat/index.d.ts +4152 -3922
  23. package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
  24. package/dist/api-contracts/src/chat/schema.d.ts +1206 -1128
  25. package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
  26. package/dist/api-contracts/src/chat/validation.d.ts +824 -745
  27. package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
  28. package/dist/api-contracts/src/comment/index.d.ts +244 -244
  29. package/dist/api-contracts/src/comment/schema.d.ts +68 -68
  30. package/dist/api-contracts/src/company/index.d.ts +4 -4
  31. package/dist/api-contracts/src/company/validation.d.ts +4 -4
  32. package/dist/api-contracts/src/contact/index.d.ts +246 -246
  33. package/dist/api-contracts/src/contact/schema.d.ts +26 -26
  34. package/dist/api-contracts/src/contact/validation.d.ts +134 -134
  35. package/dist/api-contracts/src/contract.d.ts +10973 -10079
  36. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  37. package/dist/api-contracts/src/cx-log/index.d.ts +327 -248
  38. package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
  39. package/dist/api-contracts/src/cx-log/schema.d.ts +261 -204
  40. package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
  41. package/dist/api-contracts/src/cx-log/validation.d.ts +2 -2
  42. package/dist/api-contracts/src/dashboard/index.d.ts +40 -40
  43. package/dist/api-contracts/src/dashboard/schema.d.ts +34 -34
  44. package/dist/api-contracts/src/extension/index.d.ts +4 -4
  45. package/dist/api-contracts/src/facebook-feed/index.d.ts +814 -708
  46. package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
  47. package/dist/api-contracts/src/facebook-feed/schema.d.ts +71 -64
  48. package/dist/api-contracts/src/facebook-feed/schema.d.ts.map +1 -1
  49. package/dist/api-contracts/src/facebook-feed/validation.d.ts +71 -66
  50. package/dist/api-contracts/src/facebook-feed/validation.d.ts.map +1 -1
  51. package/dist/api-contracts/src/hold-label/index.d.ts +34 -34
  52. package/dist/api-contracts/src/hold-label/schema.d.ts +10 -10
  53. package/dist/api-contracts/src/index.d.ts +1 -0
  54. package/dist/api-contracts/src/index.d.ts.map +1 -1
  55. package/dist/api-contracts/src/instagram/index.d.ts +679 -596
  56. package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
  57. package/dist/api-contracts/src/instagram/validation.d.ts +10 -10
  58. package/dist/api-contracts/src/line/index.d.ts +683 -608
  59. package/dist/api-contracts/src/line/index.d.ts.map +1 -1
  60. package/dist/api-contracts/src/line/schema.d.ts +4 -4
  61. package/dist/api-contracts/src/line/validation.d.ts +59 -50
  62. package/dist/api-contracts/src/line/validation.d.ts.map +1 -1
  63. package/dist/api-contracts/src/mail/account-contract.d.ts +72 -72
  64. package/dist/api-contracts/src/mail/mail-contract.d.ts +2463 -2463
  65. package/dist/api-contracts/src/mail/mail-server-contract.d.ts +32 -32
  66. package/dist/api-contracts/src/mail/message-contract.d.ts +272 -272
  67. package/dist/api-contracts/src/mail/room-contract.d.ts +1474 -1474
  68. package/dist/api-contracts/src/mail/schemas/account-validation.schema.d.ts +50 -50
  69. package/dist/api-contracts/src/mail/schemas/account.schema.d.ts +12 -12
  70. package/dist/api-contracts/src/mail/schemas/message.schema.d.ts +56 -56
  71. package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +478 -478
  72. package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +466 -466
  73. package/dist/api-contracts/src/messenger/index.d.ts +682 -599
  74. package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
  75. package/dist/api-contracts/src/messenger/schema.d.ts +16 -16
  76. package/dist/api-contracts/src/messenger/validation.d.ts +67 -62
  77. package/dist/api-contracts/src/messenger/validation.d.ts.map +1 -1
  78. package/dist/api-contracts/src/notification/index.d.ts +26 -26
  79. package/dist/api-contracts/src/notification/schema.d.ts +18 -18
  80. package/dist/api-contracts/src/notification/validation.d.ts +10 -10
  81. package/dist/api-contracts/src/public-api/index.d.ts +84 -84
  82. package/dist/api-contracts/src/public-api/schema.d.ts +10 -10
  83. package/dist/api-contracts/src/public-api/validation.d.ts +20 -20
  84. package/dist/api-contracts/src/sms/index.d.ts +102 -86
  85. package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
  86. package/dist/api-contracts/src/sms/schema.d.ts +8 -8
  87. package/dist/api-contracts/src/sms/validation.d.ts +2 -2
  88. package/dist/api-contracts/src/snippet/index.d.ts +42 -42
  89. package/dist/api-contracts/src/snippet/schema.d.ts +10 -10
  90. package/dist/api-contracts/src/subscription/index.d.ts +190 -190
  91. package/dist/api-contracts/src/subscription/schema.d.ts +222 -222
  92. package/dist/api-contracts/src/tag/index.d.ts +12 -12
  93. package/dist/api-contracts/src/tag/schema.d.ts +2 -2
  94. package/dist/api-contracts/src/telegram/index.d.ts +617 -556
  95. package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
  96. package/dist/api-contracts/src/telegram/validation.d.ts +4 -4
  97. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +14 -14
  98. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +4 -4
  99. package/dist/api-contracts/src/telephony-cdr/index.d.ts +186 -186
  100. package/dist/api-contracts/src/telephony-cdr/schema.d.ts +58 -58
  101. package/dist/api-contracts/src/tenant/schema.d.ts +2 -2
  102. package/dist/api-contracts/src/ticket/index.d.ts +328 -328
  103. package/dist/api-contracts/src/ticket/schema.d.ts +42 -42
  104. package/dist/api-contracts/src/user/index.d.ts +23 -23
  105. package/dist/api-contracts/src/user/schema.d.ts +2 -2
  106. package/dist/api-contracts/src/user/validation.d.ts +5 -5
  107. package/dist/api-contracts/src/user-presence-status-log/index.d.ts +4 -4
  108. package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +4 -4
  109. package/dist/api-contracts/src/viber/index.d.ts +629 -568
  110. package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
  111. package/dist/api-contracts/src/viber/validation.d.ts +4 -4
  112. package/dist/api-contracts/src/webchat/index.d.ts +623 -562
  113. package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
  114. package/dist/api-contracts/src/webchat/schema.d.ts +10 -10
  115. package/dist/api-contracts/src/webchat/validation.d.ts +2 -2
  116. package/dist/api-contracts/src/whatsapp/index.d.ts +633 -562
  117. package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
  118. package/dist/api-contracts/src/widget/index.d.ts +24 -24
  119. package/dist/api-contracts/src/widget/schema.d.ts +2 -2
  120. package/dist/api-contracts/src/widget/validation.d.ts +4 -4
  121. package/dist/api-contracts/src/workflow-rule/index.d.ts +250 -232
  122. package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
  123. package/dist/api-contracts/src/workflow-rule/schema.d.ts +2 -2
  124. package/dist/api-contracts/src/wrap-up-form/index.d.ts +26 -26
  125. package/dist/api-contracts/src/wrap-up-form/schema.d.ts +4 -4
  126. package/dist/api-contracts/utils.d.ts +1 -1
  127. package/dist/api-contracts/utils.d.ts.map +1 -1
  128. package/dist/index.js +13 -2
  129. package/dist/index.js.map +1 -1
  130. package/dist/index.mjs +13 -2
  131. package/dist/index.mjs.map +1 -1
  132. package/package.json +1 -1
@@ -55,7 +55,7 @@ export declare const cxLogContract: {
55
55
  agentIds?: string[] | undefined;
56
56
  direction?: ("inbound" | "outbound")[] | undefined;
57
57
  disposition?: string[] | undefined;
58
- sentimentScore?: ("negative" | "positive" | "neutral")[] | undefined;
58
+ sentimentScore?: ("positive" | "neutral" | "negative")[] | undefined;
59
59
  csatScore?: string[] | undefined;
60
60
  sla?: "meet" | "unmeet" | undefined;
61
61
  tags?: string[] | undefined;
@@ -84,7 +84,7 @@ export declare const cxLogContract: {
84
84
  agentIds?: string[] | undefined;
85
85
  direction?: ("inbound" | "outbound")[] | undefined;
86
86
  disposition?: string[] | undefined;
87
- sentimentScore?: ("negative" | "positive" | "neutral")[] | undefined;
87
+ sentimentScore?: ("positive" | "neutral" | "negative")[] | undefined;
88
88
  csatScore?: string[] | undefined;
89
89
  sla?: "meet" | "unmeet" | undefined;
90
90
  tags?: string[] | undefined;
@@ -172,14 +172,14 @@ export declare const cxLogContract: {
172
172
  deletedAt: z.ZodNullable<z.ZodDate>;
173
173
  name: z.ZodString;
174
174
  }, "strip", z.ZodTypeAny, {
175
- name: string;
176
175
  id: string;
176
+ name: string;
177
177
  createdAt: Date;
178
178
  updatedAt: Date;
179
179
  deletedAt: Date | null;
180
180
  }, {
181
- name: string;
182
181
  id: string;
182
+ name: string;
183
183
  createdAt: Date;
184
184
  updatedAt: Date;
185
185
  deletedAt: Date | null;
@@ -350,8 +350,8 @@ export declare const cxLogContract: {
350
350
  }[];
351
351
  }[];
352
352
  tags: {
353
- name: string;
354
353
  id: string;
354
+ name: string;
355
355
  createdAt: Date;
356
356
  updatedAt: Date;
357
357
  deletedAt: Date | null;
@@ -401,8 +401,8 @@ export declare const cxLogContract: {
401
401
  }[];
402
402
  }[];
403
403
  tags: {
404
- name: string;
405
404
  id: string;
405
+ name: string;
406
406
  createdAt: Date;
407
407
  updatedAt: Date;
408
408
  deletedAt: Date | null;
@@ -450,13 +450,13 @@ export declare const cxLogContract: {
450
450
  picture: z.ZodOptional<z.ZodString>;
451
451
  additionalCredentials: z.ZodAny;
452
452
  }, "strip", z.ZodTypeAny, {
453
- name: string;
454
453
  id: string;
454
+ name: string;
455
455
  picture?: string | undefined;
456
456
  additionalCredentials?: any;
457
457
  }, {
458
- name: string;
459
458
  id: string;
459
+ name: string;
460
460
  picture?: string | undefined;
461
461
  additionalCredentials?: any;
462
462
  }>;
@@ -478,14 +478,14 @@ export declare const cxLogContract: {
478
478
  deletedAt: z.ZodNullable<z.ZodDate>;
479
479
  name: z.ZodString;
480
480
  }, "strip", z.ZodTypeAny, {
481
- name: string;
482
481
  id: string;
482
+ name: string;
483
483
  createdAt: Date;
484
484
  updatedAt: Date;
485
485
  deletedAt: Date | null;
486
486
  }, {
487
- name: string;
488
487
  id: string;
488
+ name: string;
489
489
  createdAt: Date;
490
490
  updatedAt: Date;
491
491
  deletedAt: Date | null;
@@ -641,8 +641,8 @@ export declare const cxLogContract: {
641
641
  createdAt: Date;
642
642
  updatedAt: Date;
643
643
  deletedAt: Date | null;
644
- name?: string | undefined;
645
644
  address?: string | null | undefined;
645
+ name?: string | undefined;
646
646
  phone?: string | null | undefined;
647
647
  industry?: string | null | undefined;
648
648
  }, {
@@ -650,8 +650,8 @@ export declare const cxLogContract: {
650
650
  createdAt: Date;
651
651
  updatedAt: Date;
652
652
  deletedAt: Date | null;
653
- name?: string | undefined;
654
653
  address?: string | null | undefined;
654
+ name?: string | undefined;
655
655
  phone?: string | null | undefined;
656
656
  industry?: string | null | undefined;
657
657
  }>>;
@@ -669,13 +669,13 @@ export declare const cxLogContract: {
669
669
  picture: z.ZodOptional<z.ZodString>;
670
670
  additionalCredentials: z.ZodAny;
671
671
  }, "strip", z.ZodTypeAny, {
672
- name: string;
673
672
  id: string;
673
+ name: string;
674
674
  picture?: string | undefined;
675
675
  additionalCredentials?: any;
676
676
  }, {
677
- name: string;
678
677
  id: string;
678
+ name: string;
679
679
  picture?: string | undefined;
680
680
  additionalCredentials?: any;
681
681
  }>;
@@ -683,8 +683,8 @@ export declare const cxLogContract: {
683
683
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
684
684
  id: string;
685
685
  metadata: {
686
- name: string;
687
686
  id: string;
687
+ name: string;
688
688
  picture?: string | undefined;
689
689
  additionalCredentials?: any;
690
690
  };
@@ -697,8 +697,8 @@ export declare const cxLogContract: {
697
697
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
698
698
  id: string;
699
699
  metadata: {
700
- name: string;
701
700
  id: string;
701
+ name: string;
702
702
  picture?: string | undefined;
703
703
  additionalCredentials?: any;
704
704
  };
@@ -1008,10 +1008,10 @@ export declare const cxLogContract: {
1008
1008
  };
1009
1009
  }>, "many">>;
1010
1010
  }, "strip", z.ZodTypeAny, {
1011
- name: string;
1012
1011
  id: string;
1013
1012
  channel: string | null;
1014
1013
  address: string | null;
1014
+ name: string;
1015
1015
  createdAt: Date;
1016
1016
  updatedAt: Date;
1017
1017
  deletedAt: Date | null;
@@ -1056,8 +1056,8 @@ export declare const cxLogContract: {
1056
1056
  createdAt: Date;
1057
1057
  updatedAt: Date;
1058
1058
  deletedAt: Date | null;
1059
- name?: string | undefined;
1060
1059
  address?: string | null | undefined;
1060
+ name?: string | undefined;
1061
1061
  phone?: string | null | undefined;
1062
1062
  industry?: string | null | undefined;
1063
1063
  } | null;
@@ -1065,8 +1065,8 @@ export declare const cxLogContract: {
1065
1065
  contactProfile: string | null;
1066
1066
  socialProfileUrl: string | null;
1067
1067
  tags: {
1068
- name: string;
1069
1068
  id: string;
1069
+ name: string;
1070
1070
  createdAt: Date;
1071
1071
  updatedAt: Date;
1072
1072
  deletedAt: Date | null;
@@ -1091,8 +1091,8 @@ export declare const cxLogContract: {
1091
1091
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1092
1092
  id: string;
1093
1093
  metadata: {
1094
- name: string;
1095
1094
  id: string;
1095
+ name: string;
1096
1096
  picture?: string | undefined;
1097
1097
  additionalCredentials?: any;
1098
1098
  };
@@ -1119,10 +1119,10 @@ export declare const cxLogContract: {
1119
1119
  };
1120
1120
  }[] | undefined;
1121
1121
  }, {
1122
- name: string;
1123
1122
  id: string;
1124
1123
  channel: string | null;
1125
1124
  address: string | null;
1125
+ name: string;
1126
1126
  createdAt: Date;
1127
1127
  updatedAt: Date;
1128
1128
  deletedAt: Date | null;
@@ -1167,8 +1167,8 @@ export declare const cxLogContract: {
1167
1167
  createdAt: Date;
1168
1168
  updatedAt: Date;
1169
1169
  deletedAt: Date | null;
1170
- name?: string | undefined;
1171
1170
  address?: string | null | undefined;
1171
+ name?: string | undefined;
1172
1172
  phone?: string | null | undefined;
1173
1173
  industry?: string | null | undefined;
1174
1174
  } | null;
@@ -1176,8 +1176,8 @@ export declare const cxLogContract: {
1176
1176
  contactProfile: string | null;
1177
1177
  socialProfileUrl: string | null;
1178
1178
  tags: {
1179
- name: string;
1180
1179
  id: string;
1180
+ name: string;
1181
1181
  createdAt: Date;
1182
1182
  updatedAt: Date;
1183
1183
  deletedAt: Date | null;
@@ -1202,8 +1202,8 @@ export declare const cxLogContract: {
1202
1202
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1203
1203
  id: string;
1204
1204
  metadata: {
1205
- name: string;
1206
1205
  id: string;
1206
+ name: string;
1207
1207
  picture?: string | undefined;
1208
1208
  additionalCredentials?: any;
1209
1209
  };
@@ -1234,8 +1234,8 @@ export declare const cxLogContract: {
1234
1234
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1235
1235
  id: string;
1236
1236
  metadata: {
1237
- name: string;
1238
1237
  id: string;
1238
+ name: string;
1239
1239
  picture?: string | undefined;
1240
1240
  additionalCredentials?: any;
1241
1241
  };
@@ -1243,10 +1243,10 @@ export declare const cxLogContract: {
1243
1243
  updatedAt: Date;
1244
1244
  deletedAt: Date | null;
1245
1245
  contact: {
1246
- name: string;
1247
1246
  id: string;
1248
1247
  channel: string | null;
1249
1248
  address: string | null;
1249
+ name: string;
1250
1250
  createdAt: Date;
1251
1251
  updatedAt: Date;
1252
1252
  deletedAt: Date | null;
@@ -1291,8 +1291,8 @@ export declare const cxLogContract: {
1291
1291
  createdAt: Date;
1292
1292
  updatedAt: Date;
1293
1293
  deletedAt: Date | null;
1294
- name?: string | undefined;
1295
1294
  address?: string | null | undefined;
1295
+ name?: string | undefined;
1296
1296
  phone?: string | null | undefined;
1297
1297
  industry?: string | null | undefined;
1298
1298
  } | null;
@@ -1300,8 +1300,8 @@ export declare const cxLogContract: {
1300
1300
  contactProfile: string | null;
1301
1301
  socialProfileUrl: string | null;
1302
1302
  tags: {
1303
- name: string;
1304
1303
  id: string;
1304
+ name: string;
1305
1305
  createdAt: Date;
1306
1306
  updatedAt: Date;
1307
1307
  deletedAt: Date | null;
@@ -1326,8 +1326,8 @@ export declare const cxLogContract: {
1326
1326
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1327
1327
  id: string;
1328
1328
  metadata: {
1329
- name: string;
1330
1329
  id: string;
1330
+ name: string;
1331
1331
  picture?: string | undefined;
1332
1332
  additionalCredentials?: any;
1333
1333
  };
@@ -1360,8 +1360,8 @@ export declare const cxLogContract: {
1360
1360
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1361
1361
  id: string;
1362
1362
  metadata: {
1363
- name: string;
1364
1363
  id: string;
1364
+ name: string;
1365
1365
  picture?: string | undefined;
1366
1366
  additionalCredentials?: any;
1367
1367
  };
@@ -1369,10 +1369,10 @@ export declare const cxLogContract: {
1369
1369
  updatedAt: Date;
1370
1370
  deletedAt: Date | null;
1371
1371
  contact: {
1372
- name: string;
1373
1372
  id: string;
1374
1373
  channel: string | null;
1375
1374
  address: string | null;
1375
+ name: string;
1376
1376
  createdAt: Date;
1377
1377
  updatedAt: Date;
1378
1378
  deletedAt: Date | null;
@@ -1417,8 +1417,8 @@ export declare const cxLogContract: {
1417
1417
  createdAt: Date;
1418
1418
  updatedAt: Date;
1419
1419
  deletedAt: Date | null;
1420
- name?: string | undefined;
1421
1420
  address?: string | null | undefined;
1421
+ name?: string | undefined;
1422
1422
  phone?: string | null | undefined;
1423
1423
  industry?: string | null | undefined;
1424
1424
  } | null;
@@ -1426,8 +1426,8 @@ export declare const cxLogContract: {
1426
1426
  contactProfile: string | null;
1427
1427
  socialProfileUrl: string | null;
1428
1428
  tags: {
1429
- name: string;
1430
1429
  id: string;
1430
+ name: string;
1431
1431
  createdAt: Date;
1432
1432
  updatedAt: Date;
1433
1433
  deletedAt: Date | null;
@@ -1452,8 +1452,8 @@ export declare const cxLogContract: {
1452
1452
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1453
1453
  id: string;
1454
1454
  metadata: {
1455
- name: string;
1456
1455
  id: string;
1456
+ name: string;
1457
1457
  picture?: string | undefined;
1458
1458
  additionalCredentials?: any;
1459
1459
  };
@@ -1601,9 +1601,9 @@ export declare const cxLogContract: {
1601
1601
  telephonySignature: string | null;
1602
1602
  }>;
1603
1603
  }, "strip", z.ZodTypeAny, {
1604
- name: string;
1605
1604
  id: string;
1606
1605
  address: string | null;
1606
+ name: string;
1607
1607
  email: string;
1608
1608
  createdAt: Date;
1609
1609
  updatedAt: Date;
@@ -1644,9 +1644,9 @@ export declare const cxLogContract: {
1644
1644
  telephonySignature: string | null;
1645
1645
  };
1646
1646
  }, {
1647
- name: string;
1648
1647
  id: string;
1649
1648
  address: string | null;
1649
+ name: string;
1650
1650
  email: string;
1651
1651
  createdAt: Date;
1652
1652
  updatedAt: Date;
@@ -1805,9 +1805,9 @@ export declare const cxLogContract: {
1805
1805
  telephonySignature: string | null;
1806
1806
  }>;
1807
1807
  }, "strip", z.ZodTypeAny, {
1808
- name: string;
1809
1808
  id: string;
1810
1809
  address: string | null;
1810
+ name: string;
1811
1811
  email: string;
1812
1812
  createdAt: Date;
1813
1813
  updatedAt: Date;
@@ -1848,9 +1848,9 @@ export declare const cxLogContract: {
1848
1848
  telephonySignature: string | null;
1849
1849
  };
1850
1850
  }, {
1851
- name: string;
1852
1851
  id: string;
1853
1852
  address: string | null;
1853
+ name: string;
1854
1854
  email: string;
1855
1855
  createdAt: Date;
1856
1856
  updatedAt: Date;
@@ -1954,9 +1954,10 @@ export declare const cxLogContract: {
1954
1954
  }>>;
1955
1955
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1956
1956
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
1957
+ facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
1957
1958
  }, "strip", z.ZodTypeAny, {
1958
- name: string;
1959
1959
  id: string;
1960
+ name: string;
1960
1961
  accessToken?: string | undefined;
1961
1962
  channelSecret?: string | undefined;
1962
1963
  additionalCredentials?: any;
@@ -1980,9 +1981,10 @@ export declare const cxLogContract: {
1980
1981
  } | undefined;
1981
1982
  lineRichMenuId?: string | null | undefined;
1982
1983
  messengerIntegrationType?: "own" | "business" | undefined;
1984
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
1983
1985
  }, {
1984
- name: string;
1985
1986
  id: string;
1987
+ name: string;
1986
1988
  accessToken?: string | undefined;
1987
1989
  channelSecret?: string | undefined;
1988
1990
  additionalCredentials?: any;
@@ -2006,6 +2008,7 @@ export declare const cxLogContract: {
2006
2008
  } | undefined;
2007
2009
  lineRichMenuId?: string | null | undefined;
2008
2010
  messengerIntegrationType?: "own" | "business" | undefined;
2011
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
2009
2012
  }>;
2010
2013
  brandName: z.ZodString;
2011
2014
  platformId: z.ZodString;
@@ -2020,14 +2023,14 @@ export declare const cxLogContract: {
2020
2023
  integrationId: z.ZodString;
2021
2024
  accessToken: z.ZodString;
2022
2025
  }, "strip", z.ZodTypeAny, {
2023
- name: string;
2024
2026
  id: string;
2027
+ name: string;
2025
2028
  accessToken: string;
2026
2029
  botId: string;
2027
2030
  integrationId: string;
2028
2031
  }, {
2029
- name: string;
2030
2032
  id: string;
2033
+ name: string;
2031
2034
  accessToken: string;
2032
2035
  botId: string;
2033
2036
  integrationId: string;
@@ -2150,9 +2153,9 @@ export declare const cxLogContract: {
2150
2153
  telephonySignature: string | null;
2151
2154
  }>;
2152
2155
  }, "strip", z.ZodTypeAny, {
2153
- name: string;
2154
2156
  id: string;
2155
2157
  address: string | null;
2158
+ name: string;
2156
2159
  email: string;
2157
2160
  createdAt: Date;
2158
2161
  updatedAt: Date;
@@ -2193,9 +2196,9 @@ export declare const cxLogContract: {
2193
2196
  telephonySignature: string | null;
2194
2197
  };
2195
2198
  }, {
2196
- name: string;
2197
2199
  id: string;
2198
2200
  address: string | null;
2201
+ name: string;
2199
2202
  email: string;
2200
2203
  createdAt: Date;
2201
2204
  updatedAt: Date;
@@ -2237,12 +2240,12 @@ export declare const cxLogContract: {
2237
2240
  };
2238
2241
  }>;
2239
2242
  }, "strip", z.ZodTypeAny, {
2240
- name: string;
2241
2243
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2242
2244
  id: string;
2245
+ name: string;
2243
2246
  metadata: {
2244
- name: string;
2245
2247
  id: string;
2248
+ name: string;
2246
2249
  accessToken?: string | undefined;
2247
2250
  channelSecret?: string | undefined;
2248
2251
  additionalCredentials?: any;
@@ -2266,15 +2269,16 @@ export declare const cxLogContract: {
2266
2269
  } | undefined;
2267
2270
  lineRichMenuId?: string | null | undefined;
2268
2271
  messengerIntegrationType?: "own" | "business" | undefined;
2272
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
2269
2273
  };
2270
2274
  status: boolean;
2271
2275
  createdAt: Date;
2272
2276
  updatedAt: Date;
2273
2277
  deletedAt: Date | null;
2274
2278
  actor: {
2275
- name: string;
2276
2279
  id: string;
2277
2280
  address: string | null;
2281
+ name: string;
2278
2282
  email: string;
2279
2283
  createdAt: Date;
2280
2284
  updatedAt: Date;
@@ -2321,19 +2325,19 @@ export declare const cxLogContract: {
2321
2325
  connectedUserName: string;
2322
2326
  connectedUserId: string;
2323
2327
  botpressBot: {
2324
- name: string;
2325
2328
  id: string;
2329
+ name: string;
2326
2330
  accessToken: string;
2327
2331
  botId: string;
2328
2332
  integrationId: string;
2329
2333
  } | null;
2330
2334
  }, {
2331
- name: string;
2332
2335
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2333
2336
  id: string;
2337
+ name: string;
2334
2338
  metadata: {
2335
- name: string;
2336
2339
  id: string;
2340
+ name: string;
2337
2341
  accessToken?: string | undefined;
2338
2342
  channelSecret?: string | undefined;
2339
2343
  additionalCredentials?: any;
@@ -2357,15 +2361,16 @@ export declare const cxLogContract: {
2357
2361
  } | undefined;
2358
2362
  lineRichMenuId?: string | null | undefined;
2359
2363
  messengerIntegrationType?: "own" | "business" | undefined;
2364
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
2360
2365
  };
2361
2366
  status: boolean;
2362
2367
  createdAt: Date;
2363
2368
  updatedAt: Date;
2364
2369
  deletedAt: Date | null;
2365
2370
  actor: {
2366
- name: string;
2367
2371
  id: string;
2368
2372
  address: string | null;
2373
+ name: string;
2369
2374
  email: string;
2370
2375
  createdAt: Date;
2371
2376
  updatedAt: Date;
@@ -2412,8 +2417,8 @@ export declare const cxLogContract: {
2412
2417
  connectedUserName: string;
2413
2418
  connectedUserId: string;
2414
2419
  botpressBot: {
2415
- name: string;
2416
2420
  id: string;
2421
+ name: string;
2417
2422
  accessToken: string;
2418
2423
  botId: string;
2419
2424
  integrationId: string;
@@ -2422,12 +2427,12 @@ export declare const cxLogContract: {
2422
2427
  }, "strip", z.ZodTypeAny, {
2423
2428
  id: string;
2424
2429
  channel: {
2425
- name: string;
2426
2430
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2427
2431
  id: string;
2432
+ name: string;
2428
2433
  metadata: {
2429
- name: string;
2430
2434
  id: string;
2435
+ name: string;
2431
2436
  accessToken?: string | undefined;
2432
2437
  channelSecret?: string | undefined;
2433
2438
  additionalCredentials?: any;
@@ -2451,15 +2456,16 @@ export declare const cxLogContract: {
2451
2456
  } | undefined;
2452
2457
  lineRichMenuId?: string | null | undefined;
2453
2458
  messengerIntegrationType?: "own" | "business" | undefined;
2459
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
2454
2460
  };
2455
2461
  status: boolean;
2456
2462
  createdAt: Date;
2457
2463
  updatedAt: Date;
2458
2464
  deletedAt: Date | null;
2459
2465
  actor: {
2460
- name: string;
2461
2466
  id: string;
2462
2467
  address: string | null;
2468
+ name: string;
2463
2469
  email: string;
2464
2470
  createdAt: Date;
2465
2471
  updatedAt: Date;
@@ -2506,8 +2512,8 @@ export declare const cxLogContract: {
2506
2512
  connectedUserName: string;
2507
2513
  connectedUserId: string;
2508
2514
  botpressBot: {
2509
- name: string;
2510
2515
  id: string;
2516
+ name: string;
2511
2517
  accessToken: string;
2512
2518
  botId: string;
2513
2519
  integrationId: string;
@@ -2518,9 +2524,9 @@ export declare const cxLogContract: {
2518
2524
  updatedAt: Date;
2519
2525
  deletedAt: Date | null;
2520
2526
  actor: {
2521
- name: string;
2522
2527
  id: string;
2523
2528
  address: string | null;
2529
+ name: string;
2524
2530
  email: string;
2525
2531
  createdAt: Date;
2526
2532
  updatedAt: Date;
@@ -2572,8 +2578,8 @@ export declare const cxLogContract: {
2572
2578
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2573
2579
  id: string;
2574
2580
  metadata: {
2575
- name: string;
2576
2581
  id: string;
2582
+ name: string;
2577
2583
  picture?: string | undefined;
2578
2584
  additionalCredentials?: any;
2579
2585
  };
@@ -2581,10 +2587,10 @@ export declare const cxLogContract: {
2581
2587
  updatedAt: Date;
2582
2588
  deletedAt: Date | null;
2583
2589
  contact: {
2584
- name: string;
2585
2590
  id: string;
2586
2591
  channel: string | null;
2587
2592
  address: string | null;
2593
+ name: string;
2588
2594
  createdAt: Date;
2589
2595
  updatedAt: Date;
2590
2596
  deletedAt: Date | null;
@@ -2629,8 +2635,8 @@ export declare const cxLogContract: {
2629
2635
  createdAt: Date;
2630
2636
  updatedAt: Date;
2631
2637
  deletedAt: Date | null;
2632
- name?: string | undefined;
2633
2638
  address?: string | null | undefined;
2639
+ name?: string | undefined;
2634
2640
  phone?: string | null | undefined;
2635
2641
  industry?: string | null | undefined;
2636
2642
  } | null;
@@ -2638,8 +2644,8 @@ export declare const cxLogContract: {
2638
2644
  contactProfile: string | null;
2639
2645
  socialProfileUrl: string | null;
2640
2646
  tags: {
2641
- name: string;
2642
2647
  id: string;
2648
+ name: string;
2643
2649
  createdAt: Date;
2644
2650
  updatedAt: Date;
2645
2651
  deletedAt: Date | null;
@@ -2664,8 +2670,8 @@ export declare const cxLogContract: {
2664
2670
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2665
2671
  id: string;
2666
2672
  metadata: {
2667
- name: string;
2668
2673
  id: string;
2674
+ name: string;
2669
2675
  picture?: string | undefined;
2670
2676
  additionalCredentials?: any;
2671
2677
  };
@@ -2696,9 +2702,9 @@ export declare const cxLogContract: {
2696
2702
  socialPlatformId: string;
2697
2703
  };
2698
2704
  assignee: {
2699
- name: string;
2700
2705
  id: string;
2701
2706
  address: string | null;
2707
+ name: string;
2702
2708
  email: string;
2703
2709
  createdAt: Date;
2704
2710
  updatedAt: Date;
@@ -2742,12 +2748,12 @@ export declare const cxLogContract: {
2742
2748
  }, {
2743
2749
  id: string;
2744
2750
  channel: {
2745
- name: string;
2746
2751
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2747
2752
  id: string;
2753
+ name: string;
2748
2754
  metadata: {
2749
- name: string;
2750
2755
  id: string;
2756
+ name: string;
2751
2757
  accessToken?: string | undefined;
2752
2758
  channelSecret?: string | undefined;
2753
2759
  additionalCredentials?: any;
@@ -2771,15 +2777,16 @@ export declare const cxLogContract: {
2771
2777
  } | undefined;
2772
2778
  lineRichMenuId?: string | null | undefined;
2773
2779
  messengerIntegrationType?: "own" | "business" | undefined;
2780
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
2774
2781
  };
2775
2782
  status: boolean;
2776
2783
  createdAt: Date;
2777
2784
  updatedAt: Date;
2778
2785
  deletedAt: Date | null;
2779
2786
  actor: {
2780
- name: string;
2781
2787
  id: string;
2782
2788
  address: string | null;
2789
+ name: string;
2783
2790
  email: string;
2784
2791
  createdAt: Date;
2785
2792
  updatedAt: Date;
@@ -2826,8 +2833,8 @@ export declare const cxLogContract: {
2826
2833
  connectedUserName: string;
2827
2834
  connectedUserId: string;
2828
2835
  botpressBot: {
2829
- name: string;
2830
2836
  id: string;
2837
+ name: string;
2831
2838
  accessToken: string;
2832
2839
  botId: string;
2833
2840
  integrationId: string;
@@ -2838,9 +2845,9 @@ export declare const cxLogContract: {
2838
2845
  updatedAt: Date;
2839
2846
  deletedAt: Date | null;
2840
2847
  actor: {
2841
- name: string;
2842
2848
  id: string;
2843
2849
  address: string | null;
2850
+ name: string;
2844
2851
  email: string;
2845
2852
  createdAt: Date;
2846
2853
  updatedAt: Date;
@@ -2892,8 +2899,8 @@ export declare const cxLogContract: {
2892
2899
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2893
2900
  id: string;
2894
2901
  metadata: {
2895
- name: string;
2896
2902
  id: string;
2903
+ name: string;
2897
2904
  picture?: string | undefined;
2898
2905
  additionalCredentials?: any;
2899
2906
  };
@@ -2901,10 +2908,10 @@ export declare const cxLogContract: {
2901
2908
  updatedAt: Date;
2902
2909
  deletedAt: Date | null;
2903
2910
  contact: {
2904
- name: string;
2905
2911
  id: string;
2906
2912
  channel: string | null;
2907
2913
  address: string | null;
2914
+ name: string;
2908
2915
  createdAt: Date;
2909
2916
  updatedAt: Date;
2910
2917
  deletedAt: Date | null;
@@ -2949,8 +2956,8 @@ export declare const cxLogContract: {
2949
2956
  createdAt: Date;
2950
2957
  updatedAt: Date;
2951
2958
  deletedAt: Date | null;
2952
- name?: string | undefined;
2953
2959
  address?: string | null | undefined;
2960
+ name?: string | undefined;
2954
2961
  phone?: string | null | undefined;
2955
2962
  industry?: string | null | undefined;
2956
2963
  } | null;
@@ -2958,8 +2965,8 @@ export declare const cxLogContract: {
2958
2965
  contactProfile: string | null;
2959
2966
  socialProfileUrl: string | null;
2960
2967
  tags: {
2961
- name: string;
2962
2968
  id: string;
2969
+ name: string;
2963
2970
  createdAt: Date;
2964
2971
  updatedAt: Date;
2965
2972
  deletedAt: Date | null;
@@ -2984,8 +2991,8 @@ export declare const cxLogContract: {
2984
2991
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2985
2992
  id: string;
2986
2993
  metadata: {
2987
- name: string;
2988
2994
  id: string;
2995
+ name: string;
2989
2996
  picture?: string | undefined;
2990
2997
  additionalCredentials?: any;
2991
2998
  };
@@ -3016,9 +3023,9 @@ export declare const cxLogContract: {
3016
3023
  socialPlatformId: string;
3017
3024
  };
3018
3025
  assignee: {
3019
- name: string;
3020
3026
  id: string;
3021
3027
  address: string | null;
3028
+ name: string;
3022
3029
  email: string;
3023
3030
  createdAt: Date;
3024
3031
  updatedAt: Date;
@@ -3091,14 +3098,14 @@ export declare const cxLogContract: {
3091
3098
  deletedAt: z.ZodNullable<z.ZodDate>;
3092
3099
  name: z.ZodString;
3093
3100
  }, "strip", z.ZodTypeAny, {
3094
- name: string;
3095
3101
  id: string;
3102
+ name: string;
3096
3103
  createdAt: Date;
3097
3104
  updatedAt: Date;
3098
3105
  deletedAt: Date | null;
3099
3106
  }, {
3100
- name: string;
3101
3107
  id: string;
3108
+ name: string;
3102
3109
  createdAt: Date;
3103
3110
  updatedAt: Date;
3104
3111
  deletedAt: Date | null;
@@ -3254,8 +3261,8 @@ export declare const cxLogContract: {
3254
3261
  createdAt: Date;
3255
3262
  updatedAt: Date;
3256
3263
  deletedAt: Date | null;
3257
- name?: string | undefined;
3258
3264
  address?: string | null | undefined;
3265
+ name?: string | undefined;
3259
3266
  phone?: string | null | undefined;
3260
3267
  industry?: string | null | undefined;
3261
3268
  }, {
@@ -3263,8 +3270,8 @@ export declare const cxLogContract: {
3263
3270
  createdAt: Date;
3264
3271
  updatedAt: Date;
3265
3272
  deletedAt: Date | null;
3266
- name?: string | undefined;
3267
3273
  address?: string | null | undefined;
3274
+ name?: string | undefined;
3268
3275
  phone?: string | null | undefined;
3269
3276
  industry?: string | null | undefined;
3270
3277
  }>>;
@@ -3282,13 +3289,13 @@ export declare const cxLogContract: {
3282
3289
  picture: z.ZodOptional<z.ZodString>;
3283
3290
  additionalCredentials: z.ZodAny;
3284
3291
  }, "strip", z.ZodTypeAny, {
3285
- name: string;
3286
3292
  id: string;
3293
+ name: string;
3287
3294
  picture?: string | undefined;
3288
3295
  additionalCredentials?: any;
3289
3296
  }, {
3290
- name: string;
3291
3297
  id: string;
3298
+ name: string;
3292
3299
  picture?: string | undefined;
3293
3300
  additionalCredentials?: any;
3294
3301
  }>;
@@ -3296,8 +3303,8 @@ export declare const cxLogContract: {
3296
3303
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3297
3304
  id: string;
3298
3305
  metadata: {
3299
- name: string;
3300
3306
  id: string;
3307
+ name: string;
3301
3308
  picture?: string | undefined;
3302
3309
  additionalCredentials?: any;
3303
3310
  };
@@ -3310,8 +3317,8 @@ export declare const cxLogContract: {
3310
3317
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3311
3318
  id: string;
3312
3319
  metadata: {
3313
- name: string;
3314
3320
  id: string;
3321
+ name: string;
3315
3322
  picture?: string | undefined;
3316
3323
  additionalCredentials?: any;
3317
3324
  };
@@ -3621,10 +3628,10 @@ export declare const cxLogContract: {
3621
3628
  };
3622
3629
  }>, "many">>;
3623
3630
  }, "strip", z.ZodTypeAny, {
3624
- name: string;
3625
3631
  id: string;
3626
3632
  channel: string | null;
3627
3633
  address: string | null;
3634
+ name: string;
3628
3635
  createdAt: Date;
3629
3636
  updatedAt: Date;
3630
3637
  deletedAt: Date | null;
@@ -3669,8 +3676,8 @@ export declare const cxLogContract: {
3669
3676
  createdAt: Date;
3670
3677
  updatedAt: Date;
3671
3678
  deletedAt: Date | null;
3672
- name?: string | undefined;
3673
3679
  address?: string | null | undefined;
3680
+ name?: string | undefined;
3674
3681
  phone?: string | null | undefined;
3675
3682
  industry?: string | null | undefined;
3676
3683
  } | null;
@@ -3678,8 +3685,8 @@ export declare const cxLogContract: {
3678
3685
  contactProfile: string | null;
3679
3686
  socialProfileUrl: string | null;
3680
3687
  tags: {
3681
- name: string;
3682
3688
  id: string;
3689
+ name: string;
3683
3690
  createdAt: Date;
3684
3691
  updatedAt: Date;
3685
3692
  deletedAt: Date | null;
@@ -3704,8 +3711,8 @@ export declare const cxLogContract: {
3704
3711
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3705
3712
  id: string;
3706
3713
  metadata: {
3707
- name: string;
3708
3714
  id: string;
3715
+ name: string;
3709
3716
  picture?: string | undefined;
3710
3717
  additionalCredentials?: any;
3711
3718
  };
@@ -3732,10 +3739,10 @@ export declare const cxLogContract: {
3732
3739
  };
3733
3740
  }[] | undefined;
3734
3741
  }, {
3735
- name: string;
3736
3742
  id: string;
3737
3743
  channel: string | null;
3738
3744
  address: string | null;
3745
+ name: string;
3739
3746
  createdAt: Date;
3740
3747
  updatedAt: Date;
3741
3748
  deletedAt: Date | null;
@@ -3780,8 +3787,8 @@ export declare const cxLogContract: {
3780
3787
  createdAt: Date;
3781
3788
  updatedAt: Date;
3782
3789
  deletedAt: Date | null;
3783
- name?: string | undefined;
3784
3790
  address?: string | null | undefined;
3791
+ name?: string | undefined;
3785
3792
  phone?: string | null | undefined;
3786
3793
  industry?: string | null | undefined;
3787
3794
  } | null;
@@ -3789,8 +3796,8 @@ export declare const cxLogContract: {
3789
3796
  contactProfile: string | null;
3790
3797
  socialProfileUrl: string | null;
3791
3798
  tags: {
3792
- name: string;
3793
3799
  id: string;
3800
+ name: string;
3794
3801
  createdAt: Date;
3795
3802
  updatedAt: Date;
3796
3803
  deletedAt: Date | null;
@@ -3815,8 +3822,8 @@ export declare const cxLogContract: {
3815
3822
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3816
3823
  id: string;
3817
3824
  metadata: {
3818
- name: string;
3819
3825
  id: string;
3826
+ name: string;
3820
3827
  picture?: string | undefined;
3821
3828
  additionalCredentials?: any;
3822
3829
  };
@@ -4034,9 +4041,9 @@ export declare const cxLogContract: {
4034
4041
  telephonySignature: string | null;
4035
4042
  }>;
4036
4043
  }, "roles" | "extension">, "strip", z.ZodTypeAny, {
4037
- name: string;
4038
4044
  id: string;
4039
4045
  address: string | null;
4046
+ name: string;
4040
4047
  email: string;
4041
4048
  createdAt: Date;
4042
4049
  updatedAt: Date;
@@ -4046,9 +4053,9 @@ export declare const cxLogContract: {
4046
4053
  phone: string | null;
4047
4054
  notificationCount: number | null;
4048
4055
  }, {
4049
- name: string;
4050
4056
  id: string;
4051
4057
  address: string | null;
4058
+ name: string;
4052
4059
  email: string;
4053
4060
  createdAt: Date;
4054
4061
  updatedAt: Date;
@@ -4071,9 +4078,9 @@ export declare const cxLogContract: {
4071
4078
  }, "strip", z.ZodTypeAny, {
4072
4079
  id: string;
4073
4080
  user: {
4074
- name: string;
4075
4081
  id: string;
4076
4082
  address: string | null;
4083
+ name: string;
4077
4084
  email: string;
4078
4085
  createdAt: Date;
4079
4086
  updatedAt: Date;
@@ -4096,9 +4103,9 @@ export declare const cxLogContract: {
4096
4103
  }, {
4097
4104
  id: string;
4098
4105
  user: {
4099
- name: string;
4100
4106
  id: string;
4101
4107
  address: string | null;
4108
+ name: string;
4102
4109
  email: string;
4103
4110
  createdAt: Date;
4104
4111
  updatedAt: Date;
@@ -4239,9 +4246,9 @@ export declare const cxLogContract: {
4239
4246
  telephonySignature: string | null;
4240
4247
  }>;
4241
4248
  }, "roles" | "extension">, "strip", z.ZodTypeAny, {
4242
- name: string;
4243
4249
  id: string;
4244
4250
  address: string | null;
4251
+ name: string;
4245
4252
  email: string;
4246
4253
  createdAt: Date;
4247
4254
  updatedAt: Date;
@@ -4251,9 +4258,9 @@ export declare const cxLogContract: {
4251
4258
  phone: string | null;
4252
4259
  notificationCount: number | null;
4253
4260
  }, {
4254
- name: string;
4255
4261
  id: string;
4256
4262
  address: string | null;
4263
+ name: string;
4257
4264
  email: string;
4258
4265
  createdAt: Date;
4259
4266
  updatedAt: Date;
@@ -4276,9 +4283,9 @@ export declare const cxLogContract: {
4276
4283
  }, "strip", z.ZodTypeAny, {
4277
4284
  id: string;
4278
4285
  user: {
4279
- name: string;
4280
4286
  id: string;
4281
4287
  address: string | null;
4288
+ name: string;
4282
4289
  email: string;
4283
4290
  createdAt: Date;
4284
4291
  updatedAt: Date;
@@ -4301,9 +4308,9 @@ export declare const cxLogContract: {
4301
4308
  }, {
4302
4309
  id: string;
4303
4310
  user: {
4304
- name: string;
4305
4311
  id: string;
4306
4312
  address: string | null;
4313
+ name: string;
4307
4314
  email: string;
4308
4315
  createdAt: Date;
4309
4316
  updatedAt: Date;
@@ -4328,9 +4335,9 @@ export declare const cxLogContract: {
4328
4335
  callTo?: {
4329
4336
  id: string;
4330
4337
  user: {
4331
- name: string;
4332
4338
  id: string;
4333
4339
  address: string | null;
4340
+ name: string;
4334
4341
  email: string;
4335
4342
  createdAt: Date;
4336
4343
  updatedAt: Date;
@@ -4354,9 +4361,9 @@ export declare const cxLogContract: {
4354
4361
  callFrom?: {
4355
4362
  id: string;
4356
4363
  user: {
4357
- name: string;
4358
4364
  id: string;
4359
4365
  address: string | null;
4366
+ name: string;
4360
4367
  email: string;
4361
4368
  createdAt: Date;
4362
4369
  updatedAt: Date;
@@ -4381,9 +4388,9 @@ export declare const cxLogContract: {
4381
4388
  callTo?: {
4382
4389
  id: string;
4383
4390
  user: {
4384
- name: string;
4385
4391
  id: string;
4386
4392
  address: string | null;
4393
+ name: string;
4387
4394
  email: string;
4388
4395
  createdAt: Date;
4389
4396
  updatedAt: Date;
@@ -4407,9 +4414,9 @@ export declare const cxLogContract: {
4407
4414
  callFrom?: {
4408
4415
  id: string;
4409
4416
  user: {
4410
- name: string;
4411
4417
  id: string;
4412
4418
  address: string | null;
4419
+ name: string;
4413
4420
  email: string;
4414
4421
  createdAt: Date;
4415
4422
  updatedAt: Date;
@@ -4563,9 +4570,9 @@ export declare const cxLogContract: {
4563
4570
  telephonySignature: string | null;
4564
4571
  }>;
4565
4572
  }, "strip", z.ZodTypeAny, {
4566
- name: string;
4567
4573
  id: string;
4568
4574
  address: string | null;
4575
+ name: string;
4569
4576
  email: string;
4570
4577
  createdAt: Date;
4571
4578
  updatedAt: Date;
@@ -4606,9 +4613,9 @@ export declare const cxLogContract: {
4606
4613
  telephonySignature: string | null;
4607
4614
  };
4608
4615
  }, {
4609
- name: string;
4610
4616
  id: string;
4611
4617
  address: string | null;
4618
+ name: string;
4612
4619
  email: string;
4613
4620
  createdAt: Date;
4614
4621
  updatedAt: Date;
@@ -4662,9 +4669,9 @@ export declare const cxLogContract: {
4662
4669
  extensionName: string;
4663
4670
  telephonySignature: string | null;
4664
4671
  user?: {
4665
- name: string;
4666
4672
  id: string;
4667
4673
  address: string | null;
4674
+ name: string;
4668
4675
  email: string;
4669
4676
  createdAt: Date;
4670
4677
  updatedAt: Date;
@@ -4718,9 +4725,9 @@ export declare const cxLogContract: {
4718
4725
  extensionName: string;
4719
4726
  telephonySignature: string | null;
4720
4727
  user?: {
4721
- name: string;
4722
4728
  id: string;
4723
4729
  address: string | null;
4730
+ name: string;
4724
4731
  email: string;
4725
4732
  createdAt: Date;
4726
4733
  updatedAt: Date;
@@ -4790,9 +4797,9 @@ export declare const cxLogContract: {
4790
4797
  callTo?: {
4791
4798
  id: string;
4792
4799
  user: {
4793
- name: string;
4794
4800
  id: string;
4795
4801
  address: string | null;
4802
+ name: string;
4796
4803
  email: string;
4797
4804
  createdAt: Date;
4798
4805
  updatedAt: Date;
@@ -4816,9 +4823,9 @@ export declare const cxLogContract: {
4816
4823
  callFrom?: {
4817
4824
  id: string;
4818
4825
  user: {
4819
- name: string;
4820
4826
  id: string;
4821
4827
  address: string | null;
4828
+ name: string;
4822
4829
  email: string;
4823
4830
  createdAt: Date;
4824
4831
  updatedAt: Date;
@@ -4844,10 +4851,10 @@ export declare const cxLogContract: {
4844
4851
  telephonyQueueId: string | null;
4845
4852
  contactId: string | null;
4846
4853
  contact?: {
4847
- name: string;
4848
4854
  id: string;
4849
4855
  channel: string | null;
4850
4856
  address: string | null;
4857
+ name: string;
4851
4858
  createdAt: Date;
4852
4859
  updatedAt: Date;
4853
4860
  deletedAt: Date | null;
@@ -4892,8 +4899,8 @@ export declare const cxLogContract: {
4892
4899
  createdAt: Date;
4893
4900
  updatedAt: Date;
4894
4901
  deletedAt: Date | null;
4895
- name?: string | undefined;
4896
4902
  address?: string | null | undefined;
4903
+ name?: string | undefined;
4897
4904
  phone?: string | null | undefined;
4898
4905
  industry?: string | null | undefined;
4899
4906
  } | null;
@@ -4901,8 +4908,8 @@ export declare const cxLogContract: {
4901
4908
  contactProfile: string | null;
4902
4909
  socialProfileUrl: string | null;
4903
4910
  tags: {
4904
- name: string;
4905
4911
  id: string;
4912
+ name: string;
4906
4913
  createdAt: Date;
4907
4914
  updatedAt: Date;
4908
4915
  deletedAt: Date | null;
@@ -4927,8 +4934,8 @@ export declare const cxLogContract: {
4927
4934
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
4928
4935
  id: string;
4929
4936
  metadata: {
4930
- name: string;
4931
4937
  id: string;
4938
+ name: string;
4932
4939
  picture?: string | undefined;
4933
4940
  additionalCredentials?: any;
4934
4941
  };
@@ -4990,9 +4997,9 @@ export declare const cxLogContract: {
4990
4997
  extensionName: string;
4991
4998
  telephonySignature: string | null;
4992
4999
  user?: {
4993
- name: string;
4994
5000
  id: string;
4995
5001
  address: string | null;
5002
+ name: string;
4996
5003
  email: string;
4997
5004
  createdAt: Date;
4998
5005
  updatedAt: Date;
@@ -5060,9 +5067,9 @@ export declare const cxLogContract: {
5060
5067
  callTo?: {
5061
5068
  id: string;
5062
5069
  user: {
5063
- name: string;
5064
5070
  id: string;
5065
5071
  address: string | null;
5072
+ name: string;
5066
5073
  email: string;
5067
5074
  createdAt: Date;
5068
5075
  updatedAt: Date;
@@ -5086,9 +5093,9 @@ export declare const cxLogContract: {
5086
5093
  callFrom?: {
5087
5094
  id: string;
5088
5095
  user: {
5089
- name: string;
5090
5096
  id: string;
5091
5097
  address: string | null;
5098
+ name: string;
5092
5099
  email: string;
5093
5100
  createdAt: Date;
5094
5101
  updatedAt: Date;
@@ -5114,10 +5121,10 @@ export declare const cxLogContract: {
5114
5121
  telephonyQueueId: string | null;
5115
5122
  contactId: string | null;
5116
5123
  contact?: {
5117
- name: string;
5118
5124
  id: string;
5119
5125
  channel: string | null;
5120
5126
  address: string | null;
5127
+ name: string;
5121
5128
  createdAt: Date;
5122
5129
  updatedAt: Date;
5123
5130
  deletedAt: Date | null;
@@ -5162,8 +5169,8 @@ export declare const cxLogContract: {
5162
5169
  createdAt: Date;
5163
5170
  updatedAt: Date;
5164
5171
  deletedAt: Date | null;
5165
- name?: string | undefined;
5166
5172
  address?: string | null | undefined;
5173
+ name?: string | undefined;
5167
5174
  phone?: string | null | undefined;
5168
5175
  industry?: string | null | undefined;
5169
5176
  } | null;
@@ -5171,8 +5178,8 @@ export declare const cxLogContract: {
5171
5178
  contactProfile: string | null;
5172
5179
  socialProfileUrl: string | null;
5173
5180
  tags: {
5174
- name: string;
5175
5181
  id: string;
5182
+ name: string;
5176
5183
  createdAt: Date;
5177
5184
  updatedAt: Date;
5178
5185
  deletedAt: Date | null;
@@ -5197,8 +5204,8 @@ export declare const cxLogContract: {
5197
5204
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5198
5205
  id: string;
5199
5206
  metadata: {
5200
- name: string;
5201
5207
  id: string;
5208
+ name: string;
5202
5209
  picture?: string | undefined;
5203
5210
  additionalCredentials?: any;
5204
5211
  };
@@ -5260,9 +5267,9 @@ export declare const cxLogContract: {
5260
5267
  extensionName: string;
5261
5268
  telephonySignature: string | null;
5262
5269
  user?: {
5263
- name: string;
5264
5270
  id: string;
5265
5271
  address: string | null;
5272
+ name: string;
5266
5273
  email: string;
5267
5274
  createdAt: Date;
5268
5275
  updatedAt: Date;
@@ -5330,14 +5337,14 @@ export declare const cxLogContract: {
5330
5337
  deletedAt: z.ZodNullable<z.ZodDate>;
5331
5338
  name: z.ZodString;
5332
5339
  }, "strip", z.ZodTypeAny, {
5333
- name: string;
5334
5340
  id: string;
5341
+ name: string;
5335
5342
  createdAt: Date;
5336
5343
  updatedAt: Date;
5337
5344
  deletedAt: Date | null;
5338
5345
  }, {
5339
- name: string;
5340
5346
  id: string;
5347
+ name: string;
5341
5348
  createdAt: Date;
5342
5349
  updatedAt: Date;
5343
5350
  deletedAt: Date | null;
@@ -5493,8 +5500,8 @@ export declare const cxLogContract: {
5493
5500
  createdAt: Date;
5494
5501
  updatedAt: Date;
5495
5502
  deletedAt: Date | null;
5496
- name?: string | undefined;
5497
5503
  address?: string | null | undefined;
5504
+ name?: string | undefined;
5498
5505
  phone?: string | null | undefined;
5499
5506
  industry?: string | null | undefined;
5500
5507
  }, {
@@ -5502,8 +5509,8 @@ export declare const cxLogContract: {
5502
5509
  createdAt: Date;
5503
5510
  updatedAt: Date;
5504
5511
  deletedAt: Date | null;
5505
- name?: string | undefined;
5506
5512
  address?: string | null | undefined;
5513
+ name?: string | undefined;
5507
5514
  phone?: string | null | undefined;
5508
5515
  industry?: string | null | undefined;
5509
5516
  }>>;
@@ -5521,13 +5528,13 @@ export declare const cxLogContract: {
5521
5528
  picture: z.ZodOptional<z.ZodString>;
5522
5529
  additionalCredentials: z.ZodAny;
5523
5530
  }, "strip", z.ZodTypeAny, {
5524
- name: string;
5525
5531
  id: string;
5532
+ name: string;
5526
5533
  picture?: string | undefined;
5527
5534
  additionalCredentials?: any;
5528
5535
  }, {
5529
- name: string;
5530
5536
  id: string;
5537
+ name: string;
5531
5538
  picture?: string | undefined;
5532
5539
  additionalCredentials?: any;
5533
5540
  }>;
@@ -5535,8 +5542,8 @@ export declare const cxLogContract: {
5535
5542
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5536
5543
  id: string;
5537
5544
  metadata: {
5538
- name: string;
5539
5545
  id: string;
5546
+ name: string;
5540
5547
  picture?: string | undefined;
5541
5548
  additionalCredentials?: any;
5542
5549
  };
@@ -5549,8 +5556,8 @@ export declare const cxLogContract: {
5549
5556
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5550
5557
  id: string;
5551
5558
  metadata: {
5552
- name: string;
5553
5559
  id: string;
5560
+ name: string;
5554
5561
  picture?: string | undefined;
5555
5562
  additionalCredentials?: any;
5556
5563
  };
@@ -5860,10 +5867,10 @@ export declare const cxLogContract: {
5860
5867
  };
5861
5868
  }>, "many">>;
5862
5869
  }, "strip", z.ZodTypeAny, {
5863
- name: string;
5864
5870
  id: string;
5865
5871
  channel: string | null;
5866
5872
  address: string | null;
5873
+ name: string;
5867
5874
  createdAt: Date;
5868
5875
  updatedAt: Date;
5869
5876
  deletedAt: Date | null;
@@ -5908,8 +5915,8 @@ export declare const cxLogContract: {
5908
5915
  createdAt: Date;
5909
5916
  updatedAt: Date;
5910
5917
  deletedAt: Date | null;
5911
- name?: string | undefined;
5912
5918
  address?: string | null | undefined;
5919
+ name?: string | undefined;
5913
5920
  phone?: string | null | undefined;
5914
5921
  industry?: string | null | undefined;
5915
5922
  } | null;
@@ -5917,8 +5924,8 @@ export declare const cxLogContract: {
5917
5924
  contactProfile: string | null;
5918
5925
  socialProfileUrl: string | null;
5919
5926
  tags: {
5920
- name: string;
5921
5927
  id: string;
5928
+ name: string;
5922
5929
  createdAt: Date;
5923
5930
  updatedAt: Date;
5924
5931
  deletedAt: Date | null;
@@ -5943,8 +5950,8 @@ export declare const cxLogContract: {
5943
5950
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5944
5951
  id: string;
5945
5952
  metadata: {
5946
- name: string;
5947
5953
  id: string;
5954
+ name: string;
5948
5955
  picture?: string | undefined;
5949
5956
  additionalCredentials?: any;
5950
5957
  };
@@ -5971,10 +5978,10 @@ export declare const cxLogContract: {
5971
5978
  };
5972
5979
  }[] | undefined;
5973
5980
  }, {
5974
- name: string;
5975
5981
  id: string;
5976
5982
  channel: string | null;
5977
5983
  address: string | null;
5984
+ name: string;
5978
5985
  createdAt: Date;
5979
5986
  updatedAt: Date;
5980
5987
  deletedAt: Date | null;
@@ -6019,8 +6026,8 @@ export declare const cxLogContract: {
6019
6026
  createdAt: Date;
6020
6027
  updatedAt: Date;
6021
6028
  deletedAt: Date | null;
6022
- name?: string | undefined;
6023
6029
  address?: string | null | undefined;
6030
+ name?: string | undefined;
6024
6031
  phone?: string | null | undefined;
6025
6032
  industry?: string | null | undefined;
6026
6033
  } | null;
@@ -6028,8 +6035,8 @@ export declare const cxLogContract: {
6028
6035
  contactProfile: string | null;
6029
6036
  socialProfileUrl: string | null;
6030
6037
  tags: {
6031
- name: string;
6032
6038
  id: string;
6039
+ name: string;
6033
6040
  createdAt: Date;
6034
6041
  updatedAt: Date;
6035
6042
  deletedAt: Date | null;
@@ -6054,8 +6061,8 @@ export declare const cxLogContract: {
6054
6061
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6055
6062
  id: string;
6056
6063
  metadata: {
6057
- name: string;
6058
6064
  id: string;
6065
+ name: string;
6059
6066
  picture?: string | undefined;
6060
6067
  additionalCredentials?: any;
6061
6068
  };
@@ -6200,9 +6207,9 @@ export declare const cxLogContract: {
6200
6207
  telephonySignature: string | null;
6201
6208
  }>;
6202
6209
  }, "strip", z.ZodTypeAny, {
6203
- name: string;
6204
6210
  id: string;
6205
6211
  address: string | null;
6212
+ name: string;
6206
6213
  email: string;
6207
6214
  createdAt: Date;
6208
6215
  updatedAt: Date;
@@ -6243,9 +6250,9 @@ export declare const cxLogContract: {
6243
6250
  telephonySignature: string | null;
6244
6251
  };
6245
6252
  }, {
6246
- name: string;
6247
6253
  id: string;
6248
6254
  address: string | null;
6255
+ name: string;
6249
6256
  email: string;
6250
6257
  createdAt: Date;
6251
6258
  updatedAt: Date;
@@ -6404,9 +6411,9 @@ export declare const cxLogContract: {
6404
6411
  telephonySignature: string | null;
6405
6412
  }>;
6406
6413
  }, "strip", z.ZodTypeAny, {
6407
- name: string;
6408
6414
  id: string;
6409
6415
  address: string | null;
6416
+ name: string;
6410
6417
  email: string;
6411
6418
  createdAt: Date;
6412
6419
  updatedAt: Date;
@@ -6447,9 +6454,9 @@ export declare const cxLogContract: {
6447
6454
  telephonySignature: string | null;
6448
6455
  };
6449
6456
  }, {
6450
- name: string;
6451
6457
  id: string;
6452
6458
  address: string | null;
6459
+ name: string;
6453
6460
  email: string;
6454
6461
  createdAt: Date;
6455
6462
  updatedAt: Date;
@@ -6608,9 +6615,9 @@ export declare const cxLogContract: {
6608
6615
  telephonySignature: string | null;
6609
6616
  }>;
6610
6617
  }, "strip", z.ZodTypeAny, {
6611
- name: string;
6612
6618
  id: string;
6613
6619
  address: string | null;
6620
+ name: string;
6614
6621
  email: string;
6615
6622
  createdAt: Date;
6616
6623
  updatedAt: Date;
@@ -6651,9 +6658,9 @@ export declare const cxLogContract: {
6651
6658
  telephonySignature: string | null;
6652
6659
  };
6653
6660
  }, {
6654
- name: string;
6655
6661
  id: string;
6656
6662
  address: string | null;
6663
+ name: string;
6657
6664
  email: string;
6658
6665
  createdAt: Date;
6659
6666
  updatedAt: Date;
@@ -6695,6 +6702,34 @@ export declare const cxLogContract: {
6695
6702
  };
6696
6703
  }>>;
6697
6704
  contactLabel: z.ZodArray<z.ZodString, "many">;
6705
+ cxIntelligence: z.ZodObject<{
6706
+ id: z.ZodString;
6707
+ intelligenceType: z.ZodString;
6708
+ provider: z.ZodString;
6709
+ cxLogId: z.ZodString;
6710
+ transcript: z.ZodString;
6711
+ summary: z.ZodString;
6712
+ usage: z.ZodNumber;
6713
+ usageUnit: z.ZodString;
6714
+ }, "strip", z.ZodTypeAny, {
6715
+ id: string;
6716
+ summary: string;
6717
+ cxLogId: string;
6718
+ intelligenceType: string;
6719
+ provider: string;
6720
+ transcript: string;
6721
+ usage: number;
6722
+ usageUnit: string;
6723
+ }, {
6724
+ id: string;
6725
+ summary: string;
6726
+ cxLogId: string;
6727
+ intelligenceType: string;
6728
+ provider: string;
6729
+ transcript: string;
6730
+ usage: number;
6731
+ usageUnit: string;
6732
+ }>;
6698
6733
  }, "strip", z.ZodTypeAny, {
6699
6734
  id: string;
6700
6735
  channel: string | null;
@@ -6704,10 +6739,10 @@ export declare const cxLogContract: {
6704
6739
  deletedAt: Date | null;
6705
6740
  entityId: string;
6706
6741
  contact: {
6707
- name: string;
6708
6742
  id: string;
6709
6743
  channel: string | null;
6710
6744
  address: string | null;
6745
+ name: string;
6711
6746
  createdAt: Date;
6712
6747
  updatedAt: Date;
6713
6748
  deletedAt: Date | null;
@@ -6752,8 +6787,8 @@ export declare const cxLogContract: {
6752
6787
  createdAt: Date;
6753
6788
  updatedAt: Date;
6754
6789
  deletedAt: Date | null;
6755
- name?: string | undefined;
6756
6790
  address?: string | null | undefined;
6791
+ name?: string | undefined;
6757
6792
  phone?: string | null | undefined;
6758
6793
  industry?: string | null | undefined;
6759
6794
  } | null;
@@ -6761,8 +6796,8 @@ export declare const cxLogContract: {
6761
6796
  contactProfile: string | null;
6762
6797
  socialProfileUrl: string | null;
6763
6798
  tags: {
6764
- name: string;
6765
6799
  id: string;
6800
+ name: string;
6766
6801
  createdAt: Date;
6767
6802
  updatedAt: Date;
6768
6803
  deletedAt: Date | null;
@@ -6787,8 +6822,8 @@ export declare const cxLogContract: {
6787
6822
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6788
6823
  id: string;
6789
6824
  metadata: {
6790
- name: string;
6791
6825
  id: string;
6826
+ name: string;
6792
6827
  picture?: string | undefined;
6793
6828
  additionalCredentials?: any;
6794
6829
  };
@@ -6854,8 +6889,8 @@ export declare const cxLogContract: {
6854
6889
  }[];
6855
6890
  }[];
6856
6891
  tags: {
6857
- name: string;
6858
6892
  id: string;
6893
+ name: string;
6859
6894
  createdAt: Date;
6860
6895
  updatedAt: Date;
6861
6896
  deletedAt: Date | null;
@@ -6894,12 +6929,12 @@ export declare const cxLogContract: {
6894
6929
  room: {
6895
6930
  id: string;
6896
6931
  channel: {
6897
- name: string;
6898
6932
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6899
6933
  id: string;
6934
+ name: string;
6900
6935
  metadata: {
6901
- name: string;
6902
6936
  id: string;
6937
+ name: string;
6903
6938
  accessToken?: string | undefined;
6904
6939
  channelSecret?: string | undefined;
6905
6940
  additionalCredentials?: any;
@@ -6923,15 +6958,16 @@ export declare const cxLogContract: {
6923
6958
  } | undefined;
6924
6959
  lineRichMenuId?: string | null | undefined;
6925
6960
  messengerIntegrationType?: "own" | "business" | undefined;
6961
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
6926
6962
  };
6927
6963
  status: boolean;
6928
6964
  createdAt: Date;
6929
6965
  updatedAt: Date;
6930
6966
  deletedAt: Date | null;
6931
6967
  actor: {
6932
- name: string;
6933
6968
  id: string;
6934
6969
  address: string | null;
6970
+ name: string;
6935
6971
  email: string;
6936
6972
  createdAt: Date;
6937
6973
  updatedAt: Date;
@@ -6978,8 +7014,8 @@ export declare const cxLogContract: {
6978
7014
  connectedUserName: string;
6979
7015
  connectedUserId: string;
6980
7016
  botpressBot: {
6981
- name: string;
6982
7017
  id: string;
7018
+ name: string;
6983
7019
  accessToken: string;
6984
7020
  botId: string;
6985
7021
  integrationId: string;
@@ -6990,9 +7026,9 @@ export declare const cxLogContract: {
6990
7026
  updatedAt: Date;
6991
7027
  deletedAt: Date | null;
6992
7028
  actor: {
6993
- name: string;
6994
7029
  id: string;
6995
7030
  address: string | null;
7031
+ name: string;
6996
7032
  email: string;
6997
7033
  createdAt: Date;
6998
7034
  updatedAt: Date;
@@ -7044,8 +7080,8 @@ export declare const cxLogContract: {
7044
7080
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7045
7081
  id: string;
7046
7082
  metadata: {
7047
- name: string;
7048
7083
  id: string;
7084
+ name: string;
7049
7085
  picture?: string | undefined;
7050
7086
  additionalCredentials?: any;
7051
7087
  };
@@ -7053,10 +7089,10 @@ export declare const cxLogContract: {
7053
7089
  updatedAt: Date;
7054
7090
  deletedAt: Date | null;
7055
7091
  contact: {
7056
- name: string;
7057
7092
  id: string;
7058
7093
  channel: string | null;
7059
7094
  address: string | null;
7095
+ name: string;
7060
7096
  createdAt: Date;
7061
7097
  updatedAt: Date;
7062
7098
  deletedAt: Date | null;
@@ -7101,8 +7137,8 @@ export declare const cxLogContract: {
7101
7137
  createdAt: Date;
7102
7138
  updatedAt: Date;
7103
7139
  deletedAt: Date | null;
7104
- name?: string | undefined;
7105
7140
  address?: string | null | undefined;
7141
+ name?: string | undefined;
7106
7142
  phone?: string | null | undefined;
7107
7143
  industry?: string | null | undefined;
7108
7144
  } | null;
@@ -7110,8 +7146,8 @@ export declare const cxLogContract: {
7110
7146
  contactProfile: string | null;
7111
7147
  socialProfileUrl: string | null;
7112
7148
  tags: {
7113
- name: string;
7114
7149
  id: string;
7150
+ name: string;
7115
7151
  createdAt: Date;
7116
7152
  updatedAt: Date;
7117
7153
  deletedAt: Date | null;
@@ -7136,8 +7172,8 @@ export declare const cxLogContract: {
7136
7172
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7137
7173
  id: string;
7138
7174
  metadata: {
7139
- name: string;
7140
7175
  id: string;
7176
+ name: string;
7141
7177
  picture?: string | undefined;
7142
7178
  additionalCredentials?: any;
7143
7179
  };
@@ -7168,9 +7204,9 @@ export declare const cxLogContract: {
7168
7204
  socialPlatformId: string;
7169
7205
  };
7170
7206
  assignee: {
7171
- name: string;
7172
7207
  id: string;
7173
7208
  address: string | null;
7209
+ name: string;
7174
7210
  email: string;
7175
7211
  createdAt: Date;
7176
7212
  updatedAt: Date;
@@ -7238,9 +7274,9 @@ export declare const cxLogContract: {
7238
7274
  callTo?: {
7239
7275
  id: string;
7240
7276
  user: {
7241
- name: string;
7242
7277
  id: string;
7243
7278
  address: string | null;
7279
+ name: string;
7244
7280
  email: string;
7245
7281
  createdAt: Date;
7246
7282
  updatedAt: Date;
@@ -7264,9 +7300,9 @@ export declare const cxLogContract: {
7264
7300
  callFrom?: {
7265
7301
  id: string;
7266
7302
  user: {
7267
- name: string;
7268
7303
  id: string;
7269
7304
  address: string | null;
7305
+ name: string;
7270
7306
  email: string;
7271
7307
  createdAt: Date;
7272
7308
  updatedAt: Date;
@@ -7292,10 +7328,10 @@ export declare const cxLogContract: {
7292
7328
  telephonyQueueId: string | null;
7293
7329
  contactId: string | null;
7294
7330
  contact?: {
7295
- name: string;
7296
7331
  id: string;
7297
7332
  channel: string | null;
7298
7333
  address: string | null;
7334
+ name: string;
7299
7335
  createdAt: Date;
7300
7336
  updatedAt: Date;
7301
7337
  deletedAt: Date | null;
@@ -7340,8 +7376,8 @@ export declare const cxLogContract: {
7340
7376
  createdAt: Date;
7341
7377
  updatedAt: Date;
7342
7378
  deletedAt: Date | null;
7343
- name?: string | undefined;
7344
7379
  address?: string | null | undefined;
7380
+ name?: string | undefined;
7345
7381
  phone?: string | null | undefined;
7346
7382
  industry?: string | null | undefined;
7347
7383
  } | null;
@@ -7349,8 +7385,8 @@ export declare const cxLogContract: {
7349
7385
  contactProfile: string | null;
7350
7386
  socialProfileUrl: string | null;
7351
7387
  tags: {
7352
- name: string;
7353
7388
  id: string;
7389
+ name: string;
7354
7390
  createdAt: Date;
7355
7391
  updatedAt: Date;
7356
7392
  deletedAt: Date | null;
@@ -7375,8 +7411,8 @@ export declare const cxLogContract: {
7375
7411
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7376
7412
  id: string;
7377
7413
  metadata: {
7378
- name: string;
7379
7414
  id: string;
7415
+ name: string;
7380
7416
  picture?: string | undefined;
7381
7417
  additionalCredentials?: any;
7382
7418
  };
@@ -7438,9 +7474,9 @@ export declare const cxLogContract: {
7438
7474
  extensionName: string;
7439
7475
  telephonySignature: string | null;
7440
7476
  user?: {
7441
- name: string;
7442
7477
  id: string;
7443
7478
  address: string | null;
7479
+ name: string;
7444
7480
  email: string;
7445
7481
  createdAt: Date;
7446
7482
  updatedAt: Date;
@@ -7487,9 +7523,9 @@ export declare const cxLogContract: {
7487
7523
  queueName?: string | null | undefined;
7488
7524
  } | null;
7489
7525
  firstAssignee: {
7490
- name: string;
7491
7526
  id: string;
7492
7527
  address: string | null;
7528
+ name: string;
7493
7529
  email: string;
7494
7530
  createdAt: Date;
7495
7531
  updatedAt: Date;
@@ -7531,9 +7567,9 @@ export declare const cxLogContract: {
7531
7567
  };
7532
7568
  } | null;
7533
7569
  agent: {
7534
- name: string;
7535
7570
  id: string;
7536
7571
  address: string | null;
7572
+ name: string;
7537
7573
  email: string;
7538
7574
  createdAt: Date;
7539
7575
  updatedAt: Date;
@@ -7575,9 +7611,9 @@ export declare const cxLogContract: {
7575
7611
  };
7576
7612
  } | null;
7577
7613
  closedAssignee: {
7578
- name: string;
7579
7614
  id: string;
7580
7615
  address: string | null;
7616
+ name: string;
7581
7617
  email: string;
7582
7618
  createdAt: Date;
7583
7619
  updatedAt: Date;
@@ -7619,6 +7655,16 @@ export declare const cxLogContract: {
7619
7655
  };
7620
7656
  } | null;
7621
7657
  contactLabel: string[];
7658
+ cxIntelligence: {
7659
+ id: string;
7660
+ summary: string;
7661
+ cxLogId: string;
7662
+ intelligenceType: string;
7663
+ provider: string;
7664
+ transcript: string;
7665
+ usage: number;
7666
+ usageUnit: string;
7667
+ };
7622
7668
  }, {
7623
7669
  id: string;
7624
7670
  channel: string | null;
@@ -7628,10 +7674,10 @@ export declare const cxLogContract: {
7628
7674
  deletedAt: Date | null;
7629
7675
  entityId: string;
7630
7676
  contact: {
7631
- name: string;
7632
7677
  id: string;
7633
7678
  channel: string | null;
7634
7679
  address: string | null;
7680
+ name: string;
7635
7681
  createdAt: Date;
7636
7682
  updatedAt: Date;
7637
7683
  deletedAt: Date | null;
@@ -7676,8 +7722,8 @@ export declare const cxLogContract: {
7676
7722
  createdAt: Date;
7677
7723
  updatedAt: Date;
7678
7724
  deletedAt: Date | null;
7679
- name?: string | undefined;
7680
7725
  address?: string | null | undefined;
7726
+ name?: string | undefined;
7681
7727
  phone?: string | null | undefined;
7682
7728
  industry?: string | null | undefined;
7683
7729
  } | null;
@@ -7685,8 +7731,8 @@ export declare const cxLogContract: {
7685
7731
  contactProfile: string | null;
7686
7732
  socialProfileUrl: string | null;
7687
7733
  tags: {
7688
- name: string;
7689
7734
  id: string;
7735
+ name: string;
7690
7736
  createdAt: Date;
7691
7737
  updatedAt: Date;
7692
7738
  deletedAt: Date | null;
@@ -7711,8 +7757,8 @@ export declare const cxLogContract: {
7711
7757
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7712
7758
  id: string;
7713
7759
  metadata: {
7714
- name: string;
7715
7760
  id: string;
7761
+ name: string;
7716
7762
  picture?: string | undefined;
7717
7763
  additionalCredentials?: any;
7718
7764
  };
@@ -7778,8 +7824,8 @@ export declare const cxLogContract: {
7778
7824
  }[];
7779
7825
  }[];
7780
7826
  tags: {
7781
- name: string;
7782
7827
  id: string;
7828
+ name: string;
7783
7829
  createdAt: Date;
7784
7830
  updatedAt: Date;
7785
7831
  deletedAt: Date | null;
@@ -7818,12 +7864,12 @@ export declare const cxLogContract: {
7818
7864
  room: {
7819
7865
  id: string;
7820
7866
  channel: {
7821
- name: string;
7822
7867
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7823
7868
  id: string;
7869
+ name: string;
7824
7870
  metadata: {
7825
- name: string;
7826
7871
  id: string;
7872
+ name: string;
7827
7873
  accessToken?: string | undefined;
7828
7874
  channelSecret?: string | undefined;
7829
7875
  additionalCredentials?: any;
@@ -7847,15 +7893,16 @@ export declare const cxLogContract: {
7847
7893
  } | undefined;
7848
7894
  lineRichMenuId?: string | null | undefined;
7849
7895
  messengerIntegrationType?: "own" | "business" | undefined;
7896
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
7850
7897
  };
7851
7898
  status: boolean;
7852
7899
  createdAt: Date;
7853
7900
  updatedAt: Date;
7854
7901
  deletedAt: Date | null;
7855
7902
  actor: {
7856
- name: string;
7857
7903
  id: string;
7858
7904
  address: string | null;
7905
+ name: string;
7859
7906
  email: string;
7860
7907
  createdAt: Date;
7861
7908
  updatedAt: Date;
@@ -7902,8 +7949,8 @@ export declare const cxLogContract: {
7902
7949
  connectedUserName: string;
7903
7950
  connectedUserId: string;
7904
7951
  botpressBot: {
7905
- name: string;
7906
7952
  id: string;
7953
+ name: string;
7907
7954
  accessToken: string;
7908
7955
  botId: string;
7909
7956
  integrationId: string;
@@ -7914,9 +7961,9 @@ export declare const cxLogContract: {
7914
7961
  updatedAt: Date;
7915
7962
  deletedAt: Date | null;
7916
7963
  actor: {
7917
- name: string;
7918
7964
  id: string;
7919
7965
  address: string | null;
7966
+ name: string;
7920
7967
  email: string;
7921
7968
  createdAt: Date;
7922
7969
  updatedAt: Date;
@@ -7968,8 +8015,8 @@ export declare const cxLogContract: {
7968
8015
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7969
8016
  id: string;
7970
8017
  metadata: {
7971
- name: string;
7972
8018
  id: string;
8019
+ name: string;
7973
8020
  picture?: string | undefined;
7974
8021
  additionalCredentials?: any;
7975
8022
  };
@@ -7977,10 +8024,10 @@ export declare const cxLogContract: {
7977
8024
  updatedAt: Date;
7978
8025
  deletedAt: Date | null;
7979
8026
  contact: {
7980
- name: string;
7981
8027
  id: string;
7982
8028
  channel: string | null;
7983
8029
  address: string | null;
8030
+ name: string;
7984
8031
  createdAt: Date;
7985
8032
  updatedAt: Date;
7986
8033
  deletedAt: Date | null;
@@ -8025,8 +8072,8 @@ export declare const cxLogContract: {
8025
8072
  createdAt: Date;
8026
8073
  updatedAt: Date;
8027
8074
  deletedAt: Date | null;
8028
- name?: string | undefined;
8029
8075
  address?: string | null | undefined;
8076
+ name?: string | undefined;
8030
8077
  phone?: string | null | undefined;
8031
8078
  industry?: string | null | undefined;
8032
8079
  } | null;
@@ -8034,8 +8081,8 @@ export declare const cxLogContract: {
8034
8081
  contactProfile: string | null;
8035
8082
  socialProfileUrl: string | null;
8036
8083
  tags: {
8037
- name: string;
8038
8084
  id: string;
8085
+ name: string;
8039
8086
  createdAt: Date;
8040
8087
  updatedAt: Date;
8041
8088
  deletedAt: Date | null;
@@ -8060,8 +8107,8 @@ export declare const cxLogContract: {
8060
8107
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8061
8108
  id: string;
8062
8109
  metadata: {
8063
- name: string;
8064
8110
  id: string;
8111
+ name: string;
8065
8112
  picture?: string | undefined;
8066
8113
  additionalCredentials?: any;
8067
8114
  };
@@ -8092,9 +8139,9 @@ export declare const cxLogContract: {
8092
8139
  socialPlatformId: string;
8093
8140
  };
8094
8141
  assignee: {
8095
- name: string;
8096
8142
  id: string;
8097
8143
  address: string | null;
8144
+ name: string;
8098
8145
  email: string;
8099
8146
  createdAt: Date;
8100
8147
  updatedAt: Date;
@@ -8162,9 +8209,9 @@ export declare const cxLogContract: {
8162
8209
  callTo?: {
8163
8210
  id: string;
8164
8211
  user: {
8165
- name: string;
8166
8212
  id: string;
8167
8213
  address: string | null;
8214
+ name: string;
8168
8215
  email: string;
8169
8216
  createdAt: Date;
8170
8217
  updatedAt: Date;
@@ -8188,9 +8235,9 @@ export declare const cxLogContract: {
8188
8235
  callFrom?: {
8189
8236
  id: string;
8190
8237
  user: {
8191
- name: string;
8192
8238
  id: string;
8193
8239
  address: string | null;
8240
+ name: string;
8194
8241
  email: string;
8195
8242
  createdAt: Date;
8196
8243
  updatedAt: Date;
@@ -8216,10 +8263,10 @@ export declare const cxLogContract: {
8216
8263
  telephonyQueueId: string | null;
8217
8264
  contactId: string | null;
8218
8265
  contact?: {
8219
- name: string;
8220
8266
  id: string;
8221
8267
  channel: string | null;
8222
8268
  address: string | null;
8269
+ name: string;
8223
8270
  createdAt: Date;
8224
8271
  updatedAt: Date;
8225
8272
  deletedAt: Date | null;
@@ -8264,8 +8311,8 @@ export declare const cxLogContract: {
8264
8311
  createdAt: Date;
8265
8312
  updatedAt: Date;
8266
8313
  deletedAt: Date | null;
8267
- name?: string | undefined;
8268
8314
  address?: string | null | undefined;
8315
+ name?: string | undefined;
8269
8316
  phone?: string | null | undefined;
8270
8317
  industry?: string | null | undefined;
8271
8318
  } | null;
@@ -8273,8 +8320,8 @@ export declare const cxLogContract: {
8273
8320
  contactProfile: string | null;
8274
8321
  socialProfileUrl: string | null;
8275
8322
  tags: {
8276
- name: string;
8277
8323
  id: string;
8324
+ name: string;
8278
8325
  createdAt: Date;
8279
8326
  updatedAt: Date;
8280
8327
  deletedAt: Date | null;
@@ -8299,8 +8346,8 @@ export declare const cxLogContract: {
8299
8346
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8300
8347
  id: string;
8301
8348
  metadata: {
8302
- name: string;
8303
8349
  id: string;
8350
+ name: string;
8304
8351
  picture?: string | undefined;
8305
8352
  additionalCredentials?: any;
8306
8353
  };
@@ -8362,9 +8409,9 @@ export declare const cxLogContract: {
8362
8409
  extensionName: string;
8363
8410
  telephonySignature: string | null;
8364
8411
  user?: {
8365
- name: string;
8366
8412
  id: string;
8367
8413
  address: string | null;
8414
+ name: string;
8368
8415
  email: string;
8369
8416
  createdAt: Date;
8370
8417
  updatedAt: Date;
@@ -8411,9 +8458,9 @@ export declare const cxLogContract: {
8411
8458
  queueName?: string | null | undefined;
8412
8459
  } | null;
8413
8460
  firstAssignee: {
8414
- name: string;
8415
8461
  id: string;
8416
8462
  address: string | null;
8463
+ name: string;
8417
8464
  email: string;
8418
8465
  createdAt: Date;
8419
8466
  updatedAt: Date;
@@ -8455,9 +8502,9 @@ export declare const cxLogContract: {
8455
8502
  };
8456
8503
  } | null;
8457
8504
  agent: {
8458
- name: string;
8459
8505
  id: string;
8460
8506
  address: string | null;
8507
+ name: string;
8461
8508
  email: string;
8462
8509
  createdAt: Date;
8463
8510
  updatedAt: Date;
@@ -8499,9 +8546,9 @@ export declare const cxLogContract: {
8499
8546
  };
8500
8547
  } | null;
8501
8548
  closedAssignee: {
8502
- name: string;
8503
8549
  id: string;
8504
8550
  address: string | null;
8551
+ name: string;
8505
8552
  email: string;
8506
8553
  createdAt: Date;
8507
8554
  updatedAt: Date;
@@ -8543,6 +8590,16 @@ export declare const cxLogContract: {
8543
8590
  };
8544
8591
  } | null;
8545
8592
  contactLabel: string[];
8593
+ cxIntelligence: {
8594
+ id: string;
8595
+ summary: string;
8596
+ cxLogId: string;
8597
+ intelligenceType: string;
8598
+ provider: string;
8599
+ transcript: string;
8600
+ usage: number;
8601
+ usageUnit: string;
8602
+ };
8546
8603
  }>, "many">;
8547
8604
  }, "strip", z.ZodTypeAny, {
8548
8605
  total: number;
@@ -8558,10 +8615,10 @@ export declare const cxLogContract: {
8558
8615
  deletedAt: Date | null;
8559
8616
  entityId: string;
8560
8617
  contact: {
8561
- name: string;
8562
8618
  id: string;
8563
8619
  channel: string | null;
8564
8620
  address: string | null;
8621
+ name: string;
8565
8622
  createdAt: Date;
8566
8623
  updatedAt: Date;
8567
8624
  deletedAt: Date | null;
@@ -8606,8 +8663,8 @@ export declare const cxLogContract: {
8606
8663
  createdAt: Date;
8607
8664
  updatedAt: Date;
8608
8665
  deletedAt: Date | null;
8609
- name?: string | undefined;
8610
8666
  address?: string | null | undefined;
8667
+ name?: string | undefined;
8611
8668
  phone?: string | null | undefined;
8612
8669
  industry?: string | null | undefined;
8613
8670
  } | null;
@@ -8615,8 +8672,8 @@ export declare const cxLogContract: {
8615
8672
  contactProfile: string | null;
8616
8673
  socialProfileUrl: string | null;
8617
8674
  tags: {
8618
- name: string;
8619
8675
  id: string;
8676
+ name: string;
8620
8677
  createdAt: Date;
8621
8678
  updatedAt: Date;
8622
8679
  deletedAt: Date | null;
@@ -8641,8 +8698,8 @@ export declare const cxLogContract: {
8641
8698
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8642
8699
  id: string;
8643
8700
  metadata: {
8644
- name: string;
8645
8701
  id: string;
8702
+ name: string;
8646
8703
  picture?: string | undefined;
8647
8704
  additionalCredentials?: any;
8648
8705
  };
@@ -8708,8 +8765,8 @@ export declare const cxLogContract: {
8708
8765
  }[];
8709
8766
  }[];
8710
8767
  tags: {
8711
- name: string;
8712
8768
  id: string;
8769
+ name: string;
8713
8770
  createdAt: Date;
8714
8771
  updatedAt: Date;
8715
8772
  deletedAt: Date | null;
@@ -8748,12 +8805,12 @@ export declare const cxLogContract: {
8748
8805
  room: {
8749
8806
  id: string;
8750
8807
  channel: {
8751
- name: string;
8752
8808
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8753
8809
  id: string;
8810
+ name: string;
8754
8811
  metadata: {
8755
- name: string;
8756
8812
  id: string;
8813
+ name: string;
8757
8814
  accessToken?: string | undefined;
8758
8815
  channelSecret?: string | undefined;
8759
8816
  additionalCredentials?: any;
@@ -8777,15 +8834,16 @@ export declare const cxLogContract: {
8777
8834
  } | undefined;
8778
8835
  lineRichMenuId?: string | null | undefined;
8779
8836
  messengerIntegrationType?: "own" | "business" | undefined;
8837
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
8780
8838
  };
8781
8839
  status: boolean;
8782
8840
  createdAt: Date;
8783
8841
  updatedAt: Date;
8784
8842
  deletedAt: Date | null;
8785
8843
  actor: {
8786
- name: string;
8787
8844
  id: string;
8788
8845
  address: string | null;
8846
+ name: string;
8789
8847
  email: string;
8790
8848
  createdAt: Date;
8791
8849
  updatedAt: Date;
@@ -8832,8 +8890,8 @@ export declare const cxLogContract: {
8832
8890
  connectedUserName: string;
8833
8891
  connectedUserId: string;
8834
8892
  botpressBot: {
8835
- name: string;
8836
8893
  id: string;
8894
+ name: string;
8837
8895
  accessToken: string;
8838
8896
  botId: string;
8839
8897
  integrationId: string;
@@ -8844,9 +8902,9 @@ export declare const cxLogContract: {
8844
8902
  updatedAt: Date;
8845
8903
  deletedAt: Date | null;
8846
8904
  actor: {
8847
- name: string;
8848
8905
  id: string;
8849
8906
  address: string | null;
8907
+ name: string;
8850
8908
  email: string;
8851
8909
  createdAt: Date;
8852
8910
  updatedAt: Date;
@@ -8898,8 +8956,8 @@ export declare const cxLogContract: {
8898
8956
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8899
8957
  id: string;
8900
8958
  metadata: {
8901
- name: string;
8902
8959
  id: string;
8960
+ name: string;
8903
8961
  picture?: string | undefined;
8904
8962
  additionalCredentials?: any;
8905
8963
  };
@@ -8907,10 +8965,10 @@ export declare const cxLogContract: {
8907
8965
  updatedAt: Date;
8908
8966
  deletedAt: Date | null;
8909
8967
  contact: {
8910
- name: string;
8911
8968
  id: string;
8912
8969
  channel: string | null;
8913
8970
  address: string | null;
8971
+ name: string;
8914
8972
  createdAt: Date;
8915
8973
  updatedAt: Date;
8916
8974
  deletedAt: Date | null;
@@ -8955,8 +9013,8 @@ export declare const cxLogContract: {
8955
9013
  createdAt: Date;
8956
9014
  updatedAt: Date;
8957
9015
  deletedAt: Date | null;
8958
- name?: string | undefined;
8959
9016
  address?: string | null | undefined;
9017
+ name?: string | undefined;
8960
9018
  phone?: string | null | undefined;
8961
9019
  industry?: string | null | undefined;
8962
9020
  } | null;
@@ -8964,8 +9022,8 @@ export declare const cxLogContract: {
8964
9022
  contactProfile: string | null;
8965
9023
  socialProfileUrl: string | null;
8966
9024
  tags: {
8967
- name: string;
8968
9025
  id: string;
9026
+ name: string;
8969
9027
  createdAt: Date;
8970
9028
  updatedAt: Date;
8971
9029
  deletedAt: Date | null;
@@ -8990,8 +9048,8 @@ export declare const cxLogContract: {
8990
9048
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8991
9049
  id: string;
8992
9050
  metadata: {
8993
- name: string;
8994
9051
  id: string;
9052
+ name: string;
8995
9053
  picture?: string | undefined;
8996
9054
  additionalCredentials?: any;
8997
9055
  };
@@ -9022,9 +9080,9 @@ export declare const cxLogContract: {
9022
9080
  socialPlatformId: string;
9023
9081
  };
9024
9082
  assignee: {
9025
- name: string;
9026
9083
  id: string;
9027
9084
  address: string | null;
9085
+ name: string;
9028
9086
  email: string;
9029
9087
  createdAt: Date;
9030
9088
  updatedAt: Date;
@@ -9092,9 +9150,9 @@ export declare const cxLogContract: {
9092
9150
  callTo?: {
9093
9151
  id: string;
9094
9152
  user: {
9095
- name: string;
9096
9153
  id: string;
9097
9154
  address: string | null;
9155
+ name: string;
9098
9156
  email: string;
9099
9157
  createdAt: Date;
9100
9158
  updatedAt: Date;
@@ -9118,9 +9176,9 @@ export declare const cxLogContract: {
9118
9176
  callFrom?: {
9119
9177
  id: string;
9120
9178
  user: {
9121
- name: string;
9122
9179
  id: string;
9123
9180
  address: string | null;
9181
+ name: string;
9124
9182
  email: string;
9125
9183
  createdAt: Date;
9126
9184
  updatedAt: Date;
@@ -9146,10 +9204,10 @@ export declare const cxLogContract: {
9146
9204
  telephonyQueueId: string | null;
9147
9205
  contactId: string | null;
9148
9206
  contact?: {
9149
- name: string;
9150
9207
  id: string;
9151
9208
  channel: string | null;
9152
9209
  address: string | null;
9210
+ name: string;
9153
9211
  createdAt: Date;
9154
9212
  updatedAt: Date;
9155
9213
  deletedAt: Date | null;
@@ -9194,8 +9252,8 @@ export declare const cxLogContract: {
9194
9252
  createdAt: Date;
9195
9253
  updatedAt: Date;
9196
9254
  deletedAt: Date | null;
9197
- name?: string | undefined;
9198
9255
  address?: string | null | undefined;
9256
+ name?: string | undefined;
9199
9257
  phone?: string | null | undefined;
9200
9258
  industry?: string | null | undefined;
9201
9259
  } | null;
@@ -9203,8 +9261,8 @@ export declare const cxLogContract: {
9203
9261
  contactProfile: string | null;
9204
9262
  socialProfileUrl: string | null;
9205
9263
  tags: {
9206
- name: string;
9207
9264
  id: string;
9265
+ name: string;
9208
9266
  createdAt: Date;
9209
9267
  updatedAt: Date;
9210
9268
  deletedAt: Date | null;
@@ -9229,8 +9287,8 @@ export declare const cxLogContract: {
9229
9287
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
9230
9288
  id: string;
9231
9289
  metadata: {
9232
- name: string;
9233
9290
  id: string;
9291
+ name: string;
9234
9292
  picture?: string | undefined;
9235
9293
  additionalCredentials?: any;
9236
9294
  };
@@ -9292,9 +9350,9 @@ export declare const cxLogContract: {
9292
9350
  extensionName: string;
9293
9351
  telephonySignature: string | null;
9294
9352
  user?: {
9295
- name: string;
9296
9353
  id: string;
9297
9354
  address: string | null;
9355
+ name: string;
9298
9356
  email: string;
9299
9357
  createdAt: Date;
9300
9358
  updatedAt: Date;
@@ -9341,9 +9399,9 @@ export declare const cxLogContract: {
9341
9399
  queueName?: string | null | undefined;
9342
9400
  } | null;
9343
9401
  firstAssignee: {
9344
- name: string;
9345
9402
  id: string;
9346
9403
  address: string | null;
9404
+ name: string;
9347
9405
  email: string;
9348
9406
  createdAt: Date;
9349
9407
  updatedAt: Date;
@@ -9385,9 +9443,9 @@ export declare const cxLogContract: {
9385
9443
  };
9386
9444
  } | null;
9387
9445
  agent: {
9388
- name: string;
9389
9446
  id: string;
9390
9447
  address: string | null;
9448
+ name: string;
9391
9449
  email: string;
9392
9450
  createdAt: Date;
9393
9451
  updatedAt: Date;
@@ -9429,9 +9487,9 @@ export declare const cxLogContract: {
9429
9487
  };
9430
9488
  } | null;
9431
9489
  closedAssignee: {
9432
- name: string;
9433
9490
  id: string;
9434
9491
  address: string | null;
9492
+ name: string;
9435
9493
  email: string;
9436
9494
  createdAt: Date;
9437
9495
  updatedAt: Date;
@@ -9473,6 +9531,16 @@ export declare const cxLogContract: {
9473
9531
  };
9474
9532
  } | null;
9475
9533
  contactLabel: string[];
9534
+ cxIntelligence: {
9535
+ id: string;
9536
+ summary: string;
9537
+ cxLogId: string;
9538
+ intelligenceType: string;
9539
+ provider: string;
9540
+ transcript: string;
9541
+ usage: number;
9542
+ usageUnit: string;
9543
+ };
9476
9544
  }[];
9477
9545
  }, {
9478
9546
  total: number;
@@ -9488,10 +9556,10 @@ export declare const cxLogContract: {
9488
9556
  deletedAt: Date | null;
9489
9557
  entityId: string;
9490
9558
  contact: {
9491
- name: string;
9492
9559
  id: string;
9493
9560
  channel: string | null;
9494
9561
  address: string | null;
9562
+ name: string;
9495
9563
  createdAt: Date;
9496
9564
  updatedAt: Date;
9497
9565
  deletedAt: Date | null;
@@ -9536,8 +9604,8 @@ export declare const cxLogContract: {
9536
9604
  createdAt: Date;
9537
9605
  updatedAt: Date;
9538
9606
  deletedAt: Date | null;
9539
- name?: string | undefined;
9540
9607
  address?: string | null | undefined;
9608
+ name?: string | undefined;
9541
9609
  phone?: string | null | undefined;
9542
9610
  industry?: string | null | undefined;
9543
9611
  } | null;
@@ -9545,8 +9613,8 @@ export declare const cxLogContract: {
9545
9613
  contactProfile: string | null;
9546
9614
  socialProfileUrl: string | null;
9547
9615
  tags: {
9548
- name: string;
9549
9616
  id: string;
9617
+ name: string;
9550
9618
  createdAt: Date;
9551
9619
  updatedAt: Date;
9552
9620
  deletedAt: Date | null;
@@ -9571,8 +9639,8 @@ export declare const cxLogContract: {
9571
9639
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
9572
9640
  id: string;
9573
9641
  metadata: {
9574
- name: string;
9575
9642
  id: string;
9643
+ name: string;
9576
9644
  picture?: string | undefined;
9577
9645
  additionalCredentials?: any;
9578
9646
  };
@@ -9638,8 +9706,8 @@ export declare const cxLogContract: {
9638
9706
  }[];
9639
9707
  }[];
9640
9708
  tags: {
9641
- name: string;
9642
9709
  id: string;
9710
+ name: string;
9643
9711
  createdAt: Date;
9644
9712
  updatedAt: Date;
9645
9713
  deletedAt: Date | null;
@@ -9678,12 +9746,12 @@ export declare const cxLogContract: {
9678
9746
  room: {
9679
9747
  id: string;
9680
9748
  channel: {
9681
- name: string;
9682
9749
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
9683
9750
  id: string;
9751
+ name: string;
9684
9752
  metadata: {
9685
- name: string;
9686
9753
  id: string;
9754
+ name: string;
9687
9755
  accessToken?: string | undefined;
9688
9756
  channelSecret?: string | undefined;
9689
9757
  additionalCredentials?: any;
@@ -9707,15 +9775,16 @@ export declare const cxLogContract: {
9707
9775
  } | undefined;
9708
9776
  lineRichMenuId?: string | null | undefined;
9709
9777
  messengerIntegrationType?: "own" | "business" | undefined;
9778
+ facebookFeedIntegrationType?: "own" | "business" | undefined;
9710
9779
  };
9711
9780
  status: boolean;
9712
9781
  createdAt: Date;
9713
9782
  updatedAt: Date;
9714
9783
  deletedAt: Date | null;
9715
9784
  actor: {
9716
- name: string;
9717
9785
  id: string;
9718
9786
  address: string | null;
9787
+ name: string;
9719
9788
  email: string;
9720
9789
  createdAt: Date;
9721
9790
  updatedAt: Date;
@@ -9762,8 +9831,8 @@ export declare const cxLogContract: {
9762
9831
  connectedUserName: string;
9763
9832
  connectedUserId: string;
9764
9833
  botpressBot: {
9765
- name: string;
9766
9834
  id: string;
9835
+ name: string;
9767
9836
  accessToken: string;
9768
9837
  botId: string;
9769
9838
  integrationId: string;
@@ -9774,9 +9843,9 @@ export declare const cxLogContract: {
9774
9843
  updatedAt: Date;
9775
9844
  deletedAt: Date | null;
9776
9845
  actor: {
9777
- name: string;
9778
9846
  id: string;
9779
9847
  address: string | null;
9848
+ name: string;
9780
9849
  email: string;
9781
9850
  createdAt: Date;
9782
9851
  updatedAt: Date;
@@ -9828,8 +9897,8 @@ export declare const cxLogContract: {
9828
9897
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
9829
9898
  id: string;
9830
9899
  metadata: {
9831
- name: string;
9832
9900
  id: string;
9901
+ name: string;
9833
9902
  picture?: string | undefined;
9834
9903
  additionalCredentials?: any;
9835
9904
  };
@@ -9837,10 +9906,10 @@ export declare const cxLogContract: {
9837
9906
  updatedAt: Date;
9838
9907
  deletedAt: Date | null;
9839
9908
  contact: {
9840
- name: string;
9841
9909
  id: string;
9842
9910
  channel: string | null;
9843
9911
  address: string | null;
9912
+ name: string;
9844
9913
  createdAt: Date;
9845
9914
  updatedAt: Date;
9846
9915
  deletedAt: Date | null;
@@ -9885,8 +9954,8 @@ export declare const cxLogContract: {
9885
9954
  createdAt: Date;
9886
9955
  updatedAt: Date;
9887
9956
  deletedAt: Date | null;
9888
- name?: string | undefined;
9889
9957
  address?: string | null | undefined;
9958
+ name?: string | undefined;
9890
9959
  phone?: string | null | undefined;
9891
9960
  industry?: string | null | undefined;
9892
9961
  } | null;
@@ -9894,8 +9963,8 @@ export declare const cxLogContract: {
9894
9963
  contactProfile: string | null;
9895
9964
  socialProfileUrl: string | null;
9896
9965
  tags: {
9897
- name: string;
9898
9966
  id: string;
9967
+ name: string;
9899
9968
  createdAt: Date;
9900
9969
  updatedAt: Date;
9901
9970
  deletedAt: Date | null;
@@ -9920,8 +9989,8 @@ export declare const cxLogContract: {
9920
9989
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
9921
9990
  id: string;
9922
9991
  metadata: {
9923
- name: string;
9924
9992
  id: string;
9993
+ name: string;
9925
9994
  picture?: string | undefined;
9926
9995
  additionalCredentials?: any;
9927
9996
  };
@@ -9952,9 +10021,9 @@ export declare const cxLogContract: {
9952
10021
  socialPlatformId: string;
9953
10022
  };
9954
10023
  assignee: {
9955
- name: string;
9956
10024
  id: string;
9957
10025
  address: string | null;
10026
+ name: string;
9958
10027
  email: string;
9959
10028
  createdAt: Date;
9960
10029
  updatedAt: Date;
@@ -10022,9 +10091,9 @@ export declare const cxLogContract: {
10022
10091
  callTo?: {
10023
10092
  id: string;
10024
10093
  user: {
10025
- name: string;
10026
10094
  id: string;
10027
10095
  address: string | null;
10096
+ name: string;
10028
10097
  email: string;
10029
10098
  createdAt: Date;
10030
10099
  updatedAt: Date;
@@ -10048,9 +10117,9 @@ export declare const cxLogContract: {
10048
10117
  callFrom?: {
10049
10118
  id: string;
10050
10119
  user: {
10051
- name: string;
10052
10120
  id: string;
10053
10121
  address: string | null;
10122
+ name: string;
10054
10123
  email: string;
10055
10124
  createdAt: Date;
10056
10125
  updatedAt: Date;
@@ -10076,10 +10145,10 @@ export declare const cxLogContract: {
10076
10145
  telephonyQueueId: string | null;
10077
10146
  contactId: string | null;
10078
10147
  contact?: {
10079
- name: string;
10080
10148
  id: string;
10081
10149
  channel: string | null;
10082
10150
  address: string | null;
10151
+ name: string;
10083
10152
  createdAt: Date;
10084
10153
  updatedAt: Date;
10085
10154
  deletedAt: Date | null;
@@ -10124,8 +10193,8 @@ export declare const cxLogContract: {
10124
10193
  createdAt: Date;
10125
10194
  updatedAt: Date;
10126
10195
  deletedAt: Date | null;
10127
- name?: string | undefined;
10128
10196
  address?: string | null | undefined;
10197
+ name?: string | undefined;
10129
10198
  phone?: string | null | undefined;
10130
10199
  industry?: string | null | undefined;
10131
10200
  } | null;
@@ -10133,8 +10202,8 @@ export declare const cxLogContract: {
10133
10202
  contactProfile: string | null;
10134
10203
  socialProfileUrl: string | null;
10135
10204
  tags: {
10136
- name: string;
10137
10205
  id: string;
10206
+ name: string;
10138
10207
  createdAt: Date;
10139
10208
  updatedAt: Date;
10140
10209
  deletedAt: Date | null;
@@ -10159,8 +10228,8 @@ export declare const cxLogContract: {
10159
10228
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
10160
10229
  id: string;
10161
10230
  metadata: {
10162
- name: string;
10163
10231
  id: string;
10232
+ name: string;
10164
10233
  picture?: string | undefined;
10165
10234
  additionalCredentials?: any;
10166
10235
  };
@@ -10222,9 +10291,9 @@ export declare const cxLogContract: {
10222
10291
  extensionName: string;
10223
10292
  telephonySignature: string | null;
10224
10293
  user?: {
10225
- name: string;
10226
10294
  id: string;
10227
10295
  address: string | null;
10296
+ name: string;
10228
10297
  email: string;
10229
10298
  createdAt: Date;
10230
10299
  updatedAt: Date;
@@ -10271,9 +10340,9 @@ export declare const cxLogContract: {
10271
10340
  queueName?: string | null | undefined;
10272
10341
  } | null;
10273
10342
  firstAssignee: {
10274
- name: string;
10275
10343
  id: string;
10276
10344
  address: string | null;
10345
+ name: string;
10277
10346
  email: string;
10278
10347
  createdAt: Date;
10279
10348
  updatedAt: Date;
@@ -10315,9 +10384,9 @@ export declare const cxLogContract: {
10315
10384
  };
10316
10385
  } | null;
10317
10386
  agent: {
10318
- name: string;
10319
10387
  id: string;
10320
10388
  address: string | null;
10389
+ name: string;
10321
10390
  email: string;
10322
10391
  createdAt: Date;
10323
10392
  updatedAt: Date;
@@ -10359,9 +10428,9 @@ export declare const cxLogContract: {
10359
10428
  };
10360
10429
  } | null;
10361
10430
  closedAssignee: {
10362
- name: string;
10363
10431
  id: string;
10364
10432
  address: string | null;
10433
+ name: string;
10365
10434
  email: string;
10366
10435
  createdAt: Date;
10367
10436
  updatedAt: Date;
@@ -10403,6 +10472,16 @@ export declare const cxLogContract: {
10403
10472
  };
10404
10473
  } | null;
10405
10474
  contactLabel: string[];
10475
+ cxIntelligence: {
10476
+ id: string;
10477
+ summary: string;
10478
+ cxLogId: string;
10479
+ intelligenceType: string;
10480
+ provider: string;
10481
+ transcript: string;
10482
+ usage: number;
10483
+ usageUnit: string;
10484
+ };
10406
10485
  }[];
10407
10486
  }>;
10408
10487
  401: z.ZodObject<{
@@ -10485,7 +10564,7 @@ export declare const cxLogContract: {
10485
10564
  agentIds?: string[] | undefined;
10486
10565
  direction?: ("inbound" | "outbound")[] | undefined;
10487
10566
  disposition?: string[] | undefined;
10488
- sentimentScore?: ("negative" | "positive" | "neutral")[] | undefined;
10567
+ sentimentScore?: ("positive" | "neutral" | "negative")[] | undefined;
10489
10568
  csatScore?: string[] | undefined;
10490
10569
  sla?: "meet" | "unmeet" | undefined;
10491
10570
  tags?: string[] | undefined;
@@ -10514,7 +10593,7 @@ export declare const cxLogContract: {
10514
10593
  agentIds?: string[] | undefined;
10515
10594
  direction?: ("inbound" | "outbound")[] | undefined;
10516
10595
  disposition?: string[] | undefined;
10517
- sentimentScore?: ("negative" | "positive" | "neutral")[] | undefined;
10596
+ sentimentScore?: ("positive" | "neutral" | "negative")[] | undefined;
10518
10597
  csatScore?: string[] | undefined;
10519
10598
  sla?: "meet" | "unmeet" | undefined;
10520
10599
  tags?: string[] | undefined;