@kl1/contracts 1.2.60-uat → 1.2.62-uat

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. package/dist/api-contracts/src/channel/index.d.ts +2629 -2687
  2. package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
  3. package/dist/api-contracts/src/channel/validation.d.ts +10 -0
  4. package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
  5. package/dist/api-contracts/src/chat/index.d.ts +189 -285
  6. package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
  7. package/dist/api-contracts/src/chat/schema.d.ts +45 -70
  8. package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
  9. package/dist/api-contracts/src/chat/validation.d.ts +72 -72
  10. package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
  11. package/dist/api-contracts/src/contract.d.ts +3632 -4224
  12. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  13. package/dist/api-contracts/src/dashboard/index.d.ts +1 -290
  14. package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
  15. package/dist/api-contracts/src/dashboard/schema.d.ts +0 -71
  16. package/dist/api-contracts/src/dashboard/schema.d.ts.map +1 -1
  17. package/dist/api-contracts/src/facebook-feed/index.d.ts +43 -59
  18. package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
  19. package/dist/api-contracts/src/facebook-feed/schema.d.ts +3 -3
  20. package/dist/api-contracts/src/instagram/index.d.ts +33 -49
  21. package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
  22. package/dist/api-contracts/src/line/index.d.ts +40 -56
  23. package/dist/api-contracts/src/line/index.d.ts.map +1 -1
  24. package/dist/api-contracts/src/line/validation.d.ts +5 -5
  25. package/dist/api-contracts/src/messenger/index.d.ts +33 -49
  26. package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
  27. package/dist/api-contracts/src/sms/index.d.ts +5 -5
  28. package/dist/api-contracts/src/telegram/index.d.ts +33 -49
  29. package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
  30. package/dist/api-contracts/src/viber/index.d.ts +33 -49
  31. package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
  32. package/dist/api-contracts/src/webchat/index.d.ts +33 -49
  33. package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
  34. package/dist/api-contracts/src/whatsapp/index.d.ts +39 -96
  35. package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
  36. package/dist/api-contracts/src/whatsapp/validation.d.ts +3 -3
  37. package/dist/api-contracts/src/workflow-rule/index.d.ts +12 -29
  38. package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
  39. package/dist/entities/src/enums/chat.d.ts +0 -12
  40. package/dist/entities/src/enums/chat.d.ts.map +1 -1
  41. package/dist/index.js +39 -137
  42. package/dist/index.js.map +1 -1
  43. package/dist/index.mjs +39 -137
  44. package/dist/index.mjs.map +1 -1
  45. package/package.json +1 -1
@@ -40,7 +40,7 @@ export declare const receiveMessageContract: {
40
40
  deletedAt: z.ZodNullable<z.ZodString>;
41
41
  message: z.ZodOptional<z.ZodString>;
42
42
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
43
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
43
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
44
44
  metadata: z.ZodAny;
45
45
  platformId: z.ZodString;
46
46
  platformMessageId: z.ZodString;
@@ -3539,7 +3539,7 @@ export declare const receiveMessageContract: {
3539
3539
  }>>>;
3540
3540
  label: z.ZodNullable<z.ZodOptional<z.ZodString>>;
3541
3541
  }, "strip", z.ZodTypeAny, {
3542
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
3542
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
3543
3543
  id: string;
3544
3544
  direction: "incoming" | "outgoing" | "system";
3545
3545
  createdAt: string;
@@ -4054,7 +4054,7 @@ export declare const receiveMessageContract: {
4054
4054
  } | null | undefined;
4055
4055
  label?: string | null | undefined;
4056
4056
  }, {
4057
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
4057
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
4058
4058
  id: string;
4059
4059
  direction: "incoming" | "outgoing" | "system";
4060
4060
  createdAt: string;
@@ -4571,7 +4571,7 @@ export declare const receiveMessageContract: {
4571
4571
  }>;
4572
4572
  }, "strip", z.ZodTypeAny, {
4573
4573
  message: {
4574
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
4574
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
4575
4575
  id: string;
4576
4576
  direction: "incoming" | "outgoing" | "system";
4577
4577
  createdAt: string;
@@ -5088,7 +5088,7 @@ export declare const receiveMessageContract: {
5088
5088
  };
5089
5089
  }, {
5090
5090
  message: {
5091
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
5091
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
5092
5092
  id: string;
5093
5093
  direction: "incoming" | "outgoing" | "system";
5094
5094
  createdAt: string;
@@ -5652,7 +5652,7 @@ export declare const mainFeedContract: {
5652
5652
  updatedAt: z.ZodDate;
5653
5653
  deletedAt: z.ZodNullable<z.ZodDate>;
5654
5654
  message: z.ZodNullable<z.ZodString>;
5655
- type: z.ZodUnion<[z.ZodEnum<["text", "added_photos", "added_video", "shared_story", "mobile_status_update", "no_data"]>, z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>]>;
5655
+ type: z.ZodUnion<[z.ZodEnum<["text", "added_photos", "added_video", "shared_story", "mobile_status_update", "no_data"]>, z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>]>;
5656
5656
  metadata: z.ZodAny;
5657
5657
  platformId: z.ZodString;
5658
5658
  platformMessageId: z.ZodString;
@@ -7460,7 +7460,7 @@ export declare const mainFeedContract: {
7460
7460
  }>;
7461
7461
  permalinkURL: z.ZodString;
7462
7462
  }, "strip", z.ZodTypeAny, {
7463
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
7463
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
7464
7464
  message: string | null;
7465
7465
  id: string;
7466
7466
  channel: {
@@ -7741,7 +7741,7 @@ export declare const mainFeedContract: {
7741
7741
  metadata?: any;
7742
7742
  template?: any;
7743
7743
  }, {
7744
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
7744
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
7745
7745
  message: string | null;
7746
7746
  id: string;
7747
7747
  channel: {
@@ -8024,7 +8024,7 @@ export declare const mainFeedContract: {
8024
8024
  }>;
8025
8025
  }, "strip", z.ZodTypeAny, {
8026
8026
  data: {
8027
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
8027
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
8028
8028
  message: string | null;
8029
8029
  id: string;
8030
8030
  channel: {
@@ -8308,7 +8308,7 @@ export declare const mainFeedContract: {
8308
8308
  requestId: string;
8309
8309
  }, {
8310
8310
  data: {
8311
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
8311
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
8312
8312
  message: string | null;
8313
8313
  id: string;
8314
8314
  channel: {
@@ -8637,7 +8637,7 @@ export declare const mainFeedContract: {
8637
8637
  page: z.ZodNumber;
8638
8638
  pageSize: z.ZodNumber;
8639
8639
  data: z.ZodObject<{
8640
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
8640
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
8641
8641
  message: z.ZodString;
8642
8642
  id: z.ZodString;
8643
8643
  url: z.ZodString;
@@ -10154,7 +10154,6 @@ export declare const mainFeedContract: {
10154
10154
  channelId: string;
10155
10155
  socialPlatformId: string;
10156
10156
  }>;
10157
- csatStatus: z.ZodNullable<z.ZodString>;
10158
10157
  actor: z.ZodObject<{
10159
10158
  id: z.ZodString;
10160
10159
  createdAt: z.ZodDate;
@@ -11997,7 +11996,6 @@ export declare const mainFeedContract: {
11997
11996
  closedAt: Date;
11998
11997
  lastMessageAt: Date | null;
11999
11998
  isBotRoom: boolean;
12000
- csatStatus: string | null;
12001
11999
  cxlog: {
12002
12000
  id: string;
12003
12001
  channel: string | null;
@@ -12425,7 +12423,6 @@ export declare const mainFeedContract: {
12425
12423
  closedAt: Date;
12426
12424
  lastMessageAt: Date | null;
12427
12425
  isBotRoom: boolean;
12428
- csatStatus: string | null;
12429
12426
  cxlog: {
12430
12427
  id: string;
12431
12428
  channel: string | null;
@@ -12566,7 +12563,7 @@ export declare const mainFeedContract: {
12566
12563
  deletedAt: z.ZodNullable<z.ZodDate>;
12567
12564
  message: z.ZodString;
12568
12565
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
12569
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
12566
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
12570
12567
  readAt: z.ZodDate;
12571
12568
  metadata: z.ZodAny;
12572
12569
  platformId: z.ZodString;
@@ -13224,7 +13221,7 @@ export declare const mainFeedContract: {
13224
13221
  };
13225
13222
  }>;
13226
13223
  }, "strip", z.ZodTypeAny, {
13227
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
13224
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
13228
13225
  message: string;
13229
13226
  id: string;
13230
13227
  url: string;
@@ -13386,7 +13383,7 @@ export declare const mainFeedContract: {
13386
13383
  metadata?: any;
13387
13384
  template?: any;
13388
13385
  }, {
13389
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
13386
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
13390
13387
  message: string;
13391
13388
  id: string;
13392
13389
  url: string;
@@ -14807,7 +14804,7 @@ export declare const mainFeedContract: {
14807
14804
  deletedAt: z.ZodNullable<z.ZodDate>;
14808
14805
  message: z.ZodString;
14809
14806
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
14810
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
14807
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
14811
14808
  readAt: z.ZodDate;
14812
14809
  metadata: z.ZodAny;
14813
14810
  platformId: z.ZodString;
@@ -15881,7 +15878,6 @@ export declare const mainFeedContract: {
15881
15878
  channelId: string;
15882
15879
  socialPlatformId: string;
15883
15880
  }>;
15884
- csatStatus: z.ZodNullable<z.ZodString>;
15885
15881
  actor: z.ZodObject<{
15886
15882
  id: z.ZodString;
15887
15883
  createdAt: z.ZodDate;
@@ -17724,7 +17720,6 @@ export declare const mainFeedContract: {
17724
17720
  closedAt: Date;
17725
17721
  lastMessageAt: Date | null;
17726
17722
  isBotRoom: boolean;
17727
- csatStatus: string | null;
17728
17723
  cxlog: {
17729
17724
  id: string;
17730
17725
  channel: string | null;
@@ -18152,7 +18147,6 @@ export declare const mainFeedContract: {
18152
18147
  closedAt: Date;
18153
18148
  lastMessageAt: Date | null;
18154
18149
  isBotRoom: boolean;
18155
- csatStatus: string | null;
18156
18150
  cxlog: {
18157
18151
  id: string;
18158
18152
  channel: string | null;
@@ -18296,7 +18290,7 @@ export declare const mainFeedContract: {
18296
18290
  deletedAt: z.ZodNullable<z.ZodDate>;
18297
18291
  message: z.ZodString;
18298
18292
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
18299
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
18293
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
18300
18294
  readAt: z.ZodDate;
18301
18295
  metadata: z.ZodAny;
18302
18296
  platformId: z.ZodString;
@@ -18954,7 +18948,7 @@ export declare const mainFeedContract: {
18954
18948
  };
18955
18949
  }>;
18956
18950
  }, "strip", z.ZodTypeAny, {
18957
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
18951
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
18958
18952
  message: string;
18959
18953
  id: string;
18960
18954
  url: string;
@@ -19116,7 +19110,7 @@ export declare const mainFeedContract: {
19116
19110
  metadata?: any;
19117
19111
  template?: any;
19118
19112
  }, {
19119
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
19113
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
19120
19114
  message: string;
19121
19115
  id: string;
19122
19116
  url: string;
@@ -19918,7 +19912,7 @@ export declare const mainFeedContract: {
19918
19912
  editedMessageid: z.ZodString;
19919
19913
  label: z.ZodOptional<z.ZodString>;
19920
19914
  }, "strip", z.ZodTypeAny, {
19921
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
19915
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
19922
19916
  message: string;
19923
19917
  id: string;
19924
19918
  url: string;
@@ -20353,7 +20347,6 @@ export declare const mainFeedContract: {
20353
20347
  closedAt: Date;
20354
20348
  lastMessageAt: Date | null;
20355
20349
  isBotRoom: boolean;
20356
- csatStatus: string | null;
20357
20350
  cxlog: {
20358
20351
  id: string;
20359
20352
  channel: string | null;
@@ -20472,7 +20465,7 @@ export declare const mainFeedContract: {
20472
20465
  previewUrl: string;
20473
20466
  imageSetId: string;
20474
20467
  repliedMessage: {
20475
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
20468
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
20476
20469
  message: string;
20477
20470
  id: string;
20478
20471
  url: string;
@@ -20683,7 +20676,7 @@ export declare const mainFeedContract: {
20683
20676
  template?: any;
20684
20677
  label?: string | undefined;
20685
20678
  }, {
20686
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
20679
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
20687
20680
  message: string;
20688
20681
  id: string;
20689
20682
  url: string;
@@ -21118,7 +21111,6 @@ export declare const mainFeedContract: {
21118
21111
  closedAt: Date;
21119
21112
  lastMessageAt: Date | null;
21120
21113
  isBotRoom: boolean;
21121
- csatStatus: string | null;
21122
21114
  cxlog: {
21123
21115
  id: string;
21124
21116
  channel: string | null;
@@ -21237,7 +21229,7 @@ export declare const mainFeedContract: {
21237
21229
  previewUrl: string;
21238
21230
  imageSetId: string;
21239
21231
  repliedMessage: {
21240
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
21232
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
21241
21233
  message: string;
21242
21234
  id: string;
21243
21235
  url: string;
@@ -21449,13 +21441,13 @@ export declare const mainFeedContract: {
21449
21441
  label?: string | undefined;
21450
21442
  }>, "many">;
21451
21443
  }, "strip", z.ZodTypeAny, {
21452
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
21444
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
21453
21445
  message: string;
21454
21446
  id: string;
21455
21447
  url: string;
21456
21448
  direction: "incoming" | "outgoing" | "system";
21457
21449
  children: {
21458
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
21450
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
21459
21451
  message: string;
21460
21452
  id: string;
21461
21453
  url: string;
@@ -21890,7 +21882,6 @@ export declare const mainFeedContract: {
21890
21882
  closedAt: Date;
21891
21883
  lastMessageAt: Date | null;
21892
21884
  isBotRoom: boolean;
21893
- csatStatus: string | null;
21894
21885
  cxlog: {
21895
21886
  id: string;
21896
21887
  channel: string | null;
@@ -22009,7 +22000,7 @@ export declare const mainFeedContract: {
22009
22000
  previewUrl: string;
22010
22001
  imageSetId: string;
22011
22002
  repliedMessage: {
22012
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
22003
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
22013
22004
  message: string;
22014
22005
  id: string;
22015
22006
  url: string;
@@ -22650,7 +22641,6 @@ export declare const mainFeedContract: {
22650
22641
  closedAt: Date;
22651
22642
  lastMessageAt: Date | null;
22652
22643
  isBotRoom: boolean;
22653
- csatStatus: string | null;
22654
22644
  cxlog: {
22655
22645
  id: string;
22656
22646
  channel: string | null;
@@ -22769,7 +22759,7 @@ export declare const mainFeedContract: {
22769
22759
  previewUrl: string;
22770
22760
  imageSetId: string;
22771
22761
  repliedMessage: {
22772
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
22762
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
22773
22763
  message: string;
22774
22764
  id: string;
22775
22765
  url: string;
@@ -23107,13 +23097,13 @@ export declare const mainFeedContract: {
23107
23097
  template?: any;
23108
23098
  metadata?: any;
23109
23099
  }, {
23110
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
23100
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
23111
23101
  message: string;
23112
23102
  id: string;
23113
23103
  url: string;
23114
23104
  direction: "incoming" | "outgoing" | "system";
23115
23105
  children: {
23116
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
23106
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
23117
23107
  message: string;
23118
23108
  id: string;
23119
23109
  url: string;
@@ -23548,7 +23538,6 @@ export declare const mainFeedContract: {
23548
23538
  closedAt: Date;
23549
23539
  lastMessageAt: Date | null;
23550
23540
  isBotRoom: boolean;
23551
- csatStatus: string | null;
23552
23541
  cxlog: {
23553
23542
  id: string;
23554
23543
  channel: string | null;
@@ -23667,7 +23656,7 @@ export declare const mainFeedContract: {
23667
23656
  previewUrl: string;
23668
23657
  imageSetId: string;
23669
23658
  repliedMessage: {
23670
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
23659
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
23671
23660
  message: string;
23672
23661
  id: string;
23673
23662
  url: string;
@@ -24308,7 +24297,6 @@ export declare const mainFeedContract: {
24308
24297
  closedAt: Date;
24309
24298
  lastMessageAt: Date | null;
24310
24299
  isBotRoom: boolean;
24311
- csatStatus: string | null;
24312
24300
  cxlog: {
24313
24301
  id: string;
24314
24302
  channel: string | null;
@@ -24427,7 +24415,7 @@ export declare const mainFeedContract: {
24427
24415
  previewUrl: string;
24428
24416
  imageSetId: string;
24429
24417
  repliedMessage: {
24430
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
24418
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
24431
24419
  message: string;
24432
24420
  id: string;
24433
24421
  url: string;
@@ -24767,13 +24755,13 @@ export declare const mainFeedContract: {
24767
24755
  }>;
24768
24756
  }, "strip", z.ZodTypeAny, {
24769
24757
  data: {
24770
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
24758
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
24771
24759
  message: string;
24772
24760
  id: string;
24773
24761
  url: string;
24774
24762
  direction: "incoming" | "outgoing" | "system";
24775
24763
  children: {
24776
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
24764
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
24777
24765
  message: string;
24778
24766
  id: string;
24779
24767
  url: string;
@@ -25208,7 +25196,6 @@ export declare const mainFeedContract: {
25208
25196
  closedAt: Date;
25209
25197
  lastMessageAt: Date | null;
25210
25198
  isBotRoom: boolean;
25211
- csatStatus: string | null;
25212
25199
  cxlog: {
25213
25200
  id: string;
25214
25201
  channel: string | null;
@@ -25327,7 +25314,7 @@ export declare const mainFeedContract: {
25327
25314
  previewUrl: string;
25328
25315
  imageSetId: string;
25329
25316
  repliedMessage: {
25330
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
25317
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
25331
25318
  message: string;
25332
25319
  id: string;
25333
25320
  url: string;
@@ -25968,7 +25955,6 @@ export declare const mainFeedContract: {
25968
25955
  closedAt: Date;
25969
25956
  lastMessageAt: Date | null;
25970
25957
  isBotRoom: boolean;
25971
- csatStatus: string | null;
25972
25958
  cxlog: {
25973
25959
  id: string;
25974
25960
  channel: string | null;
@@ -26087,7 +26073,7 @@ export declare const mainFeedContract: {
26087
26073
  previewUrl: string;
26088
26074
  imageSetId: string;
26089
26075
  repliedMessage: {
26090
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
26076
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
26091
26077
  message: string;
26092
26078
  id: string;
26093
26079
  url: string;
@@ -26431,13 +26417,13 @@ export declare const mainFeedContract: {
26431
26417
  requestId: string;
26432
26418
  }, {
26433
26419
  data: {
26434
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
26420
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
26435
26421
  message: string;
26436
26422
  id: string;
26437
26423
  url: string;
26438
26424
  direction: "incoming" | "outgoing" | "system";
26439
26425
  children: {
26440
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
26426
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
26441
26427
  message: string;
26442
26428
  id: string;
26443
26429
  url: string;
@@ -26872,7 +26858,6 @@ export declare const mainFeedContract: {
26872
26858
  closedAt: Date;
26873
26859
  lastMessageAt: Date | null;
26874
26860
  isBotRoom: boolean;
26875
- csatStatus: string | null;
26876
26861
  cxlog: {
26877
26862
  id: string;
26878
26863
  channel: string | null;
@@ -26991,7 +26976,7 @@ export declare const mainFeedContract: {
26991
26976
  previewUrl: string;
26992
26977
  imageSetId: string;
26993
26978
  repliedMessage: {
26994
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
26979
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
26995
26980
  message: string;
26996
26981
  id: string;
26997
26982
  url: string;
@@ -27632,7 +27617,6 @@ export declare const mainFeedContract: {
27632
27617
  closedAt: Date;
27633
27618
  lastMessageAt: Date | null;
27634
27619
  isBotRoom: boolean;
27635
- csatStatus: string | null;
27636
27620
  cxlog: {
27637
27621
  id: string;
27638
27622
  channel: string | null;
@@ -27751,7 +27735,7 @@ export declare const mainFeedContract: {
27751
27735
  previewUrl: string;
27752
27736
  imageSetId: string;
27753
27737
  repliedMessage: {
27754
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
27738
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
27755
27739
  message: string;
27756
27740
  id: string;
27757
27741
  url: string;
@@ -29321,7 +29305,6 @@ export declare const mainChatRoomContract: {
29321
29305
  channelId: string;
29322
29306
  socialPlatformId: string;
29323
29307
  }>;
29324
- csatStatus: z.ZodNullable<z.ZodString>;
29325
29308
  actor: z.ZodObject<{
29326
29309
  id: z.ZodString;
29327
29310
  createdAt: z.ZodDate;
@@ -31164,7 +31147,6 @@ export declare const mainChatRoomContract: {
31164
31147
  closedAt: Date;
31165
31148
  lastMessageAt: Date | null;
31166
31149
  isBotRoom: boolean;
31167
- csatStatus: string | null;
31168
31150
  cxlog: {
31169
31151
  id: string;
31170
31152
  channel: string | null;
@@ -31592,7 +31574,6 @@ export declare const mainChatRoomContract: {
31592
31574
  closedAt: Date;
31593
31575
  lastMessageAt: Date | null;
31594
31576
  isBotRoom: boolean;
31595
- csatStatus: string | null;
31596
31577
  cxlog: {
31597
31578
  id: string;
31598
31579
  channel: string | null;
@@ -32032,7 +32013,6 @@ export declare const mainChatRoomContract: {
32032
32013
  closedAt: Date;
32033
32014
  lastMessageAt: Date | null;
32034
32015
  isBotRoom: boolean;
32035
- csatStatus: string | null;
32036
32016
  cxlog: {
32037
32017
  id: string;
32038
32018
  channel: string | null;
@@ -32470,7 +32450,6 @@ export declare const mainChatRoomContract: {
32470
32450
  closedAt: Date;
32471
32451
  lastMessageAt: Date | null;
32472
32452
  isBotRoom: boolean;
32473
- csatStatus: string | null;
32474
32453
  cxlog: {
32475
32454
  id: string;
32476
32455
  channel: string | null;
@@ -33688,7 +33667,6 @@ export declare const mainChatRoomContract: {
33688
33667
  channelId: string;
33689
33668
  socialPlatformId: string;
33690
33669
  }>;
33691
- csatStatus: z.ZodNullable<z.ZodString>;
33692
33670
  actor: z.ZodObject<{
33693
33671
  id: z.ZodString;
33694
33672
  createdAt: z.ZodDate;
@@ -35531,7 +35509,6 @@ export declare const mainChatRoomContract: {
35531
35509
  closedAt: Date;
35532
35510
  lastMessageAt: Date | null;
35533
35511
  isBotRoom: boolean;
35534
- csatStatus: string | null;
35535
35512
  cxlog: {
35536
35513
  id: string;
35537
35514
  channel: string | null;
@@ -35959,7 +35936,6 @@ export declare const mainChatRoomContract: {
35959
35936
  closedAt: Date;
35960
35937
  lastMessageAt: Date | null;
35961
35938
  isBotRoom: boolean;
35962
- csatStatus: string | null;
35963
35939
  cxlog: {
35964
35940
  id: string;
35965
35941
  channel: string | null;
@@ -36065,7 +36041,7 @@ export declare const mainChatRoomContract: {
36065
36041
  latestIncomingMessage: z.ZodObject<{
36066
36042
  message: z.ZodString;
36067
36043
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
36068
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
36044
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
36069
36045
  readAt: z.ZodDate;
36070
36046
  metadata: z.ZodAny;
36071
36047
  platformId: z.ZodString;
@@ -36077,7 +36053,7 @@ export declare const mainChatRoomContract: {
36077
36053
  previewUrl: z.ZodString;
36078
36054
  imageSetId: z.ZodString;
36079
36055
  }, "strip", z.ZodTypeAny, {
36080
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
36056
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
36081
36057
  message: string;
36082
36058
  url: string;
36083
36059
  direction: "incoming" | "outgoing" | "system";
@@ -36091,7 +36067,7 @@ export declare const mainChatRoomContract: {
36091
36067
  metadata?: any;
36092
36068
  template?: any;
36093
36069
  }, {
36094
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
36070
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
36095
36071
  message: string;
36096
36072
  url: string;
36097
36073
  direction: "incoming" | "outgoing" | "system";
@@ -36108,7 +36084,7 @@ export declare const mainChatRoomContract: {
36108
36084
  latestMessage: z.ZodObject<{
36109
36085
  message: z.ZodString;
36110
36086
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
36111
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
36087
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
36112
36088
  readAt: z.ZodDate;
36113
36089
  metadata: z.ZodAny;
36114
36090
  platformId: z.ZodString;
@@ -36120,7 +36096,7 @@ export declare const mainChatRoomContract: {
36120
36096
  previewUrl: z.ZodString;
36121
36097
  imageSetId: z.ZodString;
36122
36098
  }, "strip", z.ZodTypeAny, {
36123
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
36099
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
36124
36100
  message: string;
36125
36101
  url: string;
36126
36102
  direction: "incoming" | "outgoing" | "system";
@@ -36134,7 +36110,7 @@ export declare const mainChatRoomContract: {
36134
36110
  metadata?: any;
36135
36111
  template?: any;
36136
36112
  }, {
36137
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
36113
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
36138
36114
  message: string;
36139
36115
  url: string;
36140
36116
  direction: "incoming" | "outgoing" | "system";
@@ -36475,7 +36451,6 @@ export declare const mainChatRoomContract: {
36475
36451
  closedAt: Date;
36476
36452
  lastMessageAt: Date | null;
36477
36453
  isBotRoom: boolean;
36478
- csatStatus: string | null;
36479
36454
  cxlog: {
36480
36455
  id: string;
36481
36456
  channel: string | null;
@@ -36579,7 +36554,7 @@ export declare const mainChatRoomContract: {
36579
36554
  automationQueueId?: string | null | undefined;
36580
36555
  };
36581
36556
  latestIncomingMessage: {
36582
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
36557
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
36583
36558
  message: string;
36584
36559
  url: string;
36585
36560
  direction: "incoming" | "outgoing" | "system";
@@ -36594,7 +36569,7 @@ export declare const mainChatRoomContract: {
36594
36569
  template?: any;
36595
36570
  };
36596
36571
  latestMessage: {
36597
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
36572
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
36598
36573
  message: string;
36599
36574
  url: string;
36600
36575
  direction: "incoming" | "outgoing" | "system";
@@ -36935,7 +36910,6 @@ export declare const mainChatRoomContract: {
36935
36910
  closedAt: Date;
36936
36911
  lastMessageAt: Date | null;
36937
36912
  isBotRoom: boolean;
36938
- csatStatus: string | null;
36939
36913
  cxlog: {
36940
36914
  id: string;
36941
36915
  channel: string | null;
@@ -37039,7 +37013,7 @@ export declare const mainChatRoomContract: {
37039
37013
  automationQueueId?: string | null | undefined;
37040
37014
  };
37041
37015
  latestIncomingMessage: {
37042
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
37016
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
37043
37017
  message: string;
37044
37018
  url: string;
37045
37019
  direction: "incoming" | "outgoing" | "system";
@@ -37054,7 +37028,7 @@ export declare const mainChatRoomContract: {
37054
37028
  template?: any;
37055
37029
  };
37056
37030
  latestMessage: {
37057
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
37031
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
37058
37032
  message: string;
37059
37033
  url: string;
37060
37034
  direction: "incoming" | "outgoing" | "system";
@@ -37397,7 +37371,6 @@ export declare const mainChatRoomContract: {
37397
37371
  closedAt: Date;
37398
37372
  lastMessageAt: Date | null;
37399
37373
  isBotRoom: boolean;
37400
- csatStatus: string | null;
37401
37374
  cxlog: {
37402
37375
  id: string;
37403
37376
  channel: string | null;
@@ -37501,7 +37474,7 @@ export declare const mainChatRoomContract: {
37501
37474
  automationQueueId?: string | null | undefined;
37502
37475
  };
37503
37476
  latestIncomingMessage: {
37504
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
37477
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
37505
37478
  message: string;
37506
37479
  url: string;
37507
37480
  direction: "incoming" | "outgoing" | "system";
@@ -37516,7 +37489,7 @@ export declare const mainChatRoomContract: {
37516
37489
  template?: any;
37517
37490
  };
37518
37491
  latestMessage: {
37519
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
37492
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
37520
37493
  message: string;
37521
37494
  url: string;
37522
37495
  direction: "incoming" | "outgoing" | "system";
@@ -37860,7 +37833,6 @@ export declare const mainChatRoomContract: {
37860
37833
  closedAt: Date;
37861
37834
  lastMessageAt: Date | null;
37862
37835
  isBotRoom: boolean;
37863
- csatStatus: string | null;
37864
37836
  cxlog: {
37865
37837
  id: string;
37866
37838
  channel: string | null;
@@ -37964,7 +37936,7 @@ export declare const mainChatRoomContract: {
37964
37936
  automationQueueId?: string | null | undefined;
37965
37937
  };
37966
37938
  latestIncomingMessage: {
37967
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
37939
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
37968
37940
  message: string;
37969
37941
  url: string;
37970
37942
  direction: "incoming" | "outgoing" | "system";
@@ -37979,7 +37951,7 @@ export declare const mainChatRoomContract: {
37979
37951
  template?: any;
37980
37952
  };
37981
37953
  latestMessage: {
37982
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
37954
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
37983
37955
  message: string;
37984
37956
  url: string;
37985
37957
  direction: "incoming" | "outgoing" | "system";
@@ -40059,7 +40031,6 @@ export declare const mainChatRoomContract: {
40059
40031
  closedAt: z.ZodDate;
40060
40032
  lastMessageAt: z.ZodNullable<z.ZodDate>;
40061
40033
  isBotRoom: z.ZodBoolean;
40062
- csatStatus: z.ZodNullable<z.ZodString>;
40063
40034
  cxlog: z.ZodObject<{
40064
40035
  id: z.ZodString;
40065
40036
  createdAt: z.ZodDate;
@@ -40948,7 +40919,6 @@ export declare const mainChatRoomContract: {
40948
40919
  closedAt: Date;
40949
40920
  lastMessageAt: Date | null;
40950
40921
  isBotRoom: boolean;
40951
- csatStatus: string | null;
40952
40922
  cxlog: {
40953
40923
  id: string;
40954
40924
  channel: string | null;
@@ -41377,7 +41347,6 @@ export declare const mainChatRoomContract: {
41377
41347
  closedAt: Date;
41378
41348
  lastMessageAt: Date | null;
41379
41349
  isBotRoom: boolean;
41380
- csatStatus: string | null;
41381
41350
  cxlog: {
41382
41351
  id: string;
41383
41352
  channel: string | null;
@@ -41808,7 +41777,6 @@ export declare const mainChatRoomContract: {
41808
41777
  closedAt: Date;
41809
41778
  lastMessageAt: Date | null;
41810
41779
  isBotRoom: boolean;
41811
- csatStatus: string | null;
41812
41780
  cxlog: {
41813
41781
  id: string;
41814
41782
  channel: string | null;
@@ -42240,7 +42208,6 @@ export declare const mainChatRoomContract: {
42240
42208
  closedAt: Date;
42241
42209
  lastMessageAt: Date | null;
42242
42210
  isBotRoom: boolean;
42243
- csatStatus: string | null;
42244
42211
  cxlog: {
42245
42212
  id: string;
42246
42213
  channel: string | null;
@@ -44407,7 +44374,6 @@ export declare const mainChatRoomContract: {
44407
44374
  closedAt: z.ZodDate;
44408
44375
  lastMessageAt: z.ZodNullable<z.ZodDate>;
44409
44376
  isBotRoom: z.ZodBoolean;
44410
- csatStatus: z.ZodNullable<z.ZodString>;
44411
44377
  cxlog: z.ZodObject<{
44412
44378
  id: z.ZodString;
44413
44379
  createdAt: z.ZodDate;
@@ -46178,7 +46144,6 @@ export declare const mainChatRoomContract: {
46178
46144
  closedAt: Date;
46179
46145
  lastMessageAt: Date | null;
46180
46146
  isBotRoom: boolean;
46181
- csatStatus: string | null;
46182
46147
  cxlog: {
46183
46148
  id: string;
46184
46149
  channel: string | null;
@@ -46719,7 +46684,6 @@ export declare const mainChatRoomContract: {
46719
46684
  closedAt: Date;
46720
46685
  lastMessageAt: Date | null;
46721
46686
  isBotRoom: boolean;
46722
- csatStatus: string | null;
46723
46687
  cxlog: {
46724
46688
  id: string;
46725
46689
  channel: string | null;
@@ -47262,7 +47226,6 @@ export declare const mainChatRoomContract: {
47262
47226
  closedAt: Date;
47263
47227
  lastMessageAt: Date | null;
47264
47228
  isBotRoom: boolean;
47265
- csatStatus: string | null;
47266
47229
  cxlog: {
47267
47230
  id: string;
47268
47231
  channel: string | null;
@@ -47806,7 +47769,6 @@ export declare const mainChatRoomContract: {
47806
47769
  closedAt: Date;
47807
47770
  lastMessageAt: Date | null;
47808
47771
  isBotRoom: boolean;
47809
- csatStatus: string | null;
47810
47772
  cxlog: {
47811
47773
  id: string;
47812
47774
  channel: string | null;
@@ -49963,7 +49925,6 @@ export declare const mainChatRoomContract: {
49963
49925
  closedAt: z.ZodDate;
49964
49926
  lastMessageAt: z.ZodNullable<z.ZodDate>;
49965
49927
  isBotRoom: z.ZodBoolean;
49966
- csatStatus: z.ZodNullable<z.ZodString>;
49967
49928
  cxlog: z.ZodObject<{
49968
49929
  id: z.ZodString;
49969
49930
  createdAt: z.ZodDate;
@@ -50853,7 +50814,6 @@ export declare const mainChatRoomContract: {
50853
50814
  closedAt: Date;
50854
50815
  lastMessageAt: Date | null;
50855
50816
  isBotRoom: boolean;
50856
- csatStatus: string | null;
50857
50817
  cxlog: {
50858
50818
  id: string;
50859
50819
  channel: string | null;
@@ -51282,7 +51242,6 @@ export declare const mainChatRoomContract: {
51282
51242
  closedAt: Date;
51283
51243
  lastMessageAt: Date | null;
51284
51244
  isBotRoom: boolean;
51285
- csatStatus: string | null;
51286
51245
  cxlog: {
51287
51246
  id: string;
51288
51247
  channel: string | null;
@@ -51713,7 +51672,6 @@ export declare const mainChatRoomContract: {
51713
51672
  closedAt: Date;
51714
51673
  lastMessageAt: Date | null;
51715
51674
  isBotRoom: boolean;
51716
- csatStatus: string | null;
51717
51675
  cxlog: {
51718
51676
  id: string;
51719
51677
  channel: string | null;
@@ -52145,7 +52103,6 @@ export declare const mainChatRoomContract: {
52145
52103
  closedAt: Date;
52146
52104
  lastMessageAt: Date | null;
52147
52105
  isBotRoom: boolean;
52148
- csatStatus: string | null;
52149
52106
  cxlog: {
52150
52107
  id: string;
52151
52108
  channel: string | null;
@@ -54315,7 +54272,6 @@ export declare const mainChatRoomContract: {
54315
54272
  closedAt: z.ZodDate;
54316
54273
  lastMessageAt: z.ZodNullable<z.ZodDate>;
54317
54274
  isBotRoom: z.ZodBoolean;
54318
- csatStatus: z.ZodNullable<z.ZodString>;
54319
54275
  cxlog: z.ZodObject<{
54320
54276
  id: z.ZodString;
54321
54277
  createdAt: z.ZodDate;
@@ -55203,7 +55159,6 @@ export declare const mainChatRoomContract: {
55203
55159
  closedAt: Date;
55204
55160
  lastMessageAt: Date | null;
55205
55161
  isBotRoom: boolean;
55206
- csatStatus: string | null;
55207
55162
  cxlog: {
55208
55163
  id: string;
55209
55164
  channel: string | null;
@@ -55631,7 +55586,6 @@ export declare const mainChatRoomContract: {
55631
55586
  closedAt: Date;
55632
55587
  lastMessageAt: Date | null;
55633
55588
  isBotRoom: boolean;
55634
- csatStatus: string | null;
55635
55589
  cxlog: {
55636
55590
  id: string;
55637
55591
  channel: string | null;
@@ -56061,7 +56015,6 @@ export declare const mainChatRoomContract: {
56061
56015
  closedAt: Date;
56062
56016
  lastMessageAt: Date | null;
56063
56017
  isBotRoom: boolean;
56064
- csatStatus: string | null;
56065
56018
  cxlog: {
56066
56019
  id: string;
56067
56020
  channel: string | null;
@@ -56495,7 +56448,6 @@ export declare const mainChatRoomContract: {
56495
56448
  closedAt: Date;
56496
56449
  lastMessageAt: Date | null;
56497
56450
  isBotRoom: boolean;
56498
- csatStatus: string | null;
56499
56451
  cxlog: {
56500
56452
  id: string;
56501
56453
  channel: string | null;
@@ -56627,7 +56579,7 @@ export declare const mainChatContract: {
56627
56579
  sendMessage: {
56628
56580
  body: z.ZodObject<{
56629
56581
  roomId: z.ZodString;
56630
- messageType: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
56582
+ messageType: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
56631
56583
  message: z.ZodOptional<z.ZodString>;
56632
56584
  messageAttachments: z.ZodOptional<z.ZodObject<{
56633
56585
  bucketName: z.ZodString;
@@ -56637,6 +56589,8 @@ export declare const mainChatContract: {
56637
56589
  url: z.ZodNullable<z.ZodString>;
56638
56590
  fileType: z.ZodString;
56639
56591
  thumbnailUrl: z.ZodOptional<z.ZodString>;
56592
+ width: z.ZodOptional<z.ZodString>;
56593
+ height: z.ZodOptional<z.ZodString>;
56640
56594
  }, "strip", z.ZodTypeAny, {
56641
56595
  url: string | null;
56642
56596
  fileName: string;
@@ -56645,6 +56599,8 @@ export declare const mainChatContract: {
56645
56599
  bucketName: string;
56646
56600
  fileSize: number;
56647
56601
  thumbnailUrl?: string | undefined;
56602
+ width?: string | undefined;
56603
+ height?: string | undefined;
56648
56604
  }, {
56649
56605
  url: string | null;
56650
56606
  fileName: string;
@@ -56653,6 +56609,8 @@ export declare const mainChatContract: {
56653
56609
  bucketName: string;
56654
56610
  fileSize: number;
56655
56611
  thumbnailUrl?: string | undefined;
56612
+ width?: string | undefined;
56613
+ height?: string | undefined;
56656
56614
  }>>;
56657
56615
  user: z.ZodOptional<z.ZodObject<{
56658
56616
  id: z.ZodString;
@@ -56886,7 +56844,7 @@ export declare const mainChatContract: {
56886
56844
  mentions?: string[] | undefined;
56887
56845
  }>>;
56888
56846
  }, "strip", z.ZodTypeAny, {
56889
- messageType: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
56847
+ messageType: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
56890
56848
  roomId: string;
56891
56849
  message?: string | undefined;
56892
56850
  messageAttachments?: {
@@ -56897,6 +56855,8 @@ export declare const mainChatContract: {
56897
56855
  bucketName: string;
56898
56856
  fileSize: number;
56899
56857
  thumbnailUrl?: string | undefined;
56858
+ width?: string | undefined;
56859
+ height?: string | undefined;
56900
56860
  } | undefined;
56901
56861
  user?: {
56902
56862
  name: string;
@@ -56958,7 +56918,7 @@ export declare const mainChatContract: {
56958
56918
  mentions?: string[] | undefined;
56959
56919
  } | undefined;
56960
56920
  }, {
56961
- messageType: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
56921
+ messageType: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
56962
56922
  roomId: string;
56963
56923
  message?: string | undefined;
56964
56924
  messageAttachments?: {
@@ -56969,6 +56929,8 @@ export declare const mainChatContract: {
56969
56929
  bucketName: string;
56970
56930
  fileSize: number;
56971
56931
  thumbnailUrl?: string | undefined;
56932
+ width?: string | undefined;
56933
+ height?: string | undefined;
56972
56934
  } | undefined;
56973
56935
  user?: {
56974
56936
  name: string;
@@ -57036,7 +56998,7 @@ export declare const mainChatContract: {
57036
56998
  200: z.ZodObject<{
57037
56999
  requestId: z.ZodString;
57038
57000
  data: z.ZodObject<{
57039
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
57001
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
57040
57002
  message: z.ZodString;
57041
57003
  id: z.ZodString;
57042
57004
  url: z.ZodString;
@@ -58553,7 +58515,6 @@ export declare const mainChatContract: {
58553
58515
  channelId: string;
58554
58516
  socialPlatformId: string;
58555
58517
  }>;
58556
- csatStatus: z.ZodNullable<z.ZodString>;
58557
58518
  actor: z.ZodObject<{
58558
58519
  id: z.ZodString;
58559
58520
  createdAt: z.ZodDate;
@@ -60396,7 +60357,6 @@ export declare const mainChatContract: {
60396
60357
  closedAt: Date;
60397
60358
  lastMessageAt: Date | null;
60398
60359
  isBotRoom: boolean;
60399
- csatStatus: string | null;
60400
60360
  cxlog: {
60401
60361
  id: string;
60402
60362
  channel: string | null;
@@ -60824,7 +60784,6 @@ export declare const mainChatContract: {
60824
60784
  closedAt: Date;
60825
60785
  lastMessageAt: Date | null;
60826
60786
  isBotRoom: boolean;
60827
- csatStatus: string | null;
60828
60787
  cxlog: {
60829
60788
  id: string;
60830
60789
  channel: string | null;
@@ -60965,7 +60924,7 @@ export declare const mainChatContract: {
60965
60924
  deletedAt: z.ZodNullable<z.ZodDate>;
60966
60925
  message: z.ZodString;
60967
60926
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
60968
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
60927
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
60969
60928
  readAt: z.ZodDate;
60970
60929
  metadata: z.ZodAny;
60971
60930
  platformId: z.ZodString;
@@ -61623,7 +61582,7 @@ export declare const mainChatContract: {
61623
61582
  };
61624
61583
  }>;
61625
61584
  }, "strip", z.ZodTypeAny, {
61626
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
61585
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
61627
61586
  message: string;
61628
61587
  id: string;
61629
61588
  url: string;
@@ -61785,7 +61744,7 @@ export declare const mainChatContract: {
61785
61744
  metadata?: any;
61786
61745
  template?: any;
61787
61746
  }, {
61788
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
61747
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
61789
61748
  message: string;
61790
61749
  id: string;
61791
61750
  url: string;
@@ -62159,7 +62118,7 @@ export declare const mainChatContract: {
62159
62118
  deletedAt: z.ZodNullable<z.ZodDate>;
62160
62119
  message: z.ZodString;
62161
62120
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
62162
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
62121
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
62163
62122
  readAt: z.ZodDate;
62164
62123
  metadata: z.ZodAny;
62165
62124
  platformId: z.ZodString;
@@ -63233,7 +63192,6 @@ export declare const mainChatContract: {
63233
63192
  channelId: string;
63234
63193
  socialPlatformId: string;
63235
63194
  }>;
63236
- csatStatus: z.ZodNullable<z.ZodString>;
63237
63195
  actor: z.ZodObject<{
63238
63196
  id: z.ZodString;
63239
63197
  createdAt: z.ZodDate;
@@ -65076,7 +65034,6 @@ export declare const mainChatContract: {
65076
65034
  closedAt: Date;
65077
65035
  lastMessageAt: Date | null;
65078
65036
  isBotRoom: boolean;
65079
- csatStatus: string | null;
65080
65037
  cxlog: {
65081
65038
  id: string;
65082
65039
  channel: string | null;
@@ -65504,7 +65461,6 @@ export declare const mainChatContract: {
65504
65461
  closedAt: Date;
65505
65462
  lastMessageAt: Date | null;
65506
65463
  isBotRoom: boolean;
65507
- csatStatus: string | null;
65508
65464
  cxlog: {
65509
65465
  id: string;
65510
65466
  channel: string | null;
@@ -65648,7 +65604,7 @@ export declare const mainChatContract: {
65648
65604
  deletedAt: z.ZodNullable<z.ZodDate>;
65649
65605
  message: z.ZodString;
65650
65606
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
65651
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
65607
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
65652
65608
  readAt: z.ZodDate;
65653
65609
  metadata: z.ZodAny;
65654
65610
  platformId: z.ZodString;
@@ -66306,7 +66262,7 @@ export declare const mainChatContract: {
66306
66262
  };
66307
66263
  }>;
66308
66264
  }, "strip", z.ZodTypeAny, {
66309
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
66265
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
66310
66266
  message: string;
66311
66267
  id: string;
66312
66268
  url: string;
@@ -66468,7 +66424,7 @@ export declare const mainChatContract: {
66468
66424
  metadata?: any;
66469
66425
  template?: any;
66470
66426
  }, {
66471
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
66427
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
66472
66428
  message: string;
66473
66429
  id: string;
66474
66430
  url: string;
@@ -67270,7 +67226,7 @@ export declare const mainChatContract: {
67270
67226
  editedMessageid: z.ZodString;
67271
67227
  label: z.ZodOptional<z.ZodString>;
67272
67228
  }, "strip", z.ZodTypeAny, {
67273
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
67229
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
67274
67230
  message: string;
67275
67231
  id: string;
67276
67232
  url: string;
@@ -67705,7 +67661,6 @@ export declare const mainChatContract: {
67705
67661
  closedAt: Date;
67706
67662
  lastMessageAt: Date | null;
67707
67663
  isBotRoom: boolean;
67708
- csatStatus: string | null;
67709
67664
  cxlog: {
67710
67665
  id: string;
67711
67666
  channel: string | null;
@@ -67824,7 +67779,7 @@ export declare const mainChatContract: {
67824
67779
  previewUrl: string;
67825
67780
  imageSetId: string;
67826
67781
  repliedMessage: {
67827
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
67782
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
67828
67783
  message: string;
67829
67784
  id: string;
67830
67785
  url: string;
@@ -68035,7 +67990,7 @@ export declare const mainChatContract: {
68035
67990
  template?: any;
68036
67991
  label?: string | undefined;
68037
67992
  }, {
68038
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
67993
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
68039
67994
  message: string;
68040
67995
  id: string;
68041
67996
  url: string;
@@ -68470,7 +68425,6 @@ export declare const mainChatContract: {
68470
68425
  closedAt: Date;
68471
68426
  lastMessageAt: Date | null;
68472
68427
  isBotRoom: boolean;
68473
- csatStatus: string | null;
68474
68428
  cxlog: {
68475
68429
  id: string;
68476
68430
  channel: string | null;
@@ -68589,7 +68543,7 @@ export declare const mainChatContract: {
68589
68543
  previewUrl: string;
68590
68544
  imageSetId: string;
68591
68545
  repliedMessage: {
68592
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
68546
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
68593
68547
  message: string;
68594
68548
  id: string;
68595
68549
  url: string;
@@ -68801,7 +68755,7 @@ export declare const mainChatContract: {
68801
68755
  label?: string | undefined;
68802
68756
  }>>>;
68803
68757
  }, "strip", z.ZodTypeAny, {
68804
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
68758
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
68805
68759
  message: string;
68806
68760
  id: string;
68807
68761
  url: string;
@@ -69236,7 +69190,6 @@ export declare const mainChatContract: {
69236
69190
  closedAt: Date;
69237
69191
  lastMessageAt: Date | null;
69238
69192
  isBotRoom: boolean;
69239
- csatStatus: string | null;
69240
69193
  cxlog: {
69241
69194
  id: string;
69242
69195
  channel: string | null;
@@ -69355,7 +69308,7 @@ export declare const mainChatContract: {
69355
69308
  previewUrl: string;
69356
69309
  imageSetId: string;
69357
69310
  repliedMessage: {
69358
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
69311
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
69359
69312
  message: string;
69360
69313
  id: string;
69361
69314
  url: string;
@@ -69566,7 +69519,7 @@ export declare const mainChatContract: {
69566
69519
  template?: any;
69567
69520
  metadata?: any;
69568
69521
  fromMessage?: {
69569
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
69522
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
69570
69523
  message: string;
69571
69524
  id: string;
69572
69525
  url: string;
@@ -70001,7 +69954,6 @@ export declare const mainChatContract: {
70001
69954
  closedAt: Date;
70002
69955
  lastMessageAt: Date | null;
70003
69956
  isBotRoom: boolean;
70004
- csatStatus: string | null;
70005
69957
  cxlog: {
70006
69958
  id: string;
70007
69959
  channel: string | null;
@@ -70120,7 +70072,7 @@ export declare const mainChatContract: {
70120
70072
  previewUrl: string;
70121
70073
  imageSetId: string;
70122
70074
  repliedMessage: {
70123
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
70075
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
70124
70076
  message: string;
70125
70077
  id: string;
70126
70078
  url: string;
@@ -70332,7 +70284,7 @@ export declare const mainChatContract: {
70332
70284
  label?: string | undefined;
70333
70285
  } | null | undefined;
70334
70286
  }, {
70335
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
70287
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
70336
70288
  message: string;
70337
70289
  id: string;
70338
70290
  url: string;
@@ -70767,7 +70719,6 @@ export declare const mainChatContract: {
70767
70719
  closedAt: Date;
70768
70720
  lastMessageAt: Date | null;
70769
70721
  isBotRoom: boolean;
70770
- csatStatus: string | null;
70771
70722
  cxlog: {
70772
70723
  id: string;
70773
70724
  channel: string | null;
@@ -70886,7 +70837,7 @@ export declare const mainChatContract: {
70886
70837
  previewUrl: string;
70887
70838
  imageSetId: string;
70888
70839
  repliedMessage: {
70889
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
70840
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
70890
70841
  message: string;
70891
70842
  id: string;
70892
70843
  url: string;
@@ -71097,7 +71048,7 @@ export declare const mainChatContract: {
71097
71048
  template?: any;
71098
71049
  metadata?: any;
71099
71050
  fromMessage?: {
71100
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
71051
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
71101
71052
  message: string;
71102
71053
  id: string;
71103
71054
  url: string;
@@ -71532,7 +71483,6 @@ export declare const mainChatContract: {
71532
71483
  closedAt: Date;
71533
71484
  lastMessageAt: Date | null;
71534
71485
  isBotRoom: boolean;
71535
- csatStatus: string | null;
71536
71486
  cxlog: {
71537
71487
  id: string;
71538
71488
  channel: string | null;
@@ -71651,7 +71601,7 @@ export declare const mainChatContract: {
71651
71601
  previewUrl: string;
71652
71602
  imageSetId: string;
71653
71603
  repliedMessage: {
71654
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
71604
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
71655
71605
  message: string;
71656
71606
  id: string;
71657
71607
  url: string;
@@ -71865,7 +71815,7 @@ export declare const mainChatContract: {
71865
71815
  }>;
71866
71816
  }, "strip", z.ZodTypeAny, {
71867
71817
  data: {
71868
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
71818
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
71869
71819
  message: string;
71870
71820
  id: string;
71871
71821
  url: string;
@@ -72300,7 +72250,6 @@ export declare const mainChatContract: {
72300
72250
  closedAt: Date;
72301
72251
  lastMessageAt: Date | null;
72302
72252
  isBotRoom: boolean;
72303
- csatStatus: string | null;
72304
72253
  cxlog: {
72305
72254
  id: string;
72306
72255
  channel: string | null;
@@ -72419,7 +72368,7 @@ export declare const mainChatContract: {
72419
72368
  previewUrl: string;
72420
72369
  imageSetId: string;
72421
72370
  repliedMessage: {
72422
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
72371
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
72423
72372
  message: string;
72424
72373
  id: string;
72425
72374
  url: string;
@@ -72630,7 +72579,7 @@ export declare const mainChatContract: {
72630
72579
  template?: any;
72631
72580
  metadata?: any;
72632
72581
  fromMessage?: {
72633
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
72582
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
72634
72583
  message: string;
72635
72584
  id: string;
72636
72585
  url: string;
@@ -73065,7 +73014,6 @@ export declare const mainChatContract: {
73065
73014
  closedAt: Date;
73066
73015
  lastMessageAt: Date | null;
73067
73016
  isBotRoom: boolean;
73068
- csatStatus: string | null;
73069
73017
  cxlog: {
73070
73018
  id: string;
73071
73019
  channel: string | null;
@@ -73184,7 +73132,7 @@ export declare const mainChatContract: {
73184
73132
  previewUrl: string;
73185
73133
  imageSetId: string;
73186
73134
  repliedMessage: {
73187
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
73135
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
73188
73136
  message: string;
73189
73137
  id: string;
73190
73138
  url: string;
@@ -73399,7 +73347,7 @@ export declare const mainChatContract: {
73399
73347
  requestId: string;
73400
73348
  }, {
73401
73349
  data: {
73402
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
73350
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
73403
73351
  message: string;
73404
73352
  id: string;
73405
73353
  url: string;
@@ -73834,7 +73782,6 @@ export declare const mainChatContract: {
73834
73782
  closedAt: Date;
73835
73783
  lastMessageAt: Date | null;
73836
73784
  isBotRoom: boolean;
73837
- csatStatus: string | null;
73838
73785
  cxlog: {
73839
73786
  id: string;
73840
73787
  channel: string | null;
@@ -73953,7 +73900,7 @@ export declare const mainChatContract: {
73953
73900
  previewUrl: string;
73954
73901
  imageSetId: string;
73955
73902
  repliedMessage: {
73956
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
73903
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
73957
73904
  message: string;
73958
73905
  id: string;
73959
73906
  url: string;
@@ -74164,7 +74111,7 @@ export declare const mainChatContract: {
74164
74111
  template?: any;
74165
74112
  metadata?: any;
74166
74113
  fromMessage?: {
74167
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
74114
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
74168
74115
  message: string;
74169
74116
  id: string;
74170
74117
  url: string;
@@ -74599,7 +74546,6 @@ export declare const mainChatContract: {
74599
74546
  closedAt: Date;
74600
74547
  lastMessageAt: Date | null;
74601
74548
  isBotRoom: boolean;
74602
- csatStatus: string | null;
74603
74549
  cxlog: {
74604
74550
  id: string;
74605
74551
  channel: string | null;
@@ -74718,7 +74664,7 @@ export declare const mainChatContract: {
74718
74664
  previewUrl: string;
74719
74665
  imageSetId: string;
74720
74666
  repliedMessage: {
74721
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
74667
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
74722
74668
  message: string;
74723
74669
  id: string;
74724
74670
  url: string;
@@ -75110,7 +75056,7 @@ export declare const mainChatContract: {
75110
75056
  page: z.ZodNumber;
75111
75057
  pageSize: z.ZodNumber;
75112
75058
  data: z.ZodArray<z.ZodObject<{
75113
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
75059
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
75114
75060
  message: z.ZodString;
75115
75061
  id: z.ZodString;
75116
75062
  url: z.ZodString;
@@ -76627,7 +76573,6 @@ export declare const mainChatContract: {
76627
76573
  channelId: string;
76628
76574
  socialPlatformId: string;
76629
76575
  }>;
76630
- csatStatus: z.ZodNullable<z.ZodString>;
76631
76576
  actor: z.ZodObject<{
76632
76577
  id: z.ZodString;
76633
76578
  createdAt: z.ZodDate;
@@ -78470,7 +78415,6 @@ export declare const mainChatContract: {
78470
78415
  closedAt: Date;
78471
78416
  lastMessageAt: Date | null;
78472
78417
  isBotRoom: boolean;
78473
- csatStatus: string | null;
78474
78418
  cxlog: {
78475
78419
  id: string;
78476
78420
  channel: string | null;
@@ -78898,7 +78842,6 @@ export declare const mainChatContract: {
78898
78842
  closedAt: Date;
78899
78843
  lastMessageAt: Date | null;
78900
78844
  isBotRoom: boolean;
78901
- csatStatus: string | null;
78902
78845
  cxlog: {
78903
78846
  id: string;
78904
78847
  channel: string | null;
@@ -79039,7 +78982,7 @@ export declare const mainChatContract: {
79039
78982
  deletedAt: z.ZodNullable<z.ZodDate>;
79040
78983
  message: z.ZodString;
79041
78984
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
79042
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
78985
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
79043
78986
  readAt: z.ZodDate;
79044
78987
  metadata: z.ZodAny;
79045
78988
  platformId: z.ZodString;
@@ -79697,7 +79640,7 @@ export declare const mainChatContract: {
79697
79640
  };
79698
79641
  }>;
79699
79642
  }, "strip", z.ZodTypeAny, {
79700
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
79643
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
79701
79644
  message: string;
79702
79645
  id: string;
79703
79646
  url: string;
@@ -79859,7 +79802,7 @@ export declare const mainChatContract: {
79859
79802
  metadata?: any;
79860
79803
  template?: any;
79861
79804
  }, {
79862
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
79805
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
79863
79806
  message: string;
79864
79807
  id: string;
79865
79808
  url: string;
@@ -80234,7 +80177,7 @@ export declare const mainChatContract: {
80234
80177
  updatedAt: z.ZodDate;
80235
80178
  deletedAt: z.ZodNullable<z.ZodDate>;
80236
80179
  message: z.ZodNullable<z.ZodString>;
80237
- type: z.ZodUnion<[z.ZodEnum<["text", "added_photos", "added_video", "shared_story", "mobile_status_update", "no_data"]>, z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>]>;
80180
+ type: z.ZodUnion<[z.ZodEnum<["text", "added_photos", "added_video", "shared_story", "mobile_status_update", "no_data"]>, z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>]>;
80238
80181
  metadata: z.ZodAny;
80239
80182
  platformId: z.ZodString;
80240
80183
  platformMessageId: z.ZodString;
@@ -82042,7 +81985,7 @@ export declare const mainChatContract: {
82042
81985
  }>;
82043
81986
  permalinkURL: z.ZodString;
82044
81987
  }, "strip", z.ZodTypeAny, {
82045
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
81988
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
82046
81989
  message: string | null;
82047
81990
  id: string;
82048
81991
  channel: {
@@ -82323,7 +82266,7 @@ export declare const mainChatContract: {
82323
82266
  metadata?: any;
82324
82267
  template?: any;
82325
82268
  }, {
82326
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
82269
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
82327
82270
  message: string | null;
82328
82271
  id: string;
82329
82272
  channel: {
@@ -82606,7 +82549,7 @@ export declare const mainChatContract: {
82606
82549
  }>>;
82607
82550
  replyReaction: z.ZodNullable<z.ZodString>;
82608
82551
  }, "strip", z.ZodTypeAny, {
82609
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
82552
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
82610
82553
  message: string;
82611
82554
  id: string;
82612
82555
  url: string;
@@ -83041,7 +82984,6 @@ export declare const mainChatContract: {
83041
82984
  closedAt: Date;
83042
82985
  lastMessageAt: Date | null;
83043
82986
  isBotRoom: boolean;
83044
- csatStatus: string | null;
83045
82987
  cxlog: {
83046
82988
  id: string;
83047
82989
  channel: string | null;
@@ -83160,7 +83102,7 @@ export declare const mainChatContract: {
83160
83102
  previewUrl: string;
83161
83103
  imageSetId: string;
83162
83104
  repliedMessage: {
83163
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
83105
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
83164
83106
  message: string;
83165
83107
  id: string;
83166
83108
  url: string;
@@ -83370,7 +83312,7 @@ export declare const mainChatContract: {
83370
83312
  parentMessageId: string | null;
83371
83313
  feedPostId: string | null;
83372
83314
  feedPost: {
83373
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
83315
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
83374
83316
  message: string | null;
83375
83317
  id: string;
83376
83318
  channel: {
@@ -83656,7 +83598,7 @@ export declare const mainChatContract: {
83656
83598
  template?: any;
83657
83599
  metadata?: any;
83658
83600
  }, {
83659
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
83601
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
83660
83602
  message: string;
83661
83603
  id: string;
83662
83604
  url: string;
@@ -84091,7 +84033,6 @@ export declare const mainChatContract: {
84091
84033
  closedAt: Date;
84092
84034
  lastMessageAt: Date | null;
84093
84035
  isBotRoom: boolean;
84094
- csatStatus: string | null;
84095
84036
  cxlog: {
84096
84037
  id: string;
84097
84038
  channel: string | null;
@@ -84210,7 +84151,7 @@ export declare const mainChatContract: {
84210
84151
  previewUrl: string;
84211
84152
  imageSetId: string;
84212
84153
  repliedMessage: {
84213
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
84154
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
84214
84155
  message: string;
84215
84156
  id: string;
84216
84157
  url: string;
@@ -84420,7 +84361,7 @@ export declare const mainChatContract: {
84420
84361
  parentMessageId: string | null;
84421
84362
  feedPostId: string | null;
84422
84363
  feedPost: {
84423
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
84364
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
84424
84365
  message: string | null;
84425
84366
  id: string;
84426
84367
  channel: {
@@ -84708,7 +84649,7 @@ export declare const mainChatContract: {
84708
84649
  }>, "many">;
84709
84650
  }, "strip", z.ZodTypeAny, {
84710
84651
  data: {
84711
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
84652
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
84712
84653
  message: string;
84713
84654
  id: string;
84714
84655
  url: string;
@@ -85143,7 +85084,6 @@ export declare const mainChatContract: {
85143
85084
  closedAt: Date;
85144
85085
  lastMessageAt: Date | null;
85145
85086
  isBotRoom: boolean;
85146
- csatStatus: string | null;
85147
85087
  cxlog: {
85148
85088
  id: string;
85149
85089
  channel: string | null;
@@ -85262,7 +85202,7 @@ export declare const mainChatContract: {
85262
85202
  previewUrl: string;
85263
85203
  imageSetId: string;
85264
85204
  repliedMessage: {
85265
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
85205
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
85266
85206
  message: string;
85267
85207
  id: string;
85268
85208
  url: string;
@@ -85472,7 +85412,7 @@ export declare const mainChatContract: {
85472
85412
  parentMessageId: string | null;
85473
85413
  feedPostId: string | null;
85474
85414
  feedPost: {
85475
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
85415
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
85476
85416
  message: string | null;
85477
85417
  id: string;
85478
85418
  channel: {
@@ -85764,7 +85704,7 @@ export declare const mainChatContract: {
85764
85704
  requestId: string;
85765
85705
  }, {
85766
85706
  data: {
85767
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
85707
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
85768
85708
  message: string;
85769
85709
  id: string;
85770
85710
  url: string;
@@ -86199,7 +86139,6 @@ export declare const mainChatContract: {
86199
86139
  closedAt: Date;
86200
86140
  lastMessageAt: Date | null;
86201
86141
  isBotRoom: boolean;
86202
- csatStatus: string | null;
86203
86142
  cxlog: {
86204
86143
  id: string;
86205
86144
  channel: string | null;
@@ -86318,7 +86257,7 @@ export declare const mainChatContract: {
86318
86257
  previewUrl: string;
86319
86258
  imageSetId: string;
86320
86259
  repliedMessage: {
86321
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
86260
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
86322
86261
  message: string;
86323
86262
  id: string;
86324
86263
  url: string;
@@ -86528,7 +86467,7 @@ export declare const mainChatContract: {
86528
86467
  parentMessageId: string | null;
86529
86468
  feedPostId: string | null;
86530
86469
  feedPost: {
86531
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
86470
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "added_photos" | "added_video" | "shared_story" | "mobile_status_update" | "no_data" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
86532
86471
  message: string | null;
86533
86472
  id: string;
86534
86473
  channel: {
@@ -87920,7 +87859,6 @@ export declare const mainChatContract: {
87920
87859
  channelId: string;
87921
87860
  socialPlatformId: string;
87922
87861
  }>;
87923
- csatStatus: z.ZodNullable<z.ZodString>;
87924
87862
  actor: z.ZodObject<{
87925
87863
  id: z.ZodString;
87926
87864
  createdAt: z.ZodDate;
@@ -89763,7 +89701,6 @@ export declare const mainChatContract: {
89763
89701
  closedAt: Date;
89764
89702
  lastMessageAt: Date | null;
89765
89703
  isBotRoom: boolean;
89766
- csatStatus: string | null;
89767
89704
  cxlog: {
89768
89705
  id: string;
89769
89706
  channel: string | null;
@@ -90191,7 +90128,6 @@ export declare const mainChatContract: {
90191
90128
  closedAt: Date;
90192
90129
  lastMessageAt: Date | null;
90193
90130
  isBotRoom: boolean;
90194
- csatStatus: string | null;
90195
90131
  cxlog: {
90196
90132
  id: string;
90197
90133
  channel: string | null;
@@ -90621,7 +90557,6 @@ export declare const mainChatContract: {
90621
90557
  closedAt: Date;
90622
90558
  lastMessageAt: Date | null;
90623
90559
  isBotRoom: boolean;
90624
- csatStatus: string | null;
90625
90560
  cxlog: {
90626
90561
  id: string;
90627
90562
  channel: string | null;
@@ -91052,7 +90987,6 @@ export declare const mainChatContract: {
91052
90987
  closedAt: Date;
91053
90988
  lastMessageAt: Date | null;
91054
90989
  isBotRoom: boolean;
91055
- csatStatus: string | null;
91056
90990
  cxlog: {
91057
90991
  id: string;
91058
90992
  channel: string | null;
@@ -92268,7 +92202,6 @@ export declare const mainChatContract: {
92268
92202
  channelId: string;
92269
92203
  socialPlatformId: string;
92270
92204
  }>;
92271
- csatStatus: z.ZodNullable<z.ZodString>;
92272
92205
  actor: z.ZodObject<{
92273
92206
  id: z.ZodString;
92274
92207
  createdAt: z.ZodDate;
@@ -94111,7 +94044,6 @@ export declare const mainChatContract: {
94111
94044
  closedAt: Date;
94112
94045
  lastMessageAt: Date | null;
94113
94046
  isBotRoom: boolean;
94114
- csatStatus: string | null;
94115
94047
  cxlog: {
94116
94048
  id: string;
94117
94049
  channel: string | null;
@@ -94539,7 +94471,6 @@ export declare const mainChatContract: {
94539
94471
  closedAt: Date;
94540
94472
  lastMessageAt: Date | null;
94541
94473
  isBotRoom: boolean;
94542
- csatStatus: string | null;
94543
94474
  cxlog: {
94544
94475
  id: string;
94545
94476
  channel: string | null;
@@ -94969,7 +94900,6 @@ export declare const mainChatContract: {
94969
94900
  closedAt: Date;
94970
94901
  lastMessageAt: Date | null;
94971
94902
  isBotRoom: boolean;
94972
- csatStatus: string | null;
94973
94903
  cxlog: {
94974
94904
  id: string;
94975
94905
  channel: string | null;
@@ -95400,7 +95330,6 @@ export declare const mainChatContract: {
95400
95330
  closedAt: Date;
95401
95331
  lastMessageAt: Date | null;
95402
95332
  isBotRoom: boolean;
95403
- csatStatus: string | null;
95404
95333
  cxlog: {
95405
95334
  id: string;
95406
95335
  channel: string | null;
@@ -97677,7 +97606,6 @@ export declare const mainChatContract: {
97677
97606
  channelId: string;
97678
97607
  socialPlatformId: string;
97679
97608
  }>;
97680
- csatStatus: z.ZodNullable<z.ZodString>;
97681
97609
  actor: z.ZodObject<{
97682
97610
  id: z.ZodString;
97683
97611
  createdAt: z.ZodDate;
@@ -99520,7 +99448,6 @@ export declare const mainChatContract: {
99520
99448
  closedAt: Date;
99521
99449
  lastMessageAt: Date | null;
99522
99450
  isBotRoom: boolean;
99523
- csatStatus: string | null;
99524
99451
  cxlog: {
99525
99452
  id: string;
99526
99453
  channel: string | null;
@@ -99948,7 +99875,6 @@ export declare const mainChatContract: {
99948
99875
  closedAt: Date;
99949
99876
  lastMessageAt: Date | null;
99950
99877
  isBotRoom: boolean;
99951
- csatStatus: string | null;
99952
99878
  cxlog: {
99953
99879
  id: string;
99954
99880
  channel: string | null;
@@ -100378,7 +100304,6 @@ export declare const mainChatContract: {
100378
100304
  closedAt: Date;
100379
100305
  lastMessageAt: Date | null;
100380
100306
  isBotRoom: boolean;
100381
- csatStatus: string | null;
100382
100307
  cxlog: {
100383
100308
  id: string;
100384
100309
  channel: string | null;
@@ -100809,7 +100734,6 @@ export declare const mainChatContract: {
100809
100734
  closedAt: Date;
100810
100735
  lastMessageAt: Date | null;
100811
100736
  isBotRoom: boolean;
100812
- csatStatus: string | null;
100813
100737
  cxlog: {
100814
100738
  id: string;
100815
100739
  channel: string | null;
@@ -100942,17 +100866,17 @@ export declare const initiateMessageContract: {
100942
100866
  contactId: z.ZodOptional<z.ZodString>;
100943
100867
  message: z.ZodObject<{
100944
100868
  message: z.ZodOptional<z.ZodString>;
100945
- messageType: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
100869
+ messageType: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
100946
100870
  }, "strip", z.ZodTypeAny, {
100947
- messageType: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
100871
+ messageType: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
100948
100872
  message?: string | undefined;
100949
100873
  }, {
100950
- messageType: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
100874
+ messageType: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
100951
100875
  message?: string | undefined;
100952
100876
  }>;
100953
100877
  }, "strip", z.ZodTypeAny, {
100954
100878
  message: {
100955
- messageType: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
100879
+ messageType: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
100956
100880
  message?: string | undefined;
100957
100881
  };
100958
100882
  channelId: string;
@@ -100960,7 +100884,7 @@ export declare const initiateMessageContract: {
100960
100884
  contactId?: string | undefined;
100961
100885
  }, {
100962
100886
  message: {
100963
- messageType: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
100887
+ messageType: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
100964
100888
  message?: string | undefined;
100965
100889
  };
100966
100890
  channelId: string;
@@ -100978,7 +100902,7 @@ export declare const initiateMessageContract: {
100978
100902
  deletedAt: z.ZodNullable<z.ZodDate>;
100979
100903
  message: z.ZodString;
100980
100904
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
100981
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
100905
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
100982
100906
  readAt: z.ZodDate;
100983
100907
  metadata: z.ZodAny;
100984
100908
  platformId: z.ZodString;
@@ -102052,7 +101976,6 @@ export declare const initiateMessageContract: {
102052
101976
  channelId: string;
102053
101977
  socialPlatformId: string;
102054
101978
  }>;
102055
- csatStatus: z.ZodNullable<z.ZodString>;
102056
101979
  actor: z.ZodObject<{
102057
101980
  id: z.ZodString;
102058
101981
  createdAt: z.ZodDate;
@@ -103895,7 +103818,6 @@ export declare const initiateMessageContract: {
103895
103818
  closedAt: Date;
103896
103819
  lastMessageAt: Date | null;
103897
103820
  isBotRoom: boolean;
103898
- csatStatus: string | null;
103899
103821
  cxlog: {
103900
103822
  id: string;
103901
103823
  channel: string | null;
@@ -104323,7 +104245,6 @@ export declare const initiateMessageContract: {
104323
104245
  closedAt: Date;
104324
104246
  lastMessageAt: Date | null;
104325
104247
  isBotRoom: boolean;
104326
- csatStatus: string | null;
104327
104248
  cxlog: {
104328
104249
  id: string;
104329
104250
  channel: string | null;
@@ -104467,7 +104388,7 @@ export declare const initiateMessageContract: {
104467
104388
  deletedAt: z.ZodNullable<z.ZodDate>;
104468
104389
  message: z.ZodString;
104469
104390
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
104470
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
104391
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
104471
104392
  readAt: z.ZodDate;
104472
104393
  metadata: z.ZodAny;
104473
104394
  platformId: z.ZodString;
@@ -105125,7 +105046,7 @@ export declare const initiateMessageContract: {
105125
105046
  };
105126
105047
  }>;
105127
105048
  }, "strip", z.ZodTypeAny, {
105128
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
105049
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
105129
105050
  message: string;
105130
105051
  id: string;
105131
105052
  url: string;
@@ -105287,7 +105208,7 @@ export declare const initiateMessageContract: {
105287
105208
  metadata?: any;
105288
105209
  template?: any;
105289
105210
  }, {
105290
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
105211
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
105291
105212
  message: string;
105292
105213
  id: string;
105293
105214
  url: string;
@@ -106089,7 +106010,7 @@ export declare const initiateMessageContract: {
106089
106010
  editedMessageid: z.ZodString;
106090
106011
  label: z.ZodOptional<z.ZodString>;
106091
106012
  }, "strip", z.ZodTypeAny, {
106092
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
106013
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
106093
106014
  message: string;
106094
106015
  id: string;
106095
106016
  url: string;
@@ -106524,7 +106445,6 @@ export declare const initiateMessageContract: {
106524
106445
  closedAt: Date;
106525
106446
  lastMessageAt: Date | null;
106526
106447
  isBotRoom: boolean;
106527
- csatStatus: string | null;
106528
106448
  cxlog: {
106529
106449
  id: string;
106530
106450
  channel: string | null;
@@ -106643,7 +106563,7 @@ export declare const initiateMessageContract: {
106643
106563
  previewUrl: string;
106644
106564
  imageSetId: string;
106645
106565
  repliedMessage: {
106646
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
106566
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
106647
106567
  message: string;
106648
106568
  id: string;
106649
106569
  url: string;
@@ -106854,7 +106774,7 @@ export declare const initiateMessageContract: {
106854
106774
  template?: any;
106855
106775
  label?: string | undefined;
106856
106776
  }, {
106857
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
106777
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
106858
106778
  message: string;
106859
106779
  id: string;
106860
106780
  url: string;
@@ -107289,7 +107209,6 @@ export declare const initiateMessageContract: {
107289
107209
  closedAt: Date;
107290
107210
  lastMessageAt: Date | null;
107291
107211
  isBotRoom: boolean;
107292
- csatStatus: string | null;
107293
107212
  cxlog: {
107294
107213
  id: string;
107295
107214
  channel: string | null;
@@ -107408,7 +107327,7 @@ export declare const initiateMessageContract: {
107408
107327
  previewUrl: string;
107409
107328
  imageSetId: string;
107410
107329
  repliedMessage: {
107411
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
107330
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
107412
107331
  message: string;
107413
107332
  id: string;
107414
107333
  url: string;
@@ -107621,7 +107540,7 @@ export declare const initiateMessageContract: {
107621
107540
  }>;
107622
107541
  }, "strip", z.ZodTypeAny, {
107623
107542
  data: {
107624
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
107543
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
107625
107544
  message: string;
107626
107545
  id: string;
107627
107546
  url: string;
@@ -108056,7 +107975,6 @@ export declare const initiateMessageContract: {
108056
107975
  closedAt: Date;
108057
107976
  lastMessageAt: Date | null;
108058
107977
  isBotRoom: boolean;
108059
- csatStatus: string | null;
108060
107978
  cxlog: {
108061
107979
  id: string;
108062
107980
  channel: string | null;
@@ -108175,7 +108093,7 @@ export declare const initiateMessageContract: {
108175
108093
  previewUrl: string;
108176
108094
  imageSetId: string;
108177
108095
  repliedMessage: {
108178
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
108096
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
108179
108097
  message: string;
108180
108098
  id: string;
108181
108099
  url: string;
@@ -108389,7 +108307,7 @@ export declare const initiateMessageContract: {
108389
108307
  requestId: string;
108390
108308
  }, {
108391
108309
  data: {
108392
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
108310
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
108393
108311
  message: string;
108394
108312
  id: string;
108395
108313
  url: string;
@@ -108824,7 +108742,6 @@ export declare const initiateMessageContract: {
108824
108742
  closedAt: Date;
108825
108743
  lastMessageAt: Date | null;
108826
108744
  isBotRoom: boolean;
108827
- csatStatus: string | null;
108828
108745
  cxlog: {
108829
108746
  id: string;
108830
108747
  channel: string | null;
@@ -108943,7 +108860,7 @@ export declare const initiateMessageContract: {
108943
108860
  previewUrl: string;
108944
108861
  imageSetId: string;
108945
108862
  repliedMessage: {
108946
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
108863
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
108947
108864
  message: string;
108948
108865
  id: string;
108949
108866
  url: string;
@@ -109200,7 +109117,7 @@ export declare const mainChatMessageContract: {
109200
109117
  sendMessage: {
109201
109118
  body: z.ZodObject<{
109202
109119
  roomId: z.ZodString;
109203
- messageType: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
109120
+ messageType: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
109204
109121
  message: z.ZodOptional<z.ZodString>;
109205
109122
  messageAttachments: z.ZodOptional<z.ZodObject<{
109206
109123
  bucketName: z.ZodString;
@@ -109210,6 +109127,8 @@ export declare const mainChatMessageContract: {
109210
109127
  url: z.ZodNullable<z.ZodString>;
109211
109128
  fileType: z.ZodString;
109212
109129
  thumbnailUrl: z.ZodOptional<z.ZodString>;
109130
+ width: z.ZodOptional<z.ZodString>;
109131
+ height: z.ZodOptional<z.ZodString>;
109213
109132
  }, "strip", z.ZodTypeAny, {
109214
109133
  url: string | null;
109215
109134
  fileName: string;
@@ -109218,6 +109137,8 @@ export declare const mainChatMessageContract: {
109218
109137
  bucketName: string;
109219
109138
  fileSize: number;
109220
109139
  thumbnailUrl?: string | undefined;
109140
+ width?: string | undefined;
109141
+ height?: string | undefined;
109221
109142
  }, {
109222
109143
  url: string | null;
109223
109144
  fileName: string;
@@ -109226,6 +109147,8 @@ export declare const mainChatMessageContract: {
109226
109147
  bucketName: string;
109227
109148
  fileSize: number;
109228
109149
  thumbnailUrl?: string | undefined;
109150
+ width?: string | undefined;
109151
+ height?: string | undefined;
109229
109152
  }>>;
109230
109153
  user: z.ZodOptional<z.ZodObject<{
109231
109154
  id: z.ZodString;
@@ -109459,7 +109382,7 @@ export declare const mainChatMessageContract: {
109459
109382
  mentions?: string[] | undefined;
109460
109383
  }>>;
109461
109384
  }, "strip", z.ZodTypeAny, {
109462
- messageType: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
109385
+ messageType: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
109463
109386
  roomId: string;
109464
109387
  message?: string | undefined;
109465
109388
  messageAttachments?: {
@@ -109470,6 +109393,8 @@ export declare const mainChatMessageContract: {
109470
109393
  bucketName: string;
109471
109394
  fileSize: number;
109472
109395
  thumbnailUrl?: string | undefined;
109396
+ width?: string | undefined;
109397
+ height?: string | undefined;
109473
109398
  } | undefined;
109474
109399
  user?: {
109475
109400
  name: string;
@@ -109531,7 +109456,7 @@ export declare const mainChatMessageContract: {
109531
109456
  mentions?: string[] | undefined;
109532
109457
  } | undefined;
109533
109458
  }, {
109534
- messageType: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
109459
+ messageType: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
109535
109460
  roomId: string;
109536
109461
  message?: string | undefined;
109537
109462
  messageAttachments?: {
@@ -109542,6 +109467,8 @@ export declare const mainChatMessageContract: {
109542
109467
  bucketName: string;
109543
109468
  fileSize: number;
109544
109469
  thumbnailUrl?: string | undefined;
109470
+ width?: string | undefined;
109471
+ height?: string | undefined;
109545
109472
  } | undefined;
109546
109473
  user?: {
109547
109474
  name: string;
@@ -109609,7 +109536,7 @@ export declare const mainChatMessageContract: {
109609
109536
  200: z.ZodObject<{
109610
109537
  requestId: z.ZodString;
109611
109538
  data: z.ZodObject<{
109612
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
109539
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
109613
109540
  message: z.ZodString;
109614
109541
  id: z.ZodString;
109615
109542
  url: z.ZodString;
@@ -111126,7 +111053,6 @@ export declare const mainChatMessageContract: {
111126
111053
  channelId: string;
111127
111054
  socialPlatformId: string;
111128
111055
  }>;
111129
- csatStatus: z.ZodNullable<z.ZodString>;
111130
111056
  actor: z.ZodObject<{
111131
111057
  id: z.ZodString;
111132
111058
  createdAt: z.ZodDate;
@@ -112969,7 +112895,6 @@ export declare const mainChatMessageContract: {
112969
112895
  closedAt: Date;
112970
112896
  lastMessageAt: Date | null;
112971
112897
  isBotRoom: boolean;
112972
- csatStatus: string | null;
112973
112898
  cxlog: {
112974
112899
  id: string;
112975
112900
  channel: string | null;
@@ -113397,7 +113322,6 @@ export declare const mainChatMessageContract: {
113397
113322
  closedAt: Date;
113398
113323
  lastMessageAt: Date | null;
113399
113324
  isBotRoom: boolean;
113400
- csatStatus: string | null;
113401
113325
  cxlog: {
113402
113326
  id: string;
113403
113327
  channel: string | null;
@@ -113538,7 +113462,7 @@ export declare const mainChatMessageContract: {
113538
113462
  deletedAt: z.ZodNullable<z.ZodDate>;
113539
113463
  message: z.ZodString;
113540
113464
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
113541
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
113465
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
113542
113466
  readAt: z.ZodDate;
113543
113467
  metadata: z.ZodAny;
113544
113468
  platformId: z.ZodString;
@@ -114196,7 +114120,7 @@ export declare const mainChatMessageContract: {
114196
114120
  };
114197
114121
  }>;
114198
114122
  }, "strip", z.ZodTypeAny, {
114199
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
114123
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
114200
114124
  message: string;
114201
114125
  id: string;
114202
114126
  url: string;
@@ -114358,7 +114282,7 @@ export declare const mainChatMessageContract: {
114358
114282
  metadata?: any;
114359
114283
  template?: any;
114360
114284
  }, {
114361
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
114285
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
114362
114286
  message: string;
114363
114287
  id: string;
114364
114288
  url: string;
@@ -114732,7 +114656,7 @@ export declare const mainChatMessageContract: {
114732
114656
  deletedAt: z.ZodNullable<z.ZodDate>;
114733
114657
  message: z.ZodString;
114734
114658
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
114735
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
114659
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
114736
114660
  readAt: z.ZodDate;
114737
114661
  metadata: z.ZodAny;
114738
114662
  platformId: z.ZodString;
@@ -115806,7 +115730,6 @@ export declare const mainChatMessageContract: {
115806
115730
  channelId: string;
115807
115731
  socialPlatformId: string;
115808
115732
  }>;
115809
- csatStatus: z.ZodNullable<z.ZodString>;
115810
115733
  actor: z.ZodObject<{
115811
115734
  id: z.ZodString;
115812
115735
  createdAt: z.ZodDate;
@@ -117649,7 +117572,6 @@ export declare const mainChatMessageContract: {
117649
117572
  closedAt: Date;
117650
117573
  lastMessageAt: Date | null;
117651
117574
  isBotRoom: boolean;
117652
- csatStatus: string | null;
117653
117575
  cxlog: {
117654
117576
  id: string;
117655
117577
  channel: string | null;
@@ -118077,7 +117999,6 @@ export declare const mainChatMessageContract: {
118077
117999
  closedAt: Date;
118078
118000
  lastMessageAt: Date | null;
118079
118001
  isBotRoom: boolean;
118080
- csatStatus: string | null;
118081
118002
  cxlog: {
118082
118003
  id: string;
118083
118004
  channel: string | null;
@@ -118221,7 +118142,7 @@ export declare const mainChatMessageContract: {
118221
118142
  deletedAt: z.ZodNullable<z.ZodDate>;
118222
118143
  message: z.ZodString;
118223
118144
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
118224
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
118145
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
118225
118146
  readAt: z.ZodDate;
118226
118147
  metadata: z.ZodAny;
118227
118148
  platformId: z.ZodString;
@@ -118879,7 +118800,7 @@ export declare const mainChatMessageContract: {
118879
118800
  };
118880
118801
  }>;
118881
118802
  }, "strip", z.ZodTypeAny, {
118882
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
118803
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
118883
118804
  message: string;
118884
118805
  id: string;
118885
118806
  url: string;
@@ -119041,7 +118962,7 @@ export declare const mainChatMessageContract: {
119041
118962
  metadata?: any;
119042
118963
  template?: any;
119043
118964
  }, {
119044
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
118965
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
119045
118966
  message: string;
119046
118967
  id: string;
119047
118968
  url: string;
@@ -119843,7 +119764,7 @@ export declare const mainChatMessageContract: {
119843
119764
  editedMessageid: z.ZodString;
119844
119765
  label: z.ZodOptional<z.ZodString>;
119845
119766
  }, "strip", z.ZodTypeAny, {
119846
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
119767
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
119847
119768
  message: string;
119848
119769
  id: string;
119849
119770
  url: string;
@@ -120278,7 +120199,6 @@ export declare const mainChatMessageContract: {
120278
120199
  closedAt: Date;
120279
120200
  lastMessageAt: Date | null;
120280
120201
  isBotRoom: boolean;
120281
- csatStatus: string | null;
120282
120202
  cxlog: {
120283
120203
  id: string;
120284
120204
  channel: string | null;
@@ -120397,7 +120317,7 @@ export declare const mainChatMessageContract: {
120397
120317
  previewUrl: string;
120398
120318
  imageSetId: string;
120399
120319
  repliedMessage: {
120400
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
120320
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
120401
120321
  message: string;
120402
120322
  id: string;
120403
120323
  url: string;
@@ -120608,7 +120528,7 @@ export declare const mainChatMessageContract: {
120608
120528
  template?: any;
120609
120529
  label?: string | undefined;
120610
120530
  }, {
120611
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
120531
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
120612
120532
  message: string;
120613
120533
  id: string;
120614
120534
  url: string;
@@ -121043,7 +120963,6 @@ export declare const mainChatMessageContract: {
121043
120963
  closedAt: Date;
121044
120964
  lastMessageAt: Date | null;
121045
120965
  isBotRoom: boolean;
121046
- csatStatus: string | null;
121047
120966
  cxlog: {
121048
120967
  id: string;
121049
120968
  channel: string | null;
@@ -121162,7 +121081,7 @@ export declare const mainChatMessageContract: {
121162
121081
  previewUrl: string;
121163
121082
  imageSetId: string;
121164
121083
  repliedMessage: {
121165
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
121084
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
121166
121085
  message: string;
121167
121086
  id: string;
121168
121087
  url: string;
@@ -121374,7 +121293,7 @@ export declare const mainChatMessageContract: {
121374
121293
  label?: string | undefined;
121375
121294
  }>>>;
121376
121295
  }, "strip", z.ZodTypeAny, {
121377
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
121296
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
121378
121297
  message: string;
121379
121298
  id: string;
121380
121299
  url: string;
@@ -121809,7 +121728,6 @@ export declare const mainChatMessageContract: {
121809
121728
  closedAt: Date;
121810
121729
  lastMessageAt: Date | null;
121811
121730
  isBotRoom: boolean;
121812
- csatStatus: string | null;
121813
121731
  cxlog: {
121814
121732
  id: string;
121815
121733
  channel: string | null;
@@ -121928,7 +121846,7 @@ export declare const mainChatMessageContract: {
121928
121846
  previewUrl: string;
121929
121847
  imageSetId: string;
121930
121848
  repliedMessage: {
121931
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
121849
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
121932
121850
  message: string;
121933
121851
  id: string;
121934
121852
  url: string;
@@ -122139,7 +122057,7 @@ export declare const mainChatMessageContract: {
122139
122057
  template?: any;
122140
122058
  metadata?: any;
122141
122059
  fromMessage?: {
122142
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
122060
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
122143
122061
  message: string;
122144
122062
  id: string;
122145
122063
  url: string;
@@ -122574,7 +122492,6 @@ export declare const mainChatMessageContract: {
122574
122492
  closedAt: Date;
122575
122493
  lastMessageAt: Date | null;
122576
122494
  isBotRoom: boolean;
122577
- csatStatus: string | null;
122578
122495
  cxlog: {
122579
122496
  id: string;
122580
122497
  channel: string | null;
@@ -122693,7 +122610,7 @@ export declare const mainChatMessageContract: {
122693
122610
  previewUrl: string;
122694
122611
  imageSetId: string;
122695
122612
  repliedMessage: {
122696
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
122613
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
122697
122614
  message: string;
122698
122615
  id: string;
122699
122616
  url: string;
@@ -122905,7 +122822,7 @@ export declare const mainChatMessageContract: {
122905
122822
  label?: string | undefined;
122906
122823
  } | null | undefined;
122907
122824
  }, {
122908
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
122825
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
122909
122826
  message: string;
122910
122827
  id: string;
122911
122828
  url: string;
@@ -123340,7 +123257,6 @@ export declare const mainChatMessageContract: {
123340
123257
  closedAt: Date;
123341
123258
  lastMessageAt: Date | null;
123342
123259
  isBotRoom: boolean;
123343
- csatStatus: string | null;
123344
123260
  cxlog: {
123345
123261
  id: string;
123346
123262
  channel: string | null;
@@ -123459,7 +123375,7 @@ export declare const mainChatMessageContract: {
123459
123375
  previewUrl: string;
123460
123376
  imageSetId: string;
123461
123377
  repliedMessage: {
123462
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
123378
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
123463
123379
  message: string;
123464
123380
  id: string;
123465
123381
  url: string;
@@ -123670,7 +123586,7 @@ export declare const mainChatMessageContract: {
123670
123586
  template?: any;
123671
123587
  metadata?: any;
123672
123588
  fromMessage?: {
123673
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
123589
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
123674
123590
  message: string;
123675
123591
  id: string;
123676
123592
  url: string;
@@ -124105,7 +124021,6 @@ export declare const mainChatMessageContract: {
124105
124021
  closedAt: Date;
124106
124022
  lastMessageAt: Date | null;
124107
124023
  isBotRoom: boolean;
124108
- csatStatus: string | null;
124109
124024
  cxlog: {
124110
124025
  id: string;
124111
124026
  channel: string | null;
@@ -124224,7 +124139,7 @@ export declare const mainChatMessageContract: {
124224
124139
  previewUrl: string;
124225
124140
  imageSetId: string;
124226
124141
  repliedMessage: {
124227
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
124142
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
124228
124143
  message: string;
124229
124144
  id: string;
124230
124145
  url: string;
@@ -124438,7 +124353,7 @@ export declare const mainChatMessageContract: {
124438
124353
  }>;
124439
124354
  }, "strip", z.ZodTypeAny, {
124440
124355
  data: {
124441
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
124356
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
124442
124357
  message: string;
124443
124358
  id: string;
124444
124359
  url: string;
@@ -124873,7 +124788,6 @@ export declare const mainChatMessageContract: {
124873
124788
  closedAt: Date;
124874
124789
  lastMessageAt: Date | null;
124875
124790
  isBotRoom: boolean;
124876
- csatStatus: string | null;
124877
124791
  cxlog: {
124878
124792
  id: string;
124879
124793
  channel: string | null;
@@ -124992,7 +124906,7 @@ export declare const mainChatMessageContract: {
124992
124906
  previewUrl: string;
124993
124907
  imageSetId: string;
124994
124908
  repliedMessage: {
124995
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
124909
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
124996
124910
  message: string;
124997
124911
  id: string;
124998
124912
  url: string;
@@ -125203,7 +125117,7 @@ export declare const mainChatMessageContract: {
125203
125117
  template?: any;
125204
125118
  metadata?: any;
125205
125119
  fromMessage?: {
125206
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
125120
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
125207
125121
  message: string;
125208
125122
  id: string;
125209
125123
  url: string;
@@ -125638,7 +125552,6 @@ export declare const mainChatMessageContract: {
125638
125552
  closedAt: Date;
125639
125553
  lastMessageAt: Date | null;
125640
125554
  isBotRoom: boolean;
125641
- csatStatus: string | null;
125642
125555
  cxlog: {
125643
125556
  id: string;
125644
125557
  channel: string | null;
@@ -125757,7 +125670,7 @@ export declare const mainChatMessageContract: {
125757
125670
  previewUrl: string;
125758
125671
  imageSetId: string;
125759
125672
  repliedMessage: {
125760
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
125673
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
125761
125674
  message: string;
125762
125675
  id: string;
125763
125676
  url: string;
@@ -125972,7 +125885,7 @@ export declare const mainChatMessageContract: {
125972
125885
  requestId: string;
125973
125886
  }, {
125974
125887
  data: {
125975
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
125888
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
125976
125889
  message: string;
125977
125890
  id: string;
125978
125891
  url: string;
@@ -126407,7 +126320,6 @@ export declare const mainChatMessageContract: {
126407
126320
  closedAt: Date;
126408
126321
  lastMessageAt: Date | null;
126409
126322
  isBotRoom: boolean;
126410
- csatStatus: string | null;
126411
126323
  cxlog: {
126412
126324
  id: string;
126413
126325
  channel: string | null;
@@ -126526,7 +126438,7 @@ export declare const mainChatMessageContract: {
126526
126438
  previewUrl: string;
126527
126439
  imageSetId: string;
126528
126440
  repliedMessage: {
126529
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
126441
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
126530
126442
  message: string;
126531
126443
  id: string;
126532
126444
  url: string;
@@ -126737,7 +126649,7 @@ export declare const mainChatMessageContract: {
126737
126649
  template?: any;
126738
126650
  metadata?: any;
126739
126651
  fromMessage?: {
126740
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
126652
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
126741
126653
  message: string;
126742
126654
  id: string;
126743
126655
  url: string;
@@ -127172,7 +127084,6 @@ export declare const mainChatMessageContract: {
127172
127084
  closedAt: Date;
127173
127085
  lastMessageAt: Date | null;
127174
127086
  isBotRoom: boolean;
127175
- csatStatus: string | null;
127176
127087
  cxlog: {
127177
127088
  id: string;
127178
127089
  channel: string | null;
@@ -127291,7 +127202,7 @@ export declare const mainChatMessageContract: {
127291
127202
  previewUrl: string;
127292
127203
  imageSetId: string;
127293
127204
  repliedMessage: {
127294
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
127205
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
127295
127206
  message: string;
127296
127207
  id: string;
127297
127208
  url: string;
@@ -127924,7 +127835,7 @@ export declare const mainChatMessageContract: {
127924
127835
  id: z.ZodOptional<z.ZodString>;
127925
127836
  message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
127926
127837
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
127927
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
127838
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
127928
127839
  readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
127929
127840
  metadata: z.ZodOptional<z.ZodAny>;
127930
127841
  platformId: z.ZodOptional<z.ZodString>;
@@ -127976,7 +127887,7 @@ export declare const mainChatMessageContract: {
127976
127887
  parentMessageId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
127977
127888
  feedPostId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
127978
127889
  }, "strip", z.ZodTypeAny, {
127979
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
127890
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
127980
127891
  direction: "incoming" | "outgoing" | "system";
127981
127892
  id?: string | undefined;
127982
127893
  message?: string | null | undefined;
@@ -128007,7 +127918,7 @@ export declare const mainChatMessageContract: {
128007
127918
  parentMessageId?: string | null | undefined;
128008
127919
  feedPostId?: string | null | undefined;
128009
127920
  }, {
128010
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
127921
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
128011
127922
  direction: "incoming" | "outgoing" | "system";
128012
127923
  id?: string | undefined;
128013
127924
  message?: string | null | undefined;
@@ -128040,7 +127951,7 @@ export declare const mainChatMessageContract: {
128040
127951
  }>;
128041
127952
  }, "strip", z.ZodTypeAny, {
128042
127953
  message: {
128043
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
127954
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
128044
127955
  direction: "incoming" | "outgoing" | "system";
128045
127956
  id?: string | undefined;
128046
127957
  message?: string | null | undefined;
@@ -128124,7 +128035,7 @@ export declare const mainChatMessageContract: {
128124
128035
  };
128125
128036
  }, {
128126
128037
  message: {
128127
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
128038
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
128128
128039
  direction: "incoming" | "outgoing" | "system";
128129
128040
  id?: string | undefined;
128130
128041
  message?: string | null | undefined;
@@ -128210,7 +128121,7 @@ export declare const mainChatMessageContract: {
128210
128121
  }, "strip", z.ZodTypeAny, {
128211
128122
  data: {
128212
128123
  message: {
128213
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
128124
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
128214
128125
  direction: "incoming" | "outgoing" | "system";
128215
128126
  id?: string | undefined;
128216
128127
  message?: string | null | undefined;
@@ -128297,7 +128208,7 @@ export declare const mainChatMessageContract: {
128297
128208
  }, {
128298
128209
  data: {
128299
128210
  message: {
128300
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
128211
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
128301
128212
  direction: "incoming" | "outgoing" | "system";
128302
128213
  id?: string | undefined;
128303
128214
  message?: string | null | undefined;
@@ -128430,7 +128341,7 @@ export declare const mainChatMessageContract: {
128430
128341
  deletedAt: z.ZodNullable<z.ZodDate>;
128431
128342
  message: z.ZodString;
128432
128343
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
128433
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
128344
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
128434
128345
  readAt: z.ZodDate;
128435
128346
  metadata: z.ZodAny;
128436
128347
  platformId: z.ZodString;
@@ -129504,7 +129415,6 @@ export declare const mainChatMessageContract: {
129504
129415
  channelId: string;
129505
129416
  socialPlatformId: string;
129506
129417
  }>;
129507
- csatStatus: z.ZodNullable<z.ZodString>;
129508
129418
  actor: z.ZodObject<{
129509
129419
  id: z.ZodString;
129510
129420
  createdAt: z.ZodDate;
@@ -131347,7 +131257,6 @@ export declare const mainChatMessageContract: {
131347
131257
  closedAt: Date;
131348
131258
  lastMessageAt: Date | null;
131349
131259
  isBotRoom: boolean;
131350
- csatStatus: string | null;
131351
131260
  cxlog: {
131352
131261
  id: string;
131353
131262
  channel: string | null;
@@ -131775,7 +131684,6 @@ export declare const mainChatMessageContract: {
131775
131684
  closedAt: Date;
131776
131685
  lastMessageAt: Date | null;
131777
131686
  isBotRoom: boolean;
131778
- csatStatus: string | null;
131779
131687
  cxlog: {
131780
131688
  id: string;
131781
131689
  channel: string | null;
@@ -131919,7 +131827,7 @@ export declare const mainChatMessageContract: {
131919
131827
  deletedAt: z.ZodNullable<z.ZodDate>;
131920
131828
  message: z.ZodString;
131921
131829
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
131922
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
131830
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
131923
131831
  readAt: z.ZodDate;
131924
131832
  metadata: z.ZodAny;
131925
131833
  platformId: z.ZodString;
@@ -132577,7 +132485,7 @@ export declare const mainChatMessageContract: {
132577
132485
  };
132578
132486
  }>;
132579
132487
  }, "strip", z.ZodTypeAny, {
132580
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
132488
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
132581
132489
  message: string;
132582
132490
  id: string;
132583
132491
  url: string;
@@ -132739,7 +132647,7 @@ export declare const mainChatMessageContract: {
132739
132647
  metadata?: any;
132740
132648
  template?: any;
132741
132649
  }, {
132742
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
132650
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
132743
132651
  message: string;
132744
132652
  id: string;
132745
132653
  url: string;
@@ -133541,7 +133449,7 @@ export declare const mainChatMessageContract: {
133541
133449
  editedMessageid: z.ZodString;
133542
133450
  label: z.ZodOptional<z.ZodString>;
133543
133451
  }, "strip", z.ZodTypeAny, {
133544
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
133452
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
133545
133453
  message: string;
133546
133454
  id: string;
133547
133455
  url: string;
@@ -133976,7 +133884,6 @@ export declare const mainChatMessageContract: {
133976
133884
  closedAt: Date;
133977
133885
  lastMessageAt: Date | null;
133978
133886
  isBotRoom: boolean;
133979
- csatStatus: string | null;
133980
133887
  cxlog: {
133981
133888
  id: string;
133982
133889
  channel: string | null;
@@ -134095,7 +134002,7 @@ export declare const mainChatMessageContract: {
134095
134002
  previewUrl: string;
134096
134003
  imageSetId: string;
134097
134004
  repliedMessage: {
134098
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
134005
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
134099
134006
  message: string;
134100
134007
  id: string;
134101
134008
  url: string;
@@ -134306,7 +134213,7 @@ export declare const mainChatMessageContract: {
134306
134213
  template?: any;
134307
134214
  label?: string | undefined;
134308
134215
  }, {
134309
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
134216
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
134310
134217
  message: string;
134311
134218
  id: string;
134312
134219
  url: string;
@@ -134741,7 +134648,6 @@ export declare const mainChatMessageContract: {
134741
134648
  closedAt: Date;
134742
134649
  lastMessageAt: Date | null;
134743
134650
  isBotRoom: boolean;
134744
- csatStatus: string | null;
134745
134651
  cxlog: {
134746
134652
  id: string;
134747
134653
  channel: string | null;
@@ -134860,7 +134766,7 @@ export declare const mainChatMessageContract: {
134860
134766
  previewUrl: string;
134861
134767
  imageSetId: string;
134862
134768
  repliedMessage: {
134863
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
134769
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
134864
134770
  message: string;
134865
134771
  id: string;
134866
134772
  url: string;
@@ -135073,7 +134979,7 @@ export declare const mainChatMessageContract: {
135073
134979
  }>, "many">;
135074
134980
  }, "strip", z.ZodTypeAny, {
135075
134981
  data: {
135076
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
134982
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
135077
134983
  message: string;
135078
134984
  id: string;
135079
134985
  url: string;
@@ -135508,7 +135414,6 @@ export declare const mainChatMessageContract: {
135508
135414
  closedAt: Date;
135509
135415
  lastMessageAt: Date | null;
135510
135416
  isBotRoom: boolean;
135511
- csatStatus: string | null;
135512
135417
  cxlog: {
135513
135418
  id: string;
135514
135419
  channel: string | null;
@@ -135627,7 +135532,7 @@ export declare const mainChatMessageContract: {
135627
135532
  previewUrl: string;
135628
135533
  imageSetId: string;
135629
135534
  repliedMessage: {
135630
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
135535
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
135631
135536
  message: string;
135632
135537
  id: string;
135633
135538
  url: string;
@@ -135841,7 +135746,7 @@ export declare const mainChatMessageContract: {
135841
135746
  requestId: string;
135842
135747
  }, {
135843
135748
  data: {
135844
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
135749
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
135845
135750
  message: string;
135846
135751
  id: string;
135847
135752
  url: string;
@@ -136276,7 +136181,6 @@ export declare const mainChatMessageContract: {
136276
136181
  closedAt: Date;
136277
136182
  lastMessageAt: Date | null;
136278
136183
  isBotRoom: boolean;
136279
- csatStatus: string | null;
136280
136184
  cxlog: {
136281
136185
  id: string;
136282
136186
  channel: string | null;
@@ -136395,7 +136299,7 @@ export declare const mainChatMessageContract: {
136395
136299
  previewUrl: string;
136396
136300
  imageSetId: string;
136397
136301
  repliedMessage: {
136398
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
136302
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
136399
136303
  message: string;
136400
136304
  id: string;
136401
136305
  url: string;