@kl1/contracts 1.2.24-uat → 1.2.26-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 (110) 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 +467 -467
  17. package/dist/api-contracts/src/channel/schema.d.ts +16 -16
  18. package/dist/api-contracts/src/channel/validation.d.ts +20 -20
  19. package/dist/api-contracts/src/chat/index.d.ts +3704 -3601
  20. package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
  21. package/dist/api-contracts/src/chat/schema.d.ts +844 -844
  22. package/dist/api-contracts/src/chat/validation.d.ts +707 -707
  23. package/dist/api-contracts/src/comment/index.d.ts +244 -244
  24. package/dist/api-contracts/src/comment/schema.d.ts +68 -68
  25. package/dist/api-contracts/src/company/index.d.ts +4 -4
  26. package/dist/api-contracts/src/company/validation.d.ts +4 -4
  27. package/dist/api-contracts/src/contact/index.d.ts +246 -246
  28. package/dist/api-contracts/src/contact/schema.d.ts +26 -26
  29. package/dist/api-contracts/src/contact/validation.d.ts +134 -134
  30. package/dist/api-contracts/src/contract.d.ts +8486 -8405
  31. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  32. package/dist/api-contracts/src/cx-log/index.d.ts +248 -248
  33. package/dist/api-contracts/src/cx-log/schema.d.ts +198 -198
  34. package/dist/api-contracts/src/cx-log/validation.d.ts +2 -2
  35. package/dist/api-contracts/src/dashboard/index.d.ts +40 -40
  36. package/dist/api-contracts/src/dashboard/schema.d.ts +34 -34
  37. package/dist/api-contracts/src/extension/index.d.ts +85 -4
  38. package/dist/api-contracts/src/extension/index.d.ts.map +1 -1
  39. package/dist/api-contracts/src/facebook-feed/index.d.ts +682 -682
  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 +16 -16
  43. package/dist/api-contracts/src/hold-label/schema.d.ts +2 -2
  44. package/dist/api-contracts/src/instagram/index.d.ts +570 -570
  45. package/dist/api-contracts/src/instagram/validation.d.ts +10 -10
  46. package/dist/api-contracts/src/line/index.d.ts +582 -582
  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 +2254 -2254
  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 +1444 -1444
  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 +468 -468
  58. package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +458 -458
  59. package/dist/api-contracts/src/messenger/index.d.ts +573 -573
  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 +86 -86
  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 +184 -184
  74. package/dist/api-contracts/src/subscription/schema.d.ts +216 -216
  75. package/dist/api-contracts/src/tag/index.d.ts +12 -12
  76. package/dist/api-contracts/src/tag/schema.d.ts +2 -2
  77. package/dist/api-contracts/src/telegram/index.d.ts +530 -530
  78. package/dist/api-contracts/src/telegram/validation.d.ts +4 -4
  79. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +14 -14
  80. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +4 -4
  81. package/dist/api-contracts/src/telephony-cdr/index.d.ts +186 -186
  82. package/dist/api-contracts/src/telephony-cdr/schema.d.ts +58 -58
  83. package/dist/api-contracts/src/tenant/schema.d.ts +2 -2
  84. package/dist/api-contracts/src/ticket/index.d.ts +328 -328
  85. package/dist/api-contracts/src/ticket/schema.d.ts +42 -42
  86. package/dist/api-contracts/src/user/index.d.ts +23 -23
  87. package/dist/api-contracts/src/user/schema.d.ts +2 -2
  88. package/dist/api-contracts/src/user/validation.d.ts +5 -5
  89. package/dist/api-contracts/src/user-presence-status-log/index.d.ts +4 -4
  90. package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +4 -4
  91. package/dist/api-contracts/src/viber/index.d.ts +542 -542
  92. package/dist/api-contracts/src/viber/validation.d.ts +4 -4
  93. package/dist/api-contracts/src/webchat/index.d.ts +488 -488
  94. package/dist/api-contracts/src/webchat/schema.d.ts +10 -10
  95. package/dist/api-contracts/src/webchat/validation.d.ts +2 -2
  96. package/dist/api-contracts/src/whatsapp/index.d.ts +536 -536
  97. package/dist/api-contracts/src/widget/index.d.ts +24 -24
  98. package/dist/api-contracts/src/widget/schema.d.ts +2 -2
  99. package/dist/api-contracts/src/widget/validation.d.ts +4 -4
  100. package/dist/api-contracts/src/workflow-rule/index.d.ts +212 -212
  101. package/dist/api-contracts/src/workflow-rule/schema.d.ts +2 -2
  102. package/dist/api-contracts/src/wrap-up-form/index.d.ts +26 -26
  103. package/dist/api-contracts/src/wrap-up-form/schema.d.ts +4 -4
  104. package/dist/api-contracts/utils.d.ts +1 -1
  105. package/dist/api-contracts/utils.d.ts.map +1 -1
  106. package/dist/index.js +34 -0
  107. package/dist/index.js.map +1 -1
  108. package/dist/index.mjs +34 -0
  109. package/dist/index.mjs.map +1 -1
  110. 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?: ("positive" | "neutral" | "negative")[] | undefined;
58
+ sentimentScore?: ("negative" | "positive" | "neutral")[] | undefined;
59
59
  csatScore?: string[] | undefined;
60
60
  sla?: "meet" | "unmeet" | undefined;
61
61
  tags?: string[] | undefined;
@@ -84,7 +84,7 @@ export declare const cxLogContract: {
84
84
  agentIds?: string[] | undefined;
85
85
  direction?: ("inbound" | "outbound")[] | undefined;
86
86
  disposition?: string[] | undefined;
87
- sentimentScore?: ("positive" | "neutral" | "negative")[] | undefined;
87
+ sentimentScore?: ("negative" | "positive" | "neutral")[] | undefined;
88
88
  csatScore?: string[] | undefined;
89
89
  sla?: "meet" | "unmeet" | undefined;
90
90
  tags?: string[] | undefined;
@@ -169,14 +169,14 @@ export declare const cxLogContract: {
169
169
  deletedAt: z.ZodNullable<z.ZodDate>;
170
170
  name: z.ZodString;
171
171
  }, "strip", z.ZodTypeAny, {
172
- id: string;
173
172
  name: string;
173
+ id: string;
174
174
  createdAt: Date;
175
175
  updatedAt: Date;
176
176
  deletedAt: Date | null;
177
177
  }, {
178
- id: string;
179
178
  name: string;
179
+ id: string;
180
180
  createdAt: Date;
181
181
  updatedAt: Date;
182
182
  deletedAt: Date | null;
@@ -347,8 +347,8 @@ export declare const cxLogContract: {
347
347
  }[];
348
348
  }[];
349
349
  tags: {
350
- id: string;
351
350
  name: string;
351
+ id: string;
352
352
  createdAt: Date;
353
353
  updatedAt: Date;
354
354
  deletedAt: Date | null;
@@ -398,8 +398,8 @@ export declare const cxLogContract: {
398
398
  }[];
399
399
  }[];
400
400
  tags: {
401
- id: string;
402
401
  name: string;
402
+ id: string;
403
403
  createdAt: Date;
404
404
  updatedAt: Date;
405
405
  deletedAt: Date | null;
@@ -447,13 +447,13 @@ export declare const cxLogContract: {
447
447
  picture: z.ZodOptional<z.ZodString>;
448
448
  additionalCredentials: z.ZodAny;
449
449
  }, "strip", z.ZodTypeAny, {
450
- id: string;
451
450
  name: string;
451
+ id: string;
452
452
  picture?: string | undefined;
453
453
  additionalCredentials?: any;
454
454
  }, {
455
- id: string;
456
455
  name: string;
456
+ id: string;
457
457
  picture?: string | undefined;
458
458
  additionalCredentials?: any;
459
459
  }>;
@@ -475,14 +475,14 @@ export declare const cxLogContract: {
475
475
  deletedAt: z.ZodNullable<z.ZodDate>;
476
476
  name: z.ZodString;
477
477
  }, "strip", z.ZodTypeAny, {
478
- id: string;
479
478
  name: string;
479
+ id: string;
480
480
  createdAt: Date;
481
481
  updatedAt: Date;
482
482
  deletedAt: Date | null;
483
483
  }, {
484
- id: string;
485
484
  name: string;
485
+ id: string;
486
486
  createdAt: Date;
487
487
  updatedAt: Date;
488
488
  deletedAt: Date | null;
@@ -638,8 +638,8 @@ export declare const cxLogContract: {
638
638
  createdAt: Date;
639
639
  updatedAt: Date;
640
640
  deletedAt: Date | null;
641
- address?: string | null | undefined;
642
641
  name?: string | undefined;
642
+ address?: string | null | undefined;
643
643
  phone?: string | null | undefined;
644
644
  industry?: string | null | undefined;
645
645
  }, {
@@ -647,8 +647,8 @@ export declare const cxLogContract: {
647
647
  createdAt: Date;
648
648
  updatedAt: Date;
649
649
  deletedAt: Date | null;
650
- address?: string | null | undefined;
651
650
  name?: string | undefined;
651
+ address?: string | null | undefined;
652
652
  phone?: string | null | undefined;
653
653
  industry?: string | null | undefined;
654
654
  }>>;
@@ -666,13 +666,13 @@ export declare const cxLogContract: {
666
666
  picture: z.ZodOptional<z.ZodString>;
667
667
  additionalCredentials: z.ZodAny;
668
668
  }, "strip", z.ZodTypeAny, {
669
- id: string;
670
669
  name: string;
670
+ id: string;
671
671
  picture?: string | undefined;
672
672
  additionalCredentials?: any;
673
673
  }, {
674
- id: string;
675
674
  name: string;
675
+ id: string;
676
676
  picture?: string | undefined;
677
677
  additionalCredentials?: any;
678
678
  }>;
@@ -680,8 +680,8 @@ export declare const cxLogContract: {
680
680
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
681
681
  id: string;
682
682
  metadata: {
683
- id: string;
684
683
  name: string;
684
+ id: string;
685
685
  picture?: string | undefined;
686
686
  additionalCredentials?: any;
687
687
  };
@@ -694,8 +694,8 @@ export declare const cxLogContract: {
694
694
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
695
695
  id: string;
696
696
  metadata: {
697
- id: string;
698
697
  name: string;
698
+ id: string;
699
699
  picture?: string | undefined;
700
700
  additionalCredentials?: any;
701
701
  };
@@ -1005,10 +1005,10 @@ export declare const cxLogContract: {
1005
1005
  };
1006
1006
  }>, "many">>;
1007
1007
  }, "strip", z.ZodTypeAny, {
1008
+ name: string;
1008
1009
  id: string;
1009
1010
  channel: string | null;
1010
1011
  address: string | null;
1011
- name: string;
1012
1012
  createdAt: Date;
1013
1013
  updatedAt: Date;
1014
1014
  deletedAt: Date | null;
@@ -1053,8 +1053,8 @@ export declare const cxLogContract: {
1053
1053
  createdAt: Date;
1054
1054
  updatedAt: Date;
1055
1055
  deletedAt: Date | null;
1056
- address?: string | null | undefined;
1057
1056
  name?: string | undefined;
1057
+ address?: string | null | undefined;
1058
1058
  phone?: string | null | undefined;
1059
1059
  industry?: string | null | undefined;
1060
1060
  } | null;
@@ -1062,8 +1062,8 @@ export declare const cxLogContract: {
1062
1062
  contactProfile: string | null;
1063
1063
  socialProfileUrl: string | null;
1064
1064
  tags: {
1065
- id: string;
1066
1065
  name: string;
1066
+ id: string;
1067
1067
  createdAt: Date;
1068
1068
  updatedAt: Date;
1069
1069
  deletedAt: Date | null;
@@ -1088,8 +1088,8 @@ export declare const cxLogContract: {
1088
1088
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1089
1089
  id: string;
1090
1090
  metadata: {
1091
- id: string;
1092
1091
  name: string;
1092
+ id: string;
1093
1093
  picture?: string | undefined;
1094
1094
  additionalCredentials?: any;
1095
1095
  };
@@ -1116,10 +1116,10 @@ export declare const cxLogContract: {
1116
1116
  };
1117
1117
  }[] | undefined;
1118
1118
  }, {
1119
+ name: string;
1119
1120
  id: string;
1120
1121
  channel: string | null;
1121
1122
  address: string | null;
1122
- name: string;
1123
1123
  createdAt: Date;
1124
1124
  updatedAt: Date;
1125
1125
  deletedAt: Date | null;
@@ -1164,8 +1164,8 @@ export declare const cxLogContract: {
1164
1164
  createdAt: Date;
1165
1165
  updatedAt: Date;
1166
1166
  deletedAt: Date | null;
1167
- address?: string | null | undefined;
1168
1167
  name?: string | undefined;
1168
+ address?: string | null | undefined;
1169
1169
  phone?: string | null | undefined;
1170
1170
  industry?: string | null | undefined;
1171
1171
  } | null;
@@ -1173,8 +1173,8 @@ export declare const cxLogContract: {
1173
1173
  contactProfile: string | null;
1174
1174
  socialProfileUrl: string | null;
1175
1175
  tags: {
1176
- id: string;
1177
1176
  name: string;
1177
+ id: string;
1178
1178
  createdAt: Date;
1179
1179
  updatedAt: Date;
1180
1180
  deletedAt: Date | null;
@@ -1199,8 +1199,8 @@ export declare const cxLogContract: {
1199
1199
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1200
1200
  id: string;
1201
1201
  metadata: {
1202
- id: string;
1203
1202
  name: string;
1203
+ id: string;
1204
1204
  picture?: string | undefined;
1205
1205
  additionalCredentials?: any;
1206
1206
  };
@@ -1231,8 +1231,8 @@ export declare const cxLogContract: {
1231
1231
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1232
1232
  id: string;
1233
1233
  metadata: {
1234
- id: string;
1235
1234
  name: string;
1235
+ id: string;
1236
1236
  picture?: string | undefined;
1237
1237
  additionalCredentials?: any;
1238
1238
  };
@@ -1240,10 +1240,10 @@ export declare const cxLogContract: {
1240
1240
  updatedAt: Date;
1241
1241
  deletedAt: Date | null;
1242
1242
  contact: {
1243
+ name: string;
1243
1244
  id: string;
1244
1245
  channel: string | null;
1245
1246
  address: string | null;
1246
- name: string;
1247
1247
  createdAt: Date;
1248
1248
  updatedAt: Date;
1249
1249
  deletedAt: Date | null;
@@ -1288,8 +1288,8 @@ export declare const cxLogContract: {
1288
1288
  createdAt: Date;
1289
1289
  updatedAt: Date;
1290
1290
  deletedAt: Date | null;
1291
- address?: string | null | undefined;
1292
1291
  name?: string | undefined;
1292
+ address?: string | null | undefined;
1293
1293
  phone?: string | null | undefined;
1294
1294
  industry?: string | null | undefined;
1295
1295
  } | null;
@@ -1297,8 +1297,8 @@ export declare const cxLogContract: {
1297
1297
  contactProfile: string | null;
1298
1298
  socialProfileUrl: string | null;
1299
1299
  tags: {
1300
- id: string;
1301
1300
  name: string;
1301
+ id: string;
1302
1302
  createdAt: Date;
1303
1303
  updatedAt: Date;
1304
1304
  deletedAt: Date | null;
@@ -1323,8 +1323,8 @@ export declare const cxLogContract: {
1323
1323
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1324
1324
  id: string;
1325
1325
  metadata: {
1326
- id: string;
1327
1326
  name: string;
1327
+ id: string;
1328
1328
  picture?: string | undefined;
1329
1329
  additionalCredentials?: any;
1330
1330
  };
@@ -1357,8 +1357,8 @@ export declare const cxLogContract: {
1357
1357
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1358
1358
  id: string;
1359
1359
  metadata: {
1360
- id: string;
1361
1360
  name: string;
1361
+ id: string;
1362
1362
  picture?: string | undefined;
1363
1363
  additionalCredentials?: any;
1364
1364
  };
@@ -1366,10 +1366,10 @@ export declare const cxLogContract: {
1366
1366
  updatedAt: Date;
1367
1367
  deletedAt: Date | null;
1368
1368
  contact: {
1369
+ name: string;
1369
1370
  id: string;
1370
1371
  channel: string | null;
1371
1372
  address: string | null;
1372
- name: string;
1373
1373
  createdAt: Date;
1374
1374
  updatedAt: Date;
1375
1375
  deletedAt: Date | null;
@@ -1414,8 +1414,8 @@ export declare const cxLogContract: {
1414
1414
  createdAt: Date;
1415
1415
  updatedAt: Date;
1416
1416
  deletedAt: Date | null;
1417
- address?: string | null | undefined;
1418
1417
  name?: string | undefined;
1418
+ address?: string | null | undefined;
1419
1419
  phone?: string | null | undefined;
1420
1420
  industry?: string | null | undefined;
1421
1421
  } | null;
@@ -1423,8 +1423,8 @@ export declare const cxLogContract: {
1423
1423
  contactProfile: string | null;
1424
1424
  socialProfileUrl: string | null;
1425
1425
  tags: {
1426
- id: string;
1427
1426
  name: string;
1427
+ id: string;
1428
1428
  createdAt: Date;
1429
1429
  updatedAt: Date;
1430
1430
  deletedAt: Date | null;
@@ -1449,8 +1449,8 @@ export declare const cxLogContract: {
1449
1449
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1450
1450
  id: string;
1451
1451
  metadata: {
1452
- id: string;
1453
1452
  name: string;
1453
+ id: string;
1454
1454
  picture?: string | undefined;
1455
1455
  additionalCredentials?: any;
1456
1456
  };
@@ -1598,9 +1598,9 @@ export declare const cxLogContract: {
1598
1598
  telephonySignature: string | null;
1599
1599
  }>;
1600
1600
  }, "strip", z.ZodTypeAny, {
1601
+ name: string;
1601
1602
  id: string;
1602
1603
  address: string | null;
1603
- name: string;
1604
1604
  email: string;
1605
1605
  createdAt: Date;
1606
1606
  updatedAt: Date;
@@ -1641,9 +1641,9 @@ export declare const cxLogContract: {
1641
1641
  telephonySignature: string | null;
1642
1642
  };
1643
1643
  }, {
1644
+ name: string;
1644
1645
  id: string;
1645
1646
  address: string | null;
1646
- name: string;
1647
1647
  email: string;
1648
1648
  createdAt: Date;
1649
1649
  updatedAt: Date;
@@ -1802,9 +1802,9 @@ export declare const cxLogContract: {
1802
1802
  telephonySignature: string | null;
1803
1803
  }>;
1804
1804
  }, "strip", z.ZodTypeAny, {
1805
+ name: string;
1805
1806
  id: string;
1806
1807
  address: string | null;
1807
- name: string;
1808
1808
  email: string;
1809
1809
  createdAt: Date;
1810
1810
  updatedAt: Date;
@@ -1845,9 +1845,9 @@ export declare const cxLogContract: {
1845
1845
  telephonySignature: string | null;
1846
1846
  };
1847
1847
  }, {
1848
+ name: string;
1848
1849
  id: string;
1849
1850
  address: string | null;
1850
- name: string;
1851
1851
  email: string;
1852
1852
  createdAt: Date;
1853
1853
  updatedAt: Date;
@@ -1946,8 +1946,8 @@ export declare const cxLogContract: {
1946
1946
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1947
1947
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
1948
1948
  }, "strip", z.ZodTypeAny, {
1949
- id: string;
1950
1949
  name: string;
1950
+ id: string;
1951
1951
  accessToken?: string | undefined;
1952
1952
  channelSecret?: string | undefined;
1953
1953
  additionalCredentials?: any;
@@ -1970,8 +1970,8 @@ export declare const cxLogContract: {
1970
1970
  lineRichMenuId?: string | null | undefined;
1971
1971
  messengerIntegrationType?: "own" | "business" | undefined;
1972
1972
  }, {
1973
- id: string;
1974
1973
  name: string;
1974
+ id: string;
1975
1975
  accessToken?: string | undefined;
1976
1976
  channelSecret?: string | undefined;
1977
1977
  additionalCredentials?: any;
@@ -2007,14 +2007,14 @@ export declare const cxLogContract: {
2007
2007
  integrationId: z.ZodString;
2008
2008
  accessToken: z.ZodString;
2009
2009
  }, "strip", z.ZodTypeAny, {
2010
- id: string;
2011
2010
  name: string;
2011
+ id: string;
2012
2012
  accessToken: string;
2013
2013
  botId: string;
2014
2014
  integrationId: string;
2015
2015
  }, {
2016
- id: string;
2017
2016
  name: string;
2017
+ id: string;
2018
2018
  accessToken: string;
2019
2019
  botId: string;
2020
2020
  integrationId: string;
@@ -2137,9 +2137,9 @@ export declare const cxLogContract: {
2137
2137
  telephonySignature: string | null;
2138
2138
  }>;
2139
2139
  }, "strip", z.ZodTypeAny, {
2140
+ name: string;
2140
2141
  id: string;
2141
2142
  address: string | null;
2142
- name: string;
2143
2143
  email: string;
2144
2144
  createdAt: Date;
2145
2145
  updatedAt: Date;
@@ -2180,9 +2180,9 @@ export declare const cxLogContract: {
2180
2180
  telephonySignature: string | null;
2181
2181
  };
2182
2182
  }, {
2183
+ name: string;
2183
2184
  id: string;
2184
2185
  address: string | null;
2185
- name: string;
2186
2186
  email: string;
2187
2187
  createdAt: Date;
2188
2188
  updatedAt: Date;
@@ -2224,12 +2224,12 @@ export declare const cxLogContract: {
2224
2224
  };
2225
2225
  }>;
2226
2226
  }, "strip", z.ZodTypeAny, {
2227
+ name: string;
2227
2228
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2228
2229
  id: string;
2229
- name: string;
2230
2230
  metadata: {
2231
- id: string;
2232
2231
  name: string;
2232
+ id: string;
2233
2233
  accessToken?: string | undefined;
2234
2234
  channelSecret?: string | undefined;
2235
2235
  additionalCredentials?: any;
@@ -2257,9 +2257,9 @@ export declare const cxLogContract: {
2257
2257
  updatedAt: Date;
2258
2258
  deletedAt: Date | null;
2259
2259
  actor: {
2260
+ name: string;
2260
2261
  id: string;
2261
2262
  address: string | null;
2262
- name: string;
2263
2263
  email: string;
2264
2264
  createdAt: Date;
2265
2265
  updatedAt: Date;
@@ -2306,19 +2306,19 @@ export declare const cxLogContract: {
2306
2306
  connectedUserName: string;
2307
2307
  connectedUserId: string;
2308
2308
  botpressBot: {
2309
- id: string;
2310
2309
  name: string;
2310
+ id: string;
2311
2311
  accessToken: string;
2312
2312
  botId: string;
2313
2313
  integrationId: string;
2314
2314
  } | null;
2315
2315
  }, {
2316
+ name: string;
2316
2317
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2317
2318
  id: string;
2318
- name: string;
2319
2319
  metadata: {
2320
- id: string;
2321
2320
  name: string;
2321
+ id: string;
2322
2322
  accessToken?: string | undefined;
2323
2323
  channelSecret?: string | undefined;
2324
2324
  additionalCredentials?: any;
@@ -2346,9 +2346,9 @@ export declare const cxLogContract: {
2346
2346
  updatedAt: Date;
2347
2347
  deletedAt: Date | null;
2348
2348
  actor: {
2349
+ name: string;
2349
2350
  id: string;
2350
2351
  address: string | null;
2351
- name: string;
2352
2352
  email: string;
2353
2353
  createdAt: Date;
2354
2354
  updatedAt: Date;
@@ -2395,8 +2395,8 @@ export declare const cxLogContract: {
2395
2395
  connectedUserName: string;
2396
2396
  connectedUserId: string;
2397
2397
  botpressBot: {
2398
- id: string;
2399
2398
  name: string;
2399
+ id: string;
2400
2400
  accessToken: string;
2401
2401
  botId: string;
2402
2402
  integrationId: string;
@@ -2405,12 +2405,12 @@ export declare const cxLogContract: {
2405
2405
  }, "strip", z.ZodTypeAny, {
2406
2406
  id: string;
2407
2407
  channel: {
2408
+ name: string;
2408
2409
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2409
2410
  id: string;
2410
- name: string;
2411
2411
  metadata: {
2412
- id: string;
2413
2412
  name: string;
2413
+ id: string;
2414
2414
  accessToken?: string | undefined;
2415
2415
  channelSecret?: string | undefined;
2416
2416
  additionalCredentials?: any;
@@ -2438,9 +2438,9 @@ export declare const cxLogContract: {
2438
2438
  updatedAt: Date;
2439
2439
  deletedAt: Date | null;
2440
2440
  actor: {
2441
+ name: string;
2441
2442
  id: string;
2442
2443
  address: string | null;
2443
- name: string;
2444
2444
  email: string;
2445
2445
  createdAt: Date;
2446
2446
  updatedAt: Date;
@@ -2487,8 +2487,8 @@ export declare const cxLogContract: {
2487
2487
  connectedUserName: string;
2488
2488
  connectedUserId: string;
2489
2489
  botpressBot: {
2490
- id: string;
2491
2490
  name: string;
2491
+ id: string;
2492
2492
  accessToken: string;
2493
2493
  botId: string;
2494
2494
  integrationId: string;
@@ -2499,9 +2499,9 @@ export declare const cxLogContract: {
2499
2499
  updatedAt: Date;
2500
2500
  deletedAt: Date | null;
2501
2501
  actor: {
2502
+ name: string;
2502
2503
  id: string;
2503
2504
  address: string | null;
2504
- name: string;
2505
2505
  email: string;
2506
2506
  createdAt: Date;
2507
2507
  updatedAt: Date;
@@ -2553,8 +2553,8 @@ export declare const cxLogContract: {
2553
2553
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2554
2554
  id: string;
2555
2555
  metadata: {
2556
- id: string;
2557
2556
  name: string;
2557
+ id: string;
2558
2558
  picture?: string | undefined;
2559
2559
  additionalCredentials?: any;
2560
2560
  };
@@ -2562,10 +2562,10 @@ export declare const cxLogContract: {
2562
2562
  updatedAt: Date;
2563
2563
  deletedAt: Date | null;
2564
2564
  contact: {
2565
+ name: string;
2565
2566
  id: string;
2566
2567
  channel: string | null;
2567
2568
  address: string | null;
2568
- name: string;
2569
2569
  createdAt: Date;
2570
2570
  updatedAt: Date;
2571
2571
  deletedAt: Date | null;
@@ -2610,8 +2610,8 @@ export declare const cxLogContract: {
2610
2610
  createdAt: Date;
2611
2611
  updatedAt: Date;
2612
2612
  deletedAt: Date | null;
2613
- address?: string | null | undefined;
2614
2613
  name?: string | undefined;
2614
+ address?: string | null | undefined;
2615
2615
  phone?: string | null | undefined;
2616
2616
  industry?: string | null | undefined;
2617
2617
  } | null;
@@ -2619,8 +2619,8 @@ export declare const cxLogContract: {
2619
2619
  contactProfile: string | null;
2620
2620
  socialProfileUrl: string | null;
2621
2621
  tags: {
2622
- id: string;
2623
2622
  name: string;
2623
+ id: string;
2624
2624
  createdAt: Date;
2625
2625
  updatedAt: Date;
2626
2626
  deletedAt: Date | null;
@@ -2645,8 +2645,8 @@ export declare const cxLogContract: {
2645
2645
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2646
2646
  id: string;
2647
2647
  metadata: {
2648
- id: string;
2649
2648
  name: string;
2649
+ id: string;
2650
2650
  picture?: string | undefined;
2651
2651
  additionalCredentials?: any;
2652
2652
  };
@@ -2677,9 +2677,9 @@ export declare const cxLogContract: {
2677
2677
  socialPlatformId: string;
2678
2678
  };
2679
2679
  assignee: {
2680
+ name: string;
2680
2681
  id: string;
2681
2682
  address: string | null;
2682
- name: string;
2683
2683
  email: string;
2684
2684
  createdAt: Date;
2685
2685
  updatedAt: Date;
@@ -2723,12 +2723,12 @@ export declare const cxLogContract: {
2723
2723
  }, {
2724
2724
  id: string;
2725
2725
  channel: {
2726
+ name: string;
2726
2727
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2727
2728
  id: string;
2728
- name: string;
2729
2729
  metadata: {
2730
- id: string;
2731
2730
  name: string;
2731
+ id: string;
2732
2732
  accessToken?: string | undefined;
2733
2733
  channelSecret?: string | undefined;
2734
2734
  additionalCredentials?: any;
@@ -2756,9 +2756,9 @@ export declare const cxLogContract: {
2756
2756
  updatedAt: Date;
2757
2757
  deletedAt: Date | null;
2758
2758
  actor: {
2759
+ name: string;
2759
2760
  id: string;
2760
2761
  address: string | null;
2761
- name: string;
2762
2762
  email: string;
2763
2763
  createdAt: Date;
2764
2764
  updatedAt: Date;
@@ -2805,8 +2805,8 @@ export declare const cxLogContract: {
2805
2805
  connectedUserName: string;
2806
2806
  connectedUserId: string;
2807
2807
  botpressBot: {
2808
- id: string;
2809
2808
  name: string;
2809
+ id: string;
2810
2810
  accessToken: string;
2811
2811
  botId: string;
2812
2812
  integrationId: string;
@@ -2817,9 +2817,9 @@ export declare const cxLogContract: {
2817
2817
  updatedAt: Date;
2818
2818
  deletedAt: Date | null;
2819
2819
  actor: {
2820
+ name: string;
2820
2821
  id: string;
2821
2822
  address: string | null;
2822
- name: string;
2823
2823
  email: string;
2824
2824
  createdAt: Date;
2825
2825
  updatedAt: Date;
@@ -2871,8 +2871,8 @@ export declare const cxLogContract: {
2871
2871
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2872
2872
  id: string;
2873
2873
  metadata: {
2874
- id: string;
2875
2874
  name: string;
2875
+ id: string;
2876
2876
  picture?: string | undefined;
2877
2877
  additionalCredentials?: any;
2878
2878
  };
@@ -2880,10 +2880,10 @@ export declare const cxLogContract: {
2880
2880
  updatedAt: Date;
2881
2881
  deletedAt: Date | null;
2882
2882
  contact: {
2883
+ name: string;
2883
2884
  id: string;
2884
2885
  channel: string | null;
2885
2886
  address: string | null;
2886
- name: string;
2887
2887
  createdAt: Date;
2888
2888
  updatedAt: Date;
2889
2889
  deletedAt: Date | null;
@@ -2928,8 +2928,8 @@ export declare const cxLogContract: {
2928
2928
  createdAt: Date;
2929
2929
  updatedAt: Date;
2930
2930
  deletedAt: Date | null;
2931
- address?: string | null | undefined;
2932
2931
  name?: string | undefined;
2932
+ address?: string | null | undefined;
2933
2933
  phone?: string | null | undefined;
2934
2934
  industry?: string | null | undefined;
2935
2935
  } | null;
@@ -2937,8 +2937,8 @@ export declare const cxLogContract: {
2937
2937
  contactProfile: string | null;
2938
2938
  socialProfileUrl: string | null;
2939
2939
  tags: {
2940
- id: string;
2941
2940
  name: string;
2941
+ id: string;
2942
2942
  createdAt: Date;
2943
2943
  updatedAt: Date;
2944
2944
  deletedAt: Date | null;
@@ -2963,8 +2963,8 @@ export declare const cxLogContract: {
2963
2963
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2964
2964
  id: string;
2965
2965
  metadata: {
2966
- id: string;
2967
2966
  name: string;
2967
+ id: string;
2968
2968
  picture?: string | undefined;
2969
2969
  additionalCredentials?: any;
2970
2970
  };
@@ -2995,9 +2995,9 @@ export declare const cxLogContract: {
2995
2995
  socialPlatformId: string;
2996
2996
  };
2997
2997
  assignee: {
2998
+ name: string;
2998
2999
  id: string;
2999
3000
  address: string | null;
3000
- name: string;
3001
3001
  email: string;
3002
3002
  createdAt: Date;
3003
3003
  updatedAt: Date;
@@ -3070,14 +3070,14 @@ export declare const cxLogContract: {
3070
3070
  deletedAt: z.ZodNullable<z.ZodDate>;
3071
3071
  name: z.ZodString;
3072
3072
  }, "strip", z.ZodTypeAny, {
3073
- id: string;
3074
3073
  name: string;
3074
+ id: string;
3075
3075
  createdAt: Date;
3076
3076
  updatedAt: Date;
3077
3077
  deletedAt: Date | null;
3078
3078
  }, {
3079
- id: string;
3080
3079
  name: string;
3080
+ id: string;
3081
3081
  createdAt: Date;
3082
3082
  updatedAt: Date;
3083
3083
  deletedAt: Date | null;
@@ -3233,8 +3233,8 @@ export declare const cxLogContract: {
3233
3233
  createdAt: Date;
3234
3234
  updatedAt: Date;
3235
3235
  deletedAt: Date | null;
3236
- address?: string | null | undefined;
3237
3236
  name?: string | undefined;
3237
+ address?: string | null | undefined;
3238
3238
  phone?: string | null | undefined;
3239
3239
  industry?: string | null | undefined;
3240
3240
  }, {
@@ -3242,8 +3242,8 @@ export declare const cxLogContract: {
3242
3242
  createdAt: Date;
3243
3243
  updatedAt: Date;
3244
3244
  deletedAt: Date | null;
3245
- address?: string | null | undefined;
3246
3245
  name?: string | undefined;
3246
+ address?: string | null | undefined;
3247
3247
  phone?: string | null | undefined;
3248
3248
  industry?: string | null | undefined;
3249
3249
  }>>;
@@ -3261,13 +3261,13 @@ export declare const cxLogContract: {
3261
3261
  picture: z.ZodOptional<z.ZodString>;
3262
3262
  additionalCredentials: z.ZodAny;
3263
3263
  }, "strip", z.ZodTypeAny, {
3264
- id: string;
3265
3264
  name: string;
3265
+ id: string;
3266
3266
  picture?: string | undefined;
3267
3267
  additionalCredentials?: any;
3268
3268
  }, {
3269
- id: string;
3270
3269
  name: string;
3270
+ id: string;
3271
3271
  picture?: string | undefined;
3272
3272
  additionalCredentials?: any;
3273
3273
  }>;
@@ -3275,8 +3275,8 @@ export declare const cxLogContract: {
3275
3275
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3276
3276
  id: string;
3277
3277
  metadata: {
3278
- id: string;
3279
3278
  name: string;
3279
+ id: string;
3280
3280
  picture?: string | undefined;
3281
3281
  additionalCredentials?: any;
3282
3282
  };
@@ -3289,8 +3289,8 @@ export declare const cxLogContract: {
3289
3289
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3290
3290
  id: string;
3291
3291
  metadata: {
3292
- id: string;
3293
3292
  name: string;
3293
+ id: string;
3294
3294
  picture?: string | undefined;
3295
3295
  additionalCredentials?: any;
3296
3296
  };
@@ -3600,10 +3600,10 @@ export declare const cxLogContract: {
3600
3600
  };
3601
3601
  }>, "many">>;
3602
3602
  }, "strip", z.ZodTypeAny, {
3603
+ name: string;
3603
3604
  id: string;
3604
3605
  channel: string | null;
3605
3606
  address: string | null;
3606
- name: string;
3607
3607
  createdAt: Date;
3608
3608
  updatedAt: Date;
3609
3609
  deletedAt: Date | null;
@@ -3648,8 +3648,8 @@ export declare const cxLogContract: {
3648
3648
  createdAt: Date;
3649
3649
  updatedAt: Date;
3650
3650
  deletedAt: Date | null;
3651
- address?: string | null | undefined;
3652
3651
  name?: string | undefined;
3652
+ address?: string | null | undefined;
3653
3653
  phone?: string | null | undefined;
3654
3654
  industry?: string | null | undefined;
3655
3655
  } | null;
@@ -3657,8 +3657,8 @@ export declare const cxLogContract: {
3657
3657
  contactProfile: string | null;
3658
3658
  socialProfileUrl: string | null;
3659
3659
  tags: {
3660
- id: string;
3661
3660
  name: string;
3661
+ id: string;
3662
3662
  createdAt: Date;
3663
3663
  updatedAt: Date;
3664
3664
  deletedAt: Date | null;
@@ -3683,8 +3683,8 @@ export declare const cxLogContract: {
3683
3683
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3684
3684
  id: string;
3685
3685
  metadata: {
3686
- id: string;
3687
3686
  name: string;
3687
+ id: string;
3688
3688
  picture?: string | undefined;
3689
3689
  additionalCredentials?: any;
3690
3690
  };
@@ -3711,10 +3711,10 @@ export declare const cxLogContract: {
3711
3711
  };
3712
3712
  }[] | undefined;
3713
3713
  }, {
3714
+ name: string;
3714
3715
  id: string;
3715
3716
  channel: string | null;
3716
3717
  address: string | null;
3717
- name: string;
3718
3718
  createdAt: Date;
3719
3719
  updatedAt: Date;
3720
3720
  deletedAt: Date | null;
@@ -3759,8 +3759,8 @@ export declare const cxLogContract: {
3759
3759
  createdAt: Date;
3760
3760
  updatedAt: Date;
3761
3761
  deletedAt: Date | null;
3762
- address?: string | null | undefined;
3763
3762
  name?: string | undefined;
3763
+ address?: string | null | undefined;
3764
3764
  phone?: string | null | undefined;
3765
3765
  industry?: string | null | undefined;
3766
3766
  } | null;
@@ -3768,8 +3768,8 @@ export declare const cxLogContract: {
3768
3768
  contactProfile: string | null;
3769
3769
  socialProfileUrl: string | null;
3770
3770
  tags: {
3771
- id: string;
3772
3771
  name: string;
3772
+ id: string;
3773
3773
  createdAt: Date;
3774
3774
  updatedAt: Date;
3775
3775
  deletedAt: Date | null;
@@ -3794,8 +3794,8 @@ export declare const cxLogContract: {
3794
3794
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3795
3795
  id: string;
3796
3796
  metadata: {
3797
- id: string;
3798
3797
  name: string;
3798
+ id: string;
3799
3799
  picture?: string | undefined;
3800
3800
  additionalCredentials?: any;
3801
3801
  };
@@ -4013,9 +4013,9 @@ export declare const cxLogContract: {
4013
4013
  telephonySignature: string | null;
4014
4014
  }>;
4015
4015
  }, "roles" | "extension">, "strip", z.ZodTypeAny, {
4016
+ name: string;
4016
4017
  id: string;
4017
4018
  address: string | null;
4018
- name: string;
4019
4019
  email: string;
4020
4020
  createdAt: Date;
4021
4021
  updatedAt: Date;
@@ -4025,9 +4025,9 @@ export declare const cxLogContract: {
4025
4025
  phone: string | null;
4026
4026
  notificationCount: number | null;
4027
4027
  }, {
4028
+ name: string;
4028
4029
  id: string;
4029
4030
  address: string | null;
4030
- name: string;
4031
4031
  email: string;
4032
4032
  createdAt: Date;
4033
4033
  updatedAt: Date;
@@ -4050,9 +4050,9 @@ export declare const cxLogContract: {
4050
4050
  }, "strip", z.ZodTypeAny, {
4051
4051
  id: string;
4052
4052
  user: {
4053
+ name: string;
4053
4054
  id: string;
4054
4055
  address: string | null;
4055
- name: string;
4056
4056
  email: string;
4057
4057
  createdAt: Date;
4058
4058
  updatedAt: Date;
@@ -4075,9 +4075,9 @@ export declare const cxLogContract: {
4075
4075
  }, {
4076
4076
  id: string;
4077
4077
  user: {
4078
+ name: string;
4078
4079
  id: string;
4079
4080
  address: string | null;
4080
- name: string;
4081
4081
  email: string;
4082
4082
  createdAt: Date;
4083
4083
  updatedAt: Date;
@@ -4218,9 +4218,9 @@ export declare const cxLogContract: {
4218
4218
  telephonySignature: string | null;
4219
4219
  }>;
4220
4220
  }, "roles" | "extension">, "strip", z.ZodTypeAny, {
4221
+ name: string;
4221
4222
  id: string;
4222
4223
  address: string | null;
4223
- name: string;
4224
4224
  email: string;
4225
4225
  createdAt: Date;
4226
4226
  updatedAt: Date;
@@ -4230,9 +4230,9 @@ export declare const cxLogContract: {
4230
4230
  phone: string | null;
4231
4231
  notificationCount: number | null;
4232
4232
  }, {
4233
+ name: string;
4233
4234
  id: string;
4234
4235
  address: string | null;
4235
- name: string;
4236
4236
  email: string;
4237
4237
  createdAt: Date;
4238
4238
  updatedAt: Date;
@@ -4255,9 +4255,9 @@ export declare const cxLogContract: {
4255
4255
  }, "strip", z.ZodTypeAny, {
4256
4256
  id: string;
4257
4257
  user: {
4258
+ name: string;
4258
4259
  id: string;
4259
4260
  address: string | null;
4260
- name: string;
4261
4261
  email: string;
4262
4262
  createdAt: Date;
4263
4263
  updatedAt: Date;
@@ -4280,9 +4280,9 @@ export declare const cxLogContract: {
4280
4280
  }, {
4281
4281
  id: string;
4282
4282
  user: {
4283
+ name: string;
4283
4284
  id: string;
4284
4285
  address: string | null;
4285
- name: string;
4286
4286
  email: string;
4287
4287
  createdAt: Date;
4288
4288
  updatedAt: Date;
@@ -4307,9 +4307,9 @@ export declare const cxLogContract: {
4307
4307
  callTo?: {
4308
4308
  id: string;
4309
4309
  user: {
4310
+ name: string;
4310
4311
  id: string;
4311
4312
  address: string | null;
4312
- name: string;
4313
4313
  email: string;
4314
4314
  createdAt: Date;
4315
4315
  updatedAt: Date;
@@ -4333,9 +4333,9 @@ export declare const cxLogContract: {
4333
4333
  callFrom?: {
4334
4334
  id: string;
4335
4335
  user: {
4336
+ name: string;
4336
4337
  id: string;
4337
4338
  address: string | null;
4338
- name: string;
4339
4339
  email: string;
4340
4340
  createdAt: Date;
4341
4341
  updatedAt: Date;
@@ -4360,9 +4360,9 @@ export declare const cxLogContract: {
4360
4360
  callTo?: {
4361
4361
  id: string;
4362
4362
  user: {
4363
+ name: string;
4363
4364
  id: string;
4364
4365
  address: string | null;
4365
- name: string;
4366
4366
  email: string;
4367
4367
  createdAt: Date;
4368
4368
  updatedAt: Date;
@@ -4386,9 +4386,9 @@ export declare const cxLogContract: {
4386
4386
  callFrom?: {
4387
4387
  id: string;
4388
4388
  user: {
4389
+ name: string;
4389
4390
  id: string;
4390
4391
  address: string | null;
4391
- name: string;
4392
4392
  email: string;
4393
4393
  createdAt: Date;
4394
4394
  updatedAt: Date;
@@ -4542,9 +4542,9 @@ export declare const cxLogContract: {
4542
4542
  telephonySignature: string | null;
4543
4543
  }>;
4544
4544
  }, "strip", z.ZodTypeAny, {
4545
+ name: string;
4545
4546
  id: string;
4546
4547
  address: string | null;
4547
- name: string;
4548
4548
  email: string;
4549
4549
  createdAt: Date;
4550
4550
  updatedAt: Date;
@@ -4585,9 +4585,9 @@ export declare const cxLogContract: {
4585
4585
  telephonySignature: string | null;
4586
4586
  };
4587
4587
  }, {
4588
+ name: string;
4588
4589
  id: string;
4589
4590
  address: string | null;
4590
- name: string;
4591
4591
  email: string;
4592
4592
  createdAt: Date;
4593
4593
  updatedAt: Date;
@@ -4641,9 +4641,9 @@ export declare const cxLogContract: {
4641
4641
  extensionName: string;
4642
4642
  telephonySignature: string | null;
4643
4643
  user?: {
4644
+ name: string;
4644
4645
  id: string;
4645
4646
  address: string | null;
4646
- name: string;
4647
4647
  email: string;
4648
4648
  createdAt: Date;
4649
4649
  updatedAt: Date;
@@ -4697,9 +4697,9 @@ export declare const cxLogContract: {
4697
4697
  extensionName: string;
4698
4698
  telephonySignature: string | null;
4699
4699
  user?: {
4700
+ name: string;
4700
4701
  id: string;
4701
4702
  address: string | null;
4702
- name: string;
4703
4703
  email: string;
4704
4704
  createdAt: Date;
4705
4705
  updatedAt: Date;
@@ -4769,9 +4769,9 @@ export declare const cxLogContract: {
4769
4769
  callTo?: {
4770
4770
  id: string;
4771
4771
  user: {
4772
+ name: string;
4772
4773
  id: string;
4773
4774
  address: string | null;
4774
- name: string;
4775
4775
  email: string;
4776
4776
  createdAt: Date;
4777
4777
  updatedAt: Date;
@@ -4795,9 +4795,9 @@ export declare const cxLogContract: {
4795
4795
  callFrom?: {
4796
4796
  id: string;
4797
4797
  user: {
4798
+ name: string;
4798
4799
  id: string;
4799
4800
  address: string | null;
4800
- name: string;
4801
4801
  email: string;
4802
4802
  createdAt: Date;
4803
4803
  updatedAt: Date;
@@ -4823,10 +4823,10 @@ export declare const cxLogContract: {
4823
4823
  telephonyQueueId: string | null;
4824
4824
  contactId: string | null;
4825
4825
  contact?: {
4826
+ name: string;
4826
4827
  id: string;
4827
4828
  channel: string | null;
4828
4829
  address: string | null;
4829
- name: string;
4830
4830
  createdAt: Date;
4831
4831
  updatedAt: Date;
4832
4832
  deletedAt: Date | null;
@@ -4871,8 +4871,8 @@ export declare const cxLogContract: {
4871
4871
  createdAt: Date;
4872
4872
  updatedAt: Date;
4873
4873
  deletedAt: Date | null;
4874
- address?: string | null | undefined;
4875
4874
  name?: string | undefined;
4875
+ address?: string | null | undefined;
4876
4876
  phone?: string | null | undefined;
4877
4877
  industry?: string | null | undefined;
4878
4878
  } | null;
@@ -4880,8 +4880,8 @@ export declare const cxLogContract: {
4880
4880
  contactProfile: string | null;
4881
4881
  socialProfileUrl: string | null;
4882
4882
  tags: {
4883
- id: string;
4884
4883
  name: string;
4884
+ id: string;
4885
4885
  createdAt: Date;
4886
4886
  updatedAt: Date;
4887
4887
  deletedAt: Date | null;
@@ -4906,8 +4906,8 @@ export declare const cxLogContract: {
4906
4906
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
4907
4907
  id: string;
4908
4908
  metadata: {
4909
- id: string;
4910
4909
  name: string;
4910
+ id: string;
4911
4911
  picture?: string | undefined;
4912
4912
  additionalCredentials?: any;
4913
4913
  };
@@ -4969,9 +4969,9 @@ export declare const cxLogContract: {
4969
4969
  extensionName: string;
4970
4970
  telephonySignature: string | null;
4971
4971
  user?: {
4972
+ name: string;
4972
4973
  id: string;
4973
4974
  address: string | null;
4974
- name: string;
4975
4975
  email: string;
4976
4976
  createdAt: Date;
4977
4977
  updatedAt: Date;
@@ -5039,9 +5039,9 @@ export declare const cxLogContract: {
5039
5039
  callTo?: {
5040
5040
  id: string;
5041
5041
  user: {
5042
+ name: string;
5042
5043
  id: string;
5043
5044
  address: string | null;
5044
- name: string;
5045
5045
  email: string;
5046
5046
  createdAt: Date;
5047
5047
  updatedAt: Date;
@@ -5065,9 +5065,9 @@ export declare const cxLogContract: {
5065
5065
  callFrom?: {
5066
5066
  id: string;
5067
5067
  user: {
5068
+ name: string;
5068
5069
  id: string;
5069
5070
  address: string | null;
5070
- name: string;
5071
5071
  email: string;
5072
5072
  createdAt: Date;
5073
5073
  updatedAt: Date;
@@ -5093,10 +5093,10 @@ export declare const cxLogContract: {
5093
5093
  telephonyQueueId: string | null;
5094
5094
  contactId: string | null;
5095
5095
  contact?: {
5096
+ name: string;
5096
5097
  id: string;
5097
5098
  channel: string | null;
5098
5099
  address: string | null;
5099
- name: string;
5100
5100
  createdAt: Date;
5101
5101
  updatedAt: Date;
5102
5102
  deletedAt: Date | null;
@@ -5141,8 +5141,8 @@ export declare const cxLogContract: {
5141
5141
  createdAt: Date;
5142
5142
  updatedAt: Date;
5143
5143
  deletedAt: Date | null;
5144
- address?: string | null | undefined;
5145
5144
  name?: string | undefined;
5145
+ address?: string | null | undefined;
5146
5146
  phone?: string | null | undefined;
5147
5147
  industry?: string | null | undefined;
5148
5148
  } | null;
@@ -5150,8 +5150,8 @@ export declare const cxLogContract: {
5150
5150
  contactProfile: string | null;
5151
5151
  socialProfileUrl: string | null;
5152
5152
  tags: {
5153
- id: string;
5154
5153
  name: string;
5154
+ id: string;
5155
5155
  createdAt: Date;
5156
5156
  updatedAt: Date;
5157
5157
  deletedAt: Date | null;
@@ -5176,8 +5176,8 @@ export declare const cxLogContract: {
5176
5176
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5177
5177
  id: string;
5178
5178
  metadata: {
5179
- id: string;
5180
5179
  name: string;
5180
+ id: string;
5181
5181
  picture?: string | undefined;
5182
5182
  additionalCredentials?: any;
5183
5183
  };
@@ -5239,9 +5239,9 @@ export declare const cxLogContract: {
5239
5239
  extensionName: string;
5240
5240
  telephonySignature: string | null;
5241
5241
  user?: {
5242
+ name: string;
5242
5243
  id: string;
5243
5244
  address: string | null;
5244
- name: string;
5245
5245
  email: string;
5246
5246
  createdAt: Date;
5247
5247
  updatedAt: Date;
@@ -5309,14 +5309,14 @@ export declare const cxLogContract: {
5309
5309
  deletedAt: z.ZodNullable<z.ZodDate>;
5310
5310
  name: z.ZodString;
5311
5311
  }, "strip", z.ZodTypeAny, {
5312
- id: string;
5313
5312
  name: string;
5313
+ id: string;
5314
5314
  createdAt: Date;
5315
5315
  updatedAt: Date;
5316
5316
  deletedAt: Date | null;
5317
5317
  }, {
5318
- id: string;
5319
5318
  name: string;
5319
+ id: string;
5320
5320
  createdAt: Date;
5321
5321
  updatedAt: Date;
5322
5322
  deletedAt: Date | null;
@@ -5472,8 +5472,8 @@ export declare const cxLogContract: {
5472
5472
  createdAt: Date;
5473
5473
  updatedAt: Date;
5474
5474
  deletedAt: Date | null;
5475
- address?: string | null | undefined;
5476
5475
  name?: string | undefined;
5476
+ address?: string | null | undefined;
5477
5477
  phone?: string | null | undefined;
5478
5478
  industry?: string | null | undefined;
5479
5479
  }, {
@@ -5481,8 +5481,8 @@ export declare const cxLogContract: {
5481
5481
  createdAt: Date;
5482
5482
  updatedAt: Date;
5483
5483
  deletedAt: Date | null;
5484
- address?: string | null | undefined;
5485
5484
  name?: string | undefined;
5485
+ address?: string | null | undefined;
5486
5486
  phone?: string | null | undefined;
5487
5487
  industry?: string | null | undefined;
5488
5488
  }>>;
@@ -5500,13 +5500,13 @@ export declare const cxLogContract: {
5500
5500
  picture: z.ZodOptional<z.ZodString>;
5501
5501
  additionalCredentials: z.ZodAny;
5502
5502
  }, "strip", z.ZodTypeAny, {
5503
- id: string;
5504
5503
  name: string;
5504
+ id: string;
5505
5505
  picture?: string | undefined;
5506
5506
  additionalCredentials?: any;
5507
5507
  }, {
5508
- id: string;
5509
5508
  name: string;
5509
+ id: string;
5510
5510
  picture?: string | undefined;
5511
5511
  additionalCredentials?: any;
5512
5512
  }>;
@@ -5514,8 +5514,8 @@ export declare const cxLogContract: {
5514
5514
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5515
5515
  id: string;
5516
5516
  metadata: {
5517
- id: string;
5518
5517
  name: string;
5518
+ id: string;
5519
5519
  picture?: string | undefined;
5520
5520
  additionalCredentials?: any;
5521
5521
  };
@@ -5528,8 +5528,8 @@ export declare const cxLogContract: {
5528
5528
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5529
5529
  id: string;
5530
5530
  metadata: {
5531
- id: string;
5532
5531
  name: string;
5532
+ id: string;
5533
5533
  picture?: string | undefined;
5534
5534
  additionalCredentials?: any;
5535
5535
  };
@@ -5839,10 +5839,10 @@ export declare const cxLogContract: {
5839
5839
  };
5840
5840
  }>, "many">>;
5841
5841
  }, "strip", z.ZodTypeAny, {
5842
+ name: string;
5842
5843
  id: string;
5843
5844
  channel: string | null;
5844
5845
  address: string | null;
5845
- name: string;
5846
5846
  createdAt: Date;
5847
5847
  updatedAt: Date;
5848
5848
  deletedAt: Date | null;
@@ -5887,8 +5887,8 @@ export declare const cxLogContract: {
5887
5887
  createdAt: Date;
5888
5888
  updatedAt: Date;
5889
5889
  deletedAt: Date | null;
5890
- address?: string | null | undefined;
5891
5890
  name?: string | undefined;
5891
+ address?: string | null | undefined;
5892
5892
  phone?: string | null | undefined;
5893
5893
  industry?: string | null | undefined;
5894
5894
  } | null;
@@ -5896,8 +5896,8 @@ export declare const cxLogContract: {
5896
5896
  contactProfile: string | null;
5897
5897
  socialProfileUrl: string | null;
5898
5898
  tags: {
5899
- id: string;
5900
5899
  name: string;
5900
+ id: string;
5901
5901
  createdAt: Date;
5902
5902
  updatedAt: Date;
5903
5903
  deletedAt: Date | null;
@@ -5922,8 +5922,8 @@ export declare const cxLogContract: {
5922
5922
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5923
5923
  id: string;
5924
5924
  metadata: {
5925
- id: string;
5926
5925
  name: string;
5926
+ id: string;
5927
5927
  picture?: string | undefined;
5928
5928
  additionalCredentials?: any;
5929
5929
  };
@@ -5950,10 +5950,10 @@ export declare const cxLogContract: {
5950
5950
  };
5951
5951
  }[] | undefined;
5952
5952
  }, {
5953
+ name: string;
5953
5954
  id: string;
5954
5955
  channel: string | null;
5955
5956
  address: string | null;
5956
- name: string;
5957
5957
  createdAt: Date;
5958
5958
  updatedAt: Date;
5959
5959
  deletedAt: Date | null;
@@ -5998,8 +5998,8 @@ export declare const cxLogContract: {
5998
5998
  createdAt: Date;
5999
5999
  updatedAt: Date;
6000
6000
  deletedAt: Date | null;
6001
- address?: string | null | undefined;
6002
6001
  name?: string | undefined;
6002
+ address?: string | null | undefined;
6003
6003
  phone?: string | null | undefined;
6004
6004
  industry?: string | null | undefined;
6005
6005
  } | null;
@@ -6007,8 +6007,8 @@ export declare const cxLogContract: {
6007
6007
  contactProfile: string | null;
6008
6008
  socialProfileUrl: string | null;
6009
6009
  tags: {
6010
- id: string;
6011
6010
  name: string;
6011
+ id: string;
6012
6012
  createdAt: Date;
6013
6013
  updatedAt: Date;
6014
6014
  deletedAt: Date | null;
@@ -6033,8 +6033,8 @@ export declare const cxLogContract: {
6033
6033
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6034
6034
  id: string;
6035
6035
  metadata: {
6036
- id: string;
6037
6036
  name: string;
6037
+ id: string;
6038
6038
  picture?: string | undefined;
6039
6039
  additionalCredentials?: any;
6040
6040
  };
@@ -6179,9 +6179,9 @@ export declare const cxLogContract: {
6179
6179
  telephonySignature: string | null;
6180
6180
  }>;
6181
6181
  }, "strip", z.ZodTypeAny, {
6182
+ name: string;
6182
6183
  id: string;
6183
6184
  address: string | null;
6184
- name: string;
6185
6185
  email: string;
6186
6186
  createdAt: Date;
6187
6187
  updatedAt: Date;
@@ -6222,9 +6222,9 @@ export declare const cxLogContract: {
6222
6222
  telephonySignature: string | null;
6223
6223
  };
6224
6224
  }, {
6225
+ name: string;
6225
6226
  id: string;
6226
6227
  address: string | null;
6227
- name: string;
6228
6228
  email: string;
6229
6229
  createdAt: Date;
6230
6230
  updatedAt: Date;
@@ -6383,9 +6383,9 @@ export declare const cxLogContract: {
6383
6383
  telephonySignature: string | null;
6384
6384
  }>;
6385
6385
  }, "strip", z.ZodTypeAny, {
6386
+ name: string;
6386
6387
  id: string;
6387
6388
  address: string | null;
6388
- name: string;
6389
6389
  email: string;
6390
6390
  createdAt: Date;
6391
6391
  updatedAt: Date;
@@ -6426,9 +6426,9 @@ export declare const cxLogContract: {
6426
6426
  telephonySignature: string | null;
6427
6427
  };
6428
6428
  }, {
6429
+ name: string;
6429
6430
  id: string;
6430
6431
  address: string | null;
6431
- name: string;
6432
6432
  email: string;
6433
6433
  createdAt: Date;
6434
6434
  updatedAt: Date;
@@ -6587,9 +6587,9 @@ export declare const cxLogContract: {
6587
6587
  telephonySignature: string | null;
6588
6588
  }>;
6589
6589
  }, "strip", z.ZodTypeAny, {
6590
+ name: string;
6590
6591
  id: string;
6591
6592
  address: string | null;
6592
- name: string;
6593
6593
  email: string;
6594
6594
  createdAt: Date;
6595
6595
  updatedAt: Date;
@@ -6630,9 +6630,9 @@ export declare const cxLogContract: {
6630
6630
  telephonySignature: string | null;
6631
6631
  };
6632
6632
  }, {
6633
+ name: string;
6633
6634
  id: string;
6634
6635
  address: string | null;
6635
- name: string;
6636
6636
  email: string;
6637
6637
  createdAt: Date;
6638
6638
  updatedAt: Date;
@@ -6683,10 +6683,10 @@ export declare const cxLogContract: {
6683
6683
  deletedAt: Date | null;
6684
6684
  entityId: string;
6685
6685
  contact: {
6686
+ name: string;
6686
6687
  id: string;
6687
6688
  channel: string | null;
6688
6689
  address: string | null;
6689
- name: string;
6690
6690
  createdAt: Date;
6691
6691
  updatedAt: Date;
6692
6692
  deletedAt: Date | null;
@@ -6731,8 +6731,8 @@ export declare const cxLogContract: {
6731
6731
  createdAt: Date;
6732
6732
  updatedAt: Date;
6733
6733
  deletedAt: Date | null;
6734
- address?: string | null | undefined;
6735
6734
  name?: string | undefined;
6735
+ address?: string | null | undefined;
6736
6736
  phone?: string | null | undefined;
6737
6737
  industry?: string | null | undefined;
6738
6738
  } | null;
@@ -6740,8 +6740,8 @@ export declare const cxLogContract: {
6740
6740
  contactProfile: string | null;
6741
6741
  socialProfileUrl: string | null;
6742
6742
  tags: {
6743
- id: string;
6744
6743
  name: string;
6744
+ id: string;
6745
6745
  createdAt: Date;
6746
6746
  updatedAt: Date;
6747
6747
  deletedAt: Date | null;
@@ -6766,8 +6766,8 @@ export declare const cxLogContract: {
6766
6766
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6767
6767
  id: string;
6768
6768
  metadata: {
6769
- id: string;
6770
6769
  name: string;
6770
+ id: string;
6771
6771
  picture?: string | undefined;
6772
6772
  additionalCredentials?: any;
6773
6773
  };
@@ -6829,8 +6829,8 @@ export declare const cxLogContract: {
6829
6829
  }[];
6830
6830
  }[];
6831
6831
  tags: {
6832
- id: string;
6833
6832
  name: string;
6833
+ id: string;
6834
6834
  createdAt: Date;
6835
6835
  updatedAt: Date;
6836
6836
  deletedAt: Date | null;
@@ -6870,12 +6870,12 @@ export declare const cxLogContract: {
6870
6870
  room: {
6871
6871
  id: string;
6872
6872
  channel: {
6873
+ name: string;
6873
6874
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6874
6875
  id: string;
6875
- name: string;
6876
6876
  metadata: {
6877
- id: string;
6878
6877
  name: string;
6878
+ id: string;
6879
6879
  accessToken?: string | undefined;
6880
6880
  channelSecret?: string | undefined;
6881
6881
  additionalCredentials?: any;
@@ -6903,9 +6903,9 @@ export declare const cxLogContract: {
6903
6903
  updatedAt: Date;
6904
6904
  deletedAt: Date | null;
6905
6905
  actor: {
6906
+ name: string;
6906
6907
  id: string;
6907
6908
  address: string | null;
6908
- name: string;
6909
6909
  email: string;
6910
6910
  createdAt: Date;
6911
6911
  updatedAt: Date;
@@ -6952,8 +6952,8 @@ export declare const cxLogContract: {
6952
6952
  connectedUserName: string;
6953
6953
  connectedUserId: string;
6954
6954
  botpressBot: {
6955
- id: string;
6956
6955
  name: string;
6956
+ id: string;
6957
6957
  accessToken: string;
6958
6958
  botId: string;
6959
6959
  integrationId: string;
@@ -6964,9 +6964,9 @@ export declare const cxLogContract: {
6964
6964
  updatedAt: Date;
6965
6965
  deletedAt: Date | null;
6966
6966
  actor: {
6967
+ name: string;
6967
6968
  id: string;
6968
6969
  address: string | null;
6969
- name: string;
6970
6970
  email: string;
6971
6971
  createdAt: Date;
6972
6972
  updatedAt: Date;
@@ -7018,8 +7018,8 @@ export declare const cxLogContract: {
7018
7018
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7019
7019
  id: string;
7020
7020
  metadata: {
7021
- id: string;
7022
7021
  name: string;
7022
+ id: string;
7023
7023
  picture?: string | undefined;
7024
7024
  additionalCredentials?: any;
7025
7025
  };
@@ -7027,10 +7027,10 @@ export declare const cxLogContract: {
7027
7027
  updatedAt: Date;
7028
7028
  deletedAt: Date | null;
7029
7029
  contact: {
7030
+ name: string;
7030
7031
  id: string;
7031
7032
  channel: string | null;
7032
7033
  address: string | null;
7033
- name: string;
7034
7034
  createdAt: Date;
7035
7035
  updatedAt: Date;
7036
7036
  deletedAt: Date | null;
@@ -7075,8 +7075,8 @@ export declare const cxLogContract: {
7075
7075
  createdAt: Date;
7076
7076
  updatedAt: Date;
7077
7077
  deletedAt: Date | null;
7078
- address?: string | null | undefined;
7079
7078
  name?: string | undefined;
7079
+ address?: string | null | undefined;
7080
7080
  phone?: string | null | undefined;
7081
7081
  industry?: string | null | undefined;
7082
7082
  } | null;
@@ -7084,8 +7084,8 @@ export declare const cxLogContract: {
7084
7084
  contactProfile: string | null;
7085
7085
  socialProfileUrl: string | null;
7086
7086
  tags: {
7087
- id: string;
7088
7087
  name: string;
7088
+ id: string;
7089
7089
  createdAt: Date;
7090
7090
  updatedAt: Date;
7091
7091
  deletedAt: Date | null;
@@ -7110,8 +7110,8 @@ export declare const cxLogContract: {
7110
7110
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7111
7111
  id: string;
7112
7112
  metadata: {
7113
- id: string;
7114
7113
  name: string;
7114
+ id: string;
7115
7115
  picture?: string | undefined;
7116
7116
  additionalCredentials?: any;
7117
7117
  };
@@ -7142,9 +7142,9 @@ export declare const cxLogContract: {
7142
7142
  socialPlatformId: string;
7143
7143
  };
7144
7144
  assignee: {
7145
+ name: string;
7145
7146
  id: string;
7146
7147
  address: string | null;
7147
- name: string;
7148
7148
  email: string;
7149
7149
  createdAt: Date;
7150
7150
  updatedAt: Date;
@@ -7212,9 +7212,9 @@ export declare const cxLogContract: {
7212
7212
  callTo?: {
7213
7213
  id: string;
7214
7214
  user: {
7215
+ name: string;
7215
7216
  id: string;
7216
7217
  address: string | null;
7217
- name: string;
7218
7218
  email: string;
7219
7219
  createdAt: Date;
7220
7220
  updatedAt: Date;
@@ -7238,9 +7238,9 @@ export declare const cxLogContract: {
7238
7238
  callFrom?: {
7239
7239
  id: string;
7240
7240
  user: {
7241
+ name: string;
7241
7242
  id: string;
7242
7243
  address: string | null;
7243
- name: string;
7244
7244
  email: string;
7245
7245
  createdAt: Date;
7246
7246
  updatedAt: Date;
@@ -7266,10 +7266,10 @@ export declare const cxLogContract: {
7266
7266
  telephonyQueueId: string | null;
7267
7267
  contactId: string | null;
7268
7268
  contact?: {
7269
+ name: string;
7269
7270
  id: string;
7270
7271
  channel: string | null;
7271
7272
  address: string | null;
7272
- name: string;
7273
7273
  createdAt: Date;
7274
7274
  updatedAt: Date;
7275
7275
  deletedAt: Date | null;
@@ -7314,8 +7314,8 @@ export declare const cxLogContract: {
7314
7314
  createdAt: Date;
7315
7315
  updatedAt: Date;
7316
7316
  deletedAt: Date | null;
7317
- address?: string | null | undefined;
7318
7317
  name?: string | undefined;
7318
+ address?: string | null | undefined;
7319
7319
  phone?: string | null | undefined;
7320
7320
  industry?: string | null | undefined;
7321
7321
  } | null;
@@ -7323,8 +7323,8 @@ export declare const cxLogContract: {
7323
7323
  contactProfile: string | null;
7324
7324
  socialProfileUrl: string | null;
7325
7325
  tags: {
7326
- id: string;
7327
7326
  name: string;
7327
+ id: string;
7328
7328
  createdAt: Date;
7329
7329
  updatedAt: Date;
7330
7330
  deletedAt: Date | null;
@@ -7349,8 +7349,8 @@ export declare const cxLogContract: {
7349
7349
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7350
7350
  id: string;
7351
7351
  metadata: {
7352
- id: string;
7353
7352
  name: string;
7353
+ id: string;
7354
7354
  picture?: string | undefined;
7355
7355
  additionalCredentials?: any;
7356
7356
  };
@@ -7412,9 +7412,9 @@ export declare const cxLogContract: {
7412
7412
  extensionName: string;
7413
7413
  telephonySignature: string | null;
7414
7414
  user?: {
7415
+ name: string;
7415
7416
  id: string;
7416
7417
  address: string | null;
7417
- name: string;
7418
7418
  email: string;
7419
7419
  createdAt: Date;
7420
7420
  updatedAt: Date;
@@ -7461,9 +7461,9 @@ export declare const cxLogContract: {
7461
7461
  queueName?: string | null | undefined;
7462
7462
  } | null;
7463
7463
  firstAssignee: {
7464
+ name: string;
7464
7465
  id: string;
7465
7466
  address: string | null;
7466
- name: string;
7467
7467
  email: string;
7468
7468
  createdAt: Date;
7469
7469
  updatedAt: Date;
@@ -7505,9 +7505,9 @@ export declare const cxLogContract: {
7505
7505
  };
7506
7506
  } | null;
7507
7507
  agent: {
7508
+ name: string;
7508
7509
  id: string;
7509
7510
  address: string | null;
7510
- name: string;
7511
7511
  email: string;
7512
7512
  createdAt: Date;
7513
7513
  updatedAt: Date;
@@ -7549,9 +7549,9 @@ export declare const cxLogContract: {
7549
7549
  };
7550
7550
  } | null;
7551
7551
  closedAssignee: {
7552
+ name: string;
7552
7553
  id: string;
7553
7554
  address: string | null;
7554
- name: string;
7555
7555
  email: string;
7556
7556
  createdAt: Date;
7557
7557
  updatedAt: Date;
@@ -7602,10 +7602,10 @@ export declare const cxLogContract: {
7602
7602
  deletedAt: Date | null;
7603
7603
  entityId: string;
7604
7604
  contact: {
7605
+ name: string;
7605
7606
  id: string;
7606
7607
  channel: string | null;
7607
7608
  address: string | null;
7608
- name: string;
7609
7609
  createdAt: Date;
7610
7610
  updatedAt: Date;
7611
7611
  deletedAt: Date | null;
@@ -7650,8 +7650,8 @@ export declare const cxLogContract: {
7650
7650
  createdAt: Date;
7651
7651
  updatedAt: Date;
7652
7652
  deletedAt: Date | null;
7653
- address?: string | null | undefined;
7654
7653
  name?: string | undefined;
7654
+ address?: string | null | undefined;
7655
7655
  phone?: string | null | undefined;
7656
7656
  industry?: string | null | undefined;
7657
7657
  } | null;
@@ -7659,8 +7659,8 @@ export declare const cxLogContract: {
7659
7659
  contactProfile: string | null;
7660
7660
  socialProfileUrl: string | null;
7661
7661
  tags: {
7662
- id: string;
7663
7662
  name: string;
7663
+ id: string;
7664
7664
  createdAt: Date;
7665
7665
  updatedAt: Date;
7666
7666
  deletedAt: Date | null;
@@ -7685,8 +7685,8 @@ export declare const cxLogContract: {
7685
7685
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7686
7686
  id: string;
7687
7687
  metadata: {
7688
- id: string;
7689
7688
  name: string;
7689
+ id: string;
7690
7690
  picture?: string | undefined;
7691
7691
  additionalCredentials?: any;
7692
7692
  };
@@ -7748,8 +7748,8 @@ export declare const cxLogContract: {
7748
7748
  }[];
7749
7749
  }[];
7750
7750
  tags: {
7751
- id: string;
7752
7751
  name: string;
7752
+ id: string;
7753
7753
  createdAt: Date;
7754
7754
  updatedAt: Date;
7755
7755
  deletedAt: Date | null;
@@ -7789,12 +7789,12 @@ export declare const cxLogContract: {
7789
7789
  room: {
7790
7790
  id: string;
7791
7791
  channel: {
7792
+ name: string;
7792
7793
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7793
7794
  id: string;
7794
- name: string;
7795
7795
  metadata: {
7796
- id: string;
7797
7796
  name: string;
7797
+ id: string;
7798
7798
  accessToken?: string | undefined;
7799
7799
  channelSecret?: string | undefined;
7800
7800
  additionalCredentials?: any;
@@ -7822,9 +7822,9 @@ export declare const cxLogContract: {
7822
7822
  updatedAt: Date;
7823
7823
  deletedAt: Date | null;
7824
7824
  actor: {
7825
+ name: string;
7825
7826
  id: string;
7826
7827
  address: string | null;
7827
- name: string;
7828
7828
  email: string;
7829
7829
  createdAt: Date;
7830
7830
  updatedAt: Date;
@@ -7871,8 +7871,8 @@ export declare const cxLogContract: {
7871
7871
  connectedUserName: string;
7872
7872
  connectedUserId: string;
7873
7873
  botpressBot: {
7874
- id: string;
7875
7874
  name: string;
7875
+ id: string;
7876
7876
  accessToken: string;
7877
7877
  botId: string;
7878
7878
  integrationId: string;
@@ -7883,9 +7883,9 @@ export declare const cxLogContract: {
7883
7883
  updatedAt: Date;
7884
7884
  deletedAt: Date | null;
7885
7885
  actor: {
7886
+ name: string;
7886
7887
  id: string;
7887
7888
  address: string | null;
7888
- name: string;
7889
7889
  email: string;
7890
7890
  createdAt: Date;
7891
7891
  updatedAt: Date;
@@ -7937,8 +7937,8 @@ export declare const cxLogContract: {
7937
7937
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7938
7938
  id: string;
7939
7939
  metadata: {
7940
- id: string;
7941
7940
  name: string;
7941
+ id: string;
7942
7942
  picture?: string | undefined;
7943
7943
  additionalCredentials?: any;
7944
7944
  };
@@ -7946,10 +7946,10 @@ export declare const cxLogContract: {
7946
7946
  updatedAt: Date;
7947
7947
  deletedAt: Date | null;
7948
7948
  contact: {
7949
+ name: string;
7949
7950
  id: string;
7950
7951
  channel: string | null;
7951
7952
  address: string | null;
7952
- name: string;
7953
7953
  createdAt: Date;
7954
7954
  updatedAt: Date;
7955
7955
  deletedAt: Date | null;
@@ -7994,8 +7994,8 @@ export declare const cxLogContract: {
7994
7994
  createdAt: Date;
7995
7995
  updatedAt: Date;
7996
7996
  deletedAt: Date | null;
7997
- address?: string | null | undefined;
7998
7997
  name?: string | undefined;
7998
+ address?: string | null | undefined;
7999
7999
  phone?: string | null | undefined;
8000
8000
  industry?: string | null | undefined;
8001
8001
  } | null;
@@ -8003,8 +8003,8 @@ export declare const cxLogContract: {
8003
8003
  contactProfile: string | null;
8004
8004
  socialProfileUrl: string | null;
8005
8005
  tags: {
8006
- id: string;
8007
8006
  name: string;
8007
+ id: string;
8008
8008
  createdAt: Date;
8009
8009
  updatedAt: Date;
8010
8010
  deletedAt: Date | null;
@@ -8029,8 +8029,8 @@ export declare const cxLogContract: {
8029
8029
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8030
8030
  id: string;
8031
8031
  metadata: {
8032
- id: string;
8033
8032
  name: string;
8033
+ id: string;
8034
8034
  picture?: string | undefined;
8035
8035
  additionalCredentials?: any;
8036
8036
  };
@@ -8061,9 +8061,9 @@ export declare const cxLogContract: {
8061
8061
  socialPlatformId: string;
8062
8062
  };
8063
8063
  assignee: {
8064
+ name: string;
8064
8065
  id: string;
8065
8066
  address: string | null;
8066
- name: string;
8067
8067
  email: string;
8068
8068
  createdAt: Date;
8069
8069
  updatedAt: Date;
@@ -8131,9 +8131,9 @@ export declare const cxLogContract: {
8131
8131
  callTo?: {
8132
8132
  id: string;
8133
8133
  user: {
8134
+ name: string;
8134
8135
  id: string;
8135
8136
  address: string | null;
8136
- name: string;
8137
8137
  email: string;
8138
8138
  createdAt: Date;
8139
8139
  updatedAt: Date;
@@ -8157,9 +8157,9 @@ export declare const cxLogContract: {
8157
8157
  callFrom?: {
8158
8158
  id: string;
8159
8159
  user: {
8160
+ name: string;
8160
8161
  id: string;
8161
8162
  address: string | null;
8162
- name: string;
8163
8163
  email: string;
8164
8164
  createdAt: Date;
8165
8165
  updatedAt: Date;
@@ -8185,10 +8185,10 @@ export declare const cxLogContract: {
8185
8185
  telephonyQueueId: string | null;
8186
8186
  contactId: string | null;
8187
8187
  contact?: {
8188
+ name: string;
8188
8189
  id: string;
8189
8190
  channel: string | null;
8190
8191
  address: string | null;
8191
- name: string;
8192
8192
  createdAt: Date;
8193
8193
  updatedAt: Date;
8194
8194
  deletedAt: Date | null;
@@ -8233,8 +8233,8 @@ export declare const cxLogContract: {
8233
8233
  createdAt: Date;
8234
8234
  updatedAt: Date;
8235
8235
  deletedAt: Date | null;
8236
- address?: string | null | undefined;
8237
8236
  name?: string | undefined;
8237
+ address?: string | null | undefined;
8238
8238
  phone?: string | null | undefined;
8239
8239
  industry?: string | null | undefined;
8240
8240
  } | null;
@@ -8242,8 +8242,8 @@ export declare const cxLogContract: {
8242
8242
  contactProfile: string | null;
8243
8243
  socialProfileUrl: string | null;
8244
8244
  tags: {
8245
- id: string;
8246
8245
  name: string;
8246
+ id: string;
8247
8247
  createdAt: Date;
8248
8248
  updatedAt: Date;
8249
8249
  deletedAt: Date | null;
@@ -8268,8 +8268,8 @@ export declare const cxLogContract: {
8268
8268
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8269
8269
  id: string;
8270
8270
  metadata: {
8271
- id: string;
8272
8271
  name: string;
8272
+ id: string;
8273
8273
  picture?: string | undefined;
8274
8274
  additionalCredentials?: any;
8275
8275
  };
@@ -8331,9 +8331,9 @@ export declare const cxLogContract: {
8331
8331
  extensionName: string;
8332
8332
  telephonySignature: string | null;
8333
8333
  user?: {
8334
+ name: string;
8334
8335
  id: string;
8335
8336
  address: string | null;
8336
- name: string;
8337
8337
  email: string;
8338
8338
  createdAt: Date;
8339
8339
  updatedAt: Date;
@@ -8380,9 +8380,9 @@ export declare const cxLogContract: {
8380
8380
  queueName?: string | null | undefined;
8381
8381
  } | null;
8382
8382
  firstAssignee: {
8383
+ name: string;
8383
8384
  id: string;
8384
8385
  address: string | null;
8385
- name: string;
8386
8386
  email: string;
8387
8387
  createdAt: Date;
8388
8388
  updatedAt: Date;
@@ -8424,9 +8424,9 @@ export declare const cxLogContract: {
8424
8424
  };
8425
8425
  } | null;
8426
8426
  agent: {
8427
+ name: string;
8427
8428
  id: string;
8428
8429
  address: string | null;
8429
- name: string;
8430
8430
  email: string;
8431
8431
  createdAt: Date;
8432
8432
  updatedAt: Date;
@@ -8468,9 +8468,9 @@ export declare const cxLogContract: {
8468
8468
  };
8469
8469
  } | null;
8470
8470
  closedAssignee: {
8471
+ name: string;
8471
8472
  id: string;
8472
8473
  address: string | null;
8473
- name: string;
8474
8474
  email: string;
8475
8475
  createdAt: Date;
8476
8476
  updatedAt: Date;
@@ -8527,10 +8527,10 @@ export declare const cxLogContract: {
8527
8527
  deletedAt: Date | null;
8528
8528
  entityId: string;
8529
8529
  contact: {
8530
+ name: string;
8530
8531
  id: string;
8531
8532
  channel: string | null;
8532
8533
  address: string | null;
8533
- name: string;
8534
8534
  createdAt: Date;
8535
8535
  updatedAt: Date;
8536
8536
  deletedAt: Date | null;
@@ -8575,8 +8575,8 @@ export declare const cxLogContract: {
8575
8575
  createdAt: Date;
8576
8576
  updatedAt: Date;
8577
8577
  deletedAt: Date | null;
8578
- address?: string | null | undefined;
8579
8578
  name?: string | undefined;
8579
+ address?: string | null | undefined;
8580
8580
  phone?: string | null | undefined;
8581
8581
  industry?: string | null | undefined;
8582
8582
  } | null;
@@ -8584,8 +8584,8 @@ export declare const cxLogContract: {
8584
8584
  contactProfile: string | null;
8585
8585
  socialProfileUrl: string | null;
8586
8586
  tags: {
8587
- id: string;
8588
8587
  name: string;
8588
+ id: string;
8589
8589
  createdAt: Date;
8590
8590
  updatedAt: Date;
8591
8591
  deletedAt: Date | null;
@@ -8610,8 +8610,8 @@ export declare const cxLogContract: {
8610
8610
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8611
8611
  id: string;
8612
8612
  metadata: {
8613
- id: string;
8614
8613
  name: string;
8614
+ id: string;
8615
8615
  picture?: string | undefined;
8616
8616
  additionalCredentials?: any;
8617
8617
  };
@@ -8673,8 +8673,8 @@ export declare const cxLogContract: {
8673
8673
  }[];
8674
8674
  }[];
8675
8675
  tags: {
8676
- id: string;
8677
8676
  name: string;
8677
+ id: string;
8678
8678
  createdAt: Date;
8679
8679
  updatedAt: Date;
8680
8680
  deletedAt: Date | null;
@@ -8714,12 +8714,12 @@ export declare const cxLogContract: {
8714
8714
  room: {
8715
8715
  id: string;
8716
8716
  channel: {
8717
+ name: string;
8717
8718
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8718
8719
  id: string;
8719
- name: string;
8720
8720
  metadata: {
8721
- id: string;
8722
8721
  name: string;
8722
+ id: string;
8723
8723
  accessToken?: string | undefined;
8724
8724
  channelSecret?: string | undefined;
8725
8725
  additionalCredentials?: any;
@@ -8747,9 +8747,9 @@ export declare const cxLogContract: {
8747
8747
  updatedAt: Date;
8748
8748
  deletedAt: Date | null;
8749
8749
  actor: {
8750
+ name: string;
8750
8751
  id: string;
8751
8752
  address: string | null;
8752
- name: string;
8753
8753
  email: string;
8754
8754
  createdAt: Date;
8755
8755
  updatedAt: Date;
@@ -8796,8 +8796,8 @@ export declare const cxLogContract: {
8796
8796
  connectedUserName: string;
8797
8797
  connectedUserId: string;
8798
8798
  botpressBot: {
8799
- id: string;
8800
8799
  name: string;
8800
+ id: string;
8801
8801
  accessToken: string;
8802
8802
  botId: string;
8803
8803
  integrationId: string;
@@ -8808,9 +8808,9 @@ export declare const cxLogContract: {
8808
8808
  updatedAt: Date;
8809
8809
  deletedAt: Date | null;
8810
8810
  actor: {
8811
+ name: string;
8811
8812
  id: string;
8812
8813
  address: string | null;
8813
- name: string;
8814
8814
  email: string;
8815
8815
  createdAt: Date;
8816
8816
  updatedAt: Date;
@@ -8862,8 +8862,8 @@ export declare const cxLogContract: {
8862
8862
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8863
8863
  id: string;
8864
8864
  metadata: {
8865
- id: string;
8866
8865
  name: string;
8866
+ id: string;
8867
8867
  picture?: string | undefined;
8868
8868
  additionalCredentials?: any;
8869
8869
  };
@@ -8871,10 +8871,10 @@ export declare const cxLogContract: {
8871
8871
  updatedAt: Date;
8872
8872
  deletedAt: Date | null;
8873
8873
  contact: {
8874
+ name: string;
8874
8875
  id: string;
8875
8876
  channel: string | null;
8876
8877
  address: string | null;
8877
- name: string;
8878
8878
  createdAt: Date;
8879
8879
  updatedAt: Date;
8880
8880
  deletedAt: Date | null;
@@ -8919,8 +8919,8 @@ export declare const cxLogContract: {
8919
8919
  createdAt: Date;
8920
8920
  updatedAt: Date;
8921
8921
  deletedAt: Date | null;
8922
- address?: string | null | undefined;
8923
8922
  name?: string | undefined;
8923
+ address?: string | null | undefined;
8924
8924
  phone?: string | null | undefined;
8925
8925
  industry?: string | null | undefined;
8926
8926
  } | null;
@@ -8928,8 +8928,8 @@ export declare const cxLogContract: {
8928
8928
  contactProfile: string | null;
8929
8929
  socialProfileUrl: string | null;
8930
8930
  tags: {
8931
- id: string;
8932
8931
  name: string;
8932
+ id: string;
8933
8933
  createdAt: Date;
8934
8934
  updatedAt: Date;
8935
8935
  deletedAt: Date | null;
@@ -8954,8 +8954,8 @@ export declare const cxLogContract: {
8954
8954
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8955
8955
  id: string;
8956
8956
  metadata: {
8957
- id: string;
8958
8957
  name: string;
8958
+ id: string;
8959
8959
  picture?: string | undefined;
8960
8960
  additionalCredentials?: any;
8961
8961
  };
@@ -8986,9 +8986,9 @@ export declare const cxLogContract: {
8986
8986
  socialPlatformId: string;
8987
8987
  };
8988
8988
  assignee: {
8989
+ name: string;
8989
8990
  id: string;
8990
8991
  address: string | null;
8991
- name: string;
8992
8992
  email: string;
8993
8993
  createdAt: Date;
8994
8994
  updatedAt: Date;
@@ -9056,9 +9056,9 @@ export declare const cxLogContract: {
9056
9056
  callTo?: {
9057
9057
  id: string;
9058
9058
  user: {
9059
+ name: string;
9059
9060
  id: string;
9060
9061
  address: string | null;
9061
- name: string;
9062
9062
  email: string;
9063
9063
  createdAt: Date;
9064
9064
  updatedAt: Date;
@@ -9082,9 +9082,9 @@ export declare const cxLogContract: {
9082
9082
  callFrom?: {
9083
9083
  id: string;
9084
9084
  user: {
9085
+ name: string;
9085
9086
  id: string;
9086
9087
  address: string | null;
9087
- name: string;
9088
9088
  email: string;
9089
9089
  createdAt: Date;
9090
9090
  updatedAt: Date;
@@ -9110,10 +9110,10 @@ export declare const cxLogContract: {
9110
9110
  telephonyQueueId: string | null;
9111
9111
  contactId: string | null;
9112
9112
  contact?: {
9113
+ name: string;
9113
9114
  id: string;
9114
9115
  channel: string | null;
9115
9116
  address: string | null;
9116
- name: string;
9117
9117
  createdAt: Date;
9118
9118
  updatedAt: Date;
9119
9119
  deletedAt: Date | null;
@@ -9158,8 +9158,8 @@ export declare const cxLogContract: {
9158
9158
  createdAt: Date;
9159
9159
  updatedAt: Date;
9160
9160
  deletedAt: Date | null;
9161
- address?: string | null | undefined;
9162
9161
  name?: string | undefined;
9162
+ address?: string | null | undefined;
9163
9163
  phone?: string | null | undefined;
9164
9164
  industry?: string | null | undefined;
9165
9165
  } | null;
@@ -9167,8 +9167,8 @@ export declare const cxLogContract: {
9167
9167
  contactProfile: string | null;
9168
9168
  socialProfileUrl: string | null;
9169
9169
  tags: {
9170
- id: string;
9171
9170
  name: string;
9171
+ id: string;
9172
9172
  createdAt: Date;
9173
9173
  updatedAt: Date;
9174
9174
  deletedAt: Date | null;
@@ -9193,8 +9193,8 @@ export declare const cxLogContract: {
9193
9193
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
9194
9194
  id: string;
9195
9195
  metadata: {
9196
- id: string;
9197
9196
  name: string;
9197
+ id: string;
9198
9198
  picture?: string | undefined;
9199
9199
  additionalCredentials?: any;
9200
9200
  };
@@ -9256,9 +9256,9 @@ export declare const cxLogContract: {
9256
9256
  extensionName: string;
9257
9257
  telephonySignature: string | null;
9258
9258
  user?: {
9259
+ name: string;
9259
9260
  id: string;
9260
9261
  address: string | null;
9261
- name: string;
9262
9262
  email: string;
9263
9263
  createdAt: Date;
9264
9264
  updatedAt: Date;
@@ -9305,9 +9305,9 @@ export declare const cxLogContract: {
9305
9305
  queueName?: string | null | undefined;
9306
9306
  } | null;
9307
9307
  firstAssignee: {
9308
+ name: string;
9308
9309
  id: string;
9309
9310
  address: string | null;
9310
- name: string;
9311
9311
  email: string;
9312
9312
  createdAt: Date;
9313
9313
  updatedAt: Date;
@@ -9349,9 +9349,9 @@ export declare const cxLogContract: {
9349
9349
  };
9350
9350
  } | null;
9351
9351
  agent: {
9352
+ name: string;
9352
9353
  id: string;
9353
9354
  address: string | null;
9354
- name: string;
9355
9355
  email: string;
9356
9356
  createdAt: Date;
9357
9357
  updatedAt: Date;
@@ -9393,9 +9393,9 @@ export declare const cxLogContract: {
9393
9393
  };
9394
9394
  } | null;
9395
9395
  closedAssignee: {
9396
+ name: string;
9396
9397
  id: string;
9397
9398
  address: string | null;
9398
- name: string;
9399
9399
  email: string;
9400
9400
  createdAt: Date;
9401
9401
  updatedAt: Date;
@@ -9452,10 +9452,10 @@ export declare const cxLogContract: {
9452
9452
  deletedAt: Date | null;
9453
9453
  entityId: string;
9454
9454
  contact: {
9455
+ name: string;
9455
9456
  id: string;
9456
9457
  channel: string | null;
9457
9458
  address: string | null;
9458
- name: string;
9459
9459
  createdAt: Date;
9460
9460
  updatedAt: Date;
9461
9461
  deletedAt: Date | null;
@@ -9500,8 +9500,8 @@ export declare const cxLogContract: {
9500
9500
  createdAt: Date;
9501
9501
  updatedAt: Date;
9502
9502
  deletedAt: Date | null;
9503
- address?: string | null | undefined;
9504
9503
  name?: string | undefined;
9504
+ address?: string | null | undefined;
9505
9505
  phone?: string | null | undefined;
9506
9506
  industry?: string | null | undefined;
9507
9507
  } | null;
@@ -9509,8 +9509,8 @@ export declare const cxLogContract: {
9509
9509
  contactProfile: string | null;
9510
9510
  socialProfileUrl: string | null;
9511
9511
  tags: {
9512
- id: string;
9513
9512
  name: string;
9513
+ id: string;
9514
9514
  createdAt: Date;
9515
9515
  updatedAt: Date;
9516
9516
  deletedAt: Date | null;
@@ -9535,8 +9535,8 @@ export declare const cxLogContract: {
9535
9535
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
9536
9536
  id: string;
9537
9537
  metadata: {
9538
- id: string;
9539
9538
  name: string;
9539
+ id: string;
9540
9540
  picture?: string | undefined;
9541
9541
  additionalCredentials?: any;
9542
9542
  };
@@ -9598,8 +9598,8 @@ export declare const cxLogContract: {
9598
9598
  }[];
9599
9599
  }[];
9600
9600
  tags: {
9601
- id: string;
9602
9601
  name: string;
9602
+ id: string;
9603
9603
  createdAt: Date;
9604
9604
  updatedAt: Date;
9605
9605
  deletedAt: Date | null;
@@ -9639,12 +9639,12 @@ export declare const cxLogContract: {
9639
9639
  room: {
9640
9640
  id: string;
9641
9641
  channel: {
9642
+ name: string;
9642
9643
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
9643
9644
  id: string;
9644
- name: string;
9645
9645
  metadata: {
9646
- id: string;
9647
9646
  name: string;
9647
+ id: string;
9648
9648
  accessToken?: string | undefined;
9649
9649
  channelSecret?: string | undefined;
9650
9650
  additionalCredentials?: any;
@@ -9672,9 +9672,9 @@ export declare const cxLogContract: {
9672
9672
  updatedAt: Date;
9673
9673
  deletedAt: Date | null;
9674
9674
  actor: {
9675
+ name: string;
9675
9676
  id: string;
9676
9677
  address: string | null;
9677
- name: string;
9678
9678
  email: string;
9679
9679
  createdAt: Date;
9680
9680
  updatedAt: Date;
@@ -9721,8 +9721,8 @@ export declare const cxLogContract: {
9721
9721
  connectedUserName: string;
9722
9722
  connectedUserId: string;
9723
9723
  botpressBot: {
9724
- id: string;
9725
9724
  name: string;
9725
+ id: string;
9726
9726
  accessToken: string;
9727
9727
  botId: string;
9728
9728
  integrationId: string;
@@ -9733,9 +9733,9 @@ export declare const cxLogContract: {
9733
9733
  updatedAt: Date;
9734
9734
  deletedAt: Date | null;
9735
9735
  actor: {
9736
+ name: string;
9736
9737
  id: string;
9737
9738
  address: string | null;
9738
- name: string;
9739
9739
  email: string;
9740
9740
  createdAt: Date;
9741
9741
  updatedAt: Date;
@@ -9787,8 +9787,8 @@ export declare const cxLogContract: {
9787
9787
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
9788
9788
  id: string;
9789
9789
  metadata: {
9790
- id: string;
9791
9790
  name: string;
9791
+ id: string;
9792
9792
  picture?: string | undefined;
9793
9793
  additionalCredentials?: any;
9794
9794
  };
@@ -9796,10 +9796,10 @@ export declare const cxLogContract: {
9796
9796
  updatedAt: Date;
9797
9797
  deletedAt: Date | null;
9798
9798
  contact: {
9799
+ name: string;
9799
9800
  id: string;
9800
9801
  channel: string | null;
9801
9802
  address: string | null;
9802
- name: string;
9803
9803
  createdAt: Date;
9804
9804
  updatedAt: Date;
9805
9805
  deletedAt: Date | null;
@@ -9844,8 +9844,8 @@ export declare const cxLogContract: {
9844
9844
  createdAt: Date;
9845
9845
  updatedAt: Date;
9846
9846
  deletedAt: Date | null;
9847
- address?: string | null | undefined;
9848
9847
  name?: string | undefined;
9848
+ address?: string | null | undefined;
9849
9849
  phone?: string | null | undefined;
9850
9850
  industry?: string | null | undefined;
9851
9851
  } | null;
@@ -9853,8 +9853,8 @@ export declare const cxLogContract: {
9853
9853
  contactProfile: string | null;
9854
9854
  socialProfileUrl: string | null;
9855
9855
  tags: {
9856
- id: string;
9857
9856
  name: string;
9857
+ id: string;
9858
9858
  createdAt: Date;
9859
9859
  updatedAt: Date;
9860
9860
  deletedAt: Date | null;
@@ -9879,8 +9879,8 @@ export declare const cxLogContract: {
9879
9879
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
9880
9880
  id: string;
9881
9881
  metadata: {
9882
- id: string;
9883
9882
  name: string;
9883
+ id: string;
9884
9884
  picture?: string | undefined;
9885
9885
  additionalCredentials?: any;
9886
9886
  };
@@ -9911,9 +9911,9 @@ export declare const cxLogContract: {
9911
9911
  socialPlatformId: string;
9912
9912
  };
9913
9913
  assignee: {
9914
+ name: string;
9914
9915
  id: string;
9915
9916
  address: string | null;
9916
- name: string;
9917
9917
  email: string;
9918
9918
  createdAt: Date;
9919
9919
  updatedAt: Date;
@@ -9981,9 +9981,9 @@ export declare const cxLogContract: {
9981
9981
  callTo?: {
9982
9982
  id: string;
9983
9983
  user: {
9984
+ name: string;
9984
9985
  id: string;
9985
9986
  address: string | null;
9986
- name: string;
9987
9987
  email: string;
9988
9988
  createdAt: Date;
9989
9989
  updatedAt: Date;
@@ -10007,9 +10007,9 @@ export declare const cxLogContract: {
10007
10007
  callFrom?: {
10008
10008
  id: string;
10009
10009
  user: {
10010
+ name: string;
10010
10011
  id: string;
10011
10012
  address: string | null;
10012
- name: string;
10013
10013
  email: string;
10014
10014
  createdAt: Date;
10015
10015
  updatedAt: Date;
@@ -10035,10 +10035,10 @@ export declare const cxLogContract: {
10035
10035
  telephonyQueueId: string | null;
10036
10036
  contactId: string | null;
10037
10037
  contact?: {
10038
+ name: string;
10038
10039
  id: string;
10039
10040
  channel: string | null;
10040
10041
  address: string | null;
10041
- name: string;
10042
10042
  createdAt: Date;
10043
10043
  updatedAt: Date;
10044
10044
  deletedAt: Date | null;
@@ -10083,8 +10083,8 @@ export declare const cxLogContract: {
10083
10083
  createdAt: Date;
10084
10084
  updatedAt: Date;
10085
10085
  deletedAt: Date | null;
10086
- address?: string | null | undefined;
10087
10086
  name?: string | undefined;
10087
+ address?: string | null | undefined;
10088
10088
  phone?: string | null | undefined;
10089
10089
  industry?: string | null | undefined;
10090
10090
  } | null;
@@ -10092,8 +10092,8 @@ export declare const cxLogContract: {
10092
10092
  contactProfile: string | null;
10093
10093
  socialProfileUrl: string | null;
10094
10094
  tags: {
10095
- id: string;
10096
10095
  name: string;
10096
+ id: string;
10097
10097
  createdAt: Date;
10098
10098
  updatedAt: Date;
10099
10099
  deletedAt: Date | null;
@@ -10118,8 +10118,8 @@ export declare const cxLogContract: {
10118
10118
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
10119
10119
  id: string;
10120
10120
  metadata: {
10121
- id: string;
10122
10121
  name: string;
10122
+ id: string;
10123
10123
  picture?: string | undefined;
10124
10124
  additionalCredentials?: any;
10125
10125
  };
@@ -10181,9 +10181,9 @@ export declare const cxLogContract: {
10181
10181
  extensionName: string;
10182
10182
  telephonySignature: string | null;
10183
10183
  user?: {
10184
+ name: string;
10184
10185
  id: string;
10185
10186
  address: string | null;
10186
- name: string;
10187
10187
  email: string;
10188
10188
  createdAt: Date;
10189
10189
  updatedAt: Date;
@@ -10230,9 +10230,9 @@ export declare const cxLogContract: {
10230
10230
  queueName?: string | null | undefined;
10231
10231
  } | null;
10232
10232
  firstAssignee: {
10233
+ name: string;
10233
10234
  id: string;
10234
10235
  address: string | null;
10235
- name: string;
10236
10236
  email: string;
10237
10237
  createdAt: Date;
10238
10238
  updatedAt: Date;
@@ -10274,9 +10274,9 @@ export declare const cxLogContract: {
10274
10274
  };
10275
10275
  } | null;
10276
10276
  agent: {
10277
+ name: string;
10277
10278
  id: string;
10278
10279
  address: string | null;
10279
- name: string;
10280
10280
  email: string;
10281
10281
  createdAt: Date;
10282
10282
  updatedAt: Date;
@@ -10318,9 +10318,9 @@ export declare const cxLogContract: {
10318
10318
  };
10319
10319
  } | null;
10320
10320
  closedAssignee: {
10321
+ name: string;
10321
10322
  id: string;
10322
10323
  address: string | null;
10323
- name: string;
10324
10324
  email: string;
10325
10325
  createdAt: Date;
10326
10326
  updatedAt: Date;
@@ -10444,7 +10444,7 @@ export declare const cxLogContract: {
10444
10444
  agentIds?: string[] | undefined;
10445
10445
  direction?: ("inbound" | "outbound")[] | undefined;
10446
10446
  disposition?: string[] | undefined;
10447
- sentimentScore?: ("positive" | "neutral" | "negative")[] | undefined;
10447
+ sentimentScore?: ("negative" | "positive" | "neutral")[] | undefined;
10448
10448
  csatScore?: string[] | undefined;
10449
10449
  sla?: "meet" | "unmeet" | undefined;
10450
10450
  tags?: string[] | undefined;
@@ -10473,7 +10473,7 @@ export declare const cxLogContract: {
10473
10473
  agentIds?: string[] | undefined;
10474
10474
  direction?: ("inbound" | "outbound")[] | undefined;
10475
10475
  disposition?: string[] | undefined;
10476
- sentimentScore?: ("positive" | "neutral" | "negative")[] | undefined;
10476
+ sentimentScore?: ("negative" | "positive" | "neutral")[] | undefined;
10477
10477
  csatScore?: string[] | undefined;
10478
10478
  sla?: "meet" | "unmeet" | undefined;
10479
10479
  tags?: string[] | undefined;