@kl1/contracts 1.2.63-uat → 1.2.65-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 +1004 -5
  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 -0
  6. package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
  7. package/dist/api-contracts/src/chat/index.d.ts +515 -169
  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 -56
  12. package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
  13. package/dist/api-contracts/src/contract.d.ts +4046 -1361
  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 +1615 -1507
  71. package/dist/index.js.map +1 -1
  72. package/dist/index.mjs +1615 -1507
  73. package/dist/index.mjs.map +1 -1
  74. package/package.json +1 -1
@@ -7,7 +7,7 @@ export declare const WorkflowAutoReplyMessageTypeSchema: z.ZodDefault<z.ZodEnum<
7
7
  /**
8
8
  * Message Type Enum
9
9
  */
10
- export declare const MessageTypeSchema: 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"]>;
10
+ export declare const MessageTypeSchema: 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", "item"]>;
11
11
  export declare const FeedPostTypeSchema: z.ZodEnum<["text", "added_photos", "added_video", "shared_story", "mobile_status_update", "no_data"]>;
12
12
  /**
13
13
  * Message Type Enum
@@ -2148,6 +2148,7 @@ export declare const RoomSchema: z.ZodObject<{
2148
2148
  channelId: string;
2149
2149
  socialPlatformId: string;
2150
2150
  }>;
2151
+ csatStatus: z.ZodNullable<z.ZodString>;
2151
2152
  actor: z.ZodObject<{
2152
2153
  id: z.ZodString;
2153
2154
  createdAt: z.ZodDate;
@@ -2626,6 +2627,7 @@ export declare const RoomSchema: z.ZodObject<{
2626
2627
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2627
2628
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
2628
2629
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
2630
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
2629
2631
  }, "strip", z.ZodTypeAny, {
2630
2632
  name: string;
2631
2633
  id: string;
@@ -2655,6 +2657,7 @@ export declare const RoomSchema: z.ZodObject<{
2655
2657
  lineRichMenuId?: string | null | undefined;
2656
2658
  messengerIntegrationType?: "own" | "business" | undefined;
2657
2659
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2660
+ isCSATEnabled?: boolean | undefined;
2658
2661
  }, {
2659
2662
  name: string;
2660
2663
  id: string;
@@ -2684,6 +2687,7 @@ export declare const RoomSchema: z.ZodObject<{
2684
2687
  lineRichMenuId?: string | null | undefined;
2685
2688
  messengerIntegrationType?: "own" | "business" | undefined;
2686
2689
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2690
+ isCSATEnabled?: boolean | undefined;
2687
2691
  }>;
2688
2692
  brandName: z.ZodString;
2689
2693
  platformId: z.ZodString;
@@ -2947,6 +2951,7 @@ export declare const RoomSchema: z.ZodObject<{
2947
2951
  lineRichMenuId?: string | null | undefined;
2948
2952
  messengerIntegrationType?: "own" | "business" | undefined;
2949
2953
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2954
+ isCSATEnabled?: boolean | undefined;
2950
2955
  };
2951
2956
  status: boolean;
2952
2957
  createdAt: Date;
@@ -3041,6 +3046,7 @@ export declare const RoomSchema: z.ZodObject<{
3041
3046
  lineRichMenuId?: string | null | undefined;
3042
3047
  messengerIntegrationType?: "own" | "business" | undefined;
3043
3048
  facebookFeedIntegrationType?: "own" | "business" | undefined;
3049
+ isCSATEnabled?: boolean | undefined;
3044
3050
  };
3045
3051
  status: boolean;
3046
3052
  createdAt: Date;
@@ -3699,6 +3705,7 @@ export declare const RoomSchema: z.ZodObject<{
3699
3705
  lineRichMenuId?: string | null | undefined;
3700
3706
  messengerIntegrationType?: "own" | "business" | undefined;
3701
3707
  facebookFeedIntegrationType?: "own" | "business" | undefined;
3708
+ isCSATEnabled?: boolean | undefined;
3702
3709
  };
3703
3710
  status: boolean;
3704
3711
  createdAt: Date;
@@ -3990,6 +3997,7 @@ export declare const RoomSchema: z.ZodObject<{
3990
3997
  closedAt: Date;
3991
3998
  lastMessageAt: Date | null;
3992
3999
  isBotRoom: boolean;
4000
+ csatStatus: string | null;
3993
4001
  cxlog: {
3994
4002
  id: string;
3995
4003
  channel: string | null;
@@ -4126,6 +4134,7 @@ export declare const RoomSchema: z.ZodObject<{
4126
4134
  lineRichMenuId?: string | null | undefined;
4127
4135
  messengerIntegrationType?: "own" | "business" | undefined;
4128
4136
  facebookFeedIntegrationType?: "own" | "business" | undefined;
4137
+ isCSATEnabled?: boolean | undefined;
4129
4138
  };
4130
4139
  status: boolean;
4131
4140
  createdAt: Date;
@@ -4417,6 +4426,7 @@ export declare const RoomSchema: z.ZodObject<{
4417
4426
  closedAt: Date;
4418
4427
  lastMessageAt: Date | null;
4419
4428
  isBotRoom: boolean;
4429
+ csatStatus: string | null;
4420
4430
  cxlog: {
4421
4431
  id: string;
4422
4432
  channel: string | null;
@@ -4529,7 +4539,7 @@ export declare const MessageSchema: z.ZodObject<{
4529
4539
  deletedAt: z.ZodNullable<z.ZodDate>;
4530
4540
  message: z.ZodString;
4531
4541
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
4532
- 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"]>;
4542
+ 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", "item"]>;
4533
4543
  readAt: z.ZodDate;
4534
4544
  metadata: z.ZodAny;
4535
4545
  platformId: z.ZodString;
@@ -5603,6 +5613,7 @@ export declare const MessageSchema: z.ZodObject<{
5603
5613
  channelId: string;
5604
5614
  socialPlatformId: string;
5605
5615
  }>;
5616
+ csatStatus: z.ZodNullable<z.ZodString>;
5606
5617
  actor: z.ZodObject<{
5607
5618
  id: z.ZodString;
5608
5619
  createdAt: z.ZodDate;
@@ -6081,6 +6092,7 @@ export declare const MessageSchema: z.ZodObject<{
6081
6092
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
6082
6093
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
6083
6094
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
6095
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
6084
6096
  }, "strip", z.ZodTypeAny, {
6085
6097
  name: string;
6086
6098
  id: string;
@@ -6110,6 +6122,7 @@ export declare const MessageSchema: z.ZodObject<{
6110
6122
  lineRichMenuId?: string | null | undefined;
6111
6123
  messengerIntegrationType?: "own" | "business" | undefined;
6112
6124
  facebookFeedIntegrationType?: "own" | "business" | undefined;
6125
+ isCSATEnabled?: boolean | undefined;
6113
6126
  }, {
6114
6127
  name: string;
6115
6128
  id: string;
@@ -6139,6 +6152,7 @@ export declare const MessageSchema: z.ZodObject<{
6139
6152
  lineRichMenuId?: string | null | undefined;
6140
6153
  messengerIntegrationType?: "own" | "business" | undefined;
6141
6154
  facebookFeedIntegrationType?: "own" | "business" | undefined;
6155
+ isCSATEnabled?: boolean | undefined;
6142
6156
  }>;
6143
6157
  brandName: z.ZodString;
6144
6158
  platformId: z.ZodString;
@@ -6402,6 +6416,7 @@ export declare const MessageSchema: z.ZodObject<{
6402
6416
  lineRichMenuId?: string | null | undefined;
6403
6417
  messengerIntegrationType?: "own" | "business" | undefined;
6404
6418
  facebookFeedIntegrationType?: "own" | "business" | undefined;
6419
+ isCSATEnabled?: boolean | undefined;
6405
6420
  };
6406
6421
  status: boolean;
6407
6422
  createdAt: Date;
@@ -6496,6 +6511,7 @@ export declare const MessageSchema: z.ZodObject<{
6496
6511
  lineRichMenuId?: string | null | undefined;
6497
6512
  messengerIntegrationType?: "own" | "business" | undefined;
6498
6513
  facebookFeedIntegrationType?: "own" | "business" | undefined;
6514
+ isCSATEnabled?: boolean | undefined;
6499
6515
  };
6500
6516
  status: boolean;
6501
6517
  createdAt: Date;
@@ -7154,6 +7170,7 @@ export declare const MessageSchema: z.ZodObject<{
7154
7170
  lineRichMenuId?: string | null | undefined;
7155
7171
  messengerIntegrationType?: "own" | "business" | undefined;
7156
7172
  facebookFeedIntegrationType?: "own" | "business" | undefined;
7173
+ isCSATEnabled?: boolean | undefined;
7157
7174
  };
7158
7175
  status: boolean;
7159
7176
  createdAt: Date;
@@ -7445,6 +7462,7 @@ export declare const MessageSchema: z.ZodObject<{
7445
7462
  closedAt: Date;
7446
7463
  lastMessageAt: Date | null;
7447
7464
  isBotRoom: boolean;
7465
+ csatStatus: string | null;
7448
7466
  cxlog: {
7449
7467
  id: string;
7450
7468
  channel: string | null;
@@ -7581,6 +7599,7 @@ export declare const MessageSchema: z.ZodObject<{
7581
7599
  lineRichMenuId?: string | null | undefined;
7582
7600
  messengerIntegrationType?: "own" | "business" | undefined;
7583
7601
  facebookFeedIntegrationType?: "own" | "business" | undefined;
7602
+ isCSATEnabled?: boolean | undefined;
7584
7603
  };
7585
7604
  status: boolean;
7586
7605
  createdAt: Date;
@@ -7872,6 +7891,7 @@ export declare const MessageSchema: z.ZodObject<{
7872
7891
  closedAt: Date;
7873
7892
  lastMessageAt: Date | null;
7874
7893
  isBotRoom: boolean;
7894
+ csatStatus: string | null;
7875
7895
  cxlog: {
7876
7896
  id: string;
7877
7897
  channel: string | null;
@@ -8015,7 +8035,7 @@ export declare const MessageSchema: z.ZodObject<{
8015
8035
  deletedAt: z.ZodNullable<z.ZodDate>;
8016
8036
  message: z.ZodString;
8017
8037
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
8018
- 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"]>;
8038
+ 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", "item"]>;
8019
8039
  readAt: z.ZodDate;
8020
8040
  metadata: z.ZodAny;
8021
8041
  platformId: z.ZodString;
@@ -8673,7 +8693,7 @@ export declare const MessageSchema: z.ZodObject<{
8673
8693
  };
8674
8694
  }>;
8675
8695
  }, "strip", z.ZodTypeAny, {
8676
- 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";
8696
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
8677
8697
  message: string;
8678
8698
  id: string;
8679
8699
  url: string;
@@ -8835,7 +8855,7 @@ export declare const MessageSchema: z.ZodObject<{
8835
8855
  metadata?: any;
8836
8856
  template?: any;
8837
8857
  }, {
8838
- 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";
8858
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
8839
8859
  message: string;
8840
8860
  id: string;
8841
8861
  url: string;
@@ -9637,7 +9657,7 @@ export declare const MessageSchema: z.ZodObject<{
9637
9657
  editedMessageid: z.ZodString;
9638
9658
  label: z.ZodOptional<z.ZodString>;
9639
9659
  }, "strip", z.ZodTypeAny, {
9640
- 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";
9660
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
9641
9661
  message: string;
9642
9662
  id: string;
9643
9663
  url: string;
@@ -9781,6 +9801,7 @@ export declare const MessageSchema: z.ZodObject<{
9781
9801
  lineRichMenuId?: string | null | undefined;
9782
9802
  messengerIntegrationType?: "own" | "business" | undefined;
9783
9803
  facebookFeedIntegrationType?: "own" | "business" | undefined;
9804
+ isCSATEnabled?: boolean | undefined;
9784
9805
  };
9785
9806
  status: boolean;
9786
9807
  createdAt: Date;
@@ -10072,6 +10093,7 @@ export declare const MessageSchema: z.ZodObject<{
10072
10093
  closedAt: Date;
10073
10094
  lastMessageAt: Date | null;
10074
10095
  isBotRoom: boolean;
10096
+ csatStatus: string | null;
10075
10097
  cxlog: {
10076
10098
  id: string;
10077
10099
  channel: string | null;
@@ -10190,7 +10212,7 @@ export declare const MessageSchema: z.ZodObject<{
10190
10212
  previewUrl: string;
10191
10213
  imageSetId: string;
10192
10214
  repliedMessage: {
10193
- 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";
10215
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
10194
10216
  message: string;
10195
10217
  id: string;
10196
10218
  url: string;
@@ -10401,7 +10423,7 @@ export declare const MessageSchema: z.ZodObject<{
10401
10423
  template?: any;
10402
10424
  label?: string | undefined;
10403
10425
  }, {
10404
- 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";
10426
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
10405
10427
  message: string;
10406
10428
  id: string;
10407
10429
  url: string;
@@ -10545,6 +10567,7 @@ export declare const MessageSchema: z.ZodObject<{
10545
10567
  lineRichMenuId?: string | null | undefined;
10546
10568
  messengerIntegrationType?: "own" | "business" | undefined;
10547
10569
  facebookFeedIntegrationType?: "own" | "business" | undefined;
10570
+ isCSATEnabled?: boolean | undefined;
10548
10571
  };
10549
10572
  status: boolean;
10550
10573
  createdAt: Date;
@@ -10836,6 +10859,7 @@ export declare const MessageSchema: z.ZodObject<{
10836
10859
  closedAt: Date;
10837
10860
  lastMessageAt: Date | null;
10838
10861
  isBotRoom: boolean;
10862
+ csatStatus: string | null;
10839
10863
  cxlog: {
10840
10864
  id: string;
10841
10865
  channel: string | null;
@@ -10954,7 +10978,7 @@ export declare const MessageSchema: z.ZodObject<{
10954
10978
  previewUrl: string;
10955
10979
  imageSetId: string;
10956
10980
  repliedMessage: {
10957
- 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";
10981
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
10958
10982
  message: string;
10959
10983
  id: string;
10960
10984
  url: string;
@@ -11166,7 +11190,7 @@ export declare const MessageSchema: z.ZodObject<{
11166
11190
  label?: string | undefined;
11167
11191
  }>;
11168
11192
  export declare const MessageWithFeedPostSchema: z.ZodObject<{
11169
- 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"]>;
11193
+ 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", "item"]>;
11170
11194
  message: z.ZodString;
11171
11195
  id: z.ZodString;
11172
11196
  url: z.ZodString;
@@ -12683,6 +12707,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
12683
12707
  channelId: string;
12684
12708
  socialPlatformId: string;
12685
12709
  }>;
12710
+ csatStatus: z.ZodNullable<z.ZodString>;
12686
12711
  actor: z.ZodObject<{
12687
12712
  id: z.ZodString;
12688
12713
  createdAt: z.ZodDate;
@@ -13161,6 +13186,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
13161
13186
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
13162
13187
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
13163
13188
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
13189
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
13164
13190
  }, "strip", z.ZodTypeAny, {
13165
13191
  name: string;
13166
13192
  id: string;
@@ -13190,6 +13216,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
13190
13216
  lineRichMenuId?: string | null | undefined;
13191
13217
  messengerIntegrationType?: "own" | "business" | undefined;
13192
13218
  facebookFeedIntegrationType?: "own" | "business" | undefined;
13219
+ isCSATEnabled?: boolean | undefined;
13193
13220
  }, {
13194
13221
  name: string;
13195
13222
  id: string;
@@ -13219,6 +13246,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
13219
13246
  lineRichMenuId?: string | null | undefined;
13220
13247
  messengerIntegrationType?: "own" | "business" | undefined;
13221
13248
  facebookFeedIntegrationType?: "own" | "business" | undefined;
13249
+ isCSATEnabled?: boolean | undefined;
13222
13250
  }>;
13223
13251
  brandName: z.ZodString;
13224
13252
  platformId: z.ZodString;
@@ -13482,6 +13510,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
13482
13510
  lineRichMenuId?: string | null | undefined;
13483
13511
  messengerIntegrationType?: "own" | "business" | undefined;
13484
13512
  facebookFeedIntegrationType?: "own" | "business" | undefined;
13513
+ isCSATEnabled?: boolean | undefined;
13485
13514
  };
13486
13515
  status: boolean;
13487
13516
  createdAt: Date;
@@ -13576,6 +13605,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
13576
13605
  lineRichMenuId?: string | null | undefined;
13577
13606
  messengerIntegrationType?: "own" | "business" | undefined;
13578
13607
  facebookFeedIntegrationType?: "own" | "business" | undefined;
13608
+ isCSATEnabled?: boolean | undefined;
13579
13609
  };
13580
13610
  status: boolean;
13581
13611
  createdAt: Date;
@@ -14234,6 +14264,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
14234
14264
  lineRichMenuId?: string | null | undefined;
14235
14265
  messengerIntegrationType?: "own" | "business" | undefined;
14236
14266
  facebookFeedIntegrationType?: "own" | "business" | undefined;
14267
+ isCSATEnabled?: boolean | undefined;
14237
14268
  };
14238
14269
  status: boolean;
14239
14270
  createdAt: Date;
@@ -14525,6 +14556,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
14525
14556
  closedAt: Date;
14526
14557
  lastMessageAt: Date | null;
14527
14558
  isBotRoom: boolean;
14559
+ csatStatus: string | null;
14528
14560
  cxlog: {
14529
14561
  id: string;
14530
14562
  channel: string | null;
@@ -14661,6 +14693,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
14661
14693
  lineRichMenuId?: string | null | undefined;
14662
14694
  messengerIntegrationType?: "own" | "business" | undefined;
14663
14695
  facebookFeedIntegrationType?: "own" | "business" | undefined;
14696
+ isCSATEnabled?: boolean | undefined;
14664
14697
  };
14665
14698
  status: boolean;
14666
14699
  createdAt: Date;
@@ -14952,6 +14985,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
14952
14985
  closedAt: Date;
14953
14986
  lastMessageAt: Date | null;
14954
14987
  isBotRoom: boolean;
14988
+ csatStatus: string | null;
14955
14989
  cxlog: {
14956
14990
  id: string;
14957
14991
  channel: string | null;
@@ -15092,7 +15126,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
15092
15126
  deletedAt: z.ZodNullable<z.ZodDate>;
15093
15127
  message: z.ZodString;
15094
15128
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
15095
- 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"]>;
15129
+ 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", "item"]>;
15096
15130
  readAt: z.ZodDate;
15097
15131
  metadata: z.ZodAny;
15098
15132
  platformId: z.ZodString;
@@ -15750,7 +15784,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
15750
15784
  };
15751
15785
  }>;
15752
15786
  }, "strip", z.ZodTypeAny, {
15753
- 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";
15787
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
15754
15788
  message: string;
15755
15789
  id: string;
15756
15790
  url: string;
@@ -15912,7 +15946,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
15912
15946
  metadata?: any;
15913
15947
  template?: any;
15914
15948
  }, {
15915
- 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";
15949
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
15916
15950
  message: string;
15917
15951
  id: string;
15918
15952
  url: string;
@@ -16287,7 +16321,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
16287
16321
  updatedAt: z.ZodDate;
16288
16322
  deletedAt: z.ZodNullable<z.ZodDate>;
16289
16323
  message: z.ZodNullable<z.ZodString>;
16290
- 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"]>]>;
16324
+ 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", "item"]>]>;
16291
16325
  metadata: z.ZodAny;
16292
16326
  platformId: z.ZodString;
16293
16327
  platformMessageId: z.ZodString;
@@ -16365,6 +16399,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
16365
16399
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
16366
16400
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
16367
16401
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
16402
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
16368
16403
  }, "strip", z.ZodTypeAny, {
16369
16404
  name: string;
16370
16405
  id: string;
@@ -16394,6 +16429,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
16394
16429
  lineRichMenuId?: string | null | undefined;
16395
16430
  messengerIntegrationType?: "own" | "business" | undefined;
16396
16431
  facebookFeedIntegrationType?: "own" | "business" | undefined;
16432
+ isCSATEnabled?: boolean | undefined;
16397
16433
  }, {
16398
16434
  name: string;
16399
16435
  id: string;
@@ -16423,6 +16459,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
16423
16459
  lineRichMenuId?: string | null | undefined;
16424
16460
  messengerIntegrationType?: "own" | "business" | undefined;
16425
16461
  facebookFeedIntegrationType?: "own" | "business" | undefined;
16462
+ isCSATEnabled?: boolean | undefined;
16426
16463
  }>;
16427
16464
  brandName: z.ZodString;
16428
16465
  platformId: z.ZodString;
@@ -16686,6 +16723,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
16686
16723
  lineRichMenuId?: string | null | undefined;
16687
16724
  messengerIntegrationType?: "own" | "business" | undefined;
16688
16725
  facebookFeedIntegrationType?: "own" | "business" | undefined;
16726
+ isCSATEnabled?: boolean | undefined;
16689
16727
  };
16690
16728
  status: boolean;
16691
16729
  createdAt: Date;
@@ -16780,6 +16818,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
16780
16818
  lineRichMenuId?: string | null | undefined;
16781
16819
  messengerIntegrationType?: "own" | "business" | undefined;
16782
16820
  facebookFeedIntegrationType?: "own" | "business" | undefined;
16821
+ isCSATEnabled?: boolean | undefined;
16783
16822
  };
16784
16823
  status: boolean;
16785
16824
  createdAt: Date;
@@ -18095,7 +18134,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
18095
18134
  }>;
18096
18135
  permalinkURL: z.ZodString;
18097
18136
  }, "strip", z.ZodTypeAny, {
18098
- 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";
18137
+ 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" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
18099
18138
  message: string | null;
18100
18139
  id: string;
18101
18140
  channel: {
@@ -18131,6 +18170,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
18131
18170
  lineRichMenuId?: string | null | undefined;
18132
18171
  messengerIntegrationType?: "own" | "business" | undefined;
18133
18172
  facebookFeedIntegrationType?: "own" | "business" | undefined;
18173
+ isCSATEnabled?: boolean | undefined;
18134
18174
  };
18135
18175
  status: boolean;
18136
18176
  createdAt: Date;
@@ -18376,7 +18416,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
18376
18416
  metadata?: any;
18377
18417
  template?: any;
18378
18418
  }, {
18379
- 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";
18419
+ 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" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
18380
18420
  message: string | null;
18381
18421
  id: string;
18382
18422
  channel: {
@@ -18412,6 +18452,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
18412
18452
  lineRichMenuId?: string | null | undefined;
18413
18453
  messengerIntegrationType?: "own" | "business" | undefined;
18414
18454
  facebookFeedIntegrationType?: "own" | "business" | undefined;
18455
+ isCSATEnabled?: boolean | undefined;
18415
18456
  };
18416
18457
  status: boolean;
18417
18458
  createdAt: Date;
@@ -18659,7 +18700,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
18659
18700
  }>>;
18660
18701
  replyReaction: z.ZodNullable<z.ZodString>;
18661
18702
  }, "strip", z.ZodTypeAny, {
18662
- 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";
18703
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
18663
18704
  message: string;
18664
18705
  id: string;
18665
18706
  url: string;
@@ -18803,6 +18844,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
18803
18844
  lineRichMenuId?: string | null | undefined;
18804
18845
  messengerIntegrationType?: "own" | "business" | undefined;
18805
18846
  facebookFeedIntegrationType?: "own" | "business" | undefined;
18847
+ isCSATEnabled?: boolean | undefined;
18806
18848
  };
18807
18849
  status: boolean;
18808
18850
  createdAt: Date;
@@ -19094,6 +19136,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
19094
19136
  closedAt: Date;
19095
19137
  lastMessageAt: Date | null;
19096
19138
  isBotRoom: boolean;
19139
+ csatStatus: string | null;
19097
19140
  cxlog: {
19098
19141
  id: string;
19099
19142
  channel: string | null;
@@ -19212,7 +19255,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
19212
19255
  previewUrl: string;
19213
19256
  imageSetId: string;
19214
19257
  repliedMessage: {
19215
- 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";
19258
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
19216
19259
  message: string;
19217
19260
  id: string;
19218
19261
  url: string;
@@ -19422,7 +19465,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
19422
19465
  parentMessageId: string | null;
19423
19466
  feedPostId: string | null;
19424
19467
  feedPost: {
19425
- 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";
19468
+ 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" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
19426
19469
  message: string | null;
19427
19470
  id: string;
19428
19471
  channel: {
@@ -19458,6 +19501,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
19458
19501
  lineRichMenuId?: string | null | undefined;
19459
19502
  messengerIntegrationType?: "own" | "business" | undefined;
19460
19503
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19504
+ isCSATEnabled?: boolean | undefined;
19461
19505
  };
19462
19506
  status: boolean;
19463
19507
  createdAt: Date;
@@ -19708,7 +19752,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
19708
19752
  template?: any;
19709
19753
  metadata?: any;
19710
19754
  }, {
19711
- 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";
19755
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
19712
19756
  message: string;
19713
19757
  id: string;
19714
19758
  url: string;
@@ -19852,6 +19896,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
19852
19896
  lineRichMenuId?: string | null | undefined;
19853
19897
  messengerIntegrationType?: "own" | "business" | undefined;
19854
19898
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19899
+ isCSATEnabled?: boolean | undefined;
19855
19900
  };
19856
19901
  status: boolean;
19857
19902
  createdAt: Date;
@@ -20143,6 +20188,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
20143
20188
  closedAt: Date;
20144
20189
  lastMessageAt: Date | null;
20145
20190
  isBotRoom: boolean;
20191
+ csatStatus: string | null;
20146
20192
  cxlog: {
20147
20193
  id: string;
20148
20194
  channel: string | null;
@@ -20261,7 +20307,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
20261
20307
  previewUrl: string;
20262
20308
  imageSetId: string;
20263
20309
  repliedMessage: {
20264
- 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";
20310
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
20265
20311
  message: string;
20266
20312
  id: string;
20267
20313
  url: string;
@@ -20471,7 +20517,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
20471
20517
  parentMessageId: string | null;
20472
20518
  feedPostId: string | null;
20473
20519
  feedPost: {
20474
- 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";
20520
+ 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" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
20475
20521
  message: string | null;
20476
20522
  id: string;
20477
20523
  channel: {
@@ -20507,6 +20553,7 @@ export declare const MessageWithFeedPostSchema: z.ZodObject<{
20507
20553
  lineRichMenuId?: string | null | undefined;
20508
20554
  messengerIntegrationType?: "own" | "business" | undefined;
20509
20555
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20556
+ isCSATEnabled?: boolean | undefined;
20510
20557
  };
20511
20558
  status: boolean;
20512
20559
  createdAt: Date;
@@ -20764,7 +20811,7 @@ export declare const RepliedMessageSchema: z.ZodObject<{
20764
20811
  deletedAt: z.ZodNullable<z.ZodDate>;
20765
20812
  message: z.ZodString;
20766
20813
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
20767
- 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"]>;
20814
+ 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", "item"]>;
20768
20815
  readAt: z.ZodDate;
20769
20816
  metadata: z.ZodAny;
20770
20817
  platformId: z.ZodString;
@@ -21422,7 +21469,7 @@ export declare const RepliedMessageSchema: z.ZodObject<{
21422
21469
  };
21423
21470
  }>;
21424
21471
  }, "strip", z.ZodTypeAny, {
21425
- 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";
21472
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
21426
21473
  message: string;
21427
21474
  id: string;
21428
21475
  url: string;
@@ -21584,7 +21631,7 @@ export declare const RepliedMessageSchema: z.ZodObject<{
21584
21631
  metadata?: any;
21585
21632
  template?: any;
21586
21633
  }, {
21587
- 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";
21634
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
21588
21635
  message: string;
21589
21636
  id: string;
21590
21637
  url: string;
@@ -21760,7 +21807,7 @@ export declare const UnreadCountsByAssigneeSchema: z.ZodObject<{
21760
21807
  totalUnreadCount: number;
21761
21808
  }>;
21762
21809
  export declare const MessageRelevanceSchema: z.ZodObject<{
21763
- 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"]>;
21810
+ 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", "item"]>;
21764
21811
  message: z.ZodString;
21765
21812
  id: z.ZodString;
21766
21813
  url: z.ZodString;
@@ -23277,6 +23324,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
23277
23324
  channelId: string;
23278
23325
  socialPlatformId: string;
23279
23326
  }>;
23327
+ csatStatus: z.ZodNullable<z.ZodString>;
23280
23328
  actor: z.ZodObject<{
23281
23329
  id: z.ZodString;
23282
23330
  createdAt: z.ZodDate;
@@ -23755,6 +23803,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
23755
23803
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
23756
23804
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
23757
23805
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
23806
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
23758
23807
  }, "strip", z.ZodTypeAny, {
23759
23808
  name: string;
23760
23809
  id: string;
@@ -23784,6 +23833,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
23784
23833
  lineRichMenuId?: string | null | undefined;
23785
23834
  messengerIntegrationType?: "own" | "business" | undefined;
23786
23835
  facebookFeedIntegrationType?: "own" | "business" | undefined;
23836
+ isCSATEnabled?: boolean | undefined;
23787
23837
  }, {
23788
23838
  name: string;
23789
23839
  id: string;
@@ -23813,6 +23863,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
23813
23863
  lineRichMenuId?: string | null | undefined;
23814
23864
  messengerIntegrationType?: "own" | "business" | undefined;
23815
23865
  facebookFeedIntegrationType?: "own" | "business" | undefined;
23866
+ isCSATEnabled?: boolean | undefined;
23816
23867
  }>;
23817
23868
  brandName: z.ZodString;
23818
23869
  platformId: z.ZodString;
@@ -24076,6 +24127,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
24076
24127
  lineRichMenuId?: string | null | undefined;
24077
24128
  messengerIntegrationType?: "own" | "business" | undefined;
24078
24129
  facebookFeedIntegrationType?: "own" | "business" | undefined;
24130
+ isCSATEnabled?: boolean | undefined;
24079
24131
  };
24080
24132
  status: boolean;
24081
24133
  createdAt: Date;
@@ -24170,6 +24222,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
24170
24222
  lineRichMenuId?: string | null | undefined;
24171
24223
  messengerIntegrationType?: "own" | "business" | undefined;
24172
24224
  facebookFeedIntegrationType?: "own" | "business" | undefined;
24225
+ isCSATEnabled?: boolean | undefined;
24173
24226
  };
24174
24227
  status: boolean;
24175
24228
  createdAt: Date;
@@ -24828,6 +24881,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
24828
24881
  lineRichMenuId?: string | null | undefined;
24829
24882
  messengerIntegrationType?: "own" | "business" | undefined;
24830
24883
  facebookFeedIntegrationType?: "own" | "business" | undefined;
24884
+ isCSATEnabled?: boolean | undefined;
24831
24885
  };
24832
24886
  status: boolean;
24833
24887
  createdAt: Date;
@@ -25119,6 +25173,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
25119
25173
  closedAt: Date;
25120
25174
  lastMessageAt: Date | null;
25121
25175
  isBotRoom: boolean;
25176
+ csatStatus: string | null;
25122
25177
  cxlog: {
25123
25178
  id: string;
25124
25179
  channel: string | null;
@@ -25255,6 +25310,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
25255
25310
  lineRichMenuId?: string | null | undefined;
25256
25311
  messengerIntegrationType?: "own" | "business" | undefined;
25257
25312
  facebookFeedIntegrationType?: "own" | "business" | undefined;
25313
+ isCSATEnabled?: boolean | undefined;
25258
25314
  };
25259
25315
  status: boolean;
25260
25316
  createdAt: Date;
@@ -25546,6 +25602,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
25546
25602
  closedAt: Date;
25547
25603
  lastMessageAt: Date | null;
25548
25604
  isBotRoom: boolean;
25605
+ csatStatus: string | null;
25549
25606
  cxlog: {
25550
25607
  id: string;
25551
25608
  channel: string | null;
@@ -25686,7 +25743,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
25686
25743
  deletedAt: z.ZodNullable<z.ZodDate>;
25687
25744
  message: z.ZodString;
25688
25745
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
25689
- 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"]>;
25746
+ 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", "item"]>;
25690
25747
  readAt: z.ZodDate;
25691
25748
  metadata: z.ZodAny;
25692
25749
  platformId: z.ZodString;
@@ -26344,7 +26401,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
26344
26401
  };
26345
26402
  }>;
26346
26403
  }, "strip", z.ZodTypeAny, {
26347
- 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";
26404
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
26348
26405
  message: string;
26349
26406
  id: string;
26350
26407
  url: string;
@@ -26506,7 +26563,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
26506
26563
  metadata?: any;
26507
26564
  template?: any;
26508
26565
  }, {
26509
- 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";
26566
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
26510
26567
  message: string;
26511
26568
  id: string;
26512
26569
  url: string;
@@ -27927,7 +27984,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
27927
27984
  deletedAt: z.ZodNullable<z.ZodDate>;
27928
27985
  message: z.ZodString;
27929
27986
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
27930
- 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"]>;
27987
+ 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", "item"]>;
27931
27988
  readAt: z.ZodDate;
27932
27989
  metadata: z.ZodAny;
27933
27990
  platformId: z.ZodString;
@@ -29001,6 +29058,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
29001
29058
  channelId: string;
29002
29059
  socialPlatformId: string;
29003
29060
  }>;
29061
+ csatStatus: z.ZodNullable<z.ZodString>;
29004
29062
  actor: z.ZodObject<{
29005
29063
  id: z.ZodString;
29006
29064
  createdAt: z.ZodDate;
@@ -29479,6 +29537,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
29479
29537
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
29480
29538
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
29481
29539
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
29540
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
29482
29541
  }, "strip", z.ZodTypeAny, {
29483
29542
  name: string;
29484
29543
  id: string;
@@ -29508,6 +29567,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
29508
29567
  lineRichMenuId?: string | null | undefined;
29509
29568
  messengerIntegrationType?: "own" | "business" | undefined;
29510
29569
  facebookFeedIntegrationType?: "own" | "business" | undefined;
29570
+ isCSATEnabled?: boolean | undefined;
29511
29571
  }, {
29512
29572
  name: string;
29513
29573
  id: string;
@@ -29537,6 +29597,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
29537
29597
  lineRichMenuId?: string | null | undefined;
29538
29598
  messengerIntegrationType?: "own" | "business" | undefined;
29539
29599
  facebookFeedIntegrationType?: "own" | "business" | undefined;
29600
+ isCSATEnabled?: boolean | undefined;
29540
29601
  }>;
29541
29602
  brandName: z.ZodString;
29542
29603
  platformId: z.ZodString;
@@ -29800,6 +29861,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
29800
29861
  lineRichMenuId?: string | null | undefined;
29801
29862
  messengerIntegrationType?: "own" | "business" | undefined;
29802
29863
  facebookFeedIntegrationType?: "own" | "business" | undefined;
29864
+ isCSATEnabled?: boolean | undefined;
29803
29865
  };
29804
29866
  status: boolean;
29805
29867
  createdAt: Date;
@@ -29894,6 +29956,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
29894
29956
  lineRichMenuId?: string | null | undefined;
29895
29957
  messengerIntegrationType?: "own" | "business" | undefined;
29896
29958
  facebookFeedIntegrationType?: "own" | "business" | undefined;
29959
+ isCSATEnabled?: boolean | undefined;
29897
29960
  };
29898
29961
  status: boolean;
29899
29962
  createdAt: Date;
@@ -30552,6 +30615,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
30552
30615
  lineRichMenuId?: string | null | undefined;
30553
30616
  messengerIntegrationType?: "own" | "business" | undefined;
30554
30617
  facebookFeedIntegrationType?: "own" | "business" | undefined;
30618
+ isCSATEnabled?: boolean | undefined;
30555
30619
  };
30556
30620
  status: boolean;
30557
30621
  createdAt: Date;
@@ -30843,6 +30907,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
30843
30907
  closedAt: Date;
30844
30908
  lastMessageAt: Date | null;
30845
30909
  isBotRoom: boolean;
30910
+ csatStatus: string | null;
30846
30911
  cxlog: {
30847
30912
  id: string;
30848
30913
  channel: string | null;
@@ -30979,6 +31044,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
30979
31044
  lineRichMenuId?: string | null | undefined;
30980
31045
  messengerIntegrationType?: "own" | "business" | undefined;
30981
31046
  facebookFeedIntegrationType?: "own" | "business" | undefined;
31047
+ isCSATEnabled?: boolean | undefined;
30982
31048
  };
30983
31049
  status: boolean;
30984
31050
  createdAt: Date;
@@ -31270,6 +31336,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
31270
31336
  closedAt: Date;
31271
31337
  lastMessageAt: Date | null;
31272
31338
  isBotRoom: boolean;
31339
+ csatStatus: string | null;
31273
31340
  cxlog: {
31274
31341
  id: string;
31275
31342
  channel: string | null;
@@ -31413,7 +31480,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
31413
31480
  deletedAt: z.ZodNullable<z.ZodDate>;
31414
31481
  message: z.ZodString;
31415
31482
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
31416
- 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"]>;
31483
+ 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", "item"]>;
31417
31484
  readAt: z.ZodDate;
31418
31485
  metadata: z.ZodAny;
31419
31486
  platformId: z.ZodString;
@@ -32071,7 +32138,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
32071
32138
  };
32072
32139
  }>;
32073
32140
  }, "strip", z.ZodTypeAny, {
32074
- 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";
32141
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
32075
32142
  message: string;
32076
32143
  id: string;
32077
32144
  url: string;
@@ -32233,7 +32300,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
32233
32300
  metadata?: any;
32234
32301
  template?: any;
32235
32302
  }, {
32236
- 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";
32303
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
32237
32304
  message: string;
32238
32305
  id: string;
32239
32306
  url: string;
@@ -33035,7 +33102,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
33035
33102
  editedMessageid: z.ZodString;
33036
33103
  label: z.ZodOptional<z.ZodString>;
33037
33104
  }, "strip", z.ZodTypeAny, {
33038
- 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";
33105
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
33039
33106
  message: string;
33040
33107
  id: string;
33041
33108
  url: string;
@@ -33179,6 +33246,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
33179
33246
  lineRichMenuId?: string | null | undefined;
33180
33247
  messengerIntegrationType?: "own" | "business" | undefined;
33181
33248
  facebookFeedIntegrationType?: "own" | "business" | undefined;
33249
+ isCSATEnabled?: boolean | undefined;
33182
33250
  };
33183
33251
  status: boolean;
33184
33252
  createdAt: Date;
@@ -33470,6 +33538,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
33470
33538
  closedAt: Date;
33471
33539
  lastMessageAt: Date | null;
33472
33540
  isBotRoom: boolean;
33541
+ csatStatus: string | null;
33473
33542
  cxlog: {
33474
33543
  id: string;
33475
33544
  channel: string | null;
@@ -33588,7 +33657,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
33588
33657
  previewUrl: string;
33589
33658
  imageSetId: string;
33590
33659
  repliedMessage: {
33591
- 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";
33660
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
33592
33661
  message: string;
33593
33662
  id: string;
33594
33663
  url: string;
@@ -33799,7 +33868,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
33799
33868
  template?: any;
33800
33869
  label?: string | undefined;
33801
33870
  }, {
33802
- 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";
33871
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
33803
33872
  message: string;
33804
33873
  id: string;
33805
33874
  url: string;
@@ -33943,6 +34012,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
33943
34012
  lineRichMenuId?: string | null | undefined;
33944
34013
  messengerIntegrationType?: "own" | "business" | undefined;
33945
34014
  facebookFeedIntegrationType?: "own" | "business" | undefined;
34015
+ isCSATEnabled?: boolean | undefined;
33946
34016
  };
33947
34017
  status: boolean;
33948
34018
  createdAt: Date;
@@ -34234,6 +34304,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
34234
34304
  closedAt: Date;
34235
34305
  lastMessageAt: Date | null;
34236
34306
  isBotRoom: boolean;
34307
+ csatStatus: string | null;
34237
34308
  cxlog: {
34238
34309
  id: string;
34239
34310
  channel: string | null;
@@ -34352,7 +34423,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
34352
34423
  previewUrl: string;
34353
34424
  imageSetId: string;
34354
34425
  repliedMessage: {
34355
- 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";
34426
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
34356
34427
  message: string;
34357
34428
  id: string;
34358
34429
  url: string;
@@ -34564,13 +34635,13 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
34564
34635
  label?: string | undefined;
34565
34636
  }>, "many">;
34566
34637
  }, "strip", z.ZodTypeAny, {
34567
- 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";
34638
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
34568
34639
  message: string;
34569
34640
  id: string;
34570
34641
  url: string;
34571
34642
  direction: "incoming" | "outgoing" | "system";
34572
34643
  children: {
34573
- 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";
34644
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
34574
34645
  message: string;
34575
34646
  id: string;
34576
34647
  url: string;
@@ -34714,6 +34785,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
34714
34785
  lineRichMenuId?: string | null | undefined;
34715
34786
  messengerIntegrationType?: "own" | "business" | undefined;
34716
34787
  facebookFeedIntegrationType?: "own" | "business" | undefined;
34788
+ isCSATEnabled?: boolean | undefined;
34717
34789
  };
34718
34790
  status: boolean;
34719
34791
  createdAt: Date;
@@ -35005,6 +35077,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
35005
35077
  closedAt: Date;
35006
35078
  lastMessageAt: Date | null;
35007
35079
  isBotRoom: boolean;
35080
+ csatStatus: string | null;
35008
35081
  cxlog: {
35009
35082
  id: string;
35010
35083
  channel: string | null;
@@ -35123,7 +35196,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
35123
35196
  previewUrl: string;
35124
35197
  imageSetId: string;
35125
35198
  repliedMessage: {
35126
- 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";
35199
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
35127
35200
  message: string;
35128
35201
  id: string;
35129
35202
  url: string;
@@ -35473,6 +35546,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
35473
35546
  lineRichMenuId?: string | null | undefined;
35474
35547
  messengerIntegrationType?: "own" | "business" | undefined;
35475
35548
  facebookFeedIntegrationType?: "own" | "business" | undefined;
35549
+ isCSATEnabled?: boolean | undefined;
35476
35550
  };
35477
35551
  status: boolean;
35478
35552
  createdAt: Date;
@@ -35764,6 +35838,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
35764
35838
  closedAt: Date;
35765
35839
  lastMessageAt: Date | null;
35766
35840
  isBotRoom: boolean;
35841
+ csatStatus: string | null;
35767
35842
  cxlog: {
35768
35843
  id: string;
35769
35844
  channel: string | null;
@@ -35882,7 +35957,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
35882
35957
  previewUrl: string;
35883
35958
  imageSetId: string;
35884
35959
  repliedMessage: {
35885
- 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";
35960
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
35886
35961
  message: string;
35887
35962
  id: string;
35888
35963
  url: string;
@@ -36220,13 +36295,13 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
36220
36295
  template?: any;
36221
36296
  metadata?: any;
36222
36297
  }, {
36223
- 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";
36298
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
36224
36299
  message: string;
36225
36300
  id: string;
36226
36301
  url: string;
36227
36302
  direction: "incoming" | "outgoing" | "system";
36228
36303
  children: {
36229
- 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";
36304
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
36230
36305
  message: string;
36231
36306
  id: string;
36232
36307
  url: string;
@@ -36370,6 +36445,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
36370
36445
  lineRichMenuId?: string | null | undefined;
36371
36446
  messengerIntegrationType?: "own" | "business" | undefined;
36372
36447
  facebookFeedIntegrationType?: "own" | "business" | undefined;
36448
+ isCSATEnabled?: boolean | undefined;
36373
36449
  };
36374
36450
  status: boolean;
36375
36451
  createdAt: Date;
@@ -36661,6 +36737,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
36661
36737
  closedAt: Date;
36662
36738
  lastMessageAt: Date | null;
36663
36739
  isBotRoom: boolean;
36740
+ csatStatus: string | null;
36664
36741
  cxlog: {
36665
36742
  id: string;
36666
36743
  channel: string | null;
@@ -36779,7 +36856,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
36779
36856
  previewUrl: string;
36780
36857
  imageSetId: string;
36781
36858
  repliedMessage: {
36782
- 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";
36859
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
36783
36860
  message: string;
36784
36861
  id: string;
36785
36862
  url: string;
@@ -37129,6 +37206,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
37129
37206
  lineRichMenuId?: string | null | undefined;
37130
37207
  messengerIntegrationType?: "own" | "business" | undefined;
37131
37208
  facebookFeedIntegrationType?: "own" | "business" | undefined;
37209
+ isCSATEnabled?: boolean | undefined;
37132
37210
  };
37133
37211
  status: boolean;
37134
37212
  createdAt: Date;
@@ -37420,6 +37498,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
37420
37498
  closedAt: Date;
37421
37499
  lastMessageAt: Date | null;
37422
37500
  isBotRoom: boolean;
37501
+ csatStatus: string | null;
37423
37502
  cxlog: {
37424
37503
  id: string;
37425
37504
  channel: string | null;
@@ -37538,7 +37617,7 @@ export declare const MessageRelevanceSchema: z.ZodObject<{
37538
37617
  previewUrl: string;
37539
37618
  imageSetId: string;
37540
37619
  repliedMessage: {
37541
- 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";
37620
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
37542
37621
  message: string;
37543
37622
  id: string;
37544
37623
  url: string;