@kl1/contracts 1.2.61-uat → 1.2.63-uat

Sign up to get free protection for your applications and to get access to all the features.
Files changed (58) hide show
  1. package/dist/api-contracts/src/channel/index.d.ts +2629 -2831
  2. package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
  3. package/dist/api-contracts/src/channel/schema.d.ts +0 -8
  4. package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
  5. package/dist/api-contracts/src/channel/validation.d.ts +10 -10
  6. package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
  7. package/dist/api-contracts/src/chat/index.d.ts +189 -515
  8. package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
  9. package/dist/api-contracts/src/chat/schema.d.ts +45 -124
  10. package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
  11. package/dist/api-contracts/src/chat/validation.d.ts +72 -151
  12. package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
  13. package/dist/api-contracts/src/contract.d.ts +3632 -5096
  14. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  15. package/dist/api-contracts/src/cx-log/index.d.ts +0 -11
  16. package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
  17. package/dist/api-contracts/src/cx-log/schema.d.ts +0 -9
  18. package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
  19. package/dist/api-contracts/src/dashboard/index.d.ts +1 -290
  20. package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
  21. package/dist/api-contracts/src/dashboard/schema.d.ts +0 -71
  22. package/dist/api-contracts/src/dashboard/schema.d.ts.map +1 -1
  23. package/dist/api-contracts/src/facebook-feed/index.d.ts +43 -165
  24. package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
  25. package/dist/api-contracts/src/facebook-feed/schema.d.ts +3 -10
  26. package/dist/api-contracts/src/facebook-feed/schema.d.ts.map +1 -1
  27. package/dist/api-contracts/src/facebook-feed/validation.d.ts +0 -5
  28. package/dist/api-contracts/src/facebook-feed/validation.d.ts.map +1 -1
  29. package/dist/api-contracts/src/instagram/index.d.ts +33 -132
  30. package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
  31. package/dist/api-contracts/src/line/index.d.ts +40 -131
  32. package/dist/api-contracts/src/line/index.d.ts.map +1 -1
  33. package/dist/api-contracts/src/line/validation.d.ts +5 -14
  34. package/dist/api-contracts/src/line/validation.d.ts.map +1 -1
  35. package/dist/api-contracts/src/messenger/index.d.ts +33 -132
  36. package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
  37. package/dist/api-contracts/src/messenger/validation.d.ts +0 -5
  38. package/dist/api-contracts/src/messenger/validation.d.ts.map +1 -1
  39. package/dist/api-contracts/src/sms/index.d.ts +5 -42
  40. package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
  41. package/dist/api-contracts/src/telegram/index.d.ts +33 -110
  42. package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
  43. package/dist/api-contracts/src/viber/index.d.ts +33 -110
  44. package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
  45. package/dist/api-contracts/src/webchat/index.d.ts +33 -110
  46. package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
  47. package/dist/api-contracts/src/whatsapp/index.d.ts +39 -167
  48. package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
  49. package/dist/api-contracts/src/whatsapp/validation.d.ts +3 -3
  50. package/dist/api-contracts/src/workflow-rule/index.d.ts +12 -58
  51. package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
  52. package/dist/entities/src/enums/chat.d.ts +0 -12
  53. package/dist/entities/src/enums/chat.d.ts.map +1 -1
  54. package/dist/index.js +43 -140
  55. package/dist/index.js.map +1 -1
  56. package/dist/index.mjs +43 -140
  57. package/dist/index.mjs.map +1 -1
  58. 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", "item"]>;
44
44
  metadata: z.ZodAny;
45
45
  platformId: z.ZodString;
46
46
  platformMessageId: z.ZodString;
@@ -1472,7 +1472,6 @@ export declare const receiveMessageContract: {
1472
1472
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1473
1473
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
1474
1474
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
1475
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
1476
1475
  }, "strip", z.ZodTypeAny, {
1477
1476
  name: string;
1478
1477
  id: string;
@@ -1502,7 +1501,6 @@ export declare const receiveMessageContract: {
1502
1501
  lineRichMenuId?: string | null | undefined;
1503
1502
  messengerIntegrationType?: "own" | "business" | undefined;
1504
1503
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1505
- isCSATEnabled?: boolean | undefined;
1506
1504
  }, {
1507
1505
  name: string;
1508
1506
  id: string;
@@ -1532,7 +1530,6 @@ export declare const receiveMessageContract: {
1532
1530
  lineRichMenuId?: string | null | undefined;
1533
1531
  messengerIntegrationType?: "own" | "business" | undefined;
1534
1532
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1535
- isCSATEnabled?: boolean | undefined;
1536
1533
  }>;
1537
1534
  platformId: z.ZodString;
1538
1535
  brandName: z.ZodString;
@@ -1592,7 +1589,6 @@ export declare const receiveMessageContract: {
1592
1589
  lineRichMenuId?: string | null | undefined;
1593
1590
  messengerIntegrationType?: "own" | "business" | undefined;
1594
1591
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1595
- isCSATEnabled?: boolean | undefined;
1596
1592
  };
1597
1593
  status: boolean;
1598
1594
  brandName: string;
@@ -1640,7 +1636,6 @@ export declare const receiveMessageContract: {
1640
1636
  lineRichMenuId?: string | null | undefined;
1641
1637
  messengerIntegrationType?: "own" | "business" | undefined;
1642
1638
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1643
- isCSATEnabled?: boolean | undefined;
1644
1639
  };
1645
1640
  status: boolean;
1646
1641
  brandName: string;
@@ -2437,7 +2432,6 @@ export declare const receiveMessageContract: {
2437
2432
  lineRichMenuId?: string | null | undefined;
2438
2433
  messengerIntegrationType?: "own" | "business" | undefined;
2439
2434
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2440
- isCSATEnabled?: boolean | undefined;
2441
2435
  };
2442
2436
  status: boolean;
2443
2437
  brandName: string;
@@ -2790,7 +2784,6 @@ export declare const receiveMessageContract: {
2790
2784
  lineRichMenuId?: string | null | undefined;
2791
2785
  messengerIntegrationType?: "own" | "business" | undefined;
2792
2786
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2793
- isCSATEnabled?: boolean | undefined;
2794
2787
  };
2795
2788
  status: boolean;
2796
2789
  brandName: string;
@@ -3546,7 +3539,7 @@ export declare const receiveMessageContract: {
3546
3539
  }>>>;
3547
3540
  label: z.ZodNullable<z.ZodOptional<z.ZodString>>;
3548
3541
  }, "strip", z.ZodTypeAny, {
3549
- 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" | "item" | "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";
3550
3543
  id: string;
3551
3544
  direction: "incoming" | "outgoing" | "system";
3552
3545
  createdAt: string;
@@ -3799,7 +3792,6 @@ export declare const receiveMessageContract: {
3799
3792
  lineRichMenuId?: string | null | undefined;
3800
3793
  messengerIntegrationType?: "own" | "business" | undefined;
3801
3794
  facebookFeedIntegrationType?: "own" | "business" | undefined;
3802
- isCSATEnabled?: boolean | undefined;
3803
3795
  };
3804
3796
  status: boolean;
3805
3797
  brandName: string;
@@ -4062,7 +4054,7 @@ export declare const receiveMessageContract: {
4062
4054
  } | null | undefined;
4063
4055
  label?: string | null | undefined;
4064
4056
  }, {
4065
- 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" | "item" | "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";
4066
4058
  id: string;
4067
4059
  direction: "incoming" | "outgoing" | "system";
4068
4060
  createdAt: string;
@@ -4315,7 +4307,6 @@ export declare const receiveMessageContract: {
4315
4307
  lineRichMenuId?: string | null | undefined;
4316
4308
  messengerIntegrationType?: "own" | "business" | undefined;
4317
4309
  facebookFeedIntegrationType?: "own" | "business" | undefined;
4318
- isCSATEnabled?: boolean | undefined;
4319
4310
  };
4320
4311
  status: boolean;
4321
4312
  brandName: string;
@@ -4580,7 +4571,7 @@ export declare const receiveMessageContract: {
4580
4571
  }>;
4581
4572
  }, "strip", z.ZodTypeAny, {
4582
4573
  message: {
4583
- 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" | "item" | "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";
4584
4575
  id: string;
4585
4576
  direction: "incoming" | "outgoing" | "system";
4586
4577
  createdAt: string;
@@ -4833,7 +4824,6 @@ export declare const receiveMessageContract: {
4833
4824
  lineRichMenuId?: string | null | undefined;
4834
4825
  messengerIntegrationType?: "own" | "business" | undefined;
4835
4826
  facebookFeedIntegrationType?: "own" | "business" | undefined;
4836
- isCSATEnabled?: boolean | undefined;
4837
4827
  };
4838
4828
  status: boolean;
4839
4829
  brandName: string;
@@ -5098,7 +5088,7 @@ export declare const receiveMessageContract: {
5098
5088
  };
5099
5089
  }, {
5100
5090
  message: {
5101
- 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" | "item" | "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";
5102
5092
  id: string;
5103
5093
  direction: "incoming" | "outgoing" | "system";
5104
5094
  createdAt: string;
@@ -5351,7 +5341,6 @@ export declare const receiveMessageContract: {
5351
5341
  lineRichMenuId?: string | null | undefined;
5352
5342
  messengerIntegrationType?: "own" | "business" | undefined;
5353
5343
  facebookFeedIntegrationType?: "own" | "business" | undefined;
5354
- isCSATEnabled?: boolean | undefined;
5355
5344
  };
5356
5345
  status: boolean;
5357
5346
  brandName: string;
@@ -5663,7 +5652,7 @@ export declare const mainFeedContract: {
5663
5652
  updatedAt: z.ZodDate;
5664
5653
  deletedAt: z.ZodNullable<z.ZodDate>;
5665
5654
  message: z.ZodNullable<z.ZodString>;
5666
- 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", "item"]>]>;
5667
5656
  metadata: z.ZodAny;
5668
5657
  platformId: z.ZodString;
5669
5658
  platformMessageId: z.ZodString;
@@ -5741,7 +5730,6 @@ export declare const mainFeedContract: {
5741
5730
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
5742
5731
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
5743
5732
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
5744
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
5745
5733
  }, "strip", z.ZodTypeAny, {
5746
5734
  name: string;
5747
5735
  id: string;
@@ -5771,7 +5759,6 @@ export declare const mainFeedContract: {
5771
5759
  lineRichMenuId?: string | null | undefined;
5772
5760
  messengerIntegrationType?: "own" | "business" | undefined;
5773
5761
  facebookFeedIntegrationType?: "own" | "business" | undefined;
5774
- isCSATEnabled?: boolean | undefined;
5775
5762
  }, {
5776
5763
  name: string;
5777
5764
  id: string;
@@ -5801,7 +5788,6 @@ export declare const mainFeedContract: {
5801
5788
  lineRichMenuId?: string | null | undefined;
5802
5789
  messengerIntegrationType?: "own" | "business" | undefined;
5803
5790
  facebookFeedIntegrationType?: "own" | "business" | undefined;
5804
- isCSATEnabled?: boolean | undefined;
5805
5791
  }>;
5806
5792
  brandName: z.ZodString;
5807
5793
  platformId: z.ZodString;
@@ -6065,7 +6051,6 @@ export declare const mainFeedContract: {
6065
6051
  lineRichMenuId?: string | null | undefined;
6066
6052
  messengerIntegrationType?: "own" | "business" | undefined;
6067
6053
  facebookFeedIntegrationType?: "own" | "business" | undefined;
6068
- isCSATEnabled?: boolean | undefined;
6069
6054
  };
6070
6055
  status: boolean;
6071
6056
  createdAt: Date;
@@ -6160,7 +6145,6 @@ export declare const mainFeedContract: {
6160
6145
  lineRichMenuId?: string | null | undefined;
6161
6146
  messengerIntegrationType?: "own" | "business" | undefined;
6162
6147
  facebookFeedIntegrationType?: "own" | "business" | undefined;
6163
- isCSATEnabled?: boolean | undefined;
6164
6148
  };
6165
6149
  status: boolean;
6166
6150
  createdAt: Date;
@@ -7476,7 +7460,7 @@ export declare const mainFeedContract: {
7476
7460
  }>;
7477
7461
  permalinkURL: z.ZodString;
7478
7462
  }, "strip", z.ZodTypeAny, {
7479
- 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" | "item" | "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";
7480
7464
  message: string | null;
7481
7465
  id: string;
7482
7466
  channel: {
@@ -7512,7 +7496,6 @@ export declare const mainFeedContract: {
7512
7496
  lineRichMenuId?: string | null | undefined;
7513
7497
  messengerIntegrationType?: "own" | "business" | undefined;
7514
7498
  facebookFeedIntegrationType?: "own" | "business" | undefined;
7515
- isCSATEnabled?: boolean | undefined;
7516
7499
  };
7517
7500
  status: boolean;
7518
7501
  createdAt: Date;
@@ -7758,7 +7741,7 @@ export declare const mainFeedContract: {
7758
7741
  metadata?: any;
7759
7742
  template?: any;
7760
7743
  }, {
7761
- 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" | "item" | "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";
7762
7745
  message: string | null;
7763
7746
  id: string;
7764
7747
  channel: {
@@ -7794,7 +7777,6 @@ export declare const mainFeedContract: {
7794
7777
  lineRichMenuId?: string | null | undefined;
7795
7778
  messengerIntegrationType?: "own" | "business" | undefined;
7796
7779
  facebookFeedIntegrationType?: "own" | "business" | undefined;
7797
- isCSATEnabled?: boolean | undefined;
7798
7780
  };
7799
7781
  status: boolean;
7800
7782
  createdAt: Date;
@@ -8042,7 +8024,7 @@ export declare const mainFeedContract: {
8042
8024
  }>;
8043
8025
  }, "strip", z.ZodTypeAny, {
8044
8026
  data: {
8045
- 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" | "item" | "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";
8046
8028
  message: string | null;
8047
8029
  id: string;
8048
8030
  channel: {
@@ -8078,7 +8060,6 @@ export declare const mainFeedContract: {
8078
8060
  lineRichMenuId?: string | null | undefined;
8079
8061
  messengerIntegrationType?: "own" | "business" | undefined;
8080
8062
  facebookFeedIntegrationType?: "own" | "business" | undefined;
8081
- isCSATEnabled?: boolean | undefined;
8082
8063
  };
8083
8064
  status: boolean;
8084
8065
  createdAt: Date;
@@ -8327,7 +8308,7 @@ export declare const mainFeedContract: {
8327
8308
  requestId: string;
8328
8309
  }, {
8329
8310
  data: {
8330
- 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" | "item" | "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";
8331
8312
  message: string | null;
8332
8313
  id: string;
8333
8314
  channel: {
@@ -8363,7 +8344,6 @@ export declare const mainFeedContract: {
8363
8344
  lineRichMenuId?: string | null | undefined;
8364
8345
  messengerIntegrationType?: "own" | "business" | undefined;
8365
8346
  facebookFeedIntegrationType?: "own" | "business" | undefined;
8366
- isCSATEnabled?: boolean | undefined;
8367
8347
  };
8368
8348
  status: boolean;
8369
8349
  createdAt: Date;
@@ -8657,7 +8637,7 @@ export declare const mainFeedContract: {
8657
8637
  page: z.ZodNumber;
8658
8638
  pageSize: z.ZodNumber;
8659
8639
  data: z.ZodObject<{
8660
- 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", "item"]>;
8661
8641
  message: z.ZodString;
8662
8642
  id: z.ZodString;
8663
8643
  url: z.ZodString;
@@ -10174,7 +10154,6 @@ export declare const mainFeedContract: {
10174
10154
  channelId: string;
10175
10155
  socialPlatformId: string;
10176
10156
  }>;
10177
- csatStatus: z.ZodNullable<z.ZodString>;
10178
10157
  actor: z.ZodObject<{
10179
10158
  id: z.ZodString;
10180
10159
  createdAt: z.ZodDate;
@@ -10653,7 +10632,6 @@ export declare const mainFeedContract: {
10653
10632
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
10654
10633
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
10655
10634
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
10656
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
10657
10635
  }, "strip", z.ZodTypeAny, {
10658
10636
  name: string;
10659
10637
  id: string;
@@ -10683,7 +10661,6 @@ export declare const mainFeedContract: {
10683
10661
  lineRichMenuId?: string | null | undefined;
10684
10662
  messengerIntegrationType?: "own" | "business" | undefined;
10685
10663
  facebookFeedIntegrationType?: "own" | "business" | undefined;
10686
- isCSATEnabled?: boolean | undefined;
10687
10664
  }, {
10688
10665
  name: string;
10689
10666
  id: string;
@@ -10713,7 +10690,6 @@ export declare const mainFeedContract: {
10713
10690
  lineRichMenuId?: string | null | undefined;
10714
10691
  messengerIntegrationType?: "own" | "business" | undefined;
10715
10692
  facebookFeedIntegrationType?: "own" | "business" | undefined;
10716
- isCSATEnabled?: boolean | undefined;
10717
10693
  }>;
10718
10694
  brandName: z.ZodString;
10719
10695
  platformId: z.ZodString;
@@ -10977,7 +10953,6 @@ export declare const mainFeedContract: {
10977
10953
  lineRichMenuId?: string | null | undefined;
10978
10954
  messengerIntegrationType?: "own" | "business" | undefined;
10979
10955
  facebookFeedIntegrationType?: "own" | "business" | undefined;
10980
- isCSATEnabled?: boolean | undefined;
10981
10956
  };
10982
10957
  status: boolean;
10983
10958
  createdAt: Date;
@@ -11072,7 +11047,6 @@ export declare const mainFeedContract: {
11072
11047
  lineRichMenuId?: string | null | undefined;
11073
11048
  messengerIntegrationType?: "own" | "business" | undefined;
11074
11049
  facebookFeedIntegrationType?: "own" | "business" | undefined;
11075
- isCSATEnabled?: boolean | undefined;
11076
11050
  };
11077
11051
  status: boolean;
11078
11052
  createdAt: Date;
@@ -11731,7 +11705,6 @@ export declare const mainFeedContract: {
11731
11705
  lineRichMenuId?: string | null | undefined;
11732
11706
  messengerIntegrationType?: "own" | "business" | undefined;
11733
11707
  facebookFeedIntegrationType?: "own" | "business" | undefined;
11734
- isCSATEnabled?: boolean | undefined;
11735
11708
  };
11736
11709
  status: boolean;
11737
11710
  createdAt: Date;
@@ -12023,7 +11996,6 @@ export declare const mainFeedContract: {
12023
11996
  closedAt: Date;
12024
11997
  lastMessageAt: Date | null;
12025
11998
  isBotRoom: boolean;
12026
- csatStatus: string | null;
12027
11999
  cxlog: {
12028
12000
  id: string;
12029
12001
  channel: string | null;
@@ -12160,7 +12132,6 @@ export declare const mainFeedContract: {
12160
12132
  lineRichMenuId?: string | null | undefined;
12161
12133
  messengerIntegrationType?: "own" | "business" | undefined;
12162
12134
  facebookFeedIntegrationType?: "own" | "business" | undefined;
12163
- isCSATEnabled?: boolean | undefined;
12164
12135
  };
12165
12136
  status: boolean;
12166
12137
  createdAt: Date;
@@ -12452,7 +12423,6 @@ export declare const mainFeedContract: {
12452
12423
  closedAt: Date;
12453
12424
  lastMessageAt: Date | null;
12454
12425
  isBotRoom: boolean;
12455
- csatStatus: string | null;
12456
12426
  cxlog: {
12457
12427
  id: string;
12458
12428
  channel: string | null;
@@ -12593,7 +12563,7 @@ export declare const mainFeedContract: {
12593
12563
  deletedAt: z.ZodNullable<z.ZodDate>;
12594
12564
  message: z.ZodString;
12595
12565
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
12596
- 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", "item"]>;
12597
12567
  readAt: z.ZodDate;
12598
12568
  metadata: z.ZodAny;
12599
12569
  platformId: z.ZodString;
@@ -13251,7 +13221,7 @@ export declare const mainFeedContract: {
13251
13221
  };
13252
13222
  }>;
13253
13223
  }, "strip", z.ZodTypeAny, {
13254
- 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" | "item" | "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";
13255
13225
  message: string;
13256
13226
  id: string;
13257
13227
  url: string;
@@ -13413,7 +13383,7 @@ export declare const mainFeedContract: {
13413
13383
  metadata?: any;
13414
13384
  template?: any;
13415
13385
  }, {
13416
- 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" | "item" | "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";
13417
13387
  message: string;
13418
13388
  id: string;
13419
13389
  url: string;
@@ -14834,7 +14804,7 @@ export declare const mainFeedContract: {
14834
14804
  deletedAt: z.ZodNullable<z.ZodDate>;
14835
14805
  message: z.ZodString;
14836
14806
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
14837
- 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", "item"]>;
14838
14808
  readAt: z.ZodDate;
14839
14809
  metadata: z.ZodAny;
14840
14810
  platformId: z.ZodString;
@@ -15908,7 +15878,6 @@ export declare const mainFeedContract: {
15908
15878
  channelId: string;
15909
15879
  socialPlatformId: string;
15910
15880
  }>;
15911
- csatStatus: z.ZodNullable<z.ZodString>;
15912
15881
  actor: z.ZodObject<{
15913
15882
  id: z.ZodString;
15914
15883
  createdAt: z.ZodDate;
@@ -16387,7 +16356,6 @@ export declare const mainFeedContract: {
16387
16356
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
16388
16357
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
16389
16358
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
16390
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
16391
16359
  }, "strip", z.ZodTypeAny, {
16392
16360
  name: string;
16393
16361
  id: string;
@@ -16417,7 +16385,6 @@ export declare const mainFeedContract: {
16417
16385
  lineRichMenuId?: string | null | undefined;
16418
16386
  messengerIntegrationType?: "own" | "business" | undefined;
16419
16387
  facebookFeedIntegrationType?: "own" | "business" | undefined;
16420
- isCSATEnabled?: boolean | undefined;
16421
16388
  }, {
16422
16389
  name: string;
16423
16390
  id: string;
@@ -16447,7 +16414,6 @@ export declare const mainFeedContract: {
16447
16414
  lineRichMenuId?: string | null | undefined;
16448
16415
  messengerIntegrationType?: "own" | "business" | undefined;
16449
16416
  facebookFeedIntegrationType?: "own" | "business" | undefined;
16450
- isCSATEnabled?: boolean | undefined;
16451
16417
  }>;
16452
16418
  brandName: z.ZodString;
16453
16419
  platformId: z.ZodString;
@@ -16711,7 +16677,6 @@ export declare const mainFeedContract: {
16711
16677
  lineRichMenuId?: string | null | undefined;
16712
16678
  messengerIntegrationType?: "own" | "business" | undefined;
16713
16679
  facebookFeedIntegrationType?: "own" | "business" | undefined;
16714
- isCSATEnabled?: boolean | undefined;
16715
16680
  };
16716
16681
  status: boolean;
16717
16682
  createdAt: Date;
@@ -16806,7 +16771,6 @@ export declare const mainFeedContract: {
16806
16771
  lineRichMenuId?: string | null | undefined;
16807
16772
  messengerIntegrationType?: "own" | "business" | undefined;
16808
16773
  facebookFeedIntegrationType?: "own" | "business" | undefined;
16809
- isCSATEnabled?: boolean | undefined;
16810
16774
  };
16811
16775
  status: boolean;
16812
16776
  createdAt: Date;
@@ -17465,7 +17429,6 @@ export declare const mainFeedContract: {
17465
17429
  lineRichMenuId?: string | null | undefined;
17466
17430
  messengerIntegrationType?: "own" | "business" | undefined;
17467
17431
  facebookFeedIntegrationType?: "own" | "business" | undefined;
17468
- isCSATEnabled?: boolean | undefined;
17469
17432
  };
17470
17433
  status: boolean;
17471
17434
  createdAt: Date;
@@ -17757,7 +17720,6 @@ export declare const mainFeedContract: {
17757
17720
  closedAt: Date;
17758
17721
  lastMessageAt: Date | null;
17759
17722
  isBotRoom: boolean;
17760
- csatStatus: string | null;
17761
17723
  cxlog: {
17762
17724
  id: string;
17763
17725
  channel: string | null;
@@ -17894,7 +17856,6 @@ export declare const mainFeedContract: {
17894
17856
  lineRichMenuId?: string | null | undefined;
17895
17857
  messengerIntegrationType?: "own" | "business" | undefined;
17896
17858
  facebookFeedIntegrationType?: "own" | "business" | undefined;
17897
- isCSATEnabled?: boolean | undefined;
17898
17859
  };
17899
17860
  status: boolean;
17900
17861
  createdAt: Date;
@@ -18186,7 +18147,6 @@ export declare const mainFeedContract: {
18186
18147
  closedAt: Date;
18187
18148
  lastMessageAt: Date | null;
18188
18149
  isBotRoom: boolean;
18189
- csatStatus: string | null;
18190
18150
  cxlog: {
18191
18151
  id: string;
18192
18152
  channel: string | null;
@@ -18330,7 +18290,7 @@ export declare const mainFeedContract: {
18330
18290
  deletedAt: z.ZodNullable<z.ZodDate>;
18331
18291
  message: z.ZodString;
18332
18292
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
18333
- 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", "item"]>;
18334
18294
  readAt: z.ZodDate;
18335
18295
  metadata: z.ZodAny;
18336
18296
  platformId: z.ZodString;
@@ -18988,7 +18948,7 @@ export declare const mainFeedContract: {
18988
18948
  };
18989
18949
  }>;
18990
18950
  }, "strip", z.ZodTypeAny, {
18991
- 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" | "item" | "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";
18992
18952
  message: string;
18993
18953
  id: string;
18994
18954
  url: string;
@@ -19150,7 +19110,7 @@ export declare const mainFeedContract: {
19150
19110
  metadata?: any;
19151
19111
  template?: any;
19152
19112
  }, {
19153
- 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" | "item" | "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";
19154
19114
  message: string;
19155
19115
  id: string;
19156
19116
  url: string;
@@ -19952,7 +19912,7 @@ export declare const mainFeedContract: {
19952
19912
  editedMessageid: z.ZodString;
19953
19913
  label: z.ZodOptional<z.ZodString>;
19954
19914
  }, "strip", z.ZodTypeAny, {
19955
- 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" | "item" | "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";
19956
19916
  message: string;
19957
19917
  id: string;
19958
19918
  url: string;
@@ -20096,7 +20056,6 @@ export declare const mainFeedContract: {
20096
20056
  lineRichMenuId?: string | null | undefined;
20097
20057
  messengerIntegrationType?: "own" | "business" | undefined;
20098
20058
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20099
- isCSATEnabled?: boolean | undefined;
20100
20059
  };
20101
20060
  status: boolean;
20102
20061
  createdAt: Date;
@@ -20388,7 +20347,6 @@ export declare const mainFeedContract: {
20388
20347
  closedAt: Date;
20389
20348
  lastMessageAt: Date | null;
20390
20349
  isBotRoom: boolean;
20391
- csatStatus: string | null;
20392
20350
  cxlog: {
20393
20351
  id: string;
20394
20352
  channel: string | null;
@@ -20507,7 +20465,7 @@ export declare const mainFeedContract: {
20507
20465
  previewUrl: string;
20508
20466
  imageSetId: string;
20509
20467
  repliedMessage: {
20510
- 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" | "item" | "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";
20511
20469
  message: string;
20512
20470
  id: string;
20513
20471
  url: string;
@@ -20718,7 +20676,7 @@ export declare const mainFeedContract: {
20718
20676
  template?: any;
20719
20677
  label?: string | undefined;
20720
20678
  }, {
20721
- 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" | "item" | "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";
20722
20680
  message: string;
20723
20681
  id: string;
20724
20682
  url: string;
@@ -20862,7 +20820,6 @@ export declare const mainFeedContract: {
20862
20820
  lineRichMenuId?: string | null | undefined;
20863
20821
  messengerIntegrationType?: "own" | "business" | undefined;
20864
20822
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20865
- isCSATEnabled?: boolean | undefined;
20866
20823
  };
20867
20824
  status: boolean;
20868
20825
  createdAt: Date;
@@ -21154,7 +21111,6 @@ export declare const mainFeedContract: {
21154
21111
  closedAt: Date;
21155
21112
  lastMessageAt: Date | null;
21156
21113
  isBotRoom: boolean;
21157
- csatStatus: string | null;
21158
21114
  cxlog: {
21159
21115
  id: string;
21160
21116
  channel: string | null;
@@ -21273,7 +21229,7 @@ export declare const mainFeedContract: {
21273
21229
  previewUrl: string;
21274
21230
  imageSetId: string;
21275
21231
  repliedMessage: {
21276
- 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" | "item" | "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";
21277
21233
  message: string;
21278
21234
  id: string;
21279
21235
  url: string;
@@ -21485,13 +21441,13 @@ export declare const mainFeedContract: {
21485
21441
  label?: string | undefined;
21486
21442
  }>, "many">;
21487
21443
  }, "strip", z.ZodTypeAny, {
21488
- 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" | "item" | "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";
21489
21445
  message: string;
21490
21446
  id: string;
21491
21447
  url: string;
21492
21448
  direction: "incoming" | "outgoing" | "system";
21493
21449
  children: {
21494
- 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" | "item" | "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";
21495
21451
  message: string;
21496
21452
  id: string;
21497
21453
  url: string;
@@ -21635,7 +21591,6 @@ export declare const mainFeedContract: {
21635
21591
  lineRichMenuId?: string | null | undefined;
21636
21592
  messengerIntegrationType?: "own" | "business" | undefined;
21637
21593
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21638
- isCSATEnabled?: boolean | undefined;
21639
21594
  };
21640
21595
  status: boolean;
21641
21596
  createdAt: Date;
@@ -21927,7 +21882,6 @@ export declare const mainFeedContract: {
21927
21882
  closedAt: Date;
21928
21883
  lastMessageAt: Date | null;
21929
21884
  isBotRoom: boolean;
21930
- csatStatus: string | null;
21931
21885
  cxlog: {
21932
21886
  id: string;
21933
21887
  channel: string | null;
@@ -22046,7 +22000,7 @@ export declare const mainFeedContract: {
22046
22000
  previewUrl: string;
22047
22001
  imageSetId: string;
22048
22002
  repliedMessage: {
22049
- 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" | "item" | "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";
22050
22004
  message: string;
22051
22005
  id: string;
22052
22006
  url: string;
@@ -22396,7 +22350,6 @@ export declare const mainFeedContract: {
22396
22350
  lineRichMenuId?: string | null | undefined;
22397
22351
  messengerIntegrationType?: "own" | "business" | undefined;
22398
22352
  facebookFeedIntegrationType?: "own" | "business" | undefined;
22399
- isCSATEnabled?: boolean | undefined;
22400
22353
  };
22401
22354
  status: boolean;
22402
22355
  createdAt: Date;
@@ -22688,7 +22641,6 @@ export declare const mainFeedContract: {
22688
22641
  closedAt: Date;
22689
22642
  lastMessageAt: Date | null;
22690
22643
  isBotRoom: boolean;
22691
- csatStatus: string | null;
22692
22644
  cxlog: {
22693
22645
  id: string;
22694
22646
  channel: string | null;
@@ -22807,7 +22759,7 @@ export declare const mainFeedContract: {
22807
22759
  previewUrl: string;
22808
22760
  imageSetId: string;
22809
22761
  repliedMessage: {
22810
- 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" | "item" | "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";
22811
22763
  message: string;
22812
22764
  id: string;
22813
22765
  url: string;
@@ -23145,13 +23097,13 @@ export declare const mainFeedContract: {
23145
23097
  template?: any;
23146
23098
  metadata?: any;
23147
23099
  }, {
23148
- 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" | "item" | "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";
23149
23101
  message: string;
23150
23102
  id: string;
23151
23103
  url: string;
23152
23104
  direction: "incoming" | "outgoing" | "system";
23153
23105
  children: {
23154
- 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" | "item" | "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";
23155
23107
  message: string;
23156
23108
  id: string;
23157
23109
  url: string;
@@ -23295,7 +23247,6 @@ export declare const mainFeedContract: {
23295
23247
  lineRichMenuId?: string | null | undefined;
23296
23248
  messengerIntegrationType?: "own" | "business" | undefined;
23297
23249
  facebookFeedIntegrationType?: "own" | "business" | undefined;
23298
- isCSATEnabled?: boolean | undefined;
23299
23250
  };
23300
23251
  status: boolean;
23301
23252
  createdAt: Date;
@@ -23587,7 +23538,6 @@ export declare const mainFeedContract: {
23587
23538
  closedAt: Date;
23588
23539
  lastMessageAt: Date | null;
23589
23540
  isBotRoom: boolean;
23590
- csatStatus: string | null;
23591
23541
  cxlog: {
23592
23542
  id: string;
23593
23543
  channel: string | null;
@@ -23706,7 +23656,7 @@ export declare const mainFeedContract: {
23706
23656
  previewUrl: string;
23707
23657
  imageSetId: string;
23708
23658
  repliedMessage: {
23709
- 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" | "item" | "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";
23710
23660
  message: string;
23711
23661
  id: string;
23712
23662
  url: string;
@@ -24056,7 +24006,6 @@ export declare const mainFeedContract: {
24056
24006
  lineRichMenuId?: string | null | undefined;
24057
24007
  messengerIntegrationType?: "own" | "business" | undefined;
24058
24008
  facebookFeedIntegrationType?: "own" | "business" | undefined;
24059
- isCSATEnabled?: boolean | undefined;
24060
24009
  };
24061
24010
  status: boolean;
24062
24011
  createdAt: Date;
@@ -24348,7 +24297,6 @@ export declare const mainFeedContract: {
24348
24297
  closedAt: Date;
24349
24298
  lastMessageAt: Date | null;
24350
24299
  isBotRoom: boolean;
24351
- csatStatus: string | null;
24352
24300
  cxlog: {
24353
24301
  id: string;
24354
24302
  channel: string | null;
@@ -24467,7 +24415,7 @@ export declare const mainFeedContract: {
24467
24415
  previewUrl: string;
24468
24416
  imageSetId: string;
24469
24417
  repliedMessage: {
24470
- 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" | "item" | "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";
24471
24419
  message: string;
24472
24420
  id: string;
24473
24421
  url: string;
@@ -24807,13 +24755,13 @@ export declare const mainFeedContract: {
24807
24755
  }>;
24808
24756
  }, "strip", z.ZodTypeAny, {
24809
24757
  data: {
24810
- 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" | "item" | "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";
24811
24759
  message: string;
24812
24760
  id: string;
24813
24761
  url: string;
24814
24762
  direction: "incoming" | "outgoing" | "system";
24815
24763
  children: {
24816
- 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" | "item" | "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";
24817
24765
  message: string;
24818
24766
  id: string;
24819
24767
  url: string;
@@ -24957,7 +24905,6 @@ export declare const mainFeedContract: {
24957
24905
  lineRichMenuId?: string | null | undefined;
24958
24906
  messengerIntegrationType?: "own" | "business" | undefined;
24959
24907
  facebookFeedIntegrationType?: "own" | "business" | undefined;
24960
- isCSATEnabled?: boolean | undefined;
24961
24908
  };
24962
24909
  status: boolean;
24963
24910
  createdAt: Date;
@@ -25249,7 +25196,6 @@ export declare const mainFeedContract: {
25249
25196
  closedAt: Date;
25250
25197
  lastMessageAt: Date | null;
25251
25198
  isBotRoom: boolean;
25252
- csatStatus: string | null;
25253
25199
  cxlog: {
25254
25200
  id: string;
25255
25201
  channel: string | null;
@@ -25368,7 +25314,7 @@ export declare const mainFeedContract: {
25368
25314
  previewUrl: string;
25369
25315
  imageSetId: string;
25370
25316
  repliedMessage: {
25371
- 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" | "item" | "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";
25372
25318
  message: string;
25373
25319
  id: string;
25374
25320
  url: string;
@@ -25718,7 +25664,6 @@ export declare const mainFeedContract: {
25718
25664
  lineRichMenuId?: string | null | undefined;
25719
25665
  messengerIntegrationType?: "own" | "business" | undefined;
25720
25666
  facebookFeedIntegrationType?: "own" | "business" | undefined;
25721
- isCSATEnabled?: boolean | undefined;
25722
25667
  };
25723
25668
  status: boolean;
25724
25669
  createdAt: Date;
@@ -26010,7 +25955,6 @@ export declare const mainFeedContract: {
26010
25955
  closedAt: Date;
26011
25956
  lastMessageAt: Date | null;
26012
25957
  isBotRoom: boolean;
26013
- csatStatus: string | null;
26014
25958
  cxlog: {
26015
25959
  id: string;
26016
25960
  channel: string | null;
@@ -26129,7 +26073,7 @@ export declare const mainFeedContract: {
26129
26073
  previewUrl: string;
26130
26074
  imageSetId: string;
26131
26075
  repliedMessage: {
26132
- 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" | "item" | "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";
26133
26077
  message: string;
26134
26078
  id: string;
26135
26079
  url: string;
@@ -26473,13 +26417,13 @@ export declare const mainFeedContract: {
26473
26417
  requestId: string;
26474
26418
  }, {
26475
26419
  data: {
26476
- 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" | "item" | "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";
26477
26421
  message: string;
26478
26422
  id: string;
26479
26423
  url: string;
26480
26424
  direction: "incoming" | "outgoing" | "system";
26481
26425
  children: {
26482
- 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" | "item" | "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";
26483
26427
  message: string;
26484
26428
  id: string;
26485
26429
  url: string;
@@ -26623,7 +26567,6 @@ export declare const mainFeedContract: {
26623
26567
  lineRichMenuId?: string | null | undefined;
26624
26568
  messengerIntegrationType?: "own" | "business" | undefined;
26625
26569
  facebookFeedIntegrationType?: "own" | "business" | undefined;
26626
- isCSATEnabled?: boolean | undefined;
26627
26570
  };
26628
26571
  status: boolean;
26629
26572
  createdAt: Date;
@@ -26915,7 +26858,6 @@ export declare const mainFeedContract: {
26915
26858
  closedAt: Date;
26916
26859
  lastMessageAt: Date | null;
26917
26860
  isBotRoom: boolean;
26918
- csatStatus: string | null;
26919
26861
  cxlog: {
26920
26862
  id: string;
26921
26863
  channel: string | null;
@@ -27034,7 +26976,7 @@ export declare const mainFeedContract: {
27034
26976
  previewUrl: string;
27035
26977
  imageSetId: string;
27036
26978
  repliedMessage: {
27037
- 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" | "item" | "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";
27038
26980
  message: string;
27039
26981
  id: string;
27040
26982
  url: string;
@@ -27384,7 +27326,6 @@ export declare const mainFeedContract: {
27384
27326
  lineRichMenuId?: string | null | undefined;
27385
27327
  messengerIntegrationType?: "own" | "business" | undefined;
27386
27328
  facebookFeedIntegrationType?: "own" | "business" | undefined;
27387
- isCSATEnabled?: boolean | undefined;
27388
27329
  };
27389
27330
  status: boolean;
27390
27331
  createdAt: Date;
@@ -27676,7 +27617,6 @@ export declare const mainFeedContract: {
27676
27617
  closedAt: Date;
27677
27618
  lastMessageAt: Date | null;
27678
27619
  isBotRoom: boolean;
27679
- csatStatus: string | null;
27680
27620
  cxlog: {
27681
27621
  id: string;
27682
27622
  channel: string | null;
@@ -27795,7 +27735,7 @@ export declare const mainFeedContract: {
27795
27735
  previewUrl: string;
27796
27736
  imageSetId: string;
27797
27737
  repliedMessage: {
27798
- 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" | "item" | "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";
27799
27739
  message: string;
27800
27740
  id: string;
27801
27741
  url: string;
@@ -29365,7 +29305,6 @@ export declare const mainChatRoomContract: {
29365
29305
  channelId: string;
29366
29306
  socialPlatformId: string;
29367
29307
  }>;
29368
- csatStatus: z.ZodNullable<z.ZodString>;
29369
29308
  actor: z.ZodObject<{
29370
29309
  id: z.ZodString;
29371
29310
  createdAt: z.ZodDate;
@@ -29844,7 +29783,6 @@ export declare const mainChatRoomContract: {
29844
29783
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
29845
29784
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
29846
29785
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
29847
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
29848
29786
  }, "strip", z.ZodTypeAny, {
29849
29787
  name: string;
29850
29788
  id: string;
@@ -29874,7 +29812,6 @@ export declare const mainChatRoomContract: {
29874
29812
  lineRichMenuId?: string | null | undefined;
29875
29813
  messengerIntegrationType?: "own" | "business" | undefined;
29876
29814
  facebookFeedIntegrationType?: "own" | "business" | undefined;
29877
- isCSATEnabled?: boolean | undefined;
29878
29815
  }, {
29879
29816
  name: string;
29880
29817
  id: string;
@@ -29904,7 +29841,6 @@ export declare const mainChatRoomContract: {
29904
29841
  lineRichMenuId?: string | null | undefined;
29905
29842
  messengerIntegrationType?: "own" | "business" | undefined;
29906
29843
  facebookFeedIntegrationType?: "own" | "business" | undefined;
29907
- isCSATEnabled?: boolean | undefined;
29908
29844
  }>;
29909
29845
  brandName: z.ZodString;
29910
29846
  platformId: z.ZodString;
@@ -30168,7 +30104,6 @@ export declare const mainChatRoomContract: {
30168
30104
  lineRichMenuId?: string | null | undefined;
30169
30105
  messengerIntegrationType?: "own" | "business" | undefined;
30170
30106
  facebookFeedIntegrationType?: "own" | "business" | undefined;
30171
- isCSATEnabled?: boolean | undefined;
30172
30107
  };
30173
30108
  status: boolean;
30174
30109
  createdAt: Date;
@@ -30263,7 +30198,6 @@ export declare const mainChatRoomContract: {
30263
30198
  lineRichMenuId?: string | null | undefined;
30264
30199
  messengerIntegrationType?: "own" | "business" | undefined;
30265
30200
  facebookFeedIntegrationType?: "own" | "business" | undefined;
30266
- isCSATEnabled?: boolean | undefined;
30267
30201
  };
30268
30202
  status: boolean;
30269
30203
  createdAt: Date;
@@ -30922,7 +30856,6 @@ export declare const mainChatRoomContract: {
30922
30856
  lineRichMenuId?: string | null | undefined;
30923
30857
  messengerIntegrationType?: "own" | "business" | undefined;
30924
30858
  facebookFeedIntegrationType?: "own" | "business" | undefined;
30925
- isCSATEnabled?: boolean | undefined;
30926
30859
  };
30927
30860
  status: boolean;
30928
30861
  createdAt: Date;
@@ -31214,7 +31147,6 @@ export declare const mainChatRoomContract: {
31214
31147
  closedAt: Date;
31215
31148
  lastMessageAt: Date | null;
31216
31149
  isBotRoom: boolean;
31217
- csatStatus: string | null;
31218
31150
  cxlog: {
31219
31151
  id: string;
31220
31152
  channel: string | null;
@@ -31351,7 +31283,6 @@ export declare const mainChatRoomContract: {
31351
31283
  lineRichMenuId?: string | null | undefined;
31352
31284
  messengerIntegrationType?: "own" | "business" | undefined;
31353
31285
  facebookFeedIntegrationType?: "own" | "business" | undefined;
31354
- isCSATEnabled?: boolean | undefined;
31355
31286
  };
31356
31287
  status: boolean;
31357
31288
  createdAt: Date;
@@ -31643,7 +31574,6 @@ export declare const mainChatRoomContract: {
31643
31574
  closedAt: Date;
31644
31575
  lastMessageAt: Date | null;
31645
31576
  isBotRoom: boolean;
31646
- csatStatus: string | null;
31647
31577
  cxlog: {
31648
31578
  id: string;
31649
31579
  channel: string | null;
@@ -31792,7 +31722,6 @@ export declare const mainChatRoomContract: {
31792
31722
  lineRichMenuId?: string | null | undefined;
31793
31723
  messengerIntegrationType?: "own" | "business" | undefined;
31794
31724
  facebookFeedIntegrationType?: "own" | "business" | undefined;
31795
- isCSATEnabled?: boolean | undefined;
31796
31725
  };
31797
31726
  status: boolean;
31798
31727
  createdAt: Date;
@@ -32084,7 +32013,6 @@ export declare const mainChatRoomContract: {
32084
32013
  closedAt: Date;
32085
32014
  lastMessageAt: Date | null;
32086
32015
  isBotRoom: boolean;
32087
- csatStatus: string | null;
32088
32016
  cxlog: {
32089
32017
  id: string;
32090
32018
  channel: string | null;
@@ -32231,7 +32159,6 @@ export declare const mainChatRoomContract: {
32231
32159
  lineRichMenuId?: string | null | undefined;
32232
32160
  messengerIntegrationType?: "own" | "business" | undefined;
32233
32161
  facebookFeedIntegrationType?: "own" | "business" | undefined;
32234
- isCSATEnabled?: boolean | undefined;
32235
32162
  };
32236
32163
  status: boolean;
32237
32164
  createdAt: Date;
@@ -32523,7 +32450,6 @@ export declare const mainChatRoomContract: {
32523
32450
  closedAt: Date;
32524
32451
  lastMessageAt: Date | null;
32525
32452
  isBotRoom: boolean;
32526
- csatStatus: string | null;
32527
32453
  cxlog: {
32528
32454
  id: string;
32529
32455
  channel: string | null;
@@ -33741,7 +33667,6 @@ export declare const mainChatRoomContract: {
33741
33667
  channelId: string;
33742
33668
  socialPlatformId: string;
33743
33669
  }>;
33744
- csatStatus: z.ZodNullable<z.ZodString>;
33745
33670
  actor: z.ZodObject<{
33746
33671
  id: z.ZodString;
33747
33672
  createdAt: z.ZodDate;
@@ -34220,7 +34145,6 @@ export declare const mainChatRoomContract: {
34220
34145
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
34221
34146
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
34222
34147
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
34223
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
34224
34148
  }, "strip", z.ZodTypeAny, {
34225
34149
  name: string;
34226
34150
  id: string;
@@ -34250,7 +34174,6 @@ export declare const mainChatRoomContract: {
34250
34174
  lineRichMenuId?: string | null | undefined;
34251
34175
  messengerIntegrationType?: "own" | "business" | undefined;
34252
34176
  facebookFeedIntegrationType?: "own" | "business" | undefined;
34253
- isCSATEnabled?: boolean | undefined;
34254
34177
  }, {
34255
34178
  name: string;
34256
34179
  id: string;
@@ -34280,7 +34203,6 @@ export declare const mainChatRoomContract: {
34280
34203
  lineRichMenuId?: string | null | undefined;
34281
34204
  messengerIntegrationType?: "own" | "business" | undefined;
34282
34205
  facebookFeedIntegrationType?: "own" | "business" | undefined;
34283
- isCSATEnabled?: boolean | undefined;
34284
34206
  }>;
34285
34207
  brandName: z.ZodString;
34286
34208
  platformId: z.ZodString;
@@ -34544,7 +34466,6 @@ export declare const mainChatRoomContract: {
34544
34466
  lineRichMenuId?: string | null | undefined;
34545
34467
  messengerIntegrationType?: "own" | "business" | undefined;
34546
34468
  facebookFeedIntegrationType?: "own" | "business" | undefined;
34547
- isCSATEnabled?: boolean | undefined;
34548
34469
  };
34549
34470
  status: boolean;
34550
34471
  createdAt: Date;
@@ -34639,7 +34560,6 @@ export declare const mainChatRoomContract: {
34639
34560
  lineRichMenuId?: string | null | undefined;
34640
34561
  messengerIntegrationType?: "own" | "business" | undefined;
34641
34562
  facebookFeedIntegrationType?: "own" | "business" | undefined;
34642
- isCSATEnabled?: boolean | undefined;
34643
34563
  };
34644
34564
  status: boolean;
34645
34565
  createdAt: Date;
@@ -35298,7 +35218,6 @@ export declare const mainChatRoomContract: {
35298
35218
  lineRichMenuId?: string | null | undefined;
35299
35219
  messengerIntegrationType?: "own" | "business" | undefined;
35300
35220
  facebookFeedIntegrationType?: "own" | "business" | undefined;
35301
- isCSATEnabled?: boolean | undefined;
35302
35221
  };
35303
35222
  status: boolean;
35304
35223
  createdAt: Date;
@@ -35590,7 +35509,6 @@ export declare const mainChatRoomContract: {
35590
35509
  closedAt: Date;
35591
35510
  lastMessageAt: Date | null;
35592
35511
  isBotRoom: boolean;
35593
- csatStatus: string | null;
35594
35512
  cxlog: {
35595
35513
  id: string;
35596
35514
  channel: string | null;
@@ -35727,7 +35645,6 @@ export declare const mainChatRoomContract: {
35727
35645
  lineRichMenuId?: string | null | undefined;
35728
35646
  messengerIntegrationType?: "own" | "business" | undefined;
35729
35647
  facebookFeedIntegrationType?: "own" | "business" | undefined;
35730
- isCSATEnabled?: boolean | undefined;
35731
35648
  };
35732
35649
  status: boolean;
35733
35650
  createdAt: Date;
@@ -36019,7 +35936,6 @@ export declare const mainChatRoomContract: {
36019
35936
  closedAt: Date;
36020
35937
  lastMessageAt: Date | null;
36021
35938
  isBotRoom: boolean;
36022
- csatStatus: string | null;
36023
35939
  cxlog: {
36024
35940
  id: string;
36025
35941
  channel: string | null;
@@ -36125,7 +36041,7 @@ export declare const mainChatRoomContract: {
36125
36041
  latestIncomingMessage: z.ZodObject<{
36126
36042
  message: z.ZodString;
36127
36043
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
36128
- 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", "item"]>;
36129
36045
  readAt: z.ZodDate;
36130
36046
  metadata: z.ZodAny;
36131
36047
  platformId: z.ZodString;
@@ -36137,7 +36053,7 @@ export declare const mainChatRoomContract: {
36137
36053
  previewUrl: z.ZodString;
36138
36054
  imageSetId: z.ZodString;
36139
36055
  }, "strip", z.ZodTypeAny, {
36140
- 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" | "item" | "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";
36141
36057
  message: string;
36142
36058
  url: string;
36143
36059
  direction: "incoming" | "outgoing" | "system";
@@ -36151,7 +36067,7 @@ export declare const mainChatRoomContract: {
36151
36067
  metadata?: any;
36152
36068
  template?: any;
36153
36069
  }, {
36154
- 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" | "item" | "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";
36155
36071
  message: string;
36156
36072
  url: string;
36157
36073
  direction: "incoming" | "outgoing" | "system";
@@ -36168,7 +36084,7 @@ export declare const mainChatRoomContract: {
36168
36084
  latestMessage: z.ZodObject<{
36169
36085
  message: z.ZodString;
36170
36086
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
36171
- 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", "item"]>;
36172
36088
  readAt: z.ZodDate;
36173
36089
  metadata: z.ZodAny;
36174
36090
  platformId: z.ZodString;
@@ -36180,7 +36096,7 @@ export declare const mainChatRoomContract: {
36180
36096
  previewUrl: z.ZodString;
36181
36097
  imageSetId: z.ZodString;
36182
36098
  }, "strip", z.ZodTypeAny, {
36183
- 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" | "item" | "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";
36184
36100
  message: string;
36185
36101
  url: string;
36186
36102
  direction: "incoming" | "outgoing" | "system";
@@ -36194,7 +36110,7 @@ export declare const mainChatRoomContract: {
36194
36110
  metadata?: any;
36195
36111
  template?: any;
36196
36112
  }, {
36197
- 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" | "item" | "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";
36198
36114
  message: string;
36199
36115
  url: string;
36200
36116
  direction: "incoming" | "outgoing" | "system";
@@ -36244,7 +36160,6 @@ export declare const mainChatRoomContract: {
36244
36160
  lineRichMenuId?: string | null | undefined;
36245
36161
  messengerIntegrationType?: "own" | "business" | undefined;
36246
36162
  facebookFeedIntegrationType?: "own" | "business" | undefined;
36247
- isCSATEnabled?: boolean | undefined;
36248
36163
  };
36249
36164
  status: boolean;
36250
36165
  createdAt: Date;
@@ -36536,7 +36451,6 @@ export declare const mainChatRoomContract: {
36536
36451
  closedAt: Date;
36537
36452
  lastMessageAt: Date | null;
36538
36453
  isBotRoom: boolean;
36539
- csatStatus: string | null;
36540
36454
  cxlog: {
36541
36455
  id: string;
36542
36456
  channel: string | null;
@@ -36640,7 +36554,7 @@ export declare const mainChatRoomContract: {
36640
36554
  automationQueueId?: string | null | undefined;
36641
36555
  };
36642
36556
  latestIncomingMessage: {
36643
- 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" | "item" | "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";
36644
36558
  message: string;
36645
36559
  url: string;
36646
36560
  direction: "incoming" | "outgoing" | "system";
@@ -36655,7 +36569,7 @@ export declare const mainChatRoomContract: {
36655
36569
  template?: any;
36656
36570
  };
36657
36571
  latestMessage: {
36658
- 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" | "item" | "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";
36659
36573
  message: string;
36660
36574
  url: string;
36661
36575
  direction: "incoming" | "outgoing" | "system";
@@ -36705,7 +36619,6 @@ export declare const mainChatRoomContract: {
36705
36619
  lineRichMenuId?: string | null | undefined;
36706
36620
  messengerIntegrationType?: "own" | "business" | undefined;
36707
36621
  facebookFeedIntegrationType?: "own" | "business" | undefined;
36708
- isCSATEnabled?: boolean | undefined;
36709
36622
  };
36710
36623
  status: boolean;
36711
36624
  createdAt: Date;
@@ -36997,7 +36910,6 @@ export declare const mainChatRoomContract: {
36997
36910
  closedAt: Date;
36998
36911
  lastMessageAt: Date | null;
36999
36912
  isBotRoom: boolean;
37000
- csatStatus: string | null;
37001
36913
  cxlog: {
37002
36914
  id: string;
37003
36915
  channel: string | null;
@@ -37101,7 +37013,7 @@ export declare const mainChatRoomContract: {
37101
37013
  automationQueueId?: string | null | undefined;
37102
37014
  };
37103
37015
  latestIncomingMessage: {
37104
- 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" | "item" | "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";
37105
37017
  message: string;
37106
37018
  url: string;
37107
37019
  direction: "incoming" | "outgoing" | "system";
@@ -37116,7 +37028,7 @@ export declare const mainChatRoomContract: {
37116
37028
  template?: any;
37117
37029
  };
37118
37030
  latestMessage: {
37119
- 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" | "item" | "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";
37120
37032
  message: string;
37121
37033
  url: string;
37122
37034
  direction: "incoming" | "outgoing" | "system";
@@ -37168,7 +37080,6 @@ export declare const mainChatRoomContract: {
37168
37080
  lineRichMenuId?: string | null | undefined;
37169
37081
  messengerIntegrationType?: "own" | "business" | undefined;
37170
37082
  facebookFeedIntegrationType?: "own" | "business" | undefined;
37171
- isCSATEnabled?: boolean | undefined;
37172
37083
  };
37173
37084
  status: boolean;
37174
37085
  createdAt: Date;
@@ -37460,7 +37371,6 @@ export declare const mainChatRoomContract: {
37460
37371
  closedAt: Date;
37461
37372
  lastMessageAt: Date | null;
37462
37373
  isBotRoom: boolean;
37463
- csatStatus: string | null;
37464
37374
  cxlog: {
37465
37375
  id: string;
37466
37376
  channel: string | null;
@@ -37564,7 +37474,7 @@ export declare const mainChatRoomContract: {
37564
37474
  automationQueueId?: string | null | undefined;
37565
37475
  };
37566
37476
  latestIncomingMessage: {
37567
- 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" | "item" | "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";
37568
37478
  message: string;
37569
37479
  url: string;
37570
37480
  direction: "incoming" | "outgoing" | "system";
@@ -37579,7 +37489,7 @@ export declare const mainChatRoomContract: {
37579
37489
  template?: any;
37580
37490
  };
37581
37491
  latestMessage: {
37582
- 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" | "item" | "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";
37583
37493
  message: string;
37584
37494
  url: string;
37585
37495
  direction: "incoming" | "outgoing" | "system";
@@ -37632,7 +37542,6 @@ export declare const mainChatRoomContract: {
37632
37542
  lineRichMenuId?: string | null | undefined;
37633
37543
  messengerIntegrationType?: "own" | "business" | undefined;
37634
37544
  facebookFeedIntegrationType?: "own" | "business" | undefined;
37635
- isCSATEnabled?: boolean | undefined;
37636
37545
  };
37637
37546
  status: boolean;
37638
37547
  createdAt: Date;
@@ -37924,7 +37833,6 @@ export declare const mainChatRoomContract: {
37924
37833
  closedAt: Date;
37925
37834
  lastMessageAt: Date | null;
37926
37835
  isBotRoom: boolean;
37927
- csatStatus: string | null;
37928
37836
  cxlog: {
37929
37837
  id: string;
37930
37838
  channel: string | null;
@@ -38028,7 +37936,7 @@ export declare const mainChatRoomContract: {
38028
37936
  automationQueueId?: string | null | undefined;
38029
37937
  };
38030
37938
  latestIncomingMessage: {
38031
- 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" | "item" | "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";
38032
37940
  message: string;
38033
37941
  url: string;
38034
37942
  direction: "incoming" | "outgoing" | "system";
@@ -38043,7 +37951,7 @@ export declare const mainChatRoomContract: {
38043
37951
  template?: any;
38044
37952
  };
38045
37953
  latestMessage: {
38046
- 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" | "item" | "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";
38047
37955
  message: string;
38048
37956
  url: string;
38049
37957
  direction: "incoming" | "outgoing" | "system";
@@ -38177,7 +38085,6 @@ export declare const mainChatRoomContract: {
38177
38085
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
38178
38086
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
38179
38087
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
38180
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
38181
38088
  }, "strip", z.ZodTypeAny, {
38182
38089
  name: string;
38183
38090
  id: string;
@@ -38207,7 +38114,6 @@ export declare const mainChatRoomContract: {
38207
38114
  lineRichMenuId?: string | null | undefined;
38208
38115
  messengerIntegrationType?: "own" | "business" | undefined;
38209
38116
  facebookFeedIntegrationType?: "own" | "business" | undefined;
38210
- isCSATEnabled?: boolean | undefined;
38211
38117
  }, {
38212
38118
  name: string;
38213
38119
  id: string;
@@ -38237,7 +38143,6 @@ export declare const mainChatRoomContract: {
38237
38143
  lineRichMenuId?: string | null | undefined;
38238
38144
  messengerIntegrationType?: "own" | "business" | undefined;
38239
38145
  facebookFeedIntegrationType?: "own" | "business" | undefined;
38240
- isCSATEnabled?: boolean | undefined;
38241
38146
  }>;
38242
38147
  brandName: z.ZodString;
38243
38148
  platformId: z.ZodString;
@@ -38501,7 +38406,6 @@ export declare const mainChatRoomContract: {
38501
38406
  lineRichMenuId?: string | null | undefined;
38502
38407
  messengerIntegrationType?: "own" | "business" | undefined;
38503
38408
  facebookFeedIntegrationType?: "own" | "business" | undefined;
38504
- isCSATEnabled?: boolean | undefined;
38505
38409
  };
38506
38410
  status: boolean;
38507
38411
  createdAt: Date;
@@ -38596,7 +38500,6 @@ export declare const mainChatRoomContract: {
38596
38500
  lineRichMenuId?: string | null | undefined;
38597
38501
  messengerIntegrationType?: "own" | "business" | undefined;
38598
38502
  facebookFeedIntegrationType?: "own" | "business" | undefined;
38599
- isCSATEnabled?: boolean | undefined;
38600
38503
  };
38601
38504
  status: boolean;
38602
38505
  createdAt: Date;
@@ -40128,7 +40031,6 @@ export declare const mainChatRoomContract: {
40128
40031
  closedAt: z.ZodDate;
40129
40032
  lastMessageAt: z.ZodNullable<z.ZodDate>;
40130
40033
  isBotRoom: z.ZodBoolean;
40131
- csatStatus: z.ZodNullable<z.ZodString>;
40132
40034
  cxlog: z.ZodObject<{
40133
40035
  id: z.ZodString;
40134
40036
  createdAt: z.ZodDate;
@@ -40726,7 +40628,6 @@ export declare const mainChatRoomContract: {
40726
40628
  lineRichMenuId?: string | null | undefined;
40727
40629
  messengerIntegrationType?: "own" | "business" | undefined;
40728
40630
  facebookFeedIntegrationType?: "own" | "business" | undefined;
40729
- isCSATEnabled?: boolean | undefined;
40730
40631
  };
40731
40632
  status: boolean;
40732
40633
  createdAt: Date;
@@ -41018,7 +40919,6 @@ export declare const mainChatRoomContract: {
41018
40919
  closedAt: Date;
41019
40920
  lastMessageAt: Date | null;
41020
40921
  isBotRoom: boolean;
41021
- csatStatus: string | null;
41022
40922
  cxlog: {
41023
40923
  id: string;
41024
40924
  channel: string | null;
@@ -41156,7 +41056,6 @@ export declare const mainChatRoomContract: {
41156
41056
  lineRichMenuId?: string | null | undefined;
41157
41057
  messengerIntegrationType?: "own" | "business" | undefined;
41158
41058
  facebookFeedIntegrationType?: "own" | "business" | undefined;
41159
- isCSATEnabled?: boolean | undefined;
41160
41059
  };
41161
41060
  status: boolean;
41162
41061
  createdAt: Date;
@@ -41448,7 +41347,6 @@ export declare const mainChatRoomContract: {
41448
41347
  closedAt: Date;
41449
41348
  lastMessageAt: Date | null;
41450
41349
  isBotRoom: boolean;
41451
- csatStatus: string | null;
41452
41350
  cxlog: {
41453
41351
  id: string;
41454
41352
  channel: string | null;
@@ -41588,7 +41486,6 @@ export declare const mainChatRoomContract: {
41588
41486
  lineRichMenuId?: string | null | undefined;
41589
41487
  messengerIntegrationType?: "own" | "business" | undefined;
41590
41488
  facebookFeedIntegrationType?: "own" | "business" | undefined;
41591
- isCSATEnabled?: boolean | undefined;
41592
41489
  };
41593
41490
  status: boolean;
41594
41491
  createdAt: Date;
@@ -41880,7 +41777,6 @@ export declare const mainChatRoomContract: {
41880
41777
  closedAt: Date;
41881
41778
  lastMessageAt: Date | null;
41882
41779
  isBotRoom: boolean;
41883
- csatStatus: string | null;
41884
41780
  cxlog: {
41885
41781
  id: string;
41886
41782
  channel: string | null;
@@ -42021,7 +41917,6 @@ export declare const mainChatRoomContract: {
42021
41917
  lineRichMenuId?: string | null | undefined;
42022
41918
  messengerIntegrationType?: "own" | "business" | undefined;
42023
41919
  facebookFeedIntegrationType?: "own" | "business" | undefined;
42024
- isCSATEnabled?: boolean | undefined;
42025
41920
  };
42026
41921
  status: boolean;
42027
41922
  createdAt: Date;
@@ -42313,7 +42208,6 @@ export declare const mainChatRoomContract: {
42313
42208
  closedAt: Date;
42314
42209
  lastMessageAt: Date | null;
42315
42210
  isBotRoom: boolean;
42316
- csatStatus: string | null;
42317
42211
  cxlog: {
42318
42212
  id: string;
42319
42213
  channel: string | null;
@@ -42534,7 +42428,6 @@ export declare const mainChatRoomContract: {
42534
42428
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
42535
42429
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
42536
42430
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
42537
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
42538
42431
  }, "strip", z.ZodTypeAny, {
42539
42432
  name: string;
42540
42433
  id: string;
@@ -42564,7 +42457,6 @@ export declare const mainChatRoomContract: {
42564
42457
  lineRichMenuId?: string | null | undefined;
42565
42458
  messengerIntegrationType?: "own" | "business" | undefined;
42566
42459
  facebookFeedIntegrationType?: "own" | "business" | undefined;
42567
- isCSATEnabled?: boolean | undefined;
42568
42460
  }, {
42569
42461
  name: string;
42570
42462
  id: string;
@@ -42594,7 +42486,6 @@ export declare const mainChatRoomContract: {
42594
42486
  lineRichMenuId?: string | null | undefined;
42595
42487
  messengerIntegrationType?: "own" | "business" | undefined;
42596
42488
  facebookFeedIntegrationType?: "own" | "business" | undefined;
42597
- isCSATEnabled?: boolean | undefined;
42598
42489
  }>;
42599
42490
  brandName: z.ZodString;
42600
42491
  platformId: z.ZodString;
@@ -42858,7 +42749,6 @@ export declare const mainChatRoomContract: {
42858
42749
  lineRichMenuId?: string | null | undefined;
42859
42750
  messengerIntegrationType?: "own" | "business" | undefined;
42860
42751
  facebookFeedIntegrationType?: "own" | "business" | undefined;
42861
- isCSATEnabled?: boolean | undefined;
42862
42752
  };
42863
42753
  status: boolean;
42864
42754
  createdAt: Date;
@@ -42953,7 +42843,6 @@ export declare const mainChatRoomContract: {
42953
42843
  lineRichMenuId?: string | null | undefined;
42954
42844
  messengerIntegrationType?: "own" | "business" | undefined;
42955
42845
  facebookFeedIntegrationType?: "own" | "business" | undefined;
42956
- isCSATEnabled?: boolean | undefined;
42957
42846
  };
42958
42847
  status: boolean;
42959
42848
  createdAt: Date;
@@ -44485,7 +44374,6 @@ export declare const mainChatRoomContract: {
44485
44374
  closedAt: z.ZodDate;
44486
44375
  lastMessageAt: z.ZodNullable<z.ZodDate>;
44487
44376
  isBotRoom: z.ZodBoolean;
44488
- csatStatus: z.ZodNullable<z.ZodString>;
44489
44377
  cxlog: z.ZodObject<{
44490
44378
  id: z.ZodString;
44491
44379
  createdAt: z.ZodDate;
@@ -45853,7 +45741,6 @@ export declare const mainChatRoomContract: {
45853
45741
  lineRichMenuId?: string | null | undefined;
45854
45742
  messengerIntegrationType?: "own" | "business" | undefined;
45855
45743
  facebookFeedIntegrationType?: "own" | "business" | undefined;
45856
- isCSATEnabled?: boolean | undefined;
45857
45744
  };
45858
45745
  status: boolean;
45859
45746
  createdAt: Date;
@@ -46257,7 +46144,6 @@ export declare const mainChatRoomContract: {
46257
46144
  closedAt: Date;
46258
46145
  lastMessageAt: Date | null;
46259
46146
  isBotRoom: boolean;
46260
- csatStatus: string | null;
46261
46147
  cxlog: {
46262
46148
  id: string;
46263
46149
  channel: string | null;
@@ -46395,7 +46281,6 @@ export declare const mainChatRoomContract: {
46395
46281
  lineRichMenuId?: string | null | undefined;
46396
46282
  messengerIntegrationType?: "own" | "business" | undefined;
46397
46283
  facebookFeedIntegrationType?: "own" | "business" | undefined;
46398
- isCSATEnabled?: boolean | undefined;
46399
46284
  };
46400
46285
  status: boolean;
46401
46286
  createdAt: Date;
@@ -46799,7 +46684,6 @@ export declare const mainChatRoomContract: {
46799
46684
  closedAt: Date;
46800
46685
  lastMessageAt: Date | null;
46801
46686
  isBotRoom: boolean;
46802
- csatStatus: string | null;
46803
46687
  cxlog: {
46804
46688
  id: string;
46805
46689
  channel: string | null;
@@ -46939,7 +46823,6 @@ export declare const mainChatRoomContract: {
46939
46823
  lineRichMenuId?: string | null | undefined;
46940
46824
  messengerIntegrationType?: "own" | "business" | undefined;
46941
46825
  facebookFeedIntegrationType?: "own" | "business" | undefined;
46942
- isCSATEnabled?: boolean | undefined;
46943
46826
  };
46944
46827
  status: boolean;
46945
46828
  createdAt: Date;
@@ -47343,7 +47226,6 @@ export declare const mainChatRoomContract: {
47343
47226
  closedAt: Date;
47344
47227
  lastMessageAt: Date | null;
47345
47228
  isBotRoom: boolean;
47346
- csatStatus: string | null;
47347
47229
  cxlog: {
47348
47230
  id: string;
47349
47231
  channel: string | null;
@@ -47484,7 +47366,6 @@ export declare const mainChatRoomContract: {
47484
47366
  lineRichMenuId?: string | null | undefined;
47485
47367
  messengerIntegrationType?: "own" | "business" | undefined;
47486
47368
  facebookFeedIntegrationType?: "own" | "business" | undefined;
47487
- isCSATEnabled?: boolean | undefined;
47488
47369
  };
47489
47370
  status: boolean;
47490
47371
  createdAt: Date;
@@ -47888,7 +47769,6 @@ export declare const mainChatRoomContract: {
47888
47769
  closedAt: Date;
47889
47770
  lastMessageAt: Date | null;
47890
47771
  isBotRoom: boolean;
47891
- csatStatus: string | null;
47892
47772
  cxlog: {
47893
47773
  id: string;
47894
47774
  channel: string | null;
@@ -48099,7 +47979,6 @@ export declare const mainChatRoomContract: {
48099
47979
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
48100
47980
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
48101
47981
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
48102
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
48103
47982
  }, "strip", z.ZodTypeAny, {
48104
47983
  name: string;
48105
47984
  id: string;
@@ -48129,7 +48008,6 @@ export declare const mainChatRoomContract: {
48129
48008
  lineRichMenuId?: string | null | undefined;
48130
48009
  messengerIntegrationType?: "own" | "business" | undefined;
48131
48010
  facebookFeedIntegrationType?: "own" | "business" | undefined;
48132
- isCSATEnabled?: boolean | undefined;
48133
48011
  }, {
48134
48012
  name: string;
48135
48013
  id: string;
@@ -48159,7 +48037,6 @@ export declare const mainChatRoomContract: {
48159
48037
  lineRichMenuId?: string | null | undefined;
48160
48038
  messengerIntegrationType?: "own" | "business" | undefined;
48161
48039
  facebookFeedIntegrationType?: "own" | "business" | undefined;
48162
- isCSATEnabled?: boolean | undefined;
48163
48040
  }>;
48164
48041
  brandName: z.ZodString;
48165
48042
  platformId: z.ZodString;
@@ -48423,7 +48300,6 @@ export declare const mainChatRoomContract: {
48423
48300
  lineRichMenuId?: string | null | undefined;
48424
48301
  messengerIntegrationType?: "own" | "business" | undefined;
48425
48302
  facebookFeedIntegrationType?: "own" | "business" | undefined;
48426
- isCSATEnabled?: boolean | undefined;
48427
48303
  };
48428
48304
  status: boolean;
48429
48305
  createdAt: Date;
@@ -48518,7 +48394,6 @@ export declare const mainChatRoomContract: {
48518
48394
  lineRichMenuId?: string | null | undefined;
48519
48395
  messengerIntegrationType?: "own" | "business" | undefined;
48520
48396
  facebookFeedIntegrationType?: "own" | "business" | undefined;
48521
- isCSATEnabled?: boolean | undefined;
48522
48397
  };
48523
48398
  status: boolean;
48524
48399
  createdAt: Date;
@@ -50050,7 +49925,6 @@ export declare const mainChatRoomContract: {
50050
49925
  closedAt: z.ZodDate;
50051
49926
  lastMessageAt: z.ZodNullable<z.ZodDate>;
50052
49927
  isBotRoom: z.ZodBoolean;
50053
- csatStatus: z.ZodNullable<z.ZodString>;
50054
49928
  cxlog: z.ZodObject<{
50055
49929
  id: z.ZodString;
50056
49930
  createdAt: z.ZodDate;
@@ -50648,7 +50522,6 @@ export declare const mainChatRoomContract: {
50648
50522
  lineRichMenuId?: string | null | undefined;
50649
50523
  messengerIntegrationType?: "own" | "business" | undefined;
50650
50524
  facebookFeedIntegrationType?: "own" | "business" | undefined;
50651
- isCSATEnabled?: boolean | undefined;
50652
50525
  };
50653
50526
  status: boolean;
50654
50527
  createdAt: Date;
@@ -50941,7 +50814,6 @@ export declare const mainChatRoomContract: {
50941
50814
  closedAt: Date;
50942
50815
  lastMessageAt: Date | null;
50943
50816
  isBotRoom: boolean;
50944
- csatStatus: string | null;
50945
50817
  cxlog: {
50946
50818
  id: string;
50947
50819
  channel: string | null;
@@ -51078,7 +50950,6 @@ export declare const mainChatRoomContract: {
51078
50950
  lineRichMenuId?: string | null | undefined;
51079
50951
  messengerIntegrationType?: "own" | "business" | undefined;
51080
50952
  facebookFeedIntegrationType?: "own" | "business" | undefined;
51081
- isCSATEnabled?: boolean | undefined;
51082
50953
  };
51083
50954
  status: boolean;
51084
50955
  createdAt: Date;
@@ -51371,7 +51242,6 @@ export declare const mainChatRoomContract: {
51371
51242
  closedAt: Date;
51372
51243
  lastMessageAt: Date | null;
51373
51244
  isBotRoom: boolean;
51374
- csatStatus: string | null;
51375
51245
  cxlog: {
51376
51246
  id: string;
51377
51247
  channel: string | null;
@@ -51510,7 +51380,6 @@ export declare const mainChatRoomContract: {
51510
51380
  lineRichMenuId?: string | null | undefined;
51511
51381
  messengerIntegrationType?: "own" | "business" | undefined;
51512
51382
  facebookFeedIntegrationType?: "own" | "business" | undefined;
51513
- isCSATEnabled?: boolean | undefined;
51514
51383
  };
51515
51384
  status: boolean;
51516
51385
  createdAt: Date;
@@ -51803,7 +51672,6 @@ export declare const mainChatRoomContract: {
51803
51672
  closedAt: Date;
51804
51673
  lastMessageAt: Date | null;
51805
51674
  isBotRoom: boolean;
51806
- csatStatus: string | null;
51807
51675
  cxlog: {
51808
51676
  id: string;
51809
51677
  channel: string | null;
@@ -51943,7 +51811,6 @@ export declare const mainChatRoomContract: {
51943
51811
  lineRichMenuId?: string | null | undefined;
51944
51812
  messengerIntegrationType?: "own" | "business" | undefined;
51945
51813
  facebookFeedIntegrationType?: "own" | "business" | undefined;
51946
- isCSATEnabled?: boolean | undefined;
51947
51814
  };
51948
51815
  status: boolean;
51949
51816
  createdAt: Date;
@@ -52236,7 +52103,6 @@ export declare const mainChatRoomContract: {
52236
52103
  closedAt: Date;
52237
52104
  lastMessageAt: Date | null;
52238
52105
  isBotRoom: boolean;
52239
- csatStatus: string | null;
52240
52106
  cxlog: {
52241
52107
  id: string;
52242
52108
  channel: string | null;
@@ -52460,7 +52326,6 @@ export declare const mainChatRoomContract: {
52460
52326
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
52461
52327
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
52462
52328
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
52463
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
52464
52329
  }, "strip", z.ZodTypeAny, {
52465
52330
  name: string;
52466
52331
  id: string;
@@ -52490,7 +52355,6 @@ export declare const mainChatRoomContract: {
52490
52355
  lineRichMenuId?: string | null | undefined;
52491
52356
  messengerIntegrationType?: "own" | "business" | undefined;
52492
52357
  facebookFeedIntegrationType?: "own" | "business" | undefined;
52493
- isCSATEnabled?: boolean | undefined;
52494
52358
  }, {
52495
52359
  name: string;
52496
52360
  id: string;
@@ -52520,7 +52384,6 @@ export declare const mainChatRoomContract: {
52520
52384
  lineRichMenuId?: string | null | undefined;
52521
52385
  messengerIntegrationType?: "own" | "business" | undefined;
52522
52386
  facebookFeedIntegrationType?: "own" | "business" | undefined;
52523
- isCSATEnabled?: boolean | undefined;
52524
52387
  }>;
52525
52388
  brandName: z.ZodString;
52526
52389
  platformId: z.ZodString;
@@ -52784,7 +52647,6 @@ export declare const mainChatRoomContract: {
52784
52647
  lineRichMenuId?: string | null | undefined;
52785
52648
  messengerIntegrationType?: "own" | "business" | undefined;
52786
52649
  facebookFeedIntegrationType?: "own" | "business" | undefined;
52787
- isCSATEnabled?: boolean | undefined;
52788
52650
  };
52789
52651
  status: boolean;
52790
52652
  createdAt: Date;
@@ -52879,7 +52741,6 @@ export declare const mainChatRoomContract: {
52879
52741
  lineRichMenuId?: string | null | undefined;
52880
52742
  messengerIntegrationType?: "own" | "business" | undefined;
52881
52743
  facebookFeedIntegrationType?: "own" | "business" | undefined;
52882
- isCSATEnabled?: boolean | undefined;
52883
52744
  };
52884
52745
  status: boolean;
52885
52746
  createdAt: Date;
@@ -54411,7 +54272,6 @@ export declare const mainChatRoomContract: {
54411
54272
  closedAt: z.ZodDate;
54412
54273
  lastMessageAt: z.ZodNullable<z.ZodDate>;
54413
54274
  isBotRoom: z.ZodBoolean;
54414
- csatStatus: z.ZodNullable<z.ZodString>;
54415
54275
  cxlog: z.ZodObject<{
54416
54276
  id: z.ZodString;
54417
54277
  createdAt: z.ZodDate;
@@ -55008,7 +54868,6 @@ export declare const mainChatRoomContract: {
55008
54868
  lineRichMenuId?: string | null | undefined;
55009
54869
  messengerIntegrationType?: "own" | "business" | undefined;
55010
54870
  facebookFeedIntegrationType?: "own" | "business" | undefined;
55011
- isCSATEnabled?: boolean | undefined;
55012
54871
  };
55013
54872
  status: boolean;
55014
54873
  createdAt: Date;
@@ -55300,7 +55159,6 @@ export declare const mainChatRoomContract: {
55300
55159
  closedAt: Date;
55301
55160
  lastMessageAt: Date | null;
55302
55161
  isBotRoom: boolean;
55303
- csatStatus: string | null;
55304
55162
  cxlog: {
55305
55163
  id: string;
55306
55164
  channel: string | null;
@@ -55437,7 +55295,6 @@ export declare const mainChatRoomContract: {
55437
55295
  lineRichMenuId?: string | null | undefined;
55438
55296
  messengerIntegrationType?: "own" | "business" | undefined;
55439
55297
  facebookFeedIntegrationType?: "own" | "business" | undefined;
55440
- isCSATEnabled?: boolean | undefined;
55441
55298
  };
55442
55299
  status: boolean;
55443
55300
  createdAt: Date;
@@ -55729,7 +55586,6 @@ export declare const mainChatRoomContract: {
55729
55586
  closedAt: Date;
55730
55587
  lastMessageAt: Date | null;
55731
55588
  isBotRoom: boolean;
55732
- csatStatus: string | null;
55733
55589
  cxlog: {
55734
55590
  id: string;
55735
55591
  channel: string | null;
@@ -55868,7 +55724,6 @@ export declare const mainChatRoomContract: {
55868
55724
  lineRichMenuId?: string | null | undefined;
55869
55725
  messengerIntegrationType?: "own" | "business" | undefined;
55870
55726
  facebookFeedIntegrationType?: "own" | "business" | undefined;
55871
- isCSATEnabled?: boolean | undefined;
55872
55727
  };
55873
55728
  status: boolean;
55874
55729
  createdAt: Date;
@@ -56160,7 +56015,6 @@ export declare const mainChatRoomContract: {
56160
56015
  closedAt: Date;
56161
56016
  lastMessageAt: Date | null;
56162
56017
  isBotRoom: boolean;
56163
- csatStatus: string | null;
56164
56018
  cxlog: {
56165
56019
  id: string;
56166
56020
  channel: string | null;
@@ -56303,7 +56157,6 @@ export declare const mainChatRoomContract: {
56303
56157
  lineRichMenuId?: string | null | undefined;
56304
56158
  messengerIntegrationType?: "own" | "business" | undefined;
56305
56159
  facebookFeedIntegrationType?: "own" | "business" | undefined;
56306
- isCSATEnabled?: boolean | undefined;
56307
56160
  };
56308
56161
  status: boolean;
56309
56162
  createdAt: Date;
@@ -56595,7 +56448,6 @@ export declare const mainChatRoomContract: {
56595
56448
  closedAt: Date;
56596
56449
  lastMessageAt: Date | null;
56597
56450
  isBotRoom: boolean;
56598
- csatStatus: string | null;
56599
56451
  cxlog: {
56600
56452
  id: string;
56601
56453
  channel: string | null;
@@ -56727,7 +56579,7 @@ export declare const mainChatContract: {
56727
56579
  sendMessage: {
56728
56580
  body: z.ZodObject<{
56729
56581
  roomId: z.ZodString;
56730
- 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", "item"]>;
56731
56583
  message: z.ZodOptional<z.ZodString>;
56732
56584
  messageAttachments: z.ZodOptional<z.ZodObject<{
56733
56585
  bucketName: z.ZodString;
@@ -56737,6 +56589,8 @@ export declare const mainChatContract: {
56737
56589
  url: z.ZodNullable<z.ZodString>;
56738
56590
  fileType: z.ZodString;
56739
56591
  thumbnailUrl: z.ZodOptional<z.ZodString>;
56592
+ width: z.ZodOptional<z.ZodString>;
56593
+ height: z.ZodOptional<z.ZodString>;
56740
56594
  }, "strip", z.ZodTypeAny, {
56741
56595
  url: string | null;
56742
56596
  fileName: string;
@@ -56745,6 +56599,8 @@ export declare const mainChatContract: {
56745
56599
  bucketName: string;
56746
56600
  fileSize: number;
56747
56601
  thumbnailUrl?: string | undefined;
56602
+ width?: string | undefined;
56603
+ height?: string | undefined;
56748
56604
  }, {
56749
56605
  url: string | null;
56750
56606
  fileName: string;
@@ -56753,6 +56609,8 @@ export declare const mainChatContract: {
56753
56609
  bucketName: string;
56754
56610
  fileSize: number;
56755
56611
  thumbnailUrl?: string | undefined;
56612
+ width?: string | undefined;
56613
+ height?: string | undefined;
56756
56614
  }>>;
56757
56615
  user: z.ZodOptional<z.ZodObject<{
56758
56616
  id: z.ZodString;
@@ -56986,7 +56844,7 @@ export declare const mainChatContract: {
56986
56844
  mentions?: string[] | undefined;
56987
56845
  }>>;
56988
56846
  }, "strip", z.ZodTypeAny, {
56989
- 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" | "item" | "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";
56990
56848
  roomId: string;
56991
56849
  message?: string | undefined;
56992
56850
  messageAttachments?: {
@@ -56997,6 +56855,8 @@ export declare const mainChatContract: {
56997
56855
  bucketName: string;
56998
56856
  fileSize: number;
56999
56857
  thumbnailUrl?: string | undefined;
56858
+ width?: string | undefined;
56859
+ height?: string | undefined;
57000
56860
  } | undefined;
57001
56861
  user?: {
57002
56862
  name: string;
@@ -57058,7 +56918,7 @@ export declare const mainChatContract: {
57058
56918
  mentions?: string[] | undefined;
57059
56919
  } | undefined;
57060
56920
  }, {
57061
- 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" | "item" | "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";
57062
56922
  roomId: string;
57063
56923
  message?: string | undefined;
57064
56924
  messageAttachments?: {
@@ -57069,6 +56929,8 @@ export declare const mainChatContract: {
57069
56929
  bucketName: string;
57070
56930
  fileSize: number;
57071
56931
  thumbnailUrl?: string | undefined;
56932
+ width?: string | undefined;
56933
+ height?: string | undefined;
57072
56934
  } | undefined;
57073
56935
  user?: {
57074
56936
  name: string;
@@ -57136,7 +56998,7 @@ export declare const mainChatContract: {
57136
56998
  200: z.ZodObject<{
57137
56999
  requestId: z.ZodString;
57138
57000
  data: z.ZodObject<{
57139
- 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", "item"]>;
57140
57002
  message: z.ZodString;
57141
57003
  id: z.ZodString;
57142
57004
  url: z.ZodString;
@@ -58653,7 +58515,6 @@ export declare const mainChatContract: {
58653
58515
  channelId: string;
58654
58516
  socialPlatformId: string;
58655
58517
  }>;
58656
- csatStatus: z.ZodNullable<z.ZodString>;
58657
58518
  actor: z.ZodObject<{
58658
58519
  id: z.ZodString;
58659
58520
  createdAt: z.ZodDate;
@@ -59132,7 +58993,6 @@ export declare const mainChatContract: {
59132
58993
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
59133
58994
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
59134
58995
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
59135
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
59136
58996
  }, "strip", z.ZodTypeAny, {
59137
58997
  name: string;
59138
58998
  id: string;
@@ -59162,7 +59022,6 @@ export declare const mainChatContract: {
59162
59022
  lineRichMenuId?: string | null | undefined;
59163
59023
  messengerIntegrationType?: "own" | "business" | undefined;
59164
59024
  facebookFeedIntegrationType?: "own" | "business" | undefined;
59165
- isCSATEnabled?: boolean | undefined;
59166
59025
  }, {
59167
59026
  name: string;
59168
59027
  id: string;
@@ -59192,7 +59051,6 @@ export declare const mainChatContract: {
59192
59051
  lineRichMenuId?: string | null | undefined;
59193
59052
  messengerIntegrationType?: "own" | "business" | undefined;
59194
59053
  facebookFeedIntegrationType?: "own" | "business" | undefined;
59195
- isCSATEnabled?: boolean | undefined;
59196
59054
  }>;
59197
59055
  brandName: z.ZodString;
59198
59056
  platformId: z.ZodString;
@@ -59456,7 +59314,6 @@ export declare const mainChatContract: {
59456
59314
  lineRichMenuId?: string | null | undefined;
59457
59315
  messengerIntegrationType?: "own" | "business" | undefined;
59458
59316
  facebookFeedIntegrationType?: "own" | "business" | undefined;
59459
- isCSATEnabled?: boolean | undefined;
59460
59317
  };
59461
59318
  status: boolean;
59462
59319
  createdAt: Date;
@@ -59551,7 +59408,6 @@ export declare const mainChatContract: {
59551
59408
  lineRichMenuId?: string | null | undefined;
59552
59409
  messengerIntegrationType?: "own" | "business" | undefined;
59553
59410
  facebookFeedIntegrationType?: "own" | "business" | undefined;
59554
- isCSATEnabled?: boolean | undefined;
59555
59411
  };
59556
59412
  status: boolean;
59557
59413
  createdAt: Date;
@@ -60210,7 +60066,6 @@ export declare const mainChatContract: {
60210
60066
  lineRichMenuId?: string | null | undefined;
60211
60067
  messengerIntegrationType?: "own" | "business" | undefined;
60212
60068
  facebookFeedIntegrationType?: "own" | "business" | undefined;
60213
- isCSATEnabled?: boolean | undefined;
60214
60069
  };
60215
60070
  status: boolean;
60216
60071
  createdAt: Date;
@@ -60502,7 +60357,6 @@ export declare const mainChatContract: {
60502
60357
  closedAt: Date;
60503
60358
  lastMessageAt: Date | null;
60504
60359
  isBotRoom: boolean;
60505
- csatStatus: string | null;
60506
60360
  cxlog: {
60507
60361
  id: string;
60508
60362
  channel: string | null;
@@ -60639,7 +60493,6 @@ export declare const mainChatContract: {
60639
60493
  lineRichMenuId?: string | null | undefined;
60640
60494
  messengerIntegrationType?: "own" | "business" | undefined;
60641
60495
  facebookFeedIntegrationType?: "own" | "business" | undefined;
60642
- isCSATEnabled?: boolean | undefined;
60643
60496
  };
60644
60497
  status: boolean;
60645
60498
  createdAt: Date;
@@ -60931,7 +60784,6 @@ export declare const mainChatContract: {
60931
60784
  closedAt: Date;
60932
60785
  lastMessageAt: Date | null;
60933
60786
  isBotRoom: boolean;
60934
- csatStatus: string | null;
60935
60787
  cxlog: {
60936
60788
  id: string;
60937
60789
  channel: string | null;
@@ -61072,7 +60924,7 @@ export declare const mainChatContract: {
61072
60924
  deletedAt: z.ZodNullable<z.ZodDate>;
61073
60925
  message: z.ZodString;
61074
60926
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
61075
- 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", "item"]>;
61076
60928
  readAt: z.ZodDate;
61077
60929
  metadata: z.ZodAny;
61078
60930
  platformId: z.ZodString;
@@ -61730,7 +61582,7 @@ export declare const mainChatContract: {
61730
61582
  };
61731
61583
  }>;
61732
61584
  }, "strip", z.ZodTypeAny, {
61733
- 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" | "item" | "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";
61734
61586
  message: string;
61735
61587
  id: string;
61736
61588
  url: string;
@@ -61892,7 +61744,7 @@ export declare const mainChatContract: {
61892
61744
  metadata?: any;
61893
61745
  template?: any;
61894
61746
  }, {
61895
- 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" | "item" | "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";
61896
61748
  message: string;
61897
61749
  id: string;
61898
61750
  url: string;
@@ -62266,7 +62118,7 @@ export declare const mainChatContract: {
62266
62118
  deletedAt: z.ZodNullable<z.ZodDate>;
62267
62119
  message: z.ZodString;
62268
62120
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
62269
- 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", "item"]>;
62270
62122
  readAt: z.ZodDate;
62271
62123
  metadata: z.ZodAny;
62272
62124
  platformId: z.ZodString;
@@ -63340,7 +63192,6 @@ export declare const mainChatContract: {
63340
63192
  channelId: string;
63341
63193
  socialPlatformId: string;
63342
63194
  }>;
63343
- csatStatus: z.ZodNullable<z.ZodString>;
63344
63195
  actor: z.ZodObject<{
63345
63196
  id: z.ZodString;
63346
63197
  createdAt: z.ZodDate;
@@ -63819,7 +63670,6 @@ export declare const mainChatContract: {
63819
63670
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
63820
63671
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
63821
63672
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
63822
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
63823
63673
  }, "strip", z.ZodTypeAny, {
63824
63674
  name: string;
63825
63675
  id: string;
@@ -63849,7 +63699,6 @@ export declare const mainChatContract: {
63849
63699
  lineRichMenuId?: string | null | undefined;
63850
63700
  messengerIntegrationType?: "own" | "business" | undefined;
63851
63701
  facebookFeedIntegrationType?: "own" | "business" | undefined;
63852
- isCSATEnabled?: boolean | undefined;
63853
63702
  }, {
63854
63703
  name: string;
63855
63704
  id: string;
@@ -63879,7 +63728,6 @@ export declare const mainChatContract: {
63879
63728
  lineRichMenuId?: string | null | undefined;
63880
63729
  messengerIntegrationType?: "own" | "business" | undefined;
63881
63730
  facebookFeedIntegrationType?: "own" | "business" | undefined;
63882
- isCSATEnabled?: boolean | undefined;
63883
63731
  }>;
63884
63732
  brandName: z.ZodString;
63885
63733
  platformId: z.ZodString;
@@ -64143,7 +63991,6 @@ export declare const mainChatContract: {
64143
63991
  lineRichMenuId?: string | null | undefined;
64144
63992
  messengerIntegrationType?: "own" | "business" | undefined;
64145
63993
  facebookFeedIntegrationType?: "own" | "business" | undefined;
64146
- isCSATEnabled?: boolean | undefined;
64147
63994
  };
64148
63995
  status: boolean;
64149
63996
  createdAt: Date;
@@ -64238,7 +64085,6 @@ export declare const mainChatContract: {
64238
64085
  lineRichMenuId?: string | null | undefined;
64239
64086
  messengerIntegrationType?: "own" | "business" | undefined;
64240
64087
  facebookFeedIntegrationType?: "own" | "business" | undefined;
64241
- isCSATEnabled?: boolean | undefined;
64242
64088
  };
64243
64089
  status: boolean;
64244
64090
  createdAt: Date;
@@ -64897,7 +64743,6 @@ export declare const mainChatContract: {
64897
64743
  lineRichMenuId?: string | null | undefined;
64898
64744
  messengerIntegrationType?: "own" | "business" | undefined;
64899
64745
  facebookFeedIntegrationType?: "own" | "business" | undefined;
64900
- isCSATEnabled?: boolean | undefined;
64901
64746
  };
64902
64747
  status: boolean;
64903
64748
  createdAt: Date;
@@ -65189,7 +65034,6 @@ export declare const mainChatContract: {
65189
65034
  closedAt: Date;
65190
65035
  lastMessageAt: Date | null;
65191
65036
  isBotRoom: boolean;
65192
- csatStatus: string | null;
65193
65037
  cxlog: {
65194
65038
  id: string;
65195
65039
  channel: string | null;
@@ -65326,7 +65170,6 @@ export declare const mainChatContract: {
65326
65170
  lineRichMenuId?: string | null | undefined;
65327
65171
  messengerIntegrationType?: "own" | "business" | undefined;
65328
65172
  facebookFeedIntegrationType?: "own" | "business" | undefined;
65329
- isCSATEnabled?: boolean | undefined;
65330
65173
  };
65331
65174
  status: boolean;
65332
65175
  createdAt: Date;
@@ -65618,7 +65461,6 @@ export declare const mainChatContract: {
65618
65461
  closedAt: Date;
65619
65462
  lastMessageAt: Date | null;
65620
65463
  isBotRoom: boolean;
65621
- csatStatus: string | null;
65622
65464
  cxlog: {
65623
65465
  id: string;
65624
65466
  channel: string | null;
@@ -65762,7 +65604,7 @@ export declare const mainChatContract: {
65762
65604
  deletedAt: z.ZodNullable<z.ZodDate>;
65763
65605
  message: z.ZodString;
65764
65606
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
65765
- 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", "item"]>;
65766
65608
  readAt: z.ZodDate;
65767
65609
  metadata: z.ZodAny;
65768
65610
  platformId: z.ZodString;
@@ -66420,7 +66262,7 @@ export declare const mainChatContract: {
66420
66262
  };
66421
66263
  }>;
66422
66264
  }, "strip", z.ZodTypeAny, {
66423
- 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" | "item" | "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";
66424
66266
  message: string;
66425
66267
  id: string;
66426
66268
  url: string;
@@ -66582,7 +66424,7 @@ export declare const mainChatContract: {
66582
66424
  metadata?: any;
66583
66425
  template?: any;
66584
66426
  }, {
66585
- 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" | "item" | "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";
66586
66428
  message: string;
66587
66429
  id: string;
66588
66430
  url: string;
@@ -67384,7 +67226,7 @@ export declare const mainChatContract: {
67384
67226
  editedMessageid: z.ZodString;
67385
67227
  label: z.ZodOptional<z.ZodString>;
67386
67228
  }, "strip", z.ZodTypeAny, {
67387
- 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" | "item" | "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";
67388
67230
  message: string;
67389
67231
  id: string;
67390
67232
  url: string;
@@ -67528,7 +67370,6 @@ export declare const mainChatContract: {
67528
67370
  lineRichMenuId?: string | null | undefined;
67529
67371
  messengerIntegrationType?: "own" | "business" | undefined;
67530
67372
  facebookFeedIntegrationType?: "own" | "business" | undefined;
67531
- isCSATEnabled?: boolean | undefined;
67532
67373
  };
67533
67374
  status: boolean;
67534
67375
  createdAt: Date;
@@ -67820,7 +67661,6 @@ export declare const mainChatContract: {
67820
67661
  closedAt: Date;
67821
67662
  lastMessageAt: Date | null;
67822
67663
  isBotRoom: boolean;
67823
- csatStatus: string | null;
67824
67664
  cxlog: {
67825
67665
  id: string;
67826
67666
  channel: string | null;
@@ -67939,7 +67779,7 @@ export declare const mainChatContract: {
67939
67779
  previewUrl: string;
67940
67780
  imageSetId: string;
67941
67781
  repliedMessage: {
67942
- 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" | "item" | "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";
67943
67783
  message: string;
67944
67784
  id: string;
67945
67785
  url: string;
@@ -68150,7 +67990,7 @@ export declare const mainChatContract: {
68150
67990
  template?: any;
68151
67991
  label?: string | undefined;
68152
67992
  }, {
68153
- 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" | "item" | "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";
68154
67994
  message: string;
68155
67995
  id: string;
68156
67996
  url: string;
@@ -68294,7 +68134,6 @@ export declare const mainChatContract: {
68294
68134
  lineRichMenuId?: string | null | undefined;
68295
68135
  messengerIntegrationType?: "own" | "business" | undefined;
68296
68136
  facebookFeedIntegrationType?: "own" | "business" | undefined;
68297
- isCSATEnabled?: boolean | undefined;
68298
68137
  };
68299
68138
  status: boolean;
68300
68139
  createdAt: Date;
@@ -68586,7 +68425,6 @@ export declare const mainChatContract: {
68586
68425
  closedAt: Date;
68587
68426
  lastMessageAt: Date | null;
68588
68427
  isBotRoom: boolean;
68589
- csatStatus: string | null;
68590
68428
  cxlog: {
68591
68429
  id: string;
68592
68430
  channel: string | null;
@@ -68705,7 +68543,7 @@ export declare const mainChatContract: {
68705
68543
  previewUrl: string;
68706
68544
  imageSetId: string;
68707
68545
  repliedMessage: {
68708
- 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" | "item" | "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";
68709
68547
  message: string;
68710
68548
  id: string;
68711
68549
  url: string;
@@ -68917,7 +68755,7 @@ export declare const mainChatContract: {
68917
68755
  label?: string | undefined;
68918
68756
  }>>>;
68919
68757
  }, "strip", z.ZodTypeAny, {
68920
- 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" | "item" | "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";
68921
68759
  message: string;
68922
68760
  id: string;
68923
68761
  url: string;
@@ -69061,7 +68899,6 @@ export declare const mainChatContract: {
69061
68899
  lineRichMenuId?: string | null | undefined;
69062
68900
  messengerIntegrationType?: "own" | "business" | undefined;
69063
68901
  facebookFeedIntegrationType?: "own" | "business" | undefined;
69064
- isCSATEnabled?: boolean | undefined;
69065
68902
  };
69066
68903
  status: boolean;
69067
68904
  createdAt: Date;
@@ -69353,7 +69190,6 @@ export declare const mainChatContract: {
69353
69190
  closedAt: Date;
69354
69191
  lastMessageAt: Date | null;
69355
69192
  isBotRoom: boolean;
69356
- csatStatus: string | null;
69357
69193
  cxlog: {
69358
69194
  id: string;
69359
69195
  channel: string | null;
@@ -69472,7 +69308,7 @@ export declare const mainChatContract: {
69472
69308
  previewUrl: string;
69473
69309
  imageSetId: string;
69474
69310
  repliedMessage: {
69475
- 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" | "item" | "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";
69476
69312
  message: string;
69477
69313
  id: string;
69478
69314
  url: string;
@@ -69683,7 +69519,7 @@ export declare const mainChatContract: {
69683
69519
  template?: any;
69684
69520
  metadata?: any;
69685
69521
  fromMessage?: {
69686
- 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" | "item" | "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";
69687
69523
  message: string;
69688
69524
  id: string;
69689
69525
  url: string;
@@ -69827,7 +69663,6 @@ export declare const mainChatContract: {
69827
69663
  lineRichMenuId?: string | null | undefined;
69828
69664
  messengerIntegrationType?: "own" | "business" | undefined;
69829
69665
  facebookFeedIntegrationType?: "own" | "business" | undefined;
69830
- isCSATEnabled?: boolean | undefined;
69831
69666
  };
69832
69667
  status: boolean;
69833
69668
  createdAt: Date;
@@ -70119,7 +69954,6 @@ export declare const mainChatContract: {
70119
69954
  closedAt: Date;
70120
69955
  lastMessageAt: Date | null;
70121
69956
  isBotRoom: boolean;
70122
- csatStatus: string | null;
70123
69957
  cxlog: {
70124
69958
  id: string;
70125
69959
  channel: string | null;
@@ -70238,7 +70072,7 @@ export declare const mainChatContract: {
70238
70072
  previewUrl: string;
70239
70073
  imageSetId: string;
70240
70074
  repliedMessage: {
70241
- 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" | "item" | "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";
70242
70076
  message: string;
70243
70077
  id: string;
70244
70078
  url: string;
@@ -70450,7 +70284,7 @@ export declare const mainChatContract: {
70450
70284
  label?: string | undefined;
70451
70285
  } | null | undefined;
70452
70286
  }, {
70453
- 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" | "item" | "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";
70454
70288
  message: string;
70455
70289
  id: string;
70456
70290
  url: string;
@@ -70594,7 +70428,6 @@ export declare const mainChatContract: {
70594
70428
  lineRichMenuId?: string | null | undefined;
70595
70429
  messengerIntegrationType?: "own" | "business" | undefined;
70596
70430
  facebookFeedIntegrationType?: "own" | "business" | undefined;
70597
- isCSATEnabled?: boolean | undefined;
70598
70431
  };
70599
70432
  status: boolean;
70600
70433
  createdAt: Date;
@@ -70886,7 +70719,6 @@ export declare const mainChatContract: {
70886
70719
  closedAt: Date;
70887
70720
  lastMessageAt: Date | null;
70888
70721
  isBotRoom: boolean;
70889
- csatStatus: string | null;
70890
70722
  cxlog: {
70891
70723
  id: string;
70892
70724
  channel: string | null;
@@ -71005,7 +70837,7 @@ export declare const mainChatContract: {
71005
70837
  previewUrl: string;
71006
70838
  imageSetId: string;
71007
70839
  repliedMessage: {
71008
- 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" | "item" | "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";
71009
70841
  message: string;
71010
70842
  id: string;
71011
70843
  url: string;
@@ -71216,7 +71048,7 @@ export declare const mainChatContract: {
71216
71048
  template?: any;
71217
71049
  metadata?: any;
71218
71050
  fromMessage?: {
71219
- 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" | "item" | "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";
71220
71052
  message: string;
71221
71053
  id: string;
71222
71054
  url: string;
@@ -71360,7 +71192,6 @@ export declare const mainChatContract: {
71360
71192
  lineRichMenuId?: string | null | undefined;
71361
71193
  messengerIntegrationType?: "own" | "business" | undefined;
71362
71194
  facebookFeedIntegrationType?: "own" | "business" | undefined;
71363
- isCSATEnabled?: boolean | undefined;
71364
71195
  };
71365
71196
  status: boolean;
71366
71197
  createdAt: Date;
@@ -71652,7 +71483,6 @@ export declare const mainChatContract: {
71652
71483
  closedAt: Date;
71653
71484
  lastMessageAt: Date | null;
71654
71485
  isBotRoom: boolean;
71655
- csatStatus: string | null;
71656
71486
  cxlog: {
71657
71487
  id: string;
71658
71488
  channel: string | null;
@@ -71771,7 +71601,7 @@ export declare const mainChatContract: {
71771
71601
  previewUrl: string;
71772
71602
  imageSetId: string;
71773
71603
  repliedMessage: {
71774
- 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" | "item" | "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";
71775
71605
  message: string;
71776
71606
  id: string;
71777
71607
  url: string;
@@ -71985,7 +71815,7 @@ export declare const mainChatContract: {
71985
71815
  }>;
71986
71816
  }, "strip", z.ZodTypeAny, {
71987
71817
  data: {
71988
- 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" | "item" | "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";
71989
71819
  message: string;
71990
71820
  id: string;
71991
71821
  url: string;
@@ -72129,7 +71959,6 @@ export declare const mainChatContract: {
72129
71959
  lineRichMenuId?: string | null | undefined;
72130
71960
  messengerIntegrationType?: "own" | "business" | undefined;
72131
71961
  facebookFeedIntegrationType?: "own" | "business" | undefined;
72132
- isCSATEnabled?: boolean | undefined;
72133
71962
  };
72134
71963
  status: boolean;
72135
71964
  createdAt: Date;
@@ -72421,7 +72250,6 @@ export declare const mainChatContract: {
72421
72250
  closedAt: Date;
72422
72251
  lastMessageAt: Date | null;
72423
72252
  isBotRoom: boolean;
72424
- csatStatus: string | null;
72425
72253
  cxlog: {
72426
72254
  id: string;
72427
72255
  channel: string | null;
@@ -72540,7 +72368,7 @@ export declare const mainChatContract: {
72540
72368
  previewUrl: string;
72541
72369
  imageSetId: string;
72542
72370
  repliedMessage: {
72543
- 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" | "item" | "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";
72544
72372
  message: string;
72545
72373
  id: string;
72546
72374
  url: string;
@@ -72751,7 +72579,7 @@ export declare const mainChatContract: {
72751
72579
  template?: any;
72752
72580
  metadata?: any;
72753
72581
  fromMessage?: {
72754
- 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" | "item" | "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";
72755
72583
  message: string;
72756
72584
  id: string;
72757
72585
  url: string;
@@ -72895,7 +72723,6 @@ export declare const mainChatContract: {
72895
72723
  lineRichMenuId?: string | null | undefined;
72896
72724
  messengerIntegrationType?: "own" | "business" | undefined;
72897
72725
  facebookFeedIntegrationType?: "own" | "business" | undefined;
72898
- isCSATEnabled?: boolean | undefined;
72899
72726
  };
72900
72727
  status: boolean;
72901
72728
  createdAt: Date;
@@ -73187,7 +73014,6 @@ export declare const mainChatContract: {
73187
73014
  closedAt: Date;
73188
73015
  lastMessageAt: Date | null;
73189
73016
  isBotRoom: boolean;
73190
- csatStatus: string | null;
73191
73017
  cxlog: {
73192
73018
  id: string;
73193
73019
  channel: string | null;
@@ -73306,7 +73132,7 @@ export declare const mainChatContract: {
73306
73132
  previewUrl: string;
73307
73133
  imageSetId: string;
73308
73134
  repliedMessage: {
73309
- 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" | "item" | "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";
73310
73136
  message: string;
73311
73137
  id: string;
73312
73138
  url: string;
@@ -73521,7 +73347,7 @@ export declare const mainChatContract: {
73521
73347
  requestId: string;
73522
73348
  }, {
73523
73349
  data: {
73524
- 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" | "item" | "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";
73525
73351
  message: string;
73526
73352
  id: string;
73527
73353
  url: string;
@@ -73665,7 +73491,6 @@ export declare const mainChatContract: {
73665
73491
  lineRichMenuId?: string | null | undefined;
73666
73492
  messengerIntegrationType?: "own" | "business" | undefined;
73667
73493
  facebookFeedIntegrationType?: "own" | "business" | undefined;
73668
- isCSATEnabled?: boolean | undefined;
73669
73494
  };
73670
73495
  status: boolean;
73671
73496
  createdAt: Date;
@@ -73957,7 +73782,6 @@ export declare const mainChatContract: {
73957
73782
  closedAt: Date;
73958
73783
  lastMessageAt: Date | null;
73959
73784
  isBotRoom: boolean;
73960
- csatStatus: string | null;
73961
73785
  cxlog: {
73962
73786
  id: string;
73963
73787
  channel: string | null;
@@ -74076,7 +73900,7 @@ export declare const mainChatContract: {
74076
73900
  previewUrl: string;
74077
73901
  imageSetId: string;
74078
73902
  repliedMessage: {
74079
- 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" | "item" | "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";
74080
73904
  message: string;
74081
73905
  id: string;
74082
73906
  url: string;
@@ -74287,7 +74111,7 @@ export declare const mainChatContract: {
74287
74111
  template?: any;
74288
74112
  metadata?: any;
74289
74113
  fromMessage?: {
74290
- 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" | "item" | "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";
74291
74115
  message: string;
74292
74116
  id: string;
74293
74117
  url: string;
@@ -74431,7 +74255,6 @@ export declare const mainChatContract: {
74431
74255
  lineRichMenuId?: string | null | undefined;
74432
74256
  messengerIntegrationType?: "own" | "business" | undefined;
74433
74257
  facebookFeedIntegrationType?: "own" | "business" | undefined;
74434
- isCSATEnabled?: boolean | undefined;
74435
74258
  };
74436
74259
  status: boolean;
74437
74260
  createdAt: Date;
@@ -74723,7 +74546,6 @@ export declare const mainChatContract: {
74723
74546
  closedAt: Date;
74724
74547
  lastMessageAt: Date | null;
74725
74548
  isBotRoom: boolean;
74726
- csatStatus: string | null;
74727
74549
  cxlog: {
74728
74550
  id: string;
74729
74551
  channel: string | null;
@@ -74842,7 +74664,7 @@ export declare const mainChatContract: {
74842
74664
  previewUrl: string;
74843
74665
  imageSetId: string;
74844
74666
  repliedMessage: {
74845
- 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" | "item" | "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";
74846
74668
  message: string;
74847
74669
  id: string;
74848
74670
  url: string;
@@ -75234,7 +75056,7 @@ export declare const mainChatContract: {
75234
75056
  page: z.ZodNumber;
75235
75057
  pageSize: z.ZodNumber;
75236
75058
  data: z.ZodArray<z.ZodObject<{
75237
- 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", "item"]>;
75238
75060
  message: z.ZodString;
75239
75061
  id: z.ZodString;
75240
75062
  url: z.ZodString;
@@ -76751,7 +76573,6 @@ export declare const mainChatContract: {
76751
76573
  channelId: string;
76752
76574
  socialPlatformId: string;
76753
76575
  }>;
76754
- csatStatus: z.ZodNullable<z.ZodString>;
76755
76576
  actor: z.ZodObject<{
76756
76577
  id: z.ZodString;
76757
76578
  createdAt: z.ZodDate;
@@ -77230,7 +77051,6 @@ export declare const mainChatContract: {
77230
77051
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
77231
77052
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
77232
77053
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
77233
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
77234
77054
  }, "strip", z.ZodTypeAny, {
77235
77055
  name: string;
77236
77056
  id: string;
@@ -77260,7 +77080,6 @@ export declare const mainChatContract: {
77260
77080
  lineRichMenuId?: string | null | undefined;
77261
77081
  messengerIntegrationType?: "own" | "business" | undefined;
77262
77082
  facebookFeedIntegrationType?: "own" | "business" | undefined;
77263
- isCSATEnabled?: boolean | undefined;
77264
77083
  }, {
77265
77084
  name: string;
77266
77085
  id: string;
@@ -77290,7 +77109,6 @@ export declare const mainChatContract: {
77290
77109
  lineRichMenuId?: string | null | undefined;
77291
77110
  messengerIntegrationType?: "own" | "business" | undefined;
77292
77111
  facebookFeedIntegrationType?: "own" | "business" | undefined;
77293
- isCSATEnabled?: boolean | undefined;
77294
77112
  }>;
77295
77113
  brandName: z.ZodString;
77296
77114
  platformId: z.ZodString;
@@ -77554,7 +77372,6 @@ export declare const mainChatContract: {
77554
77372
  lineRichMenuId?: string | null | undefined;
77555
77373
  messengerIntegrationType?: "own" | "business" | undefined;
77556
77374
  facebookFeedIntegrationType?: "own" | "business" | undefined;
77557
- isCSATEnabled?: boolean | undefined;
77558
77375
  };
77559
77376
  status: boolean;
77560
77377
  createdAt: Date;
@@ -77649,7 +77466,6 @@ export declare const mainChatContract: {
77649
77466
  lineRichMenuId?: string | null | undefined;
77650
77467
  messengerIntegrationType?: "own" | "business" | undefined;
77651
77468
  facebookFeedIntegrationType?: "own" | "business" | undefined;
77652
- isCSATEnabled?: boolean | undefined;
77653
77469
  };
77654
77470
  status: boolean;
77655
77471
  createdAt: Date;
@@ -78308,7 +78124,6 @@ export declare const mainChatContract: {
78308
78124
  lineRichMenuId?: string | null | undefined;
78309
78125
  messengerIntegrationType?: "own" | "business" | undefined;
78310
78126
  facebookFeedIntegrationType?: "own" | "business" | undefined;
78311
- isCSATEnabled?: boolean | undefined;
78312
78127
  };
78313
78128
  status: boolean;
78314
78129
  createdAt: Date;
@@ -78600,7 +78415,6 @@ export declare const mainChatContract: {
78600
78415
  closedAt: Date;
78601
78416
  lastMessageAt: Date | null;
78602
78417
  isBotRoom: boolean;
78603
- csatStatus: string | null;
78604
78418
  cxlog: {
78605
78419
  id: string;
78606
78420
  channel: string | null;
@@ -78737,7 +78551,6 @@ export declare const mainChatContract: {
78737
78551
  lineRichMenuId?: string | null | undefined;
78738
78552
  messengerIntegrationType?: "own" | "business" | undefined;
78739
78553
  facebookFeedIntegrationType?: "own" | "business" | undefined;
78740
- isCSATEnabled?: boolean | undefined;
78741
78554
  };
78742
78555
  status: boolean;
78743
78556
  createdAt: Date;
@@ -79029,7 +78842,6 @@ export declare const mainChatContract: {
79029
78842
  closedAt: Date;
79030
78843
  lastMessageAt: Date | null;
79031
78844
  isBotRoom: boolean;
79032
- csatStatus: string | null;
79033
78845
  cxlog: {
79034
78846
  id: string;
79035
78847
  channel: string | null;
@@ -79170,7 +78982,7 @@ export declare const mainChatContract: {
79170
78982
  deletedAt: z.ZodNullable<z.ZodDate>;
79171
78983
  message: z.ZodString;
79172
78984
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
79173
- 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", "item"]>;
79174
78986
  readAt: z.ZodDate;
79175
78987
  metadata: z.ZodAny;
79176
78988
  platformId: z.ZodString;
@@ -79828,7 +79640,7 @@ export declare const mainChatContract: {
79828
79640
  };
79829
79641
  }>;
79830
79642
  }, "strip", z.ZodTypeAny, {
79831
- 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" | "item" | "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";
79832
79644
  message: string;
79833
79645
  id: string;
79834
79646
  url: string;
@@ -79990,7 +79802,7 @@ export declare const mainChatContract: {
79990
79802
  metadata?: any;
79991
79803
  template?: any;
79992
79804
  }, {
79993
- 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" | "item" | "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";
79994
79806
  message: string;
79995
79807
  id: string;
79996
79808
  url: string;
@@ -80365,7 +80177,7 @@ export declare const mainChatContract: {
80365
80177
  updatedAt: z.ZodDate;
80366
80178
  deletedAt: z.ZodNullable<z.ZodDate>;
80367
80179
  message: z.ZodNullable<z.ZodString>;
80368
- 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", "item"]>]>;
80369
80181
  metadata: z.ZodAny;
80370
80182
  platformId: z.ZodString;
80371
80183
  platformMessageId: z.ZodString;
@@ -80443,7 +80255,6 @@ export declare const mainChatContract: {
80443
80255
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
80444
80256
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
80445
80257
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
80446
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
80447
80258
  }, "strip", z.ZodTypeAny, {
80448
80259
  name: string;
80449
80260
  id: string;
@@ -80473,7 +80284,6 @@ export declare const mainChatContract: {
80473
80284
  lineRichMenuId?: string | null | undefined;
80474
80285
  messengerIntegrationType?: "own" | "business" | undefined;
80475
80286
  facebookFeedIntegrationType?: "own" | "business" | undefined;
80476
- isCSATEnabled?: boolean | undefined;
80477
80287
  }, {
80478
80288
  name: string;
80479
80289
  id: string;
@@ -80503,7 +80313,6 @@ export declare const mainChatContract: {
80503
80313
  lineRichMenuId?: string | null | undefined;
80504
80314
  messengerIntegrationType?: "own" | "business" | undefined;
80505
80315
  facebookFeedIntegrationType?: "own" | "business" | undefined;
80506
- isCSATEnabled?: boolean | undefined;
80507
80316
  }>;
80508
80317
  brandName: z.ZodString;
80509
80318
  platformId: z.ZodString;
@@ -80767,7 +80576,6 @@ export declare const mainChatContract: {
80767
80576
  lineRichMenuId?: string | null | undefined;
80768
80577
  messengerIntegrationType?: "own" | "business" | undefined;
80769
80578
  facebookFeedIntegrationType?: "own" | "business" | undefined;
80770
- isCSATEnabled?: boolean | undefined;
80771
80579
  };
80772
80580
  status: boolean;
80773
80581
  createdAt: Date;
@@ -80862,7 +80670,6 @@ export declare const mainChatContract: {
80862
80670
  lineRichMenuId?: string | null | undefined;
80863
80671
  messengerIntegrationType?: "own" | "business" | undefined;
80864
80672
  facebookFeedIntegrationType?: "own" | "business" | undefined;
80865
- isCSATEnabled?: boolean | undefined;
80866
80673
  };
80867
80674
  status: boolean;
80868
80675
  createdAt: Date;
@@ -82178,7 +81985,7 @@ export declare const mainChatContract: {
82178
81985
  }>;
82179
81986
  permalinkURL: z.ZodString;
82180
81987
  }, "strip", z.ZodTypeAny, {
82181
- 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" | "item" | "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";
82182
81989
  message: string | null;
82183
81990
  id: string;
82184
81991
  channel: {
@@ -82214,7 +82021,6 @@ export declare const mainChatContract: {
82214
82021
  lineRichMenuId?: string | null | undefined;
82215
82022
  messengerIntegrationType?: "own" | "business" | undefined;
82216
82023
  facebookFeedIntegrationType?: "own" | "business" | undefined;
82217
- isCSATEnabled?: boolean | undefined;
82218
82024
  };
82219
82025
  status: boolean;
82220
82026
  createdAt: Date;
@@ -82460,7 +82266,7 @@ export declare const mainChatContract: {
82460
82266
  metadata?: any;
82461
82267
  template?: any;
82462
82268
  }, {
82463
- 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" | "item" | "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";
82464
82270
  message: string | null;
82465
82271
  id: string;
82466
82272
  channel: {
@@ -82496,7 +82302,6 @@ export declare const mainChatContract: {
82496
82302
  lineRichMenuId?: string | null | undefined;
82497
82303
  messengerIntegrationType?: "own" | "business" | undefined;
82498
82304
  facebookFeedIntegrationType?: "own" | "business" | undefined;
82499
- isCSATEnabled?: boolean | undefined;
82500
82305
  };
82501
82306
  status: boolean;
82502
82307
  createdAt: Date;
@@ -82744,7 +82549,7 @@ export declare const mainChatContract: {
82744
82549
  }>>;
82745
82550
  replyReaction: z.ZodNullable<z.ZodString>;
82746
82551
  }, "strip", z.ZodTypeAny, {
82747
- 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" | "item" | "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";
82748
82553
  message: string;
82749
82554
  id: string;
82750
82555
  url: string;
@@ -82888,7 +82693,6 @@ export declare const mainChatContract: {
82888
82693
  lineRichMenuId?: string | null | undefined;
82889
82694
  messengerIntegrationType?: "own" | "business" | undefined;
82890
82695
  facebookFeedIntegrationType?: "own" | "business" | undefined;
82891
- isCSATEnabled?: boolean | undefined;
82892
82696
  };
82893
82697
  status: boolean;
82894
82698
  createdAt: Date;
@@ -83180,7 +82984,6 @@ export declare const mainChatContract: {
83180
82984
  closedAt: Date;
83181
82985
  lastMessageAt: Date | null;
83182
82986
  isBotRoom: boolean;
83183
- csatStatus: string | null;
83184
82987
  cxlog: {
83185
82988
  id: string;
83186
82989
  channel: string | null;
@@ -83299,7 +83102,7 @@ export declare const mainChatContract: {
83299
83102
  previewUrl: string;
83300
83103
  imageSetId: string;
83301
83104
  repliedMessage: {
83302
- 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" | "item" | "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";
83303
83106
  message: string;
83304
83107
  id: string;
83305
83108
  url: string;
@@ -83509,7 +83312,7 @@ export declare const mainChatContract: {
83509
83312
  parentMessageId: string | null;
83510
83313
  feedPostId: string | null;
83511
83314
  feedPost: {
83512
- 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" | "item" | "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";
83513
83316
  message: string | null;
83514
83317
  id: string;
83515
83318
  channel: {
@@ -83545,7 +83348,6 @@ export declare const mainChatContract: {
83545
83348
  lineRichMenuId?: string | null | undefined;
83546
83349
  messengerIntegrationType?: "own" | "business" | undefined;
83547
83350
  facebookFeedIntegrationType?: "own" | "business" | undefined;
83548
- isCSATEnabled?: boolean | undefined;
83549
83351
  };
83550
83352
  status: boolean;
83551
83353
  createdAt: Date;
@@ -83796,7 +83598,7 @@ export declare const mainChatContract: {
83796
83598
  template?: any;
83797
83599
  metadata?: any;
83798
83600
  }, {
83799
- 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" | "item" | "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";
83800
83602
  message: string;
83801
83603
  id: string;
83802
83604
  url: string;
@@ -83940,7 +83742,6 @@ export declare const mainChatContract: {
83940
83742
  lineRichMenuId?: string | null | undefined;
83941
83743
  messengerIntegrationType?: "own" | "business" | undefined;
83942
83744
  facebookFeedIntegrationType?: "own" | "business" | undefined;
83943
- isCSATEnabled?: boolean | undefined;
83944
83745
  };
83945
83746
  status: boolean;
83946
83747
  createdAt: Date;
@@ -84232,7 +84033,6 @@ export declare const mainChatContract: {
84232
84033
  closedAt: Date;
84233
84034
  lastMessageAt: Date | null;
84234
84035
  isBotRoom: boolean;
84235
- csatStatus: string | null;
84236
84036
  cxlog: {
84237
84037
  id: string;
84238
84038
  channel: string | null;
@@ -84351,7 +84151,7 @@ export declare const mainChatContract: {
84351
84151
  previewUrl: string;
84352
84152
  imageSetId: string;
84353
84153
  repliedMessage: {
84354
- 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" | "item" | "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";
84355
84155
  message: string;
84356
84156
  id: string;
84357
84157
  url: string;
@@ -84561,7 +84361,7 @@ export declare const mainChatContract: {
84561
84361
  parentMessageId: string | null;
84562
84362
  feedPostId: string | null;
84563
84363
  feedPost: {
84564
- 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" | "item" | "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";
84565
84365
  message: string | null;
84566
84366
  id: string;
84567
84367
  channel: {
@@ -84597,7 +84397,6 @@ export declare const mainChatContract: {
84597
84397
  lineRichMenuId?: string | null | undefined;
84598
84398
  messengerIntegrationType?: "own" | "business" | undefined;
84599
84399
  facebookFeedIntegrationType?: "own" | "business" | undefined;
84600
- isCSATEnabled?: boolean | undefined;
84601
84400
  };
84602
84401
  status: boolean;
84603
84402
  createdAt: Date;
@@ -84850,7 +84649,7 @@ export declare const mainChatContract: {
84850
84649
  }>, "many">;
84851
84650
  }, "strip", z.ZodTypeAny, {
84852
84651
  data: {
84853
- 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" | "item" | "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";
84854
84653
  message: string;
84855
84654
  id: string;
84856
84655
  url: string;
@@ -84994,7 +84793,6 @@ export declare const mainChatContract: {
84994
84793
  lineRichMenuId?: string | null | undefined;
84995
84794
  messengerIntegrationType?: "own" | "business" | undefined;
84996
84795
  facebookFeedIntegrationType?: "own" | "business" | undefined;
84997
- isCSATEnabled?: boolean | undefined;
84998
84796
  };
84999
84797
  status: boolean;
85000
84798
  createdAt: Date;
@@ -85286,7 +85084,6 @@ export declare const mainChatContract: {
85286
85084
  closedAt: Date;
85287
85085
  lastMessageAt: Date | null;
85288
85086
  isBotRoom: boolean;
85289
- csatStatus: string | null;
85290
85087
  cxlog: {
85291
85088
  id: string;
85292
85089
  channel: string | null;
@@ -85405,7 +85202,7 @@ export declare const mainChatContract: {
85405
85202
  previewUrl: string;
85406
85203
  imageSetId: string;
85407
85204
  repliedMessage: {
85408
- 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" | "item" | "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";
85409
85206
  message: string;
85410
85207
  id: string;
85411
85208
  url: string;
@@ -85615,7 +85412,7 @@ export declare const mainChatContract: {
85615
85412
  parentMessageId: string | null;
85616
85413
  feedPostId: string | null;
85617
85414
  feedPost: {
85618
- 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" | "item" | "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";
85619
85416
  message: string | null;
85620
85417
  id: string;
85621
85418
  channel: {
@@ -85651,7 +85448,6 @@ export declare const mainChatContract: {
85651
85448
  lineRichMenuId?: string | null | undefined;
85652
85449
  messengerIntegrationType?: "own" | "business" | undefined;
85653
85450
  facebookFeedIntegrationType?: "own" | "business" | undefined;
85654
- isCSATEnabled?: boolean | undefined;
85655
85451
  };
85656
85452
  status: boolean;
85657
85453
  createdAt: Date;
@@ -85908,7 +85704,7 @@ export declare const mainChatContract: {
85908
85704
  requestId: string;
85909
85705
  }, {
85910
85706
  data: {
85911
- 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" | "item" | "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";
85912
85708
  message: string;
85913
85709
  id: string;
85914
85710
  url: string;
@@ -86052,7 +85848,6 @@ export declare const mainChatContract: {
86052
85848
  lineRichMenuId?: string | null | undefined;
86053
85849
  messengerIntegrationType?: "own" | "business" | undefined;
86054
85850
  facebookFeedIntegrationType?: "own" | "business" | undefined;
86055
- isCSATEnabled?: boolean | undefined;
86056
85851
  };
86057
85852
  status: boolean;
86058
85853
  createdAt: Date;
@@ -86344,7 +86139,6 @@ export declare const mainChatContract: {
86344
86139
  closedAt: Date;
86345
86140
  lastMessageAt: Date | null;
86346
86141
  isBotRoom: boolean;
86347
- csatStatus: string | null;
86348
86142
  cxlog: {
86349
86143
  id: string;
86350
86144
  channel: string | null;
@@ -86463,7 +86257,7 @@ export declare const mainChatContract: {
86463
86257
  previewUrl: string;
86464
86258
  imageSetId: string;
86465
86259
  repliedMessage: {
86466
- 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" | "item" | "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";
86467
86261
  message: string;
86468
86262
  id: string;
86469
86263
  url: string;
@@ -86673,7 +86467,7 @@ export declare const mainChatContract: {
86673
86467
  parentMessageId: string | null;
86674
86468
  feedPostId: string | null;
86675
86469
  feedPost: {
86676
- 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" | "item" | "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";
86677
86471
  message: string | null;
86678
86472
  id: string;
86679
86473
  channel: {
@@ -86709,7 +86503,6 @@ export declare const mainChatContract: {
86709
86503
  lineRichMenuId?: string | null | undefined;
86710
86504
  messengerIntegrationType?: "own" | "business" | undefined;
86711
86505
  facebookFeedIntegrationType?: "own" | "business" | undefined;
86712
- isCSATEnabled?: boolean | undefined;
86713
86506
  };
86714
86507
  status: boolean;
86715
86508
  createdAt: Date;
@@ -88066,7 +87859,6 @@ export declare const mainChatContract: {
88066
87859
  channelId: string;
88067
87860
  socialPlatformId: string;
88068
87861
  }>;
88069
- csatStatus: z.ZodNullable<z.ZodString>;
88070
87862
  actor: z.ZodObject<{
88071
87863
  id: z.ZodString;
88072
87864
  createdAt: z.ZodDate;
@@ -88545,7 +88337,6 @@ export declare const mainChatContract: {
88545
88337
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
88546
88338
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
88547
88339
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
88548
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
88549
88340
  }, "strip", z.ZodTypeAny, {
88550
88341
  name: string;
88551
88342
  id: string;
@@ -88575,7 +88366,6 @@ export declare const mainChatContract: {
88575
88366
  lineRichMenuId?: string | null | undefined;
88576
88367
  messengerIntegrationType?: "own" | "business" | undefined;
88577
88368
  facebookFeedIntegrationType?: "own" | "business" | undefined;
88578
- isCSATEnabled?: boolean | undefined;
88579
88369
  }, {
88580
88370
  name: string;
88581
88371
  id: string;
@@ -88605,7 +88395,6 @@ export declare const mainChatContract: {
88605
88395
  lineRichMenuId?: string | null | undefined;
88606
88396
  messengerIntegrationType?: "own" | "business" | undefined;
88607
88397
  facebookFeedIntegrationType?: "own" | "business" | undefined;
88608
- isCSATEnabled?: boolean | undefined;
88609
88398
  }>;
88610
88399
  brandName: z.ZodString;
88611
88400
  platformId: z.ZodString;
@@ -88869,7 +88658,6 @@ export declare const mainChatContract: {
88869
88658
  lineRichMenuId?: string | null | undefined;
88870
88659
  messengerIntegrationType?: "own" | "business" | undefined;
88871
88660
  facebookFeedIntegrationType?: "own" | "business" | undefined;
88872
- isCSATEnabled?: boolean | undefined;
88873
88661
  };
88874
88662
  status: boolean;
88875
88663
  createdAt: Date;
@@ -88964,7 +88752,6 @@ export declare const mainChatContract: {
88964
88752
  lineRichMenuId?: string | null | undefined;
88965
88753
  messengerIntegrationType?: "own" | "business" | undefined;
88966
88754
  facebookFeedIntegrationType?: "own" | "business" | undefined;
88967
- isCSATEnabled?: boolean | undefined;
88968
88755
  };
88969
88756
  status: boolean;
88970
88757
  createdAt: Date;
@@ -89623,7 +89410,6 @@ export declare const mainChatContract: {
89623
89410
  lineRichMenuId?: string | null | undefined;
89624
89411
  messengerIntegrationType?: "own" | "business" | undefined;
89625
89412
  facebookFeedIntegrationType?: "own" | "business" | undefined;
89626
- isCSATEnabled?: boolean | undefined;
89627
89413
  };
89628
89414
  status: boolean;
89629
89415
  createdAt: Date;
@@ -89915,7 +89701,6 @@ export declare const mainChatContract: {
89915
89701
  closedAt: Date;
89916
89702
  lastMessageAt: Date | null;
89917
89703
  isBotRoom: boolean;
89918
- csatStatus: string | null;
89919
89704
  cxlog: {
89920
89705
  id: string;
89921
89706
  channel: string | null;
@@ -90052,7 +89837,6 @@ export declare const mainChatContract: {
90052
89837
  lineRichMenuId?: string | null | undefined;
90053
89838
  messengerIntegrationType?: "own" | "business" | undefined;
90054
89839
  facebookFeedIntegrationType?: "own" | "business" | undefined;
90055
- isCSATEnabled?: boolean | undefined;
90056
89840
  };
90057
89841
  status: boolean;
90058
89842
  createdAt: Date;
@@ -90344,7 +90128,6 @@ export declare const mainChatContract: {
90344
90128
  closedAt: Date;
90345
90129
  lastMessageAt: Date | null;
90346
90130
  isBotRoom: boolean;
90347
- csatStatus: string | null;
90348
90131
  cxlog: {
90349
90132
  id: string;
90350
90133
  channel: string | null;
@@ -90483,7 +90266,6 @@ export declare const mainChatContract: {
90483
90266
  lineRichMenuId?: string | null | undefined;
90484
90267
  messengerIntegrationType?: "own" | "business" | undefined;
90485
90268
  facebookFeedIntegrationType?: "own" | "business" | undefined;
90486
- isCSATEnabled?: boolean | undefined;
90487
90269
  };
90488
90270
  status: boolean;
90489
90271
  createdAt: Date;
@@ -90775,7 +90557,6 @@ export declare const mainChatContract: {
90775
90557
  closedAt: Date;
90776
90558
  lastMessageAt: Date | null;
90777
90559
  isBotRoom: boolean;
90778
- csatStatus: string | null;
90779
90560
  cxlog: {
90780
90561
  id: string;
90781
90562
  channel: string | null;
@@ -90915,7 +90696,6 @@ export declare const mainChatContract: {
90915
90696
  lineRichMenuId?: string | null | undefined;
90916
90697
  messengerIntegrationType?: "own" | "business" | undefined;
90917
90698
  facebookFeedIntegrationType?: "own" | "business" | undefined;
90918
- isCSATEnabled?: boolean | undefined;
90919
90699
  };
90920
90700
  status: boolean;
90921
90701
  createdAt: Date;
@@ -91207,7 +90987,6 @@ export declare const mainChatContract: {
91207
90987
  closedAt: Date;
91208
90988
  lastMessageAt: Date | null;
91209
90989
  isBotRoom: boolean;
91210
- csatStatus: string | null;
91211
90990
  cxlog: {
91212
90991
  id: string;
91213
90992
  channel: string | null;
@@ -92423,7 +92202,6 @@ export declare const mainChatContract: {
92423
92202
  channelId: string;
92424
92203
  socialPlatformId: string;
92425
92204
  }>;
92426
- csatStatus: z.ZodNullable<z.ZodString>;
92427
92205
  actor: z.ZodObject<{
92428
92206
  id: z.ZodString;
92429
92207
  createdAt: z.ZodDate;
@@ -92902,7 +92680,6 @@ export declare const mainChatContract: {
92902
92680
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
92903
92681
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
92904
92682
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
92905
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
92906
92683
  }, "strip", z.ZodTypeAny, {
92907
92684
  name: string;
92908
92685
  id: string;
@@ -92932,7 +92709,6 @@ export declare const mainChatContract: {
92932
92709
  lineRichMenuId?: string | null | undefined;
92933
92710
  messengerIntegrationType?: "own" | "business" | undefined;
92934
92711
  facebookFeedIntegrationType?: "own" | "business" | undefined;
92935
- isCSATEnabled?: boolean | undefined;
92936
92712
  }, {
92937
92713
  name: string;
92938
92714
  id: string;
@@ -92962,7 +92738,6 @@ export declare const mainChatContract: {
92962
92738
  lineRichMenuId?: string | null | undefined;
92963
92739
  messengerIntegrationType?: "own" | "business" | undefined;
92964
92740
  facebookFeedIntegrationType?: "own" | "business" | undefined;
92965
- isCSATEnabled?: boolean | undefined;
92966
92741
  }>;
92967
92742
  brandName: z.ZodString;
92968
92743
  platformId: z.ZodString;
@@ -93226,7 +93001,6 @@ export declare const mainChatContract: {
93226
93001
  lineRichMenuId?: string | null | undefined;
93227
93002
  messengerIntegrationType?: "own" | "business" | undefined;
93228
93003
  facebookFeedIntegrationType?: "own" | "business" | undefined;
93229
- isCSATEnabled?: boolean | undefined;
93230
93004
  };
93231
93005
  status: boolean;
93232
93006
  createdAt: Date;
@@ -93321,7 +93095,6 @@ export declare const mainChatContract: {
93321
93095
  lineRichMenuId?: string | null | undefined;
93322
93096
  messengerIntegrationType?: "own" | "business" | undefined;
93323
93097
  facebookFeedIntegrationType?: "own" | "business" | undefined;
93324
- isCSATEnabled?: boolean | undefined;
93325
93098
  };
93326
93099
  status: boolean;
93327
93100
  createdAt: Date;
@@ -93980,7 +93753,6 @@ export declare const mainChatContract: {
93980
93753
  lineRichMenuId?: string | null | undefined;
93981
93754
  messengerIntegrationType?: "own" | "business" | undefined;
93982
93755
  facebookFeedIntegrationType?: "own" | "business" | undefined;
93983
- isCSATEnabled?: boolean | undefined;
93984
93756
  };
93985
93757
  status: boolean;
93986
93758
  createdAt: Date;
@@ -94272,7 +94044,6 @@ export declare const mainChatContract: {
94272
94044
  closedAt: Date;
94273
94045
  lastMessageAt: Date | null;
94274
94046
  isBotRoom: boolean;
94275
- csatStatus: string | null;
94276
94047
  cxlog: {
94277
94048
  id: string;
94278
94049
  channel: string | null;
@@ -94409,7 +94180,6 @@ export declare const mainChatContract: {
94409
94180
  lineRichMenuId?: string | null | undefined;
94410
94181
  messengerIntegrationType?: "own" | "business" | undefined;
94411
94182
  facebookFeedIntegrationType?: "own" | "business" | undefined;
94412
- isCSATEnabled?: boolean | undefined;
94413
94183
  };
94414
94184
  status: boolean;
94415
94185
  createdAt: Date;
@@ -94701,7 +94471,6 @@ export declare const mainChatContract: {
94701
94471
  closedAt: Date;
94702
94472
  lastMessageAt: Date | null;
94703
94473
  isBotRoom: boolean;
94704
- csatStatus: string | null;
94705
94474
  cxlog: {
94706
94475
  id: string;
94707
94476
  channel: string | null;
@@ -94840,7 +94609,6 @@ export declare const mainChatContract: {
94840
94609
  lineRichMenuId?: string | null | undefined;
94841
94610
  messengerIntegrationType?: "own" | "business" | undefined;
94842
94611
  facebookFeedIntegrationType?: "own" | "business" | undefined;
94843
- isCSATEnabled?: boolean | undefined;
94844
94612
  };
94845
94613
  status: boolean;
94846
94614
  createdAt: Date;
@@ -95132,7 +94900,6 @@ export declare const mainChatContract: {
95132
94900
  closedAt: Date;
95133
94901
  lastMessageAt: Date | null;
95134
94902
  isBotRoom: boolean;
95135
- csatStatus: string | null;
95136
94903
  cxlog: {
95137
94904
  id: string;
95138
94905
  channel: string | null;
@@ -95272,7 +95039,6 @@ export declare const mainChatContract: {
95272
95039
  lineRichMenuId?: string | null | undefined;
95273
95040
  messengerIntegrationType?: "own" | "business" | undefined;
95274
95041
  facebookFeedIntegrationType?: "own" | "business" | undefined;
95275
- isCSATEnabled?: boolean | undefined;
95276
95042
  };
95277
95043
  status: boolean;
95278
95044
  createdAt: Date;
@@ -95564,7 +95330,6 @@ export declare const mainChatContract: {
95564
95330
  closedAt: Date;
95565
95331
  lastMessageAt: Date | null;
95566
95332
  isBotRoom: boolean;
95567
- csatStatus: string | null;
95568
95333
  cxlog: {
95569
95334
  id: string;
95570
95335
  channel: string | null;
@@ -97841,7 +97606,6 @@ export declare const mainChatContract: {
97841
97606
  channelId: string;
97842
97607
  socialPlatformId: string;
97843
97608
  }>;
97844
- csatStatus: z.ZodNullable<z.ZodString>;
97845
97609
  actor: z.ZodObject<{
97846
97610
  id: z.ZodString;
97847
97611
  createdAt: z.ZodDate;
@@ -98320,7 +98084,6 @@ export declare const mainChatContract: {
98320
98084
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
98321
98085
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
98322
98086
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
98323
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
98324
98087
  }, "strip", z.ZodTypeAny, {
98325
98088
  name: string;
98326
98089
  id: string;
@@ -98350,7 +98113,6 @@ export declare const mainChatContract: {
98350
98113
  lineRichMenuId?: string | null | undefined;
98351
98114
  messengerIntegrationType?: "own" | "business" | undefined;
98352
98115
  facebookFeedIntegrationType?: "own" | "business" | undefined;
98353
- isCSATEnabled?: boolean | undefined;
98354
98116
  }, {
98355
98117
  name: string;
98356
98118
  id: string;
@@ -98380,7 +98142,6 @@ export declare const mainChatContract: {
98380
98142
  lineRichMenuId?: string | null | undefined;
98381
98143
  messengerIntegrationType?: "own" | "business" | undefined;
98382
98144
  facebookFeedIntegrationType?: "own" | "business" | undefined;
98383
- isCSATEnabled?: boolean | undefined;
98384
98145
  }>;
98385
98146
  brandName: z.ZodString;
98386
98147
  platformId: z.ZodString;
@@ -98644,7 +98405,6 @@ export declare const mainChatContract: {
98644
98405
  lineRichMenuId?: string | null | undefined;
98645
98406
  messengerIntegrationType?: "own" | "business" | undefined;
98646
98407
  facebookFeedIntegrationType?: "own" | "business" | undefined;
98647
- isCSATEnabled?: boolean | undefined;
98648
98408
  };
98649
98409
  status: boolean;
98650
98410
  createdAt: Date;
@@ -98739,7 +98499,6 @@ export declare const mainChatContract: {
98739
98499
  lineRichMenuId?: string | null | undefined;
98740
98500
  messengerIntegrationType?: "own" | "business" | undefined;
98741
98501
  facebookFeedIntegrationType?: "own" | "business" | undefined;
98742
- isCSATEnabled?: boolean | undefined;
98743
98502
  };
98744
98503
  status: boolean;
98745
98504
  createdAt: Date;
@@ -99398,7 +99157,6 @@ export declare const mainChatContract: {
99398
99157
  lineRichMenuId?: string | null | undefined;
99399
99158
  messengerIntegrationType?: "own" | "business" | undefined;
99400
99159
  facebookFeedIntegrationType?: "own" | "business" | undefined;
99401
- isCSATEnabled?: boolean | undefined;
99402
99160
  };
99403
99161
  status: boolean;
99404
99162
  createdAt: Date;
@@ -99690,7 +99448,6 @@ export declare const mainChatContract: {
99690
99448
  closedAt: Date;
99691
99449
  lastMessageAt: Date | null;
99692
99450
  isBotRoom: boolean;
99693
- csatStatus: string | null;
99694
99451
  cxlog: {
99695
99452
  id: string;
99696
99453
  channel: string | null;
@@ -99827,7 +99584,6 @@ export declare const mainChatContract: {
99827
99584
  lineRichMenuId?: string | null | undefined;
99828
99585
  messengerIntegrationType?: "own" | "business" | undefined;
99829
99586
  facebookFeedIntegrationType?: "own" | "business" | undefined;
99830
- isCSATEnabled?: boolean | undefined;
99831
99587
  };
99832
99588
  status: boolean;
99833
99589
  createdAt: Date;
@@ -100119,7 +99875,6 @@ export declare const mainChatContract: {
100119
99875
  closedAt: Date;
100120
99876
  lastMessageAt: Date | null;
100121
99877
  isBotRoom: boolean;
100122
- csatStatus: string | null;
100123
99878
  cxlog: {
100124
99879
  id: string;
100125
99880
  channel: string | null;
@@ -100258,7 +100013,6 @@ export declare const mainChatContract: {
100258
100013
  lineRichMenuId?: string | null | undefined;
100259
100014
  messengerIntegrationType?: "own" | "business" | undefined;
100260
100015
  facebookFeedIntegrationType?: "own" | "business" | undefined;
100261
- isCSATEnabled?: boolean | undefined;
100262
100016
  };
100263
100017
  status: boolean;
100264
100018
  createdAt: Date;
@@ -100550,7 +100304,6 @@ export declare const mainChatContract: {
100550
100304
  closedAt: Date;
100551
100305
  lastMessageAt: Date | null;
100552
100306
  isBotRoom: boolean;
100553
- csatStatus: string | null;
100554
100307
  cxlog: {
100555
100308
  id: string;
100556
100309
  channel: string | null;
@@ -100690,7 +100443,6 @@ export declare const mainChatContract: {
100690
100443
  lineRichMenuId?: string | null | undefined;
100691
100444
  messengerIntegrationType?: "own" | "business" | undefined;
100692
100445
  facebookFeedIntegrationType?: "own" | "business" | undefined;
100693
- isCSATEnabled?: boolean | undefined;
100694
100446
  };
100695
100447
  status: boolean;
100696
100448
  createdAt: Date;
@@ -100982,7 +100734,6 @@ export declare const mainChatContract: {
100982
100734
  closedAt: Date;
100983
100735
  lastMessageAt: Date | null;
100984
100736
  isBotRoom: boolean;
100985
- csatStatus: string | null;
100986
100737
  cxlog: {
100987
100738
  id: string;
100988
100739
  channel: string | null;
@@ -101115,17 +100866,17 @@ export declare const initiateMessageContract: {
101115
100866
  contactId: z.ZodOptional<z.ZodString>;
101116
100867
  message: z.ZodObject<{
101117
100868
  message: z.ZodOptional<z.ZodString>;
101118
- 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", "item"]>;
101119
100870
  }, "strip", z.ZodTypeAny, {
101120
- 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" | "item" | "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";
101121
100872
  message?: string | undefined;
101122
100873
  }, {
101123
- 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" | "item" | "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";
101124
100875
  message?: string | undefined;
101125
100876
  }>;
101126
100877
  }, "strip", z.ZodTypeAny, {
101127
100878
  message: {
101128
- 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" | "item" | "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";
101129
100880
  message?: string | undefined;
101130
100881
  };
101131
100882
  channelId: string;
@@ -101133,7 +100884,7 @@ export declare const initiateMessageContract: {
101133
100884
  contactId?: string | undefined;
101134
100885
  }, {
101135
100886
  message: {
101136
- 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" | "item" | "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";
101137
100888
  message?: string | undefined;
101138
100889
  };
101139
100890
  channelId: string;
@@ -101151,7 +100902,7 @@ export declare const initiateMessageContract: {
101151
100902
  deletedAt: z.ZodNullable<z.ZodDate>;
101152
100903
  message: z.ZodString;
101153
100904
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
101154
- 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", "item"]>;
101155
100906
  readAt: z.ZodDate;
101156
100907
  metadata: z.ZodAny;
101157
100908
  platformId: z.ZodString;
@@ -102225,7 +101976,6 @@ export declare const initiateMessageContract: {
102225
101976
  channelId: string;
102226
101977
  socialPlatformId: string;
102227
101978
  }>;
102228
- csatStatus: z.ZodNullable<z.ZodString>;
102229
101979
  actor: z.ZodObject<{
102230
101980
  id: z.ZodString;
102231
101981
  createdAt: z.ZodDate;
@@ -102704,7 +102454,6 @@ export declare const initiateMessageContract: {
102704
102454
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
102705
102455
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
102706
102456
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
102707
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
102708
102457
  }, "strip", z.ZodTypeAny, {
102709
102458
  name: string;
102710
102459
  id: string;
@@ -102734,7 +102483,6 @@ export declare const initiateMessageContract: {
102734
102483
  lineRichMenuId?: string | null | undefined;
102735
102484
  messengerIntegrationType?: "own" | "business" | undefined;
102736
102485
  facebookFeedIntegrationType?: "own" | "business" | undefined;
102737
- isCSATEnabled?: boolean | undefined;
102738
102486
  }, {
102739
102487
  name: string;
102740
102488
  id: string;
@@ -102764,7 +102512,6 @@ export declare const initiateMessageContract: {
102764
102512
  lineRichMenuId?: string | null | undefined;
102765
102513
  messengerIntegrationType?: "own" | "business" | undefined;
102766
102514
  facebookFeedIntegrationType?: "own" | "business" | undefined;
102767
- isCSATEnabled?: boolean | undefined;
102768
102515
  }>;
102769
102516
  brandName: z.ZodString;
102770
102517
  platformId: z.ZodString;
@@ -103028,7 +102775,6 @@ export declare const initiateMessageContract: {
103028
102775
  lineRichMenuId?: string | null | undefined;
103029
102776
  messengerIntegrationType?: "own" | "business" | undefined;
103030
102777
  facebookFeedIntegrationType?: "own" | "business" | undefined;
103031
- isCSATEnabled?: boolean | undefined;
103032
102778
  };
103033
102779
  status: boolean;
103034
102780
  createdAt: Date;
@@ -103123,7 +102869,6 @@ export declare const initiateMessageContract: {
103123
102869
  lineRichMenuId?: string | null | undefined;
103124
102870
  messengerIntegrationType?: "own" | "business" | undefined;
103125
102871
  facebookFeedIntegrationType?: "own" | "business" | undefined;
103126
- isCSATEnabled?: boolean | undefined;
103127
102872
  };
103128
102873
  status: boolean;
103129
102874
  createdAt: Date;
@@ -103782,7 +103527,6 @@ export declare const initiateMessageContract: {
103782
103527
  lineRichMenuId?: string | null | undefined;
103783
103528
  messengerIntegrationType?: "own" | "business" | undefined;
103784
103529
  facebookFeedIntegrationType?: "own" | "business" | undefined;
103785
- isCSATEnabled?: boolean | undefined;
103786
103530
  };
103787
103531
  status: boolean;
103788
103532
  createdAt: Date;
@@ -104074,7 +103818,6 @@ export declare const initiateMessageContract: {
104074
103818
  closedAt: Date;
104075
103819
  lastMessageAt: Date | null;
104076
103820
  isBotRoom: boolean;
104077
- csatStatus: string | null;
104078
103821
  cxlog: {
104079
103822
  id: string;
104080
103823
  channel: string | null;
@@ -104211,7 +103954,6 @@ export declare const initiateMessageContract: {
104211
103954
  lineRichMenuId?: string | null | undefined;
104212
103955
  messengerIntegrationType?: "own" | "business" | undefined;
104213
103956
  facebookFeedIntegrationType?: "own" | "business" | undefined;
104214
- isCSATEnabled?: boolean | undefined;
104215
103957
  };
104216
103958
  status: boolean;
104217
103959
  createdAt: Date;
@@ -104503,7 +104245,6 @@ export declare const initiateMessageContract: {
104503
104245
  closedAt: Date;
104504
104246
  lastMessageAt: Date | null;
104505
104247
  isBotRoom: boolean;
104506
- csatStatus: string | null;
104507
104248
  cxlog: {
104508
104249
  id: string;
104509
104250
  channel: string | null;
@@ -104647,7 +104388,7 @@ export declare const initiateMessageContract: {
104647
104388
  deletedAt: z.ZodNullable<z.ZodDate>;
104648
104389
  message: z.ZodString;
104649
104390
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
104650
- 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", "item"]>;
104651
104392
  readAt: z.ZodDate;
104652
104393
  metadata: z.ZodAny;
104653
104394
  platformId: z.ZodString;
@@ -105305,7 +105046,7 @@ export declare const initiateMessageContract: {
105305
105046
  };
105306
105047
  }>;
105307
105048
  }, "strip", z.ZodTypeAny, {
105308
- 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" | "item" | "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";
105309
105050
  message: string;
105310
105051
  id: string;
105311
105052
  url: string;
@@ -105467,7 +105208,7 @@ export declare const initiateMessageContract: {
105467
105208
  metadata?: any;
105468
105209
  template?: any;
105469
105210
  }, {
105470
- 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" | "item" | "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";
105471
105212
  message: string;
105472
105213
  id: string;
105473
105214
  url: string;
@@ -106269,7 +106010,7 @@ export declare const initiateMessageContract: {
106269
106010
  editedMessageid: z.ZodString;
106270
106011
  label: z.ZodOptional<z.ZodString>;
106271
106012
  }, "strip", z.ZodTypeAny, {
106272
- 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" | "item" | "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";
106273
106014
  message: string;
106274
106015
  id: string;
106275
106016
  url: string;
@@ -106413,7 +106154,6 @@ export declare const initiateMessageContract: {
106413
106154
  lineRichMenuId?: string | null | undefined;
106414
106155
  messengerIntegrationType?: "own" | "business" | undefined;
106415
106156
  facebookFeedIntegrationType?: "own" | "business" | undefined;
106416
- isCSATEnabled?: boolean | undefined;
106417
106157
  };
106418
106158
  status: boolean;
106419
106159
  createdAt: Date;
@@ -106705,7 +106445,6 @@ export declare const initiateMessageContract: {
106705
106445
  closedAt: Date;
106706
106446
  lastMessageAt: Date | null;
106707
106447
  isBotRoom: boolean;
106708
- csatStatus: string | null;
106709
106448
  cxlog: {
106710
106449
  id: string;
106711
106450
  channel: string | null;
@@ -106824,7 +106563,7 @@ export declare const initiateMessageContract: {
106824
106563
  previewUrl: string;
106825
106564
  imageSetId: string;
106826
106565
  repliedMessage: {
106827
- 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" | "item" | "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";
106828
106567
  message: string;
106829
106568
  id: string;
106830
106569
  url: string;
@@ -107035,7 +106774,7 @@ export declare const initiateMessageContract: {
107035
106774
  template?: any;
107036
106775
  label?: string | undefined;
107037
106776
  }, {
107038
- 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" | "item" | "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";
107039
106778
  message: string;
107040
106779
  id: string;
107041
106780
  url: string;
@@ -107179,7 +106918,6 @@ export declare const initiateMessageContract: {
107179
106918
  lineRichMenuId?: string | null | undefined;
107180
106919
  messengerIntegrationType?: "own" | "business" | undefined;
107181
106920
  facebookFeedIntegrationType?: "own" | "business" | undefined;
107182
- isCSATEnabled?: boolean | undefined;
107183
106921
  };
107184
106922
  status: boolean;
107185
106923
  createdAt: Date;
@@ -107471,7 +107209,6 @@ export declare const initiateMessageContract: {
107471
107209
  closedAt: Date;
107472
107210
  lastMessageAt: Date | null;
107473
107211
  isBotRoom: boolean;
107474
- csatStatus: string | null;
107475
107212
  cxlog: {
107476
107213
  id: string;
107477
107214
  channel: string | null;
@@ -107590,7 +107327,7 @@ export declare const initiateMessageContract: {
107590
107327
  previewUrl: string;
107591
107328
  imageSetId: string;
107592
107329
  repliedMessage: {
107593
- 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" | "item" | "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";
107594
107331
  message: string;
107595
107332
  id: string;
107596
107333
  url: string;
@@ -107803,7 +107540,7 @@ export declare const initiateMessageContract: {
107803
107540
  }>;
107804
107541
  }, "strip", z.ZodTypeAny, {
107805
107542
  data: {
107806
- 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" | "item" | "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";
107807
107544
  message: string;
107808
107545
  id: string;
107809
107546
  url: string;
@@ -107947,7 +107684,6 @@ export declare const initiateMessageContract: {
107947
107684
  lineRichMenuId?: string | null | undefined;
107948
107685
  messengerIntegrationType?: "own" | "business" | undefined;
107949
107686
  facebookFeedIntegrationType?: "own" | "business" | undefined;
107950
- isCSATEnabled?: boolean | undefined;
107951
107687
  };
107952
107688
  status: boolean;
107953
107689
  createdAt: Date;
@@ -108239,7 +107975,6 @@ export declare const initiateMessageContract: {
108239
107975
  closedAt: Date;
108240
107976
  lastMessageAt: Date | null;
108241
107977
  isBotRoom: boolean;
108242
- csatStatus: string | null;
108243
107978
  cxlog: {
108244
107979
  id: string;
108245
107980
  channel: string | null;
@@ -108358,7 +108093,7 @@ export declare const initiateMessageContract: {
108358
108093
  previewUrl: string;
108359
108094
  imageSetId: string;
108360
108095
  repliedMessage: {
108361
- 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" | "item" | "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";
108362
108097
  message: string;
108363
108098
  id: string;
108364
108099
  url: string;
@@ -108572,7 +108307,7 @@ export declare const initiateMessageContract: {
108572
108307
  requestId: string;
108573
108308
  }, {
108574
108309
  data: {
108575
- 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" | "item" | "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";
108576
108311
  message: string;
108577
108312
  id: string;
108578
108313
  url: string;
@@ -108716,7 +108451,6 @@ export declare const initiateMessageContract: {
108716
108451
  lineRichMenuId?: string | null | undefined;
108717
108452
  messengerIntegrationType?: "own" | "business" | undefined;
108718
108453
  facebookFeedIntegrationType?: "own" | "business" | undefined;
108719
- isCSATEnabled?: boolean | undefined;
108720
108454
  };
108721
108455
  status: boolean;
108722
108456
  createdAt: Date;
@@ -109008,7 +108742,6 @@ export declare const initiateMessageContract: {
109008
108742
  closedAt: Date;
109009
108743
  lastMessageAt: Date | null;
109010
108744
  isBotRoom: boolean;
109011
- csatStatus: string | null;
109012
108745
  cxlog: {
109013
108746
  id: string;
109014
108747
  channel: string | null;
@@ -109127,7 +108860,7 @@ export declare const initiateMessageContract: {
109127
108860
  previewUrl: string;
109128
108861
  imageSetId: string;
109129
108862
  repliedMessage: {
109130
- 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" | "item" | "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";
109131
108864
  message: string;
109132
108865
  id: string;
109133
108866
  url: string;
@@ -109384,7 +109117,7 @@ export declare const mainChatMessageContract: {
109384
109117
  sendMessage: {
109385
109118
  body: z.ZodObject<{
109386
109119
  roomId: z.ZodString;
109387
- 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", "item"]>;
109388
109121
  message: z.ZodOptional<z.ZodString>;
109389
109122
  messageAttachments: z.ZodOptional<z.ZodObject<{
109390
109123
  bucketName: z.ZodString;
@@ -109394,6 +109127,8 @@ export declare const mainChatMessageContract: {
109394
109127
  url: z.ZodNullable<z.ZodString>;
109395
109128
  fileType: z.ZodString;
109396
109129
  thumbnailUrl: z.ZodOptional<z.ZodString>;
109130
+ width: z.ZodOptional<z.ZodString>;
109131
+ height: z.ZodOptional<z.ZodString>;
109397
109132
  }, "strip", z.ZodTypeAny, {
109398
109133
  url: string | null;
109399
109134
  fileName: string;
@@ -109402,6 +109137,8 @@ export declare const mainChatMessageContract: {
109402
109137
  bucketName: string;
109403
109138
  fileSize: number;
109404
109139
  thumbnailUrl?: string | undefined;
109140
+ width?: string | undefined;
109141
+ height?: string | undefined;
109405
109142
  }, {
109406
109143
  url: string | null;
109407
109144
  fileName: string;
@@ -109410,6 +109147,8 @@ export declare const mainChatMessageContract: {
109410
109147
  bucketName: string;
109411
109148
  fileSize: number;
109412
109149
  thumbnailUrl?: string | undefined;
109150
+ width?: string | undefined;
109151
+ height?: string | undefined;
109413
109152
  }>>;
109414
109153
  user: z.ZodOptional<z.ZodObject<{
109415
109154
  id: z.ZodString;
@@ -109643,7 +109382,7 @@ export declare const mainChatMessageContract: {
109643
109382
  mentions?: string[] | undefined;
109644
109383
  }>>;
109645
109384
  }, "strip", z.ZodTypeAny, {
109646
- 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" | "item" | "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";
109647
109386
  roomId: string;
109648
109387
  message?: string | undefined;
109649
109388
  messageAttachments?: {
@@ -109654,6 +109393,8 @@ export declare const mainChatMessageContract: {
109654
109393
  bucketName: string;
109655
109394
  fileSize: number;
109656
109395
  thumbnailUrl?: string | undefined;
109396
+ width?: string | undefined;
109397
+ height?: string | undefined;
109657
109398
  } | undefined;
109658
109399
  user?: {
109659
109400
  name: string;
@@ -109715,7 +109456,7 @@ export declare const mainChatMessageContract: {
109715
109456
  mentions?: string[] | undefined;
109716
109457
  } | undefined;
109717
109458
  }, {
109718
- 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" | "item" | "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";
109719
109460
  roomId: string;
109720
109461
  message?: string | undefined;
109721
109462
  messageAttachments?: {
@@ -109726,6 +109467,8 @@ export declare const mainChatMessageContract: {
109726
109467
  bucketName: string;
109727
109468
  fileSize: number;
109728
109469
  thumbnailUrl?: string | undefined;
109470
+ width?: string | undefined;
109471
+ height?: string | undefined;
109729
109472
  } | undefined;
109730
109473
  user?: {
109731
109474
  name: string;
@@ -109793,7 +109536,7 @@ export declare const mainChatMessageContract: {
109793
109536
  200: z.ZodObject<{
109794
109537
  requestId: z.ZodString;
109795
109538
  data: z.ZodObject<{
109796
- 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", "item"]>;
109797
109540
  message: z.ZodString;
109798
109541
  id: z.ZodString;
109799
109542
  url: z.ZodString;
@@ -111310,7 +111053,6 @@ export declare const mainChatMessageContract: {
111310
111053
  channelId: string;
111311
111054
  socialPlatformId: string;
111312
111055
  }>;
111313
- csatStatus: z.ZodNullable<z.ZodString>;
111314
111056
  actor: z.ZodObject<{
111315
111057
  id: z.ZodString;
111316
111058
  createdAt: z.ZodDate;
@@ -111789,7 +111531,6 @@ export declare const mainChatMessageContract: {
111789
111531
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
111790
111532
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
111791
111533
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
111792
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
111793
111534
  }, "strip", z.ZodTypeAny, {
111794
111535
  name: string;
111795
111536
  id: string;
@@ -111819,7 +111560,6 @@ export declare const mainChatMessageContract: {
111819
111560
  lineRichMenuId?: string | null | undefined;
111820
111561
  messengerIntegrationType?: "own" | "business" | undefined;
111821
111562
  facebookFeedIntegrationType?: "own" | "business" | undefined;
111822
- isCSATEnabled?: boolean | undefined;
111823
111563
  }, {
111824
111564
  name: string;
111825
111565
  id: string;
@@ -111849,7 +111589,6 @@ export declare const mainChatMessageContract: {
111849
111589
  lineRichMenuId?: string | null | undefined;
111850
111590
  messengerIntegrationType?: "own" | "business" | undefined;
111851
111591
  facebookFeedIntegrationType?: "own" | "business" | undefined;
111852
- isCSATEnabled?: boolean | undefined;
111853
111592
  }>;
111854
111593
  brandName: z.ZodString;
111855
111594
  platformId: z.ZodString;
@@ -112113,7 +111852,6 @@ export declare const mainChatMessageContract: {
112113
111852
  lineRichMenuId?: string | null | undefined;
112114
111853
  messengerIntegrationType?: "own" | "business" | undefined;
112115
111854
  facebookFeedIntegrationType?: "own" | "business" | undefined;
112116
- isCSATEnabled?: boolean | undefined;
112117
111855
  };
112118
111856
  status: boolean;
112119
111857
  createdAt: Date;
@@ -112208,7 +111946,6 @@ export declare const mainChatMessageContract: {
112208
111946
  lineRichMenuId?: string | null | undefined;
112209
111947
  messengerIntegrationType?: "own" | "business" | undefined;
112210
111948
  facebookFeedIntegrationType?: "own" | "business" | undefined;
112211
- isCSATEnabled?: boolean | undefined;
112212
111949
  };
112213
111950
  status: boolean;
112214
111951
  createdAt: Date;
@@ -112867,7 +112604,6 @@ export declare const mainChatMessageContract: {
112867
112604
  lineRichMenuId?: string | null | undefined;
112868
112605
  messengerIntegrationType?: "own" | "business" | undefined;
112869
112606
  facebookFeedIntegrationType?: "own" | "business" | undefined;
112870
- isCSATEnabled?: boolean | undefined;
112871
112607
  };
112872
112608
  status: boolean;
112873
112609
  createdAt: Date;
@@ -113159,7 +112895,6 @@ export declare const mainChatMessageContract: {
113159
112895
  closedAt: Date;
113160
112896
  lastMessageAt: Date | null;
113161
112897
  isBotRoom: boolean;
113162
- csatStatus: string | null;
113163
112898
  cxlog: {
113164
112899
  id: string;
113165
112900
  channel: string | null;
@@ -113296,7 +113031,6 @@ export declare const mainChatMessageContract: {
113296
113031
  lineRichMenuId?: string | null | undefined;
113297
113032
  messengerIntegrationType?: "own" | "business" | undefined;
113298
113033
  facebookFeedIntegrationType?: "own" | "business" | undefined;
113299
- isCSATEnabled?: boolean | undefined;
113300
113034
  };
113301
113035
  status: boolean;
113302
113036
  createdAt: Date;
@@ -113588,7 +113322,6 @@ export declare const mainChatMessageContract: {
113588
113322
  closedAt: Date;
113589
113323
  lastMessageAt: Date | null;
113590
113324
  isBotRoom: boolean;
113591
- csatStatus: string | null;
113592
113325
  cxlog: {
113593
113326
  id: string;
113594
113327
  channel: string | null;
@@ -113729,7 +113462,7 @@ export declare const mainChatMessageContract: {
113729
113462
  deletedAt: z.ZodNullable<z.ZodDate>;
113730
113463
  message: z.ZodString;
113731
113464
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
113732
- 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", "item"]>;
113733
113466
  readAt: z.ZodDate;
113734
113467
  metadata: z.ZodAny;
113735
113468
  platformId: z.ZodString;
@@ -114387,7 +114120,7 @@ export declare const mainChatMessageContract: {
114387
114120
  };
114388
114121
  }>;
114389
114122
  }, "strip", z.ZodTypeAny, {
114390
- 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" | "item" | "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";
114391
114124
  message: string;
114392
114125
  id: string;
114393
114126
  url: string;
@@ -114549,7 +114282,7 @@ export declare const mainChatMessageContract: {
114549
114282
  metadata?: any;
114550
114283
  template?: any;
114551
114284
  }, {
114552
- 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" | "item" | "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";
114553
114286
  message: string;
114554
114287
  id: string;
114555
114288
  url: string;
@@ -114923,7 +114656,7 @@ export declare const mainChatMessageContract: {
114923
114656
  deletedAt: z.ZodNullable<z.ZodDate>;
114924
114657
  message: z.ZodString;
114925
114658
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
114926
- 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", "item"]>;
114927
114660
  readAt: z.ZodDate;
114928
114661
  metadata: z.ZodAny;
114929
114662
  platformId: z.ZodString;
@@ -115997,7 +115730,6 @@ export declare const mainChatMessageContract: {
115997
115730
  channelId: string;
115998
115731
  socialPlatformId: string;
115999
115732
  }>;
116000
- csatStatus: z.ZodNullable<z.ZodString>;
116001
115733
  actor: z.ZodObject<{
116002
115734
  id: z.ZodString;
116003
115735
  createdAt: z.ZodDate;
@@ -116476,7 +116208,6 @@ export declare const mainChatMessageContract: {
116476
116208
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
116477
116209
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
116478
116210
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
116479
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
116480
116211
  }, "strip", z.ZodTypeAny, {
116481
116212
  name: string;
116482
116213
  id: string;
@@ -116506,7 +116237,6 @@ export declare const mainChatMessageContract: {
116506
116237
  lineRichMenuId?: string | null | undefined;
116507
116238
  messengerIntegrationType?: "own" | "business" | undefined;
116508
116239
  facebookFeedIntegrationType?: "own" | "business" | undefined;
116509
- isCSATEnabled?: boolean | undefined;
116510
116240
  }, {
116511
116241
  name: string;
116512
116242
  id: string;
@@ -116536,7 +116266,6 @@ export declare const mainChatMessageContract: {
116536
116266
  lineRichMenuId?: string | null | undefined;
116537
116267
  messengerIntegrationType?: "own" | "business" | undefined;
116538
116268
  facebookFeedIntegrationType?: "own" | "business" | undefined;
116539
- isCSATEnabled?: boolean | undefined;
116540
116269
  }>;
116541
116270
  brandName: z.ZodString;
116542
116271
  platformId: z.ZodString;
@@ -116800,7 +116529,6 @@ export declare const mainChatMessageContract: {
116800
116529
  lineRichMenuId?: string | null | undefined;
116801
116530
  messengerIntegrationType?: "own" | "business" | undefined;
116802
116531
  facebookFeedIntegrationType?: "own" | "business" | undefined;
116803
- isCSATEnabled?: boolean | undefined;
116804
116532
  };
116805
116533
  status: boolean;
116806
116534
  createdAt: Date;
@@ -116895,7 +116623,6 @@ export declare const mainChatMessageContract: {
116895
116623
  lineRichMenuId?: string | null | undefined;
116896
116624
  messengerIntegrationType?: "own" | "business" | undefined;
116897
116625
  facebookFeedIntegrationType?: "own" | "business" | undefined;
116898
- isCSATEnabled?: boolean | undefined;
116899
116626
  };
116900
116627
  status: boolean;
116901
116628
  createdAt: Date;
@@ -117554,7 +117281,6 @@ export declare const mainChatMessageContract: {
117554
117281
  lineRichMenuId?: string | null | undefined;
117555
117282
  messengerIntegrationType?: "own" | "business" | undefined;
117556
117283
  facebookFeedIntegrationType?: "own" | "business" | undefined;
117557
- isCSATEnabled?: boolean | undefined;
117558
117284
  };
117559
117285
  status: boolean;
117560
117286
  createdAt: Date;
@@ -117846,7 +117572,6 @@ export declare const mainChatMessageContract: {
117846
117572
  closedAt: Date;
117847
117573
  lastMessageAt: Date | null;
117848
117574
  isBotRoom: boolean;
117849
- csatStatus: string | null;
117850
117575
  cxlog: {
117851
117576
  id: string;
117852
117577
  channel: string | null;
@@ -117983,7 +117708,6 @@ export declare const mainChatMessageContract: {
117983
117708
  lineRichMenuId?: string | null | undefined;
117984
117709
  messengerIntegrationType?: "own" | "business" | undefined;
117985
117710
  facebookFeedIntegrationType?: "own" | "business" | undefined;
117986
- isCSATEnabled?: boolean | undefined;
117987
117711
  };
117988
117712
  status: boolean;
117989
117713
  createdAt: Date;
@@ -118275,7 +117999,6 @@ export declare const mainChatMessageContract: {
118275
117999
  closedAt: Date;
118276
118000
  lastMessageAt: Date | null;
118277
118001
  isBotRoom: boolean;
118278
- csatStatus: string | null;
118279
118002
  cxlog: {
118280
118003
  id: string;
118281
118004
  channel: string | null;
@@ -118419,7 +118142,7 @@ export declare const mainChatMessageContract: {
118419
118142
  deletedAt: z.ZodNullable<z.ZodDate>;
118420
118143
  message: z.ZodString;
118421
118144
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
118422
- 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", "item"]>;
118423
118146
  readAt: z.ZodDate;
118424
118147
  metadata: z.ZodAny;
118425
118148
  platformId: z.ZodString;
@@ -119077,7 +118800,7 @@ export declare const mainChatMessageContract: {
119077
118800
  };
119078
118801
  }>;
119079
118802
  }, "strip", z.ZodTypeAny, {
119080
- 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" | "item" | "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";
119081
118804
  message: string;
119082
118805
  id: string;
119083
118806
  url: string;
@@ -119239,7 +118962,7 @@ export declare const mainChatMessageContract: {
119239
118962
  metadata?: any;
119240
118963
  template?: any;
119241
118964
  }, {
119242
- 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" | "item" | "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";
119243
118966
  message: string;
119244
118967
  id: string;
119245
118968
  url: string;
@@ -120041,7 +119764,7 @@ export declare const mainChatMessageContract: {
120041
119764
  editedMessageid: z.ZodString;
120042
119765
  label: z.ZodOptional<z.ZodString>;
120043
119766
  }, "strip", z.ZodTypeAny, {
120044
- 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" | "item" | "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";
120045
119768
  message: string;
120046
119769
  id: string;
120047
119770
  url: string;
@@ -120185,7 +119908,6 @@ export declare const mainChatMessageContract: {
120185
119908
  lineRichMenuId?: string | null | undefined;
120186
119909
  messengerIntegrationType?: "own" | "business" | undefined;
120187
119910
  facebookFeedIntegrationType?: "own" | "business" | undefined;
120188
- isCSATEnabled?: boolean | undefined;
120189
119911
  };
120190
119912
  status: boolean;
120191
119913
  createdAt: Date;
@@ -120477,7 +120199,6 @@ export declare const mainChatMessageContract: {
120477
120199
  closedAt: Date;
120478
120200
  lastMessageAt: Date | null;
120479
120201
  isBotRoom: boolean;
120480
- csatStatus: string | null;
120481
120202
  cxlog: {
120482
120203
  id: string;
120483
120204
  channel: string | null;
@@ -120596,7 +120317,7 @@ export declare const mainChatMessageContract: {
120596
120317
  previewUrl: string;
120597
120318
  imageSetId: string;
120598
120319
  repliedMessage: {
120599
- 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" | "item" | "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";
120600
120321
  message: string;
120601
120322
  id: string;
120602
120323
  url: string;
@@ -120807,7 +120528,7 @@ export declare const mainChatMessageContract: {
120807
120528
  template?: any;
120808
120529
  label?: string | undefined;
120809
120530
  }, {
120810
- 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" | "item" | "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";
120811
120532
  message: string;
120812
120533
  id: string;
120813
120534
  url: string;
@@ -120951,7 +120672,6 @@ export declare const mainChatMessageContract: {
120951
120672
  lineRichMenuId?: string | null | undefined;
120952
120673
  messengerIntegrationType?: "own" | "business" | undefined;
120953
120674
  facebookFeedIntegrationType?: "own" | "business" | undefined;
120954
- isCSATEnabled?: boolean | undefined;
120955
120675
  };
120956
120676
  status: boolean;
120957
120677
  createdAt: Date;
@@ -121243,7 +120963,6 @@ export declare const mainChatMessageContract: {
121243
120963
  closedAt: Date;
121244
120964
  lastMessageAt: Date | null;
121245
120965
  isBotRoom: boolean;
121246
- csatStatus: string | null;
121247
120966
  cxlog: {
121248
120967
  id: string;
121249
120968
  channel: string | null;
@@ -121362,7 +121081,7 @@ export declare const mainChatMessageContract: {
121362
121081
  previewUrl: string;
121363
121082
  imageSetId: string;
121364
121083
  repliedMessage: {
121365
- 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" | "item" | "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";
121366
121085
  message: string;
121367
121086
  id: string;
121368
121087
  url: string;
@@ -121574,7 +121293,7 @@ export declare const mainChatMessageContract: {
121574
121293
  label?: string | undefined;
121575
121294
  }>>>;
121576
121295
  }, "strip", z.ZodTypeAny, {
121577
- 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" | "item" | "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";
121578
121297
  message: string;
121579
121298
  id: string;
121580
121299
  url: string;
@@ -121718,7 +121437,6 @@ export declare const mainChatMessageContract: {
121718
121437
  lineRichMenuId?: string | null | undefined;
121719
121438
  messengerIntegrationType?: "own" | "business" | undefined;
121720
121439
  facebookFeedIntegrationType?: "own" | "business" | undefined;
121721
- isCSATEnabled?: boolean | undefined;
121722
121440
  };
121723
121441
  status: boolean;
121724
121442
  createdAt: Date;
@@ -122010,7 +121728,6 @@ export declare const mainChatMessageContract: {
122010
121728
  closedAt: Date;
122011
121729
  lastMessageAt: Date | null;
122012
121730
  isBotRoom: boolean;
122013
- csatStatus: string | null;
122014
121731
  cxlog: {
122015
121732
  id: string;
122016
121733
  channel: string | null;
@@ -122129,7 +121846,7 @@ export declare const mainChatMessageContract: {
122129
121846
  previewUrl: string;
122130
121847
  imageSetId: string;
122131
121848
  repliedMessage: {
122132
- 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" | "item" | "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";
122133
121850
  message: string;
122134
121851
  id: string;
122135
121852
  url: string;
@@ -122340,7 +122057,7 @@ export declare const mainChatMessageContract: {
122340
122057
  template?: any;
122341
122058
  metadata?: any;
122342
122059
  fromMessage?: {
122343
- 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" | "item" | "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";
122344
122061
  message: string;
122345
122062
  id: string;
122346
122063
  url: string;
@@ -122484,7 +122201,6 @@ export declare const mainChatMessageContract: {
122484
122201
  lineRichMenuId?: string | null | undefined;
122485
122202
  messengerIntegrationType?: "own" | "business" | undefined;
122486
122203
  facebookFeedIntegrationType?: "own" | "business" | undefined;
122487
- isCSATEnabled?: boolean | undefined;
122488
122204
  };
122489
122205
  status: boolean;
122490
122206
  createdAt: Date;
@@ -122776,7 +122492,6 @@ export declare const mainChatMessageContract: {
122776
122492
  closedAt: Date;
122777
122493
  lastMessageAt: Date | null;
122778
122494
  isBotRoom: boolean;
122779
- csatStatus: string | null;
122780
122495
  cxlog: {
122781
122496
  id: string;
122782
122497
  channel: string | null;
@@ -122895,7 +122610,7 @@ export declare const mainChatMessageContract: {
122895
122610
  previewUrl: string;
122896
122611
  imageSetId: string;
122897
122612
  repliedMessage: {
122898
- 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" | "item" | "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";
122899
122614
  message: string;
122900
122615
  id: string;
122901
122616
  url: string;
@@ -123107,7 +122822,7 @@ export declare const mainChatMessageContract: {
123107
122822
  label?: string | undefined;
123108
122823
  } | null | undefined;
123109
122824
  }, {
123110
- 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" | "item" | "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";
123111
122826
  message: string;
123112
122827
  id: string;
123113
122828
  url: string;
@@ -123251,7 +122966,6 @@ export declare const mainChatMessageContract: {
123251
122966
  lineRichMenuId?: string | null | undefined;
123252
122967
  messengerIntegrationType?: "own" | "business" | undefined;
123253
122968
  facebookFeedIntegrationType?: "own" | "business" | undefined;
123254
- isCSATEnabled?: boolean | undefined;
123255
122969
  };
123256
122970
  status: boolean;
123257
122971
  createdAt: Date;
@@ -123543,7 +123257,6 @@ export declare const mainChatMessageContract: {
123543
123257
  closedAt: Date;
123544
123258
  lastMessageAt: Date | null;
123545
123259
  isBotRoom: boolean;
123546
- csatStatus: string | null;
123547
123260
  cxlog: {
123548
123261
  id: string;
123549
123262
  channel: string | null;
@@ -123662,7 +123375,7 @@ export declare const mainChatMessageContract: {
123662
123375
  previewUrl: string;
123663
123376
  imageSetId: string;
123664
123377
  repliedMessage: {
123665
- 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" | "item" | "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";
123666
123379
  message: string;
123667
123380
  id: string;
123668
123381
  url: string;
@@ -123873,7 +123586,7 @@ export declare const mainChatMessageContract: {
123873
123586
  template?: any;
123874
123587
  metadata?: any;
123875
123588
  fromMessage?: {
123876
- 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" | "item" | "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";
123877
123590
  message: string;
123878
123591
  id: string;
123879
123592
  url: string;
@@ -124017,7 +123730,6 @@ export declare const mainChatMessageContract: {
124017
123730
  lineRichMenuId?: string | null | undefined;
124018
123731
  messengerIntegrationType?: "own" | "business" | undefined;
124019
123732
  facebookFeedIntegrationType?: "own" | "business" | undefined;
124020
- isCSATEnabled?: boolean | undefined;
124021
123733
  };
124022
123734
  status: boolean;
124023
123735
  createdAt: Date;
@@ -124309,7 +124021,6 @@ export declare const mainChatMessageContract: {
124309
124021
  closedAt: Date;
124310
124022
  lastMessageAt: Date | null;
124311
124023
  isBotRoom: boolean;
124312
- csatStatus: string | null;
124313
124024
  cxlog: {
124314
124025
  id: string;
124315
124026
  channel: string | null;
@@ -124428,7 +124139,7 @@ export declare const mainChatMessageContract: {
124428
124139
  previewUrl: string;
124429
124140
  imageSetId: string;
124430
124141
  repliedMessage: {
124431
- 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" | "item" | "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";
124432
124143
  message: string;
124433
124144
  id: string;
124434
124145
  url: string;
@@ -124642,7 +124353,7 @@ export declare const mainChatMessageContract: {
124642
124353
  }>;
124643
124354
  }, "strip", z.ZodTypeAny, {
124644
124355
  data: {
124645
- 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" | "item" | "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";
124646
124357
  message: string;
124647
124358
  id: string;
124648
124359
  url: string;
@@ -124786,7 +124497,6 @@ export declare const mainChatMessageContract: {
124786
124497
  lineRichMenuId?: string | null | undefined;
124787
124498
  messengerIntegrationType?: "own" | "business" | undefined;
124788
124499
  facebookFeedIntegrationType?: "own" | "business" | undefined;
124789
- isCSATEnabled?: boolean | undefined;
124790
124500
  };
124791
124501
  status: boolean;
124792
124502
  createdAt: Date;
@@ -125078,7 +124788,6 @@ export declare const mainChatMessageContract: {
125078
124788
  closedAt: Date;
125079
124789
  lastMessageAt: Date | null;
125080
124790
  isBotRoom: boolean;
125081
- csatStatus: string | null;
125082
124791
  cxlog: {
125083
124792
  id: string;
125084
124793
  channel: string | null;
@@ -125197,7 +124906,7 @@ export declare const mainChatMessageContract: {
125197
124906
  previewUrl: string;
125198
124907
  imageSetId: string;
125199
124908
  repliedMessage: {
125200
- 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" | "item" | "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";
125201
124910
  message: string;
125202
124911
  id: string;
125203
124912
  url: string;
@@ -125408,7 +125117,7 @@ export declare const mainChatMessageContract: {
125408
125117
  template?: any;
125409
125118
  metadata?: any;
125410
125119
  fromMessage?: {
125411
- 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" | "item" | "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";
125412
125121
  message: string;
125413
125122
  id: string;
125414
125123
  url: string;
@@ -125552,7 +125261,6 @@ export declare const mainChatMessageContract: {
125552
125261
  lineRichMenuId?: string | null | undefined;
125553
125262
  messengerIntegrationType?: "own" | "business" | undefined;
125554
125263
  facebookFeedIntegrationType?: "own" | "business" | undefined;
125555
- isCSATEnabled?: boolean | undefined;
125556
125264
  };
125557
125265
  status: boolean;
125558
125266
  createdAt: Date;
@@ -125844,7 +125552,6 @@ export declare const mainChatMessageContract: {
125844
125552
  closedAt: Date;
125845
125553
  lastMessageAt: Date | null;
125846
125554
  isBotRoom: boolean;
125847
- csatStatus: string | null;
125848
125555
  cxlog: {
125849
125556
  id: string;
125850
125557
  channel: string | null;
@@ -125963,7 +125670,7 @@ export declare const mainChatMessageContract: {
125963
125670
  previewUrl: string;
125964
125671
  imageSetId: string;
125965
125672
  repliedMessage: {
125966
- 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" | "item" | "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";
125967
125674
  message: string;
125968
125675
  id: string;
125969
125676
  url: string;
@@ -126178,7 +125885,7 @@ export declare const mainChatMessageContract: {
126178
125885
  requestId: string;
126179
125886
  }, {
126180
125887
  data: {
126181
- 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" | "item" | "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";
126182
125889
  message: string;
126183
125890
  id: string;
126184
125891
  url: string;
@@ -126322,7 +126029,6 @@ export declare const mainChatMessageContract: {
126322
126029
  lineRichMenuId?: string | null | undefined;
126323
126030
  messengerIntegrationType?: "own" | "business" | undefined;
126324
126031
  facebookFeedIntegrationType?: "own" | "business" | undefined;
126325
- isCSATEnabled?: boolean | undefined;
126326
126032
  };
126327
126033
  status: boolean;
126328
126034
  createdAt: Date;
@@ -126614,7 +126320,6 @@ export declare const mainChatMessageContract: {
126614
126320
  closedAt: Date;
126615
126321
  lastMessageAt: Date | null;
126616
126322
  isBotRoom: boolean;
126617
- csatStatus: string | null;
126618
126323
  cxlog: {
126619
126324
  id: string;
126620
126325
  channel: string | null;
@@ -126733,7 +126438,7 @@ export declare const mainChatMessageContract: {
126733
126438
  previewUrl: string;
126734
126439
  imageSetId: string;
126735
126440
  repliedMessage: {
126736
- 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" | "item" | "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";
126737
126442
  message: string;
126738
126443
  id: string;
126739
126444
  url: string;
@@ -126944,7 +126649,7 @@ export declare const mainChatMessageContract: {
126944
126649
  template?: any;
126945
126650
  metadata?: any;
126946
126651
  fromMessage?: {
126947
- 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" | "item" | "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";
126948
126653
  message: string;
126949
126654
  id: string;
126950
126655
  url: string;
@@ -127088,7 +126793,6 @@ export declare const mainChatMessageContract: {
127088
126793
  lineRichMenuId?: string | null | undefined;
127089
126794
  messengerIntegrationType?: "own" | "business" | undefined;
127090
126795
  facebookFeedIntegrationType?: "own" | "business" | undefined;
127091
- isCSATEnabled?: boolean | undefined;
127092
126796
  };
127093
126797
  status: boolean;
127094
126798
  createdAt: Date;
@@ -127380,7 +127084,6 @@ export declare const mainChatMessageContract: {
127380
127084
  closedAt: Date;
127381
127085
  lastMessageAt: Date | null;
127382
127086
  isBotRoom: boolean;
127383
- csatStatus: string | null;
127384
127087
  cxlog: {
127385
127088
  id: string;
127386
127089
  channel: string | null;
@@ -127499,7 +127202,7 @@ export declare const mainChatMessageContract: {
127499
127202
  previewUrl: string;
127500
127203
  imageSetId: string;
127501
127204
  repliedMessage: {
127502
- 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" | "item" | "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";
127503
127206
  message: string;
127504
127207
  id: string;
127505
127208
  url: string;
@@ -127848,7 +127551,6 @@ export declare const mainChatMessageContract: {
127848
127551
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
127849
127552
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
127850
127553
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
127851
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
127852
127554
  }, "strip", z.ZodTypeAny, {
127853
127555
  name: string;
127854
127556
  id: string;
@@ -127878,7 +127580,6 @@ export declare const mainChatMessageContract: {
127878
127580
  lineRichMenuId?: string | null | undefined;
127879
127581
  messengerIntegrationType?: "own" | "business" | undefined;
127880
127582
  facebookFeedIntegrationType?: "own" | "business" | undefined;
127881
- isCSATEnabled?: boolean | undefined;
127882
127583
  }, {
127883
127584
  name: string;
127884
127585
  id: string;
@@ -127908,7 +127609,6 @@ export declare const mainChatMessageContract: {
127908
127609
  lineRichMenuId?: string | null | undefined;
127909
127610
  messengerIntegrationType?: "own" | "business" | undefined;
127910
127611
  facebookFeedIntegrationType?: "own" | "business" | undefined;
127911
- isCSATEnabled?: boolean | undefined;
127912
127612
  }>;
127913
127613
  platformId: z.ZodString;
127914
127614
  brandName: z.ZodString;
@@ -127968,7 +127668,6 @@ export declare const mainChatMessageContract: {
127968
127668
  lineRichMenuId?: string | null | undefined;
127969
127669
  messengerIntegrationType?: "own" | "business" | undefined;
127970
127670
  facebookFeedIntegrationType?: "own" | "business" | undefined;
127971
- isCSATEnabled?: boolean | undefined;
127972
127671
  };
127973
127672
  status: boolean;
127974
127673
  brandName: string;
@@ -128016,7 +127715,6 @@ export declare const mainChatMessageContract: {
128016
127715
  lineRichMenuId?: string | null | undefined;
128017
127716
  messengerIntegrationType?: "own" | "business" | undefined;
128018
127717
  facebookFeedIntegrationType?: "own" | "business" | undefined;
128019
- isCSATEnabled?: boolean | undefined;
128020
127718
  };
128021
127719
  status: boolean;
128022
127720
  brandName: string;
@@ -128067,7 +127765,6 @@ export declare const mainChatMessageContract: {
128067
127765
  lineRichMenuId?: string | null | undefined;
128068
127766
  messengerIntegrationType?: "own" | "business" | undefined;
128069
127767
  facebookFeedIntegrationType?: "own" | "business" | undefined;
128070
- isCSATEnabled?: boolean | undefined;
128071
127768
  };
128072
127769
  status: boolean;
128073
127770
  brandName: string;
@@ -128118,7 +127815,6 @@ export declare const mainChatMessageContract: {
128118
127815
  lineRichMenuId?: string | null | undefined;
128119
127816
  messengerIntegrationType?: "own" | "business" | undefined;
128120
127817
  facebookFeedIntegrationType?: "own" | "business" | undefined;
128121
- isCSATEnabled?: boolean | undefined;
128122
127818
  };
128123
127819
  status: boolean;
128124
127820
  brandName: string;
@@ -128139,7 +127835,7 @@ export declare const mainChatMessageContract: {
128139
127835
  id: z.ZodOptional<z.ZodString>;
128140
127836
  message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
128141
127837
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
128142
- 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", "item"]>;
128143
127839
  readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
128144
127840
  metadata: z.ZodOptional<z.ZodAny>;
128145
127841
  platformId: z.ZodOptional<z.ZodString>;
@@ -128191,7 +127887,7 @@ export declare const mainChatMessageContract: {
128191
127887
  parentMessageId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
128192
127888
  feedPostId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
128193
127889
  }, "strip", z.ZodTypeAny, {
128194
- 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" | "item" | "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";
128195
127891
  direction: "incoming" | "outgoing" | "system";
128196
127892
  id?: string | undefined;
128197
127893
  message?: string | null | undefined;
@@ -128222,7 +127918,7 @@ export declare const mainChatMessageContract: {
128222
127918
  parentMessageId?: string | null | undefined;
128223
127919
  feedPostId?: string | null | undefined;
128224
127920
  }, {
128225
- 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" | "item" | "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";
128226
127922
  direction: "incoming" | "outgoing" | "system";
128227
127923
  id?: string | undefined;
128228
127924
  message?: string | null | undefined;
@@ -128255,7 +127951,7 @@ export declare const mainChatMessageContract: {
128255
127951
  }>;
128256
127952
  }, "strip", z.ZodTypeAny, {
128257
127953
  message: {
128258
- 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" | "item" | "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";
128259
127955
  direction: "incoming" | "outgoing" | "system";
128260
127956
  id?: string | undefined;
128261
127957
  message?: string | null | undefined;
@@ -128321,7 +128017,6 @@ export declare const mainChatMessageContract: {
128321
128017
  lineRichMenuId?: string | null | undefined;
128322
128018
  messengerIntegrationType?: "own" | "business" | undefined;
128323
128019
  facebookFeedIntegrationType?: "own" | "business" | undefined;
128324
- isCSATEnabled?: boolean | undefined;
128325
128020
  };
128326
128021
  status: boolean;
128327
128022
  brandName: string;
@@ -128340,7 +128035,7 @@ export declare const mainChatMessageContract: {
128340
128035
  };
128341
128036
  }, {
128342
128037
  message: {
128343
- 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" | "item" | "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";
128344
128039
  direction: "incoming" | "outgoing" | "system";
128345
128040
  id?: string | undefined;
128346
128041
  message?: string | null | undefined;
@@ -128406,7 +128101,6 @@ export declare const mainChatMessageContract: {
128406
128101
  lineRichMenuId?: string | null | undefined;
128407
128102
  messengerIntegrationType?: "own" | "business" | undefined;
128408
128103
  facebookFeedIntegrationType?: "own" | "business" | undefined;
128409
- isCSATEnabled?: boolean | undefined;
128410
128104
  };
128411
128105
  status: boolean;
128412
128106
  brandName: string;
@@ -128427,7 +128121,7 @@ export declare const mainChatMessageContract: {
128427
128121
  }, "strip", z.ZodTypeAny, {
128428
128122
  data: {
128429
128123
  message: {
128430
- 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" | "item" | "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";
128431
128125
  direction: "incoming" | "outgoing" | "system";
128432
128126
  id?: string | undefined;
128433
128127
  message?: string | null | undefined;
@@ -128493,7 +128187,6 @@ export declare const mainChatMessageContract: {
128493
128187
  lineRichMenuId?: string | null | undefined;
128494
128188
  messengerIntegrationType?: "own" | "business" | undefined;
128495
128189
  facebookFeedIntegrationType?: "own" | "business" | undefined;
128496
- isCSATEnabled?: boolean | undefined;
128497
128190
  };
128498
128191
  status: boolean;
128499
128192
  brandName: string;
@@ -128515,7 +128208,7 @@ export declare const mainChatMessageContract: {
128515
128208
  }, {
128516
128209
  data: {
128517
128210
  message: {
128518
- 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" | "item" | "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";
128519
128212
  direction: "incoming" | "outgoing" | "system";
128520
128213
  id?: string | undefined;
128521
128214
  message?: string | null | undefined;
@@ -128581,7 +128274,6 @@ export declare const mainChatMessageContract: {
128581
128274
  lineRichMenuId?: string | null | undefined;
128582
128275
  messengerIntegrationType?: "own" | "business" | undefined;
128583
128276
  facebookFeedIntegrationType?: "own" | "business" | undefined;
128584
- isCSATEnabled?: boolean | undefined;
128585
128277
  };
128586
128278
  status: boolean;
128587
128279
  brandName: string;
@@ -128649,7 +128341,7 @@ export declare const mainChatMessageContract: {
128649
128341
  deletedAt: z.ZodNullable<z.ZodDate>;
128650
128342
  message: z.ZodString;
128651
128343
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
128652
- 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", "item"]>;
128653
128345
  readAt: z.ZodDate;
128654
128346
  metadata: z.ZodAny;
128655
128347
  platformId: z.ZodString;
@@ -129723,7 +129415,6 @@ export declare const mainChatMessageContract: {
129723
129415
  channelId: string;
129724
129416
  socialPlatformId: string;
129725
129417
  }>;
129726
- csatStatus: z.ZodNullable<z.ZodString>;
129727
129418
  actor: z.ZodObject<{
129728
129419
  id: z.ZodString;
129729
129420
  createdAt: z.ZodDate;
@@ -130202,7 +129893,6 @@ export declare const mainChatMessageContract: {
130202
129893
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
130203
129894
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
130204
129895
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
130205
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
130206
129896
  }, "strip", z.ZodTypeAny, {
130207
129897
  name: string;
130208
129898
  id: string;
@@ -130232,7 +129922,6 @@ export declare const mainChatMessageContract: {
130232
129922
  lineRichMenuId?: string | null | undefined;
130233
129923
  messengerIntegrationType?: "own" | "business" | undefined;
130234
129924
  facebookFeedIntegrationType?: "own" | "business" | undefined;
130235
- isCSATEnabled?: boolean | undefined;
130236
129925
  }, {
130237
129926
  name: string;
130238
129927
  id: string;
@@ -130262,7 +129951,6 @@ export declare const mainChatMessageContract: {
130262
129951
  lineRichMenuId?: string | null | undefined;
130263
129952
  messengerIntegrationType?: "own" | "business" | undefined;
130264
129953
  facebookFeedIntegrationType?: "own" | "business" | undefined;
130265
- isCSATEnabled?: boolean | undefined;
130266
129954
  }>;
130267
129955
  brandName: z.ZodString;
130268
129956
  platformId: z.ZodString;
@@ -130526,7 +130214,6 @@ export declare const mainChatMessageContract: {
130526
130214
  lineRichMenuId?: string | null | undefined;
130527
130215
  messengerIntegrationType?: "own" | "business" | undefined;
130528
130216
  facebookFeedIntegrationType?: "own" | "business" | undefined;
130529
- isCSATEnabled?: boolean | undefined;
130530
130217
  };
130531
130218
  status: boolean;
130532
130219
  createdAt: Date;
@@ -130621,7 +130308,6 @@ export declare const mainChatMessageContract: {
130621
130308
  lineRichMenuId?: string | null | undefined;
130622
130309
  messengerIntegrationType?: "own" | "business" | undefined;
130623
130310
  facebookFeedIntegrationType?: "own" | "business" | undefined;
130624
- isCSATEnabled?: boolean | undefined;
130625
130311
  };
130626
130312
  status: boolean;
130627
130313
  createdAt: Date;
@@ -131280,7 +130966,6 @@ export declare const mainChatMessageContract: {
131280
130966
  lineRichMenuId?: string | null | undefined;
131281
130967
  messengerIntegrationType?: "own" | "business" | undefined;
131282
130968
  facebookFeedIntegrationType?: "own" | "business" | undefined;
131283
- isCSATEnabled?: boolean | undefined;
131284
130969
  };
131285
130970
  status: boolean;
131286
130971
  createdAt: Date;
@@ -131572,7 +131257,6 @@ export declare const mainChatMessageContract: {
131572
131257
  closedAt: Date;
131573
131258
  lastMessageAt: Date | null;
131574
131259
  isBotRoom: boolean;
131575
- csatStatus: string | null;
131576
131260
  cxlog: {
131577
131261
  id: string;
131578
131262
  channel: string | null;
@@ -131709,7 +131393,6 @@ export declare const mainChatMessageContract: {
131709
131393
  lineRichMenuId?: string | null | undefined;
131710
131394
  messengerIntegrationType?: "own" | "business" | undefined;
131711
131395
  facebookFeedIntegrationType?: "own" | "business" | undefined;
131712
- isCSATEnabled?: boolean | undefined;
131713
131396
  };
131714
131397
  status: boolean;
131715
131398
  createdAt: Date;
@@ -132001,7 +131684,6 @@ export declare const mainChatMessageContract: {
132001
131684
  closedAt: Date;
132002
131685
  lastMessageAt: Date | null;
132003
131686
  isBotRoom: boolean;
132004
- csatStatus: string | null;
132005
131687
  cxlog: {
132006
131688
  id: string;
132007
131689
  channel: string | null;
@@ -132145,7 +131827,7 @@ export declare const mainChatMessageContract: {
132145
131827
  deletedAt: z.ZodNullable<z.ZodDate>;
132146
131828
  message: z.ZodString;
132147
131829
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
132148
- 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", "item"]>;
132149
131831
  readAt: z.ZodDate;
132150
131832
  metadata: z.ZodAny;
132151
131833
  platformId: z.ZodString;
@@ -132803,7 +132485,7 @@ export declare const mainChatMessageContract: {
132803
132485
  };
132804
132486
  }>;
132805
132487
  }, "strip", z.ZodTypeAny, {
132806
- 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" | "item" | "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";
132807
132489
  message: string;
132808
132490
  id: string;
132809
132491
  url: string;
@@ -132965,7 +132647,7 @@ export declare const mainChatMessageContract: {
132965
132647
  metadata?: any;
132966
132648
  template?: any;
132967
132649
  }, {
132968
- 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" | "item" | "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";
132969
132651
  message: string;
132970
132652
  id: string;
132971
132653
  url: string;
@@ -133767,7 +133449,7 @@ export declare const mainChatMessageContract: {
133767
133449
  editedMessageid: z.ZodString;
133768
133450
  label: z.ZodOptional<z.ZodString>;
133769
133451
  }, "strip", z.ZodTypeAny, {
133770
- 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" | "item" | "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";
133771
133453
  message: string;
133772
133454
  id: string;
133773
133455
  url: string;
@@ -133911,7 +133593,6 @@ export declare const mainChatMessageContract: {
133911
133593
  lineRichMenuId?: string | null | undefined;
133912
133594
  messengerIntegrationType?: "own" | "business" | undefined;
133913
133595
  facebookFeedIntegrationType?: "own" | "business" | undefined;
133914
- isCSATEnabled?: boolean | undefined;
133915
133596
  };
133916
133597
  status: boolean;
133917
133598
  createdAt: Date;
@@ -134203,7 +133884,6 @@ export declare const mainChatMessageContract: {
134203
133884
  closedAt: Date;
134204
133885
  lastMessageAt: Date | null;
134205
133886
  isBotRoom: boolean;
134206
- csatStatus: string | null;
134207
133887
  cxlog: {
134208
133888
  id: string;
134209
133889
  channel: string | null;
@@ -134322,7 +134002,7 @@ export declare const mainChatMessageContract: {
134322
134002
  previewUrl: string;
134323
134003
  imageSetId: string;
134324
134004
  repliedMessage: {
134325
- 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" | "item" | "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";
134326
134006
  message: string;
134327
134007
  id: string;
134328
134008
  url: string;
@@ -134533,7 +134213,7 @@ export declare const mainChatMessageContract: {
134533
134213
  template?: any;
134534
134214
  label?: string | undefined;
134535
134215
  }, {
134536
- 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" | "item" | "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";
134537
134217
  message: string;
134538
134218
  id: string;
134539
134219
  url: string;
@@ -134677,7 +134357,6 @@ export declare const mainChatMessageContract: {
134677
134357
  lineRichMenuId?: string | null | undefined;
134678
134358
  messengerIntegrationType?: "own" | "business" | undefined;
134679
134359
  facebookFeedIntegrationType?: "own" | "business" | undefined;
134680
- isCSATEnabled?: boolean | undefined;
134681
134360
  };
134682
134361
  status: boolean;
134683
134362
  createdAt: Date;
@@ -134969,7 +134648,6 @@ export declare const mainChatMessageContract: {
134969
134648
  closedAt: Date;
134970
134649
  lastMessageAt: Date | null;
134971
134650
  isBotRoom: boolean;
134972
- csatStatus: string | null;
134973
134651
  cxlog: {
134974
134652
  id: string;
134975
134653
  channel: string | null;
@@ -135088,7 +134766,7 @@ export declare const mainChatMessageContract: {
135088
134766
  previewUrl: string;
135089
134767
  imageSetId: string;
135090
134768
  repliedMessage: {
135091
- 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" | "item" | "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";
135092
134770
  message: string;
135093
134771
  id: string;
135094
134772
  url: string;
@@ -135301,7 +134979,7 @@ export declare const mainChatMessageContract: {
135301
134979
  }>, "many">;
135302
134980
  }, "strip", z.ZodTypeAny, {
135303
134981
  data: {
135304
- 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" | "item" | "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";
135305
134983
  message: string;
135306
134984
  id: string;
135307
134985
  url: string;
@@ -135445,7 +135123,6 @@ export declare const mainChatMessageContract: {
135445
135123
  lineRichMenuId?: string | null | undefined;
135446
135124
  messengerIntegrationType?: "own" | "business" | undefined;
135447
135125
  facebookFeedIntegrationType?: "own" | "business" | undefined;
135448
- isCSATEnabled?: boolean | undefined;
135449
135126
  };
135450
135127
  status: boolean;
135451
135128
  createdAt: Date;
@@ -135737,7 +135414,6 @@ export declare const mainChatMessageContract: {
135737
135414
  closedAt: Date;
135738
135415
  lastMessageAt: Date | null;
135739
135416
  isBotRoom: boolean;
135740
- csatStatus: string | null;
135741
135417
  cxlog: {
135742
135418
  id: string;
135743
135419
  channel: string | null;
@@ -135856,7 +135532,7 @@ export declare const mainChatMessageContract: {
135856
135532
  previewUrl: string;
135857
135533
  imageSetId: string;
135858
135534
  repliedMessage: {
135859
- 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" | "item" | "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";
135860
135536
  message: string;
135861
135537
  id: string;
135862
135538
  url: string;
@@ -136070,7 +135746,7 @@ export declare const mainChatMessageContract: {
136070
135746
  requestId: string;
136071
135747
  }, {
136072
135748
  data: {
136073
- 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" | "item" | "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";
136074
135750
  message: string;
136075
135751
  id: string;
136076
135752
  url: string;
@@ -136214,7 +135890,6 @@ export declare const mainChatMessageContract: {
136214
135890
  lineRichMenuId?: string | null | undefined;
136215
135891
  messengerIntegrationType?: "own" | "business" | undefined;
136216
135892
  facebookFeedIntegrationType?: "own" | "business" | undefined;
136217
- isCSATEnabled?: boolean | undefined;
136218
135893
  };
136219
135894
  status: boolean;
136220
135895
  createdAt: Date;
@@ -136506,7 +136181,6 @@ export declare const mainChatMessageContract: {
136506
136181
  closedAt: Date;
136507
136182
  lastMessageAt: Date | null;
136508
136183
  isBotRoom: boolean;
136509
- csatStatus: string | null;
136510
136184
  cxlog: {
136511
136185
  id: string;
136512
136186
  channel: string | null;
@@ -136625,7 +136299,7 @@ export declare const mainChatMessageContract: {
136625
136299
  previewUrl: string;
136626
136300
  imageSetId: string;
136627
136301
  repliedMessage: {
136628
- 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" | "item" | "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";
136629
136303
  message: string;
136630
136304
  id: string;
136631
136305
  url: string;