@kl1/contracts 1.2.63-uat → 1.2.65-uat

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. package/dist/api-contracts/src/channel/index.d.ts +1004 -5
  2. package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
  3. package/dist/api-contracts/src/channel/schema.d.ts +8 -0
  4. package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
  5. package/dist/api-contracts/src/channel/validation.d.ts +10 -0
  6. package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
  7. package/dist/api-contracts/src/chat/index.d.ts +515 -169
  8. package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
  9. package/dist/api-contracts/src/chat/schema.d.ts +124 -45
  10. package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
  11. package/dist/api-contracts/src/chat/validation.d.ts +151 -56
  12. package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
  13. package/dist/api-contracts/src/contract.d.ts +4046 -1361
  14. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  15. package/dist/api-contracts/src/cx-log/index.d.ts +11 -0
  16. package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
  17. package/dist/api-contracts/src/cx-log/schema.d.ts +9 -0
  18. package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
  19. package/dist/api-contracts/src/dashboard/index.d.ts +290 -1
  20. package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
  21. package/dist/api-contracts/src/dashboard/schema.d.ts +71 -0
  22. package/dist/api-contracts/src/dashboard/schema.d.ts.map +1 -1
  23. package/dist/api-contracts/src/facebook-feed/index.d.ts +165 -43
  24. package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
  25. package/dist/api-contracts/src/facebook-feed/schema.d.ts +10 -3
  26. package/dist/api-contracts/src/facebook-feed/schema.d.ts.map +1 -1
  27. package/dist/api-contracts/src/facebook-feed/validation.d.ts +5 -0
  28. package/dist/api-contracts/src/facebook-feed/validation.d.ts.map +1 -1
  29. package/dist/api-contracts/src/instagram/index.d.ts +132 -33
  30. package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
  31. package/dist/api-contracts/src/line/index.d.ts +131 -40
  32. package/dist/api-contracts/src/line/index.d.ts.map +1 -1
  33. package/dist/api-contracts/src/line/validation.d.ts +14 -5
  34. package/dist/api-contracts/src/line/validation.d.ts.map +1 -1
  35. package/dist/api-contracts/src/messenger/index.d.ts +132 -33
  36. package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
  37. package/dist/api-contracts/src/messenger/validation.d.ts +5 -0
  38. package/dist/api-contracts/src/messenger/validation.d.ts.map +1 -1
  39. package/dist/api-contracts/src/presence-status/index.d.ts +74 -50
  40. package/dist/api-contracts/src/presence-status/index.d.ts.map +1 -1
  41. package/dist/api-contracts/src/presence-status/schema.d.ts +11 -8
  42. package/dist/api-contracts/src/presence-status/schema.d.ts.map +1 -1
  43. package/dist/api-contracts/src/presence-status/validation.d.ts +18 -12
  44. package/dist/api-contracts/src/presence-status/validation.d.ts.map +1 -1
  45. package/dist/api-contracts/src/sms/index.d.ts +42 -5
  46. package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
  47. package/dist/api-contracts/src/telegram/index.d.ts +110 -33
  48. package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
  49. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +36 -439
  50. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts.map +1 -1
  51. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +15 -13
  52. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts.map +1 -1
  53. package/dist/api-contracts/src/telephony-agent-presence-status/validation.d.ts +0 -3
  54. package/dist/api-contracts/src/telephony-agent-presence-status/validation.d.ts.map +1 -1
  55. package/dist/api-contracts/src/user-presence-status-log/index.d.ts +24 -16
  56. package/dist/api-contracts/src/user-presence-status-log/index.d.ts.map +1 -1
  57. package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +30 -20
  58. package/dist/api-contracts/src/user-presence-status-log/schema.d.ts.map +1 -1
  59. package/dist/api-contracts/src/viber/index.d.ts +110 -33
  60. package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
  61. package/dist/api-contracts/src/webchat/index.d.ts +110 -33
  62. package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
  63. package/dist/api-contracts/src/whatsapp/index.d.ts +167 -39
  64. package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
  65. package/dist/api-contracts/src/whatsapp/validation.d.ts +3 -3
  66. package/dist/api-contracts/src/workflow-rule/index.d.ts +58 -12
  67. package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
  68. package/dist/entities/src/enums/chat.d.ts +12 -0
  69. package/dist/entities/src/enums/chat.d.ts.map +1 -1
  70. package/dist/index.js +1615 -1507
  71. package/dist/index.js.map +1 -1
  72. package/dist/index.mjs +1615 -1507
  73. package/dist/index.mjs.map +1 -1
  74. package/package.json +1 -1
@@ -270,7 +270,7 @@ export declare const ActionMessageSchema: z.ZodObject<{
270
270
  }>;
271
271
  export declare const SendMessageSchema: z.ZodObject<{
272
272
  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"]>;
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
274
274
  message: z.ZodOptional<z.ZodString>;
275
275
  messageAttachments: z.ZodOptional<z.ZodObject<{
276
276
  bucketName: z.ZodString;
@@ -535,7 +535,7 @@ export declare const SendMessageSchema: z.ZodObject<{
535
535
  mentions?: string[] | undefined;
536
536
  }>>;
537
537
  }, "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";
538
+ messageType: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
539
539
  roomId: string;
540
540
  message?: string | undefined;
541
541
  messageAttachments?: {
@@ -609,7 +609,7 @@ export declare const SendMessageSchema: z.ZodObject<{
609
609
  mentions?: string[] | undefined;
610
610
  } | undefined;
611
611
  }, {
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";
612
+ messageType: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
613
613
  roomId: string;
614
614
  message?: string | undefined;
615
615
  messageAttachments?: {
@@ -689,17 +689,17 @@ export declare const InitiateMessageSchema: z.ZodObject<{
689
689
  contactId: z.ZodOptional<z.ZodString>;
690
690
  message: z.ZodObject<{
691
691
  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"]>;
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", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
693
693
  }, "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";
694
+ messageType: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
695
695
  message?: string | undefined;
696
696
  }, {
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";
697
+ messageType: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
698
698
  message?: string | undefined;
699
699
  }>;
700
700
  }, "strip", z.ZodTypeAny, {
701
701
  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";
702
+ messageType: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
703
703
  message?: string | undefined;
704
704
  };
705
705
  channelId: string;
@@ -707,7 +707,7 @@ export declare const InitiateMessageSchema: z.ZodObject<{
707
707
  contactId?: string | undefined;
708
708
  }, {
709
709
  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";
710
+ messageType: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
711
711
  message?: string | undefined;
712
712
  };
713
713
  channelId: string;
@@ -846,6 +846,7 @@ export declare const ChannelSchema: z.ZodObject<{
846
846
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
847
847
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
848
848
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
849
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
849
850
  }, "strip", z.ZodTypeAny, {
850
851
  name: string;
851
852
  id: string;
@@ -875,6 +876,7 @@ export declare const ChannelSchema: z.ZodObject<{
875
876
  lineRichMenuId?: string | null | undefined;
876
877
  messengerIntegrationType?: "own" | "business" | undefined;
877
878
  facebookFeedIntegrationType?: "own" | "business" | undefined;
879
+ isCSATEnabled?: boolean | undefined;
878
880
  }, {
879
881
  name: string;
880
882
  id: string;
@@ -904,6 +906,7 @@ export declare const ChannelSchema: z.ZodObject<{
904
906
  lineRichMenuId?: string | null | undefined;
905
907
  messengerIntegrationType?: "own" | "business" | undefined;
906
908
  facebookFeedIntegrationType?: "own" | "business" | undefined;
909
+ isCSATEnabled?: boolean | undefined;
907
910
  }>;
908
911
  platformId: z.ZodString;
909
912
  brandName: z.ZodString;
@@ -963,6 +966,7 @@ export declare const ChannelSchema: z.ZodObject<{
963
966
  lineRichMenuId?: string | null | undefined;
964
967
  messengerIntegrationType?: "own" | "business" | undefined;
965
968
  facebookFeedIntegrationType?: "own" | "business" | undefined;
969
+ isCSATEnabled?: boolean | undefined;
966
970
  };
967
971
  status: boolean;
968
972
  brandName: string;
@@ -1010,6 +1014,7 @@ export declare const ChannelSchema: z.ZodObject<{
1010
1014
  lineRichMenuId?: string | null | undefined;
1011
1015
  messengerIntegrationType?: "own" | "business" | undefined;
1012
1016
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1017
+ isCSATEnabled?: boolean | undefined;
1013
1018
  };
1014
1019
  status: boolean;
1015
1020
  brandName: string;
@@ -1091,6 +1096,7 @@ export declare const ReloginChanelSchema: z.ZodObject<{
1091
1096
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1092
1097
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
1093
1098
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
1099
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
1094
1100
  }, "strip", z.ZodTypeAny, {
1095
1101
  name: string;
1096
1102
  id: string;
@@ -1120,6 +1126,7 @@ export declare const ReloginChanelSchema: z.ZodObject<{
1120
1126
  lineRichMenuId?: string | null | undefined;
1121
1127
  messengerIntegrationType?: "own" | "business" | undefined;
1122
1128
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1129
+ isCSATEnabled?: boolean | undefined;
1123
1130
  }, {
1124
1131
  name: string;
1125
1132
  id: string;
@@ -1149,6 +1156,7 @@ export declare const ReloginChanelSchema: z.ZodObject<{
1149
1156
  lineRichMenuId?: string | null | undefined;
1150
1157
  messengerIntegrationType?: "own" | "business" | undefined;
1151
1158
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1159
+ isCSATEnabled?: boolean | undefined;
1152
1160
  }>;
1153
1161
  status: z.ZodUnion<[z.ZodLiteral<true>, z.ZodLiteral<false>]>;
1154
1162
  actor: z.ZodOptional<z.ZodObject<{
@@ -1213,6 +1221,7 @@ export declare const ReloginChanelSchema: z.ZodObject<{
1213
1221
  lineRichMenuId?: string | null | undefined;
1214
1222
  messengerIntegrationType?: "own" | "business" | undefined;
1215
1223
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1224
+ isCSATEnabled?: boolean | undefined;
1216
1225
  };
1217
1226
  status: boolean;
1218
1227
  createdAt: string;
@@ -1264,6 +1273,7 @@ export declare const ReloginChanelSchema: z.ZodObject<{
1264
1273
  lineRichMenuId?: string | null | undefined;
1265
1274
  messengerIntegrationType?: "own" | "business" | undefined;
1266
1275
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1276
+ isCSATEnabled?: boolean | undefined;
1267
1277
  };
1268
1278
  status: boolean;
1269
1279
  createdAt: string;
@@ -1353,6 +1363,7 @@ export declare const DeleteMessageToPlatformSchema: z.ZodObject<{
1353
1363
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1354
1364
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
1355
1365
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
1366
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
1356
1367
  }, "strip", z.ZodTypeAny, {
1357
1368
  name: string;
1358
1369
  id: string;
@@ -1382,6 +1393,7 @@ export declare const DeleteMessageToPlatformSchema: z.ZodObject<{
1382
1393
  lineRichMenuId?: string | null | undefined;
1383
1394
  messengerIntegrationType?: "own" | "business" | undefined;
1384
1395
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1396
+ isCSATEnabled?: boolean | undefined;
1385
1397
  }, {
1386
1398
  name: string;
1387
1399
  id: string;
@@ -1411,6 +1423,7 @@ export declare const DeleteMessageToPlatformSchema: z.ZodObject<{
1411
1423
  lineRichMenuId?: string | null | undefined;
1412
1424
  messengerIntegrationType?: "own" | "business" | undefined;
1413
1425
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1426
+ isCSATEnabled?: boolean | undefined;
1414
1427
  }>;
1415
1428
  platformId: z.ZodString;
1416
1429
  brandName: z.ZodString;
@@ -1470,6 +1483,7 @@ export declare const DeleteMessageToPlatformSchema: z.ZodObject<{
1470
1483
  lineRichMenuId?: string | null | undefined;
1471
1484
  messengerIntegrationType?: "own" | "business" | undefined;
1472
1485
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1486
+ isCSATEnabled?: boolean | undefined;
1473
1487
  };
1474
1488
  status: boolean;
1475
1489
  brandName: string;
@@ -1517,6 +1531,7 @@ export declare const DeleteMessageToPlatformSchema: z.ZodObject<{
1517
1531
  lineRichMenuId?: string | null | undefined;
1518
1532
  messengerIntegrationType?: "own" | "business" | undefined;
1519
1533
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1534
+ isCSATEnabled?: boolean | undefined;
1520
1535
  };
1521
1536
  status: boolean;
1522
1537
  brandName: string;
@@ -1567,6 +1582,7 @@ export declare const DeleteMessageToPlatformSchema: z.ZodObject<{
1567
1582
  lineRichMenuId?: string | null | undefined;
1568
1583
  messengerIntegrationType?: "own" | "business" | undefined;
1569
1584
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1585
+ isCSATEnabled?: boolean | undefined;
1570
1586
  };
1571
1587
  status: boolean;
1572
1588
  brandName: string;
@@ -1617,6 +1633,7 @@ export declare const DeleteMessageToPlatformSchema: z.ZodObject<{
1617
1633
  lineRichMenuId?: string | null | undefined;
1618
1634
  messengerIntegrationType?: "own" | "business" | undefined;
1619
1635
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1636
+ isCSATEnabled?: boolean | undefined;
1620
1637
  };
1621
1638
  status: boolean;
1622
1639
  brandName: string;
@@ -1637,7 +1654,7 @@ export declare const DeleteMessageToPlatformSchema: z.ZodObject<{
1637
1654
  id: z.ZodOptional<z.ZodString>;
1638
1655
  message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1639
1656
  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"]>;
1657
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
1641
1658
  readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
1642
1659
  metadata: z.ZodOptional<z.ZodAny>;
1643
1660
  platformId: z.ZodOptional<z.ZodString>;
@@ -1689,7 +1706,7 @@ export declare const DeleteMessageToPlatformSchema: z.ZodObject<{
1689
1706
  parentMessageId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1690
1707
  feedPostId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1691
1708
  }, "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";
1709
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
1693
1710
  direction: "incoming" | "outgoing" | "system";
1694
1711
  id?: string | undefined;
1695
1712
  message?: string | null | undefined;
@@ -1720,7 +1737,7 @@ export declare const DeleteMessageToPlatformSchema: z.ZodObject<{
1720
1737
  parentMessageId?: string | null | undefined;
1721
1738
  feedPostId?: string | null | undefined;
1722
1739
  }, {
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";
1740
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
1724
1741
  direction: "incoming" | "outgoing" | "system";
1725
1742
  id?: string | undefined;
1726
1743
  message?: string | null | undefined;
@@ -1753,7 +1770,7 @@ export declare const DeleteMessageToPlatformSchema: z.ZodObject<{
1753
1770
  }>;
1754
1771
  }, "strip", z.ZodTypeAny, {
1755
1772
  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";
1773
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
1757
1774
  direction: "incoming" | "outgoing" | "system";
1758
1775
  id?: string | undefined;
1759
1776
  message?: string | null | undefined;
@@ -1819,6 +1836,7 @@ export declare const DeleteMessageToPlatformSchema: z.ZodObject<{
1819
1836
  lineRichMenuId?: string | null | undefined;
1820
1837
  messengerIntegrationType?: "own" | "business" | undefined;
1821
1838
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1839
+ isCSATEnabled?: boolean | undefined;
1822
1840
  };
1823
1841
  status: boolean;
1824
1842
  brandName: string;
@@ -1837,7 +1855,7 @@ export declare const DeleteMessageToPlatformSchema: z.ZodObject<{
1837
1855
  };
1838
1856
  }, {
1839
1857
  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";
1858
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
1841
1859
  direction: "incoming" | "outgoing" | "system";
1842
1860
  id?: string | undefined;
1843
1861
  message?: string | null | undefined;
@@ -1903,6 +1921,7 @@ export declare const DeleteMessageToPlatformSchema: z.ZodObject<{
1903
1921
  lineRichMenuId?: string | null | undefined;
1904
1922
  messengerIntegrationType?: "own" | "business" | undefined;
1905
1923
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1924
+ isCSATEnabled?: boolean | undefined;
1906
1925
  };
1907
1926
  status: boolean;
1908
1927
  brandName: string;
@@ -2112,6 +2131,7 @@ export declare const SendMessageToPlatformSchema: z.ZodObject<{
2112
2131
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2113
2132
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
2114
2133
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
2134
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
2115
2135
  }, "strip", z.ZodTypeAny, {
2116
2136
  name: string;
2117
2137
  id: string;
@@ -2141,6 +2161,7 @@ export declare const SendMessageToPlatformSchema: z.ZodObject<{
2141
2161
  lineRichMenuId?: string | null | undefined;
2142
2162
  messengerIntegrationType?: "own" | "business" | undefined;
2143
2163
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2164
+ isCSATEnabled?: boolean | undefined;
2144
2165
  }, {
2145
2166
  name: string;
2146
2167
  id: string;
@@ -2170,6 +2191,7 @@ export declare const SendMessageToPlatformSchema: z.ZodObject<{
2170
2191
  lineRichMenuId?: string | null | undefined;
2171
2192
  messengerIntegrationType?: "own" | "business" | undefined;
2172
2193
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2194
+ isCSATEnabled?: boolean | undefined;
2173
2195
  }>;
2174
2196
  platformId: z.ZodString;
2175
2197
  brandName: z.ZodString;
@@ -2229,6 +2251,7 @@ export declare const SendMessageToPlatformSchema: z.ZodObject<{
2229
2251
  lineRichMenuId?: string | null | undefined;
2230
2252
  messengerIntegrationType?: "own" | "business" | undefined;
2231
2253
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2254
+ isCSATEnabled?: boolean | undefined;
2232
2255
  };
2233
2256
  status: boolean;
2234
2257
  brandName: string;
@@ -2276,6 +2299,7 @@ export declare const SendMessageToPlatformSchema: z.ZodObject<{
2276
2299
  lineRichMenuId?: string | null | undefined;
2277
2300
  messengerIntegrationType?: "own" | "business" | undefined;
2278
2301
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2302
+ isCSATEnabled?: boolean | undefined;
2279
2303
  };
2280
2304
  status: boolean;
2281
2305
  brandName: string;
@@ -2328,6 +2352,7 @@ export declare const SendMessageToPlatformSchema: z.ZodObject<{
2328
2352
  lineRichMenuId?: string | null | undefined;
2329
2353
  messengerIntegrationType?: "own" | "business" | undefined;
2330
2354
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2355
+ isCSATEnabled?: boolean | undefined;
2331
2356
  };
2332
2357
  status: boolean;
2333
2358
  brandName: string;
@@ -2419,6 +2444,7 @@ export declare const SendMessageToPlatformSchema: z.ZodObject<{
2419
2444
  lineRichMenuId?: string | null | undefined;
2420
2445
  messengerIntegrationType?: "own" | "business" | undefined;
2421
2446
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2447
+ isCSATEnabled?: boolean | undefined;
2422
2448
  };
2423
2449
  status: boolean;
2424
2450
  brandName: string;
@@ -2480,7 +2506,7 @@ export declare const SendMessageToPlatformSchema: z.ZodObject<{
2480
2506
  id: z.ZodOptional<z.ZodString>;
2481
2507
  message: z.ZodOptional<z.ZodString>;
2482
2508
  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"]>;
2509
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
2484
2510
  readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
2485
2511
  metadata: z.ZodOptional<z.ZodAny>;
2486
2512
  platformId: z.ZodOptional<z.ZodString>;
@@ -2536,7 +2562,7 @@ export declare const SendMessageToPlatformSchema: z.ZodObject<{
2536
2562
  editedAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
2537
2563
  label: z.ZodOptional<z.ZodString>;
2538
2564
  }, "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";
2565
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
2540
2566
  direction: "incoming" | "outgoing" | "system";
2541
2567
  id?: string | undefined;
2542
2568
  message?: string | undefined;
@@ -2571,7 +2597,7 @@ export declare const SendMessageToPlatformSchema: z.ZodObject<{
2571
2597
  editedAt?: string | Date | null | undefined;
2572
2598
  label?: string | undefined;
2573
2599
  }, {
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";
2600
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
2575
2601
  direction: "incoming" | "outgoing" | "system";
2576
2602
  id?: string | undefined;
2577
2603
  message?: string | undefined;
@@ -2608,7 +2634,7 @@ export declare const SendMessageToPlatformSchema: z.ZodObject<{
2608
2634
  }>;
2609
2635
  }, "strip", z.ZodTypeAny, {
2610
2636
  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";
2637
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
2612
2638
  direction: "incoming" | "outgoing" | "system";
2613
2639
  id?: string | undefined;
2614
2640
  message?: string | undefined;
@@ -2678,6 +2704,7 @@ export declare const SendMessageToPlatformSchema: z.ZodObject<{
2678
2704
  lineRichMenuId?: string | null | undefined;
2679
2705
  messengerIntegrationType?: "own" | "business" | undefined;
2680
2706
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2707
+ isCSATEnabled?: boolean | undefined;
2681
2708
  };
2682
2709
  status: boolean;
2683
2710
  brandName: string;
@@ -2738,7 +2765,7 @@ export declare const SendMessageToPlatformSchema: z.ZodObject<{
2738
2765
  isBot: boolean | null;
2739
2766
  }, {
2740
2767
  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";
2768
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
2742
2769
  direction: "incoming" | "outgoing" | "system";
2743
2770
  id?: string | undefined;
2744
2771
  message?: string | undefined;
@@ -2808,6 +2835,7 @@ export declare const SendMessageToPlatformSchema: z.ZodObject<{
2808
2835
  lineRichMenuId?: string | null | undefined;
2809
2836
  messengerIntegrationType?: "own" | "business" | undefined;
2810
2837
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2838
+ isCSATEnabled?: boolean | undefined;
2811
2839
  };
2812
2840
  status: boolean;
2813
2841
  brandName: string;
@@ -2872,7 +2900,7 @@ export declare const SendMessageWithActionTypeSchema: z.ZodObject<{
2872
2900
  id: z.ZodOptional<z.ZodString>;
2873
2901
  message: z.ZodOptional<z.ZodString>;
2874
2902
  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"]>;
2903
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
2876
2904
  readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
2877
2905
  metadata: z.ZodOptional<z.ZodAny>;
2878
2906
  platformId: z.ZodOptional<z.ZodString>;
@@ -2928,7 +2956,7 @@ export declare const SendMessageWithActionTypeSchema: z.ZodObject<{
2928
2956
  editedAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
2929
2957
  label: z.ZodOptional<z.ZodString>;
2930
2958
  }, "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";
2959
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
2932
2960
  direction: "incoming" | "outgoing" | "system";
2933
2961
  id?: string | undefined;
2934
2962
  message?: string | undefined;
@@ -2963,7 +2991,7 @@ export declare const SendMessageWithActionTypeSchema: z.ZodObject<{
2963
2991
  editedAt?: string | Date | null | undefined;
2964
2992
  label?: string | undefined;
2965
2993
  }, {
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";
2994
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
2967
2995
  direction: "incoming" | "outgoing" | "system";
2968
2996
  id?: string | undefined;
2969
2997
  message?: string | undefined;
@@ -3188,6 +3216,7 @@ export declare const SendMessageWithActionTypeSchema: z.ZodObject<{
3188
3216
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
3189
3217
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
3190
3218
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
3219
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
3191
3220
  }, "strip", z.ZodTypeAny, {
3192
3221
  name: string;
3193
3222
  id: string;
@@ -3217,6 +3246,7 @@ export declare const SendMessageWithActionTypeSchema: z.ZodObject<{
3217
3246
  lineRichMenuId?: string | null | undefined;
3218
3247
  messengerIntegrationType?: "own" | "business" | undefined;
3219
3248
  facebookFeedIntegrationType?: "own" | "business" | undefined;
3249
+ isCSATEnabled?: boolean | undefined;
3220
3250
  }, {
3221
3251
  name: string;
3222
3252
  id: string;
@@ -3246,6 +3276,7 @@ export declare const SendMessageWithActionTypeSchema: z.ZodObject<{
3246
3276
  lineRichMenuId?: string | null | undefined;
3247
3277
  messengerIntegrationType?: "own" | "business" | undefined;
3248
3278
  facebookFeedIntegrationType?: "own" | "business" | undefined;
3279
+ isCSATEnabled?: boolean | undefined;
3249
3280
  }>;
3250
3281
  platformId: z.ZodString;
3251
3282
  brandName: z.ZodString;
@@ -3305,6 +3336,7 @@ export declare const SendMessageWithActionTypeSchema: z.ZodObject<{
3305
3336
  lineRichMenuId?: string | null | undefined;
3306
3337
  messengerIntegrationType?: "own" | "business" | undefined;
3307
3338
  facebookFeedIntegrationType?: "own" | "business" | undefined;
3339
+ isCSATEnabled?: boolean | undefined;
3308
3340
  };
3309
3341
  status: boolean;
3310
3342
  brandName: string;
@@ -3352,6 +3384,7 @@ export declare const SendMessageWithActionTypeSchema: z.ZodObject<{
3352
3384
  lineRichMenuId?: string | null | undefined;
3353
3385
  messengerIntegrationType?: "own" | "business" | undefined;
3354
3386
  facebookFeedIntegrationType?: "own" | "business" | undefined;
3387
+ isCSATEnabled?: boolean | undefined;
3355
3388
  };
3356
3389
  status: boolean;
3357
3390
  brandName: string;
@@ -3404,6 +3437,7 @@ export declare const SendMessageWithActionTypeSchema: z.ZodObject<{
3404
3437
  lineRichMenuId?: string | null | undefined;
3405
3438
  messengerIntegrationType?: "own" | "business" | undefined;
3406
3439
  facebookFeedIntegrationType?: "own" | "business" | undefined;
3440
+ isCSATEnabled?: boolean | undefined;
3407
3441
  };
3408
3442
  status: boolean;
3409
3443
  brandName: string;
@@ -3495,6 +3529,7 @@ export declare const SendMessageWithActionTypeSchema: z.ZodObject<{
3495
3529
  lineRichMenuId?: string | null | undefined;
3496
3530
  messengerIntegrationType?: "own" | "business" | undefined;
3497
3531
  facebookFeedIntegrationType?: "own" | "business" | undefined;
3532
+ isCSATEnabled?: boolean | undefined;
3498
3533
  };
3499
3534
  status: boolean;
3500
3535
  brandName: string;
@@ -3565,7 +3600,7 @@ export declare const SendMessageWithActionTypeSchema: z.ZodObject<{
3565
3600
  }>>;
3566
3601
  }, "strip", z.ZodTypeAny, {
3567
3602
  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";
3603
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
3569
3604
  direction: "incoming" | "outgoing" | "system";
3570
3605
  id?: string | undefined;
3571
3606
  message?: string | undefined;
@@ -3635,6 +3670,7 @@ export declare const SendMessageWithActionTypeSchema: z.ZodObject<{
3635
3670
  lineRichMenuId?: string | null | undefined;
3636
3671
  messengerIntegrationType?: "own" | "business" | undefined;
3637
3672
  facebookFeedIntegrationType?: "own" | "business" | undefined;
3673
+ isCSATEnabled?: boolean | undefined;
3638
3674
  };
3639
3675
  status: boolean;
3640
3676
  brandName: string;
@@ -3699,7 +3735,7 @@ export declare const SendMessageWithActionTypeSchema: z.ZodObject<{
3699
3735
  } | undefined;
3700
3736
  }, {
3701
3737
  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";
3738
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
3703
3739
  direction: "incoming" | "outgoing" | "system";
3704
3740
  id?: string | undefined;
3705
3741
  message?: string | undefined;
@@ -3769,6 +3805,7 @@ export declare const SendMessageWithActionTypeSchema: z.ZodObject<{
3769
3805
  lineRichMenuId?: string | null | undefined;
3770
3806
  messengerIntegrationType?: "own" | "business" | undefined;
3771
3807
  facebookFeedIntegrationType?: "own" | "business" | undefined;
3808
+ isCSATEnabled?: boolean | undefined;
3772
3809
  };
3773
3810
  status: boolean;
3774
3811
  brandName: string;
@@ -3835,7 +3872,7 @@ export declare const SendMessageWithActionTypeSchema: z.ZodObject<{
3835
3872
  export declare const SendMessageResponseSchema: z.ZodObject<{
3836
3873
  requestId: z.ZodString;
3837
3874
  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"]>;
3875
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
3839
3876
  message: z.ZodString;
3840
3877
  id: z.ZodString;
3841
3878
  url: z.ZodString;
@@ -5352,6 +5389,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
5352
5389
  channelId: string;
5353
5390
  socialPlatformId: string;
5354
5391
  }>;
5392
+ csatStatus: z.ZodNullable<z.ZodString>;
5355
5393
  actor: z.ZodObject<{
5356
5394
  id: z.ZodString;
5357
5395
  createdAt: z.ZodDate;
@@ -5830,6 +5868,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
5830
5868
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
5831
5869
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
5832
5870
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
5871
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
5833
5872
  }, "strip", z.ZodTypeAny, {
5834
5873
  name: string;
5835
5874
  id: string;
@@ -5859,6 +5898,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
5859
5898
  lineRichMenuId?: string | null | undefined;
5860
5899
  messengerIntegrationType?: "own" | "business" | undefined;
5861
5900
  facebookFeedIntegrationType?: "own" | "business" | undefined;
5901
+ isCSATEnabled?: boolean | undefined;
5862
5902
  }, {
5863
5903
  name: string;
5864
5904
  id: string;
@@ -5888,6 +5928,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
5888
5928
  lineRichMenuId?: string | null | undefined;
5889
5929
  messengerIntegrationType?: "own" | "business" | undefined;
5890
5930
  facebookFeedIntegrationType?: "own" | "business" | undefined;
5931
+ isCSATEnabled?: boolean | undefined;
5891
5932
  }>;
5892
5933
  brandName: z.ZodString;
5893
5934
  platformId: z.ZodString;
@@ -6151,6 +6192,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
6151
6192
  lineRichMenuId?: string | null | undefined;
6152
6193
  messengerIntegrationType?: "own" | "business" | undefined;
6153
6194
  facebookFeedIntegrationType?: "own" | "business" | undefined;
6195
+ isCSATEnabled?: boolean | undefined;
6154
6196
  };
6155
6197
  status: boolean;
6156
6198
  createdAt: Date;
@@ -6245,6 +6287,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
6245
6287
  lineRichMenuId?: string | null | undefined;
6246
6288
  messengerIntegrationType?: "own" | "business" | undefined;
6247
6289
  facebookFeedIntegrationType?: "own" | "business" | undefined;
6290
+ isCSATEnabled?: boolean | undefined;
6248
6291
  };
6249
6292
  status: boolean;
6250
6293
  createdAt: Date;
@@ -6903,6 +6946,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
6903
6946
  lineRichMenuId?: string | null | undefined;
6904
6947
  messengerIntegrationType?: "own" | "business" | undefined;
6905
6948
  facebookFeedIntegrationType?: "own" | "business" | undefined;
6949
+ isCSATEnabled?: boolean | undefined;
6906
6950
  };
6907
6951
  status: boolean;
6908
6952
  createdAt: Date;
@@ -7194,6 +7238,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
7194
7238
  closedAt: Date;
7195
7239
  lastMessageAt: Date | null;
7196
7240
  isBotRoom: boolean;
7241
+ csatStatus: string | null;
7197
7242
  cxlog: {
7198
7243
  id: string;
7199
7244
  channel: string | null;
@@ -7330,6 +7375,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
7330
7375
  lineRichMenuId?: string | null | undefined;
7331
7376
  messengerIntegrationType?: "own" | "business" | undefined;
7332
7377
  facebookFeedIntegrationType?: "own" | "business" | undefined;
7378
+ isCSATEnabled?: boolean | undefined;
7333
7379
  };
7334
7380
  status: boolean;
7335
7381
  createdAt: Date;
@@ -7621,6 +7667,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
7621
7667
  closedAt: Date;
7622
7668
  lastMessageAt: Date | null;
7623
7669
  isBotRoom: boolean;
7670
+ csatStatus: string | null;
7624
7671
  cxlog: {
7625
7672
  id: string;
7626
7673
  channel: string | null;
@@ -7761,7 +7808,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
7761
7808
  deletedAt: z.ZodNullable<z.ZodDate>;
7762
7809
  message: z.ZodString;
7763
7810
  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"]>;
7811
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
7765
7812
  readAt: z.ZodDate;
7766
7813
  metadata: z.ZodAny;
7767
7814
  platformId: z.ZodString;
@@ -8419,7 +8466,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
8419
8466
  };
8420
8467
  }>;
8421
8468
  }, "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";
8469
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
8423
8470
  message: string;
8424
8471
  id: string;
8425
8472
  url: string;
@@ -8581,7 +8628,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
8581
8628
  metadata?: any;
8582
8629
  template?: any;
8583
8630
  }, {
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";
8631
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
8585
8632
  message: string;
8586
8633
  id: string;
8587
8634
  url: string;
@@ -8955,7 +9002,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
8955
9002
  deletedAt: z.ZodNullable<z.ZodDate>;
8956
9003
  message: z.ZodString;
8957
9004
  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"]>;
9005
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
8959
9006
  readAt: z.ZodDate;
8960
9007
  metadata: z.ZodAny;
8961
9008
  platformId: z.ZodString;
@@ -10029,6 +10076,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
10029
10076
  channelId: string;
10030
10077
  socialPlatformId: string;
10031
10078
  }>;
10079
+ csatStatus: z.ZodNullable<z.ZodString>;
10032
10080
  actor: z.ZodObject<{
10033
10081
  id: z.ZodString;
10034
10082
  createdAt: z.ZodDate;
@@ -10507,6 +10555,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
10507
10555
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
10508
10556
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
10509
10557
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
10558
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
10510
10559
  }, "strip", z.ZodTypeAny, {
10511
10560
  name: string;
10512
10561
  id: string;
@@ -10536,6 +10585,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
10536
10585
  lineRichMenuId?: string | null | undefined;
10537
10586
  messengerIntegrationType?: "own" | "business" | undefined;
10538
10587
  facebookFeedIntegrationType?: "own" | "business" | undefined;
10588
+ isCSATEnabled?: boolean | undefined;
10539
10589
  }, {
10540
10590
  name: string;
10541
10591
  id: string;
@@ -10565,6 +10615,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
10565
10615
  lineRichMenuId?: string | null | undefined;
10566
10616
  messengerIntegrationType?: "own" | "business" | undefined;
10567
10617
  facebookFeedIntegrationType?: "own" | "business" | undefined;
10618
+ isCSATEnabled?: boolean | undefined;
10568
10619
  }>;
10569
10620
  brandName: z.ZodString;
10570
10621
  platformId: z.ZodString;
@@ -10828,6 +10879,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
10828
10879
  lineRichMenuId?: string | null | undefined;
10829
10880
  messengerIntegrationType?: "own" | "business" | undefined;
10830
10881
  facebookFeedIntegrationType?: "own" | "business" | undefined;
10882
+ isCSATEnabled?: boolean | undefined;
10831
10883
  };
10832
10884
  status: boolean;
10833
10885
  createdAt: Date;
@@ -10922,6 +10974,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
10922
10974
  lineRichMenuId?: string | null | undefined;
10923
10975
  messengerIntegrationType?: "own" | "business" | undefined;
10924
10976
  facebookFeedIntegrationType?: "own" | "business" | undefined;
10977
+ isCSATEnabled?: boolean | undefined;
10925
10978
  };
10926
10979
  status: boolean;
10927
10980
  createdAt: Date;
@@ -11580,6 +11633,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
11580
11633
  lineRichMenuId?: string | null | undefined;
11581
11634
  messengerIntegrationType?: "own" | "business" | undefined;
11582
11635
  facebookFeedIntegrationType?: "own" | "business" | undefined;
11636
+ isCSATEnabled?: boolean | undefined;
11583
11637
  };
11584
11638
  status: boolean;
11585
11639
  createdAt: Date;
@@ -11871,6 +11925,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
11871
11925
  closedAt: Date;
11872
11926
  lastMessageAt: Date | null;
11873
11927
  isBotRoom: boolean;
11928
+ csatStatus: string | null;
11874
11929
  cxlog: {
11875
11930
  id: string;
11876
11931
  channel: string | null;
@@ -12007,6 +12062,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
12007
12062
  lineRichMenuId?: string | null | undefined;
12008
12063
  messengerIntegrationType?: "own" | "business" | undefined;
12009
12064
  facebookFeedIntegrationType?: "own" | "business" | undefined;
12065
+ isCSATEnabled?: boolean | undefined;
12010
12066
  };
12011
12067
  status: boolean;
12012
12068
  createdAt: Date;
@@ -12298,6 +12354,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
12298
12354
  closedAt: Date;
12299
12355
  lastMessageAt: Date | null;
12300
12356
  isBotRoom: boolean;
12357
+ csatStatus: string | null;
12301
12358
  cxlog: {
12302
12359
  id: string;
12303
12360
  channel: string | null;
@@ -12441,7 +12498,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
12441
12498
  deletedAt: z.ZodNullable<z.ZodDate>;
12442
12499
  message: z.ZodString;
12443
12500
  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"]>;
12501
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
12445
12502
  readAt: z.ZodDate;
12446
12503
  metadata: z.ZodAny;
12447
12504
  platformId: z.ZodString;
@@ -13099,7 +13156,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
13099
13156
  };
13100
13157
  }>;
13101
13158
  }, "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";
13159
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
13103
13160
  message: string;
13104
13161
  id: string;
13105
13162
  url: string;
@@ -13261,7 +13318,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
13261
13318
  metadata?: any;
13262
13319
  template?: any;
13263
13320
  }, {
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";
13321
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
13265
13322
  message: string;
13266
13323
  id: string;
13267
13324
  url: string;
@@ -14063,7 +14120,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
14063
14120
  editedMessageid: z.ZodString;
14064
14121
  label: z.ZodOptional<z.ZodString>;
14065
14122
  }, "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";
14123
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
14067
14124
  message: string;
14068
14125
  id: string;
14069
14126
  url: string;
@@ -14207,6 +14264,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
14207
14264
  lineRichMenuId?: string | null | undefined;
14208
14265
  messengerIntegrationType?: "own" | "business" | undefined;
14209
14266
  facebookFeedIntegrationType?: "own" | "business" | undefined;
14267
+ isCSATEnabled?: boolean | undefined;
14210
14268
  };
14211
14269
  status: boolean;
14212
14270
  createdAt: Date;
@@ -14498,6 +14556,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
14498
14556
  closedAt: Date;
14499
14557
  lastMessageAt: Date | null;
14500
14558
  isBotRoom: boolean;
14559
+ csatStatus: string | null;
14501
14560
  cxlog: {
14502
14561
  id: string;
14503
14562
  channel: string | null;
@@ -14616,7 +14675,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
14616
14675
  previewUrl: string;
14617
14676
  imageSetId: string;
14618
14677
  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";
14678
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
14620
14679
  message: string;
14621
14680
  id: string;
14622
14681
  url: string;
@@ -14827,7 +14886,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
14827
14886
  template?: any;
14828
14887
  label?: string | undefined;
14829
14888
  }, {
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";
14889
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
14831
14890
  message: string;
14832
14891
  id: string;
14833
14892
  url: string;
@@ -14971,6 +15030,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
14971
15030
  lineRichMenuId?: string | null | undefined;
14972
15031
  messengerIntegrationType?: "own" | "business" | undefined;
14973
15032
  facebookFeedIntegrationType?: "own" | "business" | undefined;
15033
+ isCSATEnabled?: boolean | undefined;
14974
15034
  };
14975
15035
  status: boolean;
14976
15036
  createdAt: Date;
@@ -15262,6 +15322,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
15262
15322
  closedAt: Date;
15263
15323
  lastMessageAt: Date | null;
15264
15324
  isBotRoom: boolean;
15325
+ csatStatus: string | null;
15265
15326
  cxlog: {
15266
15327
  id: string;
15267
15328
  channel: string | null;
@@ -15380,7 +15441,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
15380
15441
  previewUrl: string;
15381
15442
  imageSetId: string;
15382
15443
  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";
15444
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
15384
15445
  message: string;
15385
15446
  id: string;
15386
15447
  url: string;
@@ -15592,7 +15653,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
15592
15653
  label?: string | undefined;
15593
15654
  }>>>;
15594
15655
  }, "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";
15656
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
15596
15657
  message: string;
15597
15658
  id: string;
15598
15659
  url: string;
@@ -15736,6 +15797,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
15736
15797
  lineRichMenuId?: string | null | undefined;
15737
15798
  messengerIntegrationType?: "own" | "business" | undefined;
15738
15799
  facebookFeedIntegrationType?: "own" | "business" | undefined;
15800
+ isCSATEnabled?: boolean | undefined;
15739
15801
  };
15740
15802
  status: boolean;
15741
15803
  createdAt: Date;
@@ -16027,6 +16089,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
16027
16089
  closedAt: Date;
16028
16090
  lastMessageAt: Date | null;
16029
16091
  isBotRoom: boolean;
16092
+ csatStatus: string | null;
16030
16093
  cxlog: {
16031
16094
  id: string;
16032
16095
  channel: string | null;
@@ -16145,7 +16208,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
16145
16208
  previewUrl: string;
16146
16209
  imageSetId: string;
16147
16210
  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";
16211
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
16149
16212
  message: string;
16150
16213
  id: string;
16151
16214
  url: string;
@@ -16356,7 +16419,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
16356
16419
  template?: any;
16357
16420
  metadata?: any;
16358
16421
  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";
16422
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
16360
16423
  message: string;
16361
16424
  id: string;
16362
16425
  url: string;
@@ -16500,6 +16563,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
16500
16563
  lineRichMenuId?: string | null | undefined;
16501
16564
  messengerIntegrationType?: "own" | "business" | undefined;
16502
16565
  facebookFeedIntegrationType?: "own" | "business" | undefined;
16566
+ isCSATEnabled?: boolean | undefined;
16503
16567
  };
16504
16568
  status: boolean;
16505
16569
  createdAt: Date;
@@ -16791,6 +16855,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
16791
16855
  closedAt: Date;
16792
16856
  lastMessageAt: Date | null;
16793
16857
  isBotRoom: boolean;
16858
+ csatStatus: string | null;
16794
16859
  cxlog: {
16795
16860
  id: string;
16796
16861
  channel: string | null;
@@ -16909,7 +16974,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
16909
16974
  previewUrl: string;
16910
16975
  imageSetId: string;
16911
16976
  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";
16977
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
16913
16978
  message: string;
16914
16979
  id: string;
16915
16980
  url: string;
@@ -17121,7 +17186,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
17121
17186
  label?: string | undefined;
17122
17187
  } | null | undefined;
17123
17188
  }, {
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";
17189
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17125
17190
  message: string;
17126
17191
  id: string;
17127
17192
  url: string;
@@ -17265,6 +17330,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
17265
17330
  lineRichMenuId?: string | null | undefined;
17266
17331
  messengerIntegrationType?: "own" | "business" | undefined;
17267
17332
  facebookFeedIntegrationType?: "own" | "business" | undefined;
17333
+ isCSATEnabled?: boolean | undefined;
17268
17334
  };
17269
17335
  status: boolean;
17270
17336
  createdAt: Date;
@@ -17556,6 +17622,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
17556
17622
  closedAt: Date;
17557
17623
  lastMessageAt: Date | null;
17558
17624
  isBotRoom: boolean;
17625
+ csatStatus: string | null;
17559
17626
  cxlog: {
17560
17627
  id: string;
17561
17628
  channel: string | null;
@@ -17674,7 +17741,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
17674
17741
  previewUrl: string;
17675
17742
  imageSetId: string;
17676
17743
  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";
17744
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17678
17745
  message: string;
17679
17746
  id: string;
17680
17747
  url: string;
@@ -17885,7 +17952,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
17885
17952
  template?: any;
17886
17953
  metadata?: any;
17887
17954
  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";
17955
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17889
17956
  message: string;
17890
17957
  id: string;
17891
17958
  url: string;
@@ -18029,6 +18096,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
18029
18096
  lineRichMenuId?: string | null | undefined;
18030
18097
  messengerIntegrationType?: "own" | "business" | undefined;
18031
18098
  facebookFeedIntegrationType?: "own" | "business" | undefined;
18099
+ isCSATEnabled?: boolean | undefined;
18032
18100
  };
18033
18101
  status: boolean;
18034
18102
  createdAt: Date;
@@ -18320,6 +18388,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
18320
18388
  closedAt: Date;
18321
18389
  lastMessageAt: Date | null;
18322
18390
  isBotRoom: boolean;
18391
+ csatStatus: string | null;
18323
18392
  cxlog: {
18324
18393
  id: string;
18325
18394
  channel: string | null;
@@ -18438,7 +18507,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
18438
18507
  previewUrl: string;
18439
18508
  imageSetId: string;
18440
18509
  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";
18510
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
18442
18511
  message: string;
18443
18512
  id: string;
18444
18513
  url: string;
@@ -18652,7 +18721,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
18652
18721
  }>;
18653
18722
  }, "strip", z.ZodTypeAny, {
18654
18723
  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";
18724
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
18656
18725
  message: string;
18657
18726
  id: string;
18658
18727
  url: string;
@@ -18796,6 +18865,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
18796
18865
  lineRichMenuId?: string | null | undefined;
18797
18866
  messengerIntegrationType?: "own" | "business" | undefined;
18798
18867
  facebookFeedIntegrationType?: "own" | "business" | undefined;
18868
+ isCSATEnabled?: boolean | undefined;
18799
18869
  };
18800
18870
  status: boolean;
18801
18871
  createdAt: Date;
@@ -19087,6 +19157,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
19087
19157
  closedAt: Date;
19088
19158
  lastMessageAt: Date | null;
19089
19159
  isBotRoom: boolean;
19160
+ csatStatus: string | null;
19090
19161
  cxlog: {
19091
19162
  id: string;
19092
19163
  channel: string | null;
@@ -19205,7 +19276,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
19205
19276
  previewUrl: string;
19206
19277
  imageSetId: string;
19207
19278
  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";
19279
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
19209
19280
  message: string;
19210
19281
  id: string;
19211
19282
  url: string;
@@ -19416,7 +19487,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
19416
19487
  template?: any;
19417
19488
  metadata?: any;
19418
19489
  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";
19490
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
19420
19491
  message: string;
19421
19492
  id: string;
19422
19493
  url: string;
@@ -19560,6 +19631,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
19560
19631
  lineRichMenuId?: string | null | undefined;
19561
19632
  messengerIntegrationType?: "own" | "business" | undefined;
19562
19633
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19634
+ isCSATEnabled?: boolean | undefined;
19563
19635
  };
19564
19636
  status: boolean;
19565
19637
  createdAt: Date;
@@ -19851,6 +19923,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
19851
19923
  closedAt: Date;
19852
19924
  lastMessageAt: Date | null;
19853
19925
  isBotRoom: boolean;
19926
+ csatStatus: string | null;
19854
19927
  cxlog: {
19855
19928
  id: string;
19856
19929
  channel: string | null;
@@ -19969,7 +20042,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
19969
20042
  previewUrl: string;
19970
20043
  imageSetId: string;
19971
20044
  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";
20045
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
19973
20046
  message: string;
19974
20047
  id: string;
19975
20048
  url: string;
@@ -20184,7 +20257,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
20184
20257
  requestId: string;
20185
20258
  }, {
20186
20259
  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";
20260
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
20188
20261
  message: string;
20189
20262
  id: string;
20190
20263
  url: string;
@@ -20328,6 +20401,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
20328
20401
  lineRichMenuId?: string | null | undefined;
20329
20402
  messengerIntegrationType?: "own" | "business" | undefined;
20330
20403
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20404
+ isCSATEnabled?: boolean | undefined;
20331
20405
  };
20332
20406
  status: boolean;
20333
20407
  createdAt: Date;
@@ -20619,6 +20693,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
20619
20693
  closedAt: Date;
20620
20694
  lastMessageAt: Date | null;
20621
20695
  isBotRoom: boolean;
20696
+ csatStatus: string | null;
20622
20697
  cxlog: {
20623
20698
  id: string;
20624
20699
  channel: string | null;
@@ -20737,7 +20812,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
20737
20812
  previewUrl: string;
20738
20813
  imageSetId: string;
20739
20814
  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";
20815
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
20741
20816
  message: string;
20742
20817
  id: string;
20743
20818
  url: string;
@@ -20948,7 +21023,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
20948
21023
  template?: any;
20949
21024
  metadata?: any;
20950
21025
  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";
21026
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
20952
21027
  message: string;
20953
21028
  id: string;
20954
21029
  url: string;
@@ -21092,6 +21167,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
21092
21167
  lineRichMenuId?: string | null | undefined;
21093
21168
  messengerIntegrationType?: "own" | "business" | undefined;
21094
21169
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21170
+ isCSATEnabled?: boolean | undefined;
21095
21171
  };
21096
21172
  status: boolean;
21097
21173
  createdAt: Date;
@@ -21383,6 +21459,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
21383
21459
  closedAt: Date;
21384
21460
  lastMessageAt: Date | null;
21385
21461
  isBotRoom: boolean;
21462
+ csatStatus: string | null;
21386
21463
  cxlog: {
21387
21464
  id: string;
21388
21465
  channel: string | null;
@@ -21501,7 +21578,7 @@ export declare const SendMessageResponseSchema: z.ZodObject<{
21501
21578
  previewUrl: string;
21502
21579
  imageSetId: string;
21503
21580
  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";
21581
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
21505
21582
  message: string;
21506
21583
  id: string;
21507
21584
  url: string;
@@ -21784,6 +21861,7 @@ export declare const ChannelServiceResponseSchema: z.ZodObject<{
21784
21861
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
21785
21862
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
21786
21863
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
21864
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
21787
21865
  }, "strip", z.ZodTypeAny, {
21788
21866
  name: string;
21789
21867
  id: string;
@@ -21813,6 +21891,7 @@ export declare const ChannelServiceResponseSchema: z.ZodObject<{
21813
21891
  lineRichMenuId?: string | null | undefined;
21814
21892
  messengerIntegrationType?: "own" | "business" | undefined;
21815
21893
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21894
+ isCSATEnabled?: boolean | undefined;
21816
21895
  }, {
21817
21896
  name: string;
21818
21897
  id: string;
@@ -21842,6 +21921,7 @@ export declare const ChannelServiceResponseSchema: z.ZodObject<{
21842
21921
  lineRichMenuId?: string | null | undefined;
21843
21922
  messengerIntegrationType?: "own" | "business" | undefined;
21844
21923
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21924
+ isCSATEnabled?: boolean | undefined;
21845
21925
  }>;
21846
21926
  platformId: z.ZodString;
21847
21927
  brandName: z.ZodString;
@@ -21901,6 +21981,7 @@ export declare const ChannelServiceResponseSchema: z.ZodObject<{
21901
21981
  lineRichMenuId?: string | null | undefined;
21902
21982
  messengerIntegrationType?: "own" | "business" | undefined;
21903
21983
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21984
+ isCSATEnabled?: boolean | undefined;
21904
21985
  };
21905
21986
  status: boolean;
21906
21987
  brandName: string;
@@ -21948,6 +22029,7 @@ export declare const ChannelServiceResponseSchema: z.ZodObject<{
21948
22029
  lineRichMenuId?: string | null | undefined;
21949
22030
  messengerIntegrationType?: "own" | "business" | undefined;
21950
22031
  facebookFeedIntegrationType?: "own" | "business" | undefined;
22032
+ isCSATEnabled?: boolean | undefined;
21951
22033
  };
21952
22034
  status: boolean;
21953
22035
  brandName: string;
@@ -21997,6 +22079,7 @@ export declare const ChannelServiceResponseSchema: z.ZodObject<{
21997
22079
  lineRichMenuId?: string | null | undefined;
21998
22080
  messengerIntegrationType?: "own" | "business" | undefined;
21999
22081
  facebookFeedIntegrationType?: "own" | "business" | undefined;
22082
+ isCSATEnabled?: boolean | undefined;
22000
22083
  };
22001
22084
  status: boolean;
22002
22085
  brandName: string;
@@ -22047,6 +22130,7 @@ export declare const ChannelServiceResponseSchema: z.ZodObject<{
22047
22130
  lineRichMenuId?: string | null | undefined;
22048
22131
  messengerIntegrationType?: "own" | "business" | undefined;
22049
22132
  facebookFeedIntegrationType?: "own" | "business" | undefined;
22133
+ isCSATEnabled?: boolean | undefined;
22050
22134
  };
22051
22135
  status: boolean;
22052
22136
  brandName: string;
@@ -22072,7 +22156,7 @@ export declare const ReceiveMessageSchema: z.ZodObject<{
22072
22156
  deletedAt: z.ZodNullable<z.ZodString>;
22073
22157
  message: z.ZodOptional<z.ZodString>;
22074
22158
  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"]>;
22159
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported", "item"]>;
22076
22160
  metadata: z.ZodAny;
22077
22161
  platformId: z.ZodString;
22078
22162
  platformMessageId: z.ZodString;
@@ -23504,6 +23588,7 @@ export declare const ReceiveMessageSchema: z.ZodObject<{
23504
23588
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
23505
23589
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
23506
23590
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
23591
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
23507
23592
  }, "strip", z.ZodTypeAny, {
23508
23593
  name: string;
23509
23594
  id: string;
@@ -23533,6 +23618,7 @@ export declare const ReceiveMessageSchema: z.ZodObject<{
23533
23618
  lineRichMenuId?: string | null | undefined;
23534
23619
  messengerIntegrationType?: "own" | "business" | undefined;
23535
23620
  facebookFeedIntegrationType?: "own" | "business" | undefined;
23621
+ isCSATEnabled?: boolean | undefined;
23536
23622
  }, {
23537
23623
  name: string;
23538
23624
  id: string;
@@ -23562,6 +23648,7 @@ export declare const ReceiveMessageSchema: z.ZodObject<{
23562
23648
  lineRichMenuId?: string | null | undefined;
23563
23649
  messengerIntegrationType?: "own" | "business" | undefined;
23564
23650
  facebookFeedIntegrationType?: "own" | "business" | undefined;
23651
+ isCSATEnabled?: boolean | undefined;
23565
23652
  }>;
23566
23653
  platformId: z.ZodString;
23567
23654
  brandName: z.ZodString;
@@ -23621,6 +23708,7 @@ export declare const ReceiveMessageSchema: z.ZodObject<{
23621
23708
  lineRichMenuId?: string | null | undefined;
23622
23709
  messengerIntegrationType?: "own" | "business" | undefined;
23623
23710
  facebookFeedIntegrationType?: "own" | "business" | undefined;
23711
+ isCSATEnabled?: boolean | undefined;
23624
23712
  };
23625
23713
  status: boolean;
23626
23714
  brandName: string;
@@ -23668,6 +23756,7 @@ export declare const ReceiveMessageSchema: z.ZodObject<{
23668
23756
  lineRichMenuId?: string | null | undefined;
23669
23757
  messengerIntegrationType?: "own" | "business" | undefined;
23670
23758
  facebookFeedIntegrationType?: "own" | "business" | undefined;
23759
+ isCSATEnabled?: boolean | undefined;
23671
23760
  };
23672
23761
  status: boolean;
23673
23762
  brandName: string;
@@ -24464,6 +24553,7 @@ export declare const ReceiveMessageSchema: z.ZodObject<{
24464
24553
  lineRichMenuId?: string | null | undefined;
24465
24554
  messengerIntegrationType?: "own" | "business" | undefined;
24466
24555
  facebookFeedIntegrationType?: "own" | "business" | undefined;
24556
+ isCSATEnabled?: boolean | undefined;
24467
24557
  };
24468
24558
  status: boolean;
24469
24559
  brandName: string;
@@ -24816,6 +24906,7 @@ export declare const ReceiveMessageSchema: z.ZodObject<{
24816
24906
  lineRichMenuId?: string | null | undefined;
24817
24907
  messengerIntegrationType?: "own" | "business" | undefined;
24818
24908
  facebookFeedIntegrationType?: "own" | "business" | undefined;
24909
+ isCSATEnabled?: boolean | undefined;
24819
24910
  };
24820
24911
  status: boolean;
24821
24912
  brandName: string;
@@ -25571,7 +25662,7 @@ export declare const ReceiveMessageSchema: z.ZodObject<{
25571
25662
  }>>>;
25572
25663
  label: z.ZodNullable<z.ZodOptional<z.ZodString>>;
25573
25664
  }, "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";
25665
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
25575
25666
  id: string;
25576
25667
  direction: "incoming" | "outgoing" | "system";
25577
25668
  createdAt: string;
@@ -25824,6 +25915,7 @@ export declare const ReceiveMessageSchema: z.ZodObject<{
25824
25915
  lineRichMenuId?: string | null | undefined;
25825
25916
  messengerIntegrationType?: "own" | "business" | undefined;
25826
25917
  facebookFeedIntegrationType?: "own" | "business" | undefined;
25918
+ isCSATEnabled?: boolean | undefined;
25827
25919
  };
25828
25920
  status: boolean;
25829
25921
  brandName: string;
@@ -26086,7 +26178,7 @@ export declare const ReceiveMessageSchema: z.ZodObject<{
26086
26178
  } | null | undefined;
26087
26179
  label?: string | null | undefined;
26088
26180
  }, {
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";
26181
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
26090
26182
  id: string;
26091
26183
  direction: "incoming" | "outgoing" | "system";
26092
26184
  createdAt: string;
@@ -26339,6 +26431,7 @@ export declare const ReceiveMessageSchema: z.ZodObject<{
26339
26431
  lineRichMenuId?: string | null | undefined;
26340
26432
  messengerIntegrationType?: "own" | "business" | undefined;
26341
26433
  facebookFeedIntegrationType?: "own" | "business" | undefined;
26434
+ isCSATEnabled?: boolean | undefined;
26342
26435
  };
26343
26436
  status: boolean;
26344
26437
  brandName: string;
@@ -26603,7 +26696,7 @@ export declare const ReceiveMessageSchema: z.ZodObject<{
26603
26696
  }>;
26604
26697
  }, "strip", z.ZodTypeAny, {
26605
26698
  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";
26699
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
26607
26700
  id: string;
26608
26701
  direction: "incoming" | "outgoing" | "system";
26609
26702
  createdAt: string;
@@ -26856,6 +26949,7 @@ export declare const ReceiveMessageSchema: z.ZodObject<{
26856
26949
  lineRichMenuId?: string | null | undefined;
26857
26950
  messengerIntegrationType?: "own" | "business" | undefined;
26858
26951
  facebookFeedIntegrationType?: "own" | "business" | undefined;
26952
+ isCSATEnabled?: boolean | undefined;
26859
26953
  };
26860
26954
  status: boolean;
26861
26955
  brandName: string;
@@ -27120,7 +27214,7 @@ export declare const ReceiveMessageSchema: z.ZodObject<{
27120
27214
  };
27121
27215
  }, {
27122
27216
  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";
27217
+ type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
27124
27218
  id: string;
27125
27219
  direction: "incoming" | "outgoing" | "system";
27126
27220
  createdAt: string;
@@ -27373,6 +27467,7 @@ export declare const ReceiveMessageSchema: z.ZodObject<{
27373
27467
  lineRichMenuId?: string | null | undefined;
27374
27468
  messengerIntegrationType?: "own" | "business" | undefined;
27375
27469
  facebookFeedIntegrationType?: "own" | "business" | undefined;
27470
+ isCSATEnabled?: boolean | undefined;
27376
27471
  };
27377
27472
  status: boolean;
27378
27473
  brandName: string;