@kl1/contracts 1.3.19 → 1.3.20

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 (120) 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 +7 -10
  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 +257 -1992
  12. package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
  13. package/dist/api-contracts/src/channel/schema.d.ts +0 -36
  14. package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
  15. package/dist/api-contracts/src/channel/validation.d.ts +0 -23
  16. package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
  17. package/dist/api-contracts/src/chat/index.d.ts +2212 -2580
  18. package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
  19. package/dist/api-contracts/src/chat/schema.d.ts +603 -679
  20. package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
  21. package/dist/api-contracts/src/chat/validation.d.ts +390 -501
  22. package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
  23. package/dist/api-contracts/src/comment/index.d.ts +359 -359
  24. package/dist/api-contracts/src/comment/schema.d.ts +88 -88
  25. package/dist/api-contracts/src/contract.d.ts +35405 -40773
  26. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  27. package/dist/api-contracts/src/cx-log/index.d.ts +65 -76
  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 +81 -90
  30. package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
  31. package/dist/api-contracts/src/dashboard/index.d.ts +49 -911
  32. package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
  33. package/dist/api-contracts/src/dashboard/schema.d.ts +9 -164
  34. package/dist/api-contracts/src/dashboard/schema.d.ts.map +1 -1
  35. package/dist/api-contracts/src/dashboard/validation.d.ts +1 -30
  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/extension/index.d.ts +7 -7
  39. package/dist/api-contracts/src/facebook-feed/index.d.ts +273 -395
  40. package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
  41. package/dist/api-contracts/src/facebook-feed/schema.d.ts +3 -10
  42. package/dist/api-contracts/src/facebook-feed/schema.d.ts.map +1 -1
  43. package/dist/api-contracts/src/facebook-feed/validation.d.ts +0 -5
  44. package/dist/api-contracts/src/facebook-feed/validation.d.ts.map +1 -1
  45. package/dist/api-contracts/src/general-setting/index.d.ts +2 -2
  46. package/dist/api-contracts/src/hold-label/index.d.ts +10 -10
  47. package/dist/api-contracts/src/index.d.ts +0 -1
  48. package/dist/api-contracts/src/index.d.ts.map +1 -1
  49. package/dist/api-contracts/src/instagram/index.d.ts +261 -360
  50. package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
  51. package/dist/api-contracts/src/line/index.d.ts +268 -359
  52. package/dist/api-contracts/src/line/index.d.ts.map +1 -1
  53. package/dist/api-contracts/src/line/validation.d.ts +7 -16
  54. package/dist/api-contracts/src/line/validation.d.ts.map +1 -1
  55. package/dist/api-contracts/src/mail/email-engine-webhooks-events.contract.d.ts +1 -1
  56. package/dist/api-contracts/src/mail/email-engine-webhooks-events.contract.d.ts.map +1 -1
  57. package/dist/api-contracts/src/mail/mail-contract.d.ts +240 -240
  58. package/dist/api-contracts/src/mail/room-contract.d.ts +240 -240
  59. package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +80 -80
  60. package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +60 -60
  61. package/dist/api-contracts/src/messenger/index.d.ts +261 -360
  62. package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
  63. package/dist/api-contracts/src/messenger/validation.d.ts +0 -5
  64. package/dist/api-contracts/src/messenger/validation.d.ts.map +1 -1
  65. package/dist/api-contracts/src/notification/index.d.ts +4 -4
  66. package/dist/api-contracts/src/permission/index.d.ts +1 -1
  67. package/dist/api-contracts/src/presence-status/index.d.ts +55 -127
  68. package/dist/api-contracts/src/presence-status/index.d.ts.map +1 -1
  69. package/dist/api-contracts/src/presence-status/schema.d.ts +10 -16
  70. package/dist/api-contracts/src/presence-status/schema.d.ts.map +1 -1
  71. package/dist/api-contracts/src/presence-status/validation.d.ts +12 -30
  72. package/dist/api-contracts/src/presence-status/validation.d.ts.map +1 -1
  73. package/dist/api-contracts/src/role/index.d.ts +5 -5
  74. package/dist/api-contracts/src/sms/index.d.ts +7 -44
  75. package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
  76. package/dist/api-contracts/src/snippet/index.d.ts +8 -8
  77. package/dist/api-contracts/src/subscription/index.d.ts +5 -5
  78. package/dist/api-contracts/src/tag/index.d.ts +4 -4
  79. package/dist/api-contracts/src/telegram/index.d.ts +261 -338
  80. package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
  81. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +441 -62
  82. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts.map +1 -1
  83. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +13 -25
  84. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts.map +1 -1
  85. package/dist/api-contracts/src/telephony-agent-presence-status/validation.d.ts +3 -0
  86. package/dist/api-contracts/src/telephony-agent-presence-status/validation.d.ts.map +1 -1
  87. package/dist/api-contracts/src/telephony-cdr/index.d.ts +14 -14
  88. package/dist/api-contracts/src/telephony-extension/index.d.ts +1 -1
  89. package/dist/api-contracts/src/ticket/index.d.ts +660 -660
  90. package/dist/api-contracts/src/ticket/schema.d.ts +44 -44
  91. package/dist/api-contracts/src/ticket/validation.d.ts +20 -20
  92. package/dist/api-contracts/src/upload/index.d.ts +2 -2
  93. package/dist/api-contracts/src/user/index.d.ts +7 -7
  94. package/dist/api-contracts/src/user-presence-status-log/index.d.ts +18 -42
  95. package/dist/api-contracts/src/user-presence-status-log/index.d.ts.map +1 -1
  96. package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +20 -50
  97. package/dist/api-contracts/src/user-presence-status-log/schema.d.ts.map +1 -1
  98. package/dist/api-contracts/src/viber/index.d.ts +261 -338
  99. package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
  100. package/dist/api-contracts/src/webchat/index.d.ts +261 -338
  101. package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
  102. package/dist/api-contracts/src/whatsapp/index.d.ts +261 -348
  103. package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
  104. package/dist/api-contracts/src/widget/index.d.ts +48 -350
  105. package/dist/api-contracts/src/widget/index.d.ts.map +1 -1
  106. package/dist/api-contracts/src/widget/schema.d.ts +4 -46
  107. package/dist/api-contracts/src/widget/schema.d.ts.map +1 -1
  108. package/dist/api-contracts/src/widget/validation.d.ts +12 -66
  109. package/dist/api-contracts/src/widget/validation.d.ts.map +1 -1
  110. package/dist/api-contracts/src/workflow-rule/index.d.ts +277 -323
  111. package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
  112. package/dist/api-contracts/src/wrap-up-form/index.d.ts +187 -187
  113. package/dist/api-contracts/src/wrap-up-form/schema.d.ts +20 -20
  114. package/dist/entities/src/enums/chat.d.ts +0 -12
  115. package/dist/entities/src/enums/chat.d.ts.map +1 -1
  116. package/dist/index.js +1748 -2102
  117. package/dist/index.js.map +1 -1
  118. package/dist/index.mjs +1748 -2101
  119. package/dist/index.mjs.map +1 -1
  120. package/package.json +1 -1
@@ -74,7 +74,6 @@ 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>;
78
77
  }, "strip", z.ZodTypeAny, {
79
78
  name: string;
80
79
  id: string;
@@ -104,7 +103,6 @@ export declare const facebookFeedContract: {
104
103
  lineRichMenuId?: string | null | undefined;
105
104
  messengerIntegrationType?: "own" | "business" | undefined;
106
105
  facebookFeedIntegrationType?: "own" | "business" | undefined;
107
- isCSATEnabled?: boolean | undefined;
108
106
  }, {
109
107
  name: string;
110
108
  id: string;
@@ -134,7 +132,6 @@ export declare const facebookFeedContract: {
134
132
  lineRichMenuId?: string | null | undefined;
135
133
  messengerIntegrationType?: "own" | "business" | undefined;
136
134
  facebookFeedIntegrationType?: "own" | "business" | undefined;
137
- isCSATEnabled?: boolean | undefined;
138
135
  }>>;
139
136
  platformId: z.ZodOptional<z.ZodString>;
140
137
  brandName: z.ZodOptional<z.ZodString>;
@@ -194,7 +191,6 @@ export declare const facebookFeedContract: {
194
191
  lineRichMenuId?: string | null | undefined;
195
192
  messengerIntegrationType?: "own" | "business" | undefined;
196
193
  facebookFeedIntegrationType?: "own" | "business" | undefined;
197
- isCSATEnabled?: boolean | undefined;
198
194
  } | undefined;
199
195
  platformId?: string | undefined;
200
196
  brandName?: string | undefined;
@@ -242,7 +238,6 @@ export declare const facebookFeedContract: {
242
238
  lineRichMenuId?: string | null | undefined;
243
239
  messengerIntegrationType?: "own" | "business" | undefined;
244
240
  facebookFeedIntegrationType?: "own" | "business" | undefined;
245
- isCSATEnabled?: boolean | undefined;
246
241
  } | undefined;
247
242
  platformId?: string | undefined;
248
243
  brandName?: string | undefined;
@@ -329,7 +324,6 @@ export declare const facebookFeedContract: {
329
324
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
330
325
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
331
326
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
332
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
333
327
  }, "strip", z.ZodTypeAny, {
334
328
  name: string;
335
329
  id: string;
@@ -359,7 +353,6 @@ export declare const facebookFeedContract: {
359
353
  lineRichMenuId?: string | null | undefined;
360
354
  messengerIntegrationType?: "own" | "business" | undefined;
361
355
  facebookFeedIntegrationType?: "own" | "business" | undefined;
362
- isCSATEnabled?: boolean | undefined;
363
356
  }, {
364
357
  name: string;
365
358
  id: string;
@@ -389,7 +382,6 @@ export declare const facebookFeedContract: {
389
382
  lineRichMenuId?: string | null | undefined;
390
383
  messengerIntegrationType?: "own" | "business" | undefined;
391
384
  facebookFeedIntegrationType?: "own" | "business" | undefined;
392
- isCSATEnabled?: boolean | undefined;
393
385
  }>;
394
386
  platformId: z.ZodString;
395
387
  brandName: z.ZodString;
@@ -449,7 +441,6 @@ export declare const facebookFeedContract: {
449
441
  lineRichMenuId?: string | null | undefined;
450
442
  messengerIntegrationType?: "own" | "business" | undefined;
451
443
  facebookFeedIntegrationType?: "own" | "business" | undefined;
452
- isCSATEnabled?: boolean | undefined;
453
444
  };
454
445
  status: boolean;
455
446
  brandName: string;
@@ -497,7 +488,6 @@ export declare const facebookFeedContract: {
497
488
  lineRichMenuId?: string | null | undefined;
498
489
  messengerIntegrationType?: "own" | "business" | undefined;
499
490
  facebookFeedIntegrationType?: "own" | "business" | undefined;
500
- isCSATEnabled?: boolean | undefined;
501
491
  };
502
492
  status: boolean;
503
493
  brandName: string;
@@ -547,7 +537,6 @@ export declare const facebookFeedContract: {
547
537
  lineRichMenuId?: string | null | undefined;
548
538
  messengerIntegrationType?: "own" | "business" | undefined;
549
539
  facebookFeedIntegrationType?: "own" | "business" | undefined;
550
- isCSATEnabled?: boolean | undefined;
551
540
  };
552
541
  status: boolean;
553
542
  brandName: string;
@@ -598,7 +587,6 @@ export declare const facebookFeedContract: {
598
587
  lineRichMenuId?: string | null | undefined;
599
588
  messengerIntegrationType?: "own" | "business" | undefined;
600
589
  facebookFeedIntegrationType?: "own" | "business" | undefined;
601
- isCSATEnabled?: boolean | undefined;
602
590
  };
603
591
  status: boolean;
604
592
  brandName: string;
@@ -707,7 +695,6 @@ export declare const facebookFeedContract: {
707
695
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
708
696
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
709
697
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
710
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
711
698
  }, "strip", z.ZodTypeAny, {
712
699
  name: string;
713
700
  id: string;
@@ -737,7 +724,6 @@ export declare const facebookFeedContract: {
737
724
  lineRichMenuId?: string | null | undefined;
738
725
  messengerIntegrationType?: "own" | "business" | undefined;
739
726
  facebookFeedIntegrationType?: "own" | "business" | undefined;
740
- isCSATEnabled?: boolean | undefined;
741
727
  }, {
742
728
  name: string;
743
729
  id: string;
@@ -767,7 +753,6 @@ export declare const facebookFeedContract: {
767
753
  lineRichMenuId?: string | null | undefined;
768
754
  messengerIntegrationType?: "own" | "business" | undefined;
769
755
  facebookFeedIntegrationType?: "own" | "business" | undefined;
770
- isCSATEnabled?: boolean | undefined;
771
756
  }>>;
772
757
  platformId: z.ZodOptional<z.ZodString>;
773
758
  brandName: z.ZodOptional<z.ZodString>;
@@ -827,7 +812,6 @@ export declare const facebookFeedContract: {
827
812
  lineRichMenuId?: string | null | undefined;
828
813
  messengerIntegrationType?: "own" | "business" | undefined;
829
814
  facebookFeedIntegrationType?: "own" | "business" | undefined;
830
- isCSATEnabled?: boolean | undefined;
831
815
  } | undefined;
832
816
  platformId?: string | undefined;
833
817
  brandName?: string | undefined;
@@ -875,7 +859,6 @@ export declare const facebookFeedContract: {
875
859
  lineRichMenuId?: string | null | undefined;
876
860
  messengerIntegrationType?: "own" | "business" | undefined;
877
861
  facebookFeedIntegrationType?: "own" | "business" | undefined;
878
- isCSATEnabled?: boolean | undefined;
879
862
  } | undefined;
880
863
  platformId?: string | undefined;
881
864
  brandName?: string | undefined;
@@ -962,7 +945,6 @@ export declare const facebookFeedContract: {
962
945
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
963
946
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
964
947
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
965
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
966
948
  }, "strip", z.ZodTypeAny, {
967
949
  name: string;
968
950
  id: string;
@@ -992,7 +974,6 @@ export declare const facebookFeedContract: {
992
974
  lineRichMenuId?: string | null | undefined;
993
975
  messengerIntegrationType?: "own" | "business" | undefined;
994
976
  facebookFeedIntegrationType?: "own" | "business" | undefined;
995
- isCSATEnabled?: boolean | undefined;
996
977
  }, {
997
978
  name: string;
998
979
  id: string;
@@ -1022,7 +1003,6 @@ export declare const facebookFeedContract: {
1022
1003
  lineRichMenuId?: string | null | undefined;
1023
1004
  messengerIntegrationType?: "own" | "business" | undefined;
1024
1005
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1025
- isCSATEnabled?: boolean | undefined;
1026
1006
  }>;
1027
1007
  platformId: z.ZodString;
1028
1008
  brandName: z.ZodString;
@@ -1082,7 +1062,6 @@ export declare const facebookFeedContract: {
1082
1062
  lineRichMenuId?: string | null | undefined;
1083
1063
  messengerIntegrationType?: "own" | "business" | undefined;
1084
1064
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1085
- isCSATEnabled?: boolean | undefined;
1086
1065
  };
1087
1066
  status: boolean;
1088
1067
  brandName: string;
@@ -1130,7 +1109,6 @@ export declare const facebookFeedContract: {
1130
1109
  lineRichMenuId?: string | null | undefined;
1131
1110
  messengerIntegrationType?: "own" | "business" | undefined;
1132
1111
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1133
- isCSATEnabled?: boolean | undefined;
1134
1112
  };
1135
1113
  status: boolean;
1136
1114
  brandName: string;
@@ -1180,7 +1158,6 @@ export declare const facebookFeedContract: {
1180
1158
  lineRichMenuId?: string | null | undefined;
1181
1159
  messengerIntegrationType?: "own" | "business" | undefined;
1182
1160
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1183
- isCSATEnabled?: boolean | undefined;
1184
1161
  };
1185
1162
  status: boolean;
1186
1163
  brandName: string;
@@ -1231,7 +1208,6 @@ export declare const facebookFeedContract: {
1231
1208
  lineRichMenuId?: string | null | undefined;
1232
1209
  messengerIntegrationType?: "own" | "business" | undefined;
1233
1210
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1234
- isCSATEnabled?: boolean | undefined;
1235
1211
  };
1236
1212
  status: boolean;
1237
1213
  brandName: string;
@@ -1352,7 +1328,6 @@ export declare const facebookFeedContract: {
1352
1328
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1353
1329
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
1354
1330
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
1355
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
1356
1331
  }, "strip", z.ZodTypeAny, {
1357
1332
  name: string;
1358
1333
  id: string;
@@ -1382,7 +1357,6 @@ export declare const facebookFeedContract: {
1382
1357
  lineRichMenuId?: string | null | undefined;
1383
1358
  messengerIntegrationType?: "own" | "business" | undefined;
1384
1359
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1385
- isCSATEnabled?: boolean | undefined;
1386
1360
  }, {
1387
1361
  name: string;
1388
1362
  id: string;
@@ -1412,7 +1386,6 @@ export declare const facebookFeedContract: {
1412
1386
  lineRichMenuId?: string | null | undefined;
1413
1387
  messengerIntegrationType?: "own" | "business" | undefined;
1414
1388
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1415
- isCSATEnabled?: boolean | undefined;
1416
1389
  }>;
1417
1390
  platformId: z.ZodString;
1418
1391
  brandName: z.ZodString;
@@ -1472,7 +1445,6 @@ export declare const facebookFeedContract: {
1472
1445
  lineRichMenuId?: string | null | undefined;
1473
1446
  messengerIntegrationType?: "own" | "business" | undefined;
1474
1447
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1475
- isCSATEnabled?: boolean | undefined;
1476
1448
  };
1477
1449
  status: boolean;
1478
1450
  brandName: string;
@@ -1520,7 +1492,6 @@ export declare const facebookFeedContract: {
1520
1492
  lineRichMenuId?: string | null | undefined;
1521
1493
  messengerIntegrationType?: "own" | "business" | undefined;
1522
1494
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1523
- isCSATEnabled?: boolean | undefined;
1524
1495
  };
1525
1496
  status: boolean;
1526
1497
  brandName: string;
@@ -1570,7 +1541,6 @@ export declare const facebookFeedContract: {
1570
1541
  lineRichMenuId?: string | null | undefined;
1571
1542
  messengerIntegrationType?: "own" | "business" | undefined;
1572
1543
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1573
- isCSATEnabled?: boolean | undefined;
1574
1544
  };
1575
1545
  status: boolean;
1576
1546
  brandName: string;
@@ -1621,7 +1591,6 @@ export declare const facebookFeedContract: {
1621
1591
  lineRichMenuId?: string | null | undefined;
1622
1592
  messengerIntegrationType?: "own" | "business" | undefined;
1623
1593
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1624
- isCSATEnabled?: boolean | undefined;
1625
1594
  };
1626
1595
  status: boolean;
1627
1596
  brandName: string;
@@ -1742,7 +1711,6 @@ export declare const facebookFeedContract: {
1742
1711
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1743
1712
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
1744
1713
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
1745
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
1746
1714
  }, "strip", z.ZodTypeAny, {
1747
1715
  name: string;
1748
1716
  id: string;
@@ -1772,7 +1740,6 @@ export declare const facebookFeedContract: {
1772
1740
  lineRichMenuId?: string | null | undefined;
1773
1741
  messengerIntegrationType?: "own" | "business" | undefined;
1774
1742
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1775
- isCSATEnabled?: boolean | undefined;
1776
1743
  }, {
1777
1744
  name: string;
1778
1745
  id: string;
@@ -1802,7 +1769,6 @@ export declare const facebookFeedContract: {
1802
1769
  lineRichMenuId?: string | null | undefined;
1803
1770
  messengerIntegrationType?: "own" | "business" | undefined;
1804
1771
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1805
- isCSATEnabled?: boolean | undefined;
1806
1772
  }>;
1807
1773
  platformId: z.ZodString;
1808
1774
  brandName: z.ZodString;
@@ -1862,7 +1828,6 @@ export declare const facebookFeedContract: {
1862
1828
  lineRichMenuId?: string | null | undefined;
1863
1829
  messengerIntegrationType?: "own" | "business" | undefined;
1864
1830
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1865
- isCSATEnabled?: boolean | undefined;
1866
1831
  };
1867
1832
  status: boolean;
1868
1833
  brandName: string;
@@ -1910,7 +1875,6 @@ export declare const facebookFeedContract: {
1910
1875
  lineRichMenuId?: string | null | undefined;
1911
1876
  messengerIntegrationType?: "own" | "business" | undefined;
1912
1877
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1913
- isCSATEnabled?: boolean | undefined;
1914
1878
  };
1915
1879
  status: boolean;
1916
1880
  brandName: string;
@@ -1960,7 +1924,6 @@ export declare const facebookFeedContract: {
1960
1924
  lineRichMenuId?: string | null | undefined;
1961
1925
  messengerIntegrationType?: "own" | "business" | undefined;
1962
1926
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1963
- isCSATEnabled?: boolean | undefined;
1964
1927
  };
1965
1928
  status: boolean;
1966
1929
  brandName: string;
@@ -2011,7 +1974,6 @@ export declare const facebookFeedContract: {
2011
1974
  lineRichMenuId?: string | null | undefined;
2012
1975
  messengerIntegrationType?: "own" | "business" | undefined;
2013
1976
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2014
- isCSATEnabled?: boolean | undefined;
2015
1977
  };
2016
1978
  status: boolean;
2017
1979
  brandName: string;
@@ -2119,7 +2081,6 @@ export declare const facebookFeedContract: {
2119
2081
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2120
2082
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
2121
2083
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
2122
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
2123
2084
  }, "strip", z.ZodTypeAny, {
2124
2085
  name: string;
2125
2086
  id: string;
@@ -2149,7 +2110,6 @@ export declare const facebookFeedContract: {
2149
2110
  lineRichMenuId?: string | null | undefined;
2150
2111
  messengerIntegrationType?: "own" | "business" | undefined;
2151
2112
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2152
- isCSATEnabled?: boolean | undefined;
2153
2113
  }, {
2154
2114
  name: string;
2155
2115
  id: string;
@@ -2179,7 +2139,6 @@ export declare const facebookFeedContract: {
2179
2139
  lineRichMenuId?: string | null | undefined;
2180
2140
  messengerIntegrationType?: "own" | "business" | undefined;
2181
2141
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2182
- isCSATEnabled?: boolean | undefined;
2183
2142
  }>;
2184
2143
  status: z.ZodUnion<[z.ZodLiteral<true>, z.ZodLiteral<false>]>;
2185
2144
  actor: z.ZodOptional<z.ZodObject<{
@@ -2244,7 +2203,6 @@ export declare const facebookFeedContract: {
2244
2203
  lineRichMenuId?: string | null | undefined;
2245
2204
  messengerIntegrationType?: "own" | "business" | undefined;
2246
2205
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2247
- isCSATEnabled?: boolean | undefined;
2248
2206
  };
2249
2207
  status: boolean;
2250
2208
  createdAt: string;
@@ -2296,7 +2254,6 @@ export declare const facebookFeedContract: {
2296
2254
  lineRichMenuId?: string | null | undefined;
2297
2255
  messengerIntegrationType?: "own" | "business" | undefined;
2298
2256
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2299
- isCSATEnabled?: boolean | undefined;
2300
2257
  };
2301
2258
  status: boolean;
2302
2259
  createdAt: string;
@@ -2387,7 +2344,6 @@ export declare const facebookFeedContract: {
2387
2344
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2388
2345
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
2389
2346
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
2390
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
2391
2347
  }, "strip", z.ZodTypeAny, {
2392
2348
  name: string;
2393
2349
  id: string;
@@ -2417,7 +2373,6 @@ export declare const facebookFeedContract: {
2417
2373
  lineRichMenuId?: string | null | undefined;
2418
2374
  messengerIntegrationType?: "own" | "business" | undefined;
2419
2375
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2420
- isCSATEnabled?: boolean | undefined;
2421
2376
  }, {
2422
2377
  name: string;
2423
2378
  id: string;
@@ -2447,7 +2402,6 @@ export declare const facebookFeedContract: {
2447
2402
  lineRichMenuId?: string | null | undefined;
2448
2403
  messengerIntegrationType?: "own" | "business" | undefined;
2449
2404
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2450
- isCSATEnabled?: boolean | undefined;
2451
2405
  }>;
2452
2406
  platformId: z.ZodString;
2453
2407
  brandName: z.ZodString;
@@ -2507,7 +2461,6 @@ export declare const facebookFeedContract: {
2507
2461
  lineRichMenuId?: string | null | undefined;
2508
2462
  messengerIntegrationType?: "own" | "business" | undefined;
2509
2463
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2510
- isCSATEnabled?: boolean | undefined;
2511
2464
  };
2512
2465
  status: boolean;
2513
2466
  brandName: string;
@@ -2555,7 +2508,6 @@ export declare const facebookFeedContract: {
2555
2508
  lineRichMenuId?: string | null | undefined;
2556
2509
  messengerIntegrationType?: "own" | "business" | undefined;
2557
2510
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2558
- isCSATEnabled?: boolean | undefined;
2559
2511
  };
2560
2512
  status: boolean;
2561
2513
  brandName: string;
@@ -2605,7 +2557,6 @@ export declare const facebookFeedContract: {
2605
2557
  lineRichMenuId?: string | null | undefined;
2606
2558
  messengerIntegrationType?: "own" | "business" | undefined;
2607
2559
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2608
- isCSATEnabled?: boolean | undefined;
2609
2560
  };
2610
2561
  status: boolean;
2611
2562
  brandName: string;
@@ -2656,7 +2607,6 @@ export declare const facebookFeedContract: {
2656
2607
  lineRichMenuId?: string | null | undefined;
2657
2608
  messengerIntegrationType?: "own" | "business" | undefined;
2658
2609
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2659
- isCSATEnabled?: boolean | undefined;
2660
2610
  };
2661
2611
  status: boolean;
2662
2612
  brandName: string;
@@ -2777,7 +2727,6 @@ export declare const facebookFeedContract: {
2777
2727
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2778
2728
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
2779
2729
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
2780
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
2781
2730
  }, "strip", z.ZodTypeAny, {
2782
2731
  name: string;
2783
2732
  id: string;
@@ -2807,7 +2756,6 @@ export declare const facebookFeedContract: {
2807
2756
  lineRichMenuId?: string | null | undefined;
2808
2757
  messengerIntegrationType?: "own" | "business" | undefined;
2809
2758
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2810
- isCSATEnabled?: boolean | undefined;
2811
2759
  }, {
2812
2760
  name: string;
2813
2761
  id: string;
@@ -2837,7 +2785,6 @@ export declare const facebookFeedContract: {
2837
2785
  lineRichMenuId?: string | null | undefined;
2838
2786
  messengerIntegrationType?: "own" | "business" | undefined;
2839
2787
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2840
- isCSATEnabled?: boolean | undefined;
2841
2788
  }>;
2842
2789
  status: z.ZodUnion<[z.ZodLiteral<true>, z.ZodLiteral<false>]>;
2843
2790
  createdAt: z.ZodDate;
@@ -4221,7 +4168,6 @@ export declare const facebookFeedContract: {
4221
4168
  lineRichMenuId?: string | null | undefined;
4222
4169
  messengerIntegrationType?: "own" | "business" | undefined;
4223
4170
  facebookFeedIntegrationType?: "own" | "business" | undefined;
4224
- isCSATEnabled?: boolean | undefined;
4225
4171
  };
4226
4172
  status: boolean;
4227
4173
  createdAt: Date;
@@ -4460,7 +4406,6 @@ export declare const facebookFeedContract: {
4460
4406
  lineRichMenuId?: string | null | undefined;
4461
4407
  messengerIntegrationType?: "own" | "business" | undefined;
4462
4408
  facebookFeedIntegrationType?: "own" | "business" | undefined;
4463
- isCSATEnabled?: boolean | undefined;
4464
4409
  };
4465
4410
  status: boolean;
4466
4411
  createdAt: Date;
@@ -4674,8 +4619,8 @@ export declare const facebookFeedContract: {
4674
4619
  message: z.ZodObject<{
4675
4620
  id: z.ZodOptional<z.ZodString>;
4676
4621
  message: z.ZodOptional<z.ZodString>;
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>[]]>;
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"]>;
4679
4624
  readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
4680
4625
  metadata: z.ZodOptional<z.ZodAny>;
4681
4626
  platformId: z.ZodOptional<z.ZodString>;
@@ -4731,7 +4676,7 @@ export declare const facebookFeedContract: {
4731
4676
  editedAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
4732
4677
  label: z.ZodOptional<z.ZodString>;
4733
4678
  }, "strip", z.ZodTypeAny, {
4734
- type: string;
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";
4735
4680
  direction: "incoming" | "outgoing" | "system";
4736
4681
  id?: string | undefined;
4737
4682
  message?: string | undefined;
@@ -4766,7 +4711,7 @@ export declare const facebookFeedContract: {
4766
4711
  editedAt?: string | Date | null | undefined;
4767
4712
  label?: string | undefined;
4768
4713
  }, {
4769
- type: string;
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";
4770
4715
  direction: "incoming" | "outgoing" | "system";
4771
4716
  id?: string | undefined;
4772
4717
  message?: string | undefined;
@@ -4806,7 +4751,7 @@ export declare const facebookFeedContract: {
4806
4751
  lastMessage: z.ZodOptional<z.ZodString>;
4807
4752
  handleTime: z.ZodOptional<z.ZodNumber>;
4808
4753
  isLatest: z.ZodBoolean;
4809
- direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
4754
+ direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
4810
4755
  metadata: z.ZodOptional<z.ZodAny>;
4811
4756
  createdAt: z.ZodString;
4812
4757
  updatedAt: z.ZodString;
@@ -4991,7 +4936,6 @@ export declare const facebookFeedContract: {
4991
4936
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4992
4937
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
4993
4938
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
4994
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
4995
4939
  }, "strip", z.ZodTypeAny, {
4996
4940
  name: string;
4997
4941
  id: string;
@@ -5021,7 +4965,6 @@ export declare const facebookFeedContract: {
5021
4965
  lineRichMenuId?: string | null | undefined;
5022
4966
  messengerIntegrationType?: "own" | "business" | undefined;
5023
4967
  facebookFeedIntegrationType?: "own" | "business" | undefined;
5024
- isCSATEnabled?: boolean | undefined;
5025
4968
  }, {
5026
4969
  name: string;
5027
4970
  id: string;
@@ -5051,7 +4994,6 @@ export declare const facebookFeedContract: {
5051
4994
  lineRichMenuId?: string | null | undefined;
5052
4995
  messengerIntegrationType?: "own" | "business" | undefined;
5053
4996
  facebookFeedIntegrationType?: "own" | "business" | undefined;
5054
- isCSATEnabled?: boolean | undefined;
5055
4997
  }>;
5056
4998
  platformId: z.ZodString;
5057
4999
  brandName: z.ZodString;
@@ -5111,7 +5053,6 @@ export declare const facebookFeedContract: {
5111
5053
  lineRichMenuId?: string | null | undefined;
5112
5054
  messengerIntegrationType?: "own" | "business" | undefined;
5113
5055
  facebookFeedIntegrationType?: "own" | "business" | undefined;
5114
- isCSATEnabled?: boolean | undefined;
5115
5056
  };
5116
5057
  status: boolean;
5117
5058
  brandName: string;
@@ -5159,7 +5100,6 @@ export declare const facebookFeedContract: {
5159
5100
  lineRichMenuId?: string | null | undefined;
5160
5101
  messengerIntegrationType?: "own" | "business" | undefined;
5161
5102
  facebookFeedIntegrationType?: "own" | "business" | undefined;
5162
- isCSATEnabled?: boolean | undefined;
5163
5103
  };
5164
5104
  status: boolean;
5165
5105
  brandName: string;
@@ -5212,7 +5152,6 @@ export declare const facebookFeedContract: {
5212
5152
  lineRichMenuId?: string | null | undefined;
5213
5153
  messengerIntegrationType?: "own" | "business" | undefined;
5214
5154
  facebookFeedIntegrationType?: "own" | "business" | undefined;
5215
- isCSATEnabled?: boolean | undefined;
5216
5155
  };
5217
5156
  status: boolean;
5218
5157
  brandName: string;
@@ -5304,7 +5243,6 @@ export declare const facebookFeedContract: {
5304
5243
  lineRichMenuId?: string | null | undefined;
5305
5244
  messengerIntegrationType?: "own" | "business" | undefined;
5306
5245
  facebookFeedIntegrationType?: "own" | "business" | undefined;
5307
- isCSATEnabled?: boolean | undefined;
5308
5246
  };
5309
5247
  status: boolean;
5310
5248
  brandName: string;
@@ -5375,7 +5313,7 @@ export declare const facebookFeedContract: {
5375
5313
  }>>;
5376
5314
  }, "strip", z.ZodTypeAny, {
5377
5315
  message: {
5378
- type: string;
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";
5379
5317
  direction: "incoming" | "outgoing" | "system";
5380
5318
  id?: string | undefined;
5381
5319
  message?: string | undefined;
@@ -5445,7 +5383,6 @@ export declare const facebookFeedContract: {
5445
5383
  lineRichMenuId?: string | null | undefined;
5446
5384
  messengerIntegrationType?: "own" | "business" | undefined;
5447
5385
  facebookFeedIntegrationType?: "own" | "business" | undefined;
5448
- isCSATEnabled?: boolean | undefined;
5449
5386
  };
5450
5387
  status: boolean;
5451
5388
  brandName: string;
@@ -5510,7 +5447,7 @@ export declare const facebookFeedContract: {
5510
5447
  } | undefined;
5511
5448
  }, {
5512
5449
  message: {
5513
- type: string;
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";
5514
5451
  direction: "incoming" | "outgoing" | "system";
5515
5452
  id?: string | undefined;
5516
5453
  message?: string | undefined;
@@ -5580,7 +5517,6 @@ export declare const facebookFeedContract: {
5580
5517
  lineRichMenuId?: string | null | undefined;
5581
5518
  messengerIntegrationType?: "own" | "business" | undefined;
5582
5519
  facebookFeedIntegrationType?: "own" | "business" | undefined;
5583
- isCSATEnabled?: boolean | undefined;
5584
5520
  };
5585
5521
  status: boolean;
5586
5522
  brandName: string;
@@ -5649,11 +5585,11 @@ export declare const facebookFeedContract: {
5649
5585
  200: z.ZodObject<{
5650
5586
  requestId: z.ZodString;
5651
5587
  data: z.ZodObject<{
5652
- type: z.ZodUnion<[z.ZodLiteral<string>, z.ZodLiteral<string>, ...z.ZodLiteral<string>[]]>;
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"]>;
5653
5589
  message: z.ZodString;
5654
5590
  id: z.ZodString;
5655
5591
  url: z.ZodString;
5656
- direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
5592
+ direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
5657
5593
  label: z.ZodOptional<z.ZodString>;
5658
5594
  template: z.ZodAny;
5659
5595
  metadata: z.ZodAny;
@@ -6118,7 +6054,7 @@ export declare const facebookFeedContract: {
6118
6054
  firstResponseTime: z.ZodNumber;
6119
6055
  isLatest: z.ZodBoolean;
6120
6056
  isBotRoom: z.ZodBoolean;
6121
- direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
6057
+ direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
6122
6058
  platformContact: z.ZodObject<{
6123
6059
  id: z.ZodString;
6124
6060
  createdAt: z.ZodDate;
@@ -7166,7 +7102,6 @@ export declare const facebookFeedContract: {
7166
7102
  channelId: string;
7167
7103
  socialPlatformId: string;
7168
7104
  }>;
7169
- csatStatus: z.ZodNullable<z.ZodString>;
7170
7105
  actor: z.ZodObject<{
7171
7106
  id: z.ZodString;
7172
7107
  createdAt: z.ZodDate;
@@ -7645,7 +7580,6 @@ export declare const facebookFeedContract: {
7645
7580
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
7646
7581
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
7647
7582
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
7648
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
7649
7583
  }, "strip", z.ZodTypeAny, {
7650
7584
  name: string;
7651
7585
  id: string;
@@ -7675,7 +7609,6 @@ export declare const facebookFeedContract: {
7675
7609
  lineRichMenuId?: string | null | undefined;
7676
7610
  messengerIntegrationType?: "own" | "business" | undefined;
7677
7611
  facebookFeedIntegrationType?: "own" | "business" | undefined;
7678
- isCSATEnabled?: boolean | undefined;
7679
7612
  }, {
7680
7613
  name: string;
7681
7614
  id: string;
@@ -7705,7 +7638,6 @@ export declare const facebookFeedContract: {
7705
7638
  lineRichMenuId?: string | null | undefined;
7706
7639
  messengerIntegrationType?: "own" | "business" | undefined;
7707
7640
  facebookFeedIntegrationType?: "own" | "business" | undefined;
7708
- isCSATEnabled?: boolean | undefined;
7709
7641
  }>;
7710
7642
  brandName: z.ZodString;
7711
7643
  platformId: z.ZodString;
@@ -7969,7 +7901,6 @@ export declare const facebookFeedContract: {
7969
7901
  lineRichMenuId?: string | null | undefined;
7970
7902
  messengerIntegrationType?: "own" | "business" | undefined;
7971
7903
  facebookFeedIntegrationType?: "own" | "business" | undefined;
7972
- isCSATEnabled?: boolean | undefined;
7973
7904
  };
7974
7905
  status: boolean;
7975
7906
  createdAt: Date;
@@ -8064,7 +7995,6 @@ export declare const facebookFeedContract: {
8064
7995
  lineRichMenuId?: string | null | undefined;
8065
7996
  messengerIntegrationType?: "own" | "business" | undefined;
8066
7997
  facebookFeedIntegrationType?: "own" | "business" | undefined;
8067
- isCSATEnabled?: boolean | undefined;
8068
7998
  };
8069
7999
  status: boolean;
8070
8000
  createdAt: Date;
@@ -8317,16 +8247,6 @@ export declare const facebookFeedContract: {
8317
8247
  createdAt: Date;
8318
8248
  updatedAt: Date;
8319
8249
  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;
8330
8250
  categories: {
8331
8251
  id: string;
8332
8252
  value: string;
@@ -8349,6 +8269,16 @@ export declare const facebookFeedContract: {
8349
8269
  }[];
8350
8270
  }[];
8351
8271
  }[];
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;
8352
8282
  customFields?: {
8353
8283
  id: string;
8354
8284
  createdAt: Date;
@@ -8368,16 +8298,6 @@ export declare const facebookFeedContract: {
8368
8298
  createdAt: Date;
8369
8299
  updatedAt: Date;
8370
8300
  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;
8381
8301
  categories: {
8382
8302
  id: string;
8383
8303
  value: string;
@@ -8400,6 +8320,16 @@ export declare const facebookFeedContract: {
8400
8320
  }[];
8401
8321
  }[];
8402
8322
  }[];
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;
8403
8333
  customFields?: {
8404
8334
  id: string;
8405
8335
  createdAt: Date;
@@ -8508,16 +8438,6 @@ export declare const facebookFeedContract: {
8508
8438
  createdAt: Date;
8509
8439
  updatedAt: Date;
8510
8440
  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;
8521
8441
  categories: {
8522
8442
  id: string;
8523
8443
  value: string;
@@ -8540,6 +8460,16 @@ export declare const facebookFeedContract: {
8540
8460
  }[];
8541
8461
  }[];
8542
8462
  }[];
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;
8543
8473
  customFields?: {
8544
8474
  id: string;
8545
8475
  createdAt: Date;
@@ -8598,16 +8528,6 @@ export declare const facebookFeedContract: {
8598
8528
  createdAt: Date;
8599
8529
  updatedAt: Date;
8600
8530
  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;
8611
8531
  categories: {
8612
8532
  id: string;
8613
8533
  value: string;
@@ -8630,6 +8550,16 @@ export declare const facebookFeedContract: {
8630
8550
  }[];
8631
8551
  }[];
8632
8552
  }[];
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;
8633
8563
  customFields?: {
8634
8564
  id: string;
8635
8565
  createdAt: Date;
@@ -8723,7 +8653,6 @@ export declare const facebookFeedContract: {
8723
8653
  lineRichMenuId?: string | null | undefined;
8724
8654
  messengerIntegrationType?: "own" | "business" | undefined;
8725
8655
  facebookFeedIntegrationType?: "own" | "business" | undefined;
8726
- isCSATEnabled?: boolean | undefined;
8727
8656
  };
8728
8657
  status: boolean;
8729
8658
  createdAt: Date;
@@ -9015,7 +8944,6 @@ export declare const facebookFeedContract: {
9015
8944
  closedAt: Date;
9016
8945
  lastMessageAt: Date | null;
9017
8946
  isBotRoom: boolean;
9018
- csatStatus: string | null;
9019
8947
  cxlog: {
9020
8948
  id: string;
9021
8949
  channel: string | null;
@@ -9043,16 +8971,6 @@ export declare const facebookFeedContract: {
9043
8971
  createdAt: Date;
9044
8972
  updatedAt: Date;
9045
8973
  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;
9056
8974
  categories: {
9057
8975
  id: string;
9058
8976
  value: string;
@@ -9075,6 +8993,16 @@ export declare const facebookFeedContract: {
9075
8993
  }[];
9076
8994
  }[];
9077
8995
  }[];
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;
9078
9006
  customFields?: {
9079
9007
  id: string;
9080
9008
  createdAt: Date;
@@ -9152,7 +9080,6 @@ export declare const facebookFeedContract: {
9152
9080
  lineRichMenuId?: string | null | undefined;
9153
9081
  messengerIntegrationType?: "own" | "business" | undefined;
9154
9082
  facebookFeedIntegrationType?: "own" | "business" | undefined;
9155
- isCSATEnabled?: boolean | undefined;
9156
9083
  };
9157
9084
  status: boolean;
9158
9085
  createdAt: Date;
@@ -9444,7 +9371,6 @@ export declare const facebookFeedContract: {
9444
9371
  closedAt: Date;
9445
9372
  lastMessageAt: Date | null;
9446
9373
  isBotRoom: boolean;
9447
- csatStatus: string | null;
9448
9374
  cxlog: {
9449
9375
  id: string;
9450
9376
  channel: string | null;
@@ -9472,16 +9398,6 @@ export declare const facebookFeedContract: {
9472
9398
  createdAt: Date;
9473
9399
  updatedAt: Date;
9474
9400
  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;
9485
9401
  categories: {
9486
9402
  id: string;
9487
9403
  value: string;
@@ -9504,6 +9420,16 @@ export declare const facebookFeedContract: {
9504
9420
  }[];
9505
9421
  }[];
9506
9422
  }[];
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;
9507
9433
  customFields?: {
9508
9434
  id: string;
9509
9435
  createdAt: Date;
@@ -9584,8 +9510,8 @@ export declare const facebookFeedContract: {
9584
9510
  updatedAt: z.ZodDate;
9585
9511
  deletedAt: z.ZodNullable<z.ZodDate>;
9586
9512
  message: z.ZodString;
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>[]]>;
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"]>;
9589
9515
  readAt: z.ZodDate;
9590
9516
  metadata: z.ZodAny;
9591
9517
  platformId: z.ZodString;
@@ -10243,7 +10169,7 @@ export declare const facebookFeedContract: {
10243
10169
  };
10244
10170
  }>;
10245
10171
  }, "strip", z.ZodTypeAny, {
10246
- type: string;
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";
10247
10173
  message: string;
10248
10174
  id: string;
10249
10175
  url: string;
@@ -10405,7 +10331,7 @@ export declare const facebookFeedContract: {
10405
10331
  metadata?: any;
10406
10332
  template?: any;
10407
10333
  }, {
10408
- type: string;
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";
10409
10335
  message: string;
10410
10336
  id: string;
10411
10337
  url: string;
@@ -10778,8 +10704,8 @@ export declare const facebookFeedContract: {
10778
10704
  updatedAt: z.ZodDate;
10779
10705
  deletedAt: z.ZodNullable<z.ZodDate>;
10780
10706
  message: z.ZodString;
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>[]]>;
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"]>;
10783
10709
  readAt: z.ZodDate;
10784
10710
  metadata: z.ZodAny;
10785
10711
  platformId: z.ZodString;
@@ -10805,7 +10731,7 @@ export declare const facebookFeedContract: {
10805
10731
  firstResponseTime: z.ZodNumber;
10806
10732
  isLatest: z.ZodBoolean;
10807
10733
  isBotRoom: z.ZodBoolean;
10808
- direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
10734
+ direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
10809
10735
  platformContact: z.ZodObject<{
10810
10736
  id: z.ZodString;
10811
10737
  createdAt: z.ZodDate;
@@ -11853,7 +11779,6 @@ export declare const facebookFeedContract: {
11853
11779
  channelId: string;
11854
11780
  socialPlatformId: string;
11855
11781
  }>;
11856
- csatStatus: z.ZodNullable<z.ZodString>;
11857
11782
  actor: z.ZodObject<{
11858
11783
  id: z.ZodString;
11859
11784
  createdAt: z.ZodDate;
@@ -12332,7 +12257,6 @@ export declare const facebookFeedContract: {
12332
12257
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
12333
12258
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
12334
12259
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
12335
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
12336
12260
  }, "strip", z.ZodTypeAny, {
12337
12261
  name: string;
12338
12262
  id: string;
@@ -12362,7 +12286,6 @@ export declare const facebookFeedContract: {
12362
12286
  lineRichMenuId?: string | null | undefined;
12363
12287
  messengerIntegrationType?: "own" | "business" | undefined;
12364
12288
  facebookFeedIntegrationType?: "own" | "business" | undefined;
12365
- isCSATEnabled?: boolean | undefined;
12366
12289
  }, {
12367
12290
  name: string;
12368
12291
  id: string;
@@ -12392,7 +12315,6 @@ export declare const facebookFeedContract: {
12392
12315
  lineRichMenuId?: string | null | undefined;
12393
12316
  messengerIntegrationType?: "own" | "business" | undefined;
12394
12317
  facebookFeedIntegrationType?: "own" | "business" | undefined;
12395
- isCSATEnabled?: boolean | undefined;
12396
12318
  }>;
12397
12319
  brandName: z.ZodString;
12398
12320
  platformId: z.ZodString;
@@ -12656,7 +12578,6 @@ export declare const facebookFeedContract: {
12656
12578
  lineRichMenuId?: string | null | undefined;
12657
12579
  messengerIntegrationType?: "own" | "business" | undefined;
12658
12580
  facebookFeedIntegrationType?: "own" | "business" | undefined;
12659
- isCSATEnabled?: boolean | undefined;
12660
12581
  };
12661
12582
  status: boolean;
12662
12583
  createdAt: Date;
@@ -12751,7 +12672,6 @@ export declare const facebookFeedContract: {
12751
12672
  lineRichMenuId?: string | null | undefined;
12752
12673
  messengerIntegrationType?: "own" | "business" | undefined;
12753
12674
  facebookFeedIntegrationType?: "own" | "business" | undefined;
12754
- isCSATEnabled?: boolean | undefined;
12755
12675
  };
12756
12676
  status: boolean;
12757
12677
  createdAt: Date;
@@ -13004,16 +12924,6 @@ export declare const facebookFeedContract: {
13004
12924
  createdAt: Date;
13005
12925
  updatedAt: Date;
13006
12926
  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;
13017
12927
  categories: {
13018
12928
  id: string;
13019
12929
  value: string;
@@ -13036,6 +12946,16 @@ export declare const facebookFeedContract: {
13036
12946
  }[];
13037
12947
  }[];
13038
12948
  }[];
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;
13039
12959
  customFields?: {
13040
12960
  id: string;
13041
12961
  createdAt: Date;
@@ -13055,16 +12975,6 @@ export declare const facebookFeedContract: {
13055
12975
  createdAt: Date;
13056
12976
  updatedAt: Date;
13057
12977
  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;
13068
12978
  categories: {
13069
12979
  id: string;
13070
12980
  value: string;
@@ -13087,6 +12997,16 @@ export declare const facebookFeedContract: {
13087
12997
  }[];
13088
12998
  }[];
13089
12999
  }[];
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;
13090
13010
  customFields?: {
13091
13011
  id: string;
13092
13012
  createdAt: Date;
@@ -13195,16 +13115,6 @@ export declare const facebookFeedContract: {
13195
13115
  createdAt: Date;
13196
13116
  updatedAt: Date;
13197
13117
  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;
13208
13118
  categories: {
13209
13119
  id: string;
13210
13120
  value: string;
@@ -13227,6 +13137,16 @@ export declare const facebookFeedContract: {
13227
13137
  }[];
13228
13138
  }[];
13229
13139
  }[];
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;
13230
13150
  customFields?: {
13231
13151
  id: string;
13232
13152
  createdAt: Date;
@@ -13285,16 +13205,6 @@ export declare const facebookFeedContract: {
13285
13205
  createdAt: Date;
13286
13206
  updatedAt: Date;
13287
13207
  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;
13298
13208
  categories: {
13299
13209
  id: string;
13300
13210
  value: string;
@@ -13317,6 +13227,16 @@ export declare const facebookFeedContract: {
13317
13227
  }[];
13318
13228
  }[];
13319
13229
  }[];
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;
13320
13240
  customFields?: {
13321
13241
  id: string;
13322
13242
  createdAt: Date;
@@ -13410,7 +13330,6 @@ export declare const facebookFeedContract: {
13410
13330
  lineRichMenuId?: string | null | undefined;
13411
13331
  messengerIntegrationType?: "own" | "business" | undefined;
13412
13332
  facebookFeedIntegrationType?: "own" | "business" | undefined;
13413
- isCSATEnabled?: boolean | undefined;
13414
13333
  };
13415
13334
  status: boolean;
13416
13335
  createdAt: Date;
@@ -13702,7 +13621,6 @@ export declare const facebookFeedContract: {
13702
13621
  closedAt: Date;
13703
13622
  lastMessageAt: Date | null;
13704
13623
  isBotRoom: boolean;
13705
- csatStatus: string | null;
13706
13624
  cxlog: {
13707
13625
  id: string;
13708
13626
  channel: string | null;
@@ -13730,16 +13648,6 @@ export declare const facebookFeedContract: {
13730
13648
  createdAt: Date;
13731
13649
  updatedAt: Date;
13732
13650
  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;
13743
13651
  categories: {
13744
13652
  id: string;
13745
13653
  value: string;
@@ -13762,6 +13670,16 @@ export declare const facebookFeedContract: {
13762
13670
  }[];
13763
13671
  }[];
13764
13672
  }[];
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;
13765
13683
  customFields?: {
13766
13684
  id: string;
13767
13685
  createdAt: Date;
@@ -13839,7 +13757,6 @@ export declare const facebookFeedContract: {
13839
13757
  lineRichMenuId?: string | null | undefined;
13840
13758
  messengerIntegrationType?: "own" | "business" | undefined;
13841
13759
  facebookFeedIntegrationType?: "own" | "business" | undefined;
13842
- isCSATEnabled?: boolean | undefined;
13843
13760
  };
13844
13761
  status: boolean;
13845
13762
  createdAt: Date;
@@ -14131,7 +14048,6 @@ export declare const facebookFeedContract: {
14131
14048
  closedAt: Date;
14132
14049
  lastMessageAt: Date | null;
14133
14050
  isBotRoom: boolean;
14134
- csatStatus: string | null;
14135
14051
  cxlog: {
14136
14052
  id: string;
14137
14053
  channel: string | null;
@@ -14159,16 +14075,6 @@ export declare const facebookFeedContract: {
14159
14075
  createdAt: Date;
14160
14076
  updatedAt: Date;
14161
14077
  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;
14172
14078
  categories: {
14173
14079
  id: string;
14174
14080
  value: string;
@@ -14191,6 +14097,16 @@ export declare const facebookFeedContract: {
14191
14097
  }[];
14192
14098
  }[];
14193
14099
  }[];
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;
14194
14110
  customFields?: {
14195
14111
  id: string;
14196
14112
  createdAt: Date;
@@ -14274,8 +14190,8 @@ export declare const facebookFeedContract: {
14274
14190
  updatedAt: z.ZodDate;
14275
14191
  deletedAt: z.ZodNullable<z.ZodDate>;
14276
14192
  message: z.ZodString;
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>[]]>;
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"]>;
14279
14195
  readAt: z.ZodDate;
14280
14196
  metadata: z.ZodAny;
14281
14197
  platformId: z.ZodString;
@@ -14933,7 +14849,7 @@ export declare const facebookFeedContract: {
14933
14849
  };
14934
14850
  }>;
14935
14851
  }, "strip", z.ZodTypeAny, {
14936
- type: string;
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";
14937
14853
  message: string;
14938
14854
  id: string;
14939
14855
  url: string;
@@ -15095,7 +15011,7 @@ export declare const facebookFeedContract: {
15095
15011
  metadata?: any;
15096
15012
  template?: any;
15097
15013
  }, {
15098
- type: string;
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";
15099
15015
  message: string;
15100
15016
  id: string;
15101
15017
  url: string;
@@ -15897,7 +15813,7 @@ export declare const facebookFeedContract: {
15897
15813
  editedMessageid: z.ZodString;
15898
15814
  label: z.ZodOptional<z.ZodString>;
15899
15815
  }, "strip", z.ZodTypeAny, {
15900
- type: string;
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";
15901
15817
  message: string;
15902
15818
  id: string;
15903
15819
  url: string;
@@ -16041,7 +15957,6 @@ export declare const facebookFeedContract: {
16041
15957
  lineRichMenuId?: string | null | undefined;
16042
15958
  messengerIntegrationType?: "own" | "business" | undefined;
16043
15959
  facebookFeedIntegrationType?: "own" | "business" | undefined;
16044
- isCSATEnabled?: boolean | undefined;
16045
15960
  };
16046
15961
  status: boolean;
16047
15962
  createdAt: Date;
@@ -16333,7 +16248,6 @@ export declare const facebookFeedContract: {
16333
16248
  closedAt: Date;
16334
16249
  lastMessageAt: Date | null;
16335
16250
  isBotRoom: boolean;
16336
- csatStatus: string | null;
16337
16251
  cxlog: {
16338
16252
  id: string;
16339
16253
  channel: string | null;
@@ -16361,16 +16275,6 @@ export declare const facebookFeedContract: {
16361
16275
  createdAt: Date;
16362
16276
  updatedAt: Date;
16363
16277
  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;
16374
16278
  categories: {
16375
16279
  id: string;
16376
16280
  value: string;
@@ -16393,6 +16297,16 @@ export declare const facebookFeedContract: {
16393
16297
  }[];
16394
16298
  }[];
16395
16299
  }[];
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;
16396
16310
  customFields?: {
16397
16311
  id: string;
16398
16312
  createdAt: Date;
@@ -16452,7 +16366,7 @@ export declare const facebookFeedContract: {
16452
16366
  previewUrl: string;
16453
16367
  imageSetId: string;
16454
16368
  repliedMessage: {
16455
- type: string;
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";
16456
16370
  message: string;
16457
16371
  id: string;
16458
16372
  url: string;
@@ -16663,7 +16577,7 @@ export declare const facebookFeedContract: {
16663
16577
  template?: any;
16664
16578
  label?: string | undefined;
16665
16579
  }, {
16666
- type: string;
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";
16667
16581
  message: string;
16668
16582
  id: string;
16669
16583
  url: string;
@@ -16807,7 +16721,6 @@ export declare const facebookFeedContract: {
16807
16721
  lineRichMenuId?: string | null | undefined;
16808
16722
  messengerIntegrationType?: "own" | "business" | undefined;
16809
16723
  facebookFeedIntegrationType?: "own" | "business" | undefined;
16810
- isCSATEnabled?: boolean | undefined;
16811
16724
  };
16812
16725
  status: boolean;
16813
16726
  createdAt: Date;
@@ -17099,7 +17012,6 @@ export declare const facebookFeedContract: {
17099
17012
  closedAt: Date;
17100
17013
  lastMessageAt: Date | null;
17101
17014
  isBotRoom: boolean;
17102
- csatStatus: string | null;
17103
17015
  cxlog: {
17104
17016
  id: string;
17105
17017
  channel: string | null;
@@ -17127,16 +17039,6 @@ export declare const facebookFeedContract: {
17127
17039
  createdAt: Date;
17128
17040
  updatedAt: Date;
17129
17041
  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;
17140
17042
  categories: {
17141
17043
  id: string;
17142
17044
  value: string;
@@ -17159,6 +17061,16 @@ export declare const facebookFeedContract: {
17159
17061
  }[];
17160
17062
  }[];
17161
17063
  }[];
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;
17162
17074
  customFields?: {
17163
17075
  id: string;
17164
17076
  createdAt: Date;
@@ -17218,7 +17130,7 @@ export declare const facebookFeedContract: {
17218
17130
  previewUrl: string;
17219
17131
  imageSetId: string;
17220
17132
  repliedMessage: {
17221
- type: string;
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";
17222
17134
  message: string;
17223
17135
  id: string;
17224
17136
  url: string;
@@ -17430,7 +17342,7 @@ export declare const facebookFeedContract: {
17430
17342
  label?: string | undefined;
17431
17343
  }>>>;
17432
17344
  }, "strip", z.ZodTypeAny, {
17433
- type: string;
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";
17434
17346
  message: string;
17435
17347
  id: string;
17436
17348
  url: string;
@@ -17574,7 +17486,6 @@ export declare const facebookFeedContract: {
17574
17486
  lineRichMenuId?: string | null | undefined;
17575
17487
  messengerIntegrationType?: "own" | "business" | undefined;
17576
17488
  facebookFeedIntegrationType?: "own" | "business" | undefined;
17577
- isCSATEnabled?: boolean | undefined;
17578
17489
  };
17579
17490
  status: boolean;
17580
17491
  createdAt: Date;
@@ -17866,7 +17777,6 @@ export declare const facebookFeedContract: {
17866
17777
  closedAt: Date;
17867
17778
  lastMessageAt: Date | null;
17868
17779
  isBotRoom: boolean;
17869
- csatStatus: string | null;
17870
17780
  cxlog: {
17871
17781
  id: string;
17872
17782
  channel: string | null;
@@ -17894,16 +17804,6 @@ export declare const facebookFeedContract: {
17894
17804
  createdAt: Date;
17895
17805
  updatedAt: Date;
17896
17806
  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;
17907
17807
  categories: {
17908
17808
  id: string;
17909
17809
  value: string;
@@ -17926,6 +17826,16 @@ export declare const facebookFeedContract: {
17926
17826
  }[];
17927
17827
  }[];
17928
17828
  }[];
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;
17929
17839
  customFields?: {
17930
17840
  id: string;
17931
17841
  createdAt: Date;
@@ -17985,7 +17895,7 @@ export declare const facebookFeedContract: {
17985
17895
  previewUrl: string;
17986
17896
  imageSetId: string;
17987
17897
  repliedMessage: {
17988
- type: string;
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";
17989
17899
  message: string;
17990
17900
  id: string;
17991
17901
  url: string;
@@ -18196,7 +18106,7 @@ export declare const facebookFeedContract: {
18196
18106
  template?: any;
18197
18107
  metadata?: any;
18198
18108
  fromMessage?: {
18199
- type: string;
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";
18200
18110
  message: string;
18201
18111
  id: string;
18202
18112
  url: string;
@@ -18340,7 +18250,6 @@ export declare const facebookFeedContract: {
18340
18250
  lineRichMenuId?: string | null | undefined;
18341
18251
  messengerIntegrationType?: "own" | "business" | undefined;
18342
18252
  facebookFeedIntegrationType?: "own" | "business" | undefined;
18343
- isCSATEnabled?: boolean | undefined;
18344
18253
  };
18345
18254
  status: boolean;
18346
18255
  createdAt: Date;
@@ -18632,7 +18541,6 @@ export declare const facebookFeedContract: {
18632
18541
  closedAt: Date;
18633
18542
  lastMessageAt: Date | null;
18634
18543
  isBotRoom: boolean;
18635
- csatStatus: string | null;
18636
18544
  cxlog: {
18637
18545
  id: string;
18638
18546
  channel: string | null;
@@ -18660,16 +18568,6 @@ export declare const facebookFeedContract: {
18660
18568
  createdAt: Date;
18661
18569
  updatedAt: Date;
18662
18570
  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;
18673
18571
  categories: {
18674
18572
  id: string;
18675
18573
  value: string;
@@ -18692,6 +18590,16 @@ export declare const facebookFeedContract: {
18692
18590
  }[];
18693
18591
  }[];
18694
18592
  }[];
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;
18695
18603
  customFields?: {
18696
18604
  id: string;
18697
18605
  createdAt: Date;
@@ -18751,7 +18659,7 @@ export declare const facebookFeedContract: {
18751
18659
  previewUrl: string;
18752
18660
  imageSetId: string;
18753
18661
  repliedMessage: {
18754
- type: string;
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";
18755
18663
  message: string;
18756
18664
  id: string;
18757
18665
  url: string;
@@ -18963,7 +18871,7 @@ export declare const facebookFeedContract: {
18963
18871
  label?: string | undefined;
18964
18872
  } | null | undefined;
18965
18873
  }, {
18966
- type: string;
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";
18967
18875
  message: string;
18968
18876
  id: string;
18969
18877
  url: string;
@@ -19107,7 +19015,6 @@ export declare const facebookFeedContract: {
19107
19015
  lineRichMenuId?: string | null | undefined;
19108
19016
  messengerIntegrationType?: "own" | "business" | undefined;
19109
19017
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19110
- isCSATEnabled?: boolean | undefined;
19111
19018
  };
19112
19019
  status: boolean;
19113
19020
  createdAt: Date;
@@ -19399,7 +19306,6 @@ export declare const facebookFeedContract: {
19399
19306
  closedAt: Date;
19400
19307
  lastMessageAt: Date | null;
19401
19308
  isBotRoom: boolean;
19402
- csatStatus: string | null;
19403
19309
  cxlog: {
19404
19310
  id: string;
19405
19311
  channel: string | null;
@@ -19427,16 +19333,6 @@ export declare const facebookFeedContract: {
19427
19333
  createdAt: Date;
19428
19334
  updatedAt: Date;
19429
19335
  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;
19440
19336
  categories: {
19441
19337
  id: string;
19442
19338
  value: string;
@@ -19459,6 +19355,16 @@ export declare const facebookFeedContract: {
19459
19355
  }[];
19460
19356
  }[];
19461
19357
  }[];
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;
19462
19368
  customFields?: {
19463
19369
  id: string;
19464
19370
  createdAt: Date;
@@ -19518,7 +19424,7 @@ export declare const facebookFeedContract: {
19518
19424
  previewUrl: string;
19519
19425
  imageSetId: string;
19520
19426
  repliedMessage: {
19521
- type: string;
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";
19522
19428
  message: string;
19523
19429
  id: string;
19524
19430
  url: string;
@@ -19729,7 +19635,7 @@ export declare const facebookFeedContract: {
19729
19635
  template?: any;
19730
19636
  metadata?: any;
19731
19637
  fromMessage?: {
19732
- type: string;
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";
19733
19639
  message: string;
19734
19640
  id: string;
19735
19641
  url: string;
@@ -19873,7 +19779,6 @@ export declare const facebookFeedContract: {
19873
19779
  lineRichMenuId?: string | null | undefined;
19874
19780
  messengerIntegrationType?: "own" | "business" | undefined;
19875
19781
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19876
- isCSATEnabled?: boolean | undefined;
19877
19782
  };
19878
19783
  status: boolean;
19879
19784
  createdAt: Date;
@@ -20165,7 +20070,6 @@ export declare const facebookFeedContract: {
20165
20070
  closedAt: Date;
20166
20071
  lastMessageAt: Date | null;
20167
20072
  isBotRoom: boolean;
20168
- csatStatus: string | null;
20169
20073
  cxlog: {
20170
20074
  id: string;
20171
20075
  channel: string | null;
@@ -20193,16 +20097,6 @@ export declare const facebookFeedContract: {
20193
20097
  createdAt: Date;
20194
20098
  updatedAt: Date;
20195
20099
  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;
20206
20100
  categories: {
20207
20101
  id: string;
20208
20102
  value: string;
@@ -20225,6 +20119,16 @@ export declare const facebookFeedContract: {
20225
20119
  }[];
20226
20120
  }[];
20227
20121
  }[];
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;
20228
20132
  customFields?: {
20229
20133
  id: string;
20230
20134
  createdAt: Date;
@@ -20284,7 +20188,7 @@ export declare const facebookFeedContract: {
20284
20188
  previewUrl: string;
20285
20189
  imageSetId: string;
20286
20190
  repliedMessage: {
20287
- type: string;
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";
20288
20192
  message: string;
20289
20193
  id: string;
20290
20194
  url: string;
@@ -20498,7 +20402,7 @@ export declare const facebookFeedContract: {
20498
20402
  }>;
20499
20403
  }, "strip", z.ZodTypeAny, {
20500
20404
  data: {
20501
- type: string;
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";
20502
20406
  message: string;
20503
20407
  id: string;
20504
20408
  url: string;
@@ -20642,7 +20546,6 @@ export declare const facebookFeedContract: {
20642
20546
  lineRichMenuId?: string | null | undefined;
20643
20547
  messengerIntegrationType?: "own" | "business" | undefined;
20644
20548
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20645
- isCSATEnabled?: boolean | undefined;
20646
20549
  };
20647
20550
  status: boolean;
20648
20551
  createdAt: Date;
@@ -20934,7 +20837,6 @@ export declare const facebookFeedContract: {
20934
20837
  closedAt: Date;
20935
20838
  lastMessageAt: Date | null;
20936
20839
  isBotRoom: boolean;
20937
- csatStatus: string | null;
20938
20840
  cxlog: {
20939
20841
  id: string;
20940
20842
  channel: string | null;
@@ -20962,16 +20864,6 @@ export declare const facebookFeedContract: {
20962
20864
  createdAt: Date;
20963
20865
  updatedAt: Date;
20964
20866
  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;
20975
20867
  categories: {
20976
20868
  id: string;
20977
20869
  value: string;
@@ -20994,6 +20886,16 @@ export declare const facebookFeedContract: {
20994
20886
  }[];
20995
20887
  }[];
20996
20888
  }[];
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;
20997
20899
  customFields?: {
20998
20900
  id: string;
20999
20901
  createdAt: Date;
@@ -21053,7 +20955,7 @@ export declare const facebookFeedContract: {
21053
20955
  previewUrl: string;
21054
20956
  imageSetId: string;
21055
20957
  repliedMessage: {
21056
- type: string;
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";
21057
20959
  message: string;
21058
20960
  id: string;
21059
20961
  url: string;
@@ -21264,7 +21166,7 @@ export declare const facebookFeedContract: {
21264
21166
  template?: any;
21265
21167
  metadata?: any;
21266
21168
  fromMessage?: {
21267
- type: string;
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";
21268
21170
  message: string;
21269
21171
  id: string;
21270
21172
  url: string;
@@ -21408,7 +21310,6 @@ export declare const facebookFeedContract: {
21408
21310
  lineRichMenuId?: string | null | undefined;
21409
21311
  messengerIntegrationType?: "own" | "business" | undefined;
21410
21312
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21411
- isCSATEnabled?: boolean | undefined;
21412
21313
  };
21413
21314
  status: boolean;
21414
21315
  createdAt: Date;
@@ -21700,7 +21601,6 @@ export declare const facebookFeedContract: {
21700
21601
  closedAt: Date;
21701
21602
  lastMessageAt: Date | null;
21702
21603
  isBotRoom: boolean;
21703
- csatStatus: string | null;
21704
21604
  cxlog: {
21705
21605
  id: string;
21706
21606
  channel: string | null;
@@ -21728,16 +21628,6 @@ export declare const facebookFeedContract: {
21728
21628
  createdAt: Date;
21729
21629
  updatedAt: Date;
21730
21630
  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;
21741
21631
  categories: {
21742
21632
  id: string;
21743
21633
  value: string;
@@ -21760,6 +21650,16 @@ export declare const facebookFeedContract: {
21760
21650
  }[];
21761
21651
  }[];
21762
21652
  }[];
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;
21763
21663
  customFields?: {
21764
21664
  id: string;
21765
21665
  createdAt: Date;
@@ -21819,7 +21719,7 @@ export declare const facebookFeedContract: {
21819
21719
  previewUrl: string;
21820
21720
  imageSetId: string;
21821
21721
  repliedMessage: {
21822
- type: string;
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";
21823
21723
  message: string;
21824
21724
  id: string;
21825
21725
  url: string;
@@ -22034,7 +21934,7 @@ export declare const facebookFeedContract: {
22034
21934
  requestId: string;
22035
21935
  }, {
22036
21936
  data: {
22037
- type: string;
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";
22038
21938
  message: string;
22039
21939
  id: string;
22040
21940
  url: string;
@@ -22178,7 +22078,6 @@ export declare const facebookFeedContract: {
22178
22078
  lineRichMenuId?: string | null | undefined;
22179
22079
  messengerIntegrationType?: "own" | "business" | undefined;
22180
22080
  facebookFeedIntegrationType?: "own" | "business" | undefined;
22181
- isCSATEnabled?: boolean | undefined;
22182
22081
  };
22183
22082
  status: boolean;
22184
22083
  createdAt: Date;
@@ -22470,7 +22369,6 @@ export declare const facebookFeedContract: {
22470
22369
  closedAt: Date;
22471
22370
  lastMessageAt: Date | null;
22472
22371
  isBotRoom: boolean;
22473
- csatStatus: string | null;
22474
22372
  cxlog: {
22475
22373
  id: string;
22476
22374
  channel: string | null;
@@ -22498,16 +22396,6 @@ export declare const facebookFeedContract: {
22498
22396
  createdAt: Date;
22499
22397
  updatedAt: Date;
22500
22398
  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;
22511
22399
  categories: {
22512
22400
  id: string;
22513
22401
  value: string;
@@ -22530,6 +22418,16 @@ export declare const facebookFeedContract: {
22530
22418
  }[];
22531
22419
  }[];
22532
22420
  }[];
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;
22533
22431
  customFields?: {
22534
22432
  id: string;
22535
22433
  createdAt: Date;
@@ -22589,7 +22487,7 @@ export declare const facebookFeedContract: {
22589
22487
  previewUrl: string;
22590
22488
  imageSetId: string;
22591
22489
  repliedMessage: {
22592
- type: string;
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";
22593
22491
  message: string;
22594
22492
  id: string;
22595
22493
  url: string;
@@ -22800,7 +22698,7 @@ export declare const facebookFeedContract: {
22800
22698
  template?: any;
22801
22699
  metadata?: any;
22802
22700
  fromMessage?: {
22803
- type: string;
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";
22804
22702
  message: string;
22805
22703
  id: string;
22806
22704
  url: string;
@@ -22944,7 +22842,6 @@ export declare const facebookFeedContract: {
22944
22842
  lineRichMenuId?: string | null | undefined;
22945
22843
  messengerIntegrationType?: "own" | "business" | undefined;
22946
22844
  facebookFeedIntegrationType?: "own" | "business" | undefined;
22947
- isCSATEnabled?: boolean | undefined;
22948
22845
  };
22949
22846
  status: boolean;
22950
22847
  createdAt: Date;
@@ -23236,7 +23133,6 @@ export declare const facebookFeedContract: {
23236
23133
  closedAt: Date;
23237
23134
  lastMessageAt: Date | null;
23238
23135
  isBotRoom: boolean;
23239
- csatStatus: string | null;
23240
23136
  cxlog: {
23241
23137
  id: string;
23242
23138
  channel: string | null;
@@ -23264,16 +23160,6 @@ export declare const facebookFeedContract: {
23264
23160
  createdAt: Date;
23265
23161
  updatedAt: Date;
23266
23162
  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;
23277
23163
  categories: {
23278
23164
  id: string;
23279
23165
  value: string;
@@ -23296,6 +23182,16 @@ export declare const facebookFeedContract: {
23296
23182
  }[];
23297
23183
  }[];
23298
23184
  }[];
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;
23299
23195
  customFields?: {
23300
23196
  id: string;
23301
23197
  createdAt: Date;
@@ -23355,7 +23251,7 @@ export declare const facebookFeedContract: {
23355
23251
  previewUrl: string;
23356
23252
  imageSetId: string;
23357
23253
  repliedMessage: {
23358
- type: string;
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";
23359
23255
  message: string;
23360
23256
  id: string;
23361
23257
  url: string;
@@ -23663,7 +23559,6 @@ export declare const facebookFeedContract: {
23663
23559
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
23664
23560
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
23665
23561
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
23666
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
23667
23562
  }, "strip", z.ZodTypeAny, {
23668
23563
  name: string;
23669
23564
  id: string;
@@ -23693,7 +23588,6 @@ export declare const facebookFeedContract: {
23693
23588
  lineRichMenuId?: string | null | undefined;
23694
23589
  messengerIntegrationType?: "own" | "business" | undefined;
23695
23590
  facebookFeedIntegrationType?: "own" | "business" | undefined;
23696
- isCSATEnabled?: boolean | undefined;
23697
23591
  }, {
23698
23592
  name: string;
23699
23593
  id: string;
@@ -23723,7 +23617,6 @@ export declare const facebookFeedContract: {
23723
23617
  lineRichMenuId?: string | null | undefined;
23724
23618
  messengerIntegrationType?: "own" | "business" | undefined;
23725
23619
  facebookFeedIntegrationType?: "own" | "business" | undefined;
23726
- isCSATEnabled?: boolean | undefined;
23727
23620
  }>;
23728
23621
  platformId: z.ZodString;
23729
23622
  brandName: z.ZodString;
@@ -23783,7 +23676,6 @@ export declare const facebookFeedContract: {
23783
23676
  lineRichMenuId?: string | null | undefined;
23784
23677
  messengerIntegrationType?: "own" | "business" | undefined;
23785
23678
  facebookFeedIntegrationType?: "own" | "business" | undefined;
23786
- isCSATEnabled?: boolean | undefined;
23787
23679
  };
23788
23680
  status: boolean;
23789
23681
  brandName: string;
@@ -23831,7 +23723,6 @@ export declare const facebookFeedContract: {
23831
23723
  lineRichMenuId?: string | null | undefined;
23832
23724
  messengerIntegrationType?: "own" | "business" | undefined;
23833
23725
  facebookFeedIntegrationType?: "own" | "business" | undefined;
23834
- isCSATEnabled?: boolean | undefined;
23835
23726
  };
23836
23727
  status: boolean;
23837
23728
  brandName: string;
@@ -23882,7 +23773,6 @@ export declare const facebookFeedContract: {
23882
23773
  lineRichMenuId?: string | null | undefined;
23883
23774
  messengerIntegrationType?: "own" | "business" | undefined;
23884
23775
  facebookFeedIntegrationType?: "own" | "business" | undefined;
23885
- isCSATEnabled?: boolean | undefined;
23886
23776
  };
23887
23777
  status: boolean;
23888
23778
  brandName: string;
@@ -23933,7 +23823,6 @@ export declare const facebookFeedContract: {
23933
23823
  lineRichMenuId?: string | null | undefined;
23934
23824
  messengerIntegrationType?: "own" | "business" | undefined;
23935
23825
  facebookFeedIntegrationType?: "own" | "business" | undefined;
23936
- isCSATEnabled?: boolean | undefined;
23937
23826
  };
23938
23827
  status: boolean;
23939
23828
  brandName: string;
@@ -23953,8 +23842,8 @@ export declare const facebookFeedContract: {
23953
23842
  message: z.ZodObject<{
23954
23843
  id: z.ZodOptional<z.ZodString>;
23955
23844
  message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
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>[]]>;
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"]>;
23958
23847
  readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
23959
23848
  metadata: z.ZodOptional<z.ZodAny>;
23960
23849
  platformId: z.ZodOptional<z.ZodString>;
@@ -24006,7 +23895,7 @@ export declare const facebookFeedContract: {
24006
23895
  parentMessageId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
24007
23896
  feedPostId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
24008
23897
  }, "strip", z.ZodTypeAny, {
24009
- type: string;
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";
24010
23899
  direction: "incoming" | "outgoing" | "system";
24011
23900
  id?: string | undefined;
24012
23901
  message?: string | null | undefined;
@@ -24037,7 +23926,7 @@ export declare const facebookFeedContract: {
24037
23926
  parentMessageId?: string | null | undefined;
24038
23927
  feedPostId?: string | null | undefined;
24039
23928
  }, {
24040
- type: string;
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";
24041
23930
  direction: "incoming" | "outgoing" | "system";
24042
23931
  id?: string | undefined;
24043
23932
  message?: string | null | undefined;
@@ -24070,7 +23959,7 @@ export declare const facebookFeedContract: {
24070
23959
  }>;
24071
23960
  }, "strip", z.ZodTypeAny, {
24072
23961
  message: {
24073
- type: string;
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";
24074
23963
  direction: "incoming" | "outgoing" | "system";
24075
23964
  id?: string | undefined;
24076
23965
  message?: string | null | undefined;
@@ -24136,7 +24025,6 @@ export declare const facebookFeedContract: {
24136
24025
  lineRichMenuId?: string | null | undefined;
24137
24026
  messengerIntegrationType?: "own" | "business" | undefined;
24138
24027
  facebookFeedIntegrationType?: "own" | "business" | undefined;
24139
- isCSATEnabled?: boolean | undefined;
24140
24028
  };
24141
24029
  status: boolean;
24142
24030
  brandName: string;
@@ -24155,7 +24043,7 @@ export declare const facebookFeedContract: {
24155
24043
  };
24156
24044
  }, {
24157
24045
  message: {
24158
- type: string;
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";
24159
24047
  direction: "incoming" | "outgoing" | "system";
24160
24048
  id?: string | undefined;
24161
24049
  message?: string | null | undefined;
@@ -24221,7 +24109,6 @@ export declare const facebookFeedContract: {
24221
24109
  lineRichMenuId?: string | null | undefined;
24222
24110
  messengerIntegrationType?: "own" | "business" | undefined;
24223
24111
  facebookFeedIntegrationType?: "own" | "business" | undefined;
24224
- isCSATEnabled?: boolean | undefined;
24225
24112
  };
24226
24113
  status: boolean;
24227
24114
  brandName: string;
@@ -24311,7 +24198,6 @@ export declare const facebookFeedContract: {
24311
24198
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
24312
24199
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
24313
24200
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
24314
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
24315
24201
  }, "strip", z.ZodTypeAny, {
24316
24202
  name: string;
24317
24203
  id: string;
@@ -24341,7 +24227,6 @@ export declare const facebookFeedContract: {
24341
24227
  lineRichMenuId?: string | null | undefined;
24342
24228
  messengerIntegrationType?: "own" | "business" | undefined;
24343
24229
  facebookFeedIntegrationType?: "own" | "business" | undefined;
24344
- isCSATEnabled?: boolean | undefined;
24345
24230
  }, {
24346
24231
  name: string;
24347
24232
  id: string;
@@ -24371,7 +24256,6 @@ export declare const facebookFeedContract: {
24371
24256
  lineRichMenuId?: string | null | undefined;
24372
24257
  messengerIntegrationType?: "own" | "business" | undefined;
24373
24258
  facebookFeedIntegrationType?: "own" | "business" | undefined;
24374
- isCSATEnabled?: boolean | undefined;
24375
24259
  }>;
24376
24260
  platformId: z.ZodString;
24377
24261
  brandName: z.ZodString;
@@ -24431,7 +24315,6 @@ export declare const facebookFeedContract: {
24431
24315
  lineRichMenuId?: string | null | undefined;
24432
24316
  messengerIntegrationType?: "own" | "business" | undefined;
24433
24317
  facebookFeedIntegrationType?: "own" | "business" | undefined;
24434
- isCSATEnabled?: boolean | undefined;
24435
24318
  };
24436
24319
  status: boolean;
24437
24320
  brandName: string;
@@ -24479,7 +24362,6 @@ export declare const facebookFeedContract: {
24479
24362
  lineRichMenuId?: string | null | undefined;
24480
24363
  messengerIntegrationType?: "own" | "business" | undefined;
24481
24364
  facebookFeedIntegrationType?: "own" | "business" | undefined;
24482
- isCSATEnabled?: boolean | undefined;
24483
24365
  };
24484
24366
  status: boolean;
24485
24367
  brandName: string;
@@ -24530,7 +24412,6 @@ export declare const facebookFeedContract: {
24530
24412
  lineRichMenuId?: string | null | undefined;
24531
24413
  messengerIntegrationType?: "own" | "business" | undefined;
24532
24414
  facebookFeedIntegrationType?: "own" | "business" | undefined;
24533
- isCSATEnabled?: boolean | undefined;
24534
24415
  };
24535
24416
  status: boolean;
24536
24417
  brandName: string;
@@ -24581,7 +24462,6 @@ export declare const facebookFeedContract: {
24581
24462
  lineRichMenuId?: string | null | undefined;
24582
24463
  messengerIntegrationType?: "own" | "business" | undefined;
24583
24464
  facebookFeedIntegrationType?: "own" | "business" | undefined;
24584
- isCSATEnabled?: boolean | undefined;
24585
24465
  };
24586
24466
  status: boolean;
24587
24467
  brandName: string;
@@ -24601,8 +24481,8 @@ export declare const facebookFeedContract: {
24601
24481
  message: z.ZodObject<{
24602
24482
  id: z.ZodOptional<z.ZodString>;
24603
24483
  message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
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>[]]>;
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"]>;
24606
24486
  readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
24607
24487
  metadata: z.ZodOptional<z.ZodAny>;
24608
24488
  platformId: z.ZodOptional<z.ZodString>;
@@ -24654,7 +24534,7 @@ export declare const facebookFeedContract: {
24654
24534
  parentMessageId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
24655
24535
  feedPostId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
24656
24536
  }, "strip", z.ZodTypeAny, {
24657
- type: string;
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";
24658
24538
  direction: "incoming" | "outgoing" | "system";
24659
24539
  id?: string | undefined;
24660
24540
  message?: string | null | undefined;
@@ -24685,7 +24565,7 @@ export declare const facebookFeedContract: {
24685
24565
  parentMessageId?: string | null | undefined;
24686
24566
  feedPostId?: string | null | undefined;
24687
24567
  }, {
24688
- type: string;
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";
24689
24569
  direction: "incoming" | "outgoing" | "system";
24690
24570
  id?: string | undefined;
24691
24571
  message?: string | null | undefined;
@@ -24718,7 +24598,7 @@ export declare const facebookFeedContract: {
24718
24598
  }>;
24719
24599
  }, "strip", z.ZodTypeAny, {
24720
24600
  message: {
24721
- type: string;
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";
24722
24602
  direction: "incoming" | "outgoing" | "system";
24723
24603
  id?: string | undefined;
24724
24604
  message?: string | null | undefined;
@@ -24784,7 +24664,6 @@ export declare const facebookFeedContract: {
24784
24664
  lineRichMenuId?: string | null | undefined;
24785
24665
  messengerIntegrationType?: "own" | "business" | undefined;
24786
24666
  facebookFeedIntegrationType?: "own" | "business" | undefined;
24787
- isCSATEnabled?: boolean | undefined;
24788
24667
  };
24789
24668
  status: boolean;
24790
24669
  brandName: string;
@@ -24803,7 +24682,7 @@ export declare const facebookFeedContract: {
24803
24682
  };
24804
24683
  }, {
24805
24684
  message: {
24806
- type: string;
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";
24807
24686
  direction: "incoming" | "outgoing" | "system";
24808
24687
  id?: string | undefined;
24809
24688
  message?: string | null | undefined;
@@ -24869,7 +24748,6 @@ export declare const facebookFeedContract: {
24869
24748
  lineRichMenuId?: string | null | undefined;
24870
24749
  messengerIntegrationType?: "own" | "business" | undefined;
24871
24750
  facebookFeedIntegrationType?: "own" | "business" | undefined;
24872
- isCSATEnabled?: boolean | undefined;
24873
24751
  };
24874
24752
  status: boolean;
24875
24753
  brandName: string;