@kl1/contracts 1.2.63-uat → 1.2.64-uat

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