@kl1/contracts 1.2.63-uat → 1.2.64-uat

Sign up to get free protection for your applications and to get access to all the features.
Files changed (74) hide show
  1. package/dist/api-contracts/src/channel/index.d.ts +2978 -2776
  2. package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
  3. package/dist/api-contracts/src/channel/schema.d.ts +8 -0
  4. package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
  5. package/dist/api-contracts/src/channel/validation.d.ts +10 -10
  6. package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
  7. package/dist/api-contracts/src/chat/index.d.ts +515 -189
  8. package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
  9. package/dist/api-contracts/src/chat/schema.d.ts +124 -45
  10. package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
  11. package/dist/api-contracts/src/chat/validation.d.ts +151 -72
  12. package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
  13. package/dist/api-contracts/src/contract.d.ts +5410 -4317
  14. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  15. package/dist/api-contracts/src/cx-log/index.d.ts +11 -0
  16. package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
  17. package/dist/api-contracts/src/cx-log/schema.d.ts +9 -0
  18. package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
  19. package/dist/api-contracts/src/dashboard/index.d.ts +290 -1
  20. package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
  21. package/dist/api-contracts/src/dashboard/schema.d.ts +71 -0
  22. package/dist/api-contracts/src/dashboard/schema.d.ts.map +1 -1
  23. package/dist/api-contracts/src/facebook-feed/index.d.ts +165 -43
  24. package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
  25. package/dist/api-contracts/src/facebook-feed/schema.d.ts +10 -3
  26. package/dist/api-contracts/src/facebook-feed/schema.d.ts.map +1 -1
  27. package/dist/api-contracts/src/facebook-feed/validation.d.ts +5 -0
  28. package/dist/api-contracts/src/facebook-feed/validation.d.ts.map +1 -1
  29. package/dist/api-contracts/src/instagram/index.d.ts +132 -33
  30. package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
  31. package/dist/api-contracts/src/line/index.d.ts +131 -40
  32. package/dist/api-contracts/src/line/index.d.ts.map +1 -1
  33. package/dist/api-contracts/src/line/validation.d.ts +14 -5
  34. package/dist/api-contracts/src/line/validation.d.ts.map +1 -1
  35. package/dist/api-contracts/src/messenger/index.d.ts +132 -33
  36. package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
  37. package/dist/api-contracts/src/messenger/validation.d.ts +5 -0
  38. package/dist/api-contracts/src/messenger/validation.d.ts.map +1 -1
  39. package/dist/api-contracts/src/presence-status/index.d.ts +74 -50
  40. package/dist/api-contracts/src/presence-status/index.d.ts.map +1 -1
  41. package/dist/api-contracts/src/presence-status/schema.d.ts +11 -8
  42. package/dist/api-contracts/src/presence-status/schema.d.ts.map +1 -1
  43. package/dist/api-contracts/src/presence-status/validation.d.ts +18 -12
  44. package/dist/api-contracts/src/presence-status/validation.d.ts.map +1 -1
  45. package/dist/api-contracts/src/sms/index.d.ts +42 -5
  46. package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
  47. package/dist/api-contracts/src/telegram/index.d.ts +110 -33
  48. package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
  49. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +36 -439
  50. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts.map +1 -1
  51. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +15 -13
  52. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts.map +1 -1
  53. package/dist/api-contracts/src/telephony-agent-presence-status/validation.d.ts +0 -3
  54. package/dist/api-contracts/src/telephony-agent-presence-status/validation.d.ts.map +1 -1
  55. package/dist/api-contracts/src/user-presence-status-log/index.d.ts +24 -16
  56. package/dist/api-contracts/src/user-presence-status-log/index.d.ts.map +1 -1
  57. package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +30 -20
  58. package/dist/api-contracts/src/user-presence-status-log/schema.d.ts.map +1 -1
  59. package/dist/api-contracts/src/viber/index.d.ts +110 -33
  60. package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
  61. package/dist/api-contracts/src/webchat/index.d.ts +110 -33
  62. package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
  63. package/dist/api-contracts/src/whatsapp/index.d.ts +167 -39
  64. package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
  65. package/dist/api-contracts/src/whatsapp/validation.d.ts +3 -3
  66. package/dist/api-contracts/src/workflow-rule/index.d.ts +58 -12
  67. package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
  68. package/dist/entities/src/enums/chat.d.ts +12 -0
  69. package/dist/entities/src/enums/chat.d.ts.map +1 -1
  70. package/dist/index.js +1618 -1538
  71. package/dist/index.js.map +1 -1
  72. package/dist/index.mjs +1618 -1538
  73. package/dist/index.mjs.map +1 -1
  74. package/package.json +1 -1
@@ -174,6 +174,7 @@ export declare const lineContract: {
174
174
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
175
175
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
176
176
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
177
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
177
178
  }, "strip", z.ZodTypeAny, {
178
179
  name: string;
179
180
  id: string;
@@ -203,6 +204,7 @@ export declare const lineContract: {
203
204
  lineRichMenuId?: string | null | undefined;
204
205
  messengerIntegrationType?: "own" | "business" | undefined;
205
206
  facebookFeedIntegrationType?: "own" | "business" | undefined;
207
+ isCSATEnabled?: boolean | undefined;
206
208
  }, {
207
209
  name: string;
208
210
  id: string;
@@ -232,6 +234,7 @@ export declare const lineContract: {
232
234
  lineRichMenuId?: string | null | undefined;
233
235
  messengerIntegrationType?: "own" | "business" | undefined;
234
236
  facebookFeedIntegrationType?: "own" | "business" | undefined;
237
+ isCSATEnabled?: boolean | undefined;
235
238
  }>;
236
239
  platformId: z.ZodString;
237
240
  brandName: z.ZodString;
@@ -291,6 +294,7 @@ export declare const lineContract: {
291
294
  lineRichMenuId?: string | null | undefined;
292
295
  messengerIntegrationType?: "own" | "business" | undefined;
293
296
  facebookFeedIntegrationType?: "own" | "business" | undefined;
297
+ isCSATEnabled?: boolean | undefined;
294
298
  };
295
299
  status: boolean;
296
300
  brandName: string;
@@ -338,6 +342,7 @@ export declare const lineContract: {
338
342
  lineRichMenuId?: string | null | undefined;
339
343
  messengerIntegrationType?: "own" | "business" | undefined;
340
344
  facebookFeedIntegrationType?: "own" | "business" | undefined;
345
+ isCSATEnabled?: boolean | undefined;
341
346
  };
342
347
  status: boolean;
343
348
  brandName: string;
@@ -388,6 +393,7 @@ export declare const lineContract: {
388
393
  lineRichMenuId?: string | null | undefined;
389
394
  messengerIntegrationType?: "own" | "business" | undefined;
390
395
  facebookFeedIntegrationType?: "own" | "business" | undefined;
396
+ isCSATEnabled?: boolean | undefined;
391
397
  };
392
398
  status: boolean;
393
399
  brandName: string;
@@ -467,6 +473,7 @@ export declare const lineContract: {
467
473
  lineRichMenuId?: string | null | undefined;
468
474
  messengerIntegrationType?: "own" | "business" | undefined;
469
475
  facebookFeedIntegrationType?: "own" | "business" | undefined;
476
+ isCSATEnabled?: boolean | undefined;
470
477
  };
471
478
  status: boolean;
472
479
  brandName: string;
@@ -515,7 +522,7 @@ export declare const lineContract: {
515
522
  message: z.ZodObject<{
516
523
  message: z.ZodOptional<z.ZodString>;
517
524
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
518
- 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"]>;
525
+ 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"]>;
519
526
  readAt: z.ZodOptional<z.ZodDate>;
520
527
  metadata: z.ZodOptional<z.ZodAny>;
521
528
  platformId: z.ZodOptional<z.ZodString>;
@@ -559,7 +566,7 @@ export declare const lineContract: {
559
566
  phone: string | null;
560
567
  }>;
561
568
  }, "strip", z.ZodTypeAny, {
562
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
569
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
563
570
  direction: "incoming" | "outgoing" | "system";
564
571
  sender: {
565
572
  name: string;
@@ -585,7 +592,7 @@ export declare const lineContract: {
585
592
  fileSize: number;
586
593
  } | undefined;
587
594
  }, {
588
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
595
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
589
596
  direction: "incoming" | "outgoing" | "system";
590
597
  sender: {
591
598
  name: string;
@@ -613,7 +620,7 @@ export declare const lineContract: {
613
620
  }>;
614
621
  }, "strip", z.ZodTypeAny, {
615
622
  message: {
616
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
623
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
617
624
  direction: "incoming" | "outgoing" | "system";
618
625
  sender: {
619
626
  name: string;
@@ -674,6 +681,7 @@ export declare const lineContract: {
674
681
  lineRichMenuId?: string | null | undefined;
675
682
  messengerIntegrationType?: "own" | "business" | undefined;
676
683
  facebookFeedIntegrationType?: "own" | "business" | undefined;
684
+ isCSATEnabled?: boolean | undefined;
677
685
  };
678
686
  status: boolean;
679
687
  brandName: string;
@@ -723,7 +731,7 @@ export declare const lineContract: {
723
731
  stickerId: number;
724
732
  }, {
725
733
  message: {
726
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
734
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
727
735
  direction: "incoming" | "outgoing" | "system";
728
736
  sender: {
729
737
  name: string;
@@ -784,6 +792,7 @@ export declare const lineContract: {
784
792
  lineRichMenuId?: string | null | undefined;
785
793
  messengerIntegrationType?: "own" | "business" | undefined;
786
794
  facebookFeedIntegrationType?: "own" | "business" | undefined;
795
+ isCSATEnabled?: boolean | undefined;
787
796
  };
788
797
  status: boolean;
789
798
  brandName: string;
@@ -983,6 +992,7 @@ export declare const lineContract: {
983
992
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
984
993
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
985
994
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
995
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
986
996
  }, "strip", z.ZodTypeAny, {
987
997
  name: string;
988
998
  id: string;
@@ -1012,6 +1022,7 @@ export declare const lineContract: {
1012
1022
  lineRichMenuId?: string | null | undefined;
1013
1023
  messengerIntegrationType?: "own" | "business" | undefined;
1014
1024
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1025
+ isCSATEnabled?: boolean | undefined;
1015
1026
  }, {
1016
1027
  name: string;
1017
1028
  id: string;
@@ -1041,6 +1052,7 @@ export declare const lineContract: {
1041
1052
  lineRichMenuId?: string | null | undefined;
1042
1053
  messengerIntegrationType?: "own" | "business" | undefined;
1043
1054
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1055
+ isCSATEnabled?: boolean | undefined;
1044
1056
  }>;
1045
1057
  platformId: z.ZodString;
1046
1058
  brandName: z.ZodString;
@@ -1100,6 +1112,7 @@ export declare const lineContract: {
1100
1112
  lineRichMenuId?: string | null | undefined;
1101
1113
  messengerIntegrationType?: "own" | "business" | undefined;
1102
1114
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1115
+ isCSATEnabled?: boolean | undefined;
1103
1116
  };
1104
1117
  status: boolean;
1105
1118
  brandName: string;
@@ -1147,6 +1160,7 @@ export declare const lineContract: {
1147
1160
  lineRichMenuId?: string | null | undefined;
1148
1161
  messengerIntegrationType?: "own" | "business" | undefined;
1149
1162
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1163
+ isCSATEnabled?: boolean | undefined;
1150
1164
  };
1151
1165
  status: boolean;
1152
1166
  brandName: string;
@@ -1196,6 +1210,7 @@ export declare const lineContract: {
1196
1210
  lineRichMenuId?: string | null | undefined;
1197
1211
  messengerIntegrationType?: "own" | "business" | undefined;
1198
1212
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1213
+ isCSATEnabled?: boolean | undefined;
1199
1214
  };
1200
1215
  status: boolean;
1201
1216
  brandName: string;
@@ -1246,6 +1261,7 @@ export declare const lineContract: {
1246
1261
  lineRichMenuId?: string | null | undefined;
1247
1262
  messengerIntegrationType?: "own" | "business" | undefined;
1248
1263
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1264
+ isCSATEnabled?: boolean | undefined;
1249
1265
  };
1250
1266
  status: boolean;
1251
1267
  brandName: string;
@@ -1479,6 +1495,7 @@ export declare const lineContract: {
1479
1495
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1480
1496
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
1481
1497
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
1498
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
1482
1499
  }, "strip", z.ZodTypeAny, {
1483
1500
  name: string;
1484
1501
  id: string;
@@ -1508,6 +1525,7 @@ export declare const lineContract: {
1508
1525
  lineRichMenuId?: string | null | undefined;
1509
1526
  messengerIntegrationType?: "own" | "business" | undefined;
1510
1527
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1528
+ isCSATEnabled?: boolean | undefined;
1511
1529
  }, {
1512
1530
  name: string;
1513
1531
  id: string;
@@ -1537,6 +1555,7 @@ export declare const lineContract: {
1537
1555
  lineRichMenuId?: string | null | undefined;
1538
1556
  messengerIntegrationType?: "own" | "business" | undefined;
1539
1557
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1558
+ isCSATEnabled?: boolean | undefined;
1540
1559
  }>;
1541
1560
  platformId: z.ZodString;
1542
1561
  brandName: z.ZodString;
@@ -1596,6 +1615,7 @@ export declare const lineContract: {
1596
1615
  lineRichMenuId?: string | null | undefined;
1597
1616
  messengerIntegrationType?: "own" | "business" | undefined;
1598
1617
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1618
+ isCSATEnabled?: boolean | undefined;
1599
1619
  };
1600
1620
  status: boolean;
1601
1621
  brandName: string;
@@ -1643,6 +1663,7 @@ export declare const lineContract: {
1643
1663
  lineRichMenuId?: string | null | undefined;
1644
1664
  messengerIntegrationType?: "own" | "business" | undefined;
1645
1665
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1666
+ isCSATEnabled?: boolean | undefined;
1646
1667
  };
1647
1668
  status: boolean;
1648
1669
  brandName: string;
@@ -1695,6 +1716,7 @@ export declare const lineContract: {
1695
1716
  lineRichMenuId?: string | null | undefined;
1696
1717
  messengerIntegrationType?: "own" | "business" | undefined;
1697
1718
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1719
+ isCSATEnabled?: boolean | undefined;
1698
1720
  };
1699
1721
  status: boolean;
1700
1722
  brandName: string;
@@ -1786,6 +1808,7 @@ export declare const lineContract: {
1786
1808
  lineRichMenuId?: string | null | undefined;
1787
1809
  messengerIntegrationType?: "own" | "business" | undefined;
1788
1810
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1811
+ isCSATEnabled?: boolean | undefined;
1789
1812
  };
1790
1813
  status: boolean;
1791
1814
  brandName: string;
@@ -1847,7 +1870,7 @@ export declare const lineContract: {
1847
1870
  id: z.ZodOptional<z.ZodString>;
1848
1871
  message: z.ZodOptional<z.ZodString>;
1849
1872
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
1850
- 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"]>;
1873
+ 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"]>;
1851
1874
  readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
1852
1875
  metadata: z.ZodOptional<z.ZodAny>;
1853
1876
  platformId: z.ZodOptional<z.ZodString>;
@@ -1903,7 +1926,7 @@ export declare const lineContract: {
1903
1926
  editedAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
1904
1927
  label: z.ZodOptional<z.ZodString>;
1905
1928
  }, "strip", z.ZodTypeAny, {
1906
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
1929
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
1907
1930
  direction: "incoming" | "outgoing" | "system";
1908
1931
  id?: string | undefined;
1909
1932
  message?: string | undefined;
@@ -1938,7 +1961,7 @@ export declare const lineContract: {
1938
1961
  editedAt?: string | Date | null | undefined;
1939
1962
  label?: string | undefined;
1940
1963
  }, {
1941
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
1964
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
1942
1965
  direction: "incoming" | "outgoing" | "system";
1943
1966
  id?: string | undefined;
1944
1967
  message?: string | undefined;
@@ -1975,7 +1998,7 @@ export declare const lineContract: {
1975
1998
  }>;
1976
1999
  }, "strip", z.ZodTypeAny, {
1977
2000
  message: {
1978
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
2001
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
1979
2002
  direction: "incoming" | "outgoing" | "system";
1980
2003
  id?: string | undefined;
1981
2004
  message?: string | undefined;
@@ -2045,6 +2068,7 @@ export declare const lineContract: {
2045
2068
  lineRichMenuId?: string | null | undefined;
2046
2069
  messengerIntegrationType?: "own" | "business" | undefined;
2047
2070
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2071
+ isCSATEnabled?: boolean | undefined;
2048
2072
  };
2049
2073
  status: boolean;
2050
2074
  brandName: string;
@@ -2105,7 +2129,7 @@ export declare const lineContract: {
2105
2129
  isBot: boolean | null;
2106
2130
  }, {
2107
2131
  message: {
2108
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
2132
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
2109
2133
  direction: "incoming" | "outgoing" | "system";
2110
2134
  id?: string | undefined;
2111
2135
  message?: string | undefined;
@@ -2175,6 +2199,7 @@ export declare const lineContract: {
2175
2199
  lineRichMenuId?: string | null | undefined;
2176
2200
  messengerIntegrationType?: "own" | "business" | undefined;
2177
2201
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2202
+ isCSATEnabled?: boolean | undefined;
2178
2203
  };
2179
2204
  status: boolean;
2180
2205
  brandName: string;
@@ -2236,10 +2261,10 @@ export declare const lineContract: {
2236
2261
  }>;
2237
2262
  method: "POST";
2238
2263
  responses: {
2239
- 200: z.ZodObject<{
2264
+ 200: z.ZodUnion<[z.ZodObject<{
2240
2265
  requestId: z.ZodString;
2241
2266
  data: z.ZodObject<{
2242
- 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"]>;
2267
+ 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"]>;
2243
2268
  message: z.ZodString;
2244
2269
  id: z.ZodString;
2245
2270
  url: z.ZodString;
@@ -3756,6 +3781,7 @@ export declare const lineContract: {
3756
3781
  channelId: string;
3757
3782
  socialPlatformId: string;
3758
3783
  }>;
3784
+ csatStatus: z.ZodNullable<z.ZodString>;
3759
3785
  actor: z.ZodObject<{
3760
3786
  id: z.ZodString;
3761
3787
  createdAt: z.ZodDate;
@@ -4234,6 +4260,7 @@ export declare const lineContract: {
4234
4260
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4235
4261
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
4236
4262
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
4263
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
4237
4264
  }, "strip", z.ZodTypeAny, {
4238
4265
  name: string;
4239
4266
  id: string;
@@ -4263,6 +4290,7 @@ export declare const lineContract: {
4263
4290
  lineRichMenuId?: string | null | undefined;
4264
4291
  messengerIntegrationType?: "own" | "business" | undefined;
4265
4292
  facebookFeedIntegrationType?: "own" | "business" | undefined;
4293
+ isCSATEnabled?: boolean | undefined;
4266
4294
  }, {
4267
4295
  name: string;
4268
4296
  id: string;
@@ -4292,6 +4320,7 @@ export declare const lineContract: {
4292
4320
  lineRichMenuId?: string | null | undefined;
4293
4321
  messengerIntegrationType?: "own" | "business" | undefined;
4294
4322
  facebookFeedIntegrationType?: "own" | "business" | undefined;
4323
+ isCSATEnabled?: boolean | undefined;
4295
4324
  }>;
4296
4325
  brandName: z.ZodString;
4297
4326
  platformId: z.ZodString;
@@ -4555,6 +4584,7 @@ export declare const lineContract: {
4555
4584
  lineRichMenuId?: string | null | undefined;
4556
4585
  messengerIntegrationType?: "own" | "business" | undefined;
4557
4586
  facebookFeedIntegrationType?: "own" | "business" | undefined;
4587
+ isCSATEnabled?: boolean | undefined;
4558
4588
  };
4559
4589
  status: boolean;
4560
4590
  createdAt: Date;
@@ -4649,6 +4679,7 @@ export declare const lineContract: {
4649
4679
  lineRichMenuId?: string | null | undefined;
4650
4680
  messengerIntegrationType?: "own" | "business" | undefined;
4651
4681
  facebookFeedIntegrationType?: "own" | "business" | undefined;
4682
+ isCSATEnabled?: boolean | undefined;
4652
4683
  };
4653
4684
  status: boolean;
4654
4685
  createdAt: Date;
@@ -5307,6 +5338,7 @@ export declare const lineContract: {
5307
5338
  lineRichMenuId?: string | null | undefined;
5308
5339
  messengerIntegrationType?: "own" | "business" | undefined;
5309
5340
  facebookFeedIntegrationType?: "own" | "business" | undefined;
5341
+ isCSATEnabled?: boolean | undefined;
5310
5342
  };
5311
5343
  status: boolean;
5312
5344
  createdAt: Date;
@@ -5598,6 +5630,7 @@ export declare const lineContract: {
5598
5630
  closedAt: Date;
5599
5631
  lastMessageAt: Date | null;
5600
5632
  isBotRoom: boolean;
5633
+ csatStatus: string | null;
5601
5634
  cxlog: {
5602
5635
  id: string;
5603
5636
  channel: string | null;
@@ -5734,6 +5767,7 @@ export declare const lineContract: {
5734
5767
  lineRichMenuId?: string | null | undefined;
5735
5768
  messengerIntegrationType?: "own" | "business" | undefined;
5736
5769
  facebookFeedIntegrationType?: "own" | "business" | undefined;
5770
+ isCSATEnabled?: boolean | undefined;
5737
5771
  };
5738
5772
  status: boolean;
5739
5773
  createdAt: Date;
@@ -6025,6 +6059,7 @@ export declare const lineContract: {
6025
6059
  closedAt: Date;
6026
6060
  lastMessageAt: Date | null;
6027
6061
  isBotRoom: boolean;
6062
+ csatStatus: string | null;
6028
6063
  cxlog: {
6029
6064
  id: string;
6030
6065
  channel: string | null;
@@ -6165,7 +6200,7 @@ export declare const lineContract: {
6165
6200
  deletedAt: z.ZodNullable<z.ZodDate>;
6166
6201
  message: z.ZodString;
6167
6202
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
6168
- 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"]>;
6203
+ 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"]>;
6169
6204
  readAt: z.ZodDate;
6170
6205
  metadata: z.ZodAny;
6171
6206
  platformId: z.ZodString;
@@ -6823,7 +6858,7 @@ export declare const lineContract: {
6823
6858
  };
6824
6859
  }>;
6825
6860
  }, "strip", z.ZodTypeAny, {
6826
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
6861
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
6827
6862
  message: string;
6828
6863
  id: string;
6829
6864
  url: string;
@@ -6985,7 +7020,7 @@ export declare const lineContract: {
6985
7020
  metadata?: any;
6986
7021
  template?: any;
6987
7022
  }, {
6988
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
7023
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
6989
7024
  message: string;
6990
7025
  id: string;
6991
7026
  url: string;
@@ -7359,7 +7394,7 @@ export declare const lineContract: {
7359
7394
  deletedAt: z.ZodNullable<z.ZodDate>;
7360
7395
  message: z.ZodString;
7361
7396
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
7362
- 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"]>;
7397
+ 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"]>;
7363
7398
  readAt: z.ZodDate;
7364
7399
  metadata: z.ZodAny;
7365
7400
  platformId: z.ZodString;
@@ -8433,6 +8468,7 @@ export declare const lineContract: {
8433
8468
  channelId: string;
8434
8469
  socialPlatformId: string;
8435
8470
  }>;
8471
+ csatStatus: z.ZodNullable<z.ZodString>;
8436
8472
  actor: z.ZodObject<{
8437
8473
  id: z.ZodString;
8438
8474
  createdAt: z.ZodDate;
@@ -8911,6 +8947,7 @@ export declare const lineContract: {
8911
8947
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
8912
8948
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
8913
8949
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
8950
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
8914
8951
  }, "strip", z.ZodTypeAny, {
8915
8952
  name: string;
8916
8953
  id: string;
@@ -8940,6 +8977,7 @@ export declare const lineContract: {
8940
8977
  lineRichMenuId?: string | null | undefined;
8941
8978
  messengerIntegrationType?: "own" | "business" | undefined;
8942
8979
  facebookFeedIntegrationType?: "own" | "business" | undefined;
8980
+ isCSATEnabled?: boolean | undefined;
8943
8981
  }, {
8944
8982
  name: string;
8945
8983
  id: string;
@@ -8969,6 +9007,7 @@ export declare const lineContract: {
8969
9007
  lineRichMenuId?: string | null | undefined;
8970
9008
  messengerIntegrationType?: "own" | "business" | undefined;
8971
9009
  facebookFeedIntegrationType?: "own" | "business" | undefined;
9010
+ isCSATEnabled?: boolean | undefined;
8972
9011
  }>;
8973
9012
  brandName: z.ZodString;
8974
9013
  platformId: z.ZodString;
@@ -9232,6 +9271,7 @@ export declare const lineContract: {
9232
9271
  lineRichMenuId?: string | null | undefined;
9233
9272
  messengerIntegrationType?: "own" | "business" | undefined;
9234
9273
  facebookFeedIntegrationType?: "own" | "business" | undefined;
9274
+ isCSATEnabled?: boolean | undefined;
9235
9275
  };
9236
9276
  status: boolean;
9237
9277
  createdAt: Date;
@@ -9326,6 +9366,7 @@ export declare const lineContract: {
9326
9366
  lineRichMenuId?: string | null | undefined;
9327
9367
  messengerIntegrationType?: "own" | "business" | undefined;
9328
9368
  facebookFeedIntegrationType?: "own" | "business" | undefined;
9369
+ isCSATEnabled?: boolean | undefined;
9329
9370
  };
9330
9371
  status: boolean;
9331
9372
  createdAt: Date;
@@ -9984,6 +10025,7 @@ export declare const lineContract: {
9984
10025
  lineRichMenuId?: string | null | undefined;
9985
10026
  messengerIntegrationType?: "own" | "business" | undefined;
9986
10027
  facebookFeedIntegrationType?: "own" | "business" | undefined;
10028
+ isCSATEnabled?: boolean | undefined;
9987
10029
  };
9988
10030
  status: boolean;
9989
10031
  createdAt: Date;
@@ -10275,6 +10317,7 @@ export declare const lineContract: {
10275
10317
  closedAt: Date;
10276
10318
  lastMessageAt: Date | null;
10277
10319
  isBotRoom: boolean;
10320
+ csatStatus: string | null;
10278
10321
  cxlog: {
10279
10322
  id: string;
10280
10323
  channel: string | null;
@@ -10411,6 +10454,7 @@ export declare const lineContract: {
10411
10454
  lineRichMenuId?: string | null | undefined;
10412
10455
  messengerIntegrationType?: "own" | "business" | undefined;
10413
10456
  facebookFeedIntegrationType?: "own" | "business" | undefined;
10457
+ isCSATEnabled?: boolean | undefined;
10414
10458
  };
10415
10459
  status: boolean;
10416
10460
  createdAt: Date;
@@ -10702,6 +10746,7 @@ export declare const lineContract: {
10702
10746
  closedAt: Date;
10703
10747
  lastMessageAt: Date | null;
10704
10748
  isBotRoom: boolean;
10749
+ csatStatus: string | null;
10705
10750
  cxlog: {
10706
10751
  id: string;
10707
10752
  channel: string | null;
@@ -10845,7 +10890,7 @@ export declare const lineContract: {
10845
10890
  deletedAt: z.ZodNullable<z.ZodDate>;
10846
10891
  message: z.ZodString;
10847
10892
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
10848
- 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"]>;
10893
+ 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"]>;
10849
10894
  readAt: z.ZodDate;
10850
10895
  metadata: z.ZodAny;
10851
10896
  platformId: z.ZodString;
@@ -11503,7 +11548,7 @@ export declare const lineContract: {
11503
11548
  };
11504
11549
  }>;
11505
11550
  }, "strip", z.ZodTypeAny, {
11506
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
11551
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
11507
11552
  message: string;
11508
11553
  id: string;
11509
11554
  url: string;
@@ -11665,7 +11710,7 @@ export declare const lineContract: {
11665
11710
  metadata?: any;
11666
11711
  template?: any;
11667
11712
  }, {
11668
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
11713
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
11669
11714
  message: string;
11670
11715
  id: string;
11671
11716
  url: string;
@@ -12467,7 +12512,7 @@ export declare const lineContract: {
12467
12512
  editedMessageid: z.ZodString;
12468
12513
  label: z.ZodOptional<z.ZodString>;
12469
12514
  }, "strip", z.ZodTypeAny, {
12470
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
12515
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
12471
12516
  message: string;
12472
12517
  id: string;
12473
12518
  url: string;
@@ -12611,6 +12656,7 @@ export declare const lineContract: {
12611
12656
  lineRichMenuId?: string | null | undefined;
12612
12657
  messengerIntegrationType?: "own" | "business" | undefined;
12613
12658
  facebookFeedIntegrationType?: "own" | "business" | undefined;
12659
+ isCSATEnabled?: boolean | undefined;
12614
12660
  };
12615
12661
  status: boolean;
12616
12662
  createdAt: Date;
@@ -12902,6 +12948,7 @@ export declare const lineContract: {
12902
12948
  closedAt: Date;
12903
12949
  lastMessageAt: Date | null;
12904
12950
  isBotRoom: boolean;
12951
+ csatStatus: string | null;
12905
12952
  cxlog: {
12906
12953
  id: string;
12907
12954
  channel: string | null;
@@ -13020,7 +13067,7 @@ export declare const lineContract: {
13020
13067
  previewUrl: string;
13021
13068
  imageSetId: string;
13022
13069
  repliedMessage: {
13023
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
13070
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
13024
13071
  message: string;
13025
13072
  id: string;
13026
13073
  url: string;
@@ -13231,7 +13278,7 @@ export declare const lineContract: {
13231
13278
  template?: any;
13232
13279
  label?: string | undefined;
13233
13280
  }, {
13234
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
13281
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
13235
13282
  message: string;
13236
13283
  id: string;
13237
13284
  url: string;
@@ -13375,6 +13422,7 @@ export declare const lineContract: {
13375
13422
  lineRichMenuId?: string | null | undefined;
13376
13423
  messengerIntegrationType?: "own" | "business" | undefined;
13377
13424
  facebookFeedIntegrationType?: "own" | "business" | undefined;
13425
+ isCSATEnabled?: boolean | undefined;
13378
13426
  };
13379
13427
  status: boolean;
13380
13428
  createdAt: Date;
@@ -13666,6 +13714,7 @@ export declare const lineContract: {
13666
13714
  closedAt: Date;
13667
13715
  lastMessageAt: Date | null;
13668
13716
  isBotRoom: boolean;
13717
+ csatStatus: string | null;
13669
13718
  cxlog: {
13670
13719
  id: string;
13671
13720
  channel: string | null;
@@ -13784,7 +13833,7 @@ export declare const lineContract: {
13784
13833
  previewUrl: string;
13785
13834
  imageSetId: string;
13786
13835
  repliedMessage: {
13787
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
13836
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
13788
13837
  message: string;
13789
13838
  id: string;
13790
13839
  url: string;
@@ -13996,7 +14045,7 @@ export declare const lineContract: {
13996
14045
  label?: string | undefined;
13997
14046
  }>>>;
13998
14047
  }, "strip", z.ZodTypeAny, {
13999
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
14048
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
14000
14049
  message: string;
14001
14050
  id: string;
14002
14051
  url: string;
@@ -14140,6 +14189,7 @@ export declare const lineContract: {
14140
14189
  lineRichMenuId?: string | null | undefined;
14141
14190
  messengerIntegrationType?: "own" | "business" | undefined;
14142
14191
  facebookFeedIntegrationType?: "own" | "business" | undefined;
14192
+ isCSATEnabled?: boolean | undefined;
14143
14193
  };
14144
14194
  status: boolean;
14145
14195
  createdAt: Date;
@@ -14431,6 +14481,7 @@ export declare const lineContract: {
14431
14481
  closedAt: Date;
14432
14482
  lastMessageAt: Date | null;
14433
14483
  isBotRoom: boolean;
14484
+ csatStatus: string | null;
14434
14485
  cxlog: {
14435
14486
  id: string;
14436
14487
  channel: string | null;
@@ -14549,7 +14600,7 @@ export declare const lineContract: {
14549
14600
  previewUrl: string;
14550
14601
  imageSetId: string;
14551
14602
  repliedMessage: {
14552
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
14603
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
14553
14604
  message: string;
14554
14605
  id: string;
14555
14606
  url: string;
@@ -14760,7 +14811,7 @@ export declare const lineContract: {
14760
14811
  template?: any;
14761
14812
  metadata?: any;
14762
14813
  fromMessage?: {
14763
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
14814
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
14764
14815
  message: string;
14765
14816
  id: string;
14766
14817
  url: string;
@@ -14904,6 +14955,7 @@ export declare const lineContract: {
14904
14955
  lineRichMenuId?: string | null | undefined;
14905
14956
  messengerIntegrationType?: "own" | "business" | undefined;
14906
14957
  facebookFeedIntegrationType?: "own" | "business" | undefined;
14958
+ isCSATEnabled?: boolean | undefined;
14907
14959
  };
14908
14960
  status: boolean;
14909
14961
  createdAt: Date;
@@ -15195,6 +15247,7 @@ export declare const lineContract: {
15195
15247
  closedAt: Date;
15196
15248
  lastMessageAt: Date | null;
15197
15249
  isBotRoom: boolean;
15250
+ csatStatus: string | null;
15198
15251
  cxlog: {
15199
15252
  id: string;
15200
15253
  channel: string | null;
@@ -15313,7 +15366,7 @@ export declare const lineContract: {
15313
15366
  previewUrl: string;
15314
15367
  imageSetId: string;
15315
15368
  repliedMessage: {
15316
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
15369
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
15317
15370
  message: string;
15318
15371
  id: string;
15319
15372
  url: string;
@@ -15525,7 +15578,7 @@ export declare const lineContract: {
15525
15578
  label?: string | undefined;
15526
15579
  } | null | undefined;
15527
15580
  }, {
15528
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
15581
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
15529
15582
  message: string;
15530
15583
  id: string;
15531
15584
  url: string;
@@ -15669,6 +15722,7 @@ export declare const lineContract: {
15669
15722
  lineRichMenuId?: string | null | undefined;
15670
15723
  messengerIntegrationType?: "own" | "business" | undefined;
15671
15724
  facebookFeedIntegrationType?: "own" | "business" | undefined;
15725
+ isCSATEnabled?: boolean | undefined;
15672
15726
  };
15673
15727
  status: boolean;
15674
15728
  createdAt: Date;
@@ -15960,6 +16014,7 @@ export declare const lineContract: {
15960
16014
  closedAt: Date;
15961
16015
  lastMessageAt: Date | null;
15962
16016
  isBotRoom: boolean;
16017
+ csatStatus: string | null;
15963
16018
  cxlog: {
15964
16019
  id: string;
15965
16020
  channel: string | null;
@@ -16078,7 +16133,7 @@ export declare const lineContract: {
16078
16133
  previewUrl: string;
16079
16134
  imageSetId: string;
16080
16135
  repliedMessage: {
16081
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
16136
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
16082
16137
  message: string;
16083
16138
  id: string;
16084
16139
  url: string;
@@ -16289,7 +16344,7 @@ export declare const lineContract: {
16289
16344
  template?: any;
16290
16345
  metadata?: any;
16291
16346
  fromMessage?: {
16292
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
16347
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
16293
16348
  message: string;
16294
16349
  id: string;
16295
16350
  url: string;
@@ -16433,6 +16488,7 @@ export declare const lineContract: {
16433
16488
  lineRichMenuId?: string | null | undefined;
16434
16489
  messengerIntegrationType?: "own" | "business" | undefined;
16435
16490
  facebookFeedIntegrationType?: "own" | "business" | undefined;
16491
+ isCSATEnabled?: boolean | undefined;
16436
16492
  };
16437
16493
  status: boolean;
16438
16494
  createdAt: Date;
@@ -16724,6 +16780,7 @@ export declare const lineContract: {
16724
16780
  closedAt: Date;
16725
16781
  lastMessageAt: Date | null;
16726
16782
  isBotRoom: boolean;
16783
+ csatStatus: string | null;
16727
16784
  cxlog: {
16728
16785
  id: string;
16729
16786
  channel: string | null;
@@ -16842,7 +16899,7 @@ export declare const lineContract: {
16842
16899
  previewUrl: string;
16843
16900
  imageSetId: string;
16844
16901
  repliedMessage: {
16845
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
16902
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
16846
16903
  message: string;
16847
16904
  id: string;
16848
16905
  url: string;
@@ -17056,7 +17113,7 @@ export declare const lineContract: {
17056
17113
  }>;
17057
17114
  }, "strip", z.ZodTypeAny, {
17058
17115
  data: {
17059
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17116
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17060
17117
  message: string;
17061
17118
  id: string;
17062
17119
  url: string;
@@ -17200,6 +17257,7 @@ export declare const lineContract: {
17200
17257
  lineRichMenuId?: string | null | undefined;
17201
17258
  messengerIntegrationType?: "own" | "business" | undefined;
17202
17259
  facebookFeedIntegrationType?: "own" | "business" | undefined;
17260
+ isCSATEnabled?: boolean | undefined;
17203
17261
  };
17204
17262
  status: boolean;
17205
17263
  createdAt: Date;
@@ -17491,6 +17549,7 @@ export declare const lineContract: {
17491
17549
  closedAt: Date;
17492
17550
  lastMessageAt: Date | null;
17493
17551
  isBotRoom: boolean;
17552
+ csatStatus: string | null;
17494
17553
  cxlog: {
17495
17554
  id: string;
17496
17555
  channel: string | null;
@@ -17609,7 +17668,7 @@ export declare const lineContract: {
17609
17668
  previewUrl: string;
17610
17669
  imageSetId: string;
17611
17670
  repliedMessage: {
17612
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17671
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17613
17672
  message: string;
17614
17673
  id: string;
17615
17674
  url: string;
@@ -17820,7 +17879,7 @@ export declare const lineContract: {
17820
17879
  template?: any;
17821
17880
  metadata?: any;
17822
17881
  fromMessage?: {
17823
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17882
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17824
17883
  message: string;
17825
17884
  id: string;
17826
17885
  url: string;
@@ -17964,6 +18023,7 @@ export declare const lineContract: {
17964
18023
  lineRichMenuId?: string | null | undefined;
17965
18024
  messengerIntegrationType?: "own" | "business" | undefined;
17966
18025
  facebookFeedIntegrationType?: "own" | "business" | undefined;
18026
+ isCSATEnabled?: boolean | undefined;
17967
18027
  };
17968
18028
  status: boolean;
17969
18029
  createdAt: Date;
@@ -18255,6 +18315,7 @@ export declare const lineContract: {
18255
18315
  closedAt: Date;
18256
18316
  lastMessageAt: Date | null;
18257
18317
  isBotRoom: boolean;
18318
+ csatStatus: string | null;
18258
18319
  cxlog: {
18259
18320
  id: string;
18260
18321
  channel: string | null;
@@ -18373,7 +18434,7 @@ export declare const lineContract: {
18373
18434
  previewUrl: string;
18374
18435
  imageSetId: string;
18375
18436
  repliedMessage: {
18376
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
18437
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
18377
18438
  message: string;
18378
18439
  id: string;
18379
18440
  url: string;
@@ -18588,7 +18649,7 @@ export declare const lineContract: {
18588
18649
  requestId: string;
18589
18650
  }, {
18590
18651
  data: {
18591
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
18652
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
18592
18653
  message: string;
18593
18654
  id: string;
18594
18655
  url: string;
@@ -18732,6 +18793,7 @@ export declare const lineContract: {
18732
18793
  lineRichMenuId?: string | null | undefined;
18733
18794
  messengerIntegrationType?: "own" | "business" | undefined;
18734
18795
  facebookFeedIntegrationType?: "own" | "business" | undefined;
18796
+ isCSATEnabled?: boolean | undefined;
18735
18797
  };
18736
18798
  status: boolean;
18737
18799
  createdAt: Date;
@@ -19023,6 +19085,7 @@ export declare const lineContract: {
19023
19085
  closedAt: Date;
19024
19086
  lastMessageAt: Date | null;
19025
19087
  isBotRoom: boolean;
19088
+ csatStatus: string | null;
19026
19089
  cxlog: {
19027
19090
  id: string;
19028
19091
  channel: string | null;
@@ -19141,7 +19204,7 @@ export declare const lineContract: {
19141
19204
  previewUrl: string;
19142
19205
  imageSetId: string;
19143
19206
  repliedMessage: {
19144
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
19207
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
19145
19208
  message: string;
19146
19209
  id: string;
19147
19210
  url: string;
@@ -19352,7 +19415,7 @@ export declare const lineContract: {
19352
19415
  template?: any;
19353
19416
  metadata?: any;
19354
19417
  fromMessage?: {
19355
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
19418
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
19356
19419
  message: string;
19357
19420
  id: string;
19358
19421
  url: string;
@@ -19496,6 +19559,7 @@ export declare const lineContract: {
19496
19559
  lineRichMenuId?: string | null | undefined;
19497
19560
  messengerIntegrationType?: "own" | "business" | undefined;
19498
19561
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19562
+ isCSATEnabled?: boolean | undefined;
19499
19563
  };
19500
19564
  status: boolean;
19501
19565
  createdAt: Date;
@@ -19787,6 +19851,7 @@ export declare const lineContract: {
19787
19851
  closedAt: Date;
19788
19852
  lastMessageAt: Date | null;
19789
19853
  isBotRoom: boolean;
19854
+ csatStatus: string | null;
19790
19855
  cxlog: {
19791
19856
  id: string;
19792
19857
  channel: string | null;
@@ -19905,7 +19970,7 @@ export declare const lineContract: {
19905
19970
  previewUrl: string;
19906
19971
  imageSetId: string;
19907
19972
  repliedMessage: {
19908
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
19973
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
19909
19974
  message: string;
19910
19975
  id: string;
19911
19976
  url: string;
@@ -20118,7 +20183,7 @@ export declare const lineContract: {
20118
20183
  } | null | undefined;
20119
20184
  };
20120
20185
  requestId: string;
20121
- }>;
20186
+ }>, z.ZodLiteral<"TALK TO AGENT">]>;
20122
20187
  500: z.ZodObject<{
20123
20188
  message: z.ZodString;
20124
20189
  error: z.ZodAny;
@@ -20200,6 +20265,7 @@ export declare const lineContract: {
20200
20265
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
20201
20266
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
20202
20267
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
20268
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
20203
20269
  }, "strip", z.ZodTypeAny, {
20204
20270
  name: string;
20205
20271
  id: string;
@@ -20229,6 +20295,7 @@ export declare const lineContract: {
20229
20295
  lineRichMenuId?: string | null | undefined;
20230
20296
  messengerIntegrationType?: "own" | "business" | undefined;
20231
20297
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20298
+ isCSATEnabled?: boolean | undefined;
20232
20299
  }, {
20233
20300
  name: string;
20234
20301
  id: string;
@@ -20258,6 +20325,7 @@ export declare const lineContract: {
20258
20325
  lineRichMenuId?: string | null | undefined;
20259
20326
  messengerIntegrationType?: "own" | "business" | undefined;
20260
20327
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20328
+ isCSATEnabled?: boolean | undefined;
20261
20329
  }>>;
20262
20330
  platformId: z.ZodOptional<z.ZodString>;
20263
20331
  brandName: z.ZodOptional<z.ZodString>;
@@ -20317,6 +20385,7 @@ export declare const lineContract: {
20317
20385
  lineRichMenuId?: string | null | undefined;
20318
20386
  messengerIntegrationType?: "own" | "business" | undefined;
20319
20387
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20388
+ isCSATEnabled?: boolean | undefined;
20320
20389
  } | undefined;
20321
20390
  platformId?: string | undefined;
20322
20391
  brandName?: string | undefined;
@@ -20364,6 +20433,7 @@ export declare const lineContract: {
20364
20433
  lineRichMenuId?: string | null | undefined;
20365
20434
  messengerIntegrationType?: "own" | "business" | undefined;
20366
20435
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20436
+ isCSATEnabled?: boolean | undefined;
20367
20437
  } | undefined;
20368
20438
  platformId?: string | undefined;
20369
20439
  brandName?: string | undefined;
@@ -20450,6 +20520,7 @@ export declare const lineContract: {
20450
20520
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
20451
20521
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
20452
20522
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
20523
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
20453
20524
  }, "strip", z.ZodTypeAny, {
20454
20525
  name: string;
20455
20526
  id: string;
@@ -20479,6 +20550,7 @@ export declare const lineContract: {
20479
20550
  lineRichMenuId?: string | null | undefined;
20480
20551
  messengerIntegrationType?: "own" | "business" | undefined;
20481
20552
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20553
+ isCSATEnabled?: boolean | undefined;
20482
20554
  }, {
20483
20555
  name: string;
20484
20556
  id: string;
@@ -20508,6 +20580,7 @@ export declare const lineContract: {
20508
20580
  lineRichMenuId?: string | null | undefined;
20509
20581
  messengerIntegrationType?: "own" | "business" | undefined;
20510
20582
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20583
+ isCSATEnabled?: boolean | undefined;
20511
20584
  }>;
20512
20585
  platformId: z.ZodString;
20513
20586
  brandName: z.ZodString;
@@ -20567,6 +20640,7 @@ export declare const lineContract: {
20567
20640
  lineRichMenuId?: string | null | undefined;
20568
20641
  messengerIntegrationType?: "own" | "business" | undefined;
20569
20642
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20643
+ isCSATEnabled?: boolean | undefined;
20570
20644
  };
20571
20645
  status: boolean;
20572
20646
  brandName: string;
@@ -20614,6 +20688,7 @@ export declare const lineContract: {
20614
20688
  lineRichMenuId?: string | null | undefined;
20615
20689
  messengerIntegrationType?: "own" | "business" | undefined;
20616
20690
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20691
+ isCSATEnabled?: boolean | undefined;
20617
20692
  };
20618
20693
  status: boolean;
20619
20694
  brandName: string;
@@ -20663,6 +20738,7 @@ export declare const lineContract: {
20663
20738
  lineRichMenuId?: string | null | undefined;
20664
20739
  messengerIntegrationType?: "own" | "business" | undefined;
20665
20740
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20741
+ isCSATEnabled?: boolean | undefined;
20666
20742
  };
20667
20743
  status: boolean;
20668
20744
  brandName: string;
@@ -20713,6 +20789,7 @@ export declare const lineContract: {
20713
20789
  lineRichMenuId?: string | null | undefined;
20714
20790
  messengerIntegrationType?: "own" | "business" | undefined;
20715
20791
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20792
+ isCSATEnabled?: boolean | undefined;
20716
20793
  };
20717
20794
  status: boolean;
20718
20795
  brandName: string;
@@ -20833,6 +20910,7 @@ export declare const lineContract: {
20833
20910
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
20834
20911
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
20835
20912
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
20913
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
20836
20914
  }, "strip", z.ZodTypeAny, {
20837
20915
  name: string;
20838
20916
  id: string;
@@ -20862,6 +20940,7 @@ export declare const lineContract: {
20862
20940
  lineRichMenuId?: string | null | undefined;
20863
20941
  messengerIntegrationType?: "own" | "business" | undefined;
20864
20942
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20943
+ isCSATEnabled?: boolean | undefined;
20865
20944
  }, {
20866
20945
  name: string;
20867
20946
  id: string;
@@ -20891,6 +20970,7 @@ export declare const lineContract: {
20891
20970
  lineRichMenuId?: string | null | undefined;
20892
20971
  messengerIntegrationType?: "own" | "business" | undefined;
20893
20972
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20973
+ isCSATEnabled?: boolean | undefined;
20894
20974
  }>;
20895
20975
  platformId: z.ZodString;
20896
20976
  brandName: z.ZodString;
@@ -20950,6 +21030,7 @@ export declare const lineContract: {
20950
21030
  lineRichMenuId?: string | null | undefined;
20951
21031
  messengerIntegrationType?: "own" | "business" | undefined;
20952
21032
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21033
+ isCSATEnabled?: boolean | undefined;
20953
21034
  };
20954
21035
  status: boolean;
20955
21036
  brandName: string;
@@ -20997,6 +21078,7 @@ export declare const lineContract: {
20997
21078
  lineRichMenuId?: string | null | undefined;
20998
21079
  messengerIntegrationType?: "own" | "business" | undefined;
20999
21080
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21081
+ isCSATEnabled?: boolean | undefined;
21000
21082
  };
21001
21083
  status: boolean;
21002
21084
  brandName: string;
@@ -21046,6 +21128,7 @@ export declare const lineContract: {
21046
21128
  lineRichMenuId?: string | null | undefined;
21047
21129
  messengerIntegrationType?: "own" | "business" | undefined;
21048
21130
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21131
+ isCSATEnabled?: boolean | undefined;
21049
21132
  };
21050
21133
  status: boolean;
21051
21134
  brandName: string;
@@ -21096,6 +21179,7 @@ export declare const lineContract: {
21096
21179
  lineRichMenuId?: string | null | undefined;
21097
21180
  messengerIntegrationType?: "own" | "business" | undefined;
21098
21181
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21182
+ isCSATEnabled?: boolean | undefined;
21099
21183
  };
21100
21184
  status: boolean;
21101
21185
  brandName: string;
@@ -21216,6 +21300,7 @@ export declare const lineContract: {
21216
21300
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
21217
21301
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
21218
21302
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
21303
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
21219
21304
  }, "strip", z.ZodTypeAny, {
21220
21305
  name: string;
21221
21306
  id: string;
@@ -21245,6 +21330,7 @@ export declare const lineContract: {
21245
21330
  lineRichMenuId?: string | null | undefined;
21246
21331
  messengerIntegrationType?: "own" | "business" | undefined;
21247
21332
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21333
+ isCSATEnabled?: boolean | undefined;
21248
21334
  }, {
21249
21335
  name: string;
21250
21336
  id: string;
@@ -21274,6 +21360,7 @@ export declare const lineContract: {
21274
21360
  lineRichMenuId?: string | null | undefined;
21275
21361
  messengerIntegrationType?: "own" | "business" | undefined;
21276
21362
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21363
+ isCSATEnabled?: boolean | undefined;
21277
21364
  }>;
21278
21365
  platformId: z.ZodString;
21279
21366
  brandName: z.ZodString;
@@ -21333,6 +21420,7 @@ export declare const lineContract: {
21333
21420
  lineRichMenuId?: string | null | undefined;
21334
21421
  messengerIntegrationType?: "own" | "business" | undefined;
21335
21422
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21423
+ isCSATEnabled?: boolean | undefined;
21336
21424
  };
21337
21425
  status: boolean;
21338
21426
  brandName: string;
@@ -21380,6 +21468,7 @@ export declare const lineContract: {
21380
21468
  lineRichMenuId?: string | null | undefined;
21381
21469
  messengerIntegrationType?: "own" | "business" | undefined;
21382
21470
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21471
+ isCSATEnabled?: boolean | undefined;
21383
21472
  };
21384
21473
  status: boolean;
21385
21474
  brandName: string;
@@ -21429,6 +21518,7 @@ export declare const lineContract: {
21429
21518
  lineRichMenuId?: string | null | undefined;
21430
21519
  messengerIntegrationType?: "own" | "business" | undefined;
21431
21520
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21521
+ isCSATEnabled?: boolean | undefined;
21432
21522
  };
21433
21523
  status: boolean;
21434
21524
  brandName: string;
@@ -21479,6 +21569,7 @@ export declare const lineContract: {
21479
21569
  lineRichMenuId?: string | null | undefined;
21480
21570
  messengerIntegrationType?: "own" | "business" | undefined;
21481
21571
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21572
+ isCSATEnabled?: boolean | undefined;
21482
21573
  };
21483
21574
  status: boolean;
21484
21575
  brandName: string;