@kl1/contracts 1.2.42-uat → 1.2.43-uat

Sign up to get free protection for your applications and to get access to all the features.
Files changed (134) 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 +1345 -850
  17. package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
  18. package/dist/api-contracts/src/channel/schema.d.ts +64 -40
  19. package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
  20. package/dist/api-contracts/src/channel/validation.d.ts +76 -48
  21. package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
  22. package/dist/api-contracts/src/chat/index.d.ts +5307 -4759
  23. package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
  24. package/dist/api-contracts/src/chat/schema.d.ts +1437 -1329
  25. package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
  26. package/dist/api-contracts/src/chat/validation.d.ts +1189 -995
  27. package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
  28. package/dist/api-contracts/src/comment/index.d.ts +244 -244
  29. package/dist/api-contracts/src/comment/schema.d.ts +68 -68
  30. package/dist/api-contracts/src/company/index.d.ts +4 -4
  31. package/dist/api-contracts/src/company/validation.d.ts +4 -4
  32. package/dist/api-contracts/src/contact/index.d.ts +246 -246
  33. package/dist/api-contracts/src/contact/schema.d.ts +26 -26
  34. package/dist/api-contracts/src/contact/validation.d.ts +134 -134
  35. package/dist/api-contracts/src/contract.d.ts +14051 -11532
  36. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  37. package/dist/api-contracts/src/cx-log/index.d.ts +300 -274
  38. package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
  39. package/dist/api-contracts/src/cx-log/schema.d.ts +248 -226
  40. package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
  41. package/dist/api-contracts/src/cx-log/validation.d.ts +2 -2
  42. package/dist/api-contracts/src/dashboard/index.d.ts +40 -40
  43. package/dist/api-contracts/src/dashboard/schema.d.ts +34 -34
  44. package/dist/api-contracts/src/extension/index.d.ts +4 -4
  45. package/dist/api-contracts/src/facebook-feed/index.d.ts +1287 -1019
  46. package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
  47. package/dist/api-contracts/src/facebook-feed/schema.d.ts +103 -85
  48. package/dist/api-contracts/src/facebook-feed/schema.d.ts.map +1 -1
  49. package/dist/api-contracts/src/facebook-feed/validation.d.ts +94 -80
  50. package/dist/api-contracts/src/facebook-feed/validation.d.ts.map +1 -1
  51. package/dist/api-contracts/src/hold-label/index.d.ts +34 -34
  52. package/dist/api-contracts/src/hold-label/schema.d.ts +10 -10
  53. package/dist/api-contracts/src/instagram/index.d.ts +1049 -839
  54. package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
  55. package/dist/api-contracts/src/instagram/validation.d.ts +10 -10
  56. package/dist/api-contracts/src/line/index.d.ts +1018 -832
  57. package/dist/api-contracts/src/line/index.d.ts.map +1 -1
  58. package/dist/api-contracts/src/line/schema.d.ts +4 -4
  59. package/dist/api-contracts/src/line/validation.d.ts +99 -77
  60. package/dist/api-contracts/src/line/validation.d.ts.map +1 -1
  61. package/dist/api-contracts/src/mail/account-contract.d.ts +72 -72
  62. package/dist/api-contracts/src/mail/mail-contract.d.ts +2598 -2598
  63. package/dist/api-contracts/src/mail/mail-server-contract.d.ts +26 -26
  64. package/dist/api-contracts/src/mail/message-contract.d.ts +272 -272
  65. package/dist/api-contracts/src/mail/room-contract.d.ts +1474 -1474
  66. package/dist/api-contracts/src/mail/schemas/account-validation.schema.d.ts +50 -50
  67. package/dist/api-contracts/src/mail/schemas/account.schema.d.ts +10 -10
  68. package/dist/api-contracts/src/mail/schemas/message.schema.d.ts +56 -56
  69. package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +478 -478
  70. package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +466 -466
  71. package/dist/api-contracts/src/messenger/index.d.ts +1052 -842
  72. package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
  73. package/dist/api-contracts/src/messenger/schema.d.ts +16 -16
  74. package/dist/api-contracts/src/messenger/validation.d.ts +90 -76
  75. package/dist/api-contracts/src/messenger/validation.d.ts.map +1 -1
  76. package/dist/api-contracts/src/notification/index.d.ts +26 -26
  77. package/dist/api-contracts/src/notification/schema.d.ts +18 -18
  78. package/dist/api-contracts/src/notification/validation.d.ts +10 -10
  79. package/dist/api-contracts/src/public-api/index.d.ts +84 -84
  80. package/dist/api-contracts/src/public-api/schema.d.ts +10 -10
  81. package/dist/api-contracts/src/public-api/validation.d.ts +20 -20
  82. package/dist/api-contracts/src/sms/index.d.ts +171 -131
  83. package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
  84. package/dist/api-contracts/src/sms/schema.d.ts +8 -8
  85. package/dist/api-contracts/src/sms/validation.d.ts +2 -2
  86. package/dist/api-contracts/src/snippet/index.d.ts +42 -42
  87. package/dist/api-contracts/src/snippet/schema.d.ts +10 -10
  88. package/dist/api-contracts/src/subscription/index.d.ts +184 -184
  89. package/dist/api-contracts/src/subscription/schema.d.ts +216 -216
  90. package/dist/api-contracts/src/tag/index.d.ts +12 -12
  91. package/dist/api-contracts/src/tag/schema.d.ts +2 -2
  92. package/dist/api-contracts/src/telegram/index.d.ts +889 -739
  93. package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
  94. package/dist/api-contracts/src/telegram/validation.d.ts +4 -4
  95. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +14 -14
  96. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +4 -4
  97. package/dist/api-contracts/src/telephony-cdr/index.d.ts +186 -186
  98. package/dist/api-contracts/src/telephony-cdr/schema.d.ts +58 -58
  99. package/dist/api-contracts/src/tenant/schema.d.ts +2 -2
  100. package/dist/api-contracts/src/ticket/index.d.ts +328 -328
  101. package/dist/api-contracts/src/ticket/schema.d.ts +42 -42
  102. package/dist/api-contracts/src/user/index.d.ts +23 -23
  103. package/dist/api-contracts/src/user/schema.d.ts +2 -2
  104. package/dist/api-contracts/src/user/validation.d.ts +5 -5
  105. package/dist/api-contracts/src/user-presence-status-log/index.d.ts +4 -4
  106. package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +4 -4
  107. package/dist/api-contracts/src/viber/index.d.ts +901 -751
  108. package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
  109. package/dist/api-contracts/src/viber/validation.d.ts +4 -4
  110. package/dist/api-contracts/src/webchat/index.d.ts +895 -745
  111. package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
  112. package/dist/api-contracts/src/webchat/schema.d.ts +10 -10
  113. package/dist/api-contracts/src/webchat/validation.d.ts +2 -2
  114. package/dist/api-contracts/src/whatsapp/index.d.ts +1115 -774
  115. package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
  116. package/dist/api-contracts/src/whatsapp/validation.d.ts +79 -0
  117. package/dist/api-contracts/src/whatsapp/validation.d.ts.map +1 -1
  118. package/dist/api-contracts/src/widget/index.d.ts +24 -24
  119. package/dist/api-contracts/src/widget/schema.d.ts +2 -2
  120. package/dist/api-contracts/src/widget/validation.d.ts +4 -4
  121. package/dist/api-contracts/src/workflow-rule/index.d.ts +320 -276
  122. package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
  123. package/dist/api-contracts/src/workflow-rule/schema.d.ts +2 -2
  124. package/dist/api-contracts/src/wrap-up-form/index.d.ts +26 -26
  125. package/dist/api-contracts/src/wrap-up-form/schema.d.ts +4 -4
  126. package/dist/api-contracts/utils.d.ts +1 -1
  127. package/dist/api-contracts/utils.d.ts.map +1 -1
  128. package/dist/entities/src/enums/chat.d.ts +1 -0
  129. package/dist/entities/src/enums/chat.d.ts.map +1 -1
  130. package/dist/index.js +75 -2
  131. package/dist/index.js.map +1 -1
  132. package/dist/index.mjs +75 -2
  133. package/dist/index.mjs.map +1 -1
  134. 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;
@@ -172,14 +172,14 @@ export declare const cxLogContract: {
172
172
  deletedAt: z.ZodNullable<z.ZodDate>;
173
173
  name: z.ZodString;
174
174
  }, "strip", z.ZodTypeAny, {
175
- id: string;
176
175
  name: string;
176
+ id: string;
177
177
  createdAt: Date;
178
178
  updatedAt: Date;
179
179
  deletedAt: Date | null;
180
180
  }, {
181
- id: string;
182
181
  name: string;
182
+ id: string;
183
183
  createdAt: Date;
184
184
  updatedAt: Date;
185
185
  deletedAt: Date | null;
@@ -350,8 +350,8 @@ export declare const cxLogContract: {
350
350
  }[];
351
351
  }[];
352
352
  tags: {
353
- id: string;
354
353
  name: string;
354
+ id: string;
355
355
  createdAt: Date;
356
356
  updatedAt: Date;
357
357
  deletedAt: Date | null;
@@ -401,8 +401,8 @@ export declare const cxLogContract: {
401
401
  }[];
402
402
  }[];
403
403
  tags: {
404
- id: string;
405
404
  name: string;
405
+ id: string;
406
406
  createdAt: Date;
407
407
  updatedAt: Date;
408
408
  deletedAt: Date | null;
@@ -450,13 +450,13 @@ export declare const cxLogContract: {
450
450
  picture: z.ZodOptional<z.ZodString>;
451
451
  additionalCredentials: z.ZodAny;
452
452
  }, "strip", z.ZodTypeAny, {
453
- id: string;
454
453
  name: string;
454
+ id: string;
455
455
  picture?: string | undefined;
456
456
  additionalCredentials?: any;
457
457
  }, {
458
- id: string;
459
458
  name: string;
459
+ id: string;
460
460
  picture?: string | undefined;
461
461
  additionalCredentials?: any;
462
462
  }>;
@@ -478,14 +478,14 @@ export declare const cxLogContract: {
478
478
  deletedAt: z.ZodNullable<z.ZodDate>;
479
479
  name: z.ZodString;
480
480
  }, "strip", z.ZodTypeAny, {
481
- id: string;
482
481
  name: string;
482
+ id: string;
483
483
  createdAt: Date;
484
484
  updatedAt: Date;
485
485
  deletedAt: Date | null;
486
486
  }, {
487
- id: string;
488
487
  name: string;
488
+ id: string;
489
489
  createdAt: Date;
490
490
  updatedAt: Date;
491
491
  deletedAt: Date | null;
@@ -641,8 +641,8 @@ export declare const cxLogContract: {
641
641
  createdAt: Date;
642
642
  updatedAt: Date;
643
643
  deletedAt: Date | null;
644
- address?: string | null | undefined;
645
644
  name?: string | undefined;
645
+ address?: string | null | undefined;
646
646
  phone?: string | null | undefined;
647
647
  industry?: string | null | undefined;
648
648
  }, {
@@ -650,8 +650,8 @@ export declare const cxLogContract: {
650
650
  createdAt: Date;
651
651
  updatedAt: Date;
652
652
  deletedAt: Date | null;
653
- address?: string | null | undefined;
654
653
  name?: string | undefined;
654
+ address?: string | null | undefined;
655
655
  phone?: string | null | undefined;
656
656
  industry?: string | null | undefined;
657
657
  }>>;
@@ -669,13 +669,13 @@ export declare const cxLogContract: {
669
669
  picture: z.ZodOptional<z.ZodString>;
670
670
  additionalCredentials: z.ZodAny;
671
671
  }, "strip", z.ZodTypeAny, {
672
- id: string;
673
672
  name: string;
673
+ id: string;
674
674
  picture?: string | undefined;
675
675
  additionalCredentials?: any;
676
676
  }, {
677
- id: string;
678
677
  name: string;
678
+ id: string;
679
679
  picture?: string | undefined;
680
680
  additionalCredentials?: any;
681
681
  }>;
@@ -683,8 +683,8 @@ export declare const cxLogContract: {
683
683
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
684
684
  id: string;
685
685
  metadata: {
686
- id: string;
687
686
  name: string;
687
+ id: string;
688
688
  picture?: string | undefined;
689
689
  additionalCredentials?: any;
690
690
  };
@@ -697,8 +697,8 @@ export declare const cxLogContract: {
697
697
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
698
698
  id: string;
699
699
  metadata: {
700
- id: string;
701
700
  name: string;
701
+ id: string;
702
702
  picture?: string | undefined;
703
703
  additionalCredentials?: any;
704
704
  };
@@ -1008,10 +1008,10 @@ export declare const cxLogContract: {
1008
1008
  };
1009
1009
  }>, "many">>;
1010
1010
  }, "strip", z.ZodTypeAny, {
1011
+ name: string;
1011
1012
  id: string;
1012
1013
  channel: string | null;
1013
1014
  address: string | null;
1014
- name: string;
1015
1015
  createdAt: Date;
1016
1016
  updatedAt: Date;
1017
1017
  deletedAt: Date | null;
@@ -1056,8 +1056,8 @@ export declare const cxLogContract: {
1056
1056
  createdAt: Date;
1057
1057
  updatedAt: Date;
1058
1058
  deletedAt: Date | null;
1059
- address?: string | null | undefined;
1060
1059
  name?: string | undefined;
1060
+ address?: string | null | undefined;
1061
1061
  phone?: string | null | undefined;
1062
1062
  industry?: string | null | undefined;
1063
1063
  } | null;
@@ -1065,8 +1065,8 @@ export declare const cxLogContract: {
1065
1065
  contactProfile: string | null;
1066
1066
  socialProfileUrl: string | null;
1067
1067
  tags: {
1068
- id: string;
1069
1068
  name: string;
1069
+ id: string;
1070
1070
  createdAt: Date;
1071
1071
  updatedAt: Date;
1072
1072
  deletedAt: Date | null;
@@ -1091,8 +1091,8 @@ export declare const cxLogContract: {
1091
1091
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1092
1092
  id: string;
1093
1093
  metadata: {
1094
- id: string;
1095
1094
  name: string;
1095
+ id: string;
1096
1096
  picture?: string | undefined;
1097
1097
  additionalCredentials?: any;
1098
1098
  };
@@ -1119,10 +1119,10 @@ export declare const cxLogContract: {
1119
1119
  };
1120
1120
  }[] | undefined;
1121
1121
  }, {
1122
+ name: string;
1122
1123
  id: string;
1123
1124
  channel: string | null;
1124
1125
  address: string | null;
1125
- name: string;
1126
1126
  createdAt: Date;
1127
1127
  updatedAt: Date;
1128
1128
  deletedAt: Date | null;
@@ -1167,8 +1167,8 @@ export declare const cxLogContract: {
1167
1167
  createdAt: Date;
1168
1168
  updatedAt: Date;
1169
1169
  deletedAt: Date | null;
1170
- address?: string | null | undefined;
1171
1170
  name?: string | undefined;
1171
+ address?: string | null | undefined;
1172
1172
  phone?: string | null | undefined;
1173
1173
  industry?: string | null | undefined;
1174
1174
  } | null;
@@ -1176,8 +1176,8 @@ export declare const cxLogContract: {
1176
1176
  contactProfile: string | null;
1177
1177
  socialProfileUrl: string | null;
1178
1178
  tags: {
1179
- id: string;
1180
1179
  name: string;
1180
+ id: string;
1181
1181
  createdAt: Date;
1182
1182
  updatedAt: Date;
1183
1183
  deletedAt: Date | null;
@@ -1202,8 +1202,8 @@ export declare const cxLogContract: {
1202
1202
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1203
1203
  id: string;
1204
1204
  metadata: {
1205
- id: string;
1206
1205
  name: string;
1206
+ id: string;
1207
1207
  picture?: string | undefined;
1208
1208
  additionalCredentials?: any;
1209
1209
  };
@@ -1234,8 +1234,8 @@ export declare const cxLogContract: {
1234
1234
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1235
1235
  id: string;
1236
1236
  metadata: {
1237
- id: string;
1238
1237
  name: string;
1238
+ id: string;
1239
1239
  picture?: string | undefined;
1240
1240
  additionalCredentials?: any;
1241
1241
  };
@@ -1243,10 +1243,10 @@ export declare const cxLogContract: {
1243
1243
  updatedAt: Date;
1244
1244
  deletedAt: Date | null;
1245
1245
  contact: {
1246
+ name: string;
1246
1247
  id: string;
1247
1248
  channel: string | null;
1248
1249
  address: string | null;
1249
- name: string;
1250
1250
  createdAt: Date;
1251
1251
  updatedAt: Date;
1252
1252
  deletedAt: Date | null;
@@ -1291,8 +1291,8 @@ export declare const cxLogContract: {
1291
1291
  createdAt: Date;
1292
1292
  updatedAt: Date;
1293
1293
  deletedAt: Date | null;
1294
- address?: string | null | undefined;
1295
1294
  name?: string | undefined;
1295
+ address?: string | null | undefined;
1296
1296
  phone?: string | null | undefined;
1297
1297
  industry?: string | null | undefined;
1298
1298
  } | null;
@@ -1300,8 +1300,8 @@ export declare const cxLogContract: {
1300
1300
  contactProfile: string | null;
1301
1301
  socialProfileUrl: string | null;
1302
1302
  tags: {
1303
- id: string;
1304
1303
  name: string;
1304
+ id: string;
1305
1305
  createdAt: Date;
1306
1306
  updatedAt: Date;
1307
1307
  deletedAt: Date | null;
@@ -1326,8 +1326,8 @@ export declare const cxLogContract: {
1326
1326
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1327
1327
  id: string;
1328
1328
  metadata: {
1329
- id: string;
1330
1329
  name: string;
1330
+ id: string;
1331
1331
  picture?: string | undefined;
1332
1332
  additionalCredentials?: any;
1333
1333
  };
@@ -1360,8 +1360,8 @@ export declare const cxLogContract: {
1360
1360
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1361
1361
  id: string;
1362
1362
  metadata: {
1363
- id: string;
1364
1363
  name: string;
1364
+ id: string;
1365
1365
  picture?: string | undefined;
1366
1366
  additionalCredentials?: any;
1367
1367
  };
@@ -1369,10 +1369,10 @@ export declare const cxLogContract: {
1369
1369
  updatedAt: Date;
1370
1370
  deletedAt: Date | null;
1371
1371
  contact: {
1372
+ name: string;
1372
1373
  id: string;
1373
1374
  channel: string | null;
1374
1375
  address: string | null;
1375
- name: string;
1376
1376
  createdAt: Date;
1377
1377
  updatedAt: Date;
1378
1378
  deletedAt: Date | null;
@@ -1417,8 +1417,8 @@ export declare const cxLogContract: {
1417
1417
  createdAt: Date;
1418
1418
  updatedAt: Date;
1419
1419
  deletedAt: Date | null;
1420
- address?: string | null | undefined;
1421
1420
  name?: string | undefined;
1421
+ address?: string | null | undefined;
1422
1422
  phone?: string | null | undefined;
1423
1423
  industry?: string | null | undefined;
1424
1424
  } | null;
@@ -1426,8 +1426,8 @@ export declare const cxLogContract: {
1426
1426
  contactProfile: string | null;
1427
1427
  socialProfileUrl: string | null;
1428
1428
  tags: {
1429
- id: string;
1430
1429
  name: string;
1430
+ id: string;
1431
1431
  createdAt: Date;
1432
1432
  updatedAt: Date;
1433
1433
  deletedAt: Date | null;
@@ -1452,8 +1452,8 @@ export declare const cxLogContract: {
1452
1452
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1453
1453
  id: string;
1454
1454
  metadata: {
1455
- id: string;
1456
1455
  name: string;
1456
+ id: string;
1457
1457
  picture?: string | undefined;
1458
1458
  additionalCredentials?: any;
1459
1459
  };
@@ -1601,9 +1601,9 @@ export declare const cxLogContract: {
1601
1601
  telephonySignature: string | null;
1602
1602
  }>;
1603
1603
  }, "strip", z.ZodTypeAny, {
1604
+ name: string;
1604
1605
  id: string;
1605
1606
  address: string | null;
1606
- name: string;
1607
1607
  email: string;
1608
1608
  createdAt: Date;
1609
1609
  updatedAt: Date;
@@ -1644,9 +1644,9 @@ export declare const cxLogContract: {
1644
1644
  telephonySignature: string | null;
1645
1645
  };
1646
1646
  }, {
1647
+ name: string;
1647
1648
  id: string;
1648
1649
  address: string | null;
1649
- name: string;
1650
1650
  email: string;
1651
1651
  createdAt: Date;
1652
1652
  updatedAt: Date;
@@ -1805,9 +1805,9 @@ export declare const cxLogContract: {
1805
1805
  telephonySignature: string | null;
1806
1806
  }>;
1807
1807
  }, "strip", z.ZodTypeAny, {
1808
+ name: string;
1808
1809
  id: string;
1809
1810
  address: string | null;
1810
- name: string;
1811
1811
  email: string;
1812
1812
  createdAt: Date;
1813
1813
  updatedAt: Date;
@@ -1848,9 +1848,9 @@ export declare const cxLogContract: {
1848
1848
  telephonySignature: string | null;
1849
1849
  };
1850
1850
  }, {
1851
+ name: string;
1851
1852
  id: string;
1852
1853
  address: string | null;
1853
- name: string;
1854
1854
  email: string;
1855
1855
  createdAt: Date;
1856
1856
  updatedAt: Date;
@@ -1912,10 +1912,12 @@ export declare const cxLogContract: {
1912
1912
  email: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1913
1913
  clientId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1914
1914
  channelId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1915
- status: z.ZodOptional<z.ZodEnum<["pending", "active"]>>;
1915
+ waapiInstanceId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1916
+ qr: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1917
+ status: z.ZodOptional<z.ZodEnum<["waapi-qr", "pending", "active"]>>;
1916
1918
  apiKey: z.ZodOptional<z.ZodString>;
1917
1919
  tier: z.ZodOptional<z.ZodEnum<["basic", "regular", "premium"]>>;
1918
- integrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"meta">, z.ZodLiteral<"360dialog">]>>;
1920
+ integrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"meta">, z.ZodLiteral<"360dialog">, z.ZodLiteral<"waapi">]>>;
1919
1921
  }, "strip", z.ZodTypeAny, {
1920
1922
  wabaBusinessId?: string | null | undefined;
1921
1923
  wabaExternalId?: string | null | undefined;
@@ -1923,10 +1925,12 @@ export declare const cxLogContract: {
1923
1925
  email?: string | null | undefined;
1924
1926
  clientId?: string | null | undefined;
1925
1927
  channelId?: string | null | undefined;
1926
- status?: "active" | "pending" | undefined;
1928
+ waapiInstanceId?: string | null | undefined;
1929
+ qr?: string | null | undefined;
1930
+ status?: "active" | "pending" | "waapi-qr" | undefined;
1927
1931
  apiKey?: string | undefined;
1928
1932
  tier?: "basic" | "regular" | "premium" | undefined;
1929
- integrationType?: "meta" | "360dialog" | undefined;
1933
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
1930
1934
  }, {
1931
1935
  wabaBusinessId?: string | null | undefined;
1932
1936
  wabaExternalId?: string | null | undefined;
@@ -1934,10 +1938,12 @@ export declare const cxLogContract: {
1934
1938
  email?: string | null | undefined;
1935
1939
  clientId?: string | null | undefined;
1936
1940
  channelId?: string | null | undefined;
1937
- status?: "active" | "pending" | undefined;
1941
+ waapiInstanceId?: string | null | undefined;
1942
+ qr?: string | null | undefined;
1943
+ status?: "active" | "pending" | "waapi-qr" | undefined;
1938
1944
  apiKey?: string | undefined;
1939
1945
  tier?: "basic" | "regular" | "premium" | undefined;
1940
- integrationType?: "meta" | "360dialog" | undefined;
1946
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
1941
1947
  }>>;
1942
1948
  vonageCredentials: z.ZodOptional<z.ZodObject<{
1943
1949
  mobileNumber: z.ZodString;
@@ -1956,8 +1962,8 @@ export declare const cxLogContract: {
1956
1962
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
1957
1963
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
1958
1964
  }, "strip", z.ZodTypeAny, {
1959
- id: string;
1960
1965
  name: string;
1966
+ id: string;
1961
1967
  accessToken?: string | undefined;
1962
1968
  channelSecret?: string | undefined;
1963
1969
  additionalCredentials?: any;
@@ -1969,10 +1975,12 @@ export declare const cxLogContract: {
1969
1975
  email?: string | null | undefined;
1970
1976
  clientId?: string | null | undefined;
1971
1977
  channelId?: string | null | undefined;
1972
- status?: "active" | "pending" | undefined;
1978
+ waapiInstanceId?: string | null | undefined;
1979
+ qr?: string | null | undefined;
1980
+ status?: "active" | "pending" | "waapi-qr" | undefined;
1973
1981
  apiKey?: string | undefined;
1974
1982
  tier?: "basic" | "regular" | "premium" | undefined;
1975
- integrationType?: "meta" | "360dialog" | undefined;
1983
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
1976
1984
  } | undefined;
1977
1985
  vonageCredentials?: {
1978
1986
  apiKey: string;
@@ -1983,8 +1991,8 @@ export declare const cxLogContract: {
1983
1991
  messengerIntegrationType?: "own" | "business" | undefined;
1984
1992
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1985
1993
  }, {
1986
- id: string;
1987
1994
  name: string;
1995
+ id: string;
1988
1996
  accessToken?: string | undefined;
1989
1997
  channelSecret?: string | undefined;
1990
1998
  additionalCredentials?: any;
@@ -1996,10 +2004,12 @@ export declare const cxLogContract: {
1996
2004
  email?: string | null | undefined;
1997
2005
  clientId?: string | null | undefined;
1998
2006
  channelId?: string | null | undefined;
1999
- status?: "active" | "pending" | undefined;
2007
+ waapiInstanceId?: string | null | undefined;
2008
+ qr?: string | null | undefined;
2009
+ status?: "active" | "pending" | "waapi-qr" | undefined;
2000
2010
  apiKey?: string | undefined;
2001
2011
  tier?: "basic" | "regular" | "premium" | undefined;
2002
- integrationType?: "meta" | "360dialog" | undefined;
2012
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
2003
2013
  } | undefined;
2004
2014
  vonageCredentials?: {
2005
2015
  apiKey: string;
@@ -2023,14 +2033,14 @@ export declare const cxLogContract: {
2023
2033
  integrationId: z.ZodString;
2024
2034
  accessToken: z.ZodString;
2025
2035
  }, "strip", z.ZodTypeAny, {
2026
- id: string;
2027
2036
  name: string;
2037
+ id: string;
2028
2038
  accessToken: string;
2029
2039
  botId: string;
2030
2040
  integrationId: string;
2031
2041
  }, {
2032
- id: string;
2033
2042
  name: string;
2043
+ id: string;
2034
2044
  accessToken: string;
2035
2045
  botId: string;
2036
2046
  integrationId: string;
@@ -2153,9 +2163,9 @@ export declare const cxLogContract: {
2153
2163
  telephonySignature: string | null;
2154
2164
  }>;
2155
2165
  }, "strip", z.ZodTypeAny, {
2166
+ name: string;
2156
2167
  id: string;
2157
2168
  address: string | null;
2158
- name: string;
2159
2169
  email: string;
2160
2170
  createdAt: Date;
2161
2171
  updatedAt: Date;
@@ -2196,9 +2206,9 @@ export declare const cxLogContract: {
2196
2206
  telephonySignature: string | null;
2197
2207
  };
2198
2208
  }, {
2209
+ name: string;
2199
2210
  id: string;
2200
2211
  address: string | null;
2201
- name: string;
2202
2212
  email: string;
2203
2213
  createdAt: Date;
2204
2214
  updatedAt: Date;
@@ -2240,12 +2250,12 @@ export declare const cxLogContract: {
2240
2250
  };
2241
2251
  }>;
2242
2252
  }, "strip", z.ZodTypeAny, {
2253
+ name: string;
2243
2254
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2244
2255
  id: string;
2245
- name: string;
2246
2256
  metadata: {
2247
- id: string;
2248
2257
  name: string;
2258
+ id: string;
2249
2259
  accessToken?: string | undefined;
2250
2260
  channelSecret?: string | undefined;
2251
2261
  additionalCredentials?: any;
@@ -2257,10 +2267,12 @@ export declare const cxLogContract: {
2257
2267
  email?: string | null | undefined;
2258
2268
  clientId?: string | null | undefined;
2259
2269
  channelId?: string | null | undefined;
2260
- status?: "active" | "pending" | undefined;
2270
+ waapiInstanceId?: string | null | undefined;
2271
+ qr?: string | null | undefined;
2272
+ status?: "active" | "pending" | "waapi-qr" | undefined;
2261
2273
  apiKey?: string | undefined;
2262
2274
  tier?: "basic" | "regular" | "premium" | undefined;
2263
- integrationType?: "meta" | "360dialog" | undefined;
2275
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
2264
2276
  } | undefined;
2265
2277
  vonageCredentials?: {
2266
2278
  apiKey: string;
@@ -2276,9 +2288,9 @@ export declare const cxLogContract: {
2276
2288
  updatedAt: Date;
2277
2289
  deletedAt: Date | null;
2278
2290
  actor: {
2291
+ name: string;
2279
2292
  id: string;
2280
2293
  address: string | null;
2281
- name: string;
2282
2294
  email: string;
2283
2295
  createdAt: Date;
2284
2296
  updatedAt: Date;
@@ -2325,19 +2337,19 @@ export declare const cxLogContract: {
2325
2337
  connectedUserName: string;
2326
2338
  connectedUserId: string;
2327
2339
  botpressBot: {
2328
- id: string;
2329
2340
  name: string;
2341
+ id: string;
2330
2342
  accessToken: string;
2331
2343
  botId: string;
2332
2344
  integrationId: string;
2333
2345
  } | null;
2334
2346
  }, {
2347
+ name: string;
2335
2348
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2336
2349
  id: string;
2337
- name: string;
2338
2350
  metadata: {
2339
- id: string;
2340
2351
  name: string;
2352
+ id: string;
2341
2353
  accessToken?: string | undefined;
2342
2354
  channelSecret?: string | undefined;
2343
2355
  additionalCredentials?: any;
@@ -2349,10 +2361,12 @@ export declare const cxLogContract: {
2349
2361
  email?: string | null | undefined;
2350
2362
  clientId?: string | null | undefined;
2351
2363
  channelId?: string | null | undefined;
2352
- status?: "active" | "pending" | undefined;
2364
+ waapiInstanceId?: string | null | undefined;
2365
+ qr?: string | null | undefined;
2366
+ status?: "active" | "pending" | "waapi-qr" | undefined;
2353
2367
  apiKey?: string | undefined;
2354
2368
  tier?: "basic" | "regular" | "premium" | undefined;
2355
- integrationType?: "meta" | "360dialog" | undefined;
2369
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
2356
2370
  } | undefined;
2357
2371
  vonageCredentials?: {
2358
2372
  apiKey: string;
@@ -2368,9 +2382,9 @@ export declare const cxLogContract: {
2368
2382
  updatedAt: Date;
2369
2383
  deletedAt: Date | null;
2370
2384
  actor: {
2385
+ name: string;
2371
2386
  id: string;
2372
2387
  address: string | null;
2373
- name: string;
2374
2388
  email: string;
2375
2389
  createdAt: Date;
2376
2390
  updatedAt: Date;
@@ -2417,8 +2431,8 @@ export declare const cxLogContract: {
2417
2431
  connectedUserName: string;
2418
2432
  connectedUserId: string;
2419
2433
  botpressBot: {
2420
- id: string;
2421
2434
  name: string;
2435
+ id: string;
2422
2436
  accessToken: string;
2423
2437
  botId: string;
2424
2438
  integrationId: string;
@@ -2427,12 +2441,12 @@ export declare const cxLogContract: {
2427
2441
  }, "strip", z.ZodTypeAny, {
2428
2442
  id: string;
2429
2443
  channel: {
2444
+ name: string;
2430
2445
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2431
2446
  id: string;
2432
- name: string;
2433
2447
  metadata: {
2434
- id: string;
2435
2448
  name: string;
2449
+ id: string;
2436
2450
  accessToken?: string | undefined;
2437
2451
  channelSecret?: string | undefined;
2438
2452
  additionalCredentials?: any;
@@ -2444,10 +2458,12 @@ export declare const cxLogContract: {
2444
2458
  email?: string | null | undefined;
2445
2459
  clientId?: string | null | undefined;
2446
2460
  channelId?: string | null | undefined;
2447
- status?: "active" | "pending" | undefined;
2461
+ waapiInstanceId?: string | null | undefined;
2462
+ qr?: string | null | undefined;
2463
+ status?: "active" | "pending" | "waapi-qr" | undefined;
2448
2464
  apiKey?: string | undefined;
2449
2465
  tier?: "basic" | "regular" | "premium" | undefined;
2450
- integrationType?: "meta" | "360dialog" | undefined;
2466
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
2451
2467
  } | undefined;
2452
2468
  vonageCredentials?: {
2453
2469
  apiKey: string;
@@ -2463,9 +2479,9 @@ export declare const cxLogContract: {
2463
2479
  updatedAt: Date;
2464
2480
  deletedAt: Date | null;
2465
2481
  actor: {
2482
+ name: string;
2466
2483
  id: string;
2467
2484
  address: string | null;
2468
- name: string;
2469
2485
  email: string;
2470
2486
  createdAt: Date;
2471
2487
  updatedAt: Date;
@@ -2512,8 +2528,8 @@ export declare const cxLogContract: {
2512
2528
  connectedUserName: string;
2513
2529
  connectedUserId: string;
2514
2530
  botpressBot: {
2515
- id: string;
2516
2531
  name: string;
2532
+ id: string;
2517
2533
  accessToken: string;
2518
2534
  botId: string;
2519
2535
  integrationId: string;
@@ -2524,9 +2540,9 @@ export declare const cxLogContract: {
2524
2540
  updatedAt: Date;
2525
2541
  deletedAt: Date | null;
2526
2542
  actor: {
2543
+ name: string;
2527
2544
  id: string;
2528
2545
  address: string | null;
2529
- name: string;
2530
2546
  email: string;
2531
2547
  createdAt: Date;
2532
2548
  updatedAt: Date;
@@ -2578,8 +2594,8 @@ export declare const cxLogContract: {
2578
2594
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2579
2595
  id: string;
2580
2596
  metadata: {
2581
- id: string;
2582
2597
  name: string;
2598
+ id: string;
2583
2599
  picture?: string | undefined;
2584
2600
  additionalCredentials?: any;
2585
2601
  };
@@ -2587,10 +2603,10 @@ export declare const cxLogContract: {
2587
2603
  updatedAt: Date;
2588
2604
  deletedAt: Date | null;
2589
2605
  contact: {
2606
+ name: string;
2590
2607
  id: string;
2591
2608
  channel: string | null;
2592
2609
  address: string | null;
2593
- name: string;
2594
2610
  createdAt: Date;
2595
2611
  updatedAt: Date;
2596
2612
  deletedAt: Date | null;
@@ -2635,8 +2651,8 @@ export declare const cxLogContract: {
2635
2651
  createdAt: Date;
2636
2652
  updatedAt: Date;
2637
2653
  deletedAt: Date | null;
2638
- address?: string | null | undefined;
2639
2654
  name?: string | undefined;
2655
+ address?: string | null | undefined;
2640
2656
  phone?: string | null | undefined;
2641
2657
  industry?: string | null | undefined;
2642
2658
  } | null;
@@ -2644,8 +2660,8 @@ export declare const cxLogContract: {
2644
2660
  contactProfile: string | null;
2645
2661
  socialProfileUrl: string | null;
2646
2662
  tags: {
2647
- id: string;
2648
2663
  name: string;
2664
+ id: string;
2649
2665
  createdAt: Date;
2650
2666
  updatedAt: Date;
2651
2667
  deletedAt: Date | null;
@@ -2670,8 +2686,8 @@ export declare const cxLogContract: {
2670
2686
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2671
2687
  id: string;
2672
2688
  metadata: {
2673
- id: string;
2674
2689
  name: string;
2690
+ id: string;
2675
2691
  picture?: string | undefined;
2676
2692
  additionalCredentials?: any;
2677
2693
  };
@@ -2702,9 +2718,9 @@ export declare const cxLogContract: {
2702
2718
  socialPlatformId: string;
2703
2719
  };
2704
2720
  assignee: {
2721
+ name: string;
2705
2722
  id: string;
2706
2723
  address: string | null;
2707
- name: string;
2708
2724
  email: string;
2709
2725
  createdAt: Date;
2710
2726
  updatedAt: Date;
@@ -2748,12 +2764,12 @@ export declare const cxLogContract: {
2748
2764
  }, {
2749
2765
  id: string;
2750
2766
  channel: {
2767
+ name: string;
2751
2768
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2752
2769
  id: string;
2753
- name: string;
2754
2770
  metadata: {
2755
- id: string;
2756
2771
  name: string;
2772
+ id: string;
2757
2773
  accessToken?: string | undefined;
2758
2774
  channelSecret?: string | undefined;
2759
2775
  additionalCredentials?: any;
@@ -2765,10 +2781,12 @@ export declare const cxLogContract: {
2765
2781
  email?: string | null | undefined;
2766
2782
  clientId?: string | null | undefined;
2767
2783
  channelId?: string | null | undefined;
2768
- status?: "active" | "pending" | undefined;
2784
+ waapiInstanceId?: string | null | undefined;
2785
+ qr?: string | null | undefined;
2786
+ status?: "active" | "pending" | "waapi-qr" | undefined;
2769
2787
  apiKey?: string | undefined;
2770
2788
  tier?: "basic" | "regular" | "premium" | undefined;
2771
- integrationType?: "meta" | "360dialog" | undefined;
2789
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
2772
2790
  } | undefined;
2773
2791
  vonageCredentials?: {
2774
2792
  apiKey: string;
@@ -2784,9 +2802,9 @@ export declare const cxLogContract: {
2784
2802
  updatedAt: Date;
2785
2803
  deletedAt: Date | null;
2786
2804
  actor: {
2805
+ name: string;
2787
2806
  id: string;
2788
2807
  address: string | null;
2789
- name: string;
2790
2808
  email: string;
2791
2809
  createdAt: Date;
2792
2810
  updatedAt: Date;
@@ -2833,8 +2851,8 @@ export declare const cxLogContract: {
2833
2851
  connectedUserName: string;
2834
2852
  connectedUserId: string;
2835
2853
  botpressBot: {
2836
- id: string;
2837
2854
  name: string;
2855
+ id: string;
2838
2856
  accessToken: string;
2839
2857
  botId: string;
2840
2858
  integrationId: string;
@@ -2845,9 +2863,9 @@ export declare const cxLogContract: {
2845
2863
  updatedAt: Date;
2846
2864
  deletedAt: Date | null;
2847
2865
  actor: {
2866
+ name: string;
2848
2867
  id: string;
2849
2868
  address: string | null;
2850
- name: string;
2851
2869
  email: string;
2852
2870
  createdAt: Date;
2853
2871
  updatedAt: Date;
@@ -2899,8 +2917,8 @@ export declare const cxLogContract: {
2899
2917
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2900
2918
  id: string;
2901
2919
  metadata: {
2902
- id: string;
2903
2920
  name: string;
2921
+ id: string;
2904
2922
  picture?: string | undefined;
2905
2923
  additionalCredentials?: any;
2906
2924
  };
@@ -2908,10 +2926,10 @@ export declare const cxLogContract: {
2908
2926
  updatedAt: Date;
2909
2927
  deletedAt: Date | null;
2910
2928
  contact: {
2929
+ name: string;
2911
2930
  id: string;
2912
2931
  channel: string | null;
2913
2932
  address: string | null;
2914
- name: string;
2915
2933
  createdAt: Date;
2916
2934
  updatedAt: Date;
2917
2935
  deletedAt: Date | null;
@@ -2956,8 +2974,8 @@ export declare const cxLogContract: {
2956
2974
  createdAt: Date;
2957
2975
  updatedAt: Date;
2958
2976
  deletedAt: Date | null;
2959
- address?: string | null | undefined;
2960
2977
  name?: string | undefined;
2978
+ address?: string | null | undefined;
2961
2979
  phone?: string | null | undefined;
2962
2980
  industry?: string | null | undefined;
2963
2981
  } | null;
@@ -2965,8 +2983,8 @@ export declare const cxLogContract: {
2965
2983
  contactProfile: string | null;
2966
2984
  socialProfileUrl: string | null;
2967
2985
  tags: {
2968
- id: string;
2969
2986
  name: string;
2987
+ id: string;
2970
2988
  createdAt: Date;
2971
2989
  updatedAt: Date;
2972
2990
  deletedAt: Date | null;
@@ -2991,8 +3009,8 @@ export declare const cxLogContract: {
2991
3009
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2992
3010
  id: string;
2993
3011
  metadata: {
2994
- id: string;
2995
3012
  name: string;
3013
+ id: string;
2996
3014
  picture?: string | undefined;
2997
3015
  additionalCredentials?: any;
2998
3016
  };
@@ -3023,9 +3041,9 @@ export declare const cxLogContract: {
3023
3041
  socialPlatformId: string;
3024
3042
  };
3025
3043
  assignee: {
3044
+ name: string;
3026
3045
  id: string;
3027
3046
  address: string | null;
3028
- name: string;
3029
3047
  email: string;
3030
3048
  createdAt: Date;
3031
3049
  updatedAt: Date;
@@ -3098,14 +3116,14 @@ export declare const cxLogContract: {
3098
3116
  deletedAt: z.ZodNullable<z.ZodDate>;
3099
3117
  name: z.ZodString;
3100
3118
  }, "strip", z.ZodTypeAny, {
3101
- id: string;
3102
3119
  name: string;
3120
+ id: string;
3103
3121
  createdAt: Date;
3104
3122
  updatedAt: Date;
3105
3123
  deletedAt: Date | null;
3106
3124
  }, {
3107
- id: string;
3108
3125
  name: string;
3126
+ id: string;
3109
3127
  createdAt: Date;
3110
3128
  updatedAt: Date;
3111
3129
  deletedAt: Date | null;
@@ -3261,8 +3279,8 @@ export declare const cxLogContract: {
3261
3279
  createdAt: Date;
3262
3280
  updatedAt: Date;
3263
3281
  deletedAt: Date | null;
3264
- address?: string | null | undefined;
3265
3282
  name?: string | undefined;
3283
+ address?: string | null | undefined;
3266
3284
  phone?: string | null | undefined;
3267
3285
  industry?: string | null | undefined;
3268
3286
  }, {
@@ -3270,8 +3288,8 @@ export declare const cxLogContract: {
3270
3288
  createdAt: Date;
3271
3289
  updatedAt: Date;
3272
3290
  deletedAt: Date | null;
3273
- address?: string | null | undefined;
3274
3291
  name?: string | undefined;
3292
+ address?: string | null | undefined;
3275
3293
  phone?: string | null | undefined;
3276
3294
  industry?: string | null | undefined;
3277
3295
  }>>;
@@ -3289,13 +3307,13 @@ export declare const cxLogContract: {
3289
3307
  picture: z.ZodOptional<z.ZodString>;
3290
3308
  additionalCredentials: z.ZodAny;
3291
3309
  }, "strip", z.ZodTypeAny, {
3292
- id: string;
3293
3310
  name: string;
3311
+ id: string;
3294
3312
  picture?: string | undefined;
3295
3313
  additionalCredentials?: any;
3296
3314
  }, {
3297
- id: string;
3298
3315
  name: string;
3316
+ id: string;
3299
3317
  picture?: string | undefined;
3300
3318
  additionalCredentials?: any;
3301
3319
  }>;
@@ -3303,8 +3321,8 @@ export declare const cxLogContract: {
3303
3321
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3304
3322
  id: string;
3305
3323
  metadata: {
3306
- id: string;
3307
3324
  name: string;
3325
+ id: string;
3308
3326
  picture?: string | undefined;
3309
3327
  additionalCredentials?: any;
3310
3328
  };
@@ -3317,8 +3335,8 @@ export declare const cxLogContract: {
3317
3335
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3318
3336
  id: string;
3319
3337
  metadata: {
3320
- id: string;
3321
3338
  name: string;
3339
+ id: string;
3322
3340
  picture?: string | undefined;
3323
3341
  additionalCredentials?: any;
3324
3342
  };
@@ -3628,10 +3646,10 @@ export declare const cxLogContract: {
3628
3646
  };
3629
3647
  }>, "many">>;
3630
3648
  }, "strip", z.ZodTypeAny, {
3649
+ name: string;
3631
3650
  id: string;
3632
3651
  channel: string | null;
3633
3652
  address: string | null;
3634
- name: string;
3635
3653
  createdAt: Date;
3636
3654
  updatedAt: Date;
3637
3655
  deletedAt: Date | null;
@@ -3676,8 +3694,8 @@ export declare const cxLogContract: {
3676
3694
  createdAt: Date;
3677
3695
  updatedAt: Date;
3678
3696
  deletedAt: Date | null;
3679
- address?: string | null | undefined;
3680
3697
  name?: string | undefined;
3698
+ address?: string | null | undefined;
3681
3699
  phone?: string | null | undefined;
3682
3700
  industry?: string | null | undefined;
3683
3701
  } | null;
@@ -3685,8 +3703,8 @@ export declare const cxLogContract: {
3685
3703
  contactProfile: string | null;
3686
3704
  socialProfileUrl: string | null;
3687
3705
  tags: {
3688
- id: string;
3689
3706
  name: string;
3707
+ id: string;
3690
3708
  createdAt: Date;
3691
3709
  updatedAt: Date;
3692
3710
  deletedAt: Date | null;
@@ -3711,8 +3729,8 @@ export declare const cxLogContract: {
3711
3729
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3712
3730
  id: string;
3713
3731
  metadata: {
3714
- id: string;
3715
3732
  name: string;
3733
+ id: string;
3716
3734
  picture?: string | undefined;
3717
3735
  additionalCredentials?: any;
3718
3736
  };
@@ -3739,10 +3757,10 @@ export declare const cxLogContract: {
3739
3757
  };
3740
3758
  }[] | undefined;
3741
3759
  }, {
3760
+ name: string;
3742
3761
  id: string;
3743
3762
  channel: string | null;
3744
3763
  address: string | null;
3745
- name: string;
3746
3764
  createdAt: Date;
3747
3765
  updatedAt: Date;
3748
3766
  deletedAt: Date | null;
@@ -3787,8 +3805,8 @@ export declare const cxLogContract: {
3787
3805
  createdAt: Date;
3788
3806
  updatedAt: Date;
3789
3807
  deletedAt: Date | null;
3790
- address?: string | null | undefined;
3791
3808
  name?: string | undefined;
3809
+ address?: string | null | undefined;
3792
3810
  phone?: string | null | undefined;
3793
3811
  industry?: string | null | undefined;
3794
3812
  } | null;
@@ -3796,8 +3814,8 @@ export declare const cxLogContract: {
3796
3814
  contactProfile: string | null;
3797
3815
  socialProfileUrl: string | null;
3798
3816
  tags: {
3799
- id: string;
3800
3817
  name: string;
3818
+ id: string;
3801
3819
  createdAt: Date;
3802
3820
  updatedAt: Date;
3803
3821
  deletedAt: Date | null;
@@ -3822,8 +3840,8 @@ export declare const cxLogContract: {
3822
3840
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3823
3841
  id: string;
3824
3842
  metadata: {
3825
- id: string;
3826
3843
  name: string;
3844
+ id: string;
3827
3845
  picture?: string | undefined;
3828
3846
  additionalCredentials?: any;
3829
3847
  };
@@ -4041,9 +4059,9 @@ export declare const cxLogContract: {
4041
4059
  telephonySignature: string | null;
4042
4060
  }>;
4043
4061
  }, "roles" | "extension">, "strip", z.ZodTypeAny, {
4062
+ name: string;
4044
4063
  id: string;
4045
4064
  address: string | null;
4046
- name: string;
4047
4065
  email: string;
4048
4066
  createdAt: Date;
4049
4067
  updatedAt: Date;
@@ -4053,9 +4071,9 @@ export declare const cxLogContract: {
4053
4071
  phone: string | null;
4054
4072
  notificationCount: number | null;
4055
4073
  }, {
4074
+ name: string;
4056
4075
  id: string;
4057
4076
  address: string | null;
4058
- name: string;
4059
4077
  email: string;
4060
4078
  createdAt: Date;
4061
4079
  updatedAt: Date;
@@ -4078,9 +4096,9 @@ export declare const cxLogContract: {
4078
4096
  }, "strip", z.ZodTypeAny, {
4079
4097
  id: string;
4080
4098
  user: {
4099
+ name: string;
4081
4100
  id: string;
4082
4101
  address: string | null;
4083
- name: string;
4084
4102
  email: string;
4085
4103
  createdAt: Date;
4086
4104
  updatedAt: Date;
@@ -4103,9 +4121,9 @@ export declare const cxLogContract: {
4103
4121
  }, {
4104
4122
  id: string;
4105
4123
  user: {
4124
+ name: string;
4106
4125
  id: string;
4107
4126
  address: string | null;
4108
- name: string;
4109
4127
  email: string;
4110
4128
  createdAt: Date;
4111
4129
  updatedAt: Date;
@@ -4246,9 +4264,9 @@ export declare const cxLogContract: {
4246
4264
  telephonySignature: string | null;
4247
4265
  }>;
4248
4266
  }, "roles" | "extension">, "strip", z.ZodTypeAny, {
4267
+ name: string;
4249
4268
  id: string;
4250
4269
  address: string | null;
4251
- name: string;
4252
4270
  email: string;
4253
4271
  createdAt: Date;
4254
4272
  updatedAt: Date;
@@ -4258,9 +4276,9 @@ export declare const cxLogContract: {
4258
4276
  phone: string | null;
4259
4277
  notificationCount: number | null;
4260
4278
  }, {
4279
+ name: string;
4261
4280
  id: string;
4262
4281
  address: string | null;
4263
- name: string;
4264
4282
  email: string;
4265
4283
  createdAt: Date;
4266
4284
  updatedAt: Date;
@@ -4283,9 +4301,9 @@ export declare const cxLogContract: {
4283
4301
  }, "strip", z.ZodTypeAny, {
4284
4302
  id: string;
4285
4303
  user: {
4304
+ name: string;
4286
4305
  id: string;
4287
4306
  address: string | null;
4288
- name: string;
4289
4307
  email: string;
4290
4308
  createdAt: Date;
4291
4309
  updatedAt: Date;
@@ -4308,9 +4326,9 @@ export declare const cxLogContract: {
4308
4326
  }, {
4309
4327
  id: string;
4310
4328
  user: {
4329
+ name: string;
4311
4330
  id: string;
4312
4331
  address: string | null;
4313
- name: string;
4314
4332
  email: string;
4315
4333
  createdAt: Date;
4316
4334
  updatedAt: Date;
@@ -4335,9 +4353,9 @@ export declare const cxLogContract: {
4335
4353
  callTo?: {
4336
4354
  id: string;
4337
4355
  user: {
4356
+ name: string;
4338
4357
  id: string;
4339
4358
  address: string | null;
4340
- name: string;
4341
4359
  email: string;
4342
4360
  createdAt: Date;
4343
4361
  updatedAt: Date;
@@ -4361,9 +4379,9 @@ export declare const cxLogContract: {
4361
4379
  callFrom?: {
4362
4380
  id: string;
4363
4381
  user: {
4382
+ name: string;
4364
4383
  id: string;
4365
4384
  address: string | null;
4366
- name: string;
4367
4385
  email: string;
4368
4386
  createdAt: Date;
4369
4387
  updatedAt: Date;
@@ -4388,9 +4406,9 @@ export declare const cxLogContract: {
4388
4406
  callTo?: {
4389
4407
  id: string;
4390
4408
  user: {
4409
+ name: string;
4391
4410
  id: string;
4392
4411
  address: string | null;
4393
- name: string;
4394
4412
  email: string;
4395
4413
  createdAt: Date;
4396
4414
  updatedAt: Date;
@@ -4414,9 +4432,9 @@ export declare const cxLogContract: {
4414
4432
  callFrom?: {
4415
4433
  id: string;
4416
4434
  user: {
4435
+ name: string;
4417
4436
  id: string;
4418
4437
  address: string | null;
4419
- name: string;
4420
4438
  email: string;
4421
4439
  createdAt: Date;
4422
4440
  updatedAt: Date;
@@ -4570,9 +4588,9 @@ export declare const cxLogContract: {
4570
4588
  telephonySignature: string | null;
4571
4589
  }>;
4572
4590
  }, "strip", z.ZodTypeAny, {
4591
+ name: string;
4573
4592
  id: string;
4574
4593
  address: string | null;
4575
- name: string;
4576
4594
  email: string;
4577
4595
  createdAt: Date;
4578
4596
  updatedAt: Date;
@@ -4613,9 +4631,9 @@ export declare const cxLogContract: {
4613
4631
  telephonySignature: string | null;
4614
4632
  };
4615
4633
  }, {
4634
+ name: string;
4616
4635
  id: string;
4617
4636
  address: string | null;
4618
- name: string;
4619
4637
  email: string;
4620
4638
  createdAt: Date;
4621
4639
  updatedAt: Date;
@@ -4669,9 +4687,9 @@ export declare const cxLogContract: {
4669
4687
  extensionName: string;
4670
4688
  telephonySignature: string | null;
4671
4689
  user?: {
4690
+ name: string;
4672
4691
  id: string;
4673
4692
  address: string | null;
4674
- name: string;
4675
4693
  email: string;
4676
4694
  createdAt: Date;
4677
4695
  updatedAt: Date;
@@ -4725,9 +4743,9 @@ export declare const cxLogContract: {
4725
4743
  extensionName: string;
4726
4744
  telephonySignature: string | null;
4727
4745
  user?: {
4746
+ name: string;
4728
4747
  id: string;
4729
4748
  address: string | null;
4730
- name: string;
4731
4749
  email: string;
4732
4750
  createdAt: Date;
4733
4751
  updatedAt: Date;
@@ -4797,9 +4815,9 @@ export declare const cxLogContract: {
4797
4815
  callTo?: {
4798
4816
  id: string;
4799
4817
  user: {
4818
+ name: string;
4800
4819
  id: string;
4801
4820
  address: string | null;
4802
- name: string;
4803
4821
  email: string;
4804
4822
  createdAt: Date;
4805
4823
  updatedAt: Date;
@@ -4823,9 +4841,9 @@ export declare const cxLogContract: {
4823
4841
  callFrom?: {
4824
4842
  id: string;
4825
4843
  user: {
4844
+ name: string;
4826
4845
  id: string;
4827
4846
  address: string | null;
4828
- name: string;
4829
4847
  email: string;
4830
4848
  createdAt: Date;
4831
4849
  updatedAt: Date;
@@ -4851,10 +4869,10 @@ export declare const cxLogContract: {
4851
4869
  telephonyQueueId: string | null;
4852
4870
  contactId: string | null;
4853
4871
  contact?: {
4872
+ name: string;
4854
4873
  id: string;
4855
4874
  channel: string | null;
4856
4875
  address: string | null;
4857
- name: string;
4858
4876
  createdAt: Date;
4859
4877
  updatedAt: Date;
4860
4878
  deletedAt: Date | null;
@@ -4899,8 +4917,8 @@ export declare const cxLogContract: {
4899
4917
  createdAt: Date;
4900
4918
  updatedAt: Date;
4901
4919
  deletedAt: Date | null;
4902
- address?: string | null | undefined;
4903
4920
  name?: string | undefined;
4921
+ address?: string | null | undefined;
4904
4922
  phone?: string | null | undefined;
4905
4923
  industry?: string | null | undefined;
4906
4924
  } | null;
@@ -4908,8 +4926,8 @@ export declare const cxLogContract: {
4908
4926
  contactProfile: string | null;
4909
4927
  socialProfileUrl: string | null;
4910
4928
  tags: {
4911
- id: string;
4912
4929
  name: string;
4930
+ id: string;
4913
4931
  createdAt: Date;
4914
4932
  updatedAt: Date;
4915
4933
  deletedAt: Date | null;
@@ -4934,8 +4952,8 @@ export declare const cxLogContract: {
4934
4952
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
4935
4953
  id: string;
4936
4954
  metadata: {
4937
- id: string;
4938
4955
  name: string;
4956
+ id: string;
4939
4957
  picture?: string | undefined;
4940
4958
  additionalCredentials?: any;
4941
4959
  };
@@ -4997,9 +5015,9 @@ export declare const cxLogContract: {
4997
5015
  extensionName: string;
4998
5016
  telephonySignature: string | null;
4999
5017
  user?: {
5018
+ name: string;
5000
5019
  id: string;
5001
5020
  address: string | null;
5002
- name: string;
5003
5021
  email: string;
5004
5022
  createdAt: Date;
5005
5023
  updatedAt: Date;
@@ -5067,9 +5085,9 @@ export declare const cxLogContract: {
5067
5085
  callTo?: {
5068
5086
  id: string;
5069
5087
  user: {
5088
+ name: string;
5070
5089
  id: string;
5071
5090
  address: string | null;
5072
- name: string;
5073
5091
  email: string;
5074
5092
  createdAt: Date;
5075
5093
  updatedAt: Date;
@@ -5093,9 +5111,9 @@ export declare const cxLogContract: {
5093
5111
  callFrom?: {
5094
5112
  id: string;
5095
5113
  user: {
5114
+ name: string;
5096
5115
  id: string;
5097
5116
  address: string | null;
5098
- name: string;
5099
5117
  email: string;
5100
5118
  createdAt: Date;
5101
5119
  updatedAt: Date;
@@ -5121,10 +5139,10 @@ export declare const cxLogContract: {
5121
5139
  telephonyQueueId: string | null;
5122
5140
  contactId: string | null;
5123
5141
  contact?: {
5142
+ name: string;
5124
5143
  id: string;
5125
5144
  channel: string | null;
5126
5145
  address: string | null;
5127
- name: string;
5128
5146
  createdAt: Date;
5129
5147
  updatedAt: Date;
5130
5148
  deletedAt: Date | null;
@@ -5169,8 +5187,8 @@ export declare const cxLogContract: {
5169
5187
  createdAt: Date;
5170
5188
  updatedAt: Date;
5171
5189
  deletedAt: Date | null;
5172
- address?: string | null | undefined;
5173
5190
  name?: string | undefined;
5191
+ address?: string | null | undefined;
5174
5192
  phone?: string | null | undefined;
5175
5193
  industry?: string | null | undefined;
5176
5194
  } | null;
@@ -5178,8 +5196,8 @@ export declare const cxLogContract: {
5178
5196
  contactProfile: string | null;
5179
5197
  socialProfileUrl: string | null;
5180
5198
  tags: {
5181
- id: string;
5182
5199
  name: string;
5200
+ id: string;
5183
5201
  createdAt: Date;
5184
5202
  updatedAt: Date;
5185
5203
  deletedAt: Date | null;
@@ -5204,8 +5222,8 @@ export declare const cxLogContract: {
5204
5222
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5205
5223
  id: string;
5206
5224
  metadata: {
5207
- id: string;
5208
5225
  name: string;
5226
+ id: string;
5209
5227
  picture?: string | undefined;
5210
5228
  additionalCredentials?: any;
5211
5229
  };
@@ -5267,9 +5285,9 @@ export declare const cxLogContract: {
5267
5285
  extensionName: string;
5268
5286
  telephonySignature: string | null;
5269
5287
  user?: {
5288
+ name: string;
5270
5289
  id: string;
5271
5290
  address: string | null;
5272
- name: string;
5273
5291
  email: string;
5274
5292
  createdAt: Date;
5275
5293
  updatedAt: Date;
@@ -5337,14 +5355,14 @@ export declare const cxLogContract: {
5337
5355
  deletedAt: z.ZodNullable<z.ZodDate>;
5338
5356
  name: z.ZodString;
5339
5357
  }, "strip", z.ZodTypeAny, {
5340
- id: string;
5341
5358
  name: string;
5359
+ id: string;
5342
5360
  createdAt: Date;
5343
5361
  updatedAt: Date;
5344
5362
  deletedAt: Date | null;
5345
5363
  }, {
5346
- id: string;
5347
5364
  name: string;
5365
+ id: string;
5348
5366
  createdAt: Date;
5349
5367
  updatedAt: Date;
5350
5368
  deletedAt: Date | null;
@@ -5500,8 +5518,8 @@ export declare const cxLogContract: {
5500
5518
  createdAt: Date;
5501
5519
  updatedAt: Date;
5502
5520
  deletedAt: Date | null;
5503
- address?: string | null | undefined;
5504
5521
  name?: string | undefined;
5522
+ address?: string | null | undefined;
5505
5523
  phone?: string | null | undefined;
5506
5524
  industry?: string | null | undefined;
5507
5525
  }, {
@@ -5509,8 +5527,8 @@ export declare const cxLogContract: {
5509
5527
  createdAt: Date;
5510
5528
  updatedAt: Date;
5511
5529
  deletedAt: Date | null;
5512
- address?: string | null | undefined;
5513
5530
  name?: string | undefined;
5531
+ address?: string | null | undefined;
5514
5532
  phone?: string | null | undefined;
5515
5533
  industry?: string | null | undefined;
5516
5534
  }>>;
@@ -5528,13 +5546,13 @@ export declare const cxLogContract: {
5528
5546
  picture: z.ZodOptional<z.ZodString>;
5529
5547
  additionalCredentials: z.ZodAny;
5530
5548
  }, "strip", z.ZodTypeAny, {
5531
- id: string;
5532
5549
  name: string;
5550
+ id: string;
5533
5551
  picture?: string | undefined;
5534
5552
  additionalCredentials?: any;
5535
5553
  }, {
5536
- id: string;
5537
5554
  name: string;
5555
+ id: string;
5538
5556
  picture?: string | undefined;
5539
5557
  additionalCredentials?: any;
5540
5558
  }>;
@@ -5542,8 +5560,8 @@ export declare const cxLogContract: {
5542
5560
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5543
5561
  id: string;
5544
5562
  metadata: {
5545
- id: string;
5546
5563
  name: string;
5564
+ id: string;
5547
5565
  picture?: string | undefined;
5548
5566
  additionalCredentials?: any;
5549
5567
  };
@@ -5556,8 +5574,8 @@ export declare const cxLogContract: {
5556
5574
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5557
5575
  id: string;
5558
5576
  metadata: {
5559
- id: string;
5560
5577
  name: string;
5578
+ id: string;
5561
5579
  picture?: string | undefined;
5562
5580
  additionalCredentials?: any;
5563
5581
  };
@@ -5867,10 +5885,10 @@ export declare const cxLogContract: {
5867
5885
  };
5868
5886
  }>, "many">>;
5869
5887
  }, "strip", z.ZodTypeAny, {
5888
+ name: string;
5870
5889
  id: string;
5871
5890
  channel: string | null;
5872
5891
  address: string | null;
5873
- name: string;
5874
5892
  createdAt: Date;
5875
5893
  updatedAt: Date;
5876
5894
  deletedAt: Date | null;
@@ -5915,8 +5933,8 @@ export declare const cxLogContract: {
5915
5933
  createdAt: Date;
5916
5934
  updatedAt: Date;
5917
5935
  deletedAt: Date | null;
5918
- address?: string | null | undefined;
5919
5936
  name?: string | undefined;
5937
+ address?: string | null | undefined;
5920
5938
  phone?: string | null | undefined;
5921
5939
  industry?: string | null | undefined;
5922
5940
  } | null;
@@ -5924,8 +5942,8 @@ export declare const cxLogContract: {
5924
5942
  contactProfile: string | null;
5925
5943
  socialProfileUrl: string | null;
5926
5944
  tags: {
5927
- id: string;
5928
5945
  name: string;
5946
+ id: string;
5929
5947
  createdAt: Date;
5930
5948
  updatedAt: Date;
5931
5949
  deletedAt: Date | null;
@@ -5950,8 +5968,8 @@ export declare const cxLogContract: {
5950
5968
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5951
5969
  id: string;
5952
5970
  metadata: {
5953
- id: string;
5954
5971
  name: string;
5972
+ id: string;
5955
5973
  picture?: string | undefined;
5956
5974
  additionalCredentials?: any;
5957
5975
  };
@@ -5978,10 +5996,10 @@ export declare const cxLogContract: {
5978
5996
  };
5979
5997
  }[] | undefined;
5980
5998
  }, {
5999
+ name: string;
5981
6000
  id: string;
5982
6001
  channel: string | null;
5983
6002
  address: string | null;
5984
- name: string;
5985
6003
  createdAt: Date;
5986
6004
  updatedAt: Date;
5987
6005
  deletedAt: Date | null;
@@ -6026,8 +6044,8 @@ export declare const cxLogContract: {
6026
6044
  createdAt: Date;
6027
6045
  updatedAt: Date;
6028
6046
  deletedAt: Date | null;
6029
- address?: string | null | undefined;
6030
6047
  name?: string | undefined;
6048
+ address?: string | null | undefined;
6031
6049
  phone?: string | null | undefined;
6032
6050
  industry?: string | null | undefined;
6033
6051
  } | null;
@@ -6035,8 +6053,8 @@ export declare const cxLogContract: {
6035
6053
  contactProfile: string | null;
6036
6054
  socialProfileUrl: string | null;
6037
6055
  tags: {
6038
- id: string;
6039
6056
  name: string;
6057
+ id: string;
6040
6058
  createdAt: Date;
6041
6059
  updatedAt: Date;
6042
6060
  deletedAt: Date | null;
@@ -6061,8 +6079,8 @@ export declare const cxLogContract: {
6061
6079
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6062
6080
  id: string;
6063
6081
  metadata: {
6064
- id: string;
6065
6082
  name: string;
6083
+ id: string;
6066
6084
  picture?: string | undefined;
6067
6085
  additionalCredentials?: any;
6068
6086
  };
@@ -6207,9 +6225,9 @@ export declare const cxLogContract: {
6207
6225
  telephonySignature: string | null;
6208
6226
  }>;
6209
6227
  }, "strip", z.ZodTypeAny, {
6228
+ name: string;
6210
6229
  id: string;
6211
6230
  address: string | null;
6212
- name: string;
6213
6231
  email: string;
6214
6232
  createdAt: Date;
6215
6233
  updatedAt: Date;
@@ -6250,9 +6268,9 @@ export declare const cxLogContract: {
6250
6268
  telephonySignature: string | null;
6251
6269
  };
6252
6270
  }, {
6271
+ name: string;
6253
6272
  id: string;
6254
6273
  address: string | null;
6255
- name: string;
6256
6274
  email: string;
6257
6275
  createdAt: Date;
6258
6276
  updatedAt: Date;
@@ -6411,9 +6429,9 @@ export declare const cxLogContract: {
6411
6429
  telephonySignature: string | null;
6412
6430
  }>;
6413
6431
  }, "strip", z.ZodTypeAny, {
6432
+ name: string;
6414
6433
  id: string;
6415
6434
  address: string | null;
6416
- name: string;
6417
6435
  email: string;
6418
6436
  createdAt: Date;
6419
6437
  updatedAt: Date;
@@ -6454,9 +6472,9 @@ export declare const cxLogContract: {
6454
6472
  telephonySignature: string | null;
6455
6473
  };
6456
6474
  }, {
6475
+ name: string;
6457
6476
  id: string;
6458
6477
  address: string | null;
6459
- name: string;
6460
6478
  email: string;
6461
6479
  createdAt: Date;
6462
6480
  updatedAt: Date;
@@ -6615,9 +6633,9 @@ export declare const cxLogContract: {
6615
6633
  telephonySignature: string | null;
6616
6634
  }>;
6617
6635
  }, "strip", z.ZodTypeAny, {
6636
+ name: string;
6618
6637
  id: string;
6619
6638
  address: string | null;
6620
- name: string;
6621
6639
  email: string;
6622
6640
  createdAt: Date;
6623
6641
  updatedAt: Date;
@@ -6658,9 +6676,9 @@ export declare const cxLogContract: {
6658
6676
  telephonySignature: string | null;
6659
6677
  };
6660
6678
  }, {
6679
+ name: string;
6661
6680
  id: string;
6662
6681
  address: string | null;
6663
- name: string;
6664
6682
  email: string;
6665
6683
  createdAt: Date;
6666
6684
  updatedAt: Date;
@@ -6739,10 +6757,10 @@ export declare const cxLogContract: {
6739
6757
  deletedAt: Date | null;
6740
6758
  entityId: string;
6741
6759
  contact: {
6760
+ name: string;
6742
6761
  id: string;
6743
6762
  channel: string | null;
6744
6763
  address: string | null;
6745
- name: string;
6746
6764
  createdAt: Date;
6747
6765
  updatedAt: Date;
6748
6766
  deletedAt: Date | null;
@@ -6787,8 +6805,8 @@ export declare const cxLogContract: {
6787
6805
  createdAt: Date;
6788
6806
  updatedAt: Date;
6789
6807
  deletedAt: Date | null;
6790
- address?: string | null | undefined;
6791
6808
  name?: string | undefined;
6809
+ address?: string | null | undefined;
6792
6810
  phone?: string | null | undefined;
6793
6811
  industry?: string | null | undefined;
6794
6812
  } | null;
@@ -6796,8 +6814,8 @@ export declare const cxLogContract: {
6796
6814
  contactProfile: string | null;
6797
6815
  socialProfileUrl: string | null;
6798
6816
  tags: {
6799
- id: string;
6800
6817
  name: string;
6818
+ id: string;
6801
6819
  createdAt: Date;
6802
6820
  updatedAt: Date;
6803
6821
  deletedAt: Date | null;
@@ -6822,8 +6840,8 @@ export declare const cxLogContract: {
6822
6840
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6823
6841
  id: string;
6824
6842
  metadata: {
6825
- id: string;
6826
6843
  name: string;
6844
+ id: string;
6827
6845
  picture?: string | undefined;
6828
6846
  additionalCredentials?: any;
6829
6847
  };
@@ -6889,8 +6907,8 @@ export declare const cxLogContract: {
6889
6907
  }[];
6890
6908
  }[];
6891
6909
  tags: {
6892
- id: string;
6893
6910
  name: string;
6911
+ id: string;
6894
6912
  createdAt: Date;
6895
6913
  updatedAt: Date;
6896
6914
  deletedAt: Date | null;
@@ -6929,12 +6947,12 @@ export declare const cxLogContract: {
6929
6947
  room: {
6930
6948
  id: string;
6931
6949
  channel: {
6950
+ name: string;
6932
6951
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6933
6952
  id: string;
6934
- name: string;
6935
6953
  metadata: {
6936
- id: string;
6937
6954
  name: string;
6955
+ id: string;
6938
6956
  accessToken?: string | undefined;
6939
6957
  channelSecret?: string | undefined;
6940
6958
  additionalCredentials?: any;
@@ -6946,10 +6964,12 @@ export declare const cxLogContract: {
6946
6964
  email?: string | null | undefined;
6947
6965
  clientId?: string | null | undefined;
6948
6966
  channelId?: string | null | undefined;
6949
- status?: "active" | "pending" | undefined;
6967
+ waapiInstanceId?: string | null | undefined;
6968
+ qr?: string | null | undefined;
6969
+ status?: "active" | "pending" | "waapi-qr" | undefined;
6950
6970
  apiKey?: string | undefined;
6951
6971
  tier?: "basic" | "regular" | "premium" | undefined;
6952
- integrationType?: "meta" | "360dialog" | undefined;
6972
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
6953
6973
  } | undefined;
6954
6974
  vonageCredentials?: {
6955
6975
  apiKey: string;
@@ -6965,9 +6985,9 @@ export declare const cxLogContract: {
6965
6985
  updatedAt: Date;
6966
6986
  deletedAt: Date | null;
6967
6987
  actor: {
6988
+ name: string;
6968
6989
  id: string;
6969
6990
  address: string | null;
6970
- name: string;
6971
6991
  email: string;
6972
6992
  createdAt: Date;
6973
6993
  updatedAt: Date;
@@ -7014,8 +7034,8 @@ export declare const cxLogContract: {
7014
7034
  connectedUserName: string;
7015
7035
  connectedUserId: string;
7016
7036
  botpressBot: {
7017
- id: string;
7018
7037
  name: string;
7038
+ id: string;
7019
7039
  accessToken: string;
7020
7040
  botId: string;
7021
7041
  integrationId: string;
@@ -7026,9 +7046,9 @@ export declare const cxLogContract: {
7026
7046
  updatedAt: Date;
7027
7047
  deletedAt: Date | null;
7028
7048
  actor: {
7049
+ name: string;
7029
7050
  id: string;
7030
7051
  address: string | null;
7031
- name: string;
7032
7052
  email: string;
7033
7053
  createdAt: Date;
7034
7054
  updatedAt: Date;
@@ -7080,8 +7100,8 @@ export declare const cxLogContract: {
7080
7100
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7081
7101
  id: string;
7082
7102
  metadata: {
7083
- id: string;
7084
7103
  name: string;
7104
+ id: string;
7085
7105
  picture?: string | undefined;
7086
7106
  additionalCredentials?: any;
7087
7107
  };
@@ -7089,10 +7109,10 @@ export declare const cxLogContract: {
7089
7109
  updatedAt: Date;
7090
7110
  deletedAt: Date | null;
7091
7111
  contact: {
7112
+ name: string;
7092
7113
  id: string;
7093
7114
  channel: string | null;
7094
7115
  address: string | null;
7095
- name: string;
7096
7116
  createdAt: Date;
7097
7117
  updatedAt: Date;
7098
7118
  deletedAt: Date | null;
@@ -7137,8 +7157,8 @@ export declare const cxLogContract: {
7137
7157
  createdAt: Date;
7138
7158
  updatedAt: Date;
7139
7159
  deletedAt: Date | null;
7140
- address?: string | null | undefined;
7141
7160
  name?: string | undefined;
7161
+ address?: string | null | undefined;
7142
7162
  phone?: string | null | undefined;
7143
7163
  industry?: string | null | undefined;
7144
7164
  } | null;
@@ -7146,8 +7166,8 @@ export declare const cxLogContract: {
7146
7166
  contactProfile: string | null;
7147
7167
  socialProfileUrl: string | null;
7148
7168
  tags: {
7149
- id: string;
7150
7169
  name: string;
7170
+ id: string;
7151
7171
  createdAt: Date;
7152
7172
  updatedAt: Date;
7153
7173
  deletedAt: Date | null;
@@ -7172,8 +7192,8 @@ export declare const cxLogContract: {
7172
7192
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7173
7193
  id: string;
7174
7194
  metadata: {
7175
- id: string;
7176
7195
  name: string;
7196
+ id: string;
7177
7197
  picture?: string | undefined;
7178
7198
  additionalCredentials?: any;
7179
7199
  };
@@ -7204,9 +7224,9 @@ export declare const cxLogContract: {
7204
7224
  socialPlatformId: string;
7205
7225
  };
7206
7226
  assignee: {
7227
+ name: string;
7207
7228
  id: string;
7208
7229
  address: string | null;
7209
- name: string;
7210
7230
  email: string;
7211
7231
  createdAt: Date;
7212
7232
  updatedAt: Date;
@@ -7274,9 +7294,9 @@ export declare const cxLogContract: {
7274
7294
  callTo?: {
7275
7295
  id: string;
7276
7296
  user: {
7297
+ name: string;
7277
7298
  id: string;
7278
7299
  address: string | null;
7279
- name: string;
7280
7300
  email: string;
7281
7301
  createdAt: Date;
7282
7302
  updatedAt: Date;
@@ -7300,9 +7320,9 @@ export declare const cxLogContract: {
7300
7320
  callFrom?: {
7301
7321
  id: string;
7302
7322
  user: {
7323
+ name: string;
7303
7324
  id: string;
7304
7325
  address: string | null;
7305
- name: string;
7306
7326
  email: string;
7307
7327
  createdAt: Date;
7308
7328
  updatedAt: Date;
@@ -7328,10 +7348,10 @@ export declare const cxLogContract: {
7328
7348
  telephonyQueueId: string | null;
7329
7349
  contactId: string | null;
7330
7350
  contact?: {
7351
+ name: string;
7331
7352
  id: string;
7332
7353
  channel: string | null;
7333
7354
  address: string | null;
7334
- name: string;
7335
7355
  createdAt: Date;
7336
7356
  updatedAt: Date;
7337
7357
  deletedAt: Date | null;
@@ -7376,8 +7396,8 @@ export declare const cxLogContract: {
7376
7396
  createdAt: Date;
7377
7397
  updatedAt: Date;
7378
7398
  deletedAt: Date | null;
7379
- address?: string | null | undefined;
7380
7399
  name?: string | undefined;
7400
+ address?: string | null | undefined;
7381
7401
  phone?: string | null | undefined;
7382
7402
  industry?: string | null | undefined;
7383
7403
  } | null;
@@ -7385,8 +7405,8 @@ export declare const cxLogContract: {
7385
7405
  contactProfile: string | null;
7386
7406
  socialProfileUrl: string | null;
7387
7407
  tags: {
7388
- id: string;
7389
7408
  name: string;
7409
+ id: string;
7390
7410
  createdAt: Date;
7391
7411
  updatedAt: Date;
7392
7412
  deletedAt: Date | null;
@@ -7411,8 +7431,8 @@ export declare const cxLogContract: {
7411
7431
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7412
7432
  id: string;
7413
7433
  metadata: {
7414
- id: string;
7415
7434
  name: string;
7435
+ id: string;
7416
7436
  picture?: string | undefined;
7417
7437
  additionalCredentials?: any;
7418
7438
  };
@@ -7474,9 +7494,9 @@ export declare const cxLogContract: {
7474
7494
  extensionName: string;
7475
7495
  telephonySignature: string | null;
7476
7496
  user?: {
7497
+ name: string;
7477
7498
  id: string;
7478
7499
  address: string | null;
7479
- name: string;
7480
7500
  email: string;
7481
7501
  createdAt: Date;
7482
7502
  updatedAt: Date;
@@ -7523,9 +7543,9 @@ export declare const cxLogContract: {
7523
7543
  queueName?: string | null | undefined;
7524
7544
  } | null;
7525
7545
  firstAssignee: {
7546
+ name: string;
7526
7547
  id: string;
7527
7548
  address: string | null;
7528
- name: string;
7529
7549
  email: string;
7530
7550
  createdAt: Date;
7531
7551
  updatedAt: Date;
@@ -7567,9 +7587,9 @@ export declare const cxLogContract: {
7567
7587
  };
7568
7588
  } | null;
7569
7589
  agent: {
7590
+ name: string;
7570
7591
  id: string;
7571
7592
  address: string | null;
7572
- name: string;
7573
7593
  email: string;
7574
7594
  createdAt: Date;
7575
7595
  updatedAt: Date;
@@ -7611,9 +7631,9 @@ export declare const cxLogContract: {
7611
7631
  };
7612
7632
  } | null;
7613
7633
  closedAssignee: {
7634
+ name: string;
7614
7635
  id: string;
7615
7636
  address: string | null;
7616
- name: string;
7617
7637
  email: string;
7618
7638
  createdAt: Date;
7619
7639
  updatedAt: Date;
@@ -7674,10 +7694,10 @@ export declare const cxLogContract: {
7674
7694
  deletedAt: Date | null;
7675
7695
  entityId: string;
7676
7696
  contact: {
7697
+ name: string;
7677
7698
  id: string;
7678
7699
  channel: string | null;
7679
7700
  address: string | null;
7680
- name: string;
7681
7701
  createdAt: Date;
7682
7702
  updatedAt: Date;
7683
7703
  deletedAt: Date | null;
@@ -7722,8 +7742,8 @@ export declare const cxLogContract: {
7722
7742
  createdAt: Date;
7723
7743
  updatedAt: Date;
7724
7744
  deletedAt: Date | null;
7725
- address?: string | null | undefined;
7726
7745
  name?: string | undefined;
7746
+ address?: string | null | undefined;
7727
7747
  phone?: string | null | undefined;
7728
7748
  industry?: string | null | undefined;
7729
7749
  } | null;
@@ -7731,8 +7751,8 @@ export declare const cxLogContract: {
7731
7751
  contactProfile: string | null;
7732
7752
  socialProfileUrl: string | null;
7733
7753
  tags: {
7734
- id: string;
7735
7754
  name: string;
7755
+ id: string;
7736
7756
  createdAt: Date;
7737
7757
  updatedAt: Date;
7738
7758
  deletedAt: Date | null;
@@ -7757,8 +7777,8 @@ export declare const cxLogContract: {
7757
7777
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7758
7778
  id: string;
7759
7779
  metadata: {
7760
- id: string;
7761
7780
  name: string;
7781
+ id: string;
7762
7782
  picture?: string | undefined;
7763
7783
  additionalCredentials?: any;
7764
7784
  };
@@ -7824,8 +7844,8 @@ export declare const cxLogContract: {
7824
7844
  }[];
7825
7845
  }[];
7826
7846
  tags: {
7827
- id: string;
7828
7847
  name: string;
7848
+ id: string;
7829
7849
  createdAt: Date;
7830
7850
  updatedAt: Date;
7831
7851
  deletedAt: Date | null;
@@ -7864,12 +7884,12 @@ export declare const cxLogContract: {
7864
7884
  room: {
7865
7885
  id: string;
7866
7886
  channel: {
7887
+ name: string;
7867
7888
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7868
7889
  id: string;
7869
- name: string;
7870
7890
  metadata: {
7871
- id: string;
7872
7891
  name: string;
7892
+ id: string;
7873
7893
  accessToken?: string | undefined;
7874
7894
  channelSecret?: string | undefined;
7875
7895
  additionalCredentials?: any;
@@ -7881,10 +7901,12 @@ export declare const cxLogContract: {
7881
7901
  email?: string | null | undefined;
7882
7902
  clientId?: string | null | undefined;
7883
7903
  channelId?: string | null | undefined;
7884
- status?: "active" | "pending" | undefined;
7904
+ waapiInstanceId?: string | null | undefined;
7905
+ qr?: string | null | undefined;
7906
+ status?: "active" | "pending" | "waapi-qr" | undefined;
7885
7907
  apiKey?: string | undefined;
7886
7908
  tier?: "basic" | "regular" | "premium" | undefined;
7887
- integrationType?: "meta" | "360dialog" | undefined;
7909
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
7888
7910
  } | undefined;
7889
7911
  vonageCredentials?: {
7890
7912
  apiKey: string;
@@ -7900,9 +7922,9 @@ export declare const cxLogContract: {
7900
7922
  updatedAt: Date;
7901
7923
  deletedAt: Date | null;
7902
7924
  actor: {
7925
+ name: string;
7903
7926
  id: string;
7904
7927
  address: string | null;
7905
- name: string;
7906
7928
  email: string;
7907
7929
  createdAt: Date;
7908
7930
  updatedAt: Date;
@@ -7949,8 +7971,8 @@ export declare const cxLogContract: {
7949
7971
  connectedUserName: string;
7950
7972
  connectedUserId: string;
7951
7973
  botpressBot: {
7952
- id: string;
7953
7974
  name: string;
7975
+ id: string;
7954
7976
  accessToken: string;
7955
7977
  botId: string;
7956
7978
  integrationId: string;
@@ -7961,9 +7983,9 @@ export declare const cxLogContract: {
7961
7983
  updatedAt: Date;
7962
7984
  deletedAt: Date | null;
7963
7985
  actor: {
7986
+ name: string;
7964
7987
  id: string;
7965
7988
  address: string | null;
7966
- name: string;
7967
7989
  email: string;
7968
7990
  createdAt: Date;
7969
7991
  updatedAt: Date;
@@ -8015,8 +8037,8 @@ export declare const cxLogContract: {
8015
8037
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8016
8038
  id: string;
8017
8039
  metadata: {
8018
- id: string;
8019
8040
  name: string;
8041
+ id: string;
8020
8042
  picture?: string | undefined;
8021
8043
  additionalCredentials?: any;
8022
8044
  };
@@ -8024,10 +8046,10 @@ export declare const cxLogContract: {
8024
8046
  updatedAt: Date;
8025
8047
  deletedAt: Date | null;
8026
8048
  contact: {
8049
+ name: string;
8027
8050
  id: string;
8028
8051
  channel: string | null;
8029
8052
  address: string | null;
8030
- name: string;
8031
8053
  createdAt: Date;
8032
8054
  updatedAt: Date;
8033
8055
  deletedAt: Date | null;
@@ -8072,8 +8094,8 @@ export declare const cxLogContract: {
8072
8094
  createdAt: Date;
8073
8095
  updatedAt: Date;
8074
8096
  deletedAt: Date | null;
8075
- address?: string | null | undefined;
8076
8097
  name?: string | undefined;
8098
+ address?: string | null | undefined;
8077
8099
  phone?: string | null | undefined;
8078
8100
  industry?: string | null | undefined;
8079
8101
  } | null;
@@ -8081,8 +8103,8 @@ export declare const cxLogContract: {
8081
8103
  contactProfile: string | null;
8082
8104
  socialProfileUrl: string | null;
8083
8105
  tags: {
8084
- id: string;
8085
8106
  name: string;
8107
+ id: string;
8086
8108
  createdAt: Date;
8087
8109
  updatedAt: Date;
8088
8110
  deletedAt: Date | null;
@@ -8107,8 +8129,8 @@ export declare const cxLogContract: {
8107
8129
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8108
8130
  id: string;
8109
8131
  metadata: {
8110
- id: string;
8111
8132
  name: string;
8133
+ id: string;
8112
8134
  picture?: string | undefined;
8113
8135
  additionalCredentials?: any;
8114
8136
  };
@@ -8139,9 +8161,9 @@ export declare const cxLogContract: {
8139
8161
  socialPlatformId: string;
8140
8162
  };
8141
8163
  assignee: {
8164
+ name: string;
8142
8165
  id: string;
8143
8166
  address: string | null;
8144
- name: string;
8145
8167
  email: string;
8146
8168
  createdAt: Date;
8147
8169
  updatedAt: Date;
@@ -8209,9 +8231,9 @@ export declare const cxLogContract: {
8209
8231
  callTo?: {
8210
8232
  id: string;
8211
8233
  user: {
8234
+ name: string;
8212
8235
  id: string;
8213
8236
  address: string | null;
8214
- name: string;
8215
8237
  email: string;
8216
8238
  createdAt: Date;
8217
8239
  updatedAt: Date;
@@ -8235,9 +8257,9 @@ export declare const cxLogContract: {
8235
8257
  callFrom?: {
8236
8258
  id: string;
8237
8259
  user: {
8260
+ name: string;
8238
8261
  id: string;
8239
8262
  address: string | null;
8240
- name: string;
8241
8263
  email: string;
8242
8264
  createdAt: Date;
8243
8265
  updatedAt: Date;
@@ -8263,10 +8285,10 @@ export declare const cxLogContract: {
8263
8285
  telephonyQueueId: string | null;
8264
8286
  contactId: string | null;
8265
8287
  contact?: {
8288
+ name: string;
8266
8289
  id: string;
8267
8290
  channel: string | null;
8268
8291
  address: string | null;
8269
- name: string;
8270
8292
  createdAt: Date;
8271
8293
  updatedAt: Date;
8272
8294
  deletedAt: Date | null;
@@ -8311,8 +8333,8 @@ export declare const cxLogContract: {
8311
8333
  createdAt: Date;
8312
8334
  updatedAt: Date;
8313
8335
  deletedAt: Date | null;
8314
- address?: string | null | undefined;
8315
8336
  name?: string | undefined;
8337
+ address?: string | null | undefined;
8316
8338
  phone?: string | null | undefined;
8317
8339
  industry?: string | null | undefined;
8318
8340
  } | null;
@@ -8320,8 +8342,8 @@ export declare const cxLogContract: {
8320
8342
  contactProfile: string | null;
8321
8343
  socialProfileUrl: string | null;
8322
8344
  tags: {
8323
- id: string;
8324
8345
  name: string;
8346
+ id: string;
8325
8347
  createdAt: Date;
8326
8348
  updatedAt: Date;
8327
8349
  deletedAt: Date | null;
@@ -8346,8 +8368,8 @@ export declare const cxLogContract: {
8346
8368
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8347
8369
  id: string;
8348
8370
  metadata: {
8349
- id: string;
8350
8371
  name: string;
8372
+ id: string;
8351
8373
  picture?: string | undefined;
8352
8374
  additionalCredentials?: any;
8353
8375
  };
@@ -8409,9 +8431,9 @@ export declare const cxLogContract: {
8409
8431
  extensionName: string;
8410
8432
  telephonySignature: string | null;
8411
8433
  user?: {
8434
+ name: string;
8412
8435
  id: string;
8413
8436
  address: string | null;
8414
- name: string;
8415
8437
  email: string;
8416
8438
  createdAt: Date;
8417
8439
  updatedAt: Date;
@@ -8458,9 +8480,9 @@ export declare const cxLogContract: {
8458
8480
  queueName?: string | null | undefined;
8459
8481
  } | null;
8460
8482
  firstAssignee: {
8483
+ name: string;
8461
8484
  id: string;
8462
8485
  address: string | null;
8463
- name: string;
8464
8486
  email: string;
8465
8487
  createdAt: Date;
8466
8488
  updatedAt: Date;
@@ -8502,9 +8524,9 @@ export declare const cxLogContract: {
8502
8524
  };
8503
8525
  } | null;
8504
8526
  agent: {
8527
+ name: string;
8505
8528
  id: string;
8506
8529
  address: string | null;
8507
- name: string;
8508
8530
  email: string;
8509
8531
  createdAt: Date;
8510
8532
  updatedAt: Date;
@@ -8546,9 +8568,9 @@ export declare const cxLogContract: {
8546
8568
  };
8547
8569
  } | null;
8548
8570
  closedAssignee: {
8571
+ name: string;
8549
8572
  id: string;
8550
8573
  address: string | null;
8551
- name: string;
8552
8574
  email: string;
8553
8575
  createdAt: Date;
8554
8576
  updatedAt: Date;
@@ -8615,10 +8637,10 @@ export declare const cxLogContract: {
8615
8637
  deletedAt: Date | null;
8616
8638
  entityId: string;
8617
8639
  contact: {
8640
+ name: string;
8618
8641
  id: string;
8619
8642
  channel: string | null;
8620
8643
  address: string | null;
8621
- name: string;
8622
8644
  createdAt: Date;
8623
8645
  updatedAt: Date;
8624
8646
  deletedAt: Date | null;
@@ -8663,8 +8685,8 @@ export declare const cxLogContract: {
8663
8685
  createdAt: Date;
8664
8686
  updatedAt: Date;
8665
8687
  deletedAt: Date | null;
8666
- address?: string | null | undefined;
8667
8688
  name?: string | undefined;
8689
+ address?: string | null | undefined;
8668
8690
  phone?: string | null | undefined;
8669
8691
  industry?: string | null | undefined;
8670
8692
  } | null;
@@ -8672,8 +8694,8 @@ export declare const cxLogContract: {
8672
8694
  contactProfile: string | null;
8673
8695
  socialProfileUrl: string | null;
8674
8696
  tags: {
8675
- id: string;
8676
8697
  name: string;
8698
+ id: string;
8677
8699
  createdAt: Date;
8678
8700
  updatedAt: Date;
8679
8701
  deletedAt: Date | null;
@@ -8698,8 +8720,8 @@ export declare const cxLogContract: {
8698
8720
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8699
8721
  id: string;
8700
8722
  metadata: {
8701
- id: string;
8702
8723
  name: string;
8724
+ id: string;
8703
8725
  picture?: string | undefined;
8704
8726
  additionalCredentials?: any;
8705
8727
  };
@@ -8765,8 +8787,8 @@ export declare const cxLogContract: {
8765
8787
  }[];
8766
8788
  }[];
8767
8789
  tags: {
8768
- id: string;
8769
8790
  name: string;
8791
+ id: string;
8770
8792
  createdAt: Date;
8771
8793
  updatedAt: Date;
8772
8794
  deletedAt: Date | null;
@@ -8805,12 +8827,12 @@ export declare const cxLogContract: {
8805
8827
  room: {
8806
8828
  id: string;
8807
8829
  channel: {
8830
+ name: string;
8808
8831
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8809
8832
  id: string;
8810
- name: string;
8811
8833
  metadata: {
8812
- id: string;
8813
8834
  name: string;
8835
+ id: string;
8814
8836
  accessToken?: string | undefined;
8815
8837
  channelSecret?: string | undefined;
8816
8838
  additionalCredentials?: any;
@@ -8822,10 +8844,12 @@ export declare const cxLogContract: {
8822
8844
  email?: string | null | undefined;
8823
8845
  clientId?: string | null | undefined;
8824
8846
  channelId?: string | null | undefined;
8825
- status?: "active" | "pending" | undefined;
8847
+ waapiInstanceId?: string | null | undefined;
8848
+ qr?: string | null | undefined;
8849
+ status?: "active" | "pending" | "waapi-qr" | undefined;
8826
8850
  apiKey?: string | undefined;
8827
8851
  tier?: "basic" | "regular" | "premium" | undefined;
8828
- integrationType?: "meta" | "360dialog" | undefined;
8852
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
8829
8853
  } | undefined;
8830
8854
  vonageCredentials?: {
8831
8855
  apiKey: string;
@@ -8841,9 +8865,9 @@ export declare const cxLogContract: {
8841
8865
  updatedAt: Date;
8842
8866
  deletedAt: Date | null;
8843
8867
  actor: {
8868
+ name: string;
8844
8869
  id: string;
8845
8870
  address: string | null;
8846
- name: string;
8847
8871
  email: string;
8848
8872
  createdAt: Date;
8849
8873
  updatedAt: Date;
@@ -8890,8 +8914,8 @@ export declare const cxLogContract: {
8890
8914
  connectedUserName: string;
8891
8915
  connectedUserId: string;
8892
8916
  botpressBot: {
8893
- id: string;
8894
8917
  name: string;
8918
+ id: string;
8895
8919
  accessToken: string;
8896
8920
  botId: string;
8897
8921
  integrationId: string;
@@ -8902,9 +8926,9 @@ export declare const cxLogContract: {
8902
8926
  updatedAt: Date;
8903
8927
  deletedAt: Date | null;
8904
8928
  actor: {
8929
+ name: string;
8905
8930
  id: string;
8906
8931
  address: string | null;
8907
- name: string;
8908
8932
  email: string;
8909
8933
  createdAt: Date;
8910
8934
  updatedAt: Date;
@@ -8956,8 +8980,8 @@ export declare const cxLogContract: {
8956
8980
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8957
8981
  id: string;
8958
8982
  metadata: {
8959
- id: string;
8960
8983
  name: string;
8984
+ id: string;
8961
8985
  picture?: string | undefined;
8962
8986
  additionalCredentials?: any;
8963
8987
  };
@@ -8965,10 +8989,10 @@ export declare const cxLogContract: {
8965
8989
  updatedAt: Date;
8966
8990
  deletedAt: Date | null;
8967
8991
  contact: {
8992
+ name: string;
8968
8993
  id: string;
8969
8994
  channel: string | null;
8970
8995
  address: string | null;
8971
- name: string;
8972
8996
  createdAt: Date;
8973
8997
  updatedAt: Date;
8974
8998
  deletedAt: Date | null;
@@ -9013,8 +9037,8 @@ export declare const cxLogContract: {
9013
9037
  createdAt: Date;
9014
9038
  updatedAt: Date;
9015
9039
  deletedAt: Date | null;
9016
- address?: string | null | undefined;
9017
9040
  name?: string | undefined;
9041
+ address?: string | null | undefined;
9018
9042
  phone?: string | null | undefined;
9019
9043
  industry?: string | null | undefined;
9020
9044
  } | null;
@@ -9022,8 +9046,8 @@ export declare const cxLogContract: {
9022
9046
  contactProfile: string | null;
9023
9047
  socialProfileUrl: string | null;
9024
9048
  tags: {
9025
- id: string;
9026
9049
  name: string;
9050
+ id: string;
9027
9051
  createdAt: Date;
9028
9052
  updatedAt: Date;
9029
9053
  deletedAt: Date | null;
@@ -9048,8 +9072,8 @@ export declare const cxLogContract: {
9048
9072
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
9049
9073
  id: string;
9050
9074
  metadata: {
9051
- id: string;
9052
9075
  name: string;
9076
+ id: string;
9053
9077
  picture?: string | undefined;
9054
9078
  additionalCredentials?: any;
9055
9079
  };
@@ -9080,9 +9104,9 @@ export declare const cxLogContract: {
9080
9104
  socialPlatformId: string;
9081
9105
  };
9082
9106
  assignee: {
9107
+ name: string;
9083
9108
  id: string;
9084
9109
  address: string | null;
9085
- name: string;
9086
9110
  email: string;
9087
9111
  createdAt: Date;
9088
9112
  updatedAt: Date;
@@ -9150,9 +9174,9 @@ export declare const cxLogContract: {
9150
9174
  callTo?: {
9151
9175
  id: string;
9152
9176
  user: {
9177
+ name: string;
9153
9178
  id: string;
9154
9179
  address: string | null;
9155
- name: string;
9156
9180
  email: string;
9157
9181
  createdAt: Date;
9158
9182
  updatedAt: Date;
@@ -9176,9 +9200,9 @@ export declare const cxLogContract: {
9176
9200
  callFrom?: {
9177
9201
  id: string;
9178
9202
  user: {
9203
+ name: string;
9179
9204
  id: string;
9180
9205
  address: string | null;
9181
- name: string;
9182
9206
  email: string;
9183
9207
  createdAt: Date;
9184
9208
  updatedAt: Date;
@@ -9204,10 +9228,10 @@ export declare const cxLogContract: {
9204
9228
  telephonyQueueId: string | null;
9205
9229
  contactId: string | null;
9206
9230
  contact?: {
9231
+ name: string;
9207
9232
  id: string;
9208
9233
  channel: string | null;
9209
9234
  address: string | null;
9210
- name: string;
9211
9235
  createdAt: Date;
9212
9236
  updatedAt: Date;
9213
9237
  deletedAt: Date | null;
@@ -9252,8 +9276,8 @@ export declare const cxLogContract: {
9252
9276
  createdAt: Date;
9253
9277
  updatedAt: Date;
9254
9278
  deletedAt: Date | null;
9255
- address?: string | null | undefined;
9256
9279
  name?: string | undefined;
9280
+ address?: string | null | undefined;
9257
9281
  phone?: string | null | undefined;
9258
9282
  industry?: string | null | undefined;
9259
9283
  } | null;
@@ -9261,8 +9285,8 @@ export declare const cxLogContract: {
9261
9285
  contactProfile: string | null;
9262
9286
  socialProfileUrl: string | null;
9263
9287
  tags: {
9264
- id: string;
9265
9288
  name: string;
9289
+ id: string;
9266
9290
  createdAt: Date;
9267
9291
  updatedAt: Date;
9268
9292
  deletedAt: Date | null;
@@ -9287,8 +9311,8 @@ export declare const cxLogContract: {
9287
9311
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
9288
9312
  id: string;
9289
9313
  metadata: {
9290
- id: string;
9291
9314
  name: string;
9315
+ id: string;
9292
9316
  picture?: string | undefined;
9293
9317
  additionalCredentials?: any;
9294
9318
  };
@@ -9350,9 +9374,9 @@ export declare const cxLogContract: {
9350
9374
  extensionName: string;
9351
9375
  telephonySignature: string | null;
9352
9376
  user?: {
9377
+ name: string;
9353
9378
  id: string;
9354
9379
  address: string | null;
9355
- name: string;
9356
9380
  email: string;
9357
9381
  createdAt: Date;
9358
9382
  updatedAt: Date;
@@ -9399,9 +9423,9 @@ export declare const cxLogContract: {
9399
9423
  queueName?: string | null | undefined;
9400
9424
  } | null;
9401
9425
  firstAssignee: {
9426
+ name: string;
9402
9427
  id: string;
9403
9428
  address: string | null;
9404
- name: string;
9405
9429
  email: string;
9406
9430
  createdAt: Date;
9407
9431
  updatedAt: Date;
@@ -9443,9 +9467,9 @@ export declare const cxLogContract: {
9443
9467
  };
9444
9468
  } | null;
9445
9469
  agent: {
9470
+ name: string;
9446
9471
  id: string;
9447
9472
  address: string | null;
9448
- name: string;
9449
9473
  email: string;
9450
9474
  createdAt: Date;
9451
9475
  updatedAt: Date;
@@ -9487,9 +9511,9 @@ export declare const cxLogContract: {
9487
9511
  };
9488
9512
  } | null;
9489
9513
  closedAssignee: {
9514
+ name: string;
9490
9515
  id: string;
9491
9516
  address: string | null;
9492
- name: string;
9493
9517
  email: string;
9494
9518
  createdAt: Date;
9495
9519
  updatedAt: Date;
@@ -9556,10 +9580,10 @@ export declare const cxLogContract: {
9556
9580
  deletedAt: Date | null;
9557
9581
  entityId: string;
9558
9582
  contact: {
9583
+ name: string;
9559
9584
  id: string;
9560
9585
  channel: string | null;
9561
9586
  address: string | null;
9562
- name: string;
9563
9587
  createdAt: Date;
9564
9588
  updatedAt: Date;
9565
9589
  deletedAt: Date | null;
@@ -9604,8 +9628,8 @@ export declare const cxLogContract: {
9604
9628
  createdAt: Date;
9605
9629
  updatedAt: Date;
9606
9630
  deletedAt: Date | null;
9607
- address?: string | null | undefined;
9608
9631
  name?: string | undefined;
9632
+ address?: string | null | undefined;
9609
9633
  phone?: string | null | undefined;
9610
9634
  industry?: string | null | undefined;
9611
9635
  } | null;
@@ -9613,8 +9637,8 @@ export declare const cxLogContract: {
9613
9637
  contactProfile: string | null;
9614
9638
  socialProfileUrl: string | null;
9615
9639
  tags: {
9616
- id: string;
9617
9640
  name: string;
9641
+ id: string;
9618
9642
  createdAt: Date;
9619
9643
  updatedAt: Date;
9620
9644
  deletedAt: Date | null;
@@ -9639,8 +9663,8 @@ export declare const cxLogContract: {
9639
9663
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
9640
9664
  id: string;
9641
9665
  metadata: {
9642
- id: string;
9643
9666
  name: string;
9667
+ id: string;
9644
9668
  picture?: string | undefined;
9645
9669
  additionalCredentials?: any;
9646
9670
  };
@@ -9706,8 +9730,8 @@ export declare const cxLogContract: {
9706
9730
  }[];
9707
9731
  }[];
9708
9732
  tags: {
9709
- id: string;
9710
9733
  name: string;
9734
+ id: string;
9711
9735
  createdAt: Date;
9712
9736
  updatedAt: Date;
9713
9737
  deletedAt: Date | null;
@@ -9746,12 +9770,12 @@ export declare const cxLogContract: {
9746
9770
  room: {
9747
9771
  id: string;
9748
9772
  channel: {
9773
+ name: string;
9749
9774
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
9750
9775
  id: string;
9751
- name: string;
9752
9776
  metadata: {
9753
- id: string;
9754
9777
  name: string;
9778
+ id: string;
9755
9779
  accessToken?: string | undefined;
9756
9780
  channelSecret?: string | undefined;
9757
9781
  additionalCredentials?: any;
@@ -9763,10 +9787,12 @@ export declare const cxLogContract: {
9763
9787
  email?: string | null | undefined;
9764
9788
  clientId?: string | null | undefined;
9765
9789
  channelId?: string | null | undefined;
9766
- status?: "active" | "pending" | undefined;
9790
+ waapiInstanceId?: string | null | undefined;
9791
+ qr?: string | null | undefined;
9792
+ status?: "active" | "pending" | "waapi-qr" | undefined;
9767
9793
  apiKey?: string | undefined;
9768
9794
  tier?: "basic" | "regular" | "premium" | undefined;
9769
- integrationType?: "meta" | "360dialog" | undefined;
9795
+ integrationType?: "meta" | "360dialog" | "waapi" | undefined;
9770
9796
  } | undefined;
9771
9797
  vonageCredentials?: {
9772
9798
  apiKey: string;
@@ -9782,9 +9808,9 @@ export declare const cxLogContract: {
9782
9808
  updatedAt: Date;
9783
9809
  deletedAt: Date | null;
9784
9810
  actor: {
9811
+ name: string;
9785
9812
  id: string;
9786
9813
  address: string | null;
9787
- name: string;
9788
9814
  email: string;
9789
9815
  createdAt: Date;
9790
9816
  updatedAt: Date;
@@ -9831,8 +9857,8 @@ export declare const cxLogContract: {
9831
9857
  connectedUserName: string;
9832
9858
  connectedUserId: string;
9833
9859
  botpressBot: {
9834
- id: string;
9835
9860
  name: string;
9861
+ id: string;
9836
9862
  accessToken: string;
9837
9863
  botId: string;
9838
9864
  integrationId: string;
@@ -9843,9 +9869,9 @@ export declare const cxLogContract: {
9843
9869
  updatedAt: Date;
9844
9870
  deletedAt: Date | null;
9845
9871
  actor: {
9872
+ name: string;
9846
9873
  id: string;
9847
9874
  address: string | null;
9848
- name: string;
9849
9875
  email: string;
9850
9876
  createdAt: Date;
9851
9877
  updatedAt: Date;
@@ -9897,8 +9923,8 @@ export declare const cxLogContract: {
9897
9923
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
9898
9924
  id: string;
9899
9925
  metadata: {
9900
- id: string;
9901
9926
  name: string;
9927
+ id: string;
9902
9928
  picture?: string | undefined;
9903
9929
  additionalCredentials?: any;
9904
9930
  };
@@ -9906,10 +9932,10 @@ export declare const cxLogContract: {
9906
9932
  updatedAt: Date;
9907
9933
  deletedAt: Date | null;
9908
9934
  contact: {
9935
+ name: string;
9909
9936
  id: string;
9910
9937
  channel: string | null;
9911
9938
  address: string | null;
9912
- name: string;
9913
9939
  createdAt: Date;
9914
9940
  updatedAt: Date;
9915
9941
  deletedAt: Date | null;
@@ -9954,8 +9980,8 @@ export declare const cxLogContract: {
9954
9980
  createdAt: Date;
9955
9981
  updatedAt: Date;
9956
9982
  deletedAt: Date | null;
9957
- address?: string | null | undefined;
9958
9983
  name?: string | undefined;
9984
+ address?: string | null | undefined;
9959
9985
  phone?: string | null | undefined;
9960
9986
  industry?: string | null | undefined;
9961
9987
  } | null;
@@ -9963,8 +9989,8 @@ export declare const cxLogContract: {
9963
9989
  contactProfile: string | null;
9964
9990
  socialProfileUrl: string | null;
9965
9991
  tags: {
9966
- id: string;
9967
9992
  name: string;
9993
+ id: string;
9968
9994
  createdAt: Date;
9969
9995
  updatedAt: Date;
9970
9996
  deletedAt: Date | null;
@@ -9989,8 +10015,8 @@ export declare const cxLogContract: {
9989
10015
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
9990
10016
  id: string;
9991
10017
  metadata: {
9992
- id: string;
9993
10018
  name: string;
10019
+ id: string;
9994
10020
  picture?: string | undefined;
9995
10021
  additionalCredentials?: any;
9996
10022
  };
@@ -10021,9 +10047,9 @@ export declare const cxLogContract: {
10021
10047
  socialPlatformId: string;
10022
10048
  };
10023
10049
  assignee: {
10050
+ name: string;
10024
10051
  id: string;
10025
10052
  address: string | null;
10026
- name: string;
10027
10053
  email: string;
10028
10054
  createdAt: Date;
10029
10055
  updatedAt: Date;
@@ -10091,9 +10117,9 @@ export declare const cxLogContract: {
10091
10117
  callTo?: {
10092
10118
  id: string;
10093
10119
  user: {
10120
+ name: string;
10094
10121
  id: string;
10095
10122
  address: string | null;
10096
- name: string;
10097
10123
  email: string;
10098
10124
  createdAt: Date;
10099
10125
  updatedAt: Date;
@@ -10117,9 +10143,9 @@ export declare const cxLogContract: {
10117
10143
  callFrom?: {
10118
10144
  id: string;
10119
10145
  user: {
10146
+ name: string;
10120
10147
  id: string;
10121
10148
  address: string | null;
10122
- name: string;
10123
10149
  email: string;
10124
10150
  createdAt: Date;
10125
10151
  updatedAt: Date;
@@ -10145,10 +10171,10 @@ export declare const cxLogContract: {
10145
10171
  telephonyQueueId: string | null;
10146
10172
  contactId: string | null;
10147
10173
  contact?: {
10174
+ name: string;
10148
10175
  id: string;
10149
10176
  channel: string | null;
10150
10177
  address: string | null;
10151
- name: string;
10152
10178
  createdAt: Date;
10153
10179
  updatedAt: Date;
10154
10180
  deletedAt: Date | null;
@@ -10193,8 +10219,8 @@ export declare const cxLogContract: {
10193
10219
  createdAt: Date;
10194
10220
  updatedAt: Date;
10195
10221
  deletedAt: Date | null;
10196
- address?: string | null | undefined;
10197
10222
  name?: string | undefined;
10223
+ address?: string | null | undefined;
10198
10224
  phone?: string | null | undefined;
10199
10225
  industry?: string | null | undefined;
10200
10226
  } | null;
@@ -10202,8 +10228,8 @@ export declare const cxLogContract: {
10202
10228
  contactProfile: string | null;
10203
10229
  socialProfileUrl: string | null;
10204
10230
  tags: {
10205
- id: string;
10206
10231
  name: string;
10232
+ id: string;
10207
10233
  createdAt: Date;
10208
10234
  updatedAt: Date;
10209
10235
  deletedAt: Date | null;
@@ -10228,8 +10254,8 @@ export declare const cxLogContract: {
10228
10254
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
10229
10255
  id: string;
10230
10256
  metadata: {
10231
- id: string;
10232
10257
  name: string;
10258
+ id: string;
10233
10259
  picture?: string | undefined;
10234
10260
  additionalCredentials?: any;
10235
10261
  };
@@ -10291,9 +10317,9 @@ export declare const cxLogContract: {
10291
10317
  extensionName: string;
10292
10318
  telephonySignature: string | null;
10293
10319
  user?: {
10320
+ name: string;
10294
10321
  id: string;
10295
10322
  address: string | null;
10296
- name: string;
10297
10323
  email: string;
10298
10324
  createdAt: Date;
10299
10325
  updatedAt: Date;
@@ -10340,9 +10366,9 @@ export declare const cxLogContract: {
10340
10366
  queueName?: string | null | undefined;
10341
10367
  } | null;
10342
10368
  firstAssignee: {
10369
+ name: string;
10343
10370
  id: string;
10344
10371
  address: string | null;
10345
- name: string;
10346
10372
  email: string;
10347
10373
  createdAt: Date;
10348
10374
  updatedAt: Date;
@@ -10384,9 +10410,9 @@ export declare const cxLogContract: {
10384
10410
  };
10385
10411
  } | null;
10386
10412
  agent: {
10413
+ name: string;
10387
10414
  id: string;
10388
10415
  address: string | null;
10389
- name: string;
10390
10416
  email: string;
10391
10417
  createdAt: Date;
10392
10418
  updatedAt: Date;
@@ -10428,9 +10454,9 @@ export declare const cxLogContract: {
10428
10454
  };
10429
10455
  } | null;
10430
10456
  closedAssignee: {
10457
+ name: string;
10431
10458
  id: string;
10432
10459
  address: string | null;
10433
- name: string;
10434
10460
  email: string;
10435
10461
  createdAt: Date;
10436
10462
  updatedAt: Date;
@@ -10564,7 +10590,7 @@ export declare const cxLogContract: {
10564
10590
  agentIds?: string[] | undefined;
10565
10591
  direction?: ("inbound" | "outbound")[] | undefined;
10566
10592
  disposition?: string[] | undefined;
10567
- sentimentScore?: ("positive" | "neutral" | "negative")[] | undefined;
10593
+ sentimentScore?: ("negative" | "positive" | "neutral")[] | undefined;
10568
10594
  csatScore?: string[] | undefined;
10569
10595
  sla?: "meet" | "unmeet" | undefined;
10570
10596
  tags?: string[] | undefined;
@@ -10593,7 +10619,7 @@ export declare const cxLogContract: {
10593
10619
  agentIds?: string[] | undefined;
10594
10620
  direction?: ("inbound" | "outbound")[] | undefined;
10595
10621
  disposition?: string[] | undefined;
10596
- sentimentScore?: ("positive" | "neutral" | "negative")[] | undefined;
10622
+ sentimentScore?: ("negative" | "positive" | "neutral")[] | undefined;
10597
10623
  csatScore?: string[] | undefined;
10598
10624
  sla?: "meet" | "unmeet" | undefined;
10599
10625
  tags?: string[] | undefined;