@kl1/contracts 1.2.61-uat → 1.2.62-uat

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