@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
@@ -74,6 +74,7 @@ export declare const facebookFeedContract: {
74
74
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
75
75
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
76
76
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
77
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
77
78
  }, "strip", z.ZodTypeAny, {
78
79
  name: string;
79
80
  id: string;
@@ -103,6 +104,7 @@ export declare const facebookFeedContract: {
103
104
  lineRichMenuId?: string | null | undefined;
104
105
  messengerIntegrationType?: "own" | "business" | undefined;
105
106
  facebookFeedIntegrationType?: "own" | "business" | undefined;
107
+ isCSATEnabled?: boolean | undefined;
106
108
  }, {
107
109
  name: string;
108
110
  id: string;
@@ -132,6 +134,7 @@ export declare const facebookFeedContract: {
132
134
  lineRichMenuId?: string | null | undefined;
133
135
  messengerIntegrationType?: "own" | "business" | undefined;
134
136
  facebookFeedIntegrationType?: "own" | "business" | undefined;
137
+ isCSATEnabled?: boolean | undefined;
135
138
  }>>;
136
139
  platformId: z.ZodOptional<z.ZodString>;
137
140
  brandName: z.ZodOptional<z.ZodString>;
@@ -191,6 +194,7 @@ export declare const facebookFeedContract: {
191
194
  lineRichMenuId?: string | null | undefined;
192
195
  messengerIntegrationType?: "own" | "business" | undefined;
193
196
  facebookFeedIntegrationType?: "own" | "business" | undefined;
197
+ isCSATEnabled?: boolean | undefined;
194
198
  } | undefined;
195
199
  platformId?: string | undefined;
196
200
  brandName?: string | undefined;
@@ -238,6 +242,7 @@ export declare const facebookFeedContract: {
238
242
  lineRichMenuId?: string | null | undefined;
239
243
  messengerIntegrationType?: "own" | "business" | undefined;
240
244
  facebookFeedIntegrationType?: "own" | "business" | undefined;
245
+ isCSATEnabled?: boolean | undefined;
241
246
  } | undefined;
242
247
  platformId?: string | undefined;
243
248
  brandName?: string | undefined;
@@ -324,6 +329,7 @@ export declare const facebookFeedContract: {
324
329
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
325
330
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
326
331
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
332
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
327
333
  }, "strip", z.ZodTypeAny, {
328
334
  name: string;
329
335
  id: string;
@@ -353,6 +359,7 @@ export declare const facebookFeedContract: {
353
359
  lineRichMenuId?: string | null | undefined;
354
360
  messengerIntegrationType?: "own" | "business" | undefined;
355
361
  facebookFeedIntegrationType?: "own" | "business" | undefined;
362
+ isCSATEnabled?: boolean | undefined;
356
363
  }, {
357
364
  name: string;
358
365
  id: string;
@@ -382,6 +389,7 @@ export declare const facebookFeedContract: {
382
389
  lineRichMenuId?: string | null | undefined;
383
390
  messengerIntegrationType?: "own" | "business" | undefined;
384
391
  facebookFeedIntegrationType?: "own" | "business" | undefined;
392
+ isCSATEnabled?: boolean | undefined;
385
393
  }>;
386
394
  platformId: z.ZodString;
387
395
  brandName: z.ZodString;
@@ -441,6 +449,7 @@ export declare const facebookFeedContract: {
441
449
  lineRichMenuId?: string | null | undefined;
442
450
  messengerIntegrationType?: "own" | "business" | undefined;
443
451
  facebookFeedIntegrationType?: "own" | "business" | undefined;
452
+ isCSATEnabled?: boolean | undefined;
444
453
  };
445
454
  status: boolean;
446
455
  brandName: string;
@@ -488,6 +497,7 @@ export declare const facebookFeedContract: {
488
497
  lineRichMenuId?: string | null | undefined;
489
498
  messengerIntegrationType?: "own" | "business" | undefined;
490
499
  facebookFeedIntegrationType?: "own" | "business" | undefined;
500
+ isCSATEnabled?: boolean | undefined;
491
501
  };
492
502
  status: boolean;
493
503
  brandName: string;
@@ -537,6 +547,7 @@ export declare const facebookFeedContract: {
537
547
  lineRichMenuId?: string | null | undefined;
538
548
  messengerIntegrationType?: "own" | "business" | undefined;
539
549
  facebookFeedIntegrationType?: "own" | "business" | undefined;
550
+ isCSATEnabled?: boolean | undefined;
540
551
  };
541
552
  status: boolean;
542
553
  brandName: string;
@@ -587,6 +598,7 @@ export declare const facebookFeedContract: {
587
598
  lineRichMenuId?: string | null | undefined;
588
599
  messengerIntegrationType?: "own" | "business" | undefined;
589
600
  facebookFeedIntegrationType?: "own" | "business" | undefined;
601
+ isCSATEnabled?: boolean | undefined;
590
602
  };
591
603
  status: boolean;
592
604
  brandName: string;
@@ -695,6 +707,7 @@ export declare const facebookFeedContract: {
695
707
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
696
708
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
697
709
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
710
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
698
711
  }, "strip", z.ZodTypeAny, {
699
712
  name: string;
700
713
  id: string;
@@ -724,6 +737,7 @@ export declare const facebookFeedContract: {
724
737
  lineRichMenuId?: string | null | undefined;
725
738
  messengerIntegrationType?: "own" | "business" | undefined;
726
739
  facebookFeedIntegrationType?: "own" | "business" | undefined;
740
+ isCSATEnabled?: boolean | undefined;
727
741
  }, {
728
742
  name: string;
729
743
  id: string;
@@ -753,6 +767,7 @@ export declare const facebookFeedContract: {
753
767
  lineRichMenuId?: string | null | undefined;
754
768
  messengerIntegrationType?: "own" | "business" | undefined;
755
769
  facebookFeedIntegrationType?: "own" | "business" | undefined;
770
+ isCSATEnabled?: boolean | undefined;
756
771
  }>>;
757
772
  platformId: z.ZodOptional<z.ZodString>;
758
773
  brandName: z.ZodOptional<z.ZodString>;
@@ -812,6 +827,7 @@ export declare const facebookFeedContract: {
812
827
  lineRichMenuId?: string | null | undefined;
813
828
  messengerIntegrationType?: "own" | "business" | undefined;
814
829
  facebookFeedIntegrationType?: "own" | "business" | undefined;
830
+ isCSATEnabled?: boolean | undefined;
815
831
  } | undefined;
816
832
  platformId?: string | undefined;
817
833
  brandName?: string | undefined;
@@ -859,6 +875,7 @@ export declare const facebookFeedContract: {
859
875
  lineRichMenuId?: string | null | undefined;
860
876
  messengerIntegrationType?: "own" | "business" | undefined;
861
877
  facebookFeedIntegrationType?: "own" | "business" | undefined;
878
+ isCSATEnabled?: boolean | undefined;
862
879
  } | undefined;
863
880
  platformId?: string | undefined;
864
881
  brandName?: string | undefined;
@@ -945,6 +962,7 @@ export declare const facebookFeedContract: {
945
962
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
946
963
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
947
964
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
965
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
948
966
  }, "strip", z.ZodTypeAny, {
949
967
  name: string;
950
968
  id: string;
@@ -974,6 +992,7 @@ export declare const facebookFeedContract: {
974
992
  lineRichMenuId?: string | null | undefined;
975
993
  messengerIntegrationType?: "own" | "business" | undefined;
976
994
  facebookFeedIntegrationType?: "own" | "business" | undefined;
995
+ isCSATEnabled?: boolean | undefined;
977
996
  }, {
978
997
  name: string;
979
998
  id: string;
@@ -1003,6 +1022,7 @@ export declare const facebookFeedContract: {
1003
1022
  lineRichMenuId?: string | null | undefined;
1004
1023
  messengerIntegrationType?: "own" | "business" | undefined;
1005
1024
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1025
+ isCSATEnabled?: boolean | undefined;
1006
1026
  }>;
1007
1027
  platformId: z.ZodString;
1008
1028
  brandName: z.ZodString;
@@ -1062,6 +1082,7 @@ export declare const facebookFeedContract: {
1062
1082
  lineRichMenuId?: string | null | undefined;
1063
1083
  messengerIntegrationType?: "own" | "business" | undefined;
1064
1084
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1085
+ isCSATEnabled?: boolean | undefined;
1065
1086
  };
1066
1087
  status: boolean;
1067
1088
  brandName: string;
@@ -1109,6 +1130,7 @@ export declare const facebookFeedContract: {
1109
1130
  lineRichMenuId?: string | null | undefined;
1110
1131
  messengerIntegrationType?: "own" | "business" | undefined;
1111
1132
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1133
+ isCSATEnabled?: boolean | undefined;
1112
1134
  };
1113
1135
  status: boolean;
1114
1136
  brandName: string;
@@ -1158,6 +1180,7 @@ export declare const facebookFeedContract: {
1158
1180
  lineRichMenuId?: string | null | undefined;
1159
1181
  messengerIntegrationType?: "own" | "business" | undefined;
1160
1182
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1183
+ isCSATEnabled?: boolean | undefined;
1161
1184
  };
1162
1185
  status: boolean;
1163
1186
  brandName: string;
@@ -1208,6 +1231,7 @@ export declare const facebookFeedContract: {
1208
1231
  lineRichMenuId?: string | null | undefined;
1209
1232
  messengerIntegrationType?: "own" | "business" | undefined;
1210
1233
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1234
+ isCSATEnabled?: boolean | undefined;
1211
1235
  };
1212
1236
  status: boolean;
1213
1237
  brandName: string;
@@ -1328,6 +1352,7 @@ export declare const facebookFeedContract: {
1328
1352
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1329
1353
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
1330
1354
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
1355
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
1331
1356
  }, "strip", z.ZodTypeAny, {
1332
1357
  name: string;
1333
1358
  id: string;
@@ -1357,6 +1382,7 @@ export declare const facebookFeedContract: {
1357
1382
  lineRichMenuId?: string | null | undefined;
1358
1383
  messengerIntegrationType?: "own" | "business" | undefined;
1359
1384
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1385
+ isCSATEnabled?: boolean | undefined;
1360
1386
  }, {
1361
1387
  name: string;
1362
1388
  id: string;
@@ -1386,6 +1412,7 @@ export declare const facebookFeedContract: {
1386
1412
  lineRichMenuId?: string | null | undefined;
1387
1413
  messengerIntegrationType?: "own" | "business" | undefined;
1388
1414
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1415
+ isCSATEnabled?: boolean | undefined;
1389
1416
  }>;
1390
1417
  platformId: z.ZodString;
1391
1418
  brandName: z.ZodString;
@@ -1445,6 +1472,7 @@ export declare const facebookFeedContract: {
1445
1472
  lineRichMenuId?: string | null | undefined;
1446
1473
  messengerIntegrationType?: "own" | "business" | undefined;
1447
1474
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1475
+ isCSATEnabled?: boolean | undefined;
1448
1476
  };
1449
1477
  status: boolean;
1450
1478
  brandName: string;
@@ -1492,6 +1520,7 @@ export declare const facebookFeedContract: {
1492
1520
  lineRichMenuId?: string | null | undefined;
1493
1521
  messengerIntegrationType?: "own" | "business" | undefined;
1494
1522
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1523
+ isCSATEnabled?: boolean | undefined;
1495
1524
  };
1496
1525
  status: boolean;
1497
1526
  brandName: string;
@@ -1541,6 +1570,7 @@ export declare const facebookFeedContract: {
1541
1570
  lineRichMenuId?: string | null | undefined;
1542
1571
  messengerIntegrationType?: "own" | "business" | undefined;
1543
1572
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1573
+ isCSATEnabled?: boolean | undefined;
1544
1574
  };
1545
1575
  status: boolean;
1546
1576
  brandName: string;
@@ -1591,6 +1621,7 @@ export declare const facebookFeedContract: {
1591
1621
  lineRichMenuId?: string | null | undefined;
1592
1622
  messengerIntegrationType?: "own" | "business" | undefined;
1593
1623
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1624
+ isCSATEnabled?: boolean | undefined;
1594
1625
  };
1595
1626
  status: boolean;
1596
1627
  brandName: string;
@@ -1711,6 +1742,7 @@ export declare const facebookFeedContract: {
1711
1742
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1712
1743
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
1713
1744
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
1745
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
1714
1746
  }, "strip", z.ZodTypeAny, {
1715
1747
  name: string;
1716
1748
  id: string;
@@ -1740,6 +1772,7 @@ export declare const facebookFeedContract: {
1740
1772
  lineRichMenuId?: string | null | undefined;
1741
1773
  messengerIntegrationType?: "own" | "business" | undefined;
1742
1774
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1775
+ isCSATEnabled?: boolean | undefined;
1743
1776
  }, {
1744
1777
  name: string;
1745
1778
  id: string;
@@ -1769,6 +1802,7 @@ export declare const facebookFeedContract: {
1769
1802
  lineRichMenuId?: string | null | undefined;
1770
1803
  messengerIntegrationType?: "own" | "business" | undefined;
1771
1804
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1805
+ isCSATEnabled?: boolean | undefined;
1772
1806
  }>;
1773
1807
  platformId: z.ZodString;
1774
1808
  brandName: z.ZodString;
@@ -1828,6 +1862,7 @@ export declare const facebookFeedContract: {
1828
1862
  lineRichMenuId?: string | null | undefined;
1829
1863
  messengerIntegrationType?: "own" | "business" | undefined;
1830
1864
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1865
+ isCSATEnabled?: boolean | undefined;
1831
1866
  };
1832
1867
  status: boolean;
1833
1868
  brandName: string;
@@ -1875,6 +1910,7 @@ export declare const facebookFeedContract: {
1875
1910
  lineRichMenuId?: string | null | undefined;
1876
1911
  messengerIntegrationType?: "own" | "business" | undefined;
1877
1912
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1913
+ isCSATEnabled?: boolean | undefined;
1878
1914
  };
1879
1915
  status: boolean;
1880
1916
  brandName: string;
@@ -1924,6 +1960,7 @@ export declare const facebookFeedContract: {
1924
1960
  lineRichMenuId?: string | null | undefined;
1925
1961
  messengerIntegrationType?: "own" | "business" | undefined;
1926
1962
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1963
+ isCSATEnabled?: boolean | undefined;
1927
1964
  };
1928
1965
  status: boolean;
1929
1966
  brandName: string;
@@ -1974,6 +2011,7 @@ export declare const facebookFeedContract: {
1974
2011
  lineRichMenuId?: string | null | undefined;
1975
2012
  messengerIntegrationType?: "own" | "business" | undefined;
1976
2013
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2014
+ isCSATEnabled?: boolean | undefined;
1977
2015
  };
1978
2016
  status: boolean;
1979
2017
  brandName: string;
@@ -2081,6 +2119,7 @@ export declare const facebookFeedContract: {
2081
2119
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2082
2120
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
2083
2121
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
2122
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
2084
2123
  }, "strip", z.ZodTypeAny, {
2085
2124
  name: string;
2086
2125
  id: string;
@@ -2110,6 +2149,7 @@ export declare const facebookFeedContract: {
2110
2149
  lineRichMenuId?: string | null | undefined;
2111
2150
  messengerIntegrationType?: "own" | "business" | undefined;
2112
2151
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2152
+ isCSATEnabled?: boolean | undefined;
2113
2153
  }, {
2114
2154
  name: string;
2115
2155
  id: string;
@@ -2139,6 +2179,7 @@ export declare const facebookFeedContract: {
2139
2179
  lineRichMenuId?: string | null | undefined;
2140
2180
  messengerIntegrationType?: "own" | "business" | undefined;
2141
2181
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2182
+ isCSATEnabled?: boolean | undefined;
2142
2183
  }>;
2143
2184
  status: z.ZodUnion<[z.ZodLiteral<true>, z.ZodLiteral<false>]>;
2144
2185
  actor: z.ZodOptional<z.ZodObject<{
@@ -2203,6 +2244,7 @@ export declare const facebookFeedContract: {
2203
2244
  lineRichMenuId?: string | null | undefined;
2204
2245
  messengerIntegrationType?: "own" | "business" | undefined;
2205
2246
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2247
+ isCSATEnabled?: boolean | undefined;
2206
2248
  };
2207
2249
  status: boolean;
2208
2250
  createdAt: string;
@@ -2254,6 +2296,7 @@ export declare const facebookFeedContract: {
2254
2296
  lineRichMenuId?: string | null | undefined;
2255
2297
  messengerIntegrationType?: "own" | "business" | undefined;
2256
2298
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2299
+ isCSATEnabled?: boolean | undefined;
2257
2300
  };
2258
2301
  status: boolean;
2259
2302
  createdAt: string;
@@ -2344,6 +2387,7 @@ export declare const facebookFeedContract: {
2344
2387
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2345
2388
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
2346
2389
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
2390
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
2347
2391
  }, "strip", z.ZodTypeAny, {
2348
2392
  name: string;
2349
2393
  id: string;
@@ -2373,6 +2417,7 @@ export declare const facebookFeedContract: {
2373
2417
  lineRichMenuId?: string | null | undefined;
2374
2418
  messengerIntegrationType?: "own" | "business" | undefined;
2375
2419
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2420
+ isCSATEnabled?: boolean | undefined;
2376
2421
  }, {
2377
2422
  name: string;
2378
2423
  id: string;
@@ -2402,6 +2447,7 @@ export declare const facebookFeedContract: {
2402
2447
  lineRichMenuId?: string | null | undefined;
2403
2448
  messengerIntegrationType?: "own" | "business" | undefined;
2404
2449
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2450
+ isCSATEnabled?: boolean | undefined;
2405
2451
  }>;
2406
2452
  platformId: z.ZodString;
2407
2453
  brandName: z.ZodString;
@@ -2461,6 +2507,7 @@ export declare const facebookFeedContract: {
2461
2507
  lineRichMenuId?: string | null | undefined;
2462
2508
  messengerIntegrationType?: "own" | "business" | undefined;
2463
2509
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2510
+ isCSATEnabled?: boolean | undefined;
2464
2511
  };
2465
2512
  status: boolean;
2466
2513
  brandName: string;
@@ -2508,6 +2555,7 @@ export declare const facebookFeedContract: {
2508
2555
  lineRichMenuId?: string | null | undefined;
2509
2556
  messengerIntegrationType?: "own" | "business" | undefined;
2510
2557
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2558
+ isCSATEnabled?: boolean | undefined;
2511
2559
  };
2512
2560
  status: boolean;
2513
2561
  brandName: string;
@@ -2557,6 +2605,7 @@ export declare const facebookFeedContract: {
2557
2605
  lineRichMenuId?: string | null | undefined;
2558
2606
  messengerIntegrationType?: "own" | "business" | undefined;
2559
2607
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2608
+ isCSATEnabled?: boolean | undefined;
2560
2609
  };
2561
2610
  status: boolean;
2562
2611
  brandName: string;
@@ -2607,6 +2656,7 @@ export declare const facebookFeedContract: {
2607
2656
  lineRichMenuId?: string | null | undefined;
2608
2657
  messengerIntegrationType?: "own" | "business" | undefined;
2609
2658
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2659
+ isCSATEnabled?: boolean | undefined;
2610
2660
  };
2611
2661
  status: boolean;
2612
2662
  brandName: string;
@@ -2727,6 +2777,7 @@ export declare const facebookFeedContract: {
2727
2777
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2728
2778
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
2729
2779
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
2780
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
2730
2781
  }, "strip", z.ZodTypeAny, {
2731
2782
  name: string;
2732
2783
  id: string;
@@ -2756,6 +2807,7 @@ export declare const facebookFeedContract: {
2756
2807
  lineRichMenuId?: string | null | undefined;
2757
2808
  messengerIntegrationType?: "own" | "business" | undefined;
2758
2809
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2810
+ isCSATEnabled?: boolean | undefined;
2759
2811
  }, {
2760
2812
  name: string;
2761
2813
  id: string;
@@ -2785,6 +2837,7 @@ export declare const facebookFeedContract: {
2785
2837
  lineRichMenuId?: string | null | undefined;
2786
2838
  messengerIntegrationType?: "own" | "business" | undefined;
2787
2839
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2840
+ isCSATEnabled?: boolean | undefined;
2788
2841
  }>;
2789
2842
  status: z.ZodUnion<[z.ZodLiteral<true>, z.ZodLiteral<false>]>;
2790
2843
  createdAt: z.ZodDate;
@@ -4168,6 +4221,7 @@ export declare const facebookFeedContract: {
4168
4221
  lineRichMenuId?: string | null | undefined;
4169
4222
  messengerIntegrationType?: "own" | "business" | undefined;
4170
4223
  facebookFeedIntegrationType?: "own" | "business" | undefined;
4224
+ isCSATEnabled?: boolean | undefined;
4171
4225
  };
4172
4226
  status: boolean;
4173
4227
  createdAt: Date;
@@ -4406,6 +4460,7 @@ export declare const facebookFeedContract: {
4406
4460
  lineRichMenuId?: string | null | undefined;
4407
4461
  messengerIntegrationType?: "own" | "business" | undefined;
4408
4462
  facebookFeedIntegrationType?: "own" | "business" | undefined;
4463
+ isCSATEnabled?: boolean | undefined;
4409
4464
  };
4410
4465
  status: boolean;
4411
4466
  createdAt: Date;
@@ -4620,7 +4675,7 @@ export declare const facebookFeedContract: {
4620
4675
  id: z.ZodOptional<z.ZodString>;
4621
4676
  message: z.ZodOptional<z.ZodString>;
4622
4677
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
4623
- 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"]>;
4678
+ 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"]>;
4624
4679
  readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
4625
4680
  metadata: z.ZodOptional<z.ZodAny>;
4626
4681
  platformId: z.ZodOptional<z.ZodString>;
@@ -4676,7 +4731,7 @@ export declare const facebookFeedContract: {
4676
4731
  editedAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
4677
4732
  label: z.ZodOptional<z.ZodString>;
4678
4733
  }, "strip", z.ZodTypeAny, {
4679
- 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";
4734
+ 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";
4680
4735
  direction: "incoming" | "outgoing" | "system";
4681
4736
  id?: string | undefined;
4682
4737
  message?: string | undefined;
@@ -4711,7 +4766,7 @@ export declare const facebookFeedContract: {
4711
4766
  editedAt?: string | Date | null | undefined;
4712
4767
  label?: string | undefined;
4713
4768
  }, {
4714
- 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";
4769
+ 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";
4715
4770
  direction: "incoming" | "outgoing" | "system";
4716
4771
  id?: string | undefined;
4717
4772
  message?: string | undefined;
@@ -4936,6 +4991,7 @@ export declare const facebookFeedContract: {
4936
4991
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4937
4992
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
4938
4993
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
4994
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
4939
4995
  }, "strip", z.ZodTypeAny, {
4940
4996
  name: string;
4941
4997
  id: string;
@@ -4965,6 +5021,7 @@ export declare const facebookFeedContract: {
4965
5021
  lineRichMenuId?: string | null | undefined;
4966
5022
  messengerIntegrationType?: "own" | "business" | undefined;
4967
5023
  facebookFeedIntegrationType?: "own" | "business" | undefined;
5024
+ isCSATEnabled?: boolean | undefined;
4968
5025
  }, {
4969
5026
  name: string;
4970
5027
  id: string;
@@ -4994,6 +5051,7 @@ export declare const facebookFeedContract: {
4994
5051
  lineRichMenuId?: string | null | undefined;
4995
5052
  messengerIntegrationType?: "own" | "business" | undefined;
4996
5053
  facebookFeedIntegrationType?: "own" | "business" | undefined;
5054
+ isCSATEnabled?: boolean | undefined;
4997
5055
  }>;
4998
5056
  platformId: z.ZodString;
4999
5057
  brandName: z.ZodString;
@@ -5053,6 +5111,7 @@ export declare const facebookFeedContract: {
5053
5111
  lineRichMenuId?: string | null | undefined;
5054
5112
  messengerIntegrationType?: "own" | "business" | undefined;
5055
5113
  facebookFeedIntegrationType?: "own" | "business" | undefined;
5114
+ isCSATEnabled?: boolean | undefined;
5056
5115
  };
5057
5116
  status: boolean;
5058
5117
  brandName: string;
@@ -5100,6 +5159,7 @@ export declare const facebookFeedContract: {
5100
5159
  lineRichMenuId?: string | null | undefined;
5101
5160
  messengerIntegrationType?: "own" | "business" | undefined;
5102
5161
  facebookFeedIntegrationType?: "own" | "business" | undefined;
5162
+ isCSATEnabled?: boolean | undefined;
5103
5163
  };
5104
5164
  status: boolean;
5105
5165
  brandName: string;
@@ -5152,6 +5212,7 @@ export declare const facebookFeedContract: {
5152
5212
  lineRichMenuId?: string | null | undefined;
5153
5213
  messengerIntegrationType?: "own" | "business" | undefined;
5154
5214
  facebookFeedIntegrationType?: "own" | "business" | undefined;
5215
+ isCSATEnabled?: boolean | undefined;
5155
5216
  };
5156
5217
  status: boolean;
5157
5218
  brandName: string;
@@ -5243,6 +5304,7 @@ export declare const facebookFeedContract: {
5243
5304
  lineRichMenuId?: string | null | undefined;
5244
5305
  messengerIntegrationType?: "own" | "business" | undefined;
5245
5306
  facebookFeedIntegrationType?: "own" | "business" | undefined;
5307
+ isCSATEnabled?: boolean | undefined;
5246
5308
  };
5247
5309
  status: boolean;
5248
5310
  brandName: string;
@@ -5313,7 +5375,7 @@ export declare const facebookFeedContract: {
5313
5375
  }>>;
5314
5376
  }, "strip", z.ZodTypeAny, {
5315
5377
  message: {
5316
- 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";
5378
+ 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";
5317
5379
  direction: "incoming" | "outgoing" | "system";
5318
5380
  id?: string | undefined;
5319
5381
  message?: string | undefined;
@@ -5383,6 +5445,7 @@ export declare const facebookFeedContract: {
5383
5445
  lineRichMenuId?: string | null | undefined;
5384
5446
  messengerIntegrationType?: "own" | "business" | undefined;
5385
5447
  facebookFeedIntegrationType?: "own" | "business" | undefined;
5448
+ isCSATEnabled?: boolean | undefined;
5386
5449
  };
5387
5450
  status: boolean;
5388
5451
  brandName: string;
@@ -5447,7 +5510,7 @@ export declare const facebookFeedContract: {
5447
5510
  } | undefined;
5448
5511
  }, {
5449
5512
  message: {
5450
- 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";
5513
+ 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";
5451
5514
  direction: "incoming" | "outgoing" | "system";
5452
5515
  id?: string | undefined;
5453
5516
  message?: string | undefined;
@@ -5517,6 +5580,7 @@ export declare const facebookFeedContract: {
5517
5580
  lineRichMenuId?: string | null | undefined;
5518
5581
  messengerIntegrationType?: "own" | "business" | undefined;
5519
5582
  facebookFeedIntegrationType?: "own" | "business" | undefined;
5583
+ isCSATEnabled?: boolean | undefined;
5520
5584
  };
5521
5585
  status: boolean;
5522
5586
  brandName: string;
@@ -5585,7 +5649,7 @@ export declare const facebookFeedContract: {
5585
5649
  200: z.ZodObject<{
5586
5650
  requestId: z.ZodString;
5587
5651
  data: z.ZodObject<{
5588
- 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"]>;
5652
+ 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"]>;
5589
5653
  message: z.ZodString;
5590
5654
  id: z.ZodString;
5591
5655
  url: z.ZodString;
@@ -7102,6 +7166,7 @@ export declare const facebookFeedContract: {
7102
7166
  channelId: string;
7103
7167
  socialPlatformId: string;
7104
7168
  }>;
7169
+ csatStatus: z.ZodNullable<z.ZodString>;
7105
7170
  actor: z.ZodObject<{
7106
7171
  id: z.ZodString;
7107
7172
  createdAt: z.ZodDate;
@@ -7580,6 +7645,7 @@ export declare const facebookFeedContract: {
7580
7645
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
7581
7646
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
7582
7647
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
7648
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
7583
7649
  }, "strip", z.ZodTypeAny, {
7584
7650
  name: string;
7585
7651
  id: string;
@@ -7609,6 +7675,7 @@ export declare const facebookFeedContract: {
7609
7675
  lineRichMenuId?: string | null | undefined;
7610
7676
  messengerIntegrationType?: "own" | "business" | undefined;
7611
7677
  facebookFeedIntegrationType?: "own" | "business" | undefined;
7678
+ isCSATEnabled?: boolean | undefined;
7612
7679
  }, {
7613
7680
  name: string;
7614
7681
  id: string;
@@ -7638,6 +7705,7 @@ export declare const facebookFeedContract: {
7638
7705
  lineRichMenuId?: string | null | undefined;
7639
7706
  messengerIntegrationType?: "own" | "business" | undefined;
7640
7707
  facebookFeedIntegrationType?: "own" | "business" | undefined;
7708
+ isCSATEnabled?: boolean | undefined;
7641
7709
  }>;
7642
7710
  brandName: z.ZodString;
7643
7711
  platformId: z.ZodString;
@@ -7901,6 +7969,7 @@ export declare const facebookFeedContract: {
7901
7969
  lineRichMenuId?: string | null | undefined;
7902
7970
  messengerIntegrationType?: "own" | "business" | undefined;
7903
7971
  facebookFeedIntegrationType?: "own" | "business" | undefined;
7972
+ isCSATEnabled?: boolean | undefined;
7904
7973
  };
7905
7974
  status: boolean;
7906
7975
  createdAt: Date;
@@ -7995,6 +8064,7 @@ export declare const facebookFeedContract: {
7995
8064
  lineRichMenuId?: string | null | undefined;
7996
8065
  messengerIntegrationType?: "own" | "business" | undefined;
7997
8066
  facebookFeedIntegrationType?: "own" | "business" | undefined;
8067
+ isCSATEnabled?: boolean | undefined;
7998
8068
  };
7999
8069
  status: boolean;
8000
8070
  createdAt: Date;
@@ -8653,6 +8723,7 @@ export declare const facebookFeedContract: {
8653
8723
  lineRichMenuId?: string | null | undefined;
8654
8724
  messengerIntegrationType?: "own" | "business" | undefined;
8655
8725
  facebookFeedIntegrationType?: "own" | "business" | undefined;
8726
+ isCSATEnabled?: boolean | undefined;
8656
8727
  };
8657
8728
  status: boolean;
8658
8729
  createdAt: Date;
@@ -8944,6 +9015,7 @@ export declare const facebookFeedContract: {
8944
9015
  closedAt: Date;
8945
9016
  lastMessageAt: Date | null;
8946
9017
  isBotRoom: boolean;
9018
+ csatStatus: string | null;
8947
9019
  cxlog: {
8948
9020
  id: string;
8949
9021
  channel: string | null;
@@ -9080,6 +9152,7 @@ export declare const facebookFeedContract: {
9080
9152
  lineRichMenuId?: string | null | undefined;
9081
9153
  messengerIntegrationType?: "own" | "business" | undefined;
9082
9154
  facebookFeedIntegrationType?: "own" | "business" | undefined;
9155
+ isCSATEnabled?: boolean | undefined;
9083
9156
  };
9084
9157
  status: boolean;
9085
9158
  createdAt: Date;
@@ -9371,6 +9444,7 @@ export declare const facebookFeedContract: {
9371
9444
  closedAt: Date;
9372
9445
  lastMessageAt: Date | null;
9373
9446
  isBotRoom: boolean;
9447
+ csatStatus: string | null;
9374
9448
  cxlog: {
9375
9449
  id: string;
9376
9450
  channel: string | null;
@@ -9511,7 +9585,7 @@ export declare const facebookFeedContract: {
9511
9585
  deletedAt: z.ZodNullable<z.ZodDate>;
9512
9586
  message: z.ZodString;
9513
9587
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
9514
- 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"]>;
9588
+ 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"]>;
9515
9589
  readAt: z.ZodDate;
9516
9590
  metadata: z.ZodAny;
9517
9591
  platformId: z.ZodString;
@@ -10169,7 +10243,7 @@ export declare const facebookFeedContract: {
10169
10243
  };
10170
10244
  }>;
10171
10245
  }, "strip", z.ZodTypeAny, {
10172
- 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";
10246
+ 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";
10173
10247
  message: string;
10174
10248
  id: string;
10175
10249
  url: string;
@@ -10331,7 +10405,7 @@ export declare const facebookFeedContract: {
10331
10405
  metadata?: any;
10332
10406
  template?: any;
10333
10407
  }, {
10334
- 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";
10408
+ 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";
10335
10409
  message: string;
10336
10410
  id: string;
10337
10411
  url: string;
@@ -10705,7 +10779,7 @@ export declare const facebookFeedContract: {
10705
10779
  deletedAt: z.ZodNullable<z.ZodDate>;
10706
10780
  message: z.ZodString;
10707
10781
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
10708
- 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"]>;
10782
+ 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"]>;
10709
10783
  readAt: z.ZodDate;
10710
10784
  metadata: z.ZodAny;
10711
10785
  platformId: z.ZodString;
@@ -11779,6 +11853,7 @@ export declare const facebookFeedContract: {
11779
11853
  channelId: string;
11780
11854
  socialPlatformId: string;
11781
11855
  }>;
11856
+ csatStatus: z.ZodNullable<z.ZodString>;
11782
11857
  actor: z.ZodObject<{
11783
11858
  id: z.ZodString;
11784
11859
  createdAt: z.ZodDate;
@@ -12257,6 +12332,7 @@ export declare const facebookFeedContract: {
12257
12332
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
12258
12333
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
12259
12334
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
12335
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
12260
12336
  }, "strip", z.ZodTypeAny, {
12261
12337
  name: string;
12262
12338
  id: string;
@@ -12286,6 +12362,7 @@ export declare const facebookFeedContract: {
12286
12362
  lineRichMenuId?: string | null | undefined;
12287
12363
  messengerIntegrationType?: "own" | "business" | undefined;
12288
12364
  facebookFeedIntegrationType?: "own" | "business" | undefined;
12365
+ isCSATEnabled?: boolean | undefined;
12289
12366
  }, {
12290
12367
  name: string;
12291
12368
  id: string;
@@ -12315,6 +12392,7 @@ export declare const facebookFeedContract: {
12315
12392
  lineRichMenuId?: string | null | undefined;
12316
12393
  messengerIntegrationType?: "own" | "business" | undefined;
12317
12394
  facebookFeedIntegrationType?: "own" | "business" | undefined;
12395
+ isCSATEnabled?: boolean | undefined;
12318
12396
  }>;
12319
12397
  brandName: z.ZodString;
12320
12398
  platformId: z.ZodString;
@@ -12578,6 +12656,7 @@ export declare const facebookFeedContract: {
12578
12656
  lineRichMenuId?: string | null | undefined;
12579
12657
  messengerIntegrationType?: "own" | "business" | undefined;
12580
12658
  facebookFeedIntegrationType?: "own" | "business" | undefined;
12659
+ isCSATEnabled?: boolean | undefined;
12581
12660
  };
12582
12661
  status: boolean;
12583
12662
  createdAt: Date;
@@ -12672,6 +12751,7 @@ export declare const facebookFeedContract: {
12672
12751
  lineRichMenuId?: string | null | undefined;
12673
12752
  messengerIntegrationType?: "own" | "business" | undefined;
12674
12753
  facebookFeedIntegrationType?: "own" | "business" | undefined;
12754
+ isCSATEnabled?: boolean | undefined;
12675
12755
  };
12676
12756
  status: boolean;
12677
12757
  createdAt: Date;
@@ -13330,6 +13410,7 @@ export declare const facebookFeedContract: {
13330
13410
  lineRichMenuId?: string | null | undefined;
13331
13411
  messengerIntegrationType?: "own" | "business" | undefined;
13332
13412
  facebookFeedIntegrationType?: "own" | "business" | undefined;
13413
+ isCSATEnabled?: boolean | undefined;
13333
13414
  };
13334
13415
  status: boolean;
13335
13416
  createdAt: Date;
@@ -13621,6 +13702,7 @@ export declare const facebookFeedContract: {
13621
13702
  closedAt: Date;
13622
13703
  lastMessageAt: Date | null;
13623
13704
  isBotRoom: boolean;
13705
+ csatStatus: string | null;
13624
13706
  cxlog: {
13625
13707
  id: string;
13626
13708
  channel: string | null;
@@ -13757,6 +13839,7 @@ export declare const facebookFeedContract: {
13757
13839
  lineRichMenuId?: string | null | undefined;
13758
13840
  messengerIntegrationType?: "own" | "business" | undefined;
13759
13841
  facebookFeedIntegrationType?: "own" | "business" | undefined;
13842
+ isCSATEnabled?: boolean | undefined;
13760
13843
  };
13761
13844
  status: boolean;
13762
13845
  createdAt: Date;
@@ -14048,6 +14131,7 @@ export declare const facebookFeedContract: {
14048
14131
  closedAt: Date;
14049
14132
  lastMessageAt: Date | null;
14050
14133
  isBotRoom: boolean;
14134
+ csatStatus: string | null;
14051
14135
  cxlog: {
14052
14136
  id: string;
14053
14137
  channel: string | null;
@@ -14191,7 +14275,7 @@ export declare const facebookFeedContract: {
14191
14275
  deletedAt: z.ZodNullable<z.ZodDate>;
14192
14276
  message: z.ZodString;
14193
14277
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
14194
- 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"]>;
14278
+ 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"]>;
14195
14279
  readAt: z.ZodDate;
14196
14280
  metadata: z.ZodAny;
14197
14281
  platformId: z.ZodString;
@@ -14849,7 +14933,7 @@ export declare const facebookFeedContract: {
14849
14933
  };
14850
14934
  }>;
14851
14935
  }, "strip", z.ZodTypeAny, {
14852
- 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";
14936
+ 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";
14853
14937
  message: string;
14854
14938
  id: string;
14855
14939
  url: string;
@@ -15011,7 +15095,7 @@ export declare const facebookFeedContract: {
15011
15095
  metadata?: any;
15012
15096
  template?: any;
15013
15097
  }, {
15014
- 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";
15098
+ 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";
15015
15099
  message: string;
15016
15100
  id: string;
15017
15101
  url: string;
@@ -15813,7 +15897,7 @@ export declare const facebookFeedContract: {
15813
15897
  editedMessageid: z.ZodString;
15814
15898
  label: z.ZodOptional<z.ZodString>;
15815
15899
  }, "strip", z.ZodTypeAny, {
15816
- 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";
15900
+ 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";
15817
15901
  message: string;
15818
15902
  id: string;
15819
15903
  url: string;
@@ -15957,6 +16041,7 @@ export declare const facebookFeedContract: {
15957
16041
  lineRichMenuId?: string | null | undefined;
15958
16042
  messengerIntegrationType?: "own" | "business" | undefined;
15959
16043
  facebookFeedIntegrationType?: "own" | "business" | undefined;
16044
+ isCSATEnabled?: boolean | undefined;
15960
16045
  };
15961
16046
  status: boolean;
15962
16047
  createdAt: Date;
@@ -16248,6 +16333,7 @@ export declare const facebookFeedContract: {
16248
16333
  closedAt: Date;
16249
16334
  lastMessageAt: Date | null;
16250
16335
  isBotRoom: boolean;
16336
+ csatStatus: string | null;
16251
16337
  cxlog: {
16252
16338
  id: string;
16253
16339
  channel: string | null;
@@ -16366,7 +16452,7 @@ export declare const facebookFeedContract: {
16366
16452
  previewUrl: string;
16367
16453
  imageSetId: string;
16368
16454
  repliedMessage: {
16369
- 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";
16455
+ 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";
16370
16456
  message: string;
16371
16457
  id: string;
16372
16458
  url: string;
@@ -16577,7 +16663,7 @@ export declare const facebookFeedContract: {
16577
16663
  template?: any;
16578
16664
  label?: string | undefined;
16579
16665
  }, {
16580
- 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";
16666
+ 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";
16581
16667
  message: string;
16582
16668
  id: string;
16583
16669
  url: string;
@@ -16721,6 +16807,7 @@ export declare const facebookFeedContract: {
16721
16807
  lineRichMenuId?: string | null | undefined;
16722
16808
  messengerIntegrationType?: "own" | "business" | undefined;
16723
16809
  facebookFeedIntegrationType?: "own" | "business" | undefined;
16810
+ isCSATEnabled?: boolean | undefined;
16724
16811
  };
16725
16812
  status: boolean;
16726
16813
  createdAt: Date;
@@ -17012,6 +17099,7 @@ export declare const facebookFeedContract: {
17012
17099
  closedAt: Date;
17013
17100
  lastMessageAt: Date | null;
17014
17101
  isBotRoom: boolean;
17102
+ csatStatus: string | null;
17015
17103
  cxlog: {
17016
17104
  id: string;
17017
17105
  channel: string | null;
@@ -17130,7 +17218,7 @@ export declare const facebookFeedContract: {
17130
17218
  previewUrl: string;
17131
17219
  imageSetId: string;
17132
17220
  repliedMessage: {
17133
- 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";
17221
+ 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";
17134
17222
  message: string;
17135
17223
  id: string;
17136
17224
  url: string;
@@ -17342,7 +17430,7 @@ export declare const facebookFeedContract: {
17342
17430
  label?: string | undefined;
17343
17431
  }>>>;
17344
17432
  }, "strip", z.ZodTypeAny, {
17345
- 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";
17433
+ 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";
17346
17434
  message: string;
17347
17435
  id: string;
17348
17436
  url: string;
@@ -17486,6 +17574,7 @@ export declare const facebookFeedContract: {
17486
17574
  lineRichMenuId?: string | null | undefined;
17487
17575
  messengerIntegrationType?: "own" | "business" | undefined;
17488
17576
  facebookFeedIntegrationType?: "own" | "business" | undefined;
17577
+ isCSATEnabled?: boolean | undefined;
17489
17578
  };
17490
17579
  status: boolean;
17491
17580
  createdAt: Date;
@@ -17777,6 +17866,7 @@ export declare const facebookFeedContract: {
17777
17866
  closedAt: Date;
17778
17867
  lastMessageAt: Date | null;
17779
17868
  isBotRoom: boolean;
17869
+ csatStatus: string | null;
17780
17870
  cxlog: {
17781
17871
  id: string;
17782
17872
  channel: string | null;
@@ -17895,7 +17985,7 @@ export declare const facebookFeedContract: {
17895
17985
  previewUrl: string;
17896
17986
  imageSetId: string;
17897
17987
  repliedMessage: {
17898
- 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";
17988
+ 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";
17899
17989
  message: string;
17900
17990
  id: string;
17901
17991
  url: string;
@@ -18106,7 +18196,7 @@ export declare const facebookFeedContract: {
18106
18196
  template?: any;
18107
18197
  metadata?: any;
18108
18198
  fromMessage?: {
18109
- 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";
18199
+ 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";
18110
18200
  message: string;
18111
18201
  id: string;
18112
18202
  url: string;
@@ -18250,6 +18340,7 @@ export declare const facebookFeedContract: {
18250
18340
  lineRichMenuId?: string | null | undefined;
18251
18341
  messengerIntegrationType?: "own" | "business" | undefined;
18252
18342
  facebookFeedIntegrationType?: "own" | "business" | undefined;
18343
+ isCSATEnabled?: boolean | undefined;
18253
18344
  };
18254
18345
  status: boolean;
18255
18346
  createdAt: Date;
@@ -18541,6 +18632,7 @@ export declare const facebookFeedContract: {
18541
18632
  closedAt: Date;
18542
18633
  lastMessageAt: Date | null;
18543
18634
  isBotRoom: boolean;
18635
+ csatStatus: string | null;
18544
18636
  cxlog: {
18545
18637
  id: string;
18546
18638
  channel: string | null;
@@ -18659,7 +18751,7 @@ export declare const facebookFeedContract: {
18659
18751
  previewUrl: string;
18660
18752
  imageSetId: string;
18661
18753
  repliedMessage: {
18662
- type: "fallback" | "location" | "file" | "closed" | "open" | "item" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
18754
+ 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";
18663
18755
  message: string;
18664
18756
  id: string;
18665
18757
  url: string;
@@ -18871,7 +18963,7 @@ export declare const facebookFeedContract: {
18871
18963
  label?: string | undefined;
18872
18964
  } | null | undefined;
18873
18965
  }, {
18874
- 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";
18966
+ 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";
18875
18967
  message: string;
18876
18968
  id: string;
18877
18969
  url: string;
@@ -19015,6 +19107,7 @@ export declare const facebookFeedContract: {
19015
19107
  lineRichMenuId?: string | null | undefined;
19016
19108
  messengerIntegrationType?: "own" | "business" | undefined;
19017
19109
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19110
+ isCSATEnabled?: boolean | undefined;
19018
19111
  };
19019
19112
  status: boolean;
19020
19113
  createdAt: Date;
@@ -19306,6 +19399,7 @@ export declare const facebookFeedContract: {
19306
19399
  closedAt: Date;
19307
19400
  lastMessageAt: Date | null;
19308
19401
  isBotRoom: boolean;
19402
+ csatStatus: string | null;
19309
19403
  cxlog: {
19310
19404
  id: string;
19311
19405
  channel: string | null;
@@ -19424,7 +19518,7 @@ export declare const facebookFeedContract: {
19424
19518
  previewUrl: string;
19425
19519
  imageSetId: string;
19426
19520
  repliedMessage: {
19427
- 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";
19521
+ 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";
19428
19522
  message: string;
19429
19523
  id: string;
19430
19524
  url: string;
@@ -19635,7 +19729,7 @@ export declare const facebookFeedContract: {
19635
19729
  template?: any;
19636
19730
  metadata?: any;
19637
19731
  fromMessage?: {
19638
- 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";
19732
+ 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";
19639
19733
  message: string;
19640
19734
  id: string;
19641
19735
  url: string;
@@ -19779,6 +19873,7 @@ export declare const facebookFeedContract: {
19779
19873
  lineRichMenuId?: string | null | undefined;
19780
19874
  messengerIntegrationType?: "own" | "business" | undefined;
19781
19875
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19876
+ isCSATEnabled?: boolean | undefined;
19782
19877
  };
19783
19878
  status: boolean;
19784
19879
  createdAt: Date;
@@ -20070,6 +20165,7 @@ export declare const facebookFeedContract: {
20070
20165
  closedAt: Date;
20071
20166
  lastMessageAt: Date | null;
20072
20167
  isBotRoom: boolean;
20168
+ csatStatus: string | null;
20073
20169
  cxlog: {
20074
20170
  id: string;
20075
20171
  channel: string | null;
@@ -20188,7 +20284,7 @@ export declare const facebookFeedContract: {
20188
20284
  previewUrl: string;
20189
20285
  imageSetId: string;
20190
20286
  repliedMessage: {
20191
- 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";
20287
+ 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";
20192
20288
  message: string;
20193
20289
  id: string;
20194
20290
  url: string;
@@ -20402,7 +20498,7 @@ export declare const facebookFeedContract: {
20402
20498
  }>;
20403
20499
  }, "strip", z.ZodTypeAny, {
20404
20500
  data: {
20405
- 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";
20501
+ 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";
20406
20502
  message: string;
20407
20503
  id: string;
20408
20504
  url: string;
@@ -20546,6 +20642,7 @@ export declare const facebookFeedContract: {
20546
20642
  lineRichMenuId?: string | null | undefined;
20547
20643
  messengerIntegrationType?: "own" | "business" | undefined;
20548
20644
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20645
+ isCSATEnabled?: boolean | undefined;
20549
20646
  };
20550
20647
  status: boolean;
20551
20648
  createdAt: Date;
@@ -20837,6 +20934,7 @@ export declare const facebookFeedContract: {
20837
20934
  closedAt: Date;
20838
20935
  lastMessageAt: Date | null;
20839
20936
  isBotRoom: boolean;
20937
+ csatStatus: string | null;
20840
20938
  cxlog: {
20841
20939
  id: string;
20842
20940
  channel: string | null;
@@ -20955,7 +21053,7 @@ export declare const facebookFeedContract: {
20955
21053
  previewUrl: string;
20956
21054
  imageSetId: string;
20957
21055
  repliedMessage: {
20958
- 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";
21056
+ 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";
20959
21057
  message: string;
20960
21058
  id: string;
20961
21059
  url: string;
@@ -21166,7 +21264,7 @@ export declare const facebookFeedContract: {
21166
21264
  template?: any;
21167
21265
  metadata?: any;
21168
21266
  fromMessage?: {
21169
- 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";
21267
+ 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";
21170
21268
  message: string;
21171
21269
  id: string;
21172
21270
  url: string;
@@ -21310,6 +21408,7 @@ export declare const facebookFeedContract: {
21310
21408
  lineRichMenuId?: string | null | undefined;
21311
21409
  messengerIntegrationType?: "own" | "business" | undefined;
21312
21410
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21411
+ isCSATEnabled?: boolean | undefined;
21313
21412
  };
21314
21413
  status: boolean;
21315
21414
  createdAt: Date;
@@ -21601,6 +21700,7 @@ export declare const facebookFeedContract: {
21601
21700
  closedAt: Date;
21602
21701
  lastMessageAt: Date | null;
21603
21702
  isBotRoom: boolean;
21703
+ csatStatus: string | null;
21604
21704
  cxlog: {
21605
21705
  id: string;
21606
21706
  channel: string | null;
@@ -21719,7 +21819,7 @@ export declare const facebookFeedContract: {
21719
21819
  previewUrl: string;
21720
21820
  imageSetId: string;
21721
21821
  repliedMessage: {
21722
- 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";
21822
+ 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";
21723
21823
  message: string;
21724
21824
  id: string;
21725
21825
  url: string;
@@ -21934,7 +22034,7 @@ export declare const facebookFeedContract: {
21934
22034
  requestId: string;
21935
22035
  }, {
21936
22036
  data: {
21937
- 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";
22037
+ 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";
21938
22038
  message: string;
21939
22039
  id: string;
21940
22040
  url: string;
@@ -22078,6 +22178,7 @@ export declare const facebookFeedContract: {
22078
22178
  lineRichMenuId?: string | null | undefined;
22079
22179
  messengerIntegrationType?: "own" | "business" | undefined;
22080
22180
  facebookFeedIntegrationType?: "own" | "business" | undefined;
22181
+ isCSATEnabled?: boolean | undefined;
22081
22182
  };
22082
22183
  status: boolean;
22083
22184
  createdAt: Date;
@@ -22369,6 +22470,7 @@ export declare const facebookFeedContract: {
22369
22470
  closedAt: Date;
22370
22471
  lastMessageAt: Date | null;
22371
22472
  isBotRoom: boolean;
22473
+ csatStatus: string | null;
22372
22474
  cxlog: {
22373
22475
  id: string;
22374
22476
  channel: string | null;
@@ -22487,7 +22589,7 @@ export declare const facebookFeedContract: {
22487
22589
  previewUrl: string;
22488
22590
  imageSetId: string;
22489
22591
  repliedMessage: {
22490
- 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";
22592
+ 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";
22491
22593
  message: string;
22492
22594
  id: string;
22493
22595
  url: string;
@@ -22698,7 +22800,7 @@ export declare const facebookFeedContract: {
22698
22800
  template?: any;
22699
22801
  metadata?: any;
22700
22802
  fromMessage?: {
22701
- 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";
22803
+ 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";
22702
22804
  message: string;
22703
22805
  id: string;
22704
22806
  url: string;
@@ -22842,6 +22944,7 @@ export declare const facebookFeedContract: {
22842
22944
  lineRichMenuId?: string | null | undefined;
22843
22945
  messengerIntegrationType?: "own" | "business" | undefined;
22844
22946
  facebookFeedIntegrationType?: "own" | "business" | undefined;
22947
+ isCSATEnabled?: boolean | undefined;
22845
22948
  };
22846
22949
  status: boolean;
22847
22950
  createdAt: Date;
@@ -23133,6 +23236,7 @@ export declare const facebookFeedContract: {
23133
23236
  closedAt: Date;
23134
23237
  lastMessageAt: Date | null;
23135
23238
  isBotRoom: boolean;
23239
+ csatStatus: string | null;
23136
23240
  cxlog: {
23137
23241
  id: string;
23138
23242
  channel: string | null;
@@ -23251,7 +23355,7 @@ export declare const facebookFeedContract: {
23251
23355
  previewUrl: string;
23252
23356
  imageSetId: string;
23253
23357
  repliedMessage: {
23254
- 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";
23358
+ 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";
23255
23359
  message: string;
23256
23360
  id: string;
23257
23361
  url: string;
@@ -23559,6 +23663,7 @@ export declare const facebookFeedContract: {
23559
23663
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
23560
23664
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
23561
23665
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
23666
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
23562
23667
  }, "strip", z.ZodTypeAny, {
23563
23668
  name: string;
23564
23669
  id: string;
@@ -23588,6 +23693,7 @@ export declare const facebookFeedContract: {
23588
23693
  lineRichMenuId?: string | null | undefined;
23589
23694
  messengerIntegrationType?: "own" | "business" | undefined;
23590
23695
  facebookFeedIntegrationType?: "own" | "business" | undefined;
23696
+ isCSATEnabled?: boolean | undefined;
23591
23697
  }, {
23592
23698
  name: string;
23593
23699
  id: string;
@@ -23617,6 +23723,7 @@ export declare const facebookFeedContract: {
23617
23723
  lineRichMenuId?: string | null | undefined;
23618
23724
  messengerIntegrationType?: "own" | "business" | undefined;
23619
23725
  facebookFeedIntegrationType?: "own" | "business" | undefined;
23726
+ isCSATEnabled?: boolean | undefined;
23620
23727
  }>;
23621
23728
  platformId: z.ZodString;
23622
23729
  brandName: z.ZodString;
@@ -23676,6 +23783,7 @@ export declare const facebookFeedContract: {
23676
23783
  lineRichMenuId?: string | null | undefined;
23677
23784
  messengerIntegrationType?: "own" | "business" | undefined;
23678
23785
  facebookFeedIntegrationType?: "own" | "business" | undefined;
23786
+ isCSATEnabled?: boolean | undefined;
23679
23787
  };
23680
23788
  status: boolean;
23681
23789
  brandName: string;
@@ -23723,6 +23831,7 @@ export declare const facebookFeedContract: {
23723
23831
  lineRichMenuId?: string | null | undefined;
23724
23832
  messengerIntegrationType?: "own" | "business" | undefined;
23725
23833
  facebookFeedIntegrationType?: "own" | "business" | undefined;
23834
+ isCSATEnabled?: boolean | undefined;
23726
23835
  };
23727
23836
  status: boolean;
23728
23837
  brandName: string;
@@ -23773,6 +23882,7 @@ export declare const facebookFeedContract: {
23773
23882
  lineRichMenuId?: string | null | undefined;
23774
23883
  messengerIntegrationType?: "own" | "business" | undefined;
23775
23884
  facebookFeedIntegrationType?: "own" | "business" | undefined;
23885
+ isCSATEnabled?: boolean | undefined;
23776
23886
  };
23777
23887
  status: boolean;
23778
23888
  brandName: string;
@@ -23823,6 +23933,7 @@ export declare const facebookFeedContract: {
23823
23933
  lineRichMenuId?: string | null | undefined;
23824
23934
  messengerIntegrationType?: "own" | "business" | undefined;
23825
23935
  facebookFeedIntegrationType?: "own" | "business" | undefined;
23936
+ isCSATEnabled?: boolean | undefined;
23826
23937
  };
23827
23938
  status: boolean;
23828
23939
  brandName: string;
@@ -23843,7 +23954,7 @@ export declare const facebookFeedContract: {
23843
23954
  id: z.ZodOptional<z.ZodString>;
23844
23955
  message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
23845
23956
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
23846
- 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"]>;
23957
+ 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"]>;
23847
23958
  readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
23848
23959
  metadata: z.ZodOptional<z.ZodAny>;
23849
23960
  platformId: z.ZodOptional<z.ZodString>;
@@ -23895,7 +24006,7 @@ export declare const facebookFeedContract: {
23895
24006
  parentMessageId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
23896
24007
  feedPostId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
23897
24008
  }, "strip", z.ZodTypeAny, {
23898
- 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";
24009
+ 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";
23899
24010
  direction: "incoming" | "outgoing" | "system";
23900
24011
  id?: string | undefined;
23901
24012
  message?: string | null | undefined;
@@ -23926,7 +24037,7 @@ export declare const facebookFeedContract: {
23926
24037
  parentMessageId?: string | null | undefined;
23927
24038
  feedPostId?: string | null | undefined;
23928
24039
  }, {
23929
- 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";
24040
+ 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";
23930
24041
  direction: "incoming" | "outgoing" | "system";
23931
24042
  id?: string | undefined;
23932
24043
  message?: string | null | undefined;
@@ -23959,7 +24070,7 @@ export declare const facebookFeedContract: {
23959
24070
  }>;
23960
24071
  }, "strip", z.ZodTypeAny, {
23961
24072
  message: {
23962
- 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";
24073
+ 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";
23963
24074
  direction: "incoming" | "outgoing" | "system";
23964
24075
  id?: string | undefined;
23965
24076
  message?: string | null | undefined;
@@ -24025,6 +24136,7 @@ export declare const facebookFeedContract: {
24025
24136
  lineRichMenuId?: string | null | undefined;
24026
24137
  messengerIntegrationType?: "own" | "business" | undefined;
24027
24138
  facebookFeedIntegrationType?: "own" | "business" | undefined;
24139
+ isCSATEnabled?: boolean | undefined;
24028
24140
  };
24029
24141
  status: boolean;
24030
24142
  brandName: string;
@@ -24043,7 +24155,7 @@ export declare const facebookFeedContract: {
24043
24155
  };
24044
24156
  }, {
24045
24157
  message: {
24046
- 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";
24158
+ 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";
24047
24159
  direction: "incoming" | "outgoing" | "system";
24048
24160
  id?: string | undefined;
24049
24161
  message?: string | null | undefined;
@@ -24109,6 +24221,7 @@ export declare const facebookFeedContract: {
24109
24221
  lineRichMenuId?: string | null | undefined;
24110
24222
  messengerIntegrationType?: "own" | "business" | undefined;
24111
24223
  facebookFeedIntegrationType?: "own" | "business" | undefined;
24224
+ isCSATEnabled?: boolean | undefined;
24112
24225
  };
24113
24226
  status: boolean;
24114
24227
  brandName: string;
@@ -24198,6 +24311,7 @@ export declare const facebookFeedContract: {
24198
24311
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
24199
24312
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
24200
24313
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
24314
+ isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
24201
24315
  }, "strip", z.ZodTypeAny, {
24202
24316
  name: string;
24203
24317
  id: string;
@@ -24227,6 +24341,7 @@ export declare const facebookFeedContract: {
24227
24341
  lineRichMenuId?: string | null | undefined;
24228
24342
  messengerIntegrationType?: "own" | "business" | undefined;
24229
24343
  facebookFeedIntegrationType?: "own" | "business" | undefined;
24344
+ isCSATEnabled?: boolean | undefined;
24230
24345
  }, {
24231
24346
  name: string;
24232
24347
  id: string;
@@ -24256,6 +24371,7 @@ export declare const facebookFeedContract: {
24256
24371
  lineRichMenuId?: string | null | undefined;
24257
24372
  messengerIntegrationType?: "own" | "business" | undefined;
24258
24373
  facebookFeedIntegrationType?: "own" | "business" | undefined;
24374
+ isCSATEnabled?: boolean | undefined;
24259
24375
  }>;
24260
24376
  platformId: z.ZodString;
24261
24377
  brandName: z.ZodString;
@@ -24315,6 +24431,7 @@ export declare const facebookFeedContract: {
24315
24431
  lineRichMenuId?: string | null | undefined;
24316
24432
  messengerIntegrationType?: "own" | "business" | undefined;
24317
24433
  facebookFeedIntegrationType?: "own" | "business" | undefined;
24434
+ isCSATEnabled?: boolean | undefined;
24318
24435
  };
24319
24436
  status: boolean;
24320
24437
  brandName: string;
@@ -24362,6 +24479,7 @@ export declare const facebookFeedContract: {
24362
24479
  lineRichMenuId?: string | null | undefined;
24363
24480
  messengerIntegrationType?: "own" | "business" | undefined;
24364
24481
  facebookFeedIntegrationType?: "own" | "business" | undefined;
24482
+ isCSATEnabled?: boolean | undefined;
24365
24483
  };
24366
24484
  status: boolean;
24367
24485
  brandName: string;
@@ -24412,6 +24530,7 @@ export declare const facebookFeedContract: {
24412
24530
  lineRichMenuId?: string | null | undefined;
24413
24531
  messengerIntegrationType?: "own" | "business" | undefined;
24414
24532
  facebookFeedIntegrationType?: "own" | "business" | undefined;
24533
+ isCSATEnabled?: boolean | undefined;
24415
24534
  };
24416
24535
  status: boolean;
24417
24536
  brandName: string;
@@ -24462,6 +24581,7 @@ export declare const facebookFeedContract: {
24462
24581
  lineRichMenuId?: string | null | undefined;
24463
24582
  messengerIntegrationType?: "own" | "business" | undefined;
24464
24583
  facebookFeedIntegrationType?: "own" | "business" | undefined;
24584
+ isCSATEnabled?: boolean | undefined;
24465
24585
  };
24466
24586
  status: boolean;
24467
24587
  brandName: string;
@@ -24482,7 +24602,7 @@ export declare const facebookFeedContract: {
24482
24602
  id: z.ZodOptional<z.ZodString>;
24483
24603
  message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
24484
24604
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
24485
- 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"]>;
24605
+ 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"]>;
24486
24606
  readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
24487
24607
  metadata: z.ZodOptional<z.ZodAny>;
24488
24608
  platformId: z.ZodOptional<z.ZodString>;
@@ -24534,7 +24654,7 @@ export declare const facebookFeedContract: {
24534
24654
  parentMessageId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
24535
24655
  feedPostId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
24536
24656
  }, "strip", z.ZodTypeAny, {
24537
- 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";
24657
+ 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";
24538
24658
  direction: "incoming" | "outgoing" | "system";
24539
24659
  id?: string | undefined;
24540
24660
  message?: string | null | undefined;
@@ -24565,7 +24685,7 @@ export declare const facebookFeedContract: {
24565
24685
  parentMessageId?: string | null | undefined;
24566
24686
  feedPostId?: string | null | undefined;
24567
24687
  }, {
24568
- 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";
24688
+ 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";
24569
24689
  direction: "incoming" | "outgoing" | "system";
24570
24690
  id?: string | undefined;
24571
24691
  message?: string | null | undefined;
@@ -24598,7 +24718,7 @@ export declare const facebookFeedContract: {
24598
24718
  }>;
24599
24719
  }, "strip", z.ZodTypeAny, {
24600
24720
  message: {
24601
- 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";
24721
+ 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";
24602
24722
  direction: "incoming" | "outgoing" | "system";
24603
24723
  id?: string | undefined;
24604
24724
  message?: string | null | undefined;
@@ -24664,6 +24784,7 @@ export declare const facebookFeedContract: {
24664
24784
  lineRichMenuId?: string | null | undefined;
24665
24785
  messengerIntegrationType?: "own" | "business" | undefined;
24666
24786
  facebookFeedIntegrationType?: "own" | "business" | undefined;
24787
+ isCSATEnabled?: boolean | undefined;
24667
24788
  };
24668
24789
  status: boolean;
24669
24790
  brandName: string;
@@ -24682,7 +24803,7 @@ export declare const facebookFeedContract: {
24682
24803
  };
24683
24804
  }, {
24684
24805
  message: {
24685
- 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";
24806
+ 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";
24686
24807
  direction: "incoming" | "outgoing" | "system";
24687
24808
  id?: string | undefined;
24688
24809
  message?: string | null | undefined;
@@ -24748,6 +24869,7 @@ export declare const facebookFeedContract: {
24748
24869
  lineRichMenuId?: string | null | undefined;
24749
24870
  messengerIntegrationType?: "own" | "business" | undefined;
24750
24871
  facebookFeedIntegrationType?: "own" | "business" | undefined;
24872
+ isCSATEnabled?: boolean | undefined;
24751
24873
  };
24752
24874
  status: boolean;
24753
24875
  brandName: string;