@kl1/contracts 1.2.21-uat → 1.2.22-uat

Sign up to get free protection for your applications and to get access to all the features.
Files changed (136) 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 +3170 -590
  17. package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
  18. package/dist/api-contracts/src/channel/schema.d.ts +145 -26
  19. package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
  20. package/dist/api-contracts/src/channel/validation.d.ts +254 -24
  21. package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
  22. package/dist/api-contracts/src/chat/index.d.ts +26071 -23373
  23. package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
  24. package/dist/api-contracts/src/chat/schema.d.ts +1838 -1190
  25. package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
  26. package/dist/api-contracts/src/chat/validation.d.ts +1803 -851
  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 +43536 -12568
  36. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  37. package/dist/api-contracts/src/cx-log/index.d.ts +388 -260
  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 +316 -208
  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 +2157 -845
  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 +163 -75
  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 +140 -72
  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 +16 -16
  52. package/dist/api-contracts/src/hold-label/schema.d.ts +2 -2
  53. package/dist/api-contracts/src/instagram/index.d.ts +1727 -699
  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 +1616 -704
  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 +173 -65
  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 +2118 -2118
  63. package/dist/api-contracts/src/mail/mail-server-contract.d.ts +32 -32
  64. package/dist/api-contracts/src/mail/message-contract.d.ts +272 -272
  65. package/dist/api-contracts/src/mail/room-contract.d.ts +1444 -1444
  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 +12 -12
  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 +468 -468
  70. package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +458 -458
  71. package/dist/api-contracts/src/messenger/index.d.ts +1730 -702
  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 +136 -68
  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 +311 -115
  83. package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
  84. package/dist/api-contracts/src/sms/schema.d.ts +14 -14
  85. package/dist/api-contracts/src/sms/validation.d.ts +6 -6
  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 +1367 -631
  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 +1379 -643
  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 +1037 -565
  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 +19978 -0
  115. package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -0
  116. package/dist/api-contracts/src/whatsapp/schema.d.ts +2 -0
  117. package/dist/api-contracts/src/whatsapp/schema.d.ts.map +1 -0
  118. package/dist/api-contracts/src/whatsapp/validation.d.ts +76 -0
  119. package/dist/api-contracts/src/whatsapp/validation.d.ts.map +1 -0
  120. package/dist/api-contracts/src/widget/index.d.ts +24 -24
  121. package/dist/api-contracts/src/widget/schema.d.ts +2 -2
  122. package/dist/api-contracts/src/widget/validation.d.ts +4 -4
  123. package/dist/api-contracts/src/workflow-rule/index.d.ts +448 -232
  124. package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
  125. package/dist/api-contracts/src/workflow-rule/schema.d.ts +2 -2
  126. package/dist/api-contracts/src/wrap-up-form/index.d.ts +26 -26
  127. package/dist/api-contracts/src/wrap-up-form/schema.d.ts +4 -4
  128. package/dist/api-contracts/utils.d.ts +1 -1
  129. package/dist/api-contracts/utils.d.ts.map +1 -1
  130. package/dist/entities/src/enums/chat.d.ts +1 -0
  131. package/dist/entities/src/enums/chat.d.ts.map +1 -1
  132. package/dist/index.js +2491 -2336
  133. package/dist/index.js.map +1 -1
  134. package/dist/index.mjs +2489 -2336
  135. package/dist/index.mjs.map +1 -1
  136. package/package.json +1 -1
@@ -55,7 +55,7 @@ export declare const cxLogContract: {
55
55
  agentIds?: string[] | undefined;
56
56
  direction?: ("inbound" | "outbound")[] | undefined;
57
57
  disposition?: string[] | undefined;
58
- sentimentScore?: ("positive" | "neutral" | "negative")[] | undefined;
58
+ sentimentScore?: ("negative" | "positive" | "neutral")[] | undefined;
59
59
  csatScore?: string[] | undefined;
60
60
  sla?: "meet" | "unmeet" | undefined;
61
61
  tags?: string[] | undefined;
@@ -84,7 +84,7 @@ export declare const cxLogContract: {
84
84
  agentIds?: string[] | undefined;
85
85
  direction?: ("inbound" | "outbound")[] | undefined;
86
86
  disposition?: string[] | undefined;
87
- sentimentScore?: ("positive" | "neutral" | "negative")[] | undefined;
87
+ sentimentScore?: ("negative" | "positive" | "neutral")[] | undefined;
88
88
  csatScore?: string[] | undefined;
89
89
  sla?: "meet" | "unmeet" | undefined;
90
90
  tags?: string[] | undefined;
@@ -169,14 +169,14 @@ export declare const cxLogContract: {
169
169
  deletedAt: z.ZodNullable<z.ZodDate>;
170
170
  name: z.ZodString;
171
171
  }, "strip", z.ZodTypeAny, {
172
- id: string;
173
172
  name: string;
173
+ id: string;
174
174
  createdAt: Date;
175
175
  updatedAt: Date;
176
176
  deletedAt: Date | null;
177
177
  }, {
178
- id: string;
179
178
  name: string;
179
+ id: string;
180
180
  createdAt: Date;
181
181
  updatedAt: Date;
182
182
  deletedAt: Date | null;
@@ -347,8 +347,8 @@ export declare const cxLogContract: {
347
347
  }[];
348
348
  }[];
349
349
  tags: {
350
- id: string;
351
350
  name: string;
351
+ id: string;
352
352
  createdAt: Date;
353
353
  updatedAt: Date;
354
354
  deletedAt: Date | null;
@@ -398,8 +398,8 @@ export declare const cxLogContract: {
398
398
  }[];
399
399
  }[];
400
400
  tags: {
401
- id: string;
402
401
  name: string;
402
+ id: string;
403
403
  createdAt: Date;
404
404
  updatedAt: Date;
405
405
  deletedAt: Date | null;
@@ -447,13 +447,13 @@ export declare const cxLogContract: {
447
447
  picture: z.ZodOptional<z.ZodString>;
448
448
  additionalCredentials: z.ZodAny;
449
449
  }, "strip", z.ZodTypeAny, {
450
- id: string;
451
450
  name: string;
451
+ id: string;
452
452
  picture?: string | undefined;
453
453
  additionalCredentials?: any;
454
454
  }, {
455
- id: string;
456
455
  name: string;
456
+ id: string;
457
457
  picture?: string | undefined;
458
458
  additionalCredentials?: any;
459
459
  }>;
@@ -475,14 +475,14 @@ export declare const cxLogContract: {
475
475
  deletedAt: z.ZodNullable<z.ZodDate>;
476
476
  name: z.ZodString;
477
477
  }, "strip", z.ZodTypeAny, {
478
- id: string;
479
478
  name: string;
479
+ id: string;
480
480
  createdAt: Date;
481
481
  updatedAt: Date;
482
482
  deletedAt: Date | null;
483
483
  }, {
484
- id: string;
485
484
  name: string;
485
+ id: string;
486
486
  createdAt: Date;
487
487
  updatedAt: Date;
488
488
  deletedAt: Date | null;
@@ -638,8 +638,8 @@ export declare const cxLogContract: {
638
638
  createdAt: Date;
639
639
  updatedAt: Date;
640
640
  deletedAt: Date | null;
641
- address?: string | null | undefined;
642
641
  name?: string | undefined;
642
+ address?: string | null | undefined;
643
643
  phone?: string | null | undefined;
644
644
  industry?: string | null | undefined;
645
645
  }, {
@@ -647,8 +647,8 @@ export declare const cxLogContract: {
647
647
  createdAt: Date;
648
648
  updatedAt: Date;
649
649
  deletedAt: Date | null;
650
- address?: string | null | undefined;
651
650
  name?: string | undefined;
651
+ address?: string | null | undefined;
652
652
  phone?: string | null | undefined;
653
653
  industry?: string | null | undefined;
654
654
  }>>;
@@ -666,13 +666,13 @@ export declare const cxLogContract: {
666
666
  picture: z.ZodOptional<z.ZodString>;
667
667
  additionalCredentials: z.ZodAny;
668
668
  }, "strip", z.ZodTypeAny, {
669
- id: string;
670
669
  name: string;
670
+ id: string;
671
671
  picture?: string | undefined;
672
672
  additionalCredentials?: any;
673
673
  }, {
674
- id: string;
675
674
  name: string;
675
+ id: string;
676
676
  picture?: string | undefined;
677
677
  additionalCredentials?: any;
678
678
  }>;
@@ -680,8 +680,8 @@ export declare const cxLogContract: {
680
680
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
681
681
  id: string;
682
682
  metadata: {
683
- id: string;
684
683
  name: string;
684
+ id: string;
685
685
  picture?: string | undefined;
686
686
  additionalCredentials?: any;
687
687
  };
@@ -694,8 +694,8 @@ export declare const cxLogContract: {
694
694
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
695
695
  id: string;
696
696
  metadata: {
697
- id: string;
698
697
  name: string;
698
+ id: string;
699
699
  picture?: string | undefined;
700
700
  additionalCredentials?: any;
701
701
  };
@@ -1005,10 +1005,10 @@ export declare const cxLogContract: {
1005
1005
  };
1006
1006
  }>, "many">>;
1007
1007
  }, "strip", z.ZodTypeAny, {
1008
+ name: string;
1008
1009
  id: string;
1009
1010
  channel: string | null;
1010
1011
  address: string | null;
1011
- name: string;
1012
1012
  createdAt: Date;
1013
1013
  updatedAt: Date;
1014
1014
  deletedAt: Date | null;
@@ -1053,8 +1053,8 @@ export declare const cxLogContract: {
1053
1053
  createdAt: Date;
1054
1054
  updatedAt: Date;
1055
1055
  deletedAt: Date | null;
1056
- address?: string | null | undefined;
1057
1056
  name?: string | undefined;
1057
+ address?: string | null | undefined;
1058
1058
  phone?: string | null | undefined;
1059
1059
  industry?: string | null | undefined;
1060
1060
  } | null;
@@ -1062,8 +1062,8 @@ export declare const cxLogContract: {
1062
1062
  contactProfile: string | null;
1063
1063
  socialProfileUrl: string | null;
1064
1064
  tags: {
1065
- id: string;
1066
1065
  name: string;
1066
+ id: string;
1067
1067
  createdAt: Date;
1068
1068
  updatedAt: Date;
1069
1069
  deletedAt: Date | null;
@@ -1088,8 +1088,8 @@ export declare const cxLogContract: {
1088
1088
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1089
1089
  id: string;
1090
1090
  metadata: {
1091
- id: string;
1092
1091
  name: string;
1092
+ id: string;
1093
1093
  picture?: string | undefined;
1094
1094
  additionalCredentials?: any;
1095
1095
  };
@@ -1116,10 +1116,10 @@ export declare const cxLogContract: {
1116
1116
  };
1117
1117
  }[] | undefined;
1118
1118
  }, {
1119
+ name: string;
1119
1120
  id: string;
1120
1121
  channel: string | null;
1121
1122
  address: string | null;
1122
- name: string;
1123
1123
  createdAt: Date;
1124
1124
  updatedAt: Date;
1125
1125
  deletedAt: Date | null;
@@ -1164,8 +1164,8 @@ export declare const cxLogContract: {
1164
1164
  createdAt: Date;
1165
1165
  updatedAt: Date;
1166
1166
  deletedAt: Date | null;
1167
- address?: string | null | undefined;
1168
1167
  name?: string | undefined;
1168
+ address?: string | null | undefined;
1169
1169
  phone?: string | null | undefined;
1170
1170
  industry?: string | null | undefined;
1171
1171
  } | null;
@@ -1173,8 +1173,8 @@ export declare const cxLogContract: {
1173
1173
  contactProfile: string | null;
1174
1174
  socialProfileUrl: string | null;
1175
1175
  tags: {
1176
- id: string;
1177
1176
  name: string;
1177
+ id: string;
1178
1178
  createdAt: Date;
1179
1179
  updatedAt: Date;
1180
1180
  deletedAt: Date | null;
@@ -1199,8 +1199,8 @@ export declare const cxLogContract: {
1199
1199
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1200
1200
  id: string;
1201
1201
  metadata: {
1202
- id: string;
1203
1202
  name: string;
1203
+ id: string;
1204
1204
  picture?: string | undefined;
1205
1205
  additionalCredentials?: any;
1206
1206
  };
@@ -1231,8 +1231,8 @@ export declare const cxLogContract: {
1231
1231
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1232
1232
  id: string;
1233
1233
  metadata: {
1234
- id: string;
1235
1234
  name: string;
1235
+ id: string;
1236
1236
  picture?: string | undefined;
1237
1237
  additionalCredentials?: any;
1238
1238
  };
@@ -1240,10 +1240,10 @@ export declare const cxLogContract: {
1240
1240
  updatedAt: Date;
1241
1241
  deletedAt: Date | null;
1242
1242
  contact: {
1243
+ name: string;
1243
1244
  id: string;
1244
1245
  channel: string | null;
1245
1246
  address: string | null;
1246
- name: string;
1247
1247
  createdAt: Date;
1248
1248
  updatedAt: Date;
1249
1249
  deletedAt: Date | null;
@@ -1288,8 +1288,8 @@ export declare const cxLogContract: {
1288
1288
  createdAt: Date;
1289
1289
  updatedAt: Date;
1290
1290
  deletedAt: Date | null;
1291
- address?: string | null | undefined;
1292
1291
  name?: string | undefined;
1292
+ address?: string | null | undefined;
1293
1293
  phone?: string | null | undefined;
1294
1294
  industry?: string | null | undefined;
1295
1295
  } | null;
@@ -1297,8 +1297,8 @@ export declare const cxLogContract: {
1297
1297
  contactProfile: string | null;
1298
1298
  socialProfileUrl: string | null;
1299
1299
  tags: {
1300
- id: string;
1301
1300
  name: string;
1301
+ id: string;
1302
1302
  createdAt: Date;
1303
1303
  updatedAt: Date;
1304
1304
  deletedAt: Date | null;
@@ -1323,8 +1323,8 @@ export declare const cxLogContract: {
1323
1323
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1324
1324
  id: string;
1325
1325
  metadata: {
1326
- id: string;
1327
1326
  name: string;
1327
+ id: string;
1328
1328
  picture?: string | undefined;
1329
1329
  additionalCredentials?: any;
1330
1330
  };
@@ -1357,8 +1357,8 @@ export declare const cxLogContract: {
1357
1357
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1358
1358
  id: string;
1359
1359
  metadata: {
1360
- id: string;
1361
1360
  name: string;
1361
+ id: string;
1362
1362
  picture?: string | undefined;
1363
1363
  additionalCredentials?: any;
1364
1364
  };
@@ -1366,10 +1366,10 @@ export declare const cxLogContract: {
1366
1366
  updatedAt: Date;
1367
1367
  deletedAt: Date | null;
1368
1368
  contact: {
1369
+ name: string;
1369
1370
  id: string;
1370
1371
  channel: string | null;
1371
1372
  address: string | null;
1372
- name: string;
1373
1373
  createdAt: Date;
1374
1374
  updatedAt: Date;
1375
1375
  deletedAt: Date | null;
@@ -1414,8 +1414,8 @@ export declare const cxLogContract: {
1414
1414
  createdAt: Date;
1415
1415
  updatedAt: Date;
1416
1416
  deletedAt: Date | null;
1417
- address?: string | null | undefined;
1418
1417
  name?: string | undefined;
1418
+ address?: string | null | undefined;
1419
1419
  phone?: string | null | undefined;
1420
1420
  industry?: string | null | undefined;
1421
1421
  } | null;
@@ -1423,8 +1423,8 @@ export declare const cxLogContract: {
1423
1423
  contactProfile: string | null;
1424
1424
  socialProfileUrl: string | null;
1425
1425
  tags: {
1426
- id: string;
1427
1426
  name: string;
1427
+ id: string;
1428
1428
  createdAt: Date;
1429
1429
  updatedAt: Date;
1430
1430
  deletedAt: Date | null;
@@ -1449,8 +1449,8 @@ export declare const cxLogContract: {
1449
1449
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
1450
1450
  id: string;
1451
1451
  metadata: {
1452
- id: string;
1453
1452
  name: string;
1453
+ id: string;
1454
1454
  picture?: string | undefined;
1455
1455
  additionalCredentials?: any;
1456
1456
  };
@@ -1598,9 +1598,9 @@ export declare const cxLogContract: {
1598
1598
  telephonySignature: string | null;
1599
1599
  }>;
1600
1600
  }, "strip", z.ZodTypeAny, {
1601
+ name: string;
1601
1602
  id: string;
1602
1603
  address: string | null;
1603
- name: string;
1604
1604
  email: string;
1605
1605
  createdAt: Date;
1606
1606
  updatedAt: Date;
@@ -1641,9 +1641,9 @@ export declare const cxLogContract: {
1641
1641
  telephonySignature: string | null;
1642
1642
  };
1643
1643
  }, {
1644
+ name: string;
1644
1645
  id: string;
1645
1646
  address: string | null;
1646
- name: string;
1647
1647
  email: string;
1648
1648
  createdAt: Date;
1649
1649
  updatedAt: Date;
@@ -1802,9 +1802,9 @@ export declare const cxLogContract: {
1802
1802
  telephonySignature: string | null;
1803
1803
  }>;
1804
1804
  }, "strip", z.ZodTypeAny, {
1805
+ name: string;
1805
1806
  id: string;
1806
1807
  address: string | null;
1807
- name: string;
1808
1808
  email: string;
1809
1809
  createdAt: Date;
1810
1810
  updatedAt: Date;
@@ -1845,9 +1845,9 @@ export declare const cxLogContract: {
1845
1845
  telephonySignature: string | null;
1846
1846
  };
1847
1847
  }, {
1848
+ name: string;
1848
1849
  id: string;
1849
1850
  address: string | null;
1850
- name: string;
1851
1851
  email: string;
1852
1852
  createdAt: Date;
1853
1853
  updatedAt: Date;
@@ -1902,45 +1902,93 @@ export declare const cxLogContract: {
1902
1902
  channelSecret: z.ZodOptional<z.ZodString>;
1903
1903
  additionalCredentials: z.ZodOptional<z.ZodAny>;
1904
1904
  senderId: z.ZodOptional<z.ZodString>;
1905
+ whatsapp: z.ZodOptional<z.ZodObject<{
1906
+ wabaBusinessId: z.ZodOptional<z.ZodString>;
1907
+ wabaExternalId: z.ZodString;
1908
+ phoneNumberId: z.ZodString;
1909
+ email: z.ZodString;
1910
+ clientId: z.ZodOptional<z.ZodString>;
1911
+ channelId: z.ZodOptional<z.ZodString>;
1912
+ status: z.ZodOptional<z.ZodEnum<["pending", "active"]>>;
1913
+ apiKey: z.ZodOptional<z.ZodString>;
1914
+ }, "strip", z.ZodTypeAny, {
1915
+ email: string;
1916
+ wabaExternalId: string;
1917
+ phoneNumberId: string;
1918
+ wabaBusinessId?: string | undefined;
1919
+ clientId?: string | undefined;
1920
+ channelId?: string | undefined;
1921
+ status?: "active" | "pending" | undefined;
1922
+ apiKey?: string | undefined;
1923
+ }, {
1924
+ email: string;
1925
+ wabaExternalId: string;
1926
+ phoneNumberId: string;
1927
+ wabaBusinessId?: string | undefined;
1928
+ clientId?: string | undefined;
1929
+ channelId?: string | undefined;
1930
+ status?: "active" | "pending" | undefined;
1931
+ apiKey?: string | undefined;
1932
+ }>>;
1905
1933
  vonageCredentials: z.ZodOptional<z.ZodObject<{
1906
1934
  mobileNumber: z.ZodString;
1907
1935
  apiKey: z.ZodString;
1908
1936
  apiSecret: z.ZodString;
1909
1937
  }, "strip", z.ZodTypeAny, {
1910
- mobileNumber: string;
1911
1938
  apiKey: string;
1939
+ mobileNumber: string;
1912
1940
  apiSecret: string;
1913
1941
  }, {
1914
- mobileNumber: string;
1915
1942
  apiKey: string;
1943
+ mobileNumber: string;
1916
1944
  apiSecret: string;
1917
1945
  }>>;
1918
1946
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1919
1947
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
1920
1948
  }, "strip", z.ZodTypeAny, {
1921
- id: string;
1922
1949
  name: string;
1950
+ id: string;
1923
1951
  accessToken?: string | undefined;
1924
1952
  channelSecret?: string | undefined;
1925
1953
  additionalCredentials?: any;
1926
1954
  senderId?: string | undefined;
1955
+ whatsapp?: {
1956
+ email: string;
1957
+ wabaExternalId: string;
1958
+ phoneNumberId: string;
1959
+ wabaBusinessId?: string | undefined;
1960
+ clientId?: string | undefined;
1961
+ channelId?: string | undefined;
1962
+ status?: "active" | "pending" | undefined;
1963
+ apiKey?: string | undefined;
1964
+ } | undefined;
1927
1965
  vonageCredentials?: {
1928
- mobileNumber: string;
1929
1966
  apiKey: string;
1967
+ mobileNumber: string;
1930
1968
  apiSecret: string;
1931
1969
  } | undefined;
1932
1970
  lineRichMenuId?: string | null | undefined;
1933
1971
  messengerIntegrationType?: "own" | "business" | undefined;
1934
1972
  }, {
1935
- id: string;
1936
1973
  name: string;
1974
+ id: string;
1937
1975
  accessToken?: string | undefined;
1938
1976
  channelSecret?: string | undefined;
1939
1977
  additionalCredentials?: any;
1940
1978
  senderId?: string | undefined;
1979
+ whatsapp?: {
1980
+ email: string;
1981
+ wabaExternalId: string;
1982
+ phoneNumberId: string;
1983
+ wabaBusinessId?: string | undefined;
1984
+ clientId?: string | undefined;
1985
+ channelId?: string | undefined;
1986
+ status?: "active" | "pending" | undefined;
1987
+ apiKey?: string | undefined;
1988
+ } | undefined;
1941
1989
  vonageCredentials?: {
1942
- mobileNumber: string;
1943
1990
  apiKey: string;
1991
+ mobileNumber: string;
1944
1992
  apiSecret: string;
1945
1993
  } | undefined;
1946
1994
  lineRichMenuId?: string | null | undefined;
@@ -1959,14 +2007,14 @@ export declare const cxLogContract: {
1959
2007
  integrationId: z.ZodString;
1960
2008
  accessToken: z.ZodString;
1961
2009
  }, "strip", z.ZodTypeAny, {
1962
- id: string;
1963
2010
  name: string;
2011
+ id: string;
1964
2012
  accessToken: string;
1965
2013
  botId: string;
1966
2014
  integrationId: string;
1967
2015
  }, {
1968
- id: string;
1969
2016
  name: string;
2017
+ id: string;
1970
2018
  accessToken: string;
1971
2019
  botId: string;
1972
2020
  integrationId: string;
@@ -2089,9 +2137,9 @@ export declare const cxLogContract: {
2089
2137
  telephonySignature: string | null;
2090
2138
  }>;
2091
2139
  }, "strip", z.ZodTypeAny, {
2140
+ name: string;
2092
2141
  id: string;
2093
2142
  address: string | null;
2094
- name: string;
2095
2143
  email: string;
2096
2144
  createdAt: Date;
2097
2145
  updatedAt: Date;
@@ -2132,9 +2180,9 @@ export declare const cxLogContract: {
2132
2180
  telephonySignature: string | null;
2133
2181
  };
2134
2182
  }, {
2183
+ name: string;
2135
2184
  id: string;
2136
2185
  address: string | null;
2137
- name: string;
2138
2186
  email: string;
2139
2187
  createdAt: Date;
2140
2188
  updatedAt: Date;
@@ -2176,19 +2224,29 @@ export declare const cxLogContract: {
2176
2224
  };
2177
2225
  }>;
2178
2226
  }, "strip", z.ZodTypeAny, {
2227
+ name: string;
2179
2228
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2180
2229
  id: string;
2181
- name: string;
2182
2230
  metadata: {
2183
- id: string;
2184
2231
  name: string;
2232
+ id: string;
2185
2233
  accessToken?: string | undefined;
2186
2234
  channelSecret?: string | undefined;
2187
2235
  additionalCredentials?: any;
2188
2236
  senderId?: string | undefined;
2237
+ whatsapp?: {
2238
+ email: string;
2239
+ wabaExternalId: string;
2240
+ phoneNumberId: string;
2241
+ wabaBusinessId?: string | undefined;
2242
+ clientId?: string | undefined;
2243
+ channelId?: string | undefined;
2244
+ status?: "active" | "pending" | undefined;
2245
+ apiKey?: string | undefined;
2246
+ } | undefined;
2189
2247
  vonageCredentials?: {
2190
- mobileNumber: string;
2191
2248
  apiKey: string;
2249
+ mobileNumber: string;
2192
2250
  apiSecret: string;
2193
2251
  } | undefined;
2194
2252
  lineRichMenuId?: string | null | undefined;
@@ -2199,9 +2257,9 @@ export declare const cxLogContract: {
2199
2257
  updatedAt: Date;
2200
2258
  deletedAt: Date | null;
2201
2259
  actor: {
2260
+ name: string;
2202
2261
  id: string;
2203
2262
  address: string | null;
2204
- name: string;
2205
2263
  email: string;
2206
2264
  createdAt: Date;
2207
2265
  updatedAt: Date;
@@ -2248,26 +2306,36 @@ export declare const cxLogContract: {
2248
2306
  connectedUserName: string;
2249
2307
  connectedUserId: string;
2250
2308
  botpressBot: {
2251
- id: string;
2252
2309
  name: string;
2310
+ id: string;
2253
2311
  accessToken: string;
2254
2312
  botId: string;
2255
2313
  integrationId: string;
2256
2314
  } | null;
2257
2315
  }, {
2316
+ name: string;
2258
2317
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2259
2318
  id: string;
2260
- name: string;
2261
2319
  metadata: {
2262
- id: string;
2263
2320
  name: string;
2321
+ id: string;
2264
2322
  accessToken?: string | undefined;
2265
2323
  channelSecret?: string | undefined;
2266
2324
  additionalCredentials?: any;
2267
2325
  senderId?: string | undefined;
2326
+ whatsapp?: {
2327
+ email: string;
2328
+ wabaExternalId: string;
2329
+ phoneNumberId: string;
2330
+ wabaBusinessId?: string | undefined;
2331
+ clientId?: string | undefined;
2332
+ channelId?: string | undefined;
2333
+ status?: "active" | "pending" | undefined;
2334
+ apiKey?: string | undefined;
2335
+ } | undefined;
2268
2336
  vonageCredentials?: {
2269
- mobileNumber: string;
2270
2337
  apiKey: string;
2338
+ mobileNumber: string;
2271
2339
  apiSecret: string;
2272
2340
  } | undefined;
2273
2341
  lineRichMenuId?: string | null | undefined;
@@ -2278,9 +2346,9 @@ export declare const cxLogContract: {
2278
2346
  updatedAt: Date;
2279
2347
  deletedAt: Date | null;
2280
2348
  actor: {
2349
+ name: string;
2281
2350
  id: string;
2282
2351
  address: string | null;
2283
- name: string;
2284
2352
  email: string;
2285
2353
  createdAt: Date;
2286
2354
  updatedAt: Date;
@@ -2327,8 +2395,8 @@ export declare const cxLogContract: {
2327
2395
  connectedUserName: string;
2328
2396
  connectedUserId: string;
2329
2397
  botpressBot: {
2330
- id: string;
2331
2398
  name: string;
2399
+ id: string;
2332
2400
  accessToken: string;
2333
2401
  botId: string;
2334
2402
  integrationId: string;
@@ -2337,19 +2405,29 @@ export declare const cxLogContract: {
2337
2405
  }, "strip", z.ZodTypeAny, {
2338
2406
  id: string;
2339
2407
  channel: {
2408
+ name: string;
2340
2409
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2341
2410
  id: string;
2342
- name: string;
2343
2411
  metadata: {
2344
- id: string;
2345
2412
  name: string;
2413
+ id: string;
2346
2414
  accessToken?: string | undefined;
2347
2415
  channelSecret?: string | undefined;
2348
2416
  additionalCredentials?: any;
2349
2417
  senderId?: string | undefined;
2418
+ whatsapp?: {
2419
+ email: string;
2420
+ wabaExternalId: string;
2421
+ phoneNumberId: string;
2422
+ wabaBusinessId?: string | undefined;
2423
+ clientId?: string | undefined;
2424
+ channelId?: string | undefined;
2425
+ status?: "active" | "pending" | undefined;
2426
+ apiKey?: string | undefined;
2427
+ } | undefined;
2350
2428
  vonageCredentials?: {
2351
- mobileNumber: string;
2352
2429
  apiKey: string;
2430
+ mobileNumber: string;
2353
2431
  apiSecret: string;
2354
2432
  } | undefined;
2355
2433
  lineRichMenuId?: string | null | undefined;
@@ -2360,9 +2438,9 @@ export declare const cxLogContract: {
2360
2438
  updatedAt: Date;
2361
2439
  deletedAt: Date | null;
2362
2440
  actor: {
2441
+ name: string;
2363
2442
  id: string;
2364
2443
  address: string | null;
2365
- name: string;
2366
2444
  email: string;
2367
2445
  createdAt: Date;
2368
2446
  updatedAt: Date;
@@ -2409,8 +2487,8 @@ export declare const cxLogContract: {
2409
2487
  connectedUserName: string;
2410
2488
  connectedUserId: string;
2411
2489
  botpressBot: {
2412
- id: string;
2413
2490
  name: string;
2491
+ id: string;
2414
2492
  accessToken: string;
2415
2493
  botId: string;
2416
2494
  integrationId: string;
@@ -2421,9 +2499,9 @@ export declare const cxLogContract: {
2421
2499
  updatedAt: Date;
2422
2500
  deletedAt: Date | null;
2423
2501
  actor: {
2502
+ name: string;
2424
2503
  id: string;
2425
2504
  address: string | null;
2426
- name: string;
2427
2505
  email: string;
2428
2506
  createdAt: Date;
2429
2507
  updatedAt: Date;
@@ -2475,8 +2553,8 @@ export declare const cxLogContract: {
2475
2553
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2476
2554
  id: string;
2477
2555
  metadata: {
2478
- id: string;
2479
2556
  name: string;
2557
+ id: string;
2480
2558
  picture?: string | undefined;
2481
2559
  additionalCredentials?: any;
2482
2560
  };
@@ -2484,10 +2562,10 @@ export declare const cxLogContract: {
2484
2562
  updatedAt: Date;
2485
2563
  deletedAt: Date | null;
2486
2564
  contact: {
2565
+ name: string;
2487
2566
  id: string;
2488
2567
  channel: string | null;
2489
2568
  address: string | null;
2490
- name: string;
2491
2569
  createdAt: Date;
2492
2570
  updatedAt: Date;
2493
2571
  deletedAt: Date | null;
@@ -2532,8 +2610,8 @@ export declare const cxLogContract: {
2532
2610
  createdAt: Date;
2533
2611
  updatedAt: Date;
2534
2612
  deletedAt: Date | null;
2535
- address?: string | null | undefined;
2536
2613
  name?: string | undefined;
2614
+ address?: string | null | undefined;
2537
2615
  phone?: string | null | undefined;
2538
2616
  industry?: string | null | undefined;
2539
2617
  } | null;
@@ -2541,8 +2619,8 @@ export declare const cxLogContract: {
2541
2619
  contactProfile: string | null;
2542
2620
  socialProfileUrl: string | null;
2543
2621
  tags: {
2544
- id: string;
2545
2622
  name: string;
2623
+ id: string;
2546
2624
  createdAt: Date;
2547
2625
  updatedAt: Date;
2548
2626
  deletedAt: Date | null;
@@ -2567,8 +2645,8 @@ export declare const cxLogContract: {
2567
2645
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2568
2646
  id: string;
2569
2647
  metadata: {
2570
- id: string;
2571
2648
  name: string;
2649
+ id: string;
2572
2650
  picture?: string | undefined;
2573
2651
  additionalCredentials?: any;
2574
2652
  };
@@ -2599,9 +2677,9 @@ export declare const cxLogContract: {
2599
2677
  socialPlatformId: string;
2600
2678
  };
2601
2679
  assignee: {
2680
+ name: string;
2602
2681
  id: string;
2603
2682
  address: string | null;
2604
- name: string;
2605
2683
  email: string;
2606
2684
  createdAt: Date;
2607
2685
  updatedAt: Date;
@@ -2645,19 +2723,29 @@ export declare const cxLogContract: {
2645
2723
  }, {
2646
2724
  id: string;
2647
2725
  channel: {
2726
+ name: string;
2648
2727
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2649
2728
  id: string;
2650
- name: string;
2651
2729
  metadata: {
2652
- id: string;
2653
2730
  name: string;
2731
+ id: string;
2654
2732
  accessToken?: string | undefined;
2655
2733
  channelSecret?: string | undefined;
2656
2734
  additionalCredentials?: any;
2657
2735
  senderId?: string | undefined;
2736
+ whatsapp?: {
2737
+ email: string;
2738
+ wabaExternalId: string;
2739
+ phoneNumberId: string;
2740
+ wabaBusinessId?: string | undefined;
2741
+ clientId?: string | undefined;
2742
+ channelId?: string | undefined;
2743
+ status?: "active" | "pending" | undefined;
2744
+ apiKey?: string | undefined;
2745
+ } | undefined;
2658
2746
  vonageCredentials?: {
2659
- mobileNumber: string;
2660
2747
  apiKey: string;
2748
+ mobileNumber: string;
2661
2749
  apiSecret: string;
2662
2750
  } | undefined;
2663
2751
  lineRichMenuId?: string | null | undefined;
@@ -2668,9 +2756,9 @@ export declare const cxLogContract: {
2668
2756
  updatedAt: Date;
2669
2757
  deletedAt: Date | null;
2670
2758
  actor: {
2759
+ name: string;
2671
2760
  id: string;
2672
2761
  address: string | null;
2673
- name: string;
2674
2762
  email: string;
2675
2763
  createdAt: Date;
2676
2764
  updatedAt: Date;
@@ -2717,8 +2805,8 @@ export declare const cxLogContract: {
2717
2805
  connectedUserName: string;
2718
2806
  connectedUserId: string;
2719
2807
  botpressBot: {
2720
- id: string;
2721
2808
  name: string;
2809
+ id: string;
2722
2810
  accessToken: string;
2723
2811
  botId: string;
2724
2812
  integrationId: string;
@@ -2729,9 +2817,9 @@ export declare const cxLogContract: {
2729
2817
  updatedAt: Date;
2730
2818
  deletedAt: Date | null;
2731
2819
  actor: {
2820
+ name: string;
2732
2821
  id: string;
2733
2822
  address: string | null;
2734
- name: string;
2735
2823
  email: string;
2736
2824
  createdAt: Date;
2737
2825
  updatedAt: Date;
@@ -2783,8 +2871,8 @@ export declare const cxLogContract: {
2783
2871
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2784
2872
  id: string;
2785
2873
  metadata: {
2786
- id: string;
2787
2874
  name: string;
2875
+ id: string;
2788
2876
  picture?: string | undefined;
2789
2877
  additionalCredentials?: any;
2790
2878
  };
@@ -2792,10 +2880,10 @@ export declare const cxLogContract: {
2792
2880
  updatedAt: Date;
2793
2881
  deletedAt: Date | null;
2794
2882
  contact: {
2883
+ name: string;
2795
2884
  id: string;
2796
2885
  channel: string | null;
2797
2886
  address: string | null;
2798
- name: string;
2799
2887
  createdAt: Date;
2800
2888
  updatedAt: Date;
2801
2889
  deletedAt: Date | null;
@@ -2840,8 +2928,8 @@ export declare const cxLogContract: {
2840
2928
  createdAt: Date;
2841
2929
  updatedAt: Date;
2842
2930
  deletedAt: Date | null;
2843
- address?: string | null | undefined;
2844
2931
  name?: string | undefined;
2932
+ address?: string | null | undefined;
2845
2933
  phone?: string | null | undefined;
2846
2934
  industry?: string | null | undefined;
2847
2935
  } | null;
@@ -2849,8 +2937,8 @@ export declare const cxLogContract: {
2849
2937
  contactProfile: string | null;
2850
2938
  socialProfileUrl: string | null;
2851
2939
  tags: {
2852
- id: string;
2853
2940
  name: string;
2941
+ id: string;
2854
2942
  createdAt: Date;
2855
2943
  updatedAt: Date;
2856
2944
  deletedAt: Date | null;
@@ -2875,8 +2963,8 @@ export declare const cxLogContract: {
2875
2963
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
2876
2964
  id: string;
2877
2965
  metadata: {
2878
- id: string;
2879
2966
  name: string;
2967
+ id: string;
2880
2968
  picture?: string | undefined;
2881
2969
  additionalCredentials?: any;
2882
2970
  };
@@ -2907,9 +2995,9 @@ export declare const cxLogContract: {
2907
2995
  socialPlatformId: string;
2908
2996
  };
2909
2997
  assignee: {
2998
+ name: string;
2910
2999
  id: string;
2911
3000
  address: string | null;
2912
- name: string;
2913
3001
  email: string;
2914
3002
  createdAt: Date;
2915
3003
  updatedAt: Date;
@@ -2982,14 +3070,14 @@ export declare const cxLogContract: {
2982
3070
  deletedAt: z.ZodNullable<z.ZodDate>;
2983
3071
  name: z.ZodString;
2984
3072
  }, "strip", z.ZodTypeAny, {
2985
- id: string;
2986
3073
  name: string;
3074
+ id: string;
2987
3075
  createdAt: Date;
2988
3076
  updatedAt: Date;
2989
3077
  deletedAt: Date | null;
2990
3078
  }, {
2991
- id: string;
2992
3079
  name: string;
3080
+ id: string;
2993
3081
  createdAt: Date;
2994
3082
  updatedAt: Date;
2995
3083
  deletedAt: Date | null;
@@ -3145,8 +3233,8 @@ export declare const cxLogContract: {
3145
3233
  createdAt: Date;
3146
3234
  updatedAt: Date;
3147
3235
  deletedAt: Date | null;
3148
- address?: string | null | undefined;
3149
3236
  name?: string | undefined;
3237
+ address?: string | null | undefined;
3150
3238
  phone?: string | null | undefined;
3151
3239
  industry?: string | null | undefined;
3152
3240
  }, {
@@ -3154,8 +3242,8 @@ export declare const cxLogContract: {
3154
3242
  createdAt: Date;
3155
3243
  updatedAt: Date;
3156
3244
  deletedAt: Date | null;
3157
- address?: string | null | undefined;
3158
3245
  name?: string | undefined;
3246
+ address?: string | null | undefined;
3159
3247
  phone?: string | null | undefined;
3160
3248
  industry?: string | null | undefined;
3161
3249
  }>>;
@@ -3173,13 +3261,13 @@ export declare const cxLogContract: {
3173
3261
  picture: z.ZodOptional<z.ZodString>;
3174
3262
  additionalCredentials: z.ZodAny;
3175
3263
  }, "strip", z.ZodTypeAny, {
3176
- id: string;
3177
3264
  name: string;
3265
+ id: string;
3178
3266
  picture?: string | undefined;
3179
3267
  additionalCredentials?: any;
3180
3268
  }, {
3181
- id: string;
3182
3269
  name: string;
3270
+ id: string;
3183
3271
  picture?: string | undefined;
3184
3272
  additionalCredentials?: any;
3185
3273
  }>;
@@ -3187,8 +3275,8 @@ export declare const cxLogContract: {
3187
3275
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3188
3276
  id: string;
3189
3277
  metadata: {
3190
- id: string;
3191
3278
  name: string;
3279
+ id: string;
3192
3280
  picture?: string | undefined;
3193
3281
  additionalCredentials?: any;
3194
3282
  };
@@ -3201,8 +3289,8 @@ export declare const cxLogContract: {
3201
3289
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3202
3290
  id: string;
3203
3291
  metadata: {
3204
- id: string;
3205
3292
  name: string;
3293
+ id: string;
3206
3294
  picture?: string | undefined;
3207
3295
  additionalCredentials?: any;
3208
3296
  };
@@ -3512,10 +3600,10 @@ export declare const cxLogContract: {
3512
3600
  };
3513
3601
  }>, "many">>;
3514
3602
  }, "strip", z.ZodTypeAny, {
3603
+ name: string;
3515
3604
  id: string;
3516
3605
  channel: string | null;
3517
3606
  address: string | null;
3518
- name: string;
3519
3607
  createdAt: Date;
3520
3608
  updatedAt: Date;
3521
3609
  deletedAt: Date | null;
@@ -3560,8 +3648,8 @@ export declare const cxLogContract: {
3560
3648
  createdAt: Date;
3561
3649
  updatedAt: Date;
3562
3650
  deletedAt: Date | null;
3563
- address?: string | null | undefined;
3564
3651
  name?: string | undefined;
3652
+ address?: string | null | undefined;
3565
3653
  phone?: string | null | undefined;
3566
3654
  industry?: string | null | undefined;
3567
3655
  } | null;
@@ -3569,8 +3657,8 @@ export declare const cxLogContract: {
3569
3657
  contactProfile: string | null;
3570
3658
  socialProfileUrl: string | null;
3571
3659
  tags: {
3572
- id: string;
3573
3660
  name: string;
3661
+ id: string;
3574
3662
  createdAt: Date;
3575
3663
  updatedAt: Date;
3576
3664
  deletedAt: Date | null;
@@ -3595,8 +3683,8 @@ export declare const cxLogContract: {
3595
3683
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3596
3684
  id: string;
3597
3685
  metadata: {
3598
- id: string;
3599
3686
  name: string;
3687
+ id: string;
3600
3688
  picture?: string | undefined;
3601
3689
  additionalCredentials?: any;
3602
3690
  };
@@ -3623,10 +3711,10 @@ export declare const cxLogContract: {
3623
3711
  };
3624
3712
  }[] | undefined;
3625
3713
  }, {
3714
+ name: string;
3626
3715
  id: string;
3627
3716
  channel: string | null;
3628
3717
  address: string | null;
3629
- name: string;
3630
3718
  createdAt: Date;
3631
3719
  updatedAt: Date;
3632
3720
  deletedAt: Date | null;
@@ -3671,8 +3759,8 @@ export declare const cxLogContract: {
3671
3759
  createdAt: Date;
3672
3760
  updatedAt: Date;
3673
3761
  deletedAt: Date | null;
3674
- address?: string | null | undefined;
3675
3762
  name?: string | undefined;
3763
+ address?: string | null | undefined;
3676
3764
  phone?: string | null | undefined;
3677
3765
  industry?: string | null | undefined;
3678
3766
  } | null;
@@ -3680,8 +3768,8 @@ export declare const cxLogContract: {
3680
3768
  contactProfile: string | null;
3681
3769
  socialProfileUrl: string | null;
3682
3770
  tags: {
3683
- id: string;
3684
3771
  name: string;
3772
+ id: string;
3685
3773
  createdAt: Date;
3686
3774
  updatedAt: Date;
3687
3775
  deletedAt: Date | null;
@@ -3706,8 +3794,8 @@ export declare const cxLogContract: {
3706
3794
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
3707
3795
  id: string;
3708
3796
  metadata: {
3709
- id: string;
3710
3797
  name: string;
3798
+ id: string;
3711
3799
  picture?: string | undefined;
3712
3800
  additionalCredentials?: any;
3713
3801
  };
@@ -3925,9 +4013,9 @@ export declare const cxLogContract: {
3925
4013
  telephonySignature: string | null;
3926
4014
  }>;
3927
4015
  }, "roles" | "extension">, "strip", z.ZodTypeAny, {
4016
+ name: string;
3928
4017
  id: string;
3929
4018
  address: string | null;
3930
- name: string;
3931
4019
  email: string;
3932
4020
  createdAt: Date;
3933
4021
  updatedAt: Date;
@@ -3937,9 +4025,9 @@ export declare const cxLogContract: {
3937
4025
  phone: string | null;
3938
4026
  notificationCount: number | null;
3939
4027
  }, {
4028
+ name: string;
3940
4029
  id: string;
3941
4030
  address: string | null;
3942
- name: string;
3943
4031
  email: string;
3944
4032
  createdAt: Date;
3945
4033
  updatedAt: Date;
@@ -3962,9 +4050,9 @@ export declare const cxLogContract: {
3962
4050
  }, "strip", z.ZodTypeAny, {
3963
4051
  id: string;
3964
4052
  user: {
4053
+ name: string;
3965
4054
  id: string;
3966
4055
  address: string | null;
3967
- name: string;
3968
4056
  email: string;
3969
4057
  createdAt: Date;
3970
4058
  updatedAt: Date;
@@ -3987,9 +4075,9 @@ export declare const cxLogContract: {
3987
4075
  }, {
3988
4076
  id: string;
3989
4077
  user: {
4078
+ name: string;
3990
4079
  id: string;
3991
4080
  address: string | null;
3992
- name: string;
3993
4081
  email: string;
3994
4082
  createdAt: Date;
3995
4083
  updatedAt: Date;
@@ -4130,9 +4218,9 @@ export declare const cxLogContract: {
4130
4218
  telephonySignature: string | null;
4131
4219
  }>;
4132
4220
  }, "roles" | "extension">, "strip", z.ZodTypeAny, {
4221
+ name: string;
4133
4222
  id: string;
4134
4223
  address: string | null;
4135
- name: string;
4136
4224
  email: string;
4137
4225
  createdAt: Date;
4138
4226
  updatedAt: Date;
@@ -4142,9 +4230,9 @@ export declare const cxLogContract: {
4142
4230
  phone: string | null;
4143
4231
  notificationCount: number | null;
4144
4232
  }, {
4233
+ name: string;
4145
4234
  id: string;
4146
4235
  address: string | null;
4147
- name: string;
4148
4236
  email: string;
4149
4237
  createdAt: Date;
4150
4238
  updatedAt: Date;
@@ -4167,9 +4255,9 @@ export declare const cxLogContract: {
4167
4255
  }, "strip", z.ZodTypeAny, {
4168
4256
  id: string;
4169
4257
  user: {
4258
+ name: string;
4170
4259
  id: string;
4171
4260
  address: string | null;
4172
- name: string;
4173
4261
  email: string;
4174
4262
  createdAt: Date;
4175
4263
  updatedAt: Date;
@@ -4192,9 +4280,9 @@ export declare const cxLogContract: {
4192
4280
  }, {
4193
4281
  id: string;
4194
4282
  user: {
4283
+ name: string;
4195
4284
  id: string;
4196
4285
  address: string | null;
4197
- name: string;
4198
4286
  email: string;
4199
4287
  createdAt: Date;
4200
4288
  updatedAt: Date;
@@ -4219,9 +4307,9 @@ export declare const cxLogContract: {
4219
4307
  callTo?: {
4220
4308
  id: string;
4221
4309
  user: {
4310
+ name: string;
4222
4311
  id: string;
4223
4312
  address: string | null;
4224
- name: string;
4225
4313
  email: string;
4226
4314
  createdAt: Date;
4227
4315
  updatedAt: Date;
@@ -4245,9 +4333,9 @@ export declare const cxLogContract: {
4245
4333
  callFrom?: {
4246
4334
  id: string;
4247
4335
  user: {
4336
+ name: string;
4248
4337
  id: string;
4249
4338
  address: string | null;
4250
- name: string;
4251
4339
  email: string;
4252
4340
  createdAt: Date;
4253
4341
  updatedAt: Date;
@@ -4272,9 +4360,9 @@ export declare const cxLogContract: {
4272
4360
  callTo?: {
4273
4361
  id: string;
4274
4362
  user: {
4363
+ name: string;
4275
4364
  id: string;
4276
4365
  address: string | null;
4277
- name: string;
4278
4366
  email: string;
4279
4367
  createdAt: Date;
4280
4368
  updatedAt: Date;
@@ -4298,9 +4386,9 @@ export declare const cxLogContract: {
4298
4386
  callFrom?: {
4299
4387
  id: string;
4300
4388
  user: {
4389
+ name: string;
4301
4390
  id: string;
4302
4391
  address: string | null;
4303
- name: string;
4304
4392
  email: string;
4305
4393
  createdAt: Date;
4306
4394
  updatedAt: Date;
@@ -4454,9 +4542,9 @@ export declare const cxLogContract: {
4454
4542
  telephonySignature: string | null;
4455
4543
  }>;
4456
4544
  }, "strip", z.ZodTypeAny, {
4545
+ name: string;
4457
4546
  id: string;
4458
4547
  address: string | null;
4459
- name: string;
4460
4548
  email: string;
4461
4549
  createdAt: Date;
4462
4550
  updatedAt: Date;
@@ -4497,9 +4585,9 @@ export declare const cxLogContract: {
4497
4585
  telephonySignature: string | null;
4498
4586
  };
4499
4587
  }, {
4588
+ name: string;
4500
4589
  id: string;
4501
4590
  address: string | null;
4502
- name: string;
4503
4591
  email: string;
4504
4592
  createdAt: Date;
4505
4593
  updatedAt: Date;
@@ -4553,9 +4641,9 @@ export declare const cxLogContract: {
4553
4641
  extensionName: string;
4554
4642
  telephonySignature: string | null;
4555
4643
  user?: {
4644
+ name: string;
4556
4645
  id: string;
4557
4646
  address: string | null;
4558
- name: string;
4559
4647
  email: string;
4560
4648
  createdAt: Date;
4561
4649
  updatedAt: Date;
@@ -4609,9 +4697,9 @@ export declare const cxLogContract: {
4609
4697
  extensionName: string;
4610
4698
  telephonySignature: string | null;
4611
4699
  user?: {
4700
+ name: string;
4612
4701
  id: string;
4613
4702
  address: string | null;
4614
- name: string;
4615
4703
  email: string;
4616
4704
  createdAt: Date;
4617
4705
  updatedAt: Date;
@@ -4681,9 +4769,9 @@ export declare const cxLogContract: {
4681
4769
  callTo?: {
4682
4770
  id: string;
4683
4771
  user: {
4772
+ name: string;
4684
4773
  id: string;
4685
4774
  address: string | null;
4686
- name: string;
4687
4775
  email: string;
4688
4776
  createdAt: Date;
4689
4777
  updatedAt: Date;
@@ -4707,9 +4795,9 @@ export declare const cxLogContract: {
4707
4795
  callFrom?: {
4708
4796
  id: string;
4709
4797
  user: {
4798
+ name: string;
4710
4799
  id: string;
4711
4800
  address: string | null;
4712
- name: string;
4713
4801
  email: string;
4714
4802
  createdAt: Date;
4715
4803
  updatedAt: Date;
@@ -4735,10 +4823,10 @@ export declare const cxLogContract: {
4735
4823
  telephonyQueueId: string | null;
4736
4824
  contactId: string | null;
4737
4825
  contact?: {
4826
+ name: string;
4738
4827
  id: string;
4739
4828
  channel: string | null;
4740
4829
  address: string | null;
4741
- name: string;
4742
4830
  createdAt: Date;
4743
4831
  updatedAt: Date;
4744
4832
  deletedAt: Date | null;
@@ -4783,8 +4871,8 @@ export declare const cxLogContract: {
4783
4871
  createdAt: Date;
4784
4872
  updatedAt: Date;
4785
4873
  deletedAt: Date | null;
4786
- address?: string | null | undefined;
4787
4874
  name?: string | undefined;
4875
+ address?: string | null | undefined;
4788
4876
  phone?: string | null | undefined;
4789
4877
  industry?: string | null | undefined;
4790
4878
  } | null;
@@ -4792,8 +4880,8 @@ export declare const cxLogContract: {
4792
4880
  contactProfile: string | null;
4793
4881
  socialProfileUrl: string | null;
4794
4882
  tags: {
4795
- id: string;
4796
4883
  name: string;
4884
+ id: string;
4797
4885
  createdAt: Date;
4798
4886
  updatedAt: Date;
4799
4887
  deletedAt: Date | null;
@@ -4818,8 +4906,8 @@ export declare const cxLogContract: {
4818
4906
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
4819
4907
  id: string;
4820
4908
  metadata: {
4821
- id: string;
4822
4909
  name: string;
4910
+ id: string;
4823
4911
  picture?: string | undefined;
4824
4912
  additionalCredentials?: any;
4825
4913
  };
@@ -4881,9 +4969,9 @@ export declare const cxLogContract: {
4881
4969
  extensionName: string;
4882
4970
  telephonySignature: string | null;
4883
4971
  user?: {
4972
+ name: string;
4884
4973
  id: string;
4885
4974
  address: string | null;
4886
- name: string;
4887
4975
  email: string;
4888
4976
  createdAt: Date;
4889
4977
  updatedAt: Date;
@@ -4951,9 +5039,9 @@ export declare const cxLogContract: {
4951
5039
  callTo?: {
4952
5040
  id: string;
4953
5041
  user: {
5042
+ name: string;
4954
5043
  id: string;
4955
5044
  address: string | null;
4956
- name: string;
4957
5045
  email: string;
4958
5046
  createdAt: Date;
4959
5047
  updatedAt: Date;
@@ -4977,9 +5065,9 @@ export declare const cxLogContract: {
4977
5065
  callFrom?: {
4978
5066
  id: string;
4979
5067
  user: {
5068
+ name: string;
4980
5069
  id: string;
4981
5070
  address: string | null;
4982
- name: string;
4983
5071
  email: string;
4984
5072
  createdAt: Date;
4985
5073
  updatedAt: Date;
@@ -5005,10 +5093,10 @@ export declare const cxLogContract: {
5005
5093
  telephonyQueueId: string | null;
5006
5094
  contactId: string | null;
5007
5095
  contact?: {
5096
+ name: string;
5008
5097
  id: string;
5009
5098
  channel: string | null;
5010
5099
  address: string | null;
5011
- name: string;
5012
5100
  createdAt: Date;
5013
5101
  updatedAt: Date;
5014
5102
  deletedAt: Date | null;
@@ -5053,8 +5141,8 @@ export declare const cxLogContract: {
5053
5141
  createdAt: Date;
5054
5142
  updatedAt: Date;
5055
5143
  deletedAt: Date | null;
5056
- address?: string | null | undefined;
5057
5144
  name?: string | undefined;
5145
+ address?: string | null | undefined;
5058
5146
  phone?: string | null | undefined;
5059
5147
  industry?: string | null | undefined;
5060
5148
  } | null;
@@ -5062,8 +5150,8 @@ export declare const cxLogContract: {
5062
5150
  contactProfile: string | null;
5063
5151
  socialProfileUrl: string | null;
5064
5152
  tags: {
5065
- id: string;
5066
5153
  name: string;
5154
+ id: string;
5067
5155
  createdAt: Date;
5068
5156
  updatedAt: Date;
5069
5157
  deletedAt: Date | null;
@@ -5088,8 +5176,8 @@ export declare const cxLogContract: {
5088
5176
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5089
5177
  id: string;
5090
5178
  metadata: {
5091
- id: string;
5092
5179
  name: string;
5180
+ id: string;
5093
5181
  picture?: string | undefined;
5094
5182
  additionalCredentials?: any;
5095
5183
  };
@@ -5151,9 +5239,9 @@ export declare const cxLogContract: {
5151
5239
  extensionName: string;
5152
5240
  telephonySignature: string | null;
5153
5241
  user?: {
5242
+ name: string;
5154
5243
  id: string;
5155
5244
  address: string | null;
5156
- name: string;
5157
5245
  email: string;
5158
5246
  createdAt: Date;
5159
5247
  updatedAt: Date;
@@ -5221,14 +5309,14 @@ export declare const cxLogContract: {
5221
5309
  deletedAt: z.ZodNullable<z.ZodDate>;
5222
5310
  name: z.ZodString;
5223
5311
  }, "strip", z.ZodTypeAny, {
5224
- id: string;
5225
5312
  name: string;
5313
+ id: string;
5226
5314
  createdAt: Date;
5227
5315
  updatedAt: Date;
5228
5316
  deletedAt: Date | null;
5229
5317
  }, {
5230
- id: string;
5231
5318
  name: string;
5319
+ id: string;
5232
5320
  createdAt: Date;
5233
5321
  updatedAt: Date;
5234
5322
  deletedAt: Date | null;
@@ -5384,8 +5472,8 @@ export declare const cxLogContract: {
5384
5472
  createdAt: Date;
5385
5473
  updatedAt: Date;
5386
5474
  deletedAt: Date | null;
5387
- address?: string | null | undefined;
5388
5475
  name?: string | undefined;
5476
+ address?: string | null | undefined;
5389
5477
  phone?: string | null | undefined;
5390
5478
  industry?: string | null | undefined;
5391
5479
  }, {
@@ -5393,8 +5481,8 @@ export declare const cxLogContract: {
5393
5481
  createdAt: Date;
5394
5482
  updatedAt: Date;
5395
5483
  deletedAt: Date | null;
5396
- address?: string | null | undefined;
5397
5484
  name?: string | undefined;
5485
+ address?: string | null | undefined;
5398
5486
  phone?: string | null | undefined;
5399
5487
  industry?: string | null | undefined;
5400
5488
  }>>;
@@ -5412,13 +5500,13 @@ export declare const cxLogContract: {
5412
5500
  picture: z.ZodOptional<z.ZodString>;
5413
5501
  additionalCredentials: z.ZodAny;
5414
5502
  }, "strip", z.ZodTypeAny, {
5415
- id: string;
5416
5503
  name: string;
5504
+ id: string;
5417
5505
  picture?: string | undefined;
5418
5506
  additionalCredentials?: any;
5419
5507
  }, {
5420
- id: string;
5421
5508
  name: string;
5509
+ id: string;
5422
5510
  picture?: string | undefined;
5423
5511
  additionalCredentials?: any;
5424
5512
  }>;
@@ -5426,8 +5514,8 @@ export declare const cxLogContract: {
5426
5514
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5427
5515
  id: string;
5428
5516
  metadata: {
5429
- id: string;
5430
5517
  name: string;
5518
+ id: string;
5431
5519
  picture?: string | undefined;
5432
5520
  additionalCredentials?: any;
5433
5521
  };
@@ -5440,8 +5528,8 @@ export declare const cxLogContract: {
5440
5528
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5441
5529
  id: string;
5442
5530
  metadata: {
5443
- id: string;
5444
5531
  name: string;
5532
+ id: string;
5445
5533
  picture?: string | undefined;
5446
5534
  additionalCredentials?: any;
5447
5535
  };
@@ -5751,10 +5839,10 @@ export declare const cxLogContract: {
5751
5839
  };
5752
5840
  }>, "many">>;
5753
5841
  }, "strip", z.ZodTypeAny, {
5842
+ name: string;
5754
5843
  id: string;
5755
5844
  channel: string | null;
5756
5845
  address: string | null;
5757
- name: string;
5758
5846
  createdAt: Date;
5759
5847
  updatedAt: Date;
5760
5848
  deletedAt: Date | null;
@@ -5799,8 +5887,8 @@ export declare const cxLogContract: {
5799
5887
  createdAt: Date;
5800
5888
  updatedAt: Date;
5801
5889
  deletedAt: Date | null;
5802
- address?: string | null | undefined;
5803
5890
  name?: string | undefined;
5891
+ address?: string | null | undefined;
5804
5892
  phone?: string | null | undefined;
5805
5893
  industry?: string | null | undefined;
5806
5894
  } | null;
@@ -5808,8 +5896,8 @@ export declare const cxLogContract: {
5808
5896
  contactProfile: string | null;
5809
5897
  socialProfileUrl: string | null;
5810
5898
  tags: {
5811
- id: string;
5812
5899
  name: string;
5900
+ id: string;
5813
5901
  createdAt: Date;
5814
5902
  updatedAt: Date;
5815
5903
  deletedAt: Date | null;
@@ -5834,8 +5922,8 @@ export declare const cxLogContract: {
5834
5922
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5835
5923
  id: string;
5836
5924
  metadata: {
5837
- id: string;
5838
5925
  name: string;
5926
+ id: string;
5839
5927
  picture?: string | undefined;
5840
5928
  additionalCredentials?: any;
5841
5929
  };
@@ -5862,10 +5950,10 @@ export declare const cxLogContract: {
5862
5950
  };
5863
5951
  }[] | undefined;
5864
5952
  }, {
5953
+ name: string;
5865
5954
  id: string;
5866
5955
  channel: string | null;
5867
5956
  address: string | null;
5868
- name: string;
5869
5957
  createdAt: Date;
5870
5958
  updatedAt: Date;
5871
5959
  deletedAt: Date | null;
@@ -5910,8 +5998,8 @@ export declare const cxLogContract: {
5910
5998
  createdAt: Date;
5911
5999
  updatedAt: Date;
5912
6000
  deletedAt: Date | null;
5913
- address?: string | null | undefined;
5914
6001
  name?: string | undefined;
6002
+ address?: string | null | undefined;
5915
6003
  phone?: string | null | undefined;
5916
6004
  industry?: string | null | undefined;
5917
6005
  } | null;
@@ -5919,8 +6007,8 @@ export declare const cxLogContract: {
5919
6007
  contactProfile: string | null;
5920
6008
  socialProfileUrl: string | null;
5921
6009
  tags: {
5922
- id: string;
5923
6010
  name: string;
6011
+ id: string;
5924
6012
  createdAt: Date;
5925
6013
  updatedAt: Date;
5926
6014
  deletedAt: Date | null;
@@ -5945,8 +6033,8 @@ export declare const cxLogContract: {
5945
6033
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
5946
6034
  id: string;
5947
6035
  metadata: {
5948
- id: string;
5949
6036
  name: string;
6037
+ id: string;
5950
6038
  picture?: string | undefined;
5951
6039
  additionalCredentials?: any;
5952
6040
  };
@@ -6091,9 +6179,9 @@ export declare const cxLogContract: {
6091
6179
  telephonySignature: string | null;
6092
6180
  }>;
6093
6181
  }, "strip", z.ZodTypeAny, {
6182
+ name: string;
6094
6183
  id: string;
6095
6184
  address: string | null;
6096
- name: string;
6097
6185
  email: string;
6098
6186
  createdAt: Date;
6099
6187
  updatedAt: Date;
@@ -6134,9 +6222,9 @@ export declare const cxLogContract: {
6134
6222
  telephonySignature: string | null;
6135
6223
  };
6136
6224
  }, {
6225
+ name: string;
6137
6226
  id: string;
6138
6227
  address: string | null;
6139
- name: string;
6140
6228
  email: string;
6141
6229
  createdAt: Date;
6142
6230
  updatedAt: Date;
@@ -6295,9 +6383,9 @@ export declare const cxLogContract: {
6295
6383
  telephonySignature: string | null;
6296
6384
  }>;
6297
6385
  }, "strip", z.ZodTypeAny, {
6386
+ name: string;
6298
6387
  id: string;
6299
6388
  address: string | null;
6300
- name: string;
6301
6389
  email: string;
6302
6390
  createdAt: Date;
6303
6391
  updatedAt: Date;
@@ -6338,9 +6426,9 @@ export declare const cxLogContract: {
6338
6426
  telephonySignature: string | null;
6339
6427
  };
6340
6428
  }, {
6429
+ name: string;
6341
6430
  id: string;
6342
6431
  address: string | null;
6343
- name: string;
6344
6432
  email: string;
6345
6433
  createdAt: Date;
6346
6434
  updatedAt: Date;
@@ -6499,9 +6587,9 @@ export declare const cxLogContract: {
6499
6587
  telephonySignature: string | null;
6500
6588
  }>;
6501
6589
  }, "strip", z.ZodTypeAny, {
6590
+ name: string;
6502
6591
  id: string;
6503
6592
  address: string | null;
6504
- name: string;
6505
6593
  email: string;
6506
6594
  createdAt: Date;
6507
6595
  updatedAt: Date;
@@ -6542,9 +6630,9 @@ export declare const cxLogContract: {
6542
6630
  telephonySignature: string | null;
6543
6631
  };
6544
6632
  }, {
6633
+ name: string;
6545
6634
  id: string;
6546
6635
  address: string | null;
6547
- name: string;
6548
6636
  email: string;
6549
6637
  createdAt: Date;
6550
6638
  updatedAt: Date;
@@ -6595,10 +6683,10 @@ export declare const cxLogContract: {
6595
6683
  deletedAt: Date | null;
6596
6684
  entityId: string;
6597
6685
  contact: {
6686
+ name: string;
6598
6687
  id: string;
6599
6688
  channel: string | null;
6600
6689
  address: string | null;
6601
- name: string;
6602
6690
  createdAt: Date;
6603
6691
  updatedAt: Date;
6604
6692
  deletedAt: Date | null;
@@ -6643,8 +6731,8 @@ export declare const cxLogContract: {
6643
6731
  createdAt: Date;
6644
6732
  updatedAt: Date;
6645
6733
  deletedAt: Date | null;
6646
- address?: string | null | undefined;
6647
6734
  name?: string | undefined;
6735
+ address?: string | null | undefined;
6648
6736
  phone?: string | null | undefined;
6649
6737
  industry?: string | null | undefined;
6650
6738
  } | null;
@@ -6652,8 +6740,8 @@ export declare const cxLogContract: {
6652
6740
  contactProfile: string | null;
6653
6741
  socialProfileUrl: string | null;
6654
6742
  tags: {
6655
- id: string;
6656
6743
  name: string;
6744
+ id: string;
6657
6745
  createdAt: Date;
6658
6746
  updatedAt: Date;
6659
6747
  deletedAt: Date | null;
@@ -6678,8 +6766,8 @@ export declare const cxLogContract: {
6678
6766
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6679
6767
  id: string;
6680
6768
  metadata: {
6681
- id: string;
6682
6769
  name: string;
6770
+ id: string;
6683
6771
  picture?: string | undefined;
6684
6772
  additionalCredentials?: any;
6685
6773
  };
@@ -6741,8 +6829,8 @@ export declare const cxLogContract: {
6741
6829
  }[];
6742
6830
  }[];
6743
6831
  tags: {
6744
- id: string;
6745
6832
  name: string;
6833
+ id: string;
6746
6834
  createdAt: Date;
6747
6835
  updatedAt: Date;
6748
6836
  deletedAt: Date | null;
@@ -6782,19 +6870,29 @@ export declare const cxLogContract: {
6782
6870
  room: {
6783
6871
  id: string;
6784
6872
  channel: {
6873
+ name: string;
6785
6874
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6786
6875
  id: string;
6787
- name: string;
6788
6876
  metadata: {
6789
- id: string;
6790
6877
  name: string;
6878
+ id: string;
6791
6879
  accessToken?: string | undefined;
6792
6880
  channelSecret?: string | undefined;
6793
6881
  additionalCredentials?: any;
6794
6882
  senderId?: string | undefined;
6883
+ whatsapp?: {
6884
+ email: string;
6885
+ wabaExternalId: string;
6886
+ phoneNumberId: string;
6887
+ wabaBusinessId?: string | undefined;
6888
+ clientId?: string | undefined;
6889
+ channelId?: string | undefined;
6890
+ status?: "active" | "pending" | undefined;
6891
+ apiKey?: string | undefined;
6892
+ } | undefined;
6795
6893
  vonageCredentials?: {
6796
- mobileNumber: string;
6797
6894
  apiKey: string;
6895
+ mobileNumber: string;
6798
6896
  apiSecret: string;
6799
6897
  } | undefined;
6800
6898
  lineRichMenuId?: string | null | undefined;
@@ -6805,9 +6903,9 @@ export declare const cxLogContract: {
6805
6903
  updatedAt: Date;
6806
6904
  deletedAt: Date | null;
6807
6905
  actor: {
6906
+ name: string;
6808
6907
  id: string;
6809
6908
  address: string | null;
6810
- name: string;
6811
6909
  email: string;
6812
6910
  createdAt: Date;
6813
6911
  updatedAt: Date;
@@ -6854,8 +6952,8 @@ export declare const cxLogContract: {
6854
6952
  connectedUserName: string;
6855
6953
  connectedUserId: string;
6856
6954
  botpressBot: {
6857
- id: string;
6858
6955
  name: string;
6956
+ id: string;
6859
6957
  accessToken: string;
6860
6958
  botId: string;
6861
6959
  integrationId: string;
@@ -6866,9 +6964,9 @@ export declare const cxLogContract: {
6866
6964
  updatedAt: Date;
6867
6965
  deletedAt: Date | null;
6868
6966
  actor: {
6967
+ name: string;
6869
6968
  id: string;
6870
6969
  address: string | null;
6871
- name: string;
6872
6970
  email: string;
6873
6971
  createdAt: Date;
6874
6972
  updatedAt: Date;
@@ -6920,8 +7018,8 @@ export declare const cxLogContract: {
6920
7018
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
6921
7019
  id: string;
6922
7020
  metadata: {
6923
- id: string;
6924
7021
  name: string;
7022
+ id: string;
6925
7023
  picture?: string | undefined;
6926
7024
  additionalCredentials?: any;
6927
7025
  };
@@ -6929,10 +7027,10 @@ export declare const cxLogContract: {
6929
7027
  updatedAt: Date;
6930
7028
  deletedAt: Date | null;
6931
7029
  contact: {
7030
+ name: string;
6932
7031
  id: string;
6933
7032
  channel: string | null;
6934
7033
  address: string | null;
6935
- name: string;
6936
7034
  createdAt: Date;
6937
7035
  updatedAt: Date;
6938
7036
  deletedAt: Date | null;
@@ -6977,8 +7075,8 @@ export declare const cxLogContract: {
6977
7075
  createdAt: Date;
6978
7076
  updatedAt: Date;
6979
7077
  deletedAt: Date | null;
6980
- address?: string | null | undefined;
6981
7078
  name?: string | undefined;
7079
+ address?: string | null | undefined;
6982
7080
  phone?: string | null | undefined;
6983
7081
  industry?: string | null | undefined;
6984
7082
  } | null;
@@ -6986,8 +7084,8 @@ export declare const cxLogContract: {
6986
7084
  contactProfile: string | null;
6987
7085
  socialProfileUrl: string | null;
6988
7086
  tags: {
6989
- id: string;
6990
7087
  name: string;
7088
+ id: string;
6991
7089
  createdAt: Date;
6992
7090
  updatedAt: Date;
6993
7091
  deletedAt: Date | null;
@@ -7012,8 +7110,8 @@ export declare const cxLogContract: {
7012
7110
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7013
7111
  id: string;
7014
7112
  metadata: {
7015
- id: string;
7016
7113
  name: string;
7114
+ id: string;
7017
7115
  picture?: string | undefined;
7018
7116
  additionalCredentials?: any;
7019
7117
  };
@@ -7044,9 +7142,9 @@ export declare const cxLogContract: {
7044
7142
  socialPlatformId: string;
7045
7143
  };
7046
7144
  assignee: {
7145
+ name: string;
7047
7146
  id: string;
7048
7147
  address: string | null;
7049
- name: string;
7050
7148
  email: string;
7051
7149
  createdAt: Date;
7052
7150
  updatedAt: Date;
@@ -7114,9 +7212,9 @@ export declare const cxLogContract: {
7114
7212
  callTo?: {
7115
7213
  id: string;
7116
7214
  user: {
7215
+ name: string;
7117
7216
  id: string;
7118
7217
  address: string | null;
7119
- name: string;
7120
7218
  email: string;
7121
7219
  createdAt: Date;
7122
7220
  updatedAt: Date;
@@ -7140,9 +7238,9 @@ export declare const cxLogContract: {
7140
7238
  callFrom?: {
7141
7239
  id: string;
7142
7240
  user: {
7241
+ name: string;
7143
7242
  id: string;
7144
7243
  address: string | null;
7145
- name: string;
7146
7244
  email: string;
7147
7245
  createdAt: Date;
7148
7246
  updatedAt: Date;
@@ -7168,10 +7266,10 @@ export declare const cxLogContract: {
7168
7266
  telephonyQueueId: string | null;
7169
7267
  contactId: string | null;
7170
7268
  contact?: {
7269
+ name: string;
7171
7270
  id: string;
7172
7271
  channel: string | null;
7173
7272
  address: string | null;
7174
- name: string;
7175
7273
  createdAt: Date;
7176
7274
  updatedAt: Date;
7177
7275
  deletedAt: Date | null;
@@ -7216,8 +7314,8 @@ export declare const cxLogContract: {
7216
7314
  createdAt: Date;
7217
7315
  updatedAt: Date;
7218
7316
  deletedAt: Date | null;
7219
- address?: string | null | undefined;
7220
7317
  name?: string | undefined;
7318
+ address?: string | null | undefined;
7221
7319
  phone?: string | null | undefined;
7222
7320
  industry?: string | null | undefined;
7223
7321
  } | null;
@@ -7225,8 +7323,8 @@ export declare const cxLogContract: {
7225
7323
  contactProfile: string | null;
7226
7324
  socialProfileUrl: string | null;
7227
7325
  tags: {
7228
- id: string;
7229
7326
  name: string;
7327
+ id: string;
7230
7328
  createdAt: Date;
7231
7329
  updatedAt: Date;
7232
7330
  deletedAt: Date | null;
@@ -7251,8 +7349,8 @@ export declare const cxLogContract: {
7251
7349
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7252
7350
  id: string;
7253
7351
  metadata: {
7254
- id: string;
7255
7352
  name: string;
7353
+ id: string;
7256
7354
  picture?: string | undefined;
7257
7355
  additionalCredentials?: any;
7258
7356
  };
@@ -7314,9 +7412,9 @@ export declare const cxLogContract: {
7314
7412
  extensionName: string;
7315
7413
  telephonySignature: string | null;
7316
7414
  user?: {
7415
+ name: string;
7317
7416
  id: string;
7318
7417
  address: string | null;
7319
- name: string;
7320
7418
  email: string;
7321
7419
  createdAt: Date;
7322
7420
  updatedAt: Date;
@@ -7363,9 +7461,9 @@ export declare const cxLogContract: {
7363
7461
  queueName?: string | null | undefined;
7364
7462
  } | null;
7365
7463
  firstAssignee: {
7464
+ name: string;
7366
7465
  id: string;
7367
7466
  address: string | null;
7368
- name: string;
7369
7467
  email: string;
7370
7468
  createdAt: Date;
7371
7469
  updatedAt: Date;
@@ -7407,9 +7505,9 @@ export declare const cxLogContract: {
7407
7505
  };
7408
7506
  } | null;
7409
7507
  agent: {
7508
+ name: string;
7410
7509
  id: string;
7411
7510
  address: string | null;
7412
- name: string;
7413
7511
  email: string;
7414
7512
  createdAt: Date;
7415
7513
  updatedAt: Date;
@@ -7451,9 +7549,9 @@ export declare const cxLogContract: {
7451
7549
  };
7452
7550
  } | null;
7453
7551
  closedAssignee: {
7552
+ name: string;
7454
7553
  id: string;
7455
7554
  address: string | null;
7456
- name: string;
7457
7555
  email: string;
7458
7556
  createdAt: Date;
7459
7557
  updatedAt: Date;
@@ -7504,10 +7602,10 @@ export declare const cxLogContract: {
7504
7602
  deletedAt: Date | null;
7505
7603
  entityId: string;
7506
7604
  contact: {
7605
+ name: string;
7507
7606
  id: string;
7508
7607
  channel: string | null;
7509
7608
  address: string | null;
7510
- name: string;
7511
7609
  createdAt: Date;
7512
7610
  updatedAt: Date;
7513
7611
  deletedAt: Date | null;
@@ -7552,8 +7650,8 @@ export declare const cxLogContract: {
7552
7650
  createdAt: Date;
7553
7651
  updatedAt: Date;
7554
7652
  deletedAt: Date | null;
7555
- address?: string | null | undefined;
7556
7653
  name?: string | undefined;
7654
+ address?: string | null | undefined;
7557
7655
  phone?: string | null | undefined;
7558
7656
  industry?: string | null | undefined;
7559
7657
  } | null;
@@ -7561,8 +7659,8 @@ export declare const cxLogContract: {
7561
7659
  contactProfile: string | null;
7562
7660
  socialProfileUrl: string | null;
7563
7661
  tags: {
7564
- id: string;
7565
7662
  name: string;
7663
+ id: string;
7566
7664
  createdAt: Date;
7567
7665
  updatedAt: Date;
7568
7666
  deletedAt: Date | null;
@@ -7587,8 +7685,8 @@ export declare const cxLogContract: {
7587
7685
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7588
7686
  id: string;
7589
7687
  metadata: {
7590
- id: string;
7591
7688
  name: string;
7689
+ id: string;
7592
7690
  picture?: string | undefined;
7593
7691
  additionalCredentials?: any;
7594
7692
  };
@@ -7650,8 +7748,8 @@ export declare const cxLogContract: {
7650
7748
  }[];
7651
7749
  }[];
7652
7750
  tags: {
7653
- id: string;
7654
7751
  name: string;
7752
+ id: string;
7655
7753
  createdAt: Date;
7656
7754
  updatedAt: Date;
7657
7755
  deletedAt: Date | null;
@@ -7691,19 +7789,29 @@ export declare const cxLogContract: {
7691
7789
  room: {
7692
7790
  id: string;
7693
7791
  channel: {
7792
+ name: string;
7694
7793
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7695
7794
  id: string;
7696
- name: string;
7697
7795
  metadata: {
7698
- id: string;
7699
7796
  name: string;
7797
+ id: string;
7700
7798
  accessToken?: string | undefined;
7701
7799
  channelSecret?: string | undefined;
7702
7800
  additionalCredentials?: any;
7703
7801
  senderId?: string | undefined;
7802
+ whatsapp?: {
7803
+ email: string;
7804
+ wabaExternalId: string;
7805
+ phoneNumberId: string;
7806
+ wabaBusinessId?: string | undefined;
7807
+ clientId?: string | undefined;
7808
+ channelId?: string | undefined;
7809
+ status?: "active" | "pending" | undefined;
7810
+ apiKey?: string | undefined;
7811
+ } | undefined;
7704
7812
  vonageCredentials?: {
7705
- mobileNumber: string;
7706
7813
  apiKey: string;
7814
+ mobileNumber: string;
7707
7815
  apiSecret: string;
7708
7816
  } | undefined;
7709
7817
  lineRichMenuId?: string | null | undefined;
@@ -7714,9 +7822,9 @@ export declare const cxLogContract: {
7714
7822
  updatedAt: Date;
7715
7823
  deletedAt: Date | null;
7716
7824
  actor: {
7825
+ name: string;
7717
7826
  id: string;
7718
7827
  address: string | null;
7719
- name: string;
7720
7828
  email: string;
7721
7829
  createdAt: Date;
7722
7830
  updatedAt: Date;
@@ -7763,8 +7871,8 @@ export declare const cxLogContract: {
7763
7871
  connectedUserName: string;
7764
7872
  connectedUserId: string;
7765
7873
  botpressBot: {
7766
- id: string;
7767
7874
  name: string;
7875
+ id: string;
7768
7876
  accessToken: string;
7769
7877
  botId: string;
7770
7878
  integrationId: string;
@@ -7775,9 +7883,9 @@ export declare const cxLogContract: {
7775
7883
  updatedAt: Date;
7776
7884
  deletedAt: Date | null;
7777
7885
  actor: {
7886
+ name: string;
7778
7887
  id: string;
7779
7888
  address: string | null;
7780
- name: string;
7781
7889
  email: string;
7782
7890
  createdAt: Date;
7783
7891
  updatedAt: Date;
@@ -7829,8 +7937,8 @@ export declare const cxLogContract: {
7829
7937
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7830
7938
  id: string;
7831
7939
  metadata: {
7832
- id: string;
7833
7940
  name: string;
7941
+ id: string;
7834
7942
  picture?: string | undefined;
7835
7943
  additionalCredentials?: any;
7836
7944
  };
@@ -7838,10 +7946,10 @@ export declare const cxLogContract: {
7838
7946
  updatedAt: Date;
7839
7947
  deletedAt: Date | null;
7840
7948
  contact: {
7949
+ name: string;
7841
7950
  id: string;
7842
7951
  channel: string | null;
7843
7952
  address: string | null;
7844
- name: string;
7845
7953
  createdAt: Date;
7846
7954
  updatedAt: Date;
7847
7955
  deletedAt: Date | null;
@@ -7886,8 +7994,8 @@ export declare const cxLogContract: {
7886
7994
  createdAt: Date;
7887
7995
  updatedAt: Date;
7888
7996
  deletedAt: Date | null;
7889
- address?: string | null | undefined;
7890
7997
  name?: string | undefined;
7998
+ address?: string | null | undefined;
7891
7999
  phone?: string | null | undefined;
7892
8000
  industry?: string | null | undefined;
7893
8001
  } | null;
@@ -7895,8 +8003,8 @@ export declare const cxLogContract: {
7895
8003
  contactProfile: string | null;
7896
8004
  socialProfileUrl: string | null;
7897
8005
  tags: {
7898
- id: string;
7899
8006
  name: string;
8007
+ id: string;
7900
8008
  createdAt: Date;
7901
8009
  updatedAt: Date;
7902
8010
  deletedAt: Date | null;
@@ -7921,8 +8029,8 @@ export declare const cxLogContract: {
7921
8029
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
7922
8030
  id: string;
7923
8031
  metadata: {
7924
- id: string;
7925
8032
  name: string;
8033
+ id: string;
7926
8034
  picture?: string | undefined;
7927
8035
  additionalCredentials?: any;
7928
8036
  };
@@ -7953,9 +8061,9 @@ export declare const cxLogContract: {
7953
8061
  socialPlatformId: string;
7954
8062
  };
7955
8063
  assignee: {
8064
+ name: string;
7956
8065
  id: string;
7957
8066
  address: string | null;
7958
- name: string;
7959
8067
  email: string;
7960
8068
  createdAt: Date;
7961
8069
  updatedAt: Date;
@@ -8023,9 +8131,9 @@ export declare const cxLogContract: {
8023
8131
  callTo?: {
8024
8132
  id: string;
8025
8133
  user: {
8134
+ name: string;
8026
8135
  id: string;
8027
8136
  address: string | null;
8028
- name: string;
8029
8137
  email: string;
8030
8138
  createdAt: Date;
8031
8139
  updatedAt: Date;
@@ -8049,9 +8157,9 @@ export declare const cxLogContract: {
8049
8157
  callFrom?: {
8050
8158
  id: string;
8051
8159
  user: {
8160
+ name: string;
8052
8161
  id: string;
8053
8162
  address: string | null;
8054
- name: string;
8055
8163
  email: string;
8056
8164
  createdAt: Date;
8057
8165
  updatedAt: Date;
@@ -8077,10 +8185,10 @@ export declare const cxLogContract: {
8077
8185
  telephonyQueueId: string | null;
8078
8186
  contactId: string | null;
8079
8187
  contact?: {
8188
+ name: string;
8080
8189
  id: string;
8081
8190
  channel: string | null;
8082
8191
  address: string | null;
8083
- name: string;
8084
8192
  createdAt: Date;
8085
8193
  updatedAt: Date;
8086
8194
  deletedAt: Date | null;
@@ -8125,8 +8233,8 @@ export declare const cxLogContract: {
8125
8233
  createdAt: Date;
8126
8234
  updatedAt: Date;
8127
8235
  deletedAt: Date | null;
8128
- address?: string | null | undefined;
8129
8236
  name?: string | undefined;
8237
+ address?: string | null | undefined;
8130
8238
  phone?: string | null | undefined;
8131
8239
  industry?: string | null | undefined;
8132
8240
  } | null;
@@ -8134,8 +8242,8 @@ export declare const cxLogContract: {
8134
8242
  contactProfile: string | null;
8135
8243
  socialProfileUrl: string | null;
8136
8244
  tags: {
8137
- id: string;
8138
8245
  name: string;
8246
+ id: string;
8139
8247
  createdAt: Date;
8140
8248
  updatedAt: Date;
8141
8249
  deletedAt: Date | null;
@@ -8160,8 +8268,8 @@ export declare const cxLogContract: {
8160
8268
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8161
8269
  id: string;
8162
8270
  metadata: {
8163
- id: string;
8164
8271
  name: string;
8272
+ id: string;
8165
8273
  picture?: string | undefined;
8166
8274
  additionalCredentials?: any;
8167
8275
  };
@@ -8223,9 +8331,9 @@ export declare const cxLogContract: {
8223
8331
  extensionName: string;
8224
8332
  telephonySignature: string | null;
8225
8333
  user?: {
8334
+ name: string;
8226
8335
  id: string;
8227
8336
  address: string | null;
8228
- name: string;
8229
8337
  email: string;
8230
8338
  createdAt: Date;
8231
8339
  updatedAt: Date;
@@ -8272,9 +8380,9 @@ export declare const cxLogContract: {
8272
8380
  queueName?: string | null | undefined;
8273
8381
  } | null;
8274
8382
  firstAssignee: {
8383
+ name: string;
8275
8384
  id: string;
8276
8385
  address: string | null;
8277
- name: string;
8278
8386
  email: string;
8279
8387
  createdAt: Date;
8280
8388
  updatedAt: Date;
@@ -8316,9 +8424,9 @@ export declare const cxLogContract: {
8316
8424
  };
8317
8425
  } | null;
8318
8426
  agent: {
8427
+ name: string;
8319
8428
  id: string;
8320
8429
  address: string | null;
8321
- name: string;
8322
8430
  email: string;
8323
8431
  createdAt: Date;
8324
8432
  updatedAt: Date;
@@ -8360,9 +8468,9 @@ export declare const cxLogContract: {
8360
8468
  };
8361
8469
  } | null;
8362
8470
  closedAssignee: {
8471
+ name: string;
8363
8472
  id: string;
8364
8473
  address: string | null;
8365
- name: string;
8366
8474
  email: string;
8367
8475
  createdAt: Date;
8368
8476
  updatedAt: Date;
@@ -8419,10 +8527,10 @@ export declare const cxLogContract: {
8419
8527
  deletedAt: Date | null;
8420
8528
  entityId: string;
8421
8529
  contact: {
8530
+ name: string;
8422
8531
  id: string;
8423
8532
  channel: string | null;
8424
8533
  address: string | null;
8425
- name: string;
8426
8534
  createdAt: Date;
8427
8535
  updatedAt: Date;
8428
8536
  deletedAt: Date | null;
@@ -8467,8 +8575,8 @@ export declare const cxLogContract: {
8467
8575
  createdAt: Date;
8468
8576
  updatedAt: Date;
8469
8577
  deletedAt: Date | null;
8470
- address?: string | null | undefined;
8471
8578
  name?: string | undefined;
8579
+ address?: string | null | undefined;
8472
8580
  phone?: string | null | undefined;
8473
8581
  industry?: string | null | undefined;
8474
8582
  } | null;
@@ -8476,8 +8584,8 @@ export declare const cxLogContract: {
8476
8584
  contactProfile: string | null;
8477
8585
  socialProfileUrl: string | null;
8478
8586
  tags: {
8479
- id: string;
8480
8587
  name: string;
8588
+ id: string;
8481
8589
  createdAt: Date;
8482
8590
  updatedAt: Date;
8483
8591
  deletedAt: Date | null;
@@ -8502,8 +8610,8 @@ export declare const cxLogContract: {
8502
8610
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8503
8611
  id: string;
8504
8612
  metadata: {
8505
- id: string;
8506
8613
  name: string;
8614
+ id: string;
8507
8615
  picture?: string | undefined;
8508
8616
  additionalCredentials?: any;
8509
8617
  };
@@ -8565,8 +8673,8 @@ export declare const cxLogContract: {
8565
8673
  }[];
8566
8674
  }[];
8567
8675
  tags: {
8568
- id: string;
8569
8676
  name: string;
8677
+ id: string;
8570
8678
  createdAt: Date;
8571
8679
  updatedAt: Date;
8572
8680
  deletedAt: Date | null;
@@ -8606,19 +8714,29 @@ export declare const cxLogContract: {
8606
8714
  room: {
8607
8715
  id: string;
8608
8716
  channel: {
8717
+ name: string;
8609
8718
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8610
8719
  id: string;
8611
- name: string;
8612
8720
  metadata: {
8613
- id: string;
8614
8721
  name: string;
8722
+ id: string;
8615
8723
  accessToken?: string | undefined;
8616
8724
  channelSecret?: string | undefined;
8617
8725
  additionalCredentials?: any;
8618
8726
  senderId?: string | undefined;
8727
+ whatsapp?: {
8728
+ email: string;
8729
+ wabaExternalId: string;
8730
+ phoneNumberId: string;
8731
+ wabaBusinessId?: string | undefined;
8732
+ clientId?: string | undefined;
8733
+ channelId?: string | undefined;
8734
+ status?: "active" | "pending" | undefined;
8735
+ apiKey?: string | undefined;
8736
+ } | undefined;
8619
8737
  vonageCredentials?: {
8620
- mobileNumber: string;
8621
8738
  apiKey: string;
8739
+ mobileNumber: string;
8622
8740
  apiSecret: string;
8623
8741
  } | undefined;
8624
8742
  lineRichMenuId?: string | null | undefined;
@@ -8629,9 +8747,9 @@ export declare const cxLogContract: {
8629
8747
  updatedAt: Date;
8630
8748
  deletedAt: Date | null;
8631
8749
  actor: {
8750
+ name: string;
8632
8751
  id: string;
8633
8752
  address: string | null;
8634
- name: string;
8635
8753
  email: string;
8636
8754
  createdAt: Date;
8637
8755
  updatedAt: Date;
@@ -8678,8 +8796,8 @@ export declare const cxLogContract: {
8678
8796
  connectedUserName: string;
8679
8797
  connectedUserId: string;
8680
8798
  botpressBot: {
8681
- id: string;
8682
8799
  name: string;
8800
+ id: string;
8683
8801
  accessToken: string;
8684
8802
  botId: string;
8685
8803
  integrationId: string;
@@ -8690,9 +8808,9 @@ export declare const cxLogContract: {
8690
8808
  updatedAt: Date;
8691
8809
  deletedAt: Date | null;
8692
8810
  actor: {
8811
+ name: string;
8693
8812
  id: string;
8694
8813
  address: string | null;
8695
- name: string;
8696
8814
  email: string;
8697
8815
  createdAt: Date;
8698
8816
  updatedAt: Date;
@@ -8744,8 +8862,8 @@ export declare const cxLogContract: {
8744
8862
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8745
8863
  id: string;
8746
8864
  metadata: {
8747
- id: string;
8748
8865
  name: string;
8866
+ id: string;
8749
8867
  picture?: string | undefined;
8750
8868
  additionalCredentials?: any;
8751
8869
  };
@@ -8753,10 +8871,10 @@ export declare const cxLogContract: {
8753
8871
  updatedAt: Date;
8754
8872
  deletedAt: Date | null;
8755
8873
  contact: {
8874
+ name: string;
8756
8875
  id: string;
8757
8876
  channel: string | null;
8758
8877
  address: string | null;
8759
- name: string;
8760
8878
  createdAt: Date;
8761
8879
  updatedAt: Date;
8762
8880
  deletedAt: Date | null;
@@ -8801,8 +8919,8 @@ export declare const cxLogContract: {
8801
8919
  createdAt: Date;
8802
8920
  updatedAt: Date;
8803
8921
  deletedAt: Date | null;
8804
- address?: string | null | undefined;
8805
8922
  name?: string | undefined;
8923
+ address?: string | null | undefined;
8806
8924
  phone?: string | null | undefined;
8807
8925
  industry?: string | null | undefined;
8808
8926
  } | null;
@@ -8810,8 +8928,8 @@ export declare const cxLogContract: {
8810
8928
  contactProfile: string | null;
8811
8929
  socialProfileUrl: string | null;
8812
8930
  tags: {
8813
- id: string;
8814
8931
  name: string;
8932
+ id: string;
8815
8933
  createdAt: Date;
8816
8934
  updatedAt: Date;
8817
8935
  deletedAt: Date | null;
@@ -8836,8 +8954,8 @@ export declare const cxLogContract: {
8836
8954
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
8837
8955
  id: string;
8838
8956
  metadata: {
8839
- id: string;
8840
8957
  name: string;
8958
+ id: string;
8841
8959
  picture?: string | undefined;
8842
8960
  additionalCredentials?: any;
8843
8961
  };
@@ -8868,9 +8986,9 @@ export declare const cxLogContract: {
8868
8986
  socialPlatformId: string;
8869
8987
  };
8870
8988
  assignee: {
8989
+ name: string;
8871
8990
  id: string;
8872
8991
  address: string | null;
8873
- name: string;
8874
8992
  email: string;
8875
8993
  createdAt: Date;
8876
8994
  updatedAt: Date;
@@ -8938,9 +9056,9 @@ export declare const cxLogContract: {
8938
9056
  callTo?: {
8939
9057
  id: string;
8940
9058
  user: {
9059
+ name: string;
8941
9060
  id: string;
8942
9061
  address: string | null;
8943
- name: string;
8944
9062
  email: string;
8945
9063
  createdAt: Date;
8946
9064
  updatedAt: Date;
@@ -8964,9 +9082,9 @@ export declare const cxLogContract: {
8964
9082
  callFrom?: {
8965
9083
  id: string;
8966
9084
  user: {
9085
+ name: string;
8967
9086
  id: string;
8968
9087
  address: string | null;
8969
- name: string;
8970
9088
  email: string;
8971
9089
  createdAt: Date;
8972
9090
  updatedAt: Date;
@@ -8992,10 +9110,10 @@ export declare const cxLogContract: {
8992
9110
  telephonyQueueId: string | null;
8993
9111
  contactId: string | null;
8994
9112
  contact?: {
9113
+ name: string;
8995
9114
  id: string;
8996
9115
  channel: string | null;
8997
9116
  address: string | null;
8998
- name: string;
8999
9117
  createdAt: Date;
9000
9118
  updatedAt: Date;
9001
9119
  deletedAt: Date | null;
@@ -9040,8 +9158,8 @@ export declare const cxLogContract: {
9040
9158
  createdAt: Date;
9041
9159
  updatedAt: Date;
9042
9160
  deletedAt: Date | null;
9043
- address?: string | null | undefined;
9044
9161
  name?: string | undefined;
9162
+ address?: string | null | undefined;
9045
9163
  phone?: string | null | undefined;
9046
9164
  industry?: string | null | undefined;
9047
9165
  } | null;
@@ -9049,8 +9167,8 @@ export declare const cxLogContract: {
9049
9167
  contactProfile: string | null;
9050
9168
  socialProfileUrl: string | null;
9051
9169
  tags: {
9052
- id: string;
9053
9170
  name: string;
9171
+ id: string;
9054
9172
  createdAt: Date;
9055
9173
  updatedAt: Date;
9056
9174
  deletedAt: Date | null;
@@ -9075,8 +9193,8 @@ export declare const cxLogContract: {
9075
9193
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
9076
9194
  id: string;
9077
9195
  metadata: {
9078
- id: string;
9079
9196
  name: string;
9197
+ id: string;
9080
9198
  picture?: string | undefined;
9081
9199
  additionalCredentials?: any;
9082
9200
  };
@@ -9138,9 +9256,9 @@ export declare const cxLogContract: {
9138
9256
  extensionName: string;
9139
9257
  telephonySignature: string | null;
9140
9258
  user?: {
9259
+ name: string;
9141
9260
  id: string;
9142
9261
  address: string | null;
9143
- name: string;
9144
9262
  email: string;
9145
9263
  createdAt: Date;
9146
9264
  updatedAt: Date;
@@ -9187,9 +9305,9 @@ export declare const cxLogContract: {
9187
9305
  queueName?: string | null | undefined;
9188
9306
  } | null;
9189
9307
  firstAssignee: {
9308
+ name: string;
9190
9309
  id: string;
9191
9310
  address: string | null;
9192
- name: string;
9193
9311
  email: string;
9194
9312
  createdAt: Date;
9195
9313
  updatedAt: Date;
@@ -9231,9 +9349,9 @@ export declare const cxLogContract: {
9231
9349
  };
9232
9350
  } | null;
9233
9351
  agent: {
9352
+ name: string;
9234
9353
  id: string;
9235
9354
  address: string | null;
9236
- name: string;
9237
9355
  email: string;
9238
9356
  createdAt: Date;
9239
9357
  updatedAt: Date;
@@ -9275,9 +9393,9 @@ export declare const cxLogContract: {
9275
9393
  };
9276
9394
  } | null;
9277
9395
  closedAssignee: {
9396
+ name: string;
9278
9397
  id: string;
9279
9398
  address: string | null;
9280
- name: string;
9281
9399
  email: string;
9282
9400
  createdAt: Date;
9283
9401
  updatedAt: Date;
@@ -9334,10 +9452,10 @@ export declare const cxLogContract: {
9334
9452
  deletedAt: Date | null;
9335
9453
  entityId: string;
9336
9454
  contact: {
9455
+ name: string;
9337
9456
  id: string;
9338
9457
  channel: string | null;
9339
9458
  address: string | null;
9340
- name: string;
9341
9459
  createdAt: Date;
9342
9460
  updatedAt: Date;
9343
9461
  deletedAt: Date | null;
@@ -9382,8 +9500,8 @@ export declare const cxLogContract: {
9382
9500
  createdAt: Date;
9383
9501
  updatedAt: Date;
9384
9502
  deletedAt: Date | null;
9385
- address?: string | null | undefined;
9386
9503
  name?: string | undefined;
9504
+ address?: string | null | undefined;
9387
9505
  phone?: string | null | undefined;
9388
9506
  industry?: string | null | undefined;
9389
9507
  } | null;
@@ -9391,8 +9509,8 @@ export declare const cxLogContract: {
9391
9509
  contactProfile: string | null;
9392
9510
  socialProfileUrl: string | null;
9393
9511
  tags: {
9394
- id: string;
9395
9512
  name: string;
9513
+ id: string;
9396
9514
  createdAt: Date;
9397
9515
  updatedAt: Date;
9398
9516
  deletedAt: Date | null;
@@ -9417,8 +9535,8 @@ export declare const cxLogContract: {
9417
9535
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
9418
9536
  id: string;
9419
9537
  metadata: {
9420
- id: string;
9421
9538
  name: string;
9539
+ id: string;
9422
9540
  picture?: string | undefined;
9423
9541
  additionalCredentials?: any;
9424
9542
  };
@@ -9480,8 +9598,8 @@ export declare const cxLogContract: {
9480
9598
  }[];
9481
9599
  }[];
9482
9600
  tags: {
9483
- id: string;
9484
9601
  name: string;
9602
+ id: string;
9485
9603
  createdAt: Date;
9486
9604
  updatedAt: Date;
9487
9605
  deletedAt: Date | null;
@@ -9521,19 +9639,29 @@ export declare const cxLogContract: {
9521
9639
  room: {
9522
9640
  id: string;
9523
9641
  channel: {
9642
+ name: string;
9524
9643
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
9525
9644
  id: string;
9526
- name: string;
9527
9645
  metadata: {
9528
- id: string;
9529
9646
  name: string;
9647
+ id: string;
9530
9648
  accessToken?: string | undefined;
9531
9649
  channelSecret?: string | undefined;
9532
9650
  additionalCredentials?: any;
9533
9651
  senderId?: string | undefined;
9652
+ whatsapp?: {
9653
+ email: string;
9654
+ wabaExternalId: string;
9655
+ phoneNumberId: string;
9656
+ wabaBusinessId?: string | undefined;
9657
+ clientId?: string | undefined;
9658
+ channelId?: string | undefined;
9659
+ status?: "active" | "pending" | undefined;
9660
+ apiKey?: string | undefined;
9661
+ } | undefined;
9534
9662
  vonageCredentials?: {
9535
- mobileNumber: string;
9536
9663
  apiKey: string;
9664
+ mobileNumber: string;
9537
9665
  apiSecret: string;
9538
9666
  } | undefined;
9539
9667
  lineRichMenuId?: string | null | undefined;
@@ -9544,9 +9672,9 @@ export declare const cxLogContract: {
9544
9672
  updatedAt: Date;
9545
9673
  deletedAt: Date | null;
9546
9674
  actor: {
9675
+ name: string;
9547
9676
  id: string;
9548
9677
  address: string | null;
9549
- name: string;
9550
9678
  email: string;
9551
9679
  createdAt: Date;
9552
9680
  updatedAt: Date;
@@ -9593,8 +9721,8 @@ export declare const cxLogContract: {
9593
9721
  connectedUserName: string;
9594
9722
  connectedUserId: string;
9595
9723
  botpressBot: {
9596
- id: string;
9597
9724
  name: string;
9725
+ id: string;
9598
9726
  accessToken: string;
9599
9727
  botId: string;
9600
9728
  integrationId: string;
@@ -9605,9 +9733,9 @@ export declare const cxLogContract: {
9605
9733
  updatedAt: Date;
9606
9734
  deletedAt: Date | null;
9607
9735
  actor: {
9736
+ name: string;
9608
9737
  id: string;
9609
9738
  address: string | null;
9610
- name: string;
9611
9739
  email: string;
9612
9740
  createdAt: Date;
9613
9741
  updatedAt: Date;
@@ -9659,8 +9787,8 @@ export declare const cxLogContract: {
9659
9787
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
9660
9788
  id: string;
9661
9789
  metadata: {
9662
- id: string;
9663
9790
  name: string;
9791
+ id: string;
9664
9792
  picture?: string | undefined;
9665
9793
  additionalCredentials?: any;
9666
9794
  };
@@ -9668,10 +9796,10 @@ export declare const cxLogContract: {
9668
9796
  updatedAt: Date;
9669
9797
  deletedAt: Date | null;
9670
9798
  contact: {
9799
+ name: string;
9671
9800
  id: string;
9672
9801
  channel: string | null;
9673
9802
  address: string | null;
9674
- name: string;
9675
9803
  createdAt: Date;
9676
9804
  updatedAt: Date;
9677
9805
  deletedAt: Date | null;
@@ -9716,8 +9844,8 @@ export declare const cxLogContract: {
9716
9844
  createdAt: Date;
9717
9845
  updatedAt: Date;
9718
9846
  deletedAt: Date | null;
9719
- address?: string | null | undefined;
9720
9847
  name?: string | undefined;
9848
+ address?: string | null | undefined;
9721
9849
  phone?: string | null | undefined;
9722
9850
  industry?: string | null | undefined;
9723
9851
  } | null;
@@ -9725,8 +9853,8 @@ export declare const cxLogContract: {
9725
9853
  contactProfile: string | null;
9726
9854
  socialProfileUrl: string | null;
9727
9855
  tags: {
9728
- id: string;
9729
9856
  name: string;
9857
+ id: string;
9730
9858
  createdAt: Date;
9731
9859
  updatedAt: Date;
9732
9860
  deletedAt: Date | null;
@@ -9751,8 +9879,8 @@ export declare const cxLogContract: {
9751
9879
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
9752
9880
  id: string;
9753
9881
  metadata: {
9754
- id: string;
9755
9882
  name: string;
9883
+ id: string;
9756
9884
  picture?: string | undefined;
9757
9885
  additionalCredentials?: any;
9758
9886
  };
@@ -9783,9 +9911,9 @@ export declare const cxLogContract: {
9783
9911
  socialPlatformId: string;
9784
9912
  };
9785
9913
  assignee: {
9914
+ name: string;
9786
9915
  id: string;
9787
9916
  address: string | null;
9788
- name: string;
9789
9917
  email: string;
9790
9918
  createdAt: Date;
9791
9919
  updatedAt: Date;
@@ -9853,9 +9981,9 @@ export declare const cxLogContract: {
9853
9981
  callTo?: {
9854
9982
  id: string;
9855
9983
  user: {
9984
+ name: string;
9856
9985
  id: string;
9857
9986
  address: string | null;
9858
- name: string;
9859
9987
  email: string;
9860
9988
  createdAt: Date;
9861
9989
  updatedAt: Date;
@@ -9879,9 +10007,9 @@ export declare const cxLogContract: {
9879
10007
  callFrom?: {
9880
10008
  id: string;
9881
10009
  user: {
10010
+ name: string;
9882
10011
  id: string;
9883
10012
  address: string | null;
9884
- name: string;
9885
10013
  email: string;
9886
10014
  createdAt: Date;
9887
10015
  updatedAt: Date;
@@ -9907,10 +10035,10 @@ export declare const cxLogContract: {
9907
10035
  telephonyQueueId: string | null;
9908
10036
  contactId: string | null;
9909
10037
  contact?: {
10038
+ name: string;
9910
10039
  id: string;
9911
10040
  channel: string | null;
9912
10041
  address: string | null;
9913
- name: string;
9914
10042
  createdAt: Date;
9915
10043
  updatedAt: Date;
9916
10044
  deletedAt: Date | null;
@@ -9955,8 +10083,8 @@ export declare const cxLogContract: {
9955
10083
  createdAt: Date;
9956
10084
  updatedAt: Date;
9957
10085
  deletedAt: Date | null;
9958
- address?: string | null | undefined;
9959
10086
  name?: string | undefined;
10087
+ address?: string | null | undefined;
9960
10088
  phone?: string | null | undefined;
9961
10089
  industry?: string | null | undefined;
9962
10090
  } | null;
@@ -9964,8 +10092,8 @@ export declare const cxLogContract: {
9964
10092
  contactProfile: string | null;
9965
10093
  socialProfileUrl: string | null;
9966
10094
  tags: {
9967
- id: string;
9968
10095
  name: string;
10096
+ id: string;
9969
10097
  createdAt: Date;
9970
10098
  updatedAt: Date;
9971
10099
  deletedAt: Date | null;
@@ -9990,8 +10118,8 @@ export declare const cxLogContract: {
9990
10118
  type: "line" | "whatsapp" | "messenger" | "telegram" | "instagram" | "viber" | "kakao" | "shopee" | "lazada" | "webchat" | "facebook_feed" | "sms_vonage";
9991
10119
  id: string;
9992
10120
  metadata: {
9993
- id: string;
9994
10121
  name: string;
10122
+ id: string;
9995
10123
  picture?: string | undefined;
9996
10124
  additionalCredentials?: any;
9997
10125
  };
@@ -10053,9 +10181,9 @@ export declare const cxLogContract: {
10053
10181
  extensionName: string;
10054
10182
  telephonySignature: string | null;
10055
10183
  user?: {
10184
+ name: string;
10056
10185
  id: string;
10057
10186
  address: string | null;
10058
- name: string;
10059
10187
  email: string;
10060
10188
  createdAt: Date;
10061
10189
  updatedAt: Date;
@@ -10102,9 +10230,9 @@ export declare const cxLogContract: {
10102
10230
  queueName?: string | null | undefined;
10103
10231
  } | null;
10104
10232
  firstAssignee: {
10233
+ name: string;
10105
10234
  id: string;
10106
10235
  address: string | null;
10107
- name: string;
10108
10236
  email: string;
10109
10237
  createdAt: Date;
10110
10238
  updatedAt: Date;
@@ -10146,9 +10274,9 @@ export declare const cxLogContract: {
10146
10274
  };
10147
10275
  } | null;
10148
10276
  agent: {
10277
+ name: string;
10149
10278
  id: string;
10150
10279
  address: string | null;
10151
- name: string;
10152
10280
  email: string;
10153
10281
  createdAt: Date;
10154
10282
  updatedAt: Date;
@@ -10190,9 +10318,9 @@ export declare const cxLogContract: {
10190
10318
  };
10191
10319
  } | null;
10192
10320
  closedAssignee: {
10321
+ name: string;
10193
10322
  id: string;
10194
10323
  address: string | null;
10195
- name: string;
10196
10324
  email: string;
10197
10325
  createdAt: Date;
10198
10326
  updatedAt: Date;
@@ -10316,7 +10444,7 @@ export declare const cxLogContract: {
10316
10444
  agentIds?: string[] | undefined;
10317
10445
  direction?: ("inbound" | "outbound")[] | undefined;
10318
10446
  disposition?: string[] | undefined;
10319
- sentimentScore?: ("positive" | "neutral" | "negative")[] | undefined;
10447
+ sentimentScore?: ("negative" | "positive" | "neutral")[] | undefined;
10320
10448
  csatScore?: string[] | undefined;
10321
10449
  sla?: "meet" | "unmeet" | undefined;
10322
10450
  tags?: string[] | undefined;
@@ -10345,7 +10473,7 @@ export declare const cxLogContract: {
10345
10473
  agentIds?: string[] | undefined;
10346
10474
  direction?: ("inbound" | "outbound")[] | undefined;
10347
10475
  disposition?: string[] | undefined;
10348
- sentimentScore?: ("positive" | "neutral" | "negative")[] | undefined;
10476
+ sentimentScore?: ("negative" | "positive" | "neutral")[] | undefined;
10349
10477
  csatScore?: string[] | undefined;
10350
10478
  sla?: "meet" | "unmeet" | undefined;
10351
10479
  tags?: string[] | undefined;