@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
@@ -224,8 +224,6 @@ export declare const MessageAttachmentSchema: z.ZodObject<{
224
224
  url: z.ZodNullable<z.ZodString>;
225
225
  fileType: z.ZodString;
226
226
  thumbnailUrl: z.ZodOptional<z.ZodString>;
227
- width: z.ZodOptional<z.ZodString>;
228
- height: z.ZodOptional<z.ZodString>;
229
227
  }, "strip", z.ZodTypeAny, {
230
228
  url: string | null;
231
229
  fileName: string;
@@ -234,8 +232,6 @@ export declare const MessageAttachmentSchema: z.ZodObject<{
234
232
  bucketName: string;
235
233
  fileSize: number;
236
234
  thumbnailUrl?: string | undefined;
237
- width?: string | undefined;
238
- height?: string | undefined;
239
235
  }, {
240
236
  url: string | null;
241
237
  fileName: string;
@@ -244,8 +240,6 @@ export declare const MessageAttachmentSchema: z.ZodObject<{
244
240
  bucketName: string;
245
241
  fileSize: number;
246
242
  thumbnailUrl?: string | undefined;
247
- width?: string | undefined;
248
- height?: string | undefined;
249
243
  }>;
250
244
  export declare const StickerSchema: z.ZodObject<{
251
245
  packageId: z.ZodNumber;
@@ -270,7 +264,7 @@ export declare const ActionMessageSchema: z.ZodObject<{
270
264
  }>;
271
265
  export declare const SendMessageSchema: z.ZodObject<{
272
266
  roomId: z.ZodString;
273
- 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"]>;
267
+ 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"]>;
274
268
  message: z.ZodOptional<z.ZodString>;
275
269
  messageAttachments: z.ZodOptional<z.ZodObject<{
276
270
  bucketName: z.ZodString;
@@ -280,8 +274,6 @@ export declare const SendMessageSchema: z.ZodObject<{
280
274
  url: z.ZodNullable<z.ZodString>;
281
275
  fileType: z.ZodString;
282
276
  thumbnailUrl: z.ZodOptional<z.ZodString>;
283
- width: z.ZodOptional<z.ZodString>;
284
- height: z.ZodOptional<z.ZodString>;
285
277
  }, "strip", z.ZodTypeAny, {
286
278
  url: string | null;
287
279
  fileName: string;
@@ -290,8 +282,6 @@ export declare const SendMessageSchema: z.ZodObject<{
290
282
  bucketName: string;
291
283
  fileSize: number;
292
284
  thumbnailUrl?: string | undefined;
293
- width?: string | undefined;
294
- height?: string | undefined;
295
285
  }, {
296
286
  url: string | null;
297
287
  fileName: string;
@@ -300,8 +290,6 @@ export declare const SendMessageSchema: z.ZodObject<{
300
290
  bucketName: string;
301
291
  fileSize: number;
302
292
  thumbnailUrl?: string | undefined;
303
- width?: string | undefined;
304
- height?: string | undefined;
305
293
  }>>;
306
294
  user: z.ZodOptional<z.ZodObject<{
307
295
  id: z.ZodString;
@@ -535,7 +523,7 @@ export declare const SendMessageSchema: z.ZodObject<{
535
523
  mentions?: string[] | undefined;
536
524
  }>>;
537
525
  }, "strip", z.ZodTypeAny, {
538
- 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";
526
+ 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";
539
527
  roomId: string;
540
528
  message?: string | undefined;
541
529
  messageAttachments?: {
@@ -546,8 +534,6 @@ export declare const SendMessageSchema: z.ZodObject<{
546
534
  bucketName: string;
547
535
  fileSize: number;
548
536
  thumbnailUrl?: string | undefined;
549
- width?: string | undefined;
550
- height?: string | undefined;
551
537
  } | undefined;
552
538
  user?: {
553
539
  name: string;
@@ -609,7 +595,7 @@ export declare const SendMessageSchema: z.ZodObject<{
609
595
  mentions?: string[] | undefined;
610
596
  } | undefined;
611
597
  }, {
612
- 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";
598
+ 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";
613
599
  roomId: string;
614
600
  message?: string | undefined;
615
601
  messageAttachments?: {
@@ -620,8 +606,6 @@ export declare const SendMessageSchema: z.ZodObject<{
620
606
  bucketName: string;
621
607
  fileSize: number;
622
608
  thumbnailUrl?: string | undefined;
623
- width?: string | undefined;
624
- height?: string | undefined;
625
609
  } | undefined;
626
610
  user?: {
627
611
  name: string;
@@ -689,17 +673,17 @@ export declare const InitiateMessageSchema: z.ZodObject<{
689
673
  contactId: z.ZodOptional<z.ZodString>;
690
674
  message: z.ZodObject<{
691
675
  message: z.ZodOptional<z.ZodString>;
692
- 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"]>;
676
+ 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"]>;
693
677
  }, "strip", z.ZodTypeAny, {
694
- 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";
678
+ 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";
695
679
  message?: string | undefined;
696
680
  }, {
697
- 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";
681
+ 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";
698
682
  message?: string | undefined;
699
683
  }>;
700
684
  }, "strip", z.ZodTypeAny, {
701
685
  message: {
702
- 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";
686
+ 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";
703
687
  message?: string | undefined;
704
688
  };
705
689
  channelId: string;
@@ -707,7 +691,7 @@ export declare const InitiateMessageSchema: z.ZodObject<{
707
691
  contactId?: string | undefined;
708
692
  }, {
709
693
  message: {
710
- 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";
694
+ 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";
711
695
  message?: string | undefined;
712
696
  };
713
697
  channelId: string;
@@ -846,6 +830,7 @@ export declare const ChannelSchema: z.ZodObject<{
846
830
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
847
831
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
848
832
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
833
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
849
834
  }, "strip", z.ZodTypeAny, {
850
835
  name: string;
851
836
  id: string;
@@ -875,6 +860,7 @@ export declare const ChannelSchema: z.ZodObject<{
875
860
  lineRichMenuId?: string | null | undefined;
876
861
  messengerIntegrationType?: "own" | "business" | undefined;
877
862
  facebookFeedIntegrationType?: "own" | "business" | undefined;
863
+ isCSATEnabled?: boolean | undefined;
878
864
  }, {
879
865
  name: string;
880
866
  id: string;
@@ -904,6 +890,7 @@ export declare const ChannelSchema: z.ZodObject<{
904
890
  lineRichMenuId?: string | null | undefined;
905
891
  messengerIntegrationType?: "own" | "business" | undefined;
906
892
  facebookFeedIntegrationType?: "own" | "business" | undefined;
893
+ isCSATEnabled?: boolean | undefined;
907
894
  }>;
908
895
  platformId: z.ZodString;
909
896
  brandName: z.ZodString;
@@ -963,6 +950,7 @@ export declare const ChannelSchema: z.ZodObject<{
963
950
  lineRichMenuId?: string | null | undefined;
964
951
  messengerIntegrationType?: "own" | "business" | undefined;
965
952
  facebookFeedIntegrationType?: "own" | "business" | undefined;
953
+ isCSATEnabled?: boolean | undefined;
966
954
  };
967
955
  status: boolean;
968
956
  brandName: string;
@@ -1010,6 +998,7 @@ export declare const ChannelSchema: z.ZodObject<{
1010
998
  lineRichMenuId?: string | null | undefined;
1011
999
  messengerIntegrationType?: "own" | "business" | undefined;
1012
1000
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1001
+ isCSATEnabled?: boolean | undefined;
1013
1002
  };
1014
1003
  status: boolean;
1015
1004
  brandName: string;
@@ -1091,6 +1080,7 @@ export declare const ReloginChanelSchema: z.ZodObject<{
1091
1080
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1092
1081
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
1093
1082
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
1083
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
1094
1084
  }, "strip", z.ZodTypeAny, {
1095
1085
  name: string;
1096
1086
  id: string;
@@ -1120,6 +1110,7 @@ export declare const ReloginChanelSchema: z.ZodObject<{
1120
1110
  lineRichMenuId?: string | null | undefined;
1121
1111
  messengerIntegrationType?: "own" | "business" | undefined;
1122
1112
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1113
+ isCSATEnabled?: boolean | undefined;
1123
1114
  }, {
1124
1115
  name: string;
1125
1116
  id: string;
@@ -1149,6 +1140,7 @@ export declare const ReloginChanelSchema: z.ZodObject<{
1149
1140
  lineRichMenuId?: string | null | undefined;
1150
1141
  messengerIntegrationType?: "own" | "business" | undefined;
1151
1142
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1143
+ isCSATEnabled?: boolean | undefined;
1152
1144
  }>;
1153
1145
  status: z.ZodUnion<[z.ZodLiteral<true>, z.ZodLiteral<false>]>;
1154
1146
  actor: z.ZodOptional<z.ZodObject<{
@@ -1213,6 +1205,7 @@ export declare const ReloginChanelSchema: z.ZodObject<{
1213
1205
  lineRichMenuId?: string | null | undefined;
1214
1206
  messengerIntegrationType?: "own" | "business" | undefined;
1215
1207
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1208
+ isCSATEnabled?: boolean | undefined;
1216
1209
  };
1217
1210
  status: boolean;
1218
1211
  createdAt: string;
@@ -1264,6 +1257,7 @@ export declare const ReloginChanelSchema: z.ZodObject<{
1264
1257
  lineRichMenuId?: string | null | undefined;
1265
1258
  messengerIntegrationType?: "own" | "business" | undefined;
1266
1259
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1260
+ isCSATEnabled?: boolean | undefined;
1267
1261
  };
1268
1262
  status: boolean;
1269
1263
  createdAt: string;
@@ -1353,6 +1347,7 @@ export declare const DeleteMessageToPlatformSchema: z.ZodObject<{
1353
1347
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1354
1348
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
1355
1349
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
1350
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
1356
1351
  }, "strip", z.ZodTypeAny, {
1357
1352
  name: string;
1358
1353
  id: string;
@@ -1382,6 +1377,7 @@ export declare const DeleteMessageToPlatformSchema: z.ZodObject<{
1382
1377
  lineRichMenuId?: string | null | undefined;
1383
1378
  messengerIntegrationType?: "own" | "business" | undefined;
1384
1379
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1380
+ isCSATEnabled?: boolean | undefined;
1385
1381
  }, {
1386
1382
  name: string;
1387
1383
  id: string;
@@ -1411,6 +1407,7 @@ export declare const DeleteMessageToPlatformSchema: z.ZodObject<{
1411
1407
  lineRichMenuId?: string | null | undefined;
1412
1408
  messengerIntegrationType?: "own" | "business" | undefined;
1413
1409
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1410
+ isCSATEnabled?: boolean | undefined;
1414
1411
  }>;
1415
1412
  platformId: z.ZodString;
1416
1413
  brandName: z.ZodString;
@@ -1470,6 +1467,7 @@ export declare const DeleteMessageToPlatformSchema: z.ZodObject<{
1470
1467
  lineRichMenuId?: string | null | undefined;
1471
1468
  messengerIntegrationType?: "own" | "business" | undefined;
1472
1469
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1470
+ isCSATEnabled?: boolean | undefined;
1473
1471
  };
1474
1472
  status: boolean;
1475
1473
  brandName: string;
@@ -1517,6 +1515,7 @@ export declare const DeleteMessageToPlatformSchema: z.ZodObject<{
1517
1515
  lineRichMenuId?: string | null | undefined;
1518
1516
  messengerIntegrationType?: "own" | "business" | undefined;
1519
1517
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1518
+ isCSATEnabled?: boolean | undefined;
1520
1519
  };
1521
1520
  status: boolean;
1522
1521
  brandName: string;
@@ -1567,6 +1566,7 @@ export declare const DeleteMessageToPlatformSchema: z.ZodObject<{
1567
1566
  lineRichMenuId?: string | null | undefined;
1568
1567
  messengerIntegrationType?: "own" | "business" | undefined;
1569
1568
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1569
+ isCSATEnabled?: boolean | undefined;
1570
1570
  };
1571
1571
  status: boolean;
1572
1572
  brandName: string;
@@ -1617,6 +1617,7 @@ export declare const DeleteMessageToPlatformSchema: z.ZodObject<{
1617
1617
  lineRichMenuId?: string | null | undefined;
1618
1618
  messengerIntegrationType?: "own" | "business" | undefined;
1619
1619
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1620
+ isCSATEnabled?: boolean | undefined;
1620
1621
  };
1621
1622
  status: boolean;
1622
1623
  brandName: string;
@@ -1637,7 +1638,7 @@ export declare const DeleteMessageToPlatformSchema: z.ZodObject<{
1637
1638
  id: z.ZodOptional<z.ZodString>;
1638
1639
  message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1639
1640
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
1640
- 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"]>;
1641
+ 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"]>;
1641
1642
  readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
1642
1643
  metadata: z.ZodOptional<z.ZodAny>;
1643
1644
  platformId: z.ZodOptional<z.ZodString>;
@@ -1689,7 +1690,7 @@ export declare const DeleteMessageToPlatformSchema: z.ZodObject<{
1689
1690
  parentMessageId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1690
1691
  feedPostId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1691
1692
  }, "strip", z.ZodTypeAny, {
1692
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
1693
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
1693
1694
  direction: "incoming" | "outgoing" | "system";
1694
1695
  id?: string | undefined;
1695
1696
  message?: string | null | undefined;
@@ -1720,7 +1721,7 @@ export declare const DeleteMessageToPlatformSchema: z.ZodObject<{
1720
1721
  parentMessageId?: string | null | undefined;
1721
1722
  feedPostId?: string | null | undefined;
1722
1723
  }, {
1723
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
1724
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
1724
1725
  direction: "incoming" | "outgoing" | "system";
1725
1726
  id?: string | undefined;
1726
1727
  message?: string | null | undefined;
@@ -1753,7 +1754,7 @@ export declare const DeleteMessageToPlatformSchema: z.ZodObject<{
1753
1754
  }>;
1754
1755
  }, "strip", z.ZodTypeAny, {
1755
1756
  message: {
1756
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
1757
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
1757
1758
  direction: "incoming" | "outgoing" | "system";
1758
1759
  id?: string | undefined;
1759
1760
  message?: string | null | undefined;
@@ -1819,6 +1820,7 @@ export declare const DeleteMessageToPlatformSchema: z.ZodObject<{
1819
1820
  lineRichMenuId?: string | null | undefined;
1820
1821
  messengerIntegrationType?: "own" | "business" | undefined;
1821
1822
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1823
+ isCSATEnabled?: boolean | undefined;
1822
1824
  };
1823
1825
  status: boolean;
1824
1826
  brandName: string;
@@ -1837,7 +1839,7 @@ export declare const DeleteMessageToPlatformSchema: z.ZodObject<{
1837
1839
  };
1838
1840
  }, {
1839
1841
  message: {
1840
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
1842
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
1841
1843
  direction: "incoming" | "outgoing" | "system";
1842
1844
  id?: string | undefined;
1843
1845
  message?: string | null | undefined;
@@ -1903,6 +1905,7 @@ export declare const DeleteMessageToPlatformSchema: z.ZodObject<{
1903
1905
  lineRichMenuId?: string | null | undefined;
1904
1906
  messengerIntegrationType?: "own" | "business" | undefined;
1905
1907
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1908
+ isCSATEnabled?: boolean | undefined;
1906
1909
  };
1907
1910
  status: boolean;
1908
1911
  brandName: string;
@@ -2112,6 +2115,7 @@ export declare const SendMessageToPlatformSchema: z.ZodObject<{
2112
2115
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2113
2116
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
2114
2117
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
2118
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
2115
2119
  }, "strip", z.ZodTypeAny, {
2116
2120
  name: string;
2117
2121
  id: string;
@@ -2141,6 +2145,7 @@ export declare const SendMessageToPlatformSchema: z.ZodObject<{
2141
2145
  lineRichMenuId?: string | null | undefined;
2142
2146
  messengerIntegrationType?: "own" | "business" | undefined;
2143
2147
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2148
+ isCSATEnabled?: boolean | undefined;
2144
2149
  }, {
2145
2150
  name: string;
2146
2151
  id: string;
@@ -2170,6 +2175,7 @@ export declare const SendMessageToPlatformSchema: z.ZodObject<{
2170
2175
  lineRichMenuId?: string | null | undefined;
2171
2176
  messengerIntegrationType?: "own" | "business" | undefined;
2172
2177
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2178
+ isCSATEnabled?: boolean | undefined;
2173
2179
  }>;
2174
2180
  platformId: z.ZodString;
2175
2181
  brandName: z.ZodString;
@@ -2229,6 +2235,7 @@ export declare const SendMessageToPlatformSchema: z.ZodObject<{
2229
2235
  lineRichMenuId?: string | null | undefined;
2230
2236
  messengerIntegrationType?: "own" | "business" | undefined;
2231
2237
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2238
+ isCSATEnabled?: boolean | undefined;
2232
2239
  };
2233
2240
  status: boolean;
2234
2241
  brandName: string;
@@ -2276,6 +2283,7 @@ export declare const SendMessageToPlatformSchema: z.ZodObject<{
2276
2283
  lineRichMenuId?: string | null | undefined;
2277
2284
  messengerIntegrationType?: "own" | "business" | undefined;
2278
2285
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2286
+ isCSATEnabled?: boolean | undefined;
2279
2287
  };
2280
2288
  status: boolean;
2281
2289
  brandName: string;
@@ -2328,6 +2336,7 @@ export declare const SendMessageToPlatformSchema: z.ZodObject<{
2328
2336
  lineRichMenuId?: string | null | undefined;
2329
2337
  messengerIntegrationType?: "own" | "business" | undefined;
2330
2338
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2339
+ isCSATEnabled?: boolean | undefined;
2331
2340
  };
2332
2341
  status: boolean;
2333
2342
  brandName: string;
@@ -2419,6 +2428,7 @@ export declare const SendMessageToPlatformSchema: z.ZodObject<{
2419
2428
  lineRichMenuId?: string | null | undefined;
2420
2429
  messengerIntegrationType?: "own" | "business" | undefined;
2421
2430
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2431
+ isCSATEnabled?: boolean | undefined;
2422
2432
  };
2423
2433
  status: boolean;
2424
2434
  brandName: string;
@@ -2480,7 +2490,7 @@ export declare const SendMessageToPlatformSchema: z.ZodObject<{
2480
2490
  id: z.ZodOptional<z.ZodString>;
2481
2491
  message: z.ZodOptional<z.ZodString>;
2482
2492
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
2483
- 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"]>;
2493
+ 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"]>;
2484
2494
  readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
2485
2495
  metadata: z.ZodOptional<z.ZodAny>;
2486
2496
  platformId: z.ZodOptional<z.ZodString>;
@@ -2536,7 +2546,7 @@ export declare const SendMessageToPlatformSchema: z.ZodObject<{
2536
2546
  editedAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
2537
2547
  label: z.ZodOptional<z.ZodString>;
2538
2548
  }, "strip", z.ZodTypeAny, {
2539
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
2549
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
2540
2550
  direction: "incoming" | "outgoing" | "system";
2541
2551
  id?: string | undefined;
2542
2552
  message?: string | undefined;
@@ -2571,7 +2581,7 @@ export declare const SendMessageToPlatformSchema: z.ZodObject<{
2571
2581
  editedAt?: string | Date | null | undefined;
2572
2582
  label?: string | undefined;
2573
2583
  }, {
2574
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
2584
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
2575
2585
  direction: "incoming" | "outgoing" | "system";
2576
2586
  id?: string | undefined;
2577
2587
  message?: string | undefined;
@@ -2608,7 +2618,7 @@ export declare const SendMessageToPlatformSchema: z.ZodObject<{
2608
2618
  }>;
2609
2619
  }, "strip", z.ZodTypeAny, {
2610
2620
  message: {
2611
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
2621
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
2612
2622
  direction: "incoming" | "outgoing" | "system";
2613
2623
  id?: string | undefined;
2614
2624
  message?: string | undefined;
@@ -2678,6 +2688,7 @@ export declare const SendMessageToPlatformSchema: z.ZodObject<{
2678
2688
  lineRichMenuId?: string | null | undefined;
2679
2689
  messengerIntegrationType?: "own" | "business" | undefined;
2680
2690
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2691
+ isCSATEnabled?: boolean | undefined;
2681
2692
  };
2682
2693
  status: boolean;
2683
2694
  brandName: string;
@@ -2738,7 +2749,7 @@ export declare const SendMessageToPlatformSchema: z.ZodObject<{
2738
2749
  isBot: boolean | null;
2739
2750
  }, {
2740
2751
  message: {
2741
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
2752
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
2742
2753
  direction: "incoming" | "outgoing" | "system";
2743
2754
  id?: string | undefined;
2744
2755
  message?: string | undefined;
@@ -2808,6 +2819,7 @@ export declare const SendMessageToPlatformSchema: z.ZodObject<{
2808
2819
  lineRichMenuId?: string | null | undefined;
2809
2820
  messengerIntegrationType?: "own" | "business" | undefined;
2810
2821
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2822
+ isCSATEnabled?: boolean | undefined;
2811
2823
  };
2812
2824
  status: boolean;
2813
2825
  brandName: string;
@@ -2872,7 +2884,7 @@ export declare const SendMessageWithActionTypeSchema: z.ZodObject<{
2872
2884
  id: z.ZodOptional<z.ZodString>;
2873
2885
  message: z.ZodOptional<z.ZodString>;
2874
2886
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
2875
- 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"]>;
2887
+ 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"]>;
2876
2888
  readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
2877
2889
  metadata: z.ZodOptional<z.ZodAny>;
2878
2890
  platformId: z.ZodOptional<z.ZodString>;
@@ -2928,7 +2940,7 @@ export declare const SendMessageWithActionTypeSchema: z.ZodObject<{
2928
2940
  editedAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
2929
2941
  label: z.ZodOptional<z.ZodString>;
2930
2942
  }, "strip", z.ZodTypeAny, {
2931
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
2943
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
2932
2944
  direction: "incoming" | "outgoing" | "system";
2933
2945
  id?: string | undefined;
2934
2946
  message?: string | undefined;
@@ -2963,7 +2975,7 @@ export declare const SendMessageWithActionTypeSchema: z.ZodObject<{
2963
2975
  editedAt?: string | Date | null | undefined;
2964
2976
  label?: string | undefined;
2965
2977
  }, {
2966
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
2978
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
2967
2979
  direction: "incoming" | "outgoing" | "system";
2968
2980
  id?: string | undefined;
2969
2981
  message?: string | undefined;
@@ -3188,6 +3200,7 @@ export declare const SendMessageWithActionTypeSchema: z.ZodObject<{
3188
3200
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
3189
3201
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
3190
3202
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
3203
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
3191
3204
  }, "strip", z.ZodTypeAny, {
3192
3205
  name: string;
3193
3206
  id: string;
@@ -3217,6 +3230,7 @@ export declare const SendMessageWithActionTypeSchema: z.ZodObject<{
3217
3230
  lineRichMenuId?: string | null | undefined;
3218
3231
  messengerIntegrationType?: "own" | "business" | undefined;
3219
3232
  facebookFeedIntegrationType?: "own" | "business" | undefined;
3233
+ isCSATEnabled?: boolean | undefined;
3220
3234
  }, {
3221
3235
  name: string;
3222
3236
  id: string;
@@ -3246,6 +3260,7 @@ export declare const SendMessageWithActionTypeSchema: z.ZodObject<{
3246
3260
  lineRichMenuId?: string | null | undefined;
3247
3261
  messengerIntegrationType?: "own" | "business" | undefined;
3248
3262
  facebookFeedIntegrationType?: "own" | "business" | undefined;
3263
+ isCSATEnabled?: boolean | undefined;
3249
3264
  }>;
3250
3265
  platformId: z.ZodString;
3251
3266
  brandName: z.ZodString;
@@ -3305,6 +3320,7 @@ export declare const SendMessageWithActionTypeSchema: z.ZodObject<{
3305
3320
  lineRichMenuId?: string | null | undefined;
3306
3321
  messengerIntegrationType?: "own" | "business" | undefined;
3307
3322
  facebookFeedIntegrationType?: "own" | "business" | undefined;
3323
+ isCSATEnabled?: boolean | undefined;
3308
3324
  };
3309
3325
  status: boolean;
3310
3326
  brandName: string;
@@ -3352,6 +3368,7 @@ export declare const SendMessageWithActionTypeSchema: z.ZodObject<{
3352
3368
  lineRichMenuId?: string | null | undefined;
3353
3369
  messengerIntegrationType?: "own" | "business" | undefined;
3354
3370
  facebookFeedIntegrationType?: "own" | "business" | undefined;
3371
+ isCSATEnabled?: boolean | undefined;
3355
3372
  };
3356
3373
  status: boolean;
3357
3374
  brandName: string;
@@ -3404,6 +3421,7 @@ export declare const SendMessageWithActionTypeSchema: z.ZodObject<{
3404
3421
  lineRichMenuId?: string | null | undefined;
3405
3422
  messengerIntegrationType?: "own" | "business" | undefined;
3406
3423
  facebookFeedIntegrationType?: "own" | "business" | undefined;
3424
+ isCSATEnabled?: boolean | undefined;
3407
3425
  };
3408
3426
  status: boolean;
3409
3427
  brandName: string;
@@ -3495,6 +3513,7 @@ export declare const SendMessageWithActionTypeSchema: z.ZodObject<{
3495
3513
  lineRichMenuId?: string | null | undefined;
3496
3514
  messengerIntegrationType?: "own" | "business" | undefined;
3497
3515
  facebookFeedIntegrationType?: "own" | "business" | undefined;
3516
+ isCSATEnabled?: boolean | undefined;
3498
3517
  };
3499
3518
  status: boolean;
3500
3519
  brandName: string;
@@ -3565,7 +3584,7 @@ export declare const SendMessageWithActionTypeSchema: z.ZodObject<{
3565
3584
  }>>;
3566
3585
  }, "strip", z.ZodTypeAny, {
3567
3586
  message: {
3568
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
3587
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
3569
3588
  direction: "incoming" | "outgoing" | "system";
3570
3589
  id?: string | undefined;
3571
3590
  message?: string | undefined;
@@ -3635,6 +3654,7 @@ export declare const SendMessageWithActionTypeSchema: z.ZodObject<{
3635
3654
  lineRichMenuId?: string | null | undefined;
3636
3655
  messengerIntegrationType?: "own" | "business" | undefined;
3637
3656
  facebookFeedIntegrationType?: "own" | "business" | undefined;
3657
+ isCSATEnabled?: boolean | undefined;
3638
3658
  };
3639
3659
  status: boolean;
3640
3660
  brandName: string;
@@ -3699,7 +3719,7 @@ export declare const SendMessageWithActionTypeSchema: z.ZodObject<{
3699
3719
  } | undefined;
3700
3720
  }, {
3701
3721
  message: {
3702
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
3722
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
3703
3723
  direction: "incoming" | "outgoing" | "system";
3704
3724
  id?: string | undefined;
3705
3725
  message?: string | undefined;
@@ -3769,6 +3789,7 @@ export declare const SendMessageWithActionTypeSchema: z.ZodObject<{
3769
3789
  lineRichMenuId?: string | null | undefined;
3770
3790
  messengerIntegrationType?: "own" | "business" | undefined;
3771
3791
  facebookFeedIntegrationType?: "own" | "business" | undefined;
3792
+ isCSATEnabled?: boolean | undefined;
3772
3793
  };
3773
3794
  status: boolean;
3774
3795
  brandName: string;
@@ -3835,7 +3856,7 @@ export declare const SendMessageWithActionTypeSchema: z.ZodObject<{
3835
3856
  export declare const SendMessageResponseSchema: z.ZodObject<{
3836
3857
  requestId: z.ZodString;
3837
3858
  data: z.ZodObject<{
3838
- 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"]>;
3859
+ 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"]>;
3839
3860
  message: z.ZodString;
3840
3861
  id: z.ZodString;
3841
3862
  url: z.ZodString;
@@ -5352,6 +5373,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
5352
5373
  channelId: string;
5353
5374
  socialPlatformId: string;
5354
5375
  }>;
5376
+ csatStatus: z.ZodNullable<z.ZodString>;
5355
5377
  actor: z.ZodObject<{
5356
5378
  id: z.ZodString;
5357
5379
  createdAt: z.ZodDate;
@@ -5830,6 +5852,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
5830
5852
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
5831
5853
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
5832
5854
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
5855
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
5833
5856
  }, "strip", z.ZodTypeAny, {
5834
5857
  name: string;
5835
5858
  id: string;
@@ -5859,6 +5882,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
5859
5882
  lineRichMenuId?: string | null | undefined;
5860
5883
  messengerIntegrationType?: "own" | "business" | undefined;
5861
5884
  facebookFeedIntegrationType?: "own" | "business" | undefined;
5885
+ isCSATEnabled?: boolean | undefined;
5862
5886
  }, {
5863
5887
  name: string;
5864
5888
  id: string;
@@ -5888,6 +5912,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
5888
5912
  lineRichMenuId?: string | null | undefined;
5889
5913
  messengerIntegrationType?: "own" | "business" | undefined;
5890
5914
  facebookFeedIntegrationType?: "own" | "business" | undefined;
5915
+ isCSATEnabled?: boolean | undefined;
5891
5916
  }>;
5892
5917
  brandName: z.ZodString;
5893
5918
  platformId: z.ZodString;
@@ -6151,6 +6176,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
6151
6176
  lineRichMenuId?: string | null | undefined;
6152
6177
  messengerIntegrationType?: "own" | "business" | undefined;
6153
6178
  facebookFeedIntegrationType?: "own" | "business" | undefined;
6179
+ isCSATEnabled?: boolean | undefined;
6154
6180
  };
6155
6181
  status: boolean;
6156
6182
  createdAt: Date;
@@ -6245,6 +6271,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
6245
6271
  lineRichMenuId?: string | null | undefined;
6246
6272
  messengerIntegrationType?: "own" | "business" | undefined;
6247
6273
  facebookFeedIntegrationType?: "own" | "business" | undefined;
6274
+ isCSATEnabled?: boolean | undefined;
6248
6275
  };
6249
6276
  status: boolean;
6250
6277
  createdAt: Date;
@@ -6903,6 +6930,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
6903
6930
  lineRichMenuId?: string | null | undefined;
6904
6931
  messengerIntegrationType?: "own" | "business" | undefined;
6905
6932
  facebookFeedIntegrationType?: "own" | "business" | undefined;
6933
+ isCSATEnabled?: boolean | undefined;
6906
6934
  };
6907
6935
  status: boolean;
6908
6936
  createdAt: Date;
@@ -7194,6 +7222,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
7194
7222
  closedAt: Date;
7195
7223
  lastMessageAt: Date | null;
7196
7224
  isBotRoom: boolean;
7225
+ csatStatus: string | null;
7197
7226
  cxlog: {
7198
7227
  id: string;
7199
7228
  channel: string | null;
@@ -7330,6 +7359,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
7330
7359
  lineRichMenuId?: string | null | undefined;
7331
7360
  messengerIntegrationType?: "own" | "business" | undefined;
7332
7361
  facebookFeedIntegrationType?: "own" | "business" | undefined;
7362
+ isCSATEnabled?: boolean | undefined;
7333
7363
  };
7334
7364
  status: boolean;
7335
7365
  createdAt: Date;
@@ -7621,6 +7651,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
7621
7651
  closedAt: Date;
7622
7652
  lastMessageAt: Date | null;
7623
7653
  isBotRoom: boolean;
7654
+ csatStatus: string | null;
7624
7655
  cxlog: {
7625
7656
  id: string;
7626
7657
  channel: string | null;
@@ -7761,7 +7792,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
7761
7792
  deletedAt: z.ZodNullable<z.ZodDate>;
7762
7793
  message: z.ZodString;
7763
7794
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
7764
- 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"]>;
7795
+ 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"]>;
7765
7796
  readAt: z.ZodDate;
7766
7797
  metadata: z.ZodAny;
7767
7798
  platformId: z.ZodString;
@@ -8419,7 +8450,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
8419
8450
  };
8420
8451
  }>;
8421
8452
  }, "strip", z.ZodTypeAny, {
8422
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
8453
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
8423
8454
  message: string;
8424
8455
  id: string;
8425
8456
  url: string;
@@ -8581,7 +8612,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
8581
8612
  metadata?: any;
8582
8613
  template?: any;
8583
8614
  }, {
8584
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
8615
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
8585
8616
  message: string;
8586
8617
  id: string;
8587
8618
  url: string;
@@ -8955,7 +8986,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
8955
8986
  deletedAt: z.ZodNullable<z.ZodDate>;
8956
8987
  message: z.ZodString;
8957
8988
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
8958
- 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"]>;
8989
+ 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"]>;
8959
8990
  readAt: z.ZodDate;
8960
8991
  metadata: z.ZodAny;
8961
8992
  platformId: z.ZodString;
@@ -10029,6 +10060,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
10029
10060
  channelId: string;
10030
10061
  socialPlatformId: string;
10031
10062
  }>;
10063
+ csatStatus: z.ZodNullable<z.ZodString>;
10032
10064
  actor: z.ZodObject<{
10033
10065
  id: z.ZodString;
10034
10066
  createdAt: z.ZodDate;
@@ -10507,6 +10539,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
10507
10539
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
10508
10540
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
10509
10541
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
10542
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
10510
10543
  }, "strip", z.ZodTypeAny, {
10511
10544
  name: string;
10512
10545
  id: string;
@@ -10536,6 +10569,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
10536
10569
  lineRichMenuId?: string | null | undefined;
10537
10570
  messengerIntegrationType?: "own" | "business" | undefined;
10538
10571
  facebookFeedIntegrationType?: "own" | "business" | undefined;
10572
+ isCSATEnabled?: boolean | undefined;
10539
10573
  }, {
10540
10574
  name: string;
10541
10575
  id: string;
@@ -10565,6 +10599,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
10565
10599
  lineRichMenuId?: string | null | undefined;
10566
10600
  messengerIntegrationType?: "own" | "business" | undefined;
10567
10601
  facebookFeedIntegrationType?: "own" | "business" | undefined;
10602
+ isCSATEnabled?: boolean | undefined;
10568
10603
  }>;
10569
10604
  brandName: z.ZodString;
10570
10605
  platformId: z.ZodString;
@@ -10828,6 +10863,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
10828
10863
  lineRichMenuId?: string | null | undefined;
10829
10864
  messengerIntegrationType?: "own" | "business" | undefined;
10830
10865
  facebookFeedIntegrationType?: "own" | "business" | undefined;
10866
+ isCSATEnabled?: boolean | undefined;
10831
10867
  };
10832
10868
  status: boolean;
10833
10869
  createdAt: Date;
@@ -10922,6 +10958,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
10922
10958
  lineRichMenuId?: string | null | undefined;
10923
10959
  messengerIntegrationType?: "own" | "business" | undefined;
10924
10960
  facebookFeedIntegrationType?: "own" | "business" | undefined;
10961
+ isCSATEnabled?: boolean | undefined;
10925
10962
  };
10926
10963
  status: boolean;
10927
10964
  createdAt: Date;
@@ -11580,6 +11617,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
11580
11617
  lineRichMenuId?: string | null | undefined;
11581
11618
  messengerIntegrationType?: "own" | "business" | undefined;
11582
11619
  facebookFeedIntegrationType?: "own" | "business" | undefined;
11620
+ isCSATEnabled?: boolean | undefined;
11583
11621
  };
11584
11622
  status: boolean;
11585
11623
  createdAt: Date;
@@ -11871,6 +11909,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
11871
11909
  closedAt: Date;
11872
11910
  lastMessageAt: Date | null;
11873
11911
  isBotRoom: boolean;
11912
+ csatStatus: string | null;
11874
11913
  cxlog: {
11875
11914
  id: string;
11876
11915
  channel: string | null;
@@ -12007,6 +12046,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
12007
12046
  lineRichMenuId?: string | null | undefined;
12008
12047
  messengerIntegrationType?: "own" | "business" | undefined;
12009
12048
  facebookFeedIntegrationType?: "own" | "business" | undefined;
12049
+ isCSATEnabled?: boolean | undefined;
12010
12050
  };
12011
12051
  status: boolean;
12012
12052
  createdAt: Date;
@@ -12298,6 +12338,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
12298
12338
  closedAt: Date;
12299
12339
  lastMessageAt: Date | null;
12300
12340
  isBotRoom: boolean;
12341
+ csatStatus: string | null;
12301
12342
  cxlog: {
12302
12343
  id: string;
12303
12344
  channel: string | null;
@@ -12441,7 +12482,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
12441
12482
  deletedAt: z.ZodNullable<z.ZodDate>;
12442
12483
  message: z.ZodString;
12443
12484
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
12444
- 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"]>;
12485
+ 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"]>;
12445
12486
  readAt: z.ZodDate;
12446
12487
  metadata: z.ZodAny;
12447
12488
  platformId: z.ZodString;
@@ -13099,7 +13140,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
13099
13140
  };
13100
13141
  }>;
13101
13142
  }, "strip", z.ZodTypeAny, {
13102
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
13143
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
13103
13144
  message: string;
13104
13145
  id: string;
13105
13146
  url: string;
@@ -13261,7 +13302,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
13261
13302
  metadata?: any;
13262
13303
  template?: any;
13263
13304
  }, {
13264
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
13305
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
13265
13306
  message: string;
13266
13307
  id: string;
13267
13308
  url: string;
@@ -14063,7 +14104,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
14063
14104
  editedMessageid: z.ZodString;
14064
14105
  label: z.ZodOptional<z.ZodString>;
14065
14106
  }, "strip", z.ZodTypeAny, {
14066
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
14107
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
14067
14108
  message: string;
14068
14109
  id: string;
14069
14110
  url: string;
@@ -14207,6 +14248,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
14207
14248
  lineRichMenuId?: string | null | undefined;
14208
14249
  messengerIntegrationType?: "own" | "business" | undefined;
14209
14250
  facebookFeedIntegrationType?: "own" | "business" | undefined;
14251
+ isCSATEnabled?: boolean | undefined;
14210
14252
  };
14211
14253
  status: boolean;
14212
14254
  createdAt: Date;
@@ -14498,6 +14540,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
14498
14540
  closedAt: Date;
14499
14541
  lastMessageAt: Date | null;
14500
14542
  isBotRoom: boolean;
14543
+ csatStatus: string | null;
14501
14544
  cxlog: {
14502
14545
  id: string;
14503
14546
  channel: string | null;
@@ -14616,7 +14659,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
14616
14659
  previewUrl: string;
14617
14660
  imageSetId: string;
14618
14661
  repliedMessage: {
14619
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
14662
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
14620
14663
  message: string;
14621
14664
  id: string;
14622
14665
  url: string;
@@ -14827,7 +14870,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
14827
14870
  template?: any;
14828
14871
  label?: string | undefined;
14829
14872
  }, {
14830
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
14873
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
14831
14874
  message: string;
14832
14875
  id: string;
14833
14876
  url: string;
@@ -14971,6 +15014,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
14971
15014
  lineRichMenuId?: string | null | undefined;
14972
15015
  messengerIntegrationType?: "own" | "business" | undefined;
14973
15016
  facebookFeedIntegrationType?: "own" | "business" | undefined;
15017
+ isCSATEnabled?: boolean | undefined;
14974
15018
  };
14975
15019
  status: boolean;
14976
15020
  createdAt: Date;
@@ -15262,6 +15306,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
15262
15306
  closedAt: Date;
15263
15307
  lastMessageAt: Date | null;
15264
15308
  isBotRoom: boolean;
15309
+ csatStatus: string | null;
15265
15310
  cxlog: {
15266
15311
  id: string;
15267
15312
  channel: string | null;
@@ -15380,7 +15425,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
15380
15425
  previewUrl: string;
15381
15426
  imageSetId: string;
15382
15427
  repliedMessage: {
15383
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
15428
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
15384
15429
  message: string;
15385
15430
  id: string;
15386
15431
  url: string;
@@ -15592,7 +15637,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
15592
15637
  label?: string | undefined;
15593
15638
  }>>>;
15594
15639
  }, "strip", z.ZodTypeAny, {
15595
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
15640
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
15596
15641
  message: string;
15597
15642
  id: string;
15598
15643
  url: string;
@@ -15736,6 +15781,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
15736
15781
  lineRichMenuId?: string | null | undefined;
15737
15782
  messengerIntegrationType?: "own" | "business" | undefined;
15738
15783
  facebookFeedIntegrationType?: "own" | "business" | undefined;
15784
+ isCSATEnabled?: boolean | undefined;
15739
15785
  };
15740
15786
  status: boolean;
15741
15787
  createdAt: Date;
@@ -16027,6 +16073,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
16027
16073
  closedAt: Date;
16028
16074
  lastMessageAt: Date | null;
16029
16075
  isBotRoom: boolean;
16076
+ csatStatus: string | null;
16030
16077
  cxlog: {
16031
16078
  id: string;
16032
16079
  channel: string | null;
@@ -16145,7 +16192,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
16145
16192
  previewUrl: string;
16146
16193
  imageSetId: string;
16147
16194
  repliedMessage: {
16148
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
16195
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
16149
16196
  message: string;
16150
16197
  id: string;
16151
16198
  url: string;
@@ -16356,7 +16403,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
16356
16403
  template?: any;
16357
16404
  metadata?: any;
16358
16405
  fromMessage?: {
16359
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
16406
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
16360
16407
  message: string;
16361
16408
  id: string;
16362
16409
  url: string;
@@ -16500,6 +16547,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
16500
16547
  lineRichMenuId?: string | null | undefined;
16501
16548
  messengerIntegrationType?: "own" | "business" | undefined;
16502
16549
  facebookFeedIntegrationType?: "own" | "business" | undefined;
16550
+ isCSATEnabled?: boolean | undefined;
16503
16551
  };
16504
16552
  status: boolean;
16505
16553
  createdAt: Date;
@@ -16791,6 +16839,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
16791
16839
  closedAt: Date;
16792
16840
  lastMessageAt: Date | null;
16793
16841
  isBotRoom: boolean;
16842
+ csatStatus: string | null;
16794
16843
  cxlog: {
16795
16844
  id: string;
16796
16845
  channel: string | null;
@@ -16909,7 +16958,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
16909
16958
  previewUrl: string;
16910
16959
  imageSetId: string;
16911
16960
  repliedMessage: {
16912
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
16961
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
16913
16962
  message: string;
16914
16963
  id: string;
16915
16964
  url: string;
@@ -17121,7 +17170,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
17121
17170
  label?: string | undefined;
17122
17171
  } | null | undefined;
17123
17172
  }, {
17124
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17173
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17125
17174
  message: string;
17126
17175
  id: string;
17127
17176
  url: string;
@@ -17265,6 +17314,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
17265
17314
  lineRichMenuId?: string | null | undefined;
17266
17315
  messengerIntegrationType?: "own" | "business" | undefined;
17267
17316
  facebookFeedIntegrationType?: "own" | "business" | undefined;
17317
+ isCSATEnabled?: boolean | undefined;
17268
17318
  };
17269
17319
  status: boolean;
17270
17320
  createdAt: Date;
@@ -17556,6 +17606,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
17556
17606
  closedAt: Date;
17557
17607
  lastMessageAt: Date | null;
17558
17608
  isBotRoom: boolean;
17609
+ csatStatus: string | null;
17559
17610
  cxlog: {
17560
17611
  id: string;
17561
17612
  channel: string | null;
@@ -17674,7 +17725,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
17674
17725
  previewUrl: string;
17675
17726
  imageSetId: string;
17676
17727
  repliedMessage: {
17677
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17728
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17678
17729
  message: string;
17679
17730
  id: string;
17680
17731
  url: string;
@@ -17885,7 +17936,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
17885
17936
  template?: any;
17886
17937
  metadata?: any;
17887
17938
  fromMessage?: {
17888
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17939
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17889
17940
  message: string;
17890
17941
  id: string;
17891
17942
  url: string;
@@ -18029,6 +18080,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
18029
18080
  lineRichMenuId?: string | null | undefined;
18030
18081
  messengerIntegrationType?: "own" | "business" | undefined;
18031
18082
  facebookFeedIntegrationType?: "own" | "business" | undefined;
18083
+ isCSATEnabled?: boolean | undefined;
18032
18084
  };
18033
18085
  status: boolean;
18034
18086
  createdAt: Date;
@@ -18320,6 +18372,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
18320
18372
  closedAt: Date;
18321
18373
  lastMessageAt: Date | null;
18322
18374
  isBotRoom: boolean;
18375
+ csatStatus: string | null;
18323
18376
  cxlog: {
18324
18377
  id: string;
18325
18378
  channel: string | null;
@@ -18438,7 +18491,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
18438
18491
  previewUrl: string;
18439
18492
  imageSetId: string;
18440
18493
  repliedMessage: {
18441
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
18494
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
18442
18495
  message: string;
18443
18496
  id: string;
18444
18497
  url: string;
@@ -18652,7 +18705,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
18652
18705
  }>;
18653
18706
  }, "strip", z.ZodTypeAny, {
18654
18707
  data: {
18655
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
18708
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
18656
18709
  message: string;
18657
18710
  id: string;
18658
18711
  url: string;
@@ -18796,6 +18849,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
18796
18849
  lineRichMenuId?: string | null | undefined;
18797
18850
  messengerIntegrationType?: "own" | "business" | undefined;
18798
18851
  facebookFeedIntegrationType?: "own" | "business" | undefined;
18852
+ isCSATEnabled?: boolean | undefined;
18799
18853
  };
18800
18854
  status: boolean;
18801
18855
  createdAt: Date;
@@ -19087,6 +19141,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
19087
19141
  closedAt: Date;
19088
19142
  lastMessageAt: Date | null;
19089
19143
  isBotRoom: boolean;
19144
+ csatStatus: string | null;
19090
19145
  cxlog: {
19091
19146
  id: string;
19092
19147
  channel: string | null;
@@ -19205,7 +19260,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
19205
19260
  previewUrl: string;
19206
19261
  imageSetId: string;
19207
19262
  repliedMessage: {
19208
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
19263
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
19209
19264
  message: string;
19210
19265
  id: string;
19211
19266
  url: string;
@@ -19416,7 +19471,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
19416
19471
  template?: any;
19417
19472
  metadata?: any;
19418
19473
  fromMessage?: {
19419
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
19474
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
19420
19475
  message: string;
19421
19476
  id: string;
19422
19477
  url: string;
@@ -19560,6 +19615,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
19560
19615
  lineRichMenuId?: string | null | undefined;
19561
19616
  messengerIntegrationType?: "own" | "business" | undefined;
19562
19617
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19618
+ isCSATEnabled?: boolean | undefined;
19563
19619
  };
19564
19620
  status: boolean;
19565
19621
  createdAt: Date;
@@ -19851,6 +19907,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
19851
19907
  closedAt: Date;
19852
19908
  lastMessageAt: Date | null;
19853
19909
  isBotRoom: boolean;
19910
+ csatStatus: string | null;
19854
19911
  cxlog: {
19855
19912
  id: string;
19856
19913
  channel: string | null;
@@ -19969,7 +20026,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
19969
20026
  previewUrl: string;
19970
20027
  imageSetId: string;
19971
20028
  repliedMessage: {
19972
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
20029
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
19973
20030
  message: string;
19974
20031
  id: string;
19975
20032
  url: string;
@@ -20184,7 +20241,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
20184
20241
  requestId: string;
20185
20242
  }, {
20186
20243
  data: {
20187
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
20244
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
20188
20245
  message: string;
20189
20246
  id: string;
20190
20247
  url: string;
@@ -20328,6 +20385,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
20328
20385
  lineRichMenuId?: string | null | undefined;
20329
20386
  messengerIntegrationType?: "own" | "business" | undefined;
20330
20387
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20388
+ isCSATEnabled?: boolean | undefined;
20331
20389
  };
20332
20390
  status: boolean;
20333
20391
  createdAt: Date;
@@ -20619,6 +20677,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
20619
20677
  closedAt: Date;
20620
20678
  lastMessageAt: Date | null;
20621
20679
  isBotRoom: boolean;
20680
+ csatStatus: string | null;
20622
20681
  cxlog: {
20623
20682
  id: string;
20624
20683
  channel: string | null;
@@ -20737,7 +20796,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
20737
20796
  previewUrl: string;
20738
20797
  imageSetId: string;
20739
20798
  repliedMessage: {
20740
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
20799
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
20741
20800
  message: string;
20742
20801
  id: string;
20743
20802
  url: string;
@@ -20948,7 +21007,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
20948
21007
  template?: any;
20949
21008
  metadata?: any;
20950
21009
  fromMessage?: {
20951
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
21010
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
20952
21011
  message: string;
20953
21012
  id: string;
20954
21013
  url: string;
@@ -21092,6 +21151,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
21092
21151
  lineRichMenuId?: string | null | undefined;
21093
21152
  messengerIntegrationType?: "own" | "business" | undefined;
21094
21153
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21154
+ isCSATEnabled?: boolean | undefined;
21095
21155
  };
21096
21156
  status: boolean;
21097
21157
  createdAt: Date;
@@ -21383,6 +21443,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
21383
21443
  closedAt: Date;
21384
21444
  lastMessageAt: Date | null;
21385
21445
  isBotRoom: boolean;
21446
+ csatStatus: string | null;
21386
21447
  cxlog: {
21387
21448
  id: string;
21388
21449
  channel: string | null;
@@ -21501,7 +21562,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
21501
21562
  previewUrl: string;
21502
21563
  imageSetId: string;
21503
21564
  repliedMessage: {
21504
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
21565
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
21505
21566
  message: string;
21506
21567
  id: string;
21507
21568
  url: string;
@@ -21784,6 +21845,7 @@ export declare const ChannelServiceResponseSchema: z.ZodObject<{
21784
21845
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
21785
21846
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
21786
21847
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
21848
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
21787
21849
  }, "strip", z.ZodTypeAny, {
21788
21850
  name: string;
21789
21851
  id: string;
@@ -21813,6 +21875,7 @@ export declare const ChannelServiceResponseSchema: z.ZodObject<{
21813
21875
  lineRichMenuId?: string | null | undefined;
21814
21876
  messengerIntegrationType?: "own" | "business" | undefined;
21815
21877
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21878
+ isCSATEnabled?: boolean | undefined;
21816
21879
  }, {
21817
21880
  name: string;
21818
21881
  id: string;
@@ -21842,6 +21905,7 @@ export declare const ChannelServiceResponseSchema: z.ZodObject<{
21842
21905
  lineRichMenuId?: string | null | undefined;
21843
21906
  messengerIntegrationType?: "own" | "business" | undefined;
21844
21907
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21908
+ isCSATEnabled?: boolean | undefined;
21845
21909
  }>;
21846
21910
  platformId: z.ZodString;
21847
21911
  brandName: z.ZodString;
@@ -21901,6 +21965,7 @@ export declare const ChannelServiceResponseSchema: z.ZodObject<{
21901
21965
  lineRichMenuId?: string | null | undefined;
21902
21966
  messengerIntegrationType?: "own" | "business" | undefined;
21903
21967
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21968
+ isCSATEnabled?: boolean | undefined;
21904
21969
  };
21905
21970
  status: boolean;
21906
21971
  brandName: string;
@@ -21948,6 +22013,7 @@ export declare const ChannelServiceResponseSchema: z.ZodObject<{
21948
22013
  lineRichMenuId?: string | null | undefined;
21949
22014
  messengerIntegrationType?: "own" | "business" | undefined;
21950
22015
  facebookFeedIntegrationType?: "own" | "business" | undefined;
22016
+ isCSATEnabled?: boolean | undefined;
21951
22017
  };
21952
22018
  status: boolean;
21953
22019
  brandName: string;
@@ -21997,6 +22063,7 @@ export declare const ChannelServiceResponseSchema: z.ZodObject<{
21997
22063
  lineRichMenuId?: string | null | undefined;
21998
22064
  messengerIntegrationType?: "own" | "business" | undefined;
21999
22065
  facebookFeedIntegrationType?: "own" | "business" | undefined;
22066
+ isCSATEnabled?: boolean | undefined;
22000
22067
  };
22001
22068
  status: boolean;
22002
22069
  brandName: string;
@@ -22047,6 +22114,7 @@ export declare const ChannelServiceResponseSchema: z.ZodObject<{
22047
22114
  lineRichMenuId?: string | null | undefined;
22048
22115
  messengerIntegrationType?: "own" | "business" | undefined;
22049
22116
  facebookFeedIntegrationType?: "own" | "business" | undefined;
22117
+ isCSATEnabled?: boolean | undefined;
22050
22118
  };
22051
22119
  status: boolean;
22052
22120
  brandName: string;
@@ -22072,7 +22140,7 @@ export declare const ReceiveMessageSchema: z.ZodObject<{
22072
22140
  deletedAt: z.ZodNullable<z.ZodString>;
22073
22141
  message: z.ZodOptional<z.ZodString>;
22074
22142
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
22075
- 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"]>;
22143
+ 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"]>;
22076
22144
  metadata: z.ZodAny;
22077
22145
  platformId: z.ZodString;
22078
22146
  platformMessageId: z.ZodString;
@@ -23504,6 +23572,7 @@ export declare const ReceiveMessageSchema: z.ZodObject<{
23504
23572
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
23505
23573
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
23506
23574
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
23575
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
23507
23576
  }, "strip", z.ZodTypeAny, {
23508
23577
  name: string;
23509
23578
  id: string;
@@ -23533,6 +23602,7 @@ export declare const ReceiveMessageSchema: z.ZodObject<{
23533
23602
  lineRichMenuId?: string | null | undefined;
23534
23603
  messengerIntegrationType?: "own" | "business" | undefined;
23535
23604
  facebookFeedIntegrationType?: "own" | "business" | undefined;
23605
+ isCSATEnabled?: boolean | undefined;
23536
23606
  }, {
23537
23607
  name: string;
23538
23608
  id: string;
@@ -23562,6 +23632,7 @@ export declare const ReceiveMessageSchema: z.ZodObject<{
23562
23632
  lineRichMenuId?: string | null | undefined;
23563
23633
  messengerIntegrationType?: "own" | "business" | undefined;
23564
23634
  facebookFeedIntegrationType?: "own" | "business" | undefined;
23635
+ isCSATEnabled?: boolean | undefined;
23565
23636
  }>;
23566
23637
  platformId: z.ZodString;
23567
23638
  brandName: z.ZodString;
@@ -23621,6 +23692,7 @@ export declare const ReceiveMessageSchema: z.ZodObject<{
23621
23692
  lineRichMenuId?: string | null | undefined;
23622
23693
  messengerIntegrationType?: "own" | "business" | undefined;
23623
23694
  facebookFeedIntegrationType?: "own" | "business" | undefined;
23695
+ isCSATEnabled?: boolean | undefined;
23624
23696
  };
23625
23697
  status: boolean;
23626
23698
  brandName: string;
@@ -23668,6 +23740,7 @@ export declare const ReceiveMessageSchema: z.ZodObject<{
23668
23740
  lineRichMenuId?: string | null | undefined;
23669
23741
  messengerIntegrationType?: "own" | "business" | undefined;
23670
23742
  facebookFeedIntegrationType?: "own" | "business" | undefined;
23743
+ isCSATEnabled?: boolean | undefined;
23671
23744
  };
23672
23745
  status: boolean;
23673
23746
  brandName: string;
@@ -24464,6 +24537,7 @@ export declare const ReceiveMessageSchema: z.ZodObject<{
24464
24537
  lineRichMenuId?: string | null | undefined;
24465
24538
  messengerIntegrationType?: "own" | "business" | undefined;
24466
24539
  facebookFeedIntegrationType?: "own" | "business" | undefined;
24540
+ isCSATEnabled?: boolean | undefined;
24467
24541
  };
24468
24542
  status: boolean;
24469
24543
  brandName: string;
@@ -24816,6 +24890,7 @@ export declare const ReceiveMessageSchema: z.ZodObject<{
24816
24890
  lineRichMenuId?: string | null | undefined;
24817
24891
  messengerIntegrationType?: "own" | "business" | undefined;
24818
24892
  facebookFeedIntegrationType?: "own" | "business" | undefined;
24893
+ isCSATEnabled?: boolean | undefined;
24819
24894
  };
24820
24895
  status: boolean;
24821
24896
  brandName: string;
@@ -25571,7 +25646,7 @@ export declare const ReceiveMessageSchema: z.ZodObject<{
25571
25646
  }>>>;
25572
25647
  label: z.ZodNullable<z.ZodOptional<z.ZodString>>;
25573
25648
  }, "strip", z.ZodTypeAny, {
25574
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
25649
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
25575
25650
  id: string;
25576
25651
  direction: "incoming" | "outgoing" | "system";
25577
25652
  createdAt: string;
@@ -25824,6 +25899,7 @@ export declare const ReceiveMessageSchema: z.ZodObject<{
25824
25899
  lineRichMenuId?: string | null | undefined;
25825
25900
  messengerIntegrationType?: "own" | "business" | undefined;
25826
25901
  facebookFeedIntegrationType?: "own" | "business" | undefined;
25902
+ isCSATEnabled?: boolean | undefined;
25827
25903
  };
25828
25904
  status: boolean;
25829
25905
  brandName: string;
@@ -26086,7 +26162,7 @@ export declare const ReceiveMessageSchema: z.ZodObject<{
26086
26162
  } | null | undefined;
26087
26163
  label?: string | null | undefined;
26088
26164
  }, {
26089
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
26165
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
26090
26166
  id: string;
26091
26167
  direction: "incoming" | "outgoing" | "system";
26092
26168
  createdAt: string;
@@ -26339,6 +26415,7 @@ export declare const ReceiveMessageSchema: z.ZodObject<{
26339
26415
  lineRichMenuId?: string | null | undefined;
26340
26416
  messengerIntegrationType?: "own" | "business" | undefined;
26341
26417
  facebookFeedIntegrationType?: "own" | "business" | undefined;
26418
+ isCSATEnabled?: boolean | undefined;
26342
26419
  };
26343
26420
  status: boolean;
26344
26421
  brandName: string;
@@ -26603,7 +26680,7 @@ export declare const ReceiveMessageSchema: z.ZodObject<{
26603
26680
  }>;
26604
26681
  }, "strip", z.ZodTypeAny, {
26605
26682
  message: {
26606
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
26683
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
26607
26684
  id: string;
26608
26685
  direction: "incoming" | "outgoing" | "system";
26609
26686
  createdAt: string;
@@ -26856,6 +26933,7 @@ export declare const ReceiveMessageSchema: z.ZodObject<{
26856
26933
  lineRichMenuId?: string | null | undefined;
26857
26934
  messengerIntegrationType?: "own" | "business" | undefined;
26858
26935
  facebookFeedIntegrationType?: "own" | "business" | undefined;
26936
+ isCSATEnabled?: boolean | undefined;
26859
26937
  };
26860
26938
  status: boolean;
26861
26939
  brandName: string;
@@ -27120,7 +27198,7 @@ export declare const ReceiveMessageSchema: z.ZodObject<{
27120
27198
  };
27121
27199
  }, {
27122
27200
  message: {
27123
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
27201
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
27124
27202
  id: string;
27125
27203
  direction: "incoming" | "outgoing" | "system";
27126
27204
  createdAt: string;
@@ -27373,6 +27451,7 @@ export declare const ReceiveMessageSchema: z.ZodObject<{
27373
27451
  lineRichMenuId?: string | null | undefined;
27374
27452
  messengerIntegrationType?: "own" | "business" | undefined;
27375
27453
  facebookFeedIntegrationType?: "own" | "business" | undefined;
27454
+ isCSATEnabled?: boolean | undefined;
27376
27455
  };
27377
27456
  status: boolean;
27378
27457
  brandName: string;