@kl1/contracts 1.3.20 → 1.3.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (124) hide show
  1. package/dist/api-contracts/src/activity-log/index.d.ts +1 -1
  2. package/dist/api-contracts/src/attribute/index.d.ts +7 -7
  3. package/dist/api-contracts/src/auth/index.d.ts +1 -1
  4. package/dist/api-contracts/src/automation-queue/index.d.ts +10 -7
  5. package/dist/api-contracts/src/automation-queue/index.d.ts.map +1 -1
  6. package/dist/api-contracts/src/aws/index.d.ts +2 -2
  7. package/dist/api-contracts/src/botpress/index.d.ts +2 -2
  8. package/dist/api-contracts/src/business-calendar/index.d.ts +4 -4
  9. package/dist/api-contracts/src/business-calendar/index.d.ts.map +1 -1
  10. package/dist/api-contracts/src/category/index.d.ts +7 -7
  11. package/dist/api-contracts/src/channel/index.d.ts +4754 -3019
  12. package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
  13. package/dist/api-contracts/src/channel/schema.d.ts +36 -0
  14. package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
  15. package/dist/api-contracts/src/channel/validation.d.ts +23 -0
  16. package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
  17. package/dist/api-contracts/src/chat/index.d.ts +2580 -2212
  18. package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
  19. package/dist/api-contracts/src/chat/schema.d.ts +679 -603
  20. package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
  21. package/dist/api-contracts/src/chat/validation.d.ts +500 -389
  22. package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
  23. package/dist/api-contracts/src/comment/index.d.ts +364 -364
  24. package/dist/api-contracts/src/comment/schema.d.ts +88 -88
  25. package/dist/api-contracts/src/contract.d.ts +40933 -35541
  26. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  27. package/dist/api-contracts/src/cx-log/index.d.ts +76 -65
  28. package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
  29. package/dist/api-contracts/src/cx-log/schema.d.ts +90 -81
  30. package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
  31. package/dist/api-contracts/src/dashboard/index.d.ts +935 -49
  32. package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
  33. package/dist/api-contracts/src/dashboard/schema.d.ts +164 -9
  34. package/dist/api-contracts/src/dashboard/schema.d.ts.map +1 -1
  35. package/dist/api-contracts/src/dashboard/validation.d.ts +30 -1
  36. package/dist/api-contracts/src/dashboard/validation.d.ts.map +1 -1
  37. package/dist/api-contracts/src/evaluate-form/index.d.ts +1 -1
  38. package/dist/api-contracts/src/export/index.d.ts +2 -0
  39. package/dist/api-contracts/src/export/index.d.ts.map +1 -1
  40. package/dist/api-contracts/src/export/validation.d.ts +3 -0
  41. package/dist/api-contracts/src/export/validation.d.ts.map +1 -0
  42. package/dist/api-contracts/src/extension/index.d.ts +7 -7
  43. package/dist/api-contracts/src/facebook-feed/index.d.ts +395 -273
  44. package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
  45. package/dist/api-contracts/src/facebook-feed/schema.d.ts +10 -3
  46. package/dist/api-contracts/src/facebook-feed/schema.d.ts.map +1 -1
  47. package/dist/api-contracts/src/facebook-feed/validation.d.ts +5 -0
  48. package/dist/api-contracts/src/facebook-feed/validation.d.ts.map +1 -1
  49. package/dist/api-contracts/src/general-setting/index.d.ts +2 -2
  50. package/dist/api-contracts/src/hold-label/index.d.ts +10 -10
  51. package/dist/api-contracts/src/index.d.ts +2 -0
  52. package/dist/api-contracts/src/index.d.ts.map +1 -1
  53. package/dist/api-contracts/src/instagram/index.d.ts +360 -261
  54. package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
  55. package/dist/api-contracts/src/line/index.d.ts +359 -268
  56. package/dist/api-contracts/src/line/index.d.ts.map +1 -1
  57. package/dist/api-contracts/src/line/validation.d.ts +16 -7
  58. package/dist/api-contracts/src/line/validation.d.ts.map +1 -1
  59. package/dist/api-contracts/src/mail/email-engine-webhooks-events.contract.d.ts +1 -1
  60. package/dist/api-contracts/src/mail/email-engine-webhooks-events.contract.d.ts.map +1 -1
  61. package/dist/api-contracts/src/mail/mail-contract.d.ts +240 -240
  62. package/dist/api-contracts/src/mail/room-contract.d.ts +240 -240
  63. package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +80 -80
  64. package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +60 -60
  65. package/dist/api-contracts/src/messenger/index.d.ts +360 -261
  66. package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
  67. package/dist/api-contracts/src/messenger/validation.d.ts +5 -0
  68. package/dist/api-contracts/src/messenger/validation.d.ts.map +1 -1
  69. package/dist/api-contracts/src/notification/index.d.ts +4 -4
  70. package/dist/api-contracts/src/permission/index.d.ts +1 -1
  71. package/dist/api-contracts/src/presence-status/index.d.ts +127 -55
  72. package/dist/api-contracts/src/presence-status/index.d.ts.map +1 -1
  73. package/dist/api-contracts/src/presence-status/schema.d.ts +16 -10
  74. package/dist/api-contracts/src/presence-status/schema.d.ts.map +1 -1
  75. package/dist/api-contracts/src/presence-status/validation.d.ts +30 -12
  76. package/dist/api-contracts/src/presence-status/validation.d.ts.map +1 -1
  77. package/dist/api-contracts/src/role/index.d.ts +5 -5
  78. package/dist/api-contracts/src/sms/index.d.ts +44 -7
  79. package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
  80. package/dist/api-contracts/src/snippet/index.d.ts +8 -8
  81. package/dist/api-contracts/src/subscription/index.d.ts +5 -5
  82. package/dist/api-contracts/src/tag/index.d.ts +4 -4
  83. package/dist/api-contracts/src/telegram/index.d.ts +338 -261
  84. package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
  85. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +62 -441
  86. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts.map +1 -1
  87. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +25 -13
  88. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts.map +1 -1
  89. package/dist/api-contracts/src/telephony-agent-presence-status/validation.d.ts +0 -3
  90. package/dist/api-contracts/src/telephony-agent-presence-status/validation.d.ts.map +1 -1
  91. package/dist/api-contracts/src/telephony-cdr/index.d.ts +14 -14
  92. package/dist/api-contracts/src/telephony-extension/index.d.ts +1 -1
  93. package/dist/api-contracts/src/ticket/index.d.ts +672 -672
  94. package/dist/api-contracts/src/ticket/schema.d.ts +44 -44
  95. package/dist/api-contracts/src/ticket/validation.d.ts +20 -20
  96. package/dist/api-contracts/src/upload/index.d.ts +2 -2
  97. package/dist/api-contracts/src/user/index.d.ts +7 -7
  98. package/dist/api-contracts/src/user-presence-status-log/index.d.ts +42 -18
  99. package/dist/api-contracts/src/user-presence-status-log/index.d.ts.map +1 -1
  100. package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +50 -20
  101. package/dist/api-contracts/src/user-presence-status-log/schema.d.ts.map +1 -1
  102. package/dist/api-contracts/src/viber/index.d.ts +338 -261
  103. package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
  104. package/dist/api-contracts/src/webchat/index.d.ts +338 -261
  105. package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
  106. package/dist/api-contracts/src/whatsapp/index.d.ts +348 -261
  107. package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
  108. package/dist/api-contracts/src/widget/index.d.ts +350 -48
  109. package/dist/api-contracts/src/widget/index.d.ts.map +1 -1
  110. package/dist/api-contracts/src/widget/schema.d.ts +46 -4
  111. package/dist/api-contracts/src/widget/schema.d.ts.map +1 -1
  112. package/dist/api-contracts/src/widget/validation.d.ts +66 -12
  113. package/dist/api-contracts/src/widget/validation.d.ts.map +1 -1
  114. package/dist/api-contracts/src/workflow-rule/index.d.ts +323 -277
  115. package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
  116. package/dist/api-contracts/src/wrap-up-form/index.d.ts +187 -187
  117. package/dist/api-contracts/src/wrap-up-form/schema.d.ts +20 -20
  118. package/dist/entities/src/enums/chat.d.ts +12 -0
  119. package/dist/entities/src/enums/chat.d.ts.map +1 -1
  120. package/dist/index.js +866 -464
  121. package/dist/index.js.map +1 -1
  122. package/dist/index.mjs +864 -464
  123. package/dist/index.mjs.map +1 -1
  124. 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;
@@ -4619,8 +4674,8 @@ export declare const facebookFeedContract: {
4619
4674
  message: z.ZodObject<{
4620
4675
  id: z.ZodOptional<z.ZodString>;
4621
4676
  message: z.ZodOptional<z.ZodString>;
4622
- 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", "referral", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
4677
+ direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
4678
+ type: z.ZodUnion<[z.ZodLiteral<string>, z.ZodLiteral<string>, ...z.ZodLiteral<string>[]]>;
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" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
4734
+ type: string;
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" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
4769
+ type: string;
4715
4770
  direction: "incoming" | "outgoing" | "system";
4716
4771
  id?: string | undefined;
4717
4772
  message?: string | undefined;
@@ -4751,7 +4806,7 @@ export declare const facebookFeedContract: {
4751
4806
  lastMessage: z.ZodOptional<z.ZodString>;
4752
4807
  handleTime: z.ZodOptional<z.ZodNumber>;
4753
4808
  isLatest: z.ZodBoolean;
4754
- direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
4809
+ direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
4755
4810
  metadata: z.ZodOptional<z.ZodAny>;
4756
4811
  createdAt: z.ZodString;
4757
4812
  updatedAt: z.ZodString;
@@ -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" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
5378
+ type: string;
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" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
5513
+ type: string;
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,11 +5649,11 @@ 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", "referral", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
5652
+ type: z.ZodUnion<[z.ZodLiteral<string>, z.ZodLiteral<string>, ...z.ZodLiteral<string>[]]>;
5589
5653
  message: z.ZodString;
5590
5654
  id: z.ZodString;
5591
5655
  url: z.ZodString;
5592
- direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
5656
+ direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
5593
5657
  label: z.ZodOptional<z.ZodString>;
5594
5658
  template: z.ZodAny;
5595
5659
  metadata: z.ZodAny;
@@ -6054,7 +6118,7 @@ export declare const facebookFeedContract: {
6054
6118
  firstResponseTime: z.ZodNumber;
6055
6119
  isLatest: z.ZodBoolean;
6056
6120
  isBotRoom: z.ZodBoolean;
6057
- direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
6121
+ direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
6058
6122
  platformContact: z.ZodObject<{
6059
6123
  id: z.ZodString;
6060
6124
  createdAt: z.ZodDate;
@@ -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;
@@ -8247,6 +8317,16 @@ export declare const facebookFeedContract: {
8247
8317
  createdAt: Date;
8248
8318
  updatedAt: Date;
8249
8319
  deletedAt: Date | null;
8320
+ tags: {
8321
+ name: string;
8322
+ id: string;
8323
+ createdAt: Date;
8324
+ updatedAt: Date;
8325
+ deletedAt: Date | null;
8326
+ }[];
8327
+ callFrom: string | null;
8328
+ callTo: string | null;
8329
+ note: string | null;
8250
8330
  categories: {
8251
8331
  id: string;
8252
8332
  value: string;
@@ -8269,16 +8349,6 @@ export declare const facebookFeedContract: {
8269
8349
  }[];
8270
8350
  }[];
8271
8351
  }[];
8272
- tags: {
8273
- name: string;
8274
- id: string;
8275
- createdAt: Date;
8276
- updatedAt: Date;
8277
- deletedAt: Date | null;
8278
- }[];
8279
- callFrom: string | null;
8280
- callTo: string | null;
8281
- note: string | null;
8282
8352
  customFields?: {
8283
8353
  id: string;
8284
8354
  createdAt: Date;
@@ -8298,6 +8368,16 @@ export declare const facebookFeedContract: {
8298
8368
  createdAt: Date;
8299
8369
  updatedAt: Date;
8300
8370
  deletedAt: Date | null;
8371
+ tags: {
8372
+ name: string;
8373
+ id: string;
8374
+ createdAt: Date;
8375
+ updatedAt: Date;
8376
+ deletedAt: Date | null;
8377
+ }[];
8378
+ callFrom: string | null;
8379
+ callTo: string | null;
8380
+ note: string | null;
8301
8381
  categories: {
8302
8382
  id: string;
8303
8383
  value: string;
@@ -8320,16 +8400,6 @@ export declare const facebookFeedContract: {
8320
8400
  }[];
8321
8401
  }[];
8322
8402
  }[];
8323
- tags: {
8324
- name: string;
8325
- id: string;
8326
- createdAt: Date;
8327
- updatedAt: Date;
8328
- deletedAt: Date | null;
8329
- }[];
8330
- callFrom: string | null;
8331
- callTo: string | null;
8332
- note: string | null;
8333
8403
  customFields?: {
8334
8404
  id: string;
8335
8405
  createdAt: Date;
@@ -8438,6 +8508,16 @@ export declare const facebookFeedContract: {
8438
8508
  createdAt: Date;
8439
8509
  updatedAt: Date;
8440
8510
  deletedAt: Date | null;
8511
+ tags: {
8512
+ name: string;
8513
+ id: string;
8514
+ createdAt: Date;
8515
+ updatedAt: Date;
8516
+ deletedAt: Date | null;
8517
+ }[];
8518
+ callFrom: string | null;
8519
+ callTo: string | null;
8520
+ note: string | null;
8441
8521
  categories: {
8442
8522
  id: string;
8443
8523
  value: string;
@@ -8460,16 +8540,6 @@ export declare const facebookFeedContract: {
8460
8540
  }[];
8461
8541
  }[];
8462
8542
  }[];
8463
- tags: {
8464
- name: string;
8465
- id: string;
8466
- createdAt: Date;
8467
- updatedAt: Date;
8468
- deletedAt: Date | null;
8469
- }[];
8470
- callFrom: string | null;
8471
- callTo: string | null;
8472
- note: string | null;
8473
8543
  customFields?: {
8474
8544
  id: string;
8475
8545
  createdAt: Date;
@@ -8528,6 +8598,16 @@ export declare const facebookFeedContract: {
8528
8598
  createdAt: Date;
8529
8599
  updatedAt: Date;
8530
8600
  deletedAt: Date | null;
8601
+ tags: {
8602
+ name: string;
8603
+ id: string;
8604
+ createdAt: Date;
8605
+ updatedAt: Date;
8606
+ deletedAt: Date | null;
8607
+ }[];
8608
+ callFrom: string | null;
8609
+ callTo: string | null;
8610
+ note: string | null;
8531
8611
  categories: {
8532
8612
  id: string;
8533
8613
  value: string;
@@ -8550,16 +8630,6 @@ export declare const facebookFeedContract: {
8550
8630
  }[];
8551
8631
  }[];
8552
8632
  }[];
8553
- tags: {
8554
- name: string;
8555
- id: string;
8556
- createdAt: Date;
8557
- updatedAt: Date;
8558
- deletedAt: Date | null;
8559
- }[];
8560
- callFrom: string | null;
8561
- callTo: string | null;
8562
- note: string | null;
8563
8633
  customFields?: {
8564
8634
  id: string;
8565
8635
  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;
@@ -8971,6 +9043,16 @@ export declare const facebookFeedContract: {
8971
9043
  createdAt: Date;
8972
9044
  updatedAt: Date;
8973
9045
  deletedAt: Date | null;
9046
+ tags: {
9047
+ name: string;
9048
+ id: string;
9049
+ createdAt: Date;
9050
+ updatedAt: Date;
9051
+ deletedAt: Date | null;
9052
+ }[];
9053
+ callFrom: string | null;
9054
+ callTo: string | null;
9055
+ note: string | null;
8974
9056
  categories: {
8975
9057
  id: string;
8976
9058
  value: string;
@@ -8993,16 +9075,6 @@ export declare const facebookFeedContract: {
8993
9075
  }[];
8994
9076
  }[];
8995
9077
  }[];
8996
- tags: {
8997
- name: string;
8998
- id: string;
8999
- createdAt: Date;
9000
- updatedAt: Date;
9001
- deletedAt: Date | null;
9002
- }[];
9003
- callFrom: string | null;
9004
- callTo: string | null;
9005
- note: string | null;
9006
9078
  customFields?: {
9007
9079
  id: string;
9008
9080
  createdAt: Date;
@@ -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;
@@ -9398,6 +9472,16 @@ export declare const facebookFeedContract: {
9398
9472
  createdAt: Date;
9399
9473
  updatedAt: Date;
9400
9474
  deletedAt: Date | null;
9475
+ tags: {
9476
+ name: string;
9477
+ id: string;
9478
+ createdAt: Date;
9479
+ updatedAt: Date;
9480
+ deletedAt: Date | null;
9481
+ }[];
9482
+ callFrom: string | null;
9483
+ callTo: string | null;
9484
+ note: string | null;
9401
9485
  categories: {
9402
9486
  id: string;
9403
9487
  value: string;
@@ -9420,16 +9504,6 @@ export declare const facebookFeedContract: {
9420
9504
  }[];
9421
9505
  }[];
9422
9506
  }[];
9423
- tags: {
9424
- name: string;
9425
- id: string;
9426
- createdAt: Date;
9427
- updatedAt: Date;
9428
- deletedAt: Date | null;
9429
- }[];
9430
- callFrom: string | null;
9431
- callTo: string | null;
9432
- note: string | null;
9433
9507
  customFields?: {
9434
9508
  id: string;
9435
9509
  createdAt: Date;
@@ -9510,8 +9584,8 @@ export declare const facebookFeedContract: {
9510
9584
  updatedAt: z.ZodDate;
9511
9585
  deletedAt: z.ZodNullable<z.ZodDate>;
9512
9586
  message: z.ZodString;
9513
- 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", "referral", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
9587
+ direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
9588
+ type: z.ZodUnion<[z.ZodLiteral<string>, z.ZodLiteral<string>, ...z.ZodLiteral<string>[]]>;
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" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
10246
+ type: string;
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" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
10408
+ type: string;
10335
10409
  message: string;
10336
10410
  id: string;
10337
10411
  url: string;
@@ -10704,8 +10778,8 @@ export declare const facebookFeedContract: {
10704
10778
  updatedAt: z.ZodDate;
10705
10779
  deletedAt: z.ZodNullable<z.ZodDate>;
10706
10780
  message: z.ZodString;
10707
- 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", "referral", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
10781
+ direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
10782
+ type: z.ZodUnion<[z.ZodLiteral<string>, z.ZodLiteral<string>, ...z.ZodLiteral<string>[]]>;
10709
10783
  readAt: z.ZodDate;
10710
10784
  metadata: z.ZodAny;
10711
10785
  platformId: z.ZodString;
@@ -10731,7 +10805,7 @@ export declare const facebookFeedContract: {
10731
10805
  firstResponseTime: z.ZodNumber;
10732
10806
  isLatest: z.ZodBoolean;
10733
10807
  isBotRoom: z.ZodBoolean;
10734
- direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
10808
+ direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
10735
10809
  platformContact: z.ZodObject<{
10736
10810
  id: z.ZodString;
10737
10811
  createdAt: z.ZodDate;
@@ -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;
@@ -12924,6 +13004,16 @@ export declare const facebookFeedContract: {
12924
13004
  createdAt: Date;
12925
13005
  updatedAt: Date;
12926
13006
  deletedAt: Date | null;
13007
+ tags: {
13008
+ name: string;
13009
+ id: string;
13010
+ createdAt: Date;
13011
+ updatedAt: Date;
13012
+ deletedAt: Date | null;
13013
+ }[];
13014
+ callFrom: string | null;
13015
+ callTo: string | null;
13016
+ note: string | null;
12927
13017
  categories: {
12928
13018
  id: string;
12929
13019
  value: string;
@@ -12946,16 +13036,6 @@ export declare const facebookFeedContract: {
12946
13036
  }[];
12947
13037
  }[];
12948
13038
  }[];
12949
- tags: {
12950
- name: string;
12951
- id: string;
12952
- createdAt: Date;
12953
- updatedAt: Date;
12954
- deletedAt: Date | null;
12955
- }[];
12956
- callFrom: string | null;
12957
- callTo: string | null;
12958
- note: string | null;
12959
13039
  customFields?: {
12960
13040
  id: string;
12961
13041
  createdAt: Date;
@@ -12975,6 +13055,16 @@ export declare const facebookFeedContract: {
12975
13055
  createdAt: Date;
12976
13056
  updatedAt: Date;
12977
13057
  deletedAt: Date | null;
13058
+ tags: {
13059
+ name: string;
13060
+ id: string;
13061
+ createdAt: Date;
13062
+ updatedAt: Date;
13063
+ deletedAt: Date | null;
13064
+ }[];
13065
+ callFrom: string | null;
13066
+ callTo: string | null;
13067
+ note: string | null;
12978
13068
  categories: {
12979
13069
  id: string;
12980
13070
  value: string;
@@ -12997,16 +13087,6 @@ export declare const facebookFeedContract: {
12997
13087
  }[];
12998
13088
  }[];
12999
13089
  }[];
13000
- tags: {
13001
- name: string;
13002
- id: string;
13003
- createdAt: Date;
13004
- updatedAt: Date;
13005
- deletedAt: Date | null;
13006
- }[];
13007
- callFrom: string | null;
13008
- callTo: string | null;
13009
- note: string | null;
13010
13090
  customFields?: {
13011
13091
  id: string;
13012
13092
  createdAt: Date;
@@ -13115,6 +13195,16 @@ export declare const facebookFeedContract: {
13115
13195
  createdAt: Date;
13116
13196
  updatedAt: Date;
13117
13197
  deletedAt: Date | null;
13198
+ tags: {
13199
+ name: string;
13200
+ id: string;
13201
+ createdAt: Date;
13202
+ updatedAt: Date;
13203
+ deletedAt: Date | null;
13204
+ }[];
13205
+ callFrom: string | null;
13206
+ callTo: string | null;
13207
+ note: string | null;
13118
13208
  categories: {
13119
13209
  id: string;
13120
13210
  value: string;
@@ -13137,16 +13227,6 @@ export declare const facebookFeedContract: {
13137
13227
  }[];
13138
13228
  }[];
13139
13229
  }[];
13140
- tags: {
13141
- name: string;
13142
- id: string;
13143
- createdAt: Date;
13144
- updatedAt: Date;
13145
- deletedAt: Date | null;
13146
- }[];
13147
- callFrom: string | null;
13148
- callTo: string | null;
13149
- note: string | null;
13150
13230
  customFields?: {
13151
13231
  id: string;
13152
13232
  createdAt: Date;
@@ -13205,6 +13285,16 @@ export declare const facebookFeedContract: {
13205
13285
  createdAt: Date;
13206
13286
  updatedAt: Date;
13207
13287
  deletedAt: Date | null;
13288
+ tags: {
13289
+ name: string;
13290
+ id: string;
13291
+ createdAt: Date;
13292
+ updatedAt: Date;
13293
+ deletedAt: Date | null;
13294
+ }[];
13295
+ callFrom: string | null;
13296
+ callTo: string | null;
13297
+ note: string | null;
13208
13298
  categories: {
13209
13299
  id: string;
13210
13300
  value: string;
@@ -13227,16 +13317,6 @@ export declare const facebookFeedContract: {
13227
13317
  }[];
13228
13318
  }[];
13229
13319
  }[];
13230
- tags: {
13231
- name: string;
13232
- id: string;
13233
- createdAt: Date;
13234
- updatedAt: Date;
13235
- deletedAt: Date | null;
13236
- }[];
13237
- callFrom: string | null;
13238
- callTo: string | null;
13239
- note: string | null;
13240
13320
  customFields?: {
13241
13321
  id: string;
13242
13322
  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;
@@ -13648,6 +13730,16 @@ export declare const facebookFeedContract: {
13648
13730
  createdAt: Date;
13649
13731
  updatedAt: Date;
13650
13732
  deletedAt: Date | null;
13733
+ tags: {
13734
+ name: string;
13735
+ id: string;
13736
+ createdAt: Date;
13737
+ updatedAt: Date;
13738
+ deletedAt: Date | null;
13739
+ }[];
13740
+ callFrom: string | null;
13741
+ callTo: string | null;
13742
+ note: string | null;
13651
13743
  categories: {
13652
13744
  id: string;
13653
13745
  value: string;
@@ -13670,16 +13762,6 @@ export declare const facebookFeedContract: {
13670
13762
  }[];
13671
13763
  }[];
13672
13764
  }[];
13673
- tags: {
13674
- name: string;
13675
- id: string;
13676
- createdAt: Date;
13677
- updatedAt: Date;
13678
- deletedAt: Date | null;
13679
- }[];
13680
- callFrom: string | null;
13681
- callTo: string | null;
13682
- note: string | null;
13683
13765
  customFields?: {
13684
13766
  id: string;
13685
13767
  createdAt: Date;
@@ -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;
@@ -14075,6 +14159,16 @@ export declare const facebookFeedContract: {
14075
14159
  createdAt: Date;
14076
14160
  updatedAt: Date;
14077
14161
  deletedAt: Date | null;
14162
+ tags: {
14163
+ name: string;
14164
+ id: string;
14165
+ createdAt: Date;
14166
+ updatedAt: Date;
14167
+ deletedAt: Date | null;
14168
+ }[];
14169
+ callFrom: string | null;
14170
+ callTo: string | null;
14171
+ note: string | null;
14078
14172
  categories: {
14079
14173
  id: string;
14080
14174
  value: string;
@@ -14097,16 +14191,6 @@ export declare const facebookFeedContract: {
14097
14191
  }[];
14098
14192
  }[];
14099
14193
  }[];
14100
- tags: {
14101
- name: string;
14102
- id: string;
14103
- createdAt: Date;
14104
- updatedAt: Date;
14105
- deletedAt: Date | null;
14106
- }[];
14107
- callFrom: string | null;
14108
- callTo: string | null;
14109
- note: string | null;
14110
14194
  customFields?: {
14111
14195
  id: string;
14112
14196
  createdAt: Date;
@@ -14190,8 +14274,8 @@ export declare const facebookFeedContract: {
14190
14274
  updatedAt: z.ZodDate;
14191
14275
  deletedAt: z.ZodNullable<z.ZodDate>;
14192
14276
  message: z.ZodString;
14193
- 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", "referral", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
14277
+ direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
14278
+ type: z.ZodUnion<[z.ZodLiteral<string>, z.ZodLiteral<string>, ...z.ZodLiteral<string>[]]>;
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" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
14936
+ type: string;
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" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
15098
+ type: string;
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" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
15900
+ type: string;
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;
@@ -16275,6 +16361,16 @@ export declare const facebookFeedContract: {
16275
16361
  createdAt: Date;
16276
16362
  updatedAt: Date;
16277
16363
  deletedAt: Date | null;
16364
+ tags: {
16365
+ name: string;
16366
+ id: string;
16367
+ createdAt: Date;
16368
+ updatedAt: Date;
16369
+ deletedAt: Date | null;
16370
+ }[];
16371
+ callFrom: string | null;
16372
+ callTo: string | null;
16373
+ note: string | null;
16278
16374
  categories: {
16279
16375
  id: string;
16280
16376
  value: string;
@@ -16297,16 +16393,6 @@ export declare const facebookFeedContract: {
16297
16393
  }[];
16298
16394
  }[];
16299
16395
  }[];
16300
- tags: {
16301
- name: string;
16302
- id: string;
16303
- createdAt: Date;
16304
- updatedAt: Date;
16305
- deletedAt: Date | null;
16306
- }[];
16307
- callFrom: string | null;
16308
- callTo: string | null;
16309
- note: string | null;
16310
16396
  customFields?: {
16311
16397
  id: string;
16312
16398
  createdAt: Date;
@@ -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" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
16455
+ type: string;
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" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
16666
+ type: string;
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;
@@ -17039,6 +17127,16 @@ export declare const facebookFeedContract: {
17039
17127
  createdAt: Date;
17040
17128
  updatedAt: Date;
17041
17129
  deletedAt: Date | null;
17130
+ tags: {
17131
+ name: string;
17132
+ id: string;
17133
+ createdAt: Date;
17134
+ updatedAt: Date;
17135
+ deletedAt: Date | null;
17136
+ }[];
17137
+ callFrom: string | null;
17138
+ callTo: string | null;
17139
+ note: string | null;
17042
17140
  categories: {
17043
17141
  id: string;
17044
17142
  value: string;
@@ -17061,16 +17159,6 @@ export declare const facebookFeedContract: {
17061
17159
  }[];
17062
17160
  }[];
17063
17161
  }[];
17064
- tags: {
17065
- name: string;
17066
- id: string;
17067
- createdAt: Date;
17068
- updatedAt: Date;
17069
- deletedAt: Date | null;
17070
- }[];
17071
- callFrom: string | null;
17072
- callTo: string | null;
17073
- note: string | null;
17074
17162
  customFields?: {
17075
17163
  id: string;
17076
17164
  createdAt: Date;
@@ -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" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17221
+ type: string;
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" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17433
+ type: string;
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;
@@ -17804,6 +17894,16 @@ export declare const facebookFeedContract: {
17804
17894
  createdAt: Date;
17805
17895
  updatedAt: Date;
17806
17896
  deletedAt: Date | null;
17897
+ tags: {
17898
+ name: string;
17899
+ id: string;
17900
+ createdAt: Date;
17901
+ updatedAt: Date;
17902
+ deletedAt: Date | null;
17903
+ }[];
17904
+ callFrom: string | null;
17905
+ callTo: string | null;
17906
+ note: string | null;
17807
17907
  categories: {
17808
17908
  id: string;
17809
17909
  value: string;
@@ -17826,16 +17926,6 @@ export declare const facebookFeedContract: {
17826
17926
  }[];
17827
17927
  }[];
17828
17928
  }[];
17829
- tags: {
17830
- name: string;
17831
- id: string;
17832
- createdAt: Date;
17833
- updatedAt: Date;
17834
- deletedAt: Date | null;
17835
- }[];
17836
- callFrom: string | null;
17837
- callTo: string | null;
17838
- note: string | null;
17839
17929
  customFields?: {
17840
17930
  id: string;
17841
17931
  createdAt: Date;
@@ -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" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17988
+ type: string;
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" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
18199
+ type: string;
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;
@@ -18568,6 +18660,16 @@ export declare const facebookFeedContract: {
18568
18660
  createdAt: Date;
18569
18661
  updatedAt: Date;
18570
18662
  deletedAt: Date | null;
18663
+ tags: {
18664
+ name: string;
18665
+ id: string;
18666
+ createdAt: Date;
18667
+ updatedAt: Date;
18668
+ deletedAt: Date | null;
18669
+ }[];
18670
+ callFrom: string | null;
18671
+ callTo: string | null;
18672
+ note: string | null;
18571
18673
  categories: {
18572
18674
  id: string;
18573
18675
  value: string;
@@ -18590,16 +18692,6 @@ export declare const facebookFeedContract: {
18590
18692
  }[];
18591
18693
  }[];
18592
18694
  }[];
18593
- tags: {
18594
- name: string;
18595
- id: string;
18596
- createdAt: Date;
18597
- updatedAt: Date;
18598
- deletedAt: Date | null;
18599
- }[];
18600
- callFrom: string | null;
18601
- callTo: string | null;
18602
- note: string | null;
18603
18695
  customFields?: {
18604
18696
  id: string;
18605
18697
  createdAt: Date;
@@ -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" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
18754
+ type: string;
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" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
18966
+ type: string;
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;
@@ -19333,6 +19427,16 @@ export declare const facebookFeedContract: {
19333
19427
  createdAt: Date;
19334
19428
  updatedAt: Date;
19335
19429
  deletedAt: Date | null;
19430
+ tags: {
19431
+ name: string;
19432
+ id: string;
19433
+ createdAt: Date;
19434
+ updatedAt: Date;
19435
+ deletedAt: Date | null;
19436
+ }[];
19437
+ callFrom: string | null;
19438
+ callTo: string | null;
19439
+ note: string | null;
19336
19440
  categories: {
19337
19441
  id: string;
19338
19442
  value: string;
@@ -19355,16 +19459,6 @@ export declare const facebookFeedContract: {
19355
19459
  }[];
19356
19460
  }[];
19357
19461
  }[];
19358
- tags: {
19359
- name: string;
19360
- id: string;
19361
- createdAt: Date;
19362
- updatedAt: Date;
19363
- deletedAt: Date | null;
19364
- }[];
19365
- callFrom: string | null;
19366
- callTo: string | null;
19367
- note: string | null;
19368
19462
  customFields?: {
19369
19463
  id: string;
19370
19464
  createdAt: Date;
@@ -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" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
19521
+ type: string;
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" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
19732
+ type: string;
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;
@@ -20097,6 +20193,16 @@ export declare const facebookFeedContract: {
20097
20193
  createdAt: Date;
20098
20194
  updatedAt: Date;
20099
20195
  deletedAt: Date | null;
20196
+ tags: {
20197
+ name: string;
20198
+ id: string;
20199
+ createdAt: Date;
20200
+ updatedAt: Date;
20201
+ deletedAt: Date | null;
20202
+ }[];
20203
+ callFrom: string | null;
20204
+ callTo: string | null;
20205
+ note: string | null;
20100
20206
  categories: {
20101
20207
  id: string;
20102
20208
  value: string;
@@ -20119,16 +20225,6 @@ export declare const facebookFeedContract: {
20119
20225
  }[];
20120
20226
  }[];
20121
20227
  }[];
20122
- tags: {
20123
- name: string;
20124
- id: string;
20125
- createdAt: Date;
20126
- updatedAt: Date;
20127
- deletedAt: Date | null;
20128
- }[];
20129
- callFrom: string | null;
20130
- callTo: string | null;
20131
- note: string | null;
20132
20228
  customFields?: {
20133
20229
  id: string;
20134
20230
  createdAt: Date;
@@ -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" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
20287
+ type: string;
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" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
20501
+ type: string;
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;
@@ -20864,6 +20962,16 @@ export declare const facebookFeedContract: {
20864
20962
  createdAt: Date;
20865
20963
  updatedAt: Date;
20866
20964
  deletedAt: Date | null;
20965
+ tags: {
20966
+ name: string;
20967
+ id: string;
20968
+ createdAt: Date;
20969
+ updatedAt: Date;
20970
+ deletedAt: Date | null;
20971
+ }[];
20972
+ callFrom: string | null;
20973
+ callTo: string | null;
20974
+ note: string | null;
20867
20975
  categories: {
20868
20976
  id: string;
20869
20977
  value: string;
@@ -20886,16 +20994,6 @@ export declare const facebookFeedContract: {
20886
20994
  }[];
20887
20995
  }[];
20888
20996
  }[];
20889
- tags: {
20890
- name: string;
20891
- id: string;
20892
- createdAt: Date;
20893
- updatedAt: Date;
20894
- deletedAt: Date | null;
20895
- }[];
20896
- callFrom: string | null;
20897
- callTo: string | null;
20898
- note: string | null;
20899
20997
  customFields?: {
20900
20998
  id: string;
20901
20999
  createdAt: Date;
@@ -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" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
21056
+ type: string;
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" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
21267
+ type: string;
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;
@@ -21628,6 +21728,16 @@ export declare const facebookFeedContract: {
21628
21728
  createdAt: Date;
21629
21729
  updatedAt: Date;
21630
21730
  deletedAt: Date | null;
21731
+ tags: {
21732
+ name: string;
21733
+ id: string;
21734
+ createdAt: Date;
21735
+ updatedAt: Date;
21736
+ deletedAt: Date | null;
21737
+ }[];
21738
+ callFrom: string | null;
21739
+ callTo: string | null;
21740
+ note: string | null;
21631
21741
  categories: {
21632
21742
  id: string;
21633
21743
  value: string;
@@ -21650,16 +21760,6 @@ export declare const facebookFeedContract: {
21650
21760
  }[];
21651
21761
  }[];
21652
21762
  }[];
21653
- tags: {
21654
- name: string;
21655
- id: string;
21656
- createdAt: Date;
21657
- updatedAt: Date;
21658
- deletedAt: Date | null;
21659
- }[];
21660
- callFrom: string | null;
21661
- callTo: string | null;
21662
- note: string | null;
21663
21763
  customFields?: {
21664
21764
  id: string;
21665
21765
  createdAt: Date;
@@ -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" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
21822
+ type: string;
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" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
22037
+ type: string;
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;
@@ -22396,6 +22498,16 @@ export declare const facebookFeedContract: {
22396
22498
  createdAt: Date;
22397
22499
  updatedAt: Date;
22398
22500
  deletedAt: Date | null;
22501
+ tags: {
22502
+ name: string;
22503
+ id: string;
22504
+ createdAt: Date;
22505
+ updatedAt: Date;
22506
+ deletedAt: Date | null;
22507
+ }[];
22508
+ callFrom: string | null;
22509
+ callTo: string | null;
22510
+ note: string | null;
22399
22511
  categories: {
22400
22512
  id: string;
22401
22513
  value: string;
@@ -22418,16 +22530,6 @@ export declare const facebookFeedContract: {
22418
22530
  }[];
22419
22531
  }[];
22420
22532
  }[];
22421
- tags: {
22422
- name: string;
22423
- id: string;
22424
- createdAt: Date;
22425
- updatedAt: Date;
22426
- deletedAt: Date | null;
22427
- }[];
22428
- callFrom: string | null;
22429
- callTo: string | null;
22430
- note: string | null;
22431
22533
  customFields?: {
22432
22534
  id: string;
22433
22535
  createdAt: Date;
@@ -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" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
22592
+ type: string;
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" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
22803
+ type: string;
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;
@@ -23160,6 +23264,16 @@ export declare const facebookFeedContract: {
23160
23264
  createdAt: Date;
23161
23265
  updatedAt: Date;
23162
23266
  deletedAt: Date | null;
23267
+ tags: {
23268
+ name: string;
23269
+ id: string;
23270
+ createdAt: Date;
23271
+ updatedAt: Date;
23272
+ deletedAt: Date | null;
23273
+ }[];
23274
+ callFrom: string | null;
23275
+ callTo: string | null;
23276
+ note: string | null;
23163
23277
  categories: {
23164
23278
  id: string;
23165
23279
  value: string;
@@ -23182,16 +23296,6 @@ export declare const facebookFeedContract: {
23182
23296
  }[];
23183
23297
  }[];
23184
23298
  }[];
23185
- tags: {
23186
- name: string;
23187
- id: string;
23188
- createdAt: Date;
23189
- updatedAt: Date;
23190
- deletedAt: Date | null;
23191
- }[];
23192
- callFrom: string | null;
23193
- callTo: string | null;
23194
- note: string | null;
23195
23299
  customFields?: {
23196
23300
  id: string;
23197
23301
  createdAt: Date;
@@ -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" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
23358
+ type: string;
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;
@@ -23842,8 +23953,8 @@ export declare const facebookFeedContract: {
23842
23953
  message: z.ZodObject<{
23843
23954
  id: z.ZodOptional<z.ZodString>;
23844
23955
  message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
23845
- 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", "referral", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
23956
+ direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
23957
+ type: z.ZodUnion<[z.ZodLiteral<string>, z.ZodLiteral<string>, ...z.ZodLiteral<string>[]]>;
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" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
24009
+ type: string;
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" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
24040
+ type: string;
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" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
24073
+ type: string;
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" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
24158
+ type: string;
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;
@@ -24481,8 +24601,8 @@ export declare const facebookFeedContract: {
24481
24601
  message: z.ZodObject<{
24482
24602
  id: z.ZodOptional<z.ZodString>;
24483
24603
  message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
24484
- 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", "referral", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
24604
+ direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
24605
+ type: z.ZodUnion<[z.ZodLiteral<string>, z.ZodLiteral<string>, ...z.ZodLiteral<string>[]]>;
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" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
24657
+ type: string;
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" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
24688
+ type: string;
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" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
24721
+ type: string;
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" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
24806
+ type: string;
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;