@kl1/contracts 1.2.45-uat → 1.2.47-uat

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (111) 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 +525 -482
  17. package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
  18. package/dist/api-contracts/src/channel/schema.d.ts +19 -25
  19. package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
  20. package/dist/api-contracts/src/channel/validation.d.ts +20 -20
  21. package/dist/api-contracts/src/chat/index.d.ts +3703 -3703
  22. package/dist/api-contracts/src/chat/schema.d.ts +1128 -1128
  23. package/dist/api-contracts/src/chat/validation.d.ts +745 -745
  24. package/dist/api-contracts/src/comment/index.d.ts +244 -244
  25. package/dist/api-contracts/src/comment/schema.d.ts +68 -68
  26. package/dist/api-contracts/src/company/index.d.ts +4 -4
  27. package/dist/api-contracts/src/company/validation.d.ts +4 -4
  28. package/dist/api-contracts/src/contact/index.d.ts +246 -246
  29. package/dist/api-contracts/src/contact/schema.d.ts +26 -26
  30. package/dist/api-contracts/src/contact/validation.d.ts +134 -134
  31. package/dist/api-contracts/src/contract.d.ts +9499 -9413
  32. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  33. package/dist/api-contracts/src/cx-log/index.d.ts +248 -248
  34. package/dist/api-contracts/src/cx-log/schema.d.ts +204 -204
  35. package/dist/api-contracts/src/cx-log/validation.d.ts +2 -2
  36. package/dist/api-contracts/src/dashboard/index.d.ts +40 -40
  37. package/dist/api-contracts/src/dashboard/schema.d.ts +34 -34
  38. package/dist/api-contracts/src/extension/index.d.ts +4 -4
  39. package/dist/api-contracts/src/facebook-feed/index.d.ts +708 -708
  40. package/dist/api-contracts/src/facebook-feed/schema.d.ts +64 -64
  41. package/dist/api-contracts/src/facebook-feed/validation.d.ts +66 -66
  42. package/dist/api-contracts/src/hold-label/index.d.ts +34 -34
  43. package/dist/api-contracts/src/hold-label/schema.d.ts +10 -10
  44. package/dist/api-contracts/src/instagram/index.d.ts +596 -596
  45. package/dist/api-contracts/src/instagram/validation.d.ts +10 -10
  46. package/dist/api-contracts/src/line/index.d.ts +608 -608
  47. package/dist/api-contracts/src/line/schema.d.ts +4 -4
  48. package/dist/api-contracts/src/line/validation.d.ts +50 -50
  49. package/dist/api-contracts/src/mail/account-contract.d.ts +72 -72
  50. package/dist/api-contracts/src/mail/mail-contract.d.ts +2598 -2598
  51. package/dist/api-contracts/src/mail/mail-server-contract.d.ts +26 -26
  52. package/dist/api-contracts/src/mail/message-contract.d.ts +272 -272
  53. package/dist/api-contracts/src/mail/room-contract.d.ts +1474 -1474
  54. package/dist/api-contracts/src/mail/schemas/account-validation.schema.d.ts +50 -50
  55. package/dist/api-contracts/src/mail/schemas/account.schema.d.ts +10 -10
  56. package/dist/api-contracts/src/mail/schemas/message.schema.d.ts +56 -56
  57. package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +478 -478
  58. package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +466 -466
  59. package/dist/api-contracts/src/messenger/index.d.ts +599 -599
  60. package/dist/api-contracts/src/messenger/schema.d.ts +16 -16
  61. package/dist/api-contracts/src/messenger/validation.d.ts +62 -62
  62. package/dist/api-contracts/src/notification/index.d.ts +26 -26
  63. package/dist/api-contracts/src/notification/schema.d.ts +18 -18
  64. package/dist/api-contracts/src/notification/validation.d.ts +10 -10
  65. package/dist/api-contracts/src/public-api/index.d.ts +84 -84
  66. package/dist/api-contracts/src/public-api/schema.d.ts +10 -10
  67. package/dist/api-contracts/src/public-api/validation.d.ts +20 -20
  68. package/dist/api-contracts/src/sms/index.d.ts +164 -164
  69. package/dist/api-contracts/src/sms/schema.d.ts +8 -8
  70. package/dist/api-contracts/src/sms/validation.d.ts +2 -2
  71. package/dist/api-contracts/src/snippet/index.d.ts +42 -42
  72. package/dist/api-contracts/src/snippet/schema.d.ts +10 -10
  73. package/dist/api-contracts/src/subscription/index.d.ts +186 -186
  74. package/dist/api-contracts/src/subscription/schema.d.ts +216 -216
  75. package/dist/api-contracts/src/subscription/validation.d.ts +2 -2
  76. package/dist/api-contracts/src/tag/index.d.ts +12 -12
  77. package/dist/api-contracts/src/tag/schema.d.ts +2 -2
  78. package/dist/api-contracts/src/telegram/index.d.ts +556 -556
  79. package/dist/api-contracts/src/telegram/validation.d.ts +4 -4
  80. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +14 -14
  81. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +4 -4
  82. package/dist/api-contracts/src/telephony-cdr/index.d.ts +186 -186
  83. package/dist/api-contracts/src/telephony-cdr/schema.d.ts +58 -58
  84. package/dist/api-contracts/src/tenant/schema.d.ts +2 -2
  85. package/dist/api-contracts/src/ticket/index.d.ts +328 -328
  86. package/dist/api-contracts/src/ticket/schema.d.ts +42 -42
  87. package/dist/api-contracts/src/user/index.d.ts +23 -23
  88. package/dist/api-contracts/src/user/schema.d.ts +2 -2
  89. package/dist/api-contracts/src/user/validation.d.ts +5 -5
  90. package/dist/api-contracts/src/user-presence-status-log/index.d.ts +4 -4
  91. package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +4 -4
  92. package/dist/api-contracts/src/viber/index.d.ts +568 -568
  93. package/dist/api-contracts/src/viber/validation.d.ts +4 -4
  94. package/dist/api-contracts/src/webchat/index.d.ts +562 -562
  95. package/dist/api-contracts/src/webchat/schema.d.ts +10 -10
  96. package/dist/api-contracts/src/webchat/validation.d.ts +2 -2
  97. package/dist/api-contracts/src/whatsapp/index.d.ts +562 -562
  98. package/dist/api-contracts/src/widget/index.d.ts +24 -24
  99. package/dist/api-contracts/src/widget/schema.d.ts +2 -2
  100. package/dist/api-contracts/src/widget/validation.d.ts +4 -4
  101. package/dist/api-contracts/src/workflow-rule/index.d.ts +424 -424
  102. package/dist/api-contracts/src/workflow-rule/schema.d.ts +2 -2
  103. package/dist/api-contracts/src/wrap-up-form/index.d.ts +26 -26
  104. package/dist/api-contracts/src/wrap-up-form/schema.d.ts +4 -4
  105. package/dist/api-contracts/utils.d.ts +1 -1
  106. package/dist/api-contracts/utils.d.ts.map +1 -1
  107. package/dist/index.js +16 -3
  108. package/dist/index.js.map +1 -1
  109. package/dist/index.mjs +16 -3
  110. package/dist/index.mjs.map +1 -1
  111. 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;
@@ -1962,8 +1962,8 @@ export declare const cxLogContract: {
1962
1962
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
1963
1963
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
1964
1964
  }, "strip", z.ZodTypeAny, {
1965
- name: string;
1966
1965
  id: string;
1966
+ name: string;
1967
1967
  accessToken?: string | undefined;
1968
1968
  channelSecret?: string | undefined;
1969
1969
  additionalCredentials?: any;
@@ -1991,8 +1991,8 @@ export declare const cxLogContract: {
1991
1991
  messengerIntegrationType?: "own" | "business" | undefined;
1992
1992
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1993
1993
  }, {
1994
- name: string;
1995
1994
  id: string;
1995
+ name: string;
1996
1996
  accessToken?: string | undefined;
1997
1997
  channelSecret?: string | undefined;
1998
1998
  additionalCredentials?: any;
@@ -2033,14 +2033,14 @@ export declare const cxLogContract: {
2033
2033
  integrationId: z.ZodString;
2034
2034
  accessToken: z.ZodString;
2035
2035
  }, "strip", z.ZodTypeAny, {
2036
- name: string;
2037
2036
  id: string;
2037
+ name: string;
2038
2038
  accessToken: string;
2039
2039
  botId: string;
2040
2040
  integrationId: string;
2041
2041
  }, {
2042
- name: string;
2043
2042
  id: string;
2043
+ name: string;
2044
2044
  accessToken: string;
2045
2045
  botId: string;
2046
2046
  integrationId: string;
@@ -2163,9 +2163,9 @@ export declare const cxLogContract: {
2163
2163
  telephonySignature: string | null;
2164
2164
  }>;
2165
2165
  }, "strip", z.ZodTypeAny, {
2166
- name: string;
2167
2166
  id: string;
2168
2167
  address: string | null;
2168
+ name: string;
2169
2169
  email: string;
2170
2170
  createdAt: Date;
2171
2171
  updatedAt: Date;
@@ -2206,9 +2206,9 @@ export declare const cxLogContract: {
2206
2206
  telephonySignature: string | null;
2207
2207
  };
2208
2208
  }, {
2209
- name: string;
2210
2209
  id: string;
2211
2210
  address: string | null;
2211
+ name: string;
2212
2212
  email: string;
2213
2213
  createdAt: Date;
2214
2214
  updatedAt: Date;
@@ -2250,12 +2250,12 @@ export declare const cxLogContract: {
2250
2250
  };
2251
2251
  }>;
2252
2252
  }, "strip", z.ZodTypeAny, {
2253
- name: string;
2254
2253
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2255
2254
  id: string;
2255
+ name: string;
2256
2256
  metadata: {
2257
- name: string;
2258
2257
  id: string;
2258
+ name: string;
2259
2259
  accessToken?: string | undefined;
2260
2260
  channelSecret?: string | undefined;
2261
2261
  additionalCredentials?: any;
@@ -2288,9 +2288,9 @@ export declare const cxLogContract: {
2288
2288
  updatedAt: Date;
2289
2289
  deletedAt: Date | null;
2290
2290
  actor: {
2291
- name: string;
2292
2291
  id: string;
2293
2292
  address: string | null;
2293
+ name: string;
2294
2294
  email: string;
2295
2295
  createdAt: Date;
2296
2296
  updatedAt: Date;
@@ -2337,19 +2337,19 @@ export declare const cxLogContract: {
2337
2337
  connectedUserName: string;
2338
2338
  connectedUserId: string;
2339
2339
  botpressBot: {
2340
- name: string;
2341
2340
  id: string;
2341
+ name: string;
2342
2342
  accessToken: string;
2343
2343
  botId: string;
2344
2344
  integrationId: string;
2345
2345
  } | null;
2346
2346
  }, {
2347
- name: string;
2348
2347
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2349
2348
  id: string;
2349
+ name: string;
2350
2350
  metadata: {
2351
- name: string;
2352
2351
  id: string;
2352
+ name: string;
2353
2353
  accessToken?: string | undefined;
2354
2354
  channelSecret?: string | undefined;
2355
2355
  additionalCredentials?: any;
@@ -2382,9 +2382,9 @@ export declare const cxLogContract: {
2382
2382
  updatedAt: Date;
2383
2383
  deletedAt: Date | null;
2384
2384
  actor: {
2385
- name: string;
2386
2385
  id: string;
2387
2386
  address: string | null;
2387
+ name: string;
2388
2388
  email: string;
2389
2389
  createdAt: Date;
2390
2390
  updatedAt: Date;
@@ -2431,8 +2431,8 @@ export declare const cxLogContract: {
2431
2431
  connectedUserName: string;
2432
2432
  connectedUserId: string;
2433
2433
  botpressBot: {
2434
- name: string;
2435
2434
  id: string;
2435
+ name: string;
2436
2436
  accessToken: string;
2437
2437
  botId: string;
2438
2438
  integrationId: string;
@@ -2441,12 +2441,12 @@ export declare const cxLogContract: {
2441
2441
  }, "strip", z.ZodTypeAny, {
2442
2442
  id: string;
2443
2443
  channel: {
2444
- name: string;
2445
2444
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2446
2445
  id: string;
2446
+ name: string;
2447
2447
  metadata: {
2448
- name: string;
2449
2448
  id: string;
2449
+ name: string;
2450
2450
  accessToken?: string | undefined;
2451
2451
  channelSecret?: string | undefined;
2452
2452
  additionalCredentials?: any;
@@ -2479,9 +2479,9 @@ export declare const cxLogContract: {
2479
2479
  updatedAt: Date;
2480
2480
  deletedAt: Date | null;
2481
2481
  actor: {
2482
- name: string;
2483
2482
  id: string;
2484
2483
  address: string | null;
2484
+ name: string;
2485
2485
  email: string;
2486
2486
  createdAt: Date;
2487
2487
  updatedAt: Date;
@@ -2528,8 +2528,8 @@ export declare const cxLogContract: {
2528
2528
  connectedUserName: string;
2529
2529
  connectedUserId: string;
2530
2530
  botpressBot: {
2531
- name: string;
2532
2531
  id: string;
2532
+ name: string;
2533
2533
  accessToken: string;
2534
2534
  botId: string;
2535
2535
  integrationId: string;
@@ -2540,9 +2540,9 @@ export declare const cxLogContract: {
2540
2540
  updatedAt: Date;
2541
2541
  deletedAt: Date | null;
2542
2542
  actor: {
2543
- name: string;
2544
2543
  id: string;
2545
2544
  address: string | null;
2545
+ name: string;
2546
2546
  email: string;
2547
2547
  createdAt: Date;
2548
2548
  updatedAt: Date;
@@ -2594,8 +2594,8 @@ export declare const cxLogContract: {
2594
2594
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2595
2595
  id: string;
2596
2596
  metadata: {
2597
- name: string;
2598
2597
  id: string;
2598
+ name: string;
2599
2599
  picture?: string | undefined;
2600
2600
  additionalCredentials?: any;
2601
2601
  };
@@ -2603,10 +2603,10 @@ export declare const cxLogContract: {
2603
2603
  updatedAt: Date;
2604
2604
  deletedAt: Date | null;
2605
2605
  contact: {
2606
- name: string;
2607
2606
  id: string;
2608
2607
  channel: string | null;
2609
2608
  address: string | null;
2609
+ name: string;
2610
2610
  createdAt: Date;
2611
2611
  updatedAt: Date;
2612
2612
  deletedAt: Date | null;
@@ -2651,8 +2651,8 @@ export declare const cxLogContract: {
2651
2651
  createdAt: Date;
2652
2652
  updatedAt: Date;
2653
2653
  deletedAt: Date | null;
2654
- name?: string | undefined;
2655
2654
  address?: string | null | undefined;
2655
+ name?: string | undefined;
2656
2656
  phone?: string | null | undefined;
2657
2657
  industry?: string | null | undefined;
2658
2658
  } | null;
@@ -2660,8 +2660,8 @@ export declare const cxLogContract: {
2660
2660
  contactProfile: string | null;
2661
2661
  socialProfileUrl: string | null;
2662
2662
  tags: {
2663
- name: string;
2664
2663
  id: string;
2664
+ name: string;
2665
2665
  createdAt: Date;
2666
2666
  updatedAt: Date;
2667
2667
  deletedAt: Date | null;
@@ -2686,8 +2686,8 @@ export declare const cxLogContract: {
2686
2686
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2687
2687
  id: string;
2688
2688
  metadata: {
2689
- name: string;
2690
2689
  id: string;
2690
+ name: string;
2691
2691
  picture?: string | undefined;
2692
2692
  additionalCredentials?: any;
2693
2693
  };
@@ -2718,9 +2718,9 @@ export declare const cxLogContract: {
2718
2718
  socialPlatformId: string;
2719
2719
  };
2720
2720
  assignee: {
2721
- name: string;
2722
2721
  id: string;
2723
2722
  address: string | null;
2723
+ name: string;
2724
2724
  email: string;
2725
2725
  createdAt: Date;
2726
2726
  updatedAt: Date;
@@ -2764,12 +2764,12 @@ export declare const cxLogContract: {
2764
2764
  }, {
2765
2765
  id: string;
2766
2766
  channel: {
2767
- name: string;
2768
2767
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2769
2768
  id: string;
2769
+ name: string;
2770
2770
  metadata: {
2771
- name: string;
2772
2771
  id: string;
2772
+ name: string;
2773
2773
  accessToken?: string | undefined;
2774
2774
  channelSecret?: string | undefined;
2775
2775
  additionalCredentials?: any;
@@ -2802,9 +2802,9 @@ export declare const cxLogContract: {
2802
2802
  updatedAt: Date;
2803
2803
  deletedAt: Date | null;
2804
2804
  actor: {
2805
- name: string;
2806
2805
  id: string;
2807
2806
  address: string | null;
2807
+ name: string;
2808
2808
  email: string;
2809
2809
  createdAt: Date;
2810
2810
  updatedAt: Date;
@@ -2851,8 +2851,8 @@ export declare const cxLogContract: {
2851
2851
  connectedUserName: string;
2852
2852
  connectedUserId: string;
2853
2853
  botpressBot: {
2854
- name: string;
2855
2854
  id: string;
2855
+ name: string;
2856
2856
  accessToken: string;
2857
2857
  botId: string;
2858
2858
  integrationId: string;
@@ -2863,9 +2863,9 @@ export declare const cxLogContract: {
2863
2863
  updatedAt: Date;
2864
2864
  deletedAt: Date | null;
2865
2865
  actor: {
2866
- name: string;
2867
2866
  id: string;
2868
2867
  address: string | null;
2868
+ name: string;
2869
2869
  email: string;
2870
2870
  createdAt: Date;
2871
2871
  updatedAt: Date;
@@ -2917,8 +2917,8 @@ export declare const cxLogContract: {
2917
2917
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2918
2918
  id: string;
2919
2919
  metadata: {
2920
- name: string;
2921
2920
  id: string;
2921
+ name: string;
2922
2922
  picture?: string | undefined;
2923
2923
  additionalCredentials?: any;
2924
2924
  };
@@ -2926,10 +2926,10 @@ export declare const cxLogContract: {
2926
2926
  updatedAt: Date;
2927
2927
  deletedAt: Date | null;
2928
2928
  contact: {
2929
- name: string;
2930
2929
  id: string;
2931
2930
  channel: string | null;
2932
2931
  address: string | null;
2932
+ name: string;
2933
2933
  createdAt: Date;
2934
2934
  updatedAt: Date;
2935
2935
  deletedAt: Date | null;
@@ -2974,8 +2974,8 @@ export declare const cxLogContract: {
2974
2974
  createdAt: Date;
2975
2975
  updatedAt: Date;
2976
2976
  deletedAt: Date | null;
2977
- name?: string | undefined;
2978
2977
  address?: string | null | undefined;
2978
+ name?: string | undefined;
2979
2979
  phone?: string | null | undefined;
2980
2980
  industry?: string | null | undefined;
2981
2981
  } | null;
@@ -2983,8 +2983,8 @@ export declare const cxLogContract: {
2983
2983
  contactProfile: string | null;
2984
2984
  socialProfileUrl: string | null;
2985
2985
  tags: {
2986
- name: string;
2987
2986
  id: string;
2987
+ name: string;
2988
2988
  createdAt: Date;
2989
2989
  updatedAt: Date;
2990
2990
  deletedAt: Date | null;
@@ -3009,8 +3009,8 @@ export declare const cxLogContract: {
3009
3009
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3010
3010
  id: string;
3011
3011
  metadata: {
3012
- name: string;
3013
3012
  id: string;
3013
+ name: string;
3014
3014
  picture?: string | undefined;
3015
3015
  additionalCredentials?: any;
3016
3016
  };
@@ -3041,9 +3041,9 @@ export declare const cxLogContract: {
3041
3041
  socialPlatformId: string;
3042
3042
  };
3043
3043
  assignee: {
3044
- name: string;
3045
3044
  id: string;
3046
3045
  address: string | null;
3046
+ name: string;
3047
3047
  email: string;
3048
3048
  createdAt: Date;
3049
3049
  updatedAt: Date;
@@ -3116,14 +3116,14 @@ export declare const cxLogContract: {
3116
3116
  deletedAt: z.ZodNullable<z.ZodDate>;
3117
3117
  name: z.ZodString;
3118
3118
  }, "strip", z.ZodTypeAny, {
3119
- name: string;
3120
3119
  id: string;
3120
+ name: string;
3121
3121
  createdAt: Date;
3122
3122
  updatedAt: Date;
3123
3123
  deletedAt: Date | null;
3124
3124
  }, {
3125
- name: string;
3126
3125
  id: string;
3126
+ name: string;
3127
3127
  createdAt: Date;
3128
3128
  updatedAt: Date;
3129
3129
  deletedAt: Date | null;
@@ -3279,8 +3279,8 @@ export declare const cxLogContract: {
3279
3279
  createdAt: Date;
3280
3280
  updatedAt: Date;
3281
3281
  deletedAt: Date | null;
3282
- name?: string | undefined;
3283
3282
  address?: string | null | undefined;
3283
+ name?: string | undefined;
3284
3284
  phone?: string | null | undefined;
3285
3285
  industry?: string | null | undefined;
3286
3286
  }, {
@@ -3288,8 +3288,8 @@ export declare const cxLogContract: {
3288
3288
  createdAt: Date;
3289
3289
  updatedAt: Date;
3290
3290
  deletedAt: Date | null;
3291
- name?: string | undefined;
3292
3291
  address?: string | null | undefined;
3292
+ name?: string | undefined;
3293
3293
  phone?: string | null | undefined;
3294
3294
  industry?: string | null | undefined;
3295
3295
  }>>;
@@ -3307,13 +3307,13 @@ export declare const cxLogContract: {
3307
3307
  picture: z.ZodOptional<z.ZodString>;
3308
3308
  additionalCredentials: z.ZodAny;
3309
3309
  }, "strip", z.ZodTypeAny, {
3310
- name: string;
3311
3310
  id: string;
3311
+ name: string;
3312
3312
  picture?: string | undefined;
3313
3313
  additionalCredentials?: any;
3314
3314
  }, {
3315
- name: string;
3316
3315
  id: string;
3316
+ name: string;
3317
3317
  picture?: string | undefined;
3318
3318
  additionalCredentials?: any;
3319
3319
  }>;
@@ -3321,8 +3321,8 @@ export declare const cxLogContract: {
3321
3321
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3322
3322
  id: string;
3323
3323
  metadata: {
3324
- name: string;
3325
3324
  id: string;
3325
+ name: string;
3326
3326
  picture?: string | undefined;
3327
3327
  additionalCredentials?: any;
3328
3328
  };
@@ -3335,8 +3335,8 @@ export declare const cxLogContract: {
3335
3335
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3336
3336
  id: string;
3337
3337
  metadata: {
3338
- name: string;
3339
3338
  id: string;
3339
+ name: string;
3340
3340
  picture?: string | undefined;
3341
3341
  additionalCredentials?: any;
3342
3342
  };
@@ -3646,10 +3646,10 @@ export declare const cxLogContract: {
3646
3646
  };
3647
3647
  }>, "many">>;
3648
3648
  }, "strip", z.ZodTypeAny, {
3649
- name: string;
3650
3649
  id: string;
3651
3650
  channel: string | null;
3652
3651
  address: string | null;
3652
+ name: string;
3653
3653
  createdAt: Date;
3654
3654
  updatedAt: Date;
3655
3655
  deletedAt: Date | null;
@@ -3694,8 +3694,8 @@ export declare const cxLogContract: {
3694
3694
  createdAt: Date;
3695
3695
  updatedAt: Date;
3696
3696
  deletedAt: Date | null;
3697
- name?: string | undefined;
3698
3697
  address?: string | null | undefined;
3698
+ name?: string | undefined;
3699
3699
  phone?: string | null | undefined;
3700
3700
  industry?: string | null | undefined;
3701
3701
  } | null;
@@ -3703,8 +3703,8 @@ export declare const cxLogContract: {
3703
3703
  contactProfile: string | null;
3704
3704
  socialProfileUrl: string | null;
3705
3705
  tags: {
3706
- name: string;
3707
3706
  id: string;
3707
+ name: string;
3708
3708
  createdAt: Date;
3709
3709
  updatedAt: Date;
3710
3710
  deletedAt: Date | null;
@@ -3729,8 +3729,8 @@ export declare const cxLogContract: {
3729
3729
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3730
3730
  id: string;
3731
3731
  metadata: {
3732
- name: string;
3733
3732
  id: string;
3733
+ name: string;
3734
3734
  picture?: string | undefined;
3735
3735
  additionalCredentials?: any;
3736
3736
  };
@@ -3757,10 +3757,10 @@ export declare const cxLogContract: {
3757
3757
  };
3758
3758
  }[] | undefined;
3759
3759
  }, {
3760
- name: string;
3761
3760
  id: string;
3762
3761
  channel: string | null;
3763
3762
  address: string | null;
3763
+ name: string;
3764
3764
  createdAt: Date;
3765
3765
  updatedAt: Date;
3766
3766
  deletedAt: Date | null;
@@ -3805,8 +3805,8 @@ export declare const cxLogContract: {
3805
3805
  createdAt: Date;
3806
3806
  updatedAt: Date;
3807
3807
  deletedAt: Date | null;
3808
- name?: string | undefined;
3809
3808
  address?: string | null | undefined;
3809
+ name?: string | undefined;
3810
3810
  phone?: string | null | undefined;
3811
3811
  industry?: string | null | undefined;
3812
3812
  } | null;
@@ -3814,8 +3814,8 @@ export declare const cxLogContract: {
3814
3814
  contactProfile: string | null;
3815
3815
  socialProfileUrl: string | null;
3816
3816
  tags: {
3817
- name: string;
3818
3817
  id: string;
3818
+ name: string;
3819
3819
  createdAt: Date;
3820
3820
  updatedAt: Date;
3821
3821
  deletedAt: Date | null;
@@ -3840,8 +3840,8 @@ export declare const cxLogContract: {
3840
3840
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3841
3841
  id: string;
3842
3842
  metadata: {
3843
- name: string;
3844
3843
  id: string;
3844
+ name: string;
3845
3845
  picture?: string | undefined;
3846
3846
  additionalCredentials?: any;
3847
3847
  };
@@ -4059,9 +4059,9 @@ export declare const cxLogContract: {
4059
4059
  telephonySignature: string | null;
4060
4060
  }>;
4061
4061
  }, "roles" | "extension">, "strip", z.ZodTypeAny, {
4062
- name: string;
4063
4062
  id: string;
4064
4063
  address: string | null;
4064
+ name: string;
4065
4065
  email: string;
4066
4066
  createdAt: Date;
4067
4067
  updatedAt: Date;
@@ -4071,9 +4071,9 @@ export declare const cxLogContract: {
4071
4071
  phone: string | null;
4072
4072
  notificationCount: number | null;
4073
4073
  }, {
4074
- name: string;
4075
4074
  id: string;
4076
4075
  address: string | null;
4076
+ name: string;
4077
4077
  email: string;
4078
4078
  createdAt: Date;
4079
4079
  updatedAt: Date;
@@ -4096,9 +4096,9 @@ export declare const cxLogContract: {
4096
4096
  }, "strip", z.ZodTypeAny, {
4097
4097
  id: string;
4098
4098
  user: {
4099
- name: string;
4100
4099
  id: string;
4101
4100
  address: string | null;
4101
+ name: string;
4102
4102
  email: string;
4103
4103
  createdAt: Date;
4104
4104
  updatedAt: Date;
@@ -4121,9 +4121,9 @@ export declare const cxLogContract: {
4121
4121
  }, {
4122
4122
  id: string;
4123
4123
  user: {
4124
- name: string;
4125
4124
  id: string;
4126
4125
  address: string | null;
4126
+ name: string;
4127
4127
  email: string;
4128
4128
  createdAt: Date;
4129
4129
  updatedAt: Date;
@@ -4264,9 +4264,9 @@ export declare const cxLogContract: {
4264
4264
  telephonySignature: string | null;
4265
4265
  }>;
4266
4266
  }, "roles" | "extension">, "strip", z.ZodTypeAny, {
4267
- name: string;
4268
4267
  id: string;
4269
4268
  address: string | null;
4269
+ name: string;
4270
4270
  email: string;
4271
4271
  createdAt: Date;
4272
4272
  updatedAt: Date;
@@ -4276,9 +4276,9 @@ export declare const cxLogContract: {
4276
4276
  phone: string | null;
4277
4277
  notificationCount: number | null;
4278
4278
  }, {
4279
- name: string;
4280
4279
  id: string;
4281
4280
  address: string | null;
4281
+ name: string;
4282
4282
  email: string;
4283
4283
  createdAt: Date;
4284
4284
  updatedAt: Date;
@@ -4301,9 +4301,9 @@ export declare const cxLogContract: {
4301
4301
  }, "strip", z.ZodTypeAny, {
4302
4302
  id: string;
4303
4303
  user: {
4304
- name: string;
4305
4304
  id: string;
4306
4305
  address: string | null;
4306
+ name: string;
4307
4307
  email: string;
4308
4308
  createdAt: Date;
4309
4309
  updatedAt: Date;
@@ -4326,9 +4326,9 @@ export declare const cxLogContract: {
4326
4326
  }, {
4327
4327
  id: string;
4328
4328
  user: {
4329
- name: string;
4330
4329
  id: string;
4331
4330
  address: string | null;
4331
+ name: string;
4332
4332
  email: string;
4333
4333
  createdAt: Date;
4334
4334
  updatedAt: Date;
@@ -4353,9 +4353,9 @@ export declare const cxLogContract: {
4353
4353
  callTo?: {
4354
4354
  id: string;
4355
4355
  user: {
4356
- name: string;
4357
4356
  id: string;
4358
4357
  address: string | null;
4358
+ name: string;
4359
4359
  email: string;
4360
4360
  createdAt: Date;
4361
4361
  updatedAt: Date;
@@ -4379,9 +4379,9 @@ export declare const cxLogContract: {
4379
4379
  callFrom?: {
4380
4380
  id: string;
4381
4381
  user: {
4382
- name: string;
4383
4382
  id: string;
4384
4383
  address: string | null;
4384
+ name: string;
4385
4385
  email: string;
4386
4386
  createdAt: Date;
4387
4387
  updatedAt: Date;
@@ -4406,9 +4406,9 @@ export declare const cxLogContract: {
4406
4406
  callTo?: {
4407
4407
  id: string;
4408
4408
  user: {
4409
- name: string;
4410
4409
  id: string;
4411
4410
  address: string | null;
4411
+ name: string;
4412
4412
  email: string;
4413
4413
  createdAt: Date;
4414
4414
  updatedAt: Date;
@@ -4432,9 +4432,9 @@ export declare const cxLogContract: {
4432
4432
  callFrom?: {
4433
4433
  id: string;
4434
4434
  user: {
4435
- name: string;
4436
4435
  id: string;
4437
4436
  address: string | null;
4437
+ name: string;
4438
4438
  email: string;
4439
4439
  createdAt: Date;
4440
4440
  updatedAt: Date;
@@ -4588,9 +4588,9 @@ export declare const cxLogContract: {
4588
4588
  telephonySignature: string | null;
4589
4589
  }>;
4590
4590
  }, "strip", z.ZodTypeAny, {
4591
- name: string;
4592
4591
  id: string;
4593
4592
  address: string | null;
4593
+ name: string;
4594
4594
  email: string;
4595
4595
  createdAt: Date;
4596
4596
  updatedAt: Date;
@@ -4631,9 +4631,9 @@ export declare const cxLogContract: {
4631
4631
  telephonySignature: string | null;
4632
4632
  };
4633
4633
  }, {
4634
- name: string;
4635
4634
  id: string;
4636
4635
  address: string | null;
4636
+ name: string;
4637
4637
  email: string;
4638
4638
  createdAt: Date;
4639
4639
  updatedAt: Date;
@@ -4687,9 +4687,9 @@ export declare const cxLogContract: {
4687
4687
  extensionName: string;
4688
4688
  telephonySignature: string | null;
4689
4689
  user?: {
4690
- name: string;
4691
4690
  id: string;
4692
4691
  address: string | null;
4692
+ name: string;
4693
4693
  email: string;
4694
4694
  createdAt: Date;
4695
4695
  updatedAt: Date;
@@ -4743,9 +4743,9 @@ export declare const cxLogContract: {
4743
4743
  extensionName: string;
4744
4744
  telephonySignature: string | null;
4745
4745
  user?: {
4746
- name: string;
4747
4746
  id: string;
4748
4747
  address: string | null;
4748
+ name: string;
4749
4749
  email: string;
4750
4750
  createdAt: Date;
4751
4751
  updatedAt: Date;
@@ -4815,9 +4815,9 @@ export declare const cxLogContract: {
4815
4815
  callTo?: {
4816
4816
  id: string;
4817
4817
  user: {
4818
- name: string;
4819
4818
  id: string;
4820
4819
  address: string | null;
4820
+ name: string;
4821
4821
  email: string;
4822
4822
  createdAt: Date;
4823
4823
  updatedAt: Date;
@@ -4841,9 +4841,9 @@ export declare const cxLogContract: {
4841
4841
  callFrom?: {
4842
4842
  id: string;
4843
4843
  user: {
4844
- name: string;
4845
4844
  id: string;
4846
4845
  address: string | null;
4846
+ name: string;
4847
4847
  email: string;
4848
4848
  createdAt: Date;
4849
4849
  updatedAt: Date;
@@ -4869,10 +4869,10 @@ export declare const cxLogContract: {
4869
4869
  telephonyQueueId: string | null;
4870
4870
  contactId: string | null;
4871
4871
  contact?: {
4872
- name: string;
4873
4872
  id: string;
4874
4873
  channel: string | null;
4875
4874
  address: string | null;
4875
+ name: string;
4876
4876
  createdAt: Date;
4877
4877
  updatedAt: Date;
4878
4878
  deletedAt: Date | null;
@@ -4917,8 +4917,8 @@ export declare const cxLogContract: {
4917
4917
  createdAt: Date;
4918
4918
  updatedAt: Date;
4919
4919
  deletedAt: Date | null;
4920
- name?: string | undefined;
4921
4920
  address?: string | null | undefined;
4921
+ name?: string | undefined;
4922
4922
  phone?: string | null | undefined;
4923
4923
  industry?: string | null | undefined;
4924
4924
  } | null;
@@ -4926,8 +4926,8 @@ export declare const cxLogContract: {
4926
4926
  contactProfile: string | null;
4927
4927
  socialProfileUrl: string | null;
4928
4928
  tags: {
4929
- name: string;
4930
4929
  id: string;
4930
+ name: string;
4931
4931
  createdAt: Date;
4932
4932
  updatedAt: Date;
4933
4933
  deletedAt: Date | null;
@@ -4952,8 +4952,8 @@ export declare const cxLogContract: {
4952
4952
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
4953
4953
  id: string;
4954
4954
  metadata: {
4955
- name: string;
4956
4955
  id: string;
4956
+ name: string;
4957
4957
  picture?: string | undefined;
4958
4958
  additionalCredentials?: any;
4959
4959
  };
@@ -5015,9 +5015,9 @@ export declare const cxLogContract: {
5015
5015
  extensionName: string;
5016
5016
  telephonySignature: string | null;
5017
5017
  user?: {
5018
- name: string;
5019
5018
  id: string;
5020
5019
  address: string | null;
5020
+ name: string;
5021
5021
  email: string;
5022
5022
  createdAt: Date;
5023
5023
  updatedAt: Date;
@@ -5085,9 +5085,9 @@ export declare const cxLogContract: {
5085
5085
  callTo?: {
5086
5086
  id: string;
5087
5087
  user: {
5088
- name: string;
5089
5088
  id: string;
5090
5089
  address: string | null;
5090
+ name: string;
5091
5091
  email: string;
5092
5092
  createdAt: Date;
5093
5093
  updatedAt: Date;
@@ -5111,9 +5111,9 @@ export declare const cxLogContract: {
5111
5111
  callFrom?: {
5112
5112
  id: string;
5113
5113
  user: {
5114
- name: string;
5115
5114
  id: string;
5116
5115
  address: string | null;
5116
+ name: string;
5117
5117
  email: string;
5118
5118
  createdAt: Date;
5119
5119
  updatedAt: Date;
@@ -5139,10 +5139,10 @@ export declare const cxLogContract: {
5139
5139
  telephonyQueueId: string | null;
5140
5140
  contactId: string | null;
5141
5141
  contact?: {
5142
- name: string;
5143
5142
  id: string;
5144
5143
  channel: string | null;
5145
5144
  address: string | null;
5145
+ name: string;
5146
5146
  createdAt: Date;
5147
5147
  updatedAt: Date;
5148
5148
  deletedAt: Date | null;
@@ -5187,8 +5187,8 @@ export declare const cxLogContract: {
5187
5187
  createdAt: Date;
5188
5188
  updatedAt: Date;
5189
5189
  deletedAt: Date | null;
5190
- name?: string | undefined;
5191
5190
  address?: string | null | undefined;
5191
+ name?: string | undefined;
5192
5192
  phone?: string | null | undefined;
5193
5193
  industry?: string | null | undefined;
5194
5194
  } | null;
@@ -5196,8 +5196,8 @@ export declare const cxLogContract: {
5196
5196
  contactProfile: string | null;
5197
5197
  socialProfileUrl: string | null;
5198
5198
  tags: {
5199
- name: string;
5200
5199
  id: string;
5200
+ name: string;
5201
5201
  createdAt: Date;
5202
5202
  updatedAt: Date;
5203
5203
  deletedAt: Date | null;
@@ -5222,8 +5222,8 @@ export declare const cxLogContract: {
5222
5222
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5223
5223
  id: string;
5224
5224
  metadata: {
5225
- name: string;
5226
5225
  id: string;
5226
+ name: string;
5227
5227
  picture?: string | undefined;
5228
5228
  additionalCredentials?: any;
5229
5229
  };
@@ -5285,9 +5285,9 @@ export declare const cxLogContract: {
5285
5285
  extensionName: string;
5286
5286
  telephonySignature: string | null;
5287
5287
  user?: {
5288
- name: string;
5289
5288
  id: string;
5290
5289
  address: string | null;
5290
+ name: string;
5291
5291
  email: string;
5292
5292
  createdAt: Date;
5293
5293
  updatedAt: Date;
@@ -5355,14 +5355,14 @@ export declare const cxLogContract: {
5355
5355
  deletedAt: z.ZodNullable<z.ZodDate>;
5356
5356
  name: z.ZodString;
5357
5357
  }, "strip", z.ZodTypeAny, {
5358
- name: string;
5359
5358
  id: string;
5359
+ name: string;
5360
5360
  createdAt: Date;
5361
5361
  updatedAt: Date;
5362
5362
  deletedAt: Date | null;
5363
5363
  }, {
5364
- name: string;
5365
5364
  id: string;
5365
+ name: string;
5366
5366
  createdAt: Date;
5367
5367
  updatedAt: Date;
5368
5368
  deletedAt: Date | null;
@@ -5518,8 +5518,8 @@ export declare const cxLogContract: {
5518
5518
  createdAt: Date;
5519
5519
  updatedAt: Date;
5520
5520
  deletedAt: Date | null;
5521
- name?: string | undefined;
5522
5521
  address?: string | null | undefined;
5522
+ name?: string | undefined;
5523
5523
  phone?: string | null | undefined;
5524
5524
  industry?: string | null | undefined;
5525
5525
  }, {
@@ -5527,8 +5527,8 @@ export declare const cxLogContract: {
5527
5527
  createdAt: Date;
5528
5528
  updatedAt: Date;
5529
5529
  deletedAt: Date | null;
5530
- name?: string | undefined;
5531
5530
  address?: string | null | undefined;
5531
+ name?: string | undefined;
5532
5532
  phone?: string | null | undefined;
5533
5533
  industry?: string | null | undefined;
5534
5534
  }>>;
@@ -5546,13 +5546,13 @@ export declare const cxLogContract: {
5546
5546
  picture: z.ZodOptional<z.ZodString>;
5547
5547
  additionalCredentials: z.ZodAny;
5548
5548
  }, "strip", z.ZodTypeAny, {
5549
- name: string;
5550
5549
  id: string;
5550
+ name: string;
5551
5551
  picture?: string | undefined;
5552
5552
  additionalCredentials?: any;
5553
5553
  }, {
5554
- name: string;
5555
5554
  id: string;
5555
+ name: string;
5556
5556
  picture?: string | undefined;
5557
5557
  additionalCredentials?: any;
5558
5558
  }>;
@@ -5560,8 +5560,8 @@ export declare const cxLogContract: {
5560
5560
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5561
5561
  id: string;
5562
5562
  metadata: {
5563
- name: string;
5564
5563
  id: string;
5564
+ name: string;
5565
5565
  picture?: string | undefined;
5566
5566
  additionalCredentials?: any;
5567
5567
  };
@@ -5574,8 +5574,8 @@ export declare const cxLogContract: {
5574
5574
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5575
5575
  id: string;
5576
5576
  metadata: {
5577
- name: string;
5578
5577
  id: string;
5578
+ name: string;
5579
5579
  picture?: string | undefined;
5580
5580
  additionalCredentials?: any;
5581
5581
  };
@@ -5885,10 +5885,10 @@ export declare const cxLogContract: {
5885
5885
  };
5886
5886
  }>, "many">>;
5887
5887
  }, "strip", z.ZodTypeAny, {
5888
- name: string;
5889
5888
  id: string;
5890
5889
  channel: string | null;
5891
5890
  address: string | null;
5891
+ name: string;
5892
5892
  createdAt: Date;
5893
5893
  updatedAt: Date;
5894
5894
  deletedAt: Date | null;
@@ -5933,8 +5933,8 @@ export declare const cxLogContract: {
5933
5933
  createdAt: Date;
5934
5934
  updatedAt: Date;
5935
5935
  deletedAt: Date | null;
5936
- name?: string | undefined;
5937
5936
  address?: string | null | undefined;
5937
+ name?: string | undefined;
5938
5938
  phone?: string | null | undefined;
5939
5939
  industry?: string | null | undefined;
5940
5940
  } | null;
@@ -5942,8 +5942,8 @@ export declare const cxLogContract: {
5942
5942
  contactProfile: string | null;
5943
5943
  socialProfileUrl: string | null;
5944
5944
  tags: {
5945
- name: string;
5946
5945
  id: string;
5946
+ name: string;
5947
5947
  createdAt: Date;
5948
5948
  updatedAt: Date;
5949
5949
  deletedAt: Date | null;
@@ -5968,8 +5968,8 @@ export declare const cxLogContract: {
5968
5968
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5969
5969
  id: string;
5970
5970
  metadata: {
5971
- name: string;
5972
5971
  id: string;
5972
+ name: string;
5973
5973
  picture?: string | undefined;
5974
5974
  additionalCredentials?: any;
5975
5975
  };
@@ -5996,10 +5996,10 @@ export declare const cxLogContract: {
5996
5996
  };
5997
5997
  }[] | undefined;
5998
5998
  }, {
5999
- name: string;
6000
5999
  id: string;
6001
6000
  channel: string | null;
6002
6001
  address: string | null;
6002
+ name: string;
6003
6003
  createdAt: Date;
6004
6004
  updatedAt: Date;
6005
6005
  deletedAt: Date | null;
@@ -6044,8 +6044,8 @@ export declare const cxLogContract: {
6044
6044
  createdAt: Date;
6045
6045
  updatedAt: Date;
6046
6046
  deletedAt: Date | null;
6047
- name?: string | undefined;
6048
6047
  address?: string | null | undefined;
6048
+ name?: string | undefined;
6049
6049
  phone?: string | null | undefined;
6050
6050
  industry?: string | null | undefined;
6051
6051
  } | null;
@@ -6053,8 +6053,8 @@ export declare const cxLogContract: {
6053
6053
  contactProfile: string | null;
6054
6054
  socialProfileUrl: string | null;
6055
6055
  tags: {
6056
- name: string;
6057
6056
  id: string;
6057
+ name: string;
6058
6058
  createdAt: Date;
6059
6059
  updatedAt: Date;
6060
6060
  deletedAt: Date | null;
@@ -6079,8 +6079,8 @@ export declare const cxLogContract: {
6079
6079
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6080
6080
  id: string;
6081
6081
  metadata: {
6082
- name: string;
6083
6082
  id: string;
6083
+ name: string;
6084
6084
  picture?: string | undefined;
6085
6085
  additionalCredentials?: any;
6086
6086
  };
@@ -6225,9 +6225,9 @@ export declare const cxLogContract: {
6225
6225
  telephonySignature: string | null;
6226
6226
  }>;
6227
6227
  }, "strip", z.ZodTypeAny, {
6228
- name: string;
6229
6228
  id: string;
6230
6229
  address: string | null;
6230
+ name: string;
6231
6231
  email: string;
6232
6232
  createdAt: Date;
6233
6233
  updatedAt: Date;
@@ -6268,9 +6268,9 @@ export declare const cxLogContract: {
6268
6268
  telephonySignature: string | null;
6269
6269
  };
6270
6270
  }, {
6271
- name: string;
6272
6271
  id: string;
6273
6272
  address: string | null;
6273
+ name: string;
6274
6274
  email: string;
6275
6275
  createdAt: Date;
6276
6276
  updatedAt: Date;
@@ -6429,9 +6429,9 @@ export declare const cxLogContract: {
6429
6429
  telephonySignature: string | null;
6430
6430
  }>;
6431
6431
  }, "strip", z.ZodTypeAny, {
6432
- name: string;
6433
6432
  id: string;
6434
6433
  address: string | null;
6434
+ name: string;
6435
6435
  email: string;
6436
6436
  createdAt: Date;
6437
6437
  updatedAt: Date;
@@ -6472,9 +6472,9 @@ export declare const cxLogContract: {
6472
6472
  telephonySignature: string | null;
6473
6473
  };
6474
6474
  }, {
6475
- name: string;
6476
6475
  id: string;
6477
6476
  address: string | null;
6477
+ name: string;
6478
6478
  email: string;
6479
6479
  createdAt: Date;
6480
6480
  updatedAt: Date;
@@ -6633,9 +6633,9 @@ export declare const cxLogContract: {
6633
6633
  telephonySignature: string | null;
6634
6634
  }>;
6635
6635
  }, "strip", z.ZodTypeAny, {
6636
- name: string;
6637
6636
  id: string;
6638
6637
  address: string | null;
6638
+ name: string;
6639
6639
  email: string;
6640
6640
  createdAt: Date;
6641
6641
  updatedAt: Date;
@@ -6676,9 +6676,9 @@ export declare const cxLogContract: {
6676
6676
  telephonySignature: string | null;
6677
6677
  };
6678
6678
  }, {
6679
- name: string;
6680
6679
  id: string;
6681
6680
  address: string | null;
6681
+ name: string;
6682
6682
  email: string;
6683
6683
  createdAt: Date;
6684
6684
  updatedAt: Date;
@@ -6757,10 +6757,10 @@ export declare const cxLogContract: {
6757
6757
  deletedAt: Date | null;
6758
6758
  entityId: string;
6759
6759
  contact: {
6760
- name: string;
6761
6760
  id: string;
6762
6761
  channel: string | null;
6763
6762
  address: string | null;
6763
+ name: string;
6764
6764
  createdAt: Date;
6765
6765
  updatedAt: Date;
6766
6766
  deletedAt: Date | null;
@@ -6805,8 +6805,8 @@ export declare const cxLogContract: {
6805
6805
  createdAt: Date;
6806
6806
  updatedAt: Date;
6807
6807
  deletedAt: Date | null;
6808
- name?: string | undefined;
6809
6808
  address?: string | null | undefined;
6809
+ name?: string | undefined;
6810
6810
  phone?: string | null | undefined;
6811
6811
  industry?: string | null | undefined;
6812
6812
  } | null;
@@ -6814,8 +6814,8 @@ export declare const cxLogContract: {
6814
6814
  contactProfile: string | null;
6815
6815
  socialProfileUrl: string | null;
6816
6816
  tags: {
6817
- name: string;
6818
6817
  id: string;
6818
+ name: string;
6819
6819
  createdAt: Date;
6820
6820
  updatedAt: Date;
6821
6821
  deletedAt: Date | null;
@@ -6840,8 +6840,8 @@ export declare const cxLogContract: {
6840
6840
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6841
6841
  id: string;
6842
6842
  metadata: {
6843
- name: string;
6844
6843
  id: string;
6844
+ name: string;
6845
6845
  picture?: string | undefined;
6846
6846
  additionalCredentials?: any;
6847
6847
  };
@@ -6907,8 +6907,8 @@ export declare const cxLogContract: {
6907
6907
  }[];
6908
6908
  }[];
6909
6909
  tags: {
6910
- name: string;
6911
6910
  id: string;
6911
+ name: string;
6912
6912
  createdAt: Date;
6913
6913
  updatedAt: Date;
6914
6914
  deletedAt: Date | null;
@@ -6947,12 +6947,12 @@ export declare const cxLogContract: {
6947
6947
  room: {
6948
6948
  id: string;
6949
6949
  channel: {
6950
- name: string;
6951
6950
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6952
6951
  id: string;
6952
+ name: string;
6953
6953
  metadata: {
6954
- name: string;
6955
6954
  id: string;
6955
+ name: string;
6956
6956
  accessToken?: string | undefined;
6957
6957
  channelSecret?: string | undefined;
6958
6958
  additionalCredentials?: any;
@@ -6985,9 +6985,9 @@ export declare const cxLogContract: {
6985
6985
  updatedAt: Date;
6986
6986
  deletedAt: Date | null;
6987
6987
  actor: {
6988
- name: string;
6989
6988
  id: string;
6990
6989
  address: string | null;
6990
+ name: string;
6991
6991
  email: string;
6992
6992
  createdAt: Date;
6993
6993
  updatedAt: Date;
@@ -7034,8 +7034,8 @@ export declare const cxLogContract: {
7034
7034
  connectedUserName: string;
7035
7035
  connectedUserId: string;
7036
7036
  botpressBot: {
7037
- name: string;
7038
7037
  id: string;
7038
+ name: string;
7039
7039
  accessToken: string;
7040
7040
  botId: string;
7041
7041
  integrationId: string;
@@ -7046,9 +7046,9 @@ export declare const cxLogContract: {
7046
7046
  updatedAt: Date;
7047
7047
  deletedAt: Date | null;
7048
7048
  actor: {
7049
- name: string;
7050
7049
  id: string;
7051
7050
  address: string | null;
7051
+ name: string;
7052
7052
  email: string;
7053
7053
  createdAt: Date;
7054
7054
  updatedAt: Date;
@@ -7100,8 +7100,8 @@ export declare const cxLogContract: {
7100
7100
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7101
7101
  id: string;
7102
7102
  metadata: {
7103
- name: string;
7104
7103
  id: string;
7104
+ name: string;
7105
7105
  picture?: string | undefined;
7106
7106
  additionalCredentials?: any;
7107
7107
  };
@@ -7109,10 +7109,10 @@ export declare const cxLogContract: {
7109
7109
  updatedAt: Date;
7110
7110
  deletedAt: Date | null;
7111
7111
  contact: {
7112
- name: string;
7113
7112
  id: string;
7114
7113
  channel: string | null;
7115
7114
  address: string | null;
7115
+ name: string;
7116
7116
  createdAt: Date;
7117
7117
  updatedAt: Date;
7118
7118
  deletedAt: Date | null;
@@ -7157,8 +7157,8 @@ export declare const cxLogContract: {
7157
7157
  createdAt: Date;
7158
7158
  updatedAt: Date;
7159
7159
  deletedAt: Date | null;
7160
- name?: string | undefined;
7161
7160
  address?: string | null | undefined;
7161
+ name?: string | undefined;
7162
7162
  phone?: string | null | undefined;
7163
7163
  industry?: string | null | undefined;
7164
7164
  } | null;
@@ -7166,8 +7166,8 @@ export declare const cxLogContract: {
7166
7166
  contactProfile: string | null;
7167
7167
  socialProfileUrl: string | null;
7168
7168
  tags: {
7169
- name: string;
7170
7169
  id: string;
7170
+ name: string;
7171
7171
  createdAt: Date;
7172
7172
  updatedAt: Date;
7173
7173
  deletedAt: Date | null;
@@ -7192,8 +7192,8 @@ export declare const cxLogContract: {
7192
7192
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7193
7193
  id: string;
7194
7194
  metadata: {
7195
- name: string;
7196
7195
  id: string;
7196
+ name: string;
7197
7197
  picture?: string | undefined;
7198
7198
  additionalCredentials?: any;
7199
7199
  };
@@ -7224,9 +7224,9 @@ export declare const cxLogContract: {
7224
7224
  socialPlatformId: string;
7225
7225
  };
7226
7226
  assignee: {
7227
- name: string;
7228
7227
  id: string;
7229
7228
  address: string | null;
7229
+ name: string;
7230
7230
  email: string;
7231
7231
  createdAt: Date;
7232
7232
  updatedAt: Date;
@@ -7294,9 +7294,9 @@ export declare const cxLogContract: {
7294
7294
  callTo?: {
7295
7295
  id: string;
7296
7296
  user: {
7297
- name: string;
7298
7297
  id: string;
7299
7298
  address: string | null;
7299
+ name: string;
7300
7300
  email: string;
7301
7301
  createdAt: Date;
7302
7302
  updatedAt: Date;
@@ -7320,9 +7320,9 @@ export declare const cxLogContract: {
7320
7320
  callFrom?: {
7321
7321
  id: string;
7322
7322
  user: {
7323
- name: string;
7324
7323
  id: string;
7325
7324
  address: string | null;
7325
+ name: string;
7326
7326
  email: string;
7327
7327
  createdAt: Date;
7328
7328
  updatedAt: Date;
@@ -7348,10 +7348,10 @@ export declare const cxLogContract: {
7348
7348
  telephonyQueueId: string | null;
7349
7349
  contactId: string | null;
7350
7350
  contact?: {
7351
- name: string;
7352
7351
  id: string;
7353
7352
  channel: string | null;
7354
7353
  address: string | null;
7354
+ name: string;
7355
7355
  createdAt: Date;
7356
7356
  updatedAt: Date;
7357
7357
  deletedAt: Date | null;
@@ -7396,8 +7396,8 @@ export declare const cxLogContract: {
7396
7396
  createdAt: Date;
7397
7397
  updatedAt: Date;
7398
7398
  deletedAt: Date | null;
7399
- name?: string | undefined;
7400
7399
  address?: string | null | undefined;
7400
+ name?: string | undefined;
7401
7401
  phone?: string | null | undefined;
7402
7402
  industry?: string | null | undefined;
7403
7403
  } | null;
@@ -7405,8 +7405,8 @@ export declare const cxLogContract: {
7405
7405
  contactProfile: string | null;
7406
7406
  socialProfileUrl: string | null;
7407
7407
  tags: {
7408
- name: string;
7409
7408
  id: string;
7409
+ name: string;
7410
7410
  createdAt: Date;
7411
7411
  updatedAt: Date;
7412
7412
  deletedAt: Date | null;
@@ -7431,8 +7431,8 @@ export declare const cxLogContract: {
7431
7431
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7432
7432
  id: string;
7433
7433
  metadata: {
7434
- name: string;
7435
7434
  id: string;
7435
+ name: string;
7436
7436
  picture?: string | undefined;
7437
7437
  additionalCredentials?: any;
7438
7438
  };
@@ -7494,9 +7494,9 @@ export declare const cxLogContract: {
7494
7494
  extensionName: string;
7495
7495
  telephonySignature: string | null;
7496
7496
  user?: {
7497
- name: string;
7498
7497
  id: string;
7499
7498
  address: string | null;
7499
+ name: string;
7500
7500
  email: string;
7501
7501
  createdAt: Date;
7502
7502
  updatedAt: Date;
@@ -7543,9 +7543,9 @@ export declare const cxLogContract: {
7543
7543
  queueName?: string | null | undefined;
7544
7544
  } | null;
7545
7545
  firstAssignee: {
7546
- name: string;
7547
7546
  id: string;
7548
7547
  address: string | null;
7548
+ name: string;
7549
7549
  email: string;
7550
7550
  createdAt: Date;
7551
7551
  updatedAt: Date;
@@ -7587,9 +7587,9 @@ export declare const cxLogContract: {
7587
7587
  };
7588
7588
  } | null;
7589
7589
  agent: {
7590
- name: string;
7591
7590
  id: string;
7592
7591
  address: string | null;
7592
+ name: string;
7593
7593
  email: string;
7594
7594
  createdAt: Date;
7595
7595
  updatedAt: Date;
@@ -7631,9 +7631,9 @@ export declare const cxLogContract: {
7631
7631
  };
7632
7632
  } | null;
7633
7633
  closedAssignee: {
7634
- name: string;
7635
7634
  id: string;
7636
7635
  address: string | null;
7636
+ name: string;
7637
7637
  email: string;
7638
7638
  createdAt: Date;
7639
7639
  updatedAt: Date;
@@ -7694,10 +7694,10 @@ export declare const cxLogContract: {
7694
7694
  deletedAt: Date | null;
7695
7695
  entityId: string;
7696
7696
  contact: {
7697
- name: string;
7698
7697
  id: string;
7699
7698
  channel: string | null;
7700
7699
  address: string | null;
7700
+ name: string;
7701
7701
  createdAt: Date;
7702
7702
  updatedAt: Date;
7703
7703
  deletedAt: Date | null;
@@ -7742,8 +7742,8 @@ export declare const cxLogContract: {
7742
7742
  createdAt: Date;
7743
7743
  updatedAt: Date;
7744
7744
  deletedAt: Date | null;
7745
- name?: string | undefined;
7746
7745
  address?: string | null | undefined;
7746
+ name?: string | undefined;
7747
7747
  phone?: string | null | undefined;
7748
7748
  industry?: string | null | undefined;
7749
7749
  } | null;
@@ -7751,8 +7751,8 @@ export declare const cxLogContract: {
7751
7751
  contactProfile: string | null;
7752
7752
  socialProfileUrl: string | null;
7753
7753
  tags: {
7754
- name: string;
7755
7754
  id: string;
7755
+ name: string;
7756
7756
  createdAt: Date;
7757
7757
  updatedAt: Date;
7758
7758
  deletedAt: Date | null;
@@ -7777,8 +7777,8 @@ export declare const cxLogContract: {
7777
7777
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7778
7778
  id: string;
7779
7779
  metadata: {
7780
- name: string;
7781
7780
  id: string;
7781
+ name: string;
7782
7782
  picture?: string | undefined;
7783
7783
  additionalCredentials?: any;
7784
7784
  };
@@ -7844,8 +7844,8 @@ export declare const cxLogContract: {
7844
7844
  }[];
7845
7845
  }[];
7846
7846
  tags: {
7847
- name: string;
7848
7847
  id: string;
7848
+ name: string;
7849
7849
  createdAt: Date;
7850
7850
  updatedAt: Date;
7851
7851
  deletedAt: Date | null;
@@ -7884,12 +7884,12 @@ export declare const cxLogContract: {
7884
7884
  room: {
7885
7885
  id: string;
7886
7886
  channel: {
7887
- name: string;
7888
7887
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7889
7888
  id: string;
7889
+ name: string;
7890
7890
  metadata: {
7891
- name: string;
7892
7891
  id: string;
7892
+ name: string;
7893
7893
  accessToken?: string | undefined;
7894
7894
  channelSecret?: string | undefined;
7895
7895
  additionalCredentials?: any;
@@ -7922,9 +7922,9 @@ export declare const cxLogContract: {
7922
7922
  updatedAt: Date;
7923
7923
  deletedAt: Date | null;
7924
7924
  actor: {
7925
- name: string;
7926
7925
  id: string;
7927
7926
  address: string | null;
7927
+ name: string;
7928
7928
  email: string;
7929
7929
  createdAt: Date;
7930
7930
  updatedAt: Date;
@@ -7971,8 +7971,8 @@ export declare const cxLogContract: {
7971
7971
  connectedUserName: string;
7972
7972
  connectedUserId: string;
7973
7973
  botpressBot: {
7974
- name: string;
7975
7974
  id: string;
7975
+ name: string;
7976
7976
  accessToken: string;
7977
7977
  botId: string;
7978
7978
  integrationId: string;
@@ -7983,9 +7983,9 @@ export declare const cxLogContract: {
7983
7983
  updatedAt: Date;
7984
7984
  deletedAt: Date | null;
7985
7985
  actor: {
7986
- name: string;
7987
7986
  id: string;
7988
7987
  address: string | null;
7988
+ name: string;
7989
7989
  email: string;
7990
7990
  createdAt: Date;
7991
7991
  updatedAt: Date;
@@ -8037,8 +8037,8 @@ export declare const cxLogContract: {
8037
8037
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8038
8038
  id: string;
8039
8039
  metadata: {
8040
- name: string;
8041
8040
  id: string;
8041
+ name: string;
8042
8042
  picture?: string | undefined;
8043
8043
  additionalCredentials?: any;
8044
8044
  };
@@ -8046,10 +8046,10 @@ export declare const cxLogContract: {
8046
8046
  updatedAt: Date;
8047
8047
  deletedAt: Date | null;
8048
8048
  contact: {
8049
- name: string;
8050
8049
  id: string;
8051
8050
  channel: string | null;
8052
8051
  address: string | null;
8052
+ name: string;
8053
8053
  createdAt: Date;
8054
8054
  updatedAt: Date;
8055
8055
  deletedAt: Date | null;
@@ -8094,8 +8094,8 @@ export declare const cxLogContract: {
8094
8094
  createdAt: Date;
8095
8095
  updatedAt: Date;
8096
8096
  deletedAt: Date | null;
8097
- name?: string | undefined;
8098
8097
  address?: string | null | undefined;
8098
+ name?: string | undefined;
8099
8099
  phone?: string | null | undefined;
8100
8100
  industry?: string | null | undefined;
8101
8101
  } | null;
@@ -8103,8 +8103,8 @@ export declare const cxLogContract: {
8103
8103
  contactProfile: string | null;
8104
8104
  socialProfileUrl: string | null;
8105
8105
  tags: {
8106
- name: string;
8107
8106
  id: string;
8107
+ name: string;
8108
8108
  createdAt: Date;
8109
8109
  updatedAt: Date;
8110
8110
  deletedAt: Date | null;
@@ -8129,8 +8129,8 @@ export declare const cxLogContract: {
8129
8129
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8130
8130
  id: string;
8131
8131
  metadata: {
8132
- name: string;
8133
8132
  id: string;
8133
+ name: string;
8134
8134
  picture?: string | undefined;
8135
8135
  additionalCredentials?: any;
8136
8136
  };
@@ -8161,9 +8161,9 @@ export declare const cxLogContract: {
8161
8161
  socialPlatformId: string;
8162
8162
  };
8163
8163
  assignee: {
8164
- name: string;
8165
8164
  id: string;
8166
8165
  address: string | null;
8166
+ name: string;
8167
8167
  email: string;
8168
8168
  createdAt: Date;
8169
8169
  updatedAt: Date;
@@ -8231,9 +8231,9 @@ export declare const cxLogContract: {
8231
8231
  callTo?: {
8232
8232
  id: string;
8233
8233
  user: {
8234
- name: string;
8235
8234
  id: string;
8236
8235
  address: string | null;
8236
+ name: string;
8237
8237
  email: string;
8238
8238
  createdAt: Date;
8239
8239
  updatedAt: Date;
@@ -8257,9 +8257,9 @@ export declare const cxLogContract: {
8257
8257
  callFrom?: {
8258
8258
  id: string;
8259
8259
  user: {
8260
- name: string;
8261
8260
  id: string;
8262
8261
  address: string | null;
8262
+ name: string;
8263
8263
  email: string;
8264
8264
  createdAt: Date;
8265
8265
  updatedAt: Date;
@@ -8285,10 +8285,10 @@ export declare const cxLogContract: {
8285
8285
  telephonyQueueId: string | null;
8286
8286
  contactId: string | null;
8287
8287
  contact?: {
8288
- name: string;
8289
8288
  id: string;
8290
8289
  channel: string | null;
8291
8290
  address: string | null;
8291
+ name: string;
8292
8292
  createdAt: Date;
8293
8293
  updatedAt: Date;
8294
8294
  deletedAt: Date | null;
@@ -8333,8 +8333,8 @@ export declare const cxLogContract: {
8333
8333
  createdAt: Date;
8334
8334
  updatedAt: Date;
8335
8335
  deletedAt: Date | null;
8336
- name?: string | undefined;
8337
8336
  address?: string | null | undefined;
8337
+ name?: string | undefined;
8338
8338
  phone?: string | null | undefined;
8339
8339
  industry?: string | null | undefined;
8340
8340
  } | null;
@@ -8342,8 +8342,8 @@ export declare const cxLogContract: {
8342
8342
  contactProfile: string | null;
8343
8343
  socialProfileUrl: string | null;
8344
8344
  tags: {
8345
- name: string;
8346
8345
  id: string;
8346
+ name: string;
8347
8347
  createdAt: Date;
8348
8348
  updatedAt: Date;
8349
8349
  deletedAt: Date | null;
@@ -8368,8 +8368,8 @@ export declare const cxLogContract: {
8368
8368
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8369
8369
  id: string;
8370
8370
  metadata: {
8371
- name: string;
8372
8371
  id: string;
8372
+ name: string;
8373
8373
  picture?: string | undefined;
8374
8374
  additionalCredentials?: any;
8375
8375
  };
@@ -8431,9 +8431,9 @@ export declare const cxLogContract: {
8431
8431
  extensionName: string;
8432
8432
  telephonySignature: string | null;
8433
8433
  user?: {
8434
- name: string;
8435
8434
  id: string;
8436
8435
  address: string | null;
8436
+ name: string;
8437
8437
  email: string;
8438
8438
  createdAt: Date;
8439
8439
  updatedAt: Date;
@@ -8480,9 +8480,9 @@ export declare const cxLogContract: {
8480
8480
  queueName?: string | null | undefined;
8481
8481
  } | null;
8482
8482
  firstAssignee: {
8483
- name: string;
8484
8483
  id: string;
8485
8484
  address: string | null;
8485
+ name: string;
8486
8486
  email: string;
8487
8487
  createdAt: Date;
8488
8488
  updatedAt: Date;
@@ -8524,9 +8524,9 @@ export declare const cxLogContract: {
8524
8524
  };
8525
8525
  } | null;
8526
8526
  agent: {
8527
- name: string;
8528
8527
  id: string;
8529
8528
  address: string | null;
8529
+ name: string;
8530
8530
  email: string;
8531
8531
  createdAt: Date;
8532
8532
  updatedAt: Date;
@@ -8568,9 +8568,9 @@ export declare const cxLogContract: {
8568
8568
  };
8569
8569
  } | null;
8570
8570
  closedAssignee: {
8571
- name: string;
8572
8571
  id: string;
8573
8572
  address: string | null;
8573
+ name: string;
8574
8574
  email: string;
8575
8575
  createdAt: Date;
8576
8576
  updatedAt: Date;
@@ -8637,10 +8637,10 @@ export declare const cxLogContract: {
8637
8637
  deletedAt: Date | null;
8638
8638
  entityId: string;
8639
8639
  contact: {
8640
- name: string;
8641
8640
  id: string;
8642
8641
  channel: string | null;
8643
8642
  address: string | null;
8643
+ name: string;
8644
8644
  createdAt: Date;
8645
8645
  updatedAt: Date;
8646
8646
  deletedAt: Date | null;
@@ -8685,8 +8685,8 @@ export declare const cxLogContract: {
8685
8685
  createdAt: Date;
8686
8686
  updatedAt: Date;
8687
8687
  deletedAt: Date | null;
8688
- name?: string | undefined;
8689
8688
  address?: string | null | undefined;
8689
+ name?: string | undefined;
8690
8690
  phone?: string | null | undefined;
8691
8691
  industry?: string | null | undefined;
8692
8692
  } | null;
@@ -8694,8 +8694,8 @@ export declare const cxLogContract: {
8694
8694
  contactProfile: string | null;
8695
8695
  socialProfileUrl: string | null;
8696
8696
  tags: {
8697
- name: string;
8698
8697
  id: string;
8698
+ name: string;
8699
8699
  createdAt: Date;
8700
8700
  updatedAt: Date;
8701
8701
  deletedAt: Date | null;
@@ -8720,8 +8720,8 @@ export declare const cxLogContract: {
8720
8720
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8721
8721
  id: string;
8722
8722
  metadata: {
8723
- name: string;
8724
8723
  id: string;
8724
+ name: string;
8725
8725
  picture?: string | undefined;
8726
8726
  additionalCredentials?: any;
8727
8727
  };
@@ -8787,8 +8787,8 @@ export declare const cxLogContract: {
8787
8787
  }[];
8788
8788
  }[];
8789
8789
  tags: {
8790
- name: string;
8791
8790
  id: string;
8791
+ name: string;
8792
8792
  createdAt: Date;
8793
8793
  updatedAt: Date;
8794
8794
  deletedAt: Date | null;
@@ -8827,12 +8827,12 @@ export declare const cxLogContract: {
8827
8827
  room: {
8828
8828
  id: string;
8829
8829
  channel: {
8830
- name: string;
8831
8830
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8832
8831
  id: string;
8832
+ name: string;
8833
8833
  metadata: {
8834
- name: string;
8835
8834
  id: string;
8835
+ name: string;
8836
8836
  accessToken?: string | undefined;
8837
8837
  channelSecret?: string | undefined;
8838
8838
  additionalCredentials?: any;
@@ -8865,9 +8865,9 @@ export declare const cxLogContract: {
8865
8865
  updatedAt: Date;
8866
8866
  deletedAt: Date | null;
8867
8867
  actor: {
8868
- name: string;
8869
8868
  id: string;
8870
8869
  address: string | null;
8870
+ name: string;
8871
8871
  email: string;
8872
8872
  createdAt: Date;
8873
8873
  updatedAt: Date;
@@ -8914,8 +8914,8 @@ export declare const cxLogContract: {
8914
8914
  connectedUserName: string;
8915
8915
  connectedUserId: string;
8916
8916
  botpressBot: {
8917
- name: string;
8918
8917
  id: string;
8918
+ name: string;
8919
8919
  accessToken: string;
8920
8920
  botId: string;
8921
8921
  integrationId: string;
@@ -8926,9 +8926,9 @@ export declare const cxLogContract: {
8926
8926
  updatedAt: Date;
8927
8927
  deletedAt: Date | null;
8928
8928
  actor: {
8929
- name: string;
8930
8929
  id: string;
8931
8930
  address: string | null;
8931
+ name: string;
8932
8932
  email: string;
8933
8933
  createdAt: Date;
8934
8934
  updatedAt: Date;
@@ -8980,8 +8980,8 @@ export declare const cxLogContract: {
8980
8980
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8981
8981
  id: string;
8982
8982
  metadata: {
8983
- name: string;
8984
8983
  id: string;
8984
+ name: string;
8985
8985
  picture?: string | undefined;
8986
8986
  additionalCredentials?: any;
8987
8987
  };
@@ -8989,10 +8989,10 @@ export declare const cxLogContract: {
8989
8989
  updatedAt: Date;
8990
8990
  deletedAt: Date | null;
8991
8991
  contact: {
8992
- name: string;
8993
8992
  id: string;
8994
8993
  channel: string | null;
8995
8994
  address: string | null;
8995
+ name: string;
8996
8996
  createdAt: Date;
8997
8997
  updatedAt: Date;
8998
8998
  deletedAt: Date | null;
@@ -9037,8 +9037,8 @@ export declare const cxLogContract: {
9037
9037
  createdAt: Date;
9038
9038
  updatedAt: Date;
9039
9039
  deletedAt: Date | null;
9040
- name?: string | undefined;
9041
9040
  address?: string | null | undefined;
9041
+ name?: string | undefined;
9042
9042
  phone?: string | null | undefined;
9043
9043
  industry?: string | null | undefined;
9044
9044
  } | null;
@@ -9046,8 +9046,8 @@ export declare const cxLogContract: {
9046
9046
  contactProfile: string | null;
9047
9047
  socialProfileUrl: string | null;
9048
9048
  tags: {
9049
- name: string;
9050
9049
  id: string;
9050
+ name: string;
9051
9051
  createdAt: Date;
9052
9052
  updatedAt: Date;
9053
9053
  deletedAt: Date | null;
@@ -9072,8 +9072,8 @@ export declare const cxLogContract: {
9072
9072
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
9073
9073
  id: string;
9074
9074
  metadata: {
9075
- name: string;
9076
9075
  id: string;
9076
+ name: string;
9077
9077
  picture?: string | undefined;
9078
9078
  additionalCredentials?: any;
9079
9079
  };
@@ -9104,9 +9104,9 @@ export declare const cxLogContract: {
9104
9104
  socialPlatformId: string;
9105
9105
  };
9106
9106
  assignee: {
9107
- name: string;
9108
9107
  id: string;
9109
9108
  address: string | null;
9109
+ name: string;
9110
9110
  email: string;
9111
9111
  createdAt: Date;
9112
9112
  updatedAt: Date;
@@ -9174,9 +9174,9 @@ export declare const cxLogContract: {
9174
9174
  callTo?: {
9175
9175
  id: string;
9176
9176
  user: {
9177
- name: string;
9178
9177
  id: string;
9179
9178
  address: string | null;
9179
+ name: string;
9180
9180
  email: string;
9181
9181
  createdAt: Date;
9182
9182
  updatedAt: Date;
@@ -9200,9 +9200,9 @@ export declare const cxLogContract: {
9200
9200
  callFrom?: {
9201
9201
  id: string;
9202
9202
  user: {
9203
- name: string;
9204
9203
  id: string;
9205
9204
  address: string | null;
9205
+ name: string;
9206
9206
  email: string;
9207
9207
  createdAt: Date;
9208
9208
  updatedAt: Date;
@@ -9228,10 +9228,10 @@ export declare const cxLogContract: {
9228
9228
  telephonyQueueId: string | null;
9229
9229
  contactId: string | null;
9230
9230
  contact?: {
9231
- name: string;
9232
9231
  id: string;
9233
9232
  channel: string | null;
9234
9233
  address: string | null;
9234
+ name: string;
9235
9235
  createdAt: Date;
9236
9236
  updatedAt: Date;
9237
9237
  deletedAt: Date | null;
@@ -9276,8 +9276,8 @@ export declare const cxLogContract: {
9276
9276
  createdAt: Date;
9277
9277
  updatedAt: Date;
9278
9278
  deletedAt: Date | null;
9279
- name?: string | undefined;
9280
9279
  address?: string | null | undefined;
9280
+ name?: string | undefined;
9281
9281
  phone?: string | null | undefined;
9282
9282
  industry?: string | null | undefined;
9283
9283
  } | null;
@@ -9285,8 +9285,8 @@ export declare const cxLogContract: {
9285
9285
  contactProfile: string | null;
9286
9286
  socialProfileUrl: string | null;
9287
9287
  tags: {
9288
- name: string;
9289
9288
  id: string;
9289
+ name: string;
9290
9290
  createdAt: Date;
9291
9291
  updatedAt: Date;
9292
9292
  deletedAt: Date | null;
@@ -9311,8 +9311,8 @@ export declare const cxLogContract: {
9311
9311
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
9312
9312
  id: string;
9313
9313
  metadata: {
9314
- name: string;
9315
9314
  id: string;
9315
+ name: string;
9316
9316
  picture?: string | undefined;
9317
9317
  additionalCredentials?: any;
9318
9318
  };
@@ -9374,9 +9374,9 @@ export declare const cxLogContract: {
9374
9374
  extensionName: string;
9375
9375
  telephonySignature: string | null;
9376
9376
  user?: {
9377
- name: string;
9378
9377
  id: string;
9379
9378
  address: string | null;
9379
+ name: string;
9380
9380
  email: string;
9381
9381
  createdAt: Date;
9382
9382
  updatedAt: Date;
@@ -9423,9 +9423,9 @@ export declare const cxLogContract: {
9423
9423
  queueName?: string | null | undefined;
9424
9424
  } | null;
9425
9425
  firstAssignee: {
9426
- name: string;
9427
9426
  id: string;
9428
9427
  address: string | null;
9428
+ name: string;
9429
9429
  email: string;
9430
9430
  createdAt: Date;
9431
9431
  updatedAt: Date;
@@ -9467,9 +9467,9 @@ export declare const cxLogContract: {
9467
9467
  };
9468
9468
  } | null;
9469
9469
  agent: {
9470
- name: string;
9471
9470
  id: string;
9472
9471
  address: string | null;
9472
+ name: string;
9473
9473
  email: string;
9474
9474
  createdAt: Date;
9475
9475
  updatedAt: Date;
@@ -9511,9 +9511,9 @@ export declare const cxLogContract: {
9511
9511
  };
9512
9512
  } | null;
9513
9513
  closedAssignee: {
9514
- name: string;
9515
9514
  id: string;
9516
9515
  address: string | null;
9516
+ name: string;
9517
9517
  email: string;
9518
9518
  createdAt: Date;
9519
9519
  updatedAt: Date;
@@ -9580,10 +9580,10 @@ export declare const cxLogContract: {
9580
9580
  deletedAt: Date | null;
9581
9581
  entityId: string;
9582
9582
  contact: {
9583
- name: string;
9584
9583
  id: string;
9585
9584
  channel: string | null;
9586
9585
  address: string | null;
9586
+ name: string;
9587
9587
  createdAt: Date;
9588
9588
  updatedAt: Date;
9589
9589
  deletedAt: Date | null;
@@ -9628,8 +9628,8 @@ export declare const cxLogContract: {
9628
9628
  createdAt: Date;
9629
9629
  updatedAt: Date;
9630
9630
  deletedAt: Date | null;
9631
- name?: string | undefined;
9632
9631
  address?: string | null | undefined;
9632
+ name?: string | undefined;
9633
9633
  phone?: string | null | undefined;
9634
9634
  industry?: string | null | undefined;
9635
9635
  } | null;
@@ -9637,8 +9637,8 @@ export declare const cxLogContract: {
9637
9637
  contactProfile: string | null;
9638
9638
  socialProfileUrl: string | null;
9639
9639
  tags: {
9640
- name: string;
9641
9640
  id: string;
9641
+ name: string;
9642
9642
  createdAt: Date;
9643
9643
  updatedAt: Date;
9644
9644
  deletedAt: Date | null;
@@ -9663,8 +9663,8 @@ export declare const cxLogContract: {
9663
9663
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
9664
9664
  id: string;
9665
9665
  metadata: {
9666
- name: string;
9667
9666
  id: string;
9667
+ name: string;
9668
9668
  picture?: string | undefined;
9669
9669
  additionalCredentials?: any;
9670
9670
  };
@@ -9730,8 +9730,8 @@ export declare const cxLogContract: {
9730
9730
  }[];
9731
9731
  }[];
9732
9732
  tags: {
9733
- name: string;
9734
9733
  id: string;
9734
+ name: string;
9735
9735
  createdAt: Date;
9736
9736
  updatedAt: Date;
9737
9737
  deletedAt: Date | null;
@@ -9770,12 +9770,12 @@ export declare const cxLogContract: {
9770
9770
  room: {
9771
9771
  id: string;
9772
9772
  channel: {
9773
- name: string;
9774
9773
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
9775
9774
  id: string;
9775
+ name: string;
9776
9776
  metadata: {
9777
- name: string;
9778
9777
  id: string;
9778
+ name: string;
9779
9779
  accessToken?: string | undefined;
9780
9780
  channelSecret?: string | undefined;
9781
9781
  additionalCredentials?: any;
@@ -9808,9 +9808,9 @@ export declare const cxLogContract: {
9808
9808
  updatedAt: Date;
9809
9809
  deletedAt: Date | null;
9810
9810
  actor: {
9811
- name: string;
9812
9811
  id: string;
9813
9812
  address: string | null;
9813
+ name: string;
9814
9814
  email: string;
9815
9815
  createdAt: Date;
9816
9816
  updatedAt: Date;
@@ -9857,8 +9857,8 @@ export declare const cxLogContract: {
9857
9857
  connectedUserName: string;
9858
9858
  connectedUserId: string;
9859
9859
  botpressBot: {
9860
- name: string;
9861
9860
  id: string;
9861
+ name: string;
9862
9862
  accessToken: string;
9863
9863
  botId: string;
9864
9864
  integrationId: string;
@@ -9869,9 +9869,9 @@ export declare const cxLogContract: {
9869
9869
  updatedAt: Date;
9870
9870
  deletedAt: Date | null;
9871
9871
  actor: {
9872
- name: string;
9873
9872
  id: string;
9874
9873
  address: string | null;
9874
+ name: string;
9875
9875
  email: string;
9876
9876
  createdAt: Date;
9877
9877
  updatedAt: Date;
@@ -9923,8 +9923,8 @@ export declare const cxLogContract: {
9923
9923
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
9924
9924
  id: string;
9925
9925
  metadata: {
9926
- name: string;
9927
9926
  id: string;
9927
+ name: string;
9928
9928
  picture?: string | undefined;
9929
9929
  additionalCredentials?: any;
9930
9930
  };
@@ -9932,10 +9932,10 @@ export declare const cxLogContract: {
9932
9932
  updatedAt: Date;
9933
9933
  deletedAt: Date | null;
9934
9934
  contact: {
9935
- name: string;
9936
9935
  id: string;
9937
9936
  channel: string | null;
9938
9937
  address: string | null;
9938
+ name: string;
9939
9939
  createdAt: Date;
9940
9940
  updatedAt: Date;
9941
9941
  deletedAt: Date | null;
@@ -9980,8 +9980,8 @@ export declare const cxLogContract: {
9980
9980
  createdAt: Date;
9981
9981
  updatedAt: Date;
9982
9982
  deletedAt: Date | null;
9983
- name?: string | undefined;
9984
9983
  address?: string | null | undefined;
9984
+ name?: string | undefined;
9985
9985
  phone?: string | null | undefined;
9986
9986
  industry?: string | null | undefined;
9987
9987
  } | null;
@@ -9989,8 +9989,8 @@ export declare const cxLogContract: {
9989
9989
  contactProfile: string | null;
9990
9990
  socialProfileUrl: string | null;
9991
9991
  tags: {
9992
- name: string;
9993
9992
  id: string;
9993
+ name: string;
9994
9994
  createdAt: Date;
9995
9995
  updatedAt: Date;
9996
9996
  deletedAt: Date | null;
@@ -10015,8 +10015,8 @@ export declare const cxLogContract: {
10015
10015
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
10016
10016
  id: string;
10017
10017
  metadata: {
10018
- name: string;
10019
10018
  id: string;
10019
+ name: string;
10020
10020
  picture?: string | undefined;
10021
10021
  additionalCredentials?: any;
10022
10022
  };
@@ -10047,9 +10047,9 @@ export declare const cxLogContract: {
10047
10047
  socialPlatformId: string;
10048
10048
  };
10049
10049
  assignee: {
10050
- name: string;
10051
10050
  id: string;
10052
10051
  address: string | null;
10052
+ name: string;
10053
10053
  email: string;
10054
10054
  createdAt: Date;
10055
10055
  updatedAt: Date;
@@ -10117,9 +10117,9 @@ export declare const cxLogContract: {
10117
10117
  callTo?: {
10118
10118
  id: string;
10119
10119
  user: {
10120
- name: string;
10121
10120
  id: string;
10122
10121
  address: string | null;
10122
+ name: string;
10123
10123
  email: string;
10124
10124
  createdAt: Date;
10125
10125
  updatedAt: Date;
@@ -10143,9 +10143,9 @@ export declare const cxLogContract: {
10143
10143
  callFrom?: {
10144
10144
  id: string;
10145
10145
  user: {
10146
- name: string;
10147
10146
  id: string;
10148
10147
  address: string | null;
10148
+ name: string;
10149
10149
  email: string;
10150
10150
  createdAt: Date;
10151
10151
  updatedAt: Date;
@@ -10171,10 +10171,10 @@ export declare const cxLogContract: {
10171
10171
  telephonyQueueId: string | null;
10172
10172
  contactId: string | null;
10173
10173
  contact?: {
10174
- name: string;
10175
10174
  id: string;
10176
10175
  channel: string | null;
10177
10176
  address: string | null;
10177
+ name: string;
10178
10178
  createdAt: Date;
10179
10179
  updatedAt: Date;
10180
10180
  deletedAt: Date | null;
@@ -10219,8 +10219,8 @@ export declare const cxLogContract: {
10219
10219
  createdAt: Date;
10220
10220
  updatedAt: Date;
10221
10221
  deletedAt: Date | null;
10222
- name?: string | undefined;
10223
10222
  address?: string | null | undefined;
10223
+ name?: string | undefined;
10224
10224
  phone?: string | null | undefined;
10225
10225
  industry?: string | null | undefined;
10226
10226
  } | null;
@@ -10228,8 +10228,8 @@ export declare const cxLogContract: {
10228
10228
  contactProfile: string | null;
10229
10229
  socialProfileUrl: string | null;
10230
10230
  tags: {
10231
- name: string;
10232
10231
  id: string;
10232
+ name: string;
10233
10233
  createdAt: Date;
10234
10234
  updatedAt: Date;
10235
10235
  deletedAt: Date | null;
@@ -10254,8 +10254,8 @@ export declare const cxLogContract: {
10254
10254
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
10255
10255
  id: string;
10256
10256
  metadata: {
10257
- name: string;
10258
10257
  id: string;
10258
+ name: string;
10259
10259
  picture?: string | undefined;
10260
10260
  additionalCredentials?: any;
10261
10261
  };
@@ -10317,9 +10317,9 @@ export declare const cxLogContract: {
10317
10317
  extensionName: string;
10318
10318
  telephonySignature: string | null;
10319
10319
  user?: {
10320
- name: string;
10321
10320
  id: string;
10322
10321
  address: string | null;
10322
+ name: string;
10323
10323
  email: string;
10324
10324
  createdAt: Date;
10325
10325
  updatedAt: Date;
@@ -10366,9 +10366,9 @@ export declare const cxLogContract: {
10366
10366
  queueName?: string | null | undefined;
10367
10367
  } | null;
10368
10368
  firstAssignee: {
10369
- name: string;
10370
10369
  id: string;
10371
10370
  address: string | null;
10371
+ name: string;
10372
10372
  email: string;
10373
10373
  createdAt: Date;
10374
10374
  updatedAt: Date;
@@ -10410,9 +10410,9 @@ export declare const cxLogContract: {
10410
10410
  };
10411
10411
  } | null;
10412
10412
  agent: {
10413
- name: string;
10414
10413
  id: string;
10415
10414
  address: string | null;
10415
+ name: string;
10416
10416
  email: string;
10417
10417
  createdAt: Date;
10418
10418
  updatedAt: Date;
@@ -10454,9 +10454,9 @@ export declare const cxLogContract: {
10454
10454
  };
10455
10455
  } | null;
10456
10456
  closedAssignee: {
10457
- name: string;
10458
10457
  id: string;
10459
10458
  address: string | null;
10459
+ name: string;
10460
10460
  email: string;
10461
10461
  createdAt: Date;
10462
10462
  updatedAt: Date;
@@ -10590,7 +10590,7 @@ export declare const cxLogContract: {
10590
10590
  agentIds?: string[] | undefined;
10591
10591
  direction?: ("inbound" | "outbound")[] | undefined;
10592
10592
  disposition?: string[] | undefined;
10593
- sentimentScore?: ("negative" | "positive" | "neutral")[] | undefined;
10593
+ sentimentScore?: ("positive" | "neutral" | "negative")[] | undefined;
10594
10594
  csatScore?: string[] | undefined;
10595
10595
  sla?: "meet" | "unmeet" | undefined;
10596
10596
  tags?: string[] | undefined;
@@ -10619,7 +10619,7 @@ export declare const cxLogContract: {
10619
10619
  agentIds?: string[] | undefined;
10620
10620
  direction?: ("inbound" | "outbound")[] | undefined;
10621
10621
  disposition?: string[] | undefined;
10622
- sentimentScore?: ("negative" | "positive" | "neutral")[] | undefined;
10622
+ sentimentScore?: ("positive" | "neutral" | "negative")[] | undefined;
10623
10623
  csatScore?: string[] | undefined;
10624
10624
  sla?: "meet" | "unmeet" | undefined;
10625
10625
  tags?: string[] | undefined;