@kl1/contracts 1.2.61-uat → 1.2.62-uat

Sign up to get free protection for your applications and to get access to all the features.
Files changed (58) hide show
  1. package/dist/api-contracts/src/channel/index.d.ts +2629 -2831
  2. package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
  3. package/dist/api-contracts/src/channel/schema.d.ts +0 -8
  4. package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
  5. package/dist/api-contracts/src/channel/validation.d.ts +10 -10
  6. package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
  7. package/dist/api-contracts/src/chat/index.d.ts +189 -515
  8. package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
  9. package/dist/api-contracts/src/chat/schema.d.ts +45 -124
  10. package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
  11. package/dist/api-contracts/src/chat/validation.d.ts +72 -151
  12. package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
  13. package/dist/api-contracts/src/contract.d.ts +3632 -5096
  14. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  15. package/dist/api-contracts/src/cx-log/index.d.ts +0 -11
  16. package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
  17. package/dist/api-contracts/src/cx-log/schema.d.ts +0 -9
  18. package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
  19. package/dist/api-contracts/src/dashboard/index.d.ts +1 -290
  20. package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
  21. package/dist/api-contracts/src/dashboard/schema.d.ts +0 -71
  22. package/dist/api-contracts/src/dashboard/schema.d.ts.map +1 -1
  23. package/dist/api-contracts/src/facebook-feed/index.d.ts +43 -165
  24. package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
  25. package/dist/api-contracts/src/facebook-feed/schema.d.ts +3 -10
  26. package/dist/api-contracts/src/facebook-feed/schema.d.ts.map +1 -1
  27. package/dist/api-contracts/src/facebook-feed/validation.d.ts +0 -5
  28. package/dist/api-contracts/src/facebook-feed/validation.d.ts.map +1 -1
  29. package/dist/api-contracts/src/instagram/index.d.ts +33 -132
  30. package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
  31. package/dist/api-contracts/src/line/index.d.ts +40 -131
  32. package/dist/api-contracts/src/line/index.d.ts.map +1 -1
  33. package/dist/api-contracts/src/line/validation.d.ts +5 -14
  34. package/dist/api-contracts/src/line/validation.d.ts.map +1 -1
  35. package/dist/api-contracts/src/messenger/index.d.ts +33 -132
  36. package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
  37. package/dist/api-contracts/src/messenger/validation.d.ts +0 -5
  38. package/dist/api-contracts/src/messenger/validation.d.ts.map +1 -1
  39. package/dist/api-contracts/src/sms/index.d.ts +5 -42
  40. package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
  41. package/dist/api-contracts/src/telegram/index.d.ts +33 -110
  42. package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
  43. package/dist/api-contracts/src/viber/index.d.ts +33 -110
  44. package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
  45. package/dist/api-contracts/src/webchat/index.d.ts +33 -110
  46. package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
  47. package/dist/api-contracts/src/whatsapp/index.d.ts +39 -167
  48. package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
  49. package/dist/api-contracts/src/whatsapp/validation.d.ts +3 -3
  50. package/dist/api-contracts/src/workflow-rule/index.d.ts +12 -58
  51. package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
  52. package/dist/entities/src/enums/chat.d.ts +0 -12
  53. package/dist/entities/src/enums/chat.d.ts.map +1 -1
  54. package/dist/index.js +40 -139
  55. package/dist/index.js.map +1 -1
  56. package/dist/index.mjs +40 -139
  57. package/dist/index.mjs.map +1 -1
  58. package/package.json +1 -1
@@ -121,7 +121,6 @@ export declare const viberContract: {
121
121
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
122
122
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
123
123
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
124
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
125
124
  }, "strip", z.ZodTypeAny, {
126
125
  name: string;
127
126
  id: string;
@@ -151,7 +150,6 @@ export declare const viberContract: {
151
150
  lineRichMenuId?: string | null | undefined;
152
151
  messengerIntegrationType?: "own" | "business" | undefined;
153
152
  facebookFeedIntegrationType?: "own" | "business" | undefined;
154
- isCSATEnabled?: boolean | undefined;
155
153
  }, {
156
154
  name: string;
157
155
  id: string;
@@ -181,7 +179,6 @@ export declare const viberContract: {
181
179
  lineRichMenuId?: string | null | undefined;
182
180
  messengerIntegrationType?: "own" | "business" | undefined;
183
181
  facebookFeedIntegrationType?: "own" | "business" | undefined;
184
- isCSATEnabled?: boolean | undefined;
185
182
  }>;
186
183
  brandName: z.ZodString;
187
184
  platformId: z.ZodString;
@@ -445,7 +442,6 @@ export declare const viberContract: {
445
442
  lineRichMenuId?: string | null | undefined;
446
443
  messengerIntegrationType?: "own" | "business" | undefined;
447
444
  facebookFeedIntegrationType?: "own" | "business" | undefined;
448
- isCSATEnabled?: boolean | undefined;
449
445
  };
450
446
  status: boolean;
451
447
  createdAt: Date;
@@ -540,7 +536,6 @@ export declare const viberContract: {
540
536
  lineRichMenuId?: string | null | undefined;
541
537
  messengerIntegrationType?: "own" | "business" | undefined;
542
538
  facebookFeedIntegrationType?: "own" | "business" | undefined;
543
- isCSATEnabled?: boolean | undefined;
544
539
  };
545
540
  status: boolean;
546
541
  createdAt: Date;
@@ -637,7 +632,6 @@ export declare const viberContract: {
637
632
  lineRichMenuId?: string | null | undefined;
638
633
  messengerIntegrationType?: "own" | "business" | undefined;
639
634
  facebookFeedIntegrationType?: "own" | "business" | undefined;
640
- isCSATEnabled?: boolean | undefined;
641
635
  };
642
636
  status: boolean;
643
637
  createdAt: Date;
@@ -735,7 +729,6 @@ export declare const viberContract: {
735
729
  lineRichMenuId?: string | null | undefined;
736
730
  messengerIntegrationType?: "own" | "business" | undefined;
737
731
  facebookFeedIntegrationType?: "own" | "business" | undefined;
738
- isCSATEnabled?: boolean | undefined;
739
732
  };
740
733
  status: boolean;
741
734
  createdAt: Date;
@@ -906,7 +899,6 @@ export declare const viberContract: {
906
899
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
907
900
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
908
901
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
909
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
910
902
  }, "strip", z.ZodTypeAny, {
911
903
  name: string;
912
904
  id: string;
@@ -936,7 +928,6 @@ export declare const viberContract: {
936
928
  lineRichMenuId?: string | null | undefined;
937
929
  messengerIntegrationType?: "own" | "business" | undefined;
938
930
  facebookFeedIntegrationType?: "own" | "business" | undefined;
939
- isCSATEnabled?: boolean | undefined;
940
931
  }, {
941
932
  name: string;
942
933
  id: string;
@@ -966,7 +957,6 @@ export declare const viberContract: {
966
957
  lineRichMenuId?: string | null | undefined;
967
958
  messengerIntegrationType?: "own" | "business" | undefined;
968
959
  facebookFeedIntegrationType?: "own" | "business" | undefined;
969
- isCSATEnabled?: boolean | undefined;
970
960
  }>;
971
961
  brandName: z.ZodString;
972
962
  platformId: z.ZodString;
@@ -1230,7 +1220,6 @@ export declare const viberContract: {
1230
1220
  lineRichMenuId?: string | null | undefined;
1231
1221
  messengerIntegrationType?: "own" | "business" | undefined;
1232
1222
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1233
- isCSATEnabled?: boolean | undefined;
1234
1223
  };
1235
1224
  status: boolean;
1236
1225
  createdAt: Date;
@@ -1325,7 +1314,6 @@ export declare const viberContract: {
1325
1314
  lineRichMenuId?: string | null | undefined;
1326
1315
  messengerIntegrationType?: "own" | "business" | undefined;
1327
1316
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1328
- isCSATEnabled?: boolean | undefined;
1329
1317
  };
1330
1318
  status: boolean;
1331
1319
  createdAt: Date;
@@ -1422,7 +1410,6 @@ export declare const viberContract: {
1422
1410
  lineRichMenuId?: string | null | undefined;
1423
1411
  messengerIntegrationType?: "own" | "business" | undefined;
1424
1412
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1425
- isCSATEnabled?: boolean | undefined;
1426
1413
  };
1427
1414
  status: boolean;
1428
1415
  createdAt: Date;
@@ -1520,7 +1507,6 @@ export declare const viberContract: {
1520
1507
  lineRichMenuId?: string | null | undefined;
1521
1508
  messengerIntegrationType?: "own" | "business" | undefined;
1522
1509
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1523
- isCSATEnabled?: boolean | undefined;
1524
1510
  };
1525
1511
  status: boolean;
1526
1512
  createdAt: Date;
@@ -1791,7 +1777,6 @@ export declare const viberContract: {
1791
1777
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1792
1778
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
1793
1779
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
1794
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
1795
1780
  }, "strip", z.ZodTypeAny, {
1796
1781
  name: string;
1797
1782
  id: string;
@@ -1821,7 +1806,6 @@ export declare const viberContract: {
1821
1806
  lineRichMenuId?: string | null | undefined;
1822
1807
  messengerIntegrationType?: "own" | "business" | undefined;
1823
1808
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1824
- isCSATEnabled?: boolean | undefined;
1825
1809
  }, {
1826
1810
  name: string;
1827
1811
  id: string;
@@ -1851,7 +1835,6 @@ export declare const viberContract: {
1851
1835
  lineRichMenuId?: string | null | undefined;
1852
1836
  messengerIntegrationType?: "own" | "business" | undefined;
1853
1837
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1854
- isCSATEnabled?: boolean | undefined;
1855
1838
  }>;
1856
1839
  platformId: z.ZodString;
1857
1840
  brandName: z.ZodString;
@@ -1911,7 +1894,6 @@ export declare const viberContract: {
1911
1894
  lineRichMenuId?: string | null | undefined;
1912
1895
  messengerIntegrationType?: "own" | "business" | undefined;
1913
1896
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1914
- isCSATEnabled?: boolean | undefined;
1915
1897
  };
1916
1898
  status: boolean;
1917
1899
  brandName: string;
@@ -1959,7 +1941,6 @@ export declare const viberContract: {
1959
1941
  lineRichMenuId?: string | null | undefined;
1960
1942
  messengerIntegrationType?: "own" | "business" | undefined;
1961
1943
  facebookFeedIntegrationType?: "own" | "business" | undefined;
1962
- isCSATEnabled?: boolean | undefined;
1963
1944
  };
1964
1945
  status: boolean;
1965
1946
  brandName: string;
@@ -2012,7 +1993,6 @@ export declare const viberContract: {
2012
1993
  lineRichMenuId?: string | null | undefined;
2013
1994
  messengerIntegrationType?: "own" | "business" | undefined;
2014
1995
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2015
- isCSATEnabled?: boolean | undefined;
2016
1996
  };
2017
1997
  status: boolean;
2018
1998
  brandName: string;
@@ -2104,7 +2084,6 @@ export declare const viberContract: {
2104
2084
  lineRichMenuId?: string | null | undefined;
2105
2085
  messengerIntegrationType?: "own" | "business" | undefined;
2106
2086
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2107
- isCSATEnabled?: boolean | undefined;
2108
2087
  };
2109
2088
  status: boolean;
2110
2089
  brandName: string;
@@ -2166,7 +2145,7 @@ export declare const viberContract: {
2166
2145
  id: z.ZodOptional<z.ZodString>;
2167
2146
  message: z.ZodOptional<z.ZodString>;
2168
2147
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
2169
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
2148
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
2170
2149
  readAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
2171
2150
  metadata: z.ZodOptional<z.ZodAny>;
2172
2151
  platformId: z.ZodOptional<z.ZodString>;
@@ -2222,7 +2201,7 @@ export declare const viberContract: {
2222
2201
  editedAt: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodDate, z.ZodString]>>>;
2223
2202
  label: z.ZodOptional<z.ZodString>;
2224
2203
  }, "strip", z.ZodTypeAny, {
2225
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
2204
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
2226
2205
  direction: "incoming" | "outgoing" | "system";
2227
2206
  id?: string | undefined;
2228
2207
  message?: string | undefined;
@@ -2257,7 +2236,7 @@ export declare const viberContract: {
2257
2236
  editedAt?: string | Date | null | undefined;
2258
2237
  label?: string | undefined;
2259
2238
  }, {
2260
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
2239
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
2261
2240
  direction: "incoming" | "outgoing" | "system";
2262
2241
  id?: string | undefined;
2263
2242
  message?: string | undefined;
@@ -2294,7 +2273,7 @@ export declare const viberContract: {
2294
2273
  }>;
2295
2274
  }, "strip", z.ZodTypeAny, {
2296
2275
  message: {
2297
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
2276
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
2298
2277
  direction: "incoming" | "outgoing" | "system";
2299
2278
  id?: string | undefined;
2300
2279
  message?: string | undefined;
@@ -2364,7 +2343,6 @@ export declare const viberContract: {
2364
2343
  lineRichMenuId?: string | null | undefined;
2365
2344
  messengerIntegrationType?: "own" | "business" | undefined;
2366
2345
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2367
- isCSATEnabled?: boolean | undefined;
2368
2346
  };
2369
2347
  status: boolean;
2370
2348
  brandName: string;
@@ -2425,7 +2403,7 @@ export declare const viberContract: {
2425
2403
  isBot: boolean | null;
2426
2404
  }, {
2427
2405
  message: {
2428
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
2406
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
2429
2407
  direction: "incoming" | "outgoing" | "system";
2430
2408
  id?: string | undefined;
2431
2409
  message?: string | undefined;
@@ -2495,7 +2473,6 @@ export declare const viberContract: {
2495
2473
  lineRichMenuId?: string | null | undefined;
2496
2474
  messengerIntegrationType?: "own" | "business" | undefined;
2497
2475
  facebookFeedIntegrationType?: "own" | "business" | undefined;
2498
- isCSATEnabled?: boolean | undefined;
2499
2476
  };
2500
2477
  status: boolean;
2501
2478
  brandName: string;
@@ -2560,7 +2537,7 @@ export declare const viberContract: {
2560
2537
  200: z.ZodObject<{
2561
2538
  requestId: z.ZodString;
2562
2539
  data: z.ZodObject<{
2563
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
2540
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
2564
2541
  message: z.ZodString;
2565
2542
  id: z.ZodString;
2566
2543
  url: z.ZodString;
@@ -4077,7 +4054,6 @@ export declare const viberContract: {
4077
4054
  channelId: string;
4078
4055
  socialPlatformId: string;
4079
4056
  }>;
4080
- csatStatus: z.ZodNullable<z.ZodString>;
4081
4057
  actor: z.ZodObject<{
4082
4058
  id: z.ZodString;
4083
4059
  createdAt: z.ZodDate;
@@ -4556,7 +4532,6 @@ export declare const viberContract: {
4556
4532
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
4557
4533
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
4558
4534
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
4559
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
4560
4535
  }, "strip", z.ZodTypeAny, {
4561
4536
  name: string;
4562
4537
  id: string;
@@ -4586,7 +4561,6 @@ export declare const viberContract: {
4586
4561
  lineRichMenuId?: string | null | undefined;
4587
4562
  messengerIntegrationType?: "own" | "business" | undefined;
4588
4563
  facebookFeedIntegrationType?: "own" | "business" | undefined;
4589
- isCSATEnabled?: boolean | undefined;
4590
4564
  }, {
4591
4565
  name: string;
4592
4566
  id: string;
@@ -4616,7 +4590,6 @@ export declare const viberContract: {
4616
4590
  lineRichMenuId?: string | null | undefined;
4617
4591
  messengerIntegrationType?: "own" | "business" | undefined;
4618
4592
  facebookFeedIntegrationType?: "own" | "business" | undefined;
4619
- isCSATEnabled?: boolean | undefined;
4620
4593
  }>;
4621
4594
  brandName: z.ZodString;
4622
4595
  platformId: z.ZodString;
@@ -4880,7 +4853,6 @@ export declare const viberContract: {
4880
4853
  lineRichMenuId?: string | null | undefined;
4881
4854
  messengerIntegrationType?: "own" | "business" | undefined;
4882
4855
  facebookFeedIntegrationType?: "own" | "business" | undefined;
4883
- isCSATEnabled?: boolean | undefined;
4884
4856
  };
4885
4857
  status: boolean;
4886
4858
  createdAt: Date;
@@ -4975,7 +4947,6 @@ export declare const viberContract: {
4975
4947
  lineRichMenuId?: string | null | undefined;
4976
4948
  messengerIntegrationType?: "own" | "business" | undefined;
4977
4949
  facebookFeedIntegrationType?: "own" | "business" | undefined;
4978
- isCSATEnabled?: boolean | undefined;
4979
4950
  };
4980
4951
  status: boolean;
4981
4952
  createdAt: Date;
@@ -5634,7 +5605,6 @@ export declare const viberContract: {
5634
5605
  lineRichMenuId?: string | null | undefined;
5635
5606
  messengerIntegrationType?: "own" | "business" | undefined;
5636
5607
  facebookFeedIntegrationType?: "own" | "business" | undefined;
5637
- isCSATEnabled?: boolean | undefined;
5638
5608
  };
5639
5609
  status: boolean;
5640
5610
  createdAt: Date;
@@ -5926,7 +5896,6 @@ export declare const viberContract: {
5926
5896
  closedAt: Date;
5927
5897
  lastMessageAt: Date | null;
5928
5898
  isBotRoom: boolean;
5929
- csatStatus: string | null;
5930
5899
  cxlog: {
5931
5900
  id: string;
5932
5901
  channel: string | null;
@@ -6063,7 +6032,6 @@ export declare const viberContract: {
6063
6032
  lineRichMenuId?: string | null | undefined;
6064
6033
  messengerIntegrationType?: "own" | "business" | undefined;
6065
6034
  facebookFeedIntegrationType?: "own" | "business" | undefined;
6066
- isCSATEnabled?: boolean | undefined;
6067
6035
  };
6068
6036
  status: boolean;
6069
6037
  createdAt: Date;
@@ -6355,7 +6323,6 @@ export declare const viberContract: {
6355
6323
  closedAt: Date;
6356
6324
  lastMessageAt: Date | null;
6357
6325
  isBotRoom: boolean;
6358
- csatStatus: string | null;
6359
6326
  cxlog: {
6360
6327
  id: string;
6361
6328
  channel: string | null;
@@ -6496,7 +6463,7 @@ export declare const viberContract: {
6496
6463
  deletedAt: z.ZodNullable<z.ZodDate>;
6497
6464
  message: z.ZodString;
6498
6465
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
6499
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
6466
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
6500
6467
  readAt: z.ZodDate;
6501
6468
  metadata: z.ZodAny;
6502
6469
  platformId: z.ZodString;
@@ -7154,7 +7121,7 @@ export declare const viberContract: {
7154
7121
  };
7155
7122
  }>;
7156
7123
  }, "strip", z.ZodTypeAny, {
7157
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
7124
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
7158
7125
  message: string;
7159
7126
  id: string;
7160
7127
  url: string;
@@ -7316,7 +7283,7 @@ export declare const viberContract: {
7316
7283
  metadata?: any;
7317
7284
  template?: any;
7318
7285
  }, {
7319
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
7286
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
7320
7287
  message: string;
7321
7288
  id: string;
7322
7289
  url: string;
@@ -7690,7 +7657,7 @@ export declare const viberContract: {
7690
7657
  deletedAt: z.ZodNullable<z.ZodDate>;
7691
7658
  message: z.ZodString;
7692
7659
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
7693
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
7660
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
7694
7661
  readAt: z.ZodDate;
7695
7662
  metadata: z.ZodAny;
7696
7663
  platformId: z.ZodString;
@@ -8764,7 +8731,6 @@ export declare const viberContract: {
8764
8731
  channelId: string;
8765
8732
  socialPlatformId: string;
8766
8733
  }>;
8767
- csatStatus: z.ZodNullable<z.ZodString>;
8768
8734
  actor: z.ZodObject<{
8769
8735
  id: z.ZodString;
8770
8736
  createdAt: z.ZodDate;
@@ -9243,7 +9209,6 @@ export declare const viberContract: {
9243
9209
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
9244
9210
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
9245
9211
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
9246
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
9247
9212
  }, "strip", z.ZodTypeAny, {
9248
9213
  name: string;
9249
9214
  id: string;
@@ -9273,7 +9238,6 @@ export declare const viberContract: {
9273
9238
  lineRichMenuId?: string | null | undefined;
9274
9239
  messengerIntegrationType?: "own" | "business" | undefined;
9275
9240
  facebookFeedIntegrationType?: "own" | "business" | undefined;
9276
- isCSATEnabled?: boolean | undefined;
9277
9241
  }, {
9278
9242
  name: string;
9279
9243
  id: string;
@@ -9303,7 +9267,6 @@ export declare const viberContract: {
9303
9267
  lineRichMenuId?: string | null | undefined;
9304
9268
  messengerIntegrationType?: "own" | "business" | undefined;
9305
9269
  facebookFeedIntegrationType?: "own" | "business" | undefined;
9306
- isCSATEnabled?: boolean | undefined;
9307
9270
  }>;
9308
9271
  brandName: z.ZodString;
9309
9272
  platformId: z.ZodString;
@@ -9567,7 +9530,6 @@ export declare const viberContract: {
9567
9530
  lineRichMenuId?: string | null | undefined;
9568
9531
  messengerIntegrationType?: "own" | "business" | undefined;
9569
9532
  facebookFeedIntegrationType?: "own" | "business" | undefined;
9570
- isCSATEnabled?: boolean | undefined;
9571
9533
  };
9572
9534
  status: boolean;
9573
9535
  createdAt: Date;
@@ -9662,7 +9624,6 @@ export declare const viberContract: {
9662
9624
  lineRichMenuId?: string | null | undefined;
9663
9625
  messengerIntegrationType?: "own" | "business" | undefined;
9664
9626
  facebookFeedIntegrationType?: "own" | "business" | undefined;
9665
- isCSATEnabled?: boolean | undefined;
9666
9627
  };
9667
9628
  status: boolean;
9668
9629
  createdAt: Date;
@@ -10321,7 +10282,6 @@ export declare const viberContract: {
10321
10282
  lineRichMenuId?: string | null | undefined;
10322
10283
  messengerIntegrationType?: "own" | "business" | undefined;
10323
10284
  facebookFeedIntegrationType?: "own" | "business" | undefined;
10324
- isCSATEnabled?: boolean | undefined;
10325
10285
  };
10326
10286
  status: boolean;
10327
10287
  createdAt: Date;
@@ -10613,7 +10573,6 @@ export declare const viberContract: {
10613
10573
  closedAt: Date;
10614
10574
  lastMessageAt: Date | null;
10615
10575
  isBotRoom: boolean;
10616
- csatStatus: string | null;
10617
10576
  cxlog: {
10618
10577
  id: string;
10619
10578
  channel: string | null;
@@ -10750,7 +10709,6 @@ export declare const viberContract: {
10750
10709
  lineRichMenuId?: string | null | undefined;
10751
10710
  messengerIntegrationType?: "own" | "business" | undefined;
10752
10711
  facebookFeedIntegrationType?: "own" | "business" | undefined;
10753
- isCSATEnabled?: boolean | undefined;
10754
10712
  };
10755
10713
  status: boolean;
10756
10714
  createdAt: Date;
@@ -11042,7 +11000,6 @@ export declare const viberContract: {
11042
11000
  closedAt: Date;
11043
11001
  lastMessageAt: Date | null;
11044
11002
  isBotRoom: boolean;
11045
- csatStatus: string | null;
11046
11003
  cxlog: {
11047
11004
  id: string;
11048
11005
  channel: string | null;
@@ -11186,7 +11143,7 @@ export declare const viberContract: {
11186
11143
  deletedAt: z.ZodNullable<z.ZodDate>;
11187
11144
  message: z.ZodString;
11188
11145
  direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
11189
- type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "csat", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
11146
+ type: z.ZodEnum<["text", "image", "video", "audio", "file", "imagemap", "group", "fallback", "location", "sticker", "carousel", "card", "choice", "dropdown", "text_with_image", "reaction", "contacts", "carousel", "card", "choice", "dropdown", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
11190
11147
  readAt: z.ZodDate;
11191
11148
  metadata: z.ZodAny;
11192
11149
  platformId: z.ZodString;
@@ -11844,7 +11801,7 @@ export declare const viberContract: {
11844
11801
  };
11845
11802
  }>;
11846
11803
  }, "strip", z.ZodTypeAny, {
11847
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
11804
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
11848
11805
  message: string;
11849
11806
  id: string;
11850
11807
  url: string;
@@ -12006,7 +11963,7 @@ export declare const viberContract: {
12006
11963
  metadata?: any;
12007
11964
  template?: any;
12008
11965
  }, {
12009
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
11966
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
12010
11967
  message: string;
12011
11968
  id: string;
12012
11969
  url: string;
@@ -12808,7 +12765,7 @@ export declare const viberContract: {
12808
12765
  editedMessageid: z.ZodString;
12809
12766
  label: z.ZodOptional<z.ZodString>;
12810
12767
  }, "strip", z.ZodTypeAny, {
12811
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
12768
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
12812
12769
  message: string;
12813
12770
  id: string;
12814
12771
  url: string;
@@ -12952,7 +12909,6 @@ export declare const viberContract: {
12952
12909
  lineRichMenuId?: string | null | undefined;
12953
12910
  messengerIntegrationType?: "own" | "business" | undefined;
12954
12911
  facebookFeedIntegrationType?: "own" | "business" | undefined;
12955
- isCSATEnabled?: boolean | undefined;
12956
12912
  };
12957
12913
  status: boolean;
12958
12914
  createdAt: Date;
@@ -13244,7 +13200,6 @@ export declare const viberContract: {
13244
13200
  closedAt: Date;
13245
13201
  lastMessageAt: Date | null;
13246
13202
  isBotRoom: boolean;
13247
- csatStatus: string | null;
13248
13203
  cxlog: {
13249
13204
  id: string;
13250
13205
  channel: string | null;
@@ -13363,7 +13318,7 @@ export declare const viberContract: {
13363
13318
  previewUrl: string;
13364
13319
  imageSetId: string;
13365
13320
  repliedMessage: {
13366
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
13321
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
13367
13322
  message: string;
13368
13323
  id: string;
13369
13324
  url: string;
@@ -13574,7 +13529,7 @@ export declare const viberContract: {
13574
13529
  template?: any;
13575
13530
  label?: string | undefined;
13576
13531
  }, {
13577
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
13532
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
13578
13533
  message: string;
13579
13534
  id: string;
13580
13535
  url: string;
@@ -13718,7 +13673,6 @@ export declare const viberContract: {
13718
13673
  lineRichMenuId?: string | null | undefined;
13719
13674
  messengerIntegrationType?: "own" | "business" | undefined;
13720
13675
  facebookFeedIntegrationType?: "own" | "business" | undefined;
13721
- isCSATEnabled?: boolean | undefined;
13722
13676
  };
13723
13677
  status: boolean;
13724
13678
  createdAt: Date;
@@ -14010,7 +13964,6 @@ export declare const viberContract: {
14010
13964
  closedAt: Date;
14011
13965
  lastMessageAt: Date | null;
14012
13966
  isBotRoom: boolean;
14013
- csatStatus: string | null;
14014
13967
  cxlog: {
14015
13968
  id: string;
14016
13969
  channel: string | null;
@@ -14129,7 +14082,7 @@ export declare const viberContract: {
14129
14082
  previewUrl: string;
14130
14083
  imageSetId: string;
14131
14084
  repliedMessage: {
14132
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
14085
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
14133
14086
  message: string;
14134
14087
  id: string;
14135
14088
  url: string;
@@ -14341,7 +14294,7 @@ export declare const viberContract: {
14341
14294
  label?: string | undefined;
14342
14295
  }>>>;
14343
14296
  }, "strip", z.ZodTypeAny, {
14344
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
14297
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
14345
14298
  message: string;
14346
14299
  id: string;
14347
14300
  url: string;
@@ -14485,7 +14438,6 @@ export declare const viberContract: {
14485
14438
  lineRichMenuId?: string | null | undefined;
14486
14439
  messengerIntegrationType?: "own" | "business" | undefined;
14487
14440
  facebookFeedIntegrationType?: "own" | "business" | undefined;
14488
- isCSATEnabled?: boolean | undefined;
14489
14441
  };
14490
14442
  status: boolean;
14491
14443
  createdAt: Date;
@@ -14777,7 +14729,6 @@ export declare const viberContract: {
14777
14729
  closedAt: Date;
14778
14730
  lastMessageAt: Date | null;
14779
14731
  isBotRoom: boolean;
14780
- csatStatus: string | null;
14781
14732
  cxlog: {
14782
14733
  id: string;
14783
14734
  channel: string | null;
@@ -14896,7 +14847,7 @@ export declare const viberContract: {
14896
14847
  previewUrl: string;
14897
14848
  imageSetId: string;
14898
14849
  repliedMessage: {
14899
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
14850
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
14900
14851
  message: string;
14901
14852
  id: string;
14902
14853
  url: string;
@@ -15107,7 +15058,7 @@ export declare const viberContract: {
15107
15058
  template?: any;
15108
15059
  metadata?: any;
15109
15060
  fromMessage?: {
15110
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
15061
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
15111
15062
  message: string;
15112
15063
  id: string;
15113
15064
  url: string;
@@ -15251,7 +15202,6 @@ export declare const viberContract: {
15251
15202
  lineRichMenuId?: string | null | undefined;
15252
15203
  messengerIntegrationType?: "own" | "business" | undefined;
15253
15204
  facebookFeedIntegrationType?: "own" | "business" | undefined;
15254
- isCSATEnabled?: boolean | undefined;
15255
15205
  };
15256
15206
  status: boolean;
15257
15207
  createdAt: Date;
@@ -15543,7 +15493,6 @@ export declare const viberContract: {
15543
15493
  closedAt: Date;
15544
15494
  lastMessageAt: Date | null;
15545
15495
  isBotRoom: boolean;
15546
- csatStatus: string | null;
15547
15496
  cxlog: {
15548
15497
  id: string;
15549
15498
  channel: string | null;
@@ -15662,7 +15611,7 @@ export declare const viberContract: {
15662
15611
  previewUrl: string;
15663
15612
  imageSetId: string;
15664
15613
  repliedMessage: {
15665
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
15614
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
15666
15615
  message: string;
15667
15616
  id: string;
15668
15617
  url: string;
@@ -15874,7 +15823,7 @@ export declare const viberContract: {
15874
15823
  label?: string | undefined;
15875
15824
  } | null | undefined;
15876
15825
  }, {
15877
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
15826
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
15878
15827
  message: string;
15879
15828
  id: string;
15880
15829
  url: string;
@@ -16018,7 +15967,6 @@ export declare const viberContract: {
16018
15967
  lineRichMenuId?: string | null | undefined;
16019
15968
  messengerIntegrationType?: "own" | "business" | undefined;
16020
15969
  facebookFeedIntegrationType?: "own" | "business" | undefined;
16021
- isCSATEnabled?: boolean | undefined;
16022
15970
  };
16023
15971
  status: boolean;
16024
15972
  createdAt: Date;
@@ -16310,7 +16258,6 @@ export declare const viberContract: {
16310
16258
  closedAt: Date;
16311
16259
  lastMessageAt: Date | null;
16312
16260
  isBotRoom: boolean;
16313
- csatStatus: string | null;
16314
16261
  cxlog: {
16315
16262
  id: string;
16316
16263
  channel: string | null;
@@ -16429,7 +16376,7 @@ export declare const viberContract: {
16429
16376
  previewUrl: string;
16430
16377
  imageSetId: string;
16431
16378
  repliedMessage: {
16432
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
16379
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
16433
16380
  message: string;
16434
16381
  id: string;
16435
16382
  url: string;
@@ -16640,7 +16587,7 @@ export declare const viberContract: {
16640
16587
  template?: any;
16641
16588
  metadata?: any;
16642
16589
  fromMessage?: {
16643
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
16590
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
16644
16591
  message: string;
16645
16592
  id: string;
16646
16593
  url: string;
@@ -16784,7 +16731,6 @@ export declare const viberContract: {
16784
16731
  lineRichMenuId?: string | null | undefined;
16785
16732
  messengerIntegrationType?: "own" | "business" | undefined;
16786
16733
  facebookFeedIntegrationType?: "own" | "business" | undefined;
16787
- isCSATEnabled?: boolean | undefined;
16788
16734
  };
16789
16735
  status: boolean;
16790
16736
  createdAt: Date;
@@ -17076,7 +17022,6 @@ export declare const viberContract: {
17076
17022
  closedAt: Date;
17077
17023
  lastMessageAt: Date | null;
17078
17024
  isBotRoom: boolean;
17079
- csatStatus: string | null;
17080
17025
  cxlog: {
17081
17026
  id: string;
17082
17027
  channel: string | null;
@@ -17195,7 +17140,7 @@ export declare const viberContract: {
17195
17140
  previewUrl: string;
17196
17141
  imageSetId: string;
17197
17142
  repliedMessage: {
17198
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17143
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17199
17144
  message: string;
17200
17145
  id: string;
17201
17146
  url: string;
@@ -17409,7 +17354,7 @@ export declare const viberContract: {
17409
17354
  }>;
17410
17355
  }, "strip", z.ZodTypeAny, {
17411
17356
  data: {
17412
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17357
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17413
17358
  message: string;
17414
17359
  id: string;
17415
17360
  url: string;
@@ -17553,7 +17498,6 @@ export declare const viberContract: {
17553
17498
  lineRichMenuId?: string | null | undefined;
17554
17499
  messengerIntegrationType?: "own" | "business" | undefined;
17555
17500
  facebookFeedIntegrationType?: "own" | "business" | undefined;
17556
- isCSATEnabled?: boolean | undefined;
17557
17501
  };
17558
17502
  status: boolean;
17559
17503
  createdAt: Date;
@@ -17845,7 +17789,6 @@ export declare const viberContract: {
17845
17789
  closedAt: Date;
17846
17790
  lastMessageAt: Date | null;
17847
17791
  isBotRoom: boolean;
17848
- csatStatus: string | null;
17849
17792
  cxlog: {
17850
17793
  id: string;
17851
17794
  channel: string | null;
@@ -17964,7 +17907,7 @@ export declare const viberContract: {
17964
17907
  previewUrl: string;
17965
17908
  imageSetId: string;
17966
17909
  repliedMessage: {
17967
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17910
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17968
17911
  message: string;
17969
17912
  id: string;
17970
17913
  url: string;
@@ -18175,7 +18118,7 @@ export declare const viberContract: {
18175
18118
  template?: any;
18176
18119
  metadata?: any;
18177
18120
  fromMessage?: {
18178
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
18121
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
18179
18122
  message: string;
18180
18123
  id: string;
18181
18124
  url: string;
@@ -18319,7 +18262,6 @@ export declare const viberContract: {
18319
18262
  lineRichMenuId?: string | null | undefined;
18320
18263
  messengerIntegrationType?: "own" | "business" | undefined;
18321
18264
  facebookFeedIntegrationType?: "own" | "business" | undefined;
18322
- isCSATEnabled?: boolean | undefined;
18323
18265
  };
18324
18266
  status: boolean;
18325
18267
  createdAt: Date;
@@ -18611,7 +18553,6 @@ export declare const viberContract: {
18611
18553
  closedAt: Date;
18612
18554
  lastMessageAt: Date | null;
18613
18555
  isBotRoom: boolean;
18614
- csatStatus: string | null;
18615
18556
  cxlog: {
18616
18557
  id: string;
18617
18558
  channel: string | null;
@@ -18730,7 +18671,7 @@ export declare const viberContract: {
18730
18671
  previewUrl: string;
18731
18672
  imageSetId: string;
18732
18673
  repliedMessage: {
18733
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
18674
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
18734
18675
  message: string;
18735
18676
  id: string;
18736
18677
  url: string;
@@ -18945,7 +18886,7 @@ export declare const viberContract: {
18945
18886
  requestId: string;
18946
18887
  }, {
18947
18888
  data: {
18948
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
18889
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
18949
18890
  message: string;
18950
18891
  id: string;
18951
18892
  url: string;
@@ -19089,7 +19030,6 @@ export declare const viberContract: {
19089
19030
  lineRichMenuId?: string | null | undefined;
19090
19031
  messengerIntegrationType?: "own" | "business" | undefined;
19091
19032
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19092
- isCSATEnabled?: boolean | undefined;
19093
19033
  };
19094
19034
  status: boolean;
19095
19035
  createdAt: Date;
@@ -19381,7 +19321,6 @@ export declare const viberContract: {
19381
19321
  closedAt: Date;
19382
19322
  lastMessageAt: Date | null;
19383
19323
  isBotRoom: boolean;
19384
- csatStatus: string | null;
19385
19324
  cxlog: {
19386
19325
  id: string;
19387
19326
  channel: string | null;
@@ -19500,7 +19439,7 @@ export declare const viberContract: {
19500
19439
  previewUrl: string;
19501
19440
  imageSetId: string;
19502
19441
  repliedMessage: {
19503
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
19442
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
19504
19443
  message: string;
19505
19444
  id: string;
19506
19445
  url: string;
@@ -19711,7 +19650,7 @@ export declare const viberContract: {
19711
19650
  template?: any;
19712
19651
  metadata?: any;
19713
19652
  fromMessage?: {
19714
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
19653
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
19715
19654
  message: string;
19716
19655
  id: string;
19717
19656
  url: string;
@@ -19855,7 +19794,6 @@ export declare const viberContract: {
19855
19794
  lineRichMenuId?: string | null | undefined;
19856
19795
  messengerIntegrationType?: "own" | "business" | undefined;
19857
19796
  facebookFeedIntegrationType?: "own" | "business" | undefined;
19858
- isCSATEnabled?: boolean | undefined;
19859
19797
  };
19860
19798
  status: boolean;
19861
19799
  createdAt: Date;
@@ -20147,7 +20085,6 @@ export declare const viberContract: {
20147
20085
  closedAt: Date;
20148
20086
  lastMessageAt: Date | null;
20149
20087
  isBotRoom: boolean;
20150
- csatStatus: string | null;
20151
20088
  cxlog: {
20152
20089
  id: string;
20153
20090
  channel: string | null;
@@ -20266,7 +20203,7 @@ export declare const viberContract: {
20266
20203
  previewUrl: string;
20267
20204
  imageSetId: string;
20268
20205
  repliedMessage: {
20269
- type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "csat" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
20206
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
20270
20207
  message: string;
20271
20208
  id: string;
20272
20209
  url: string;
@@ -20577,7 +20514,6 @@ export declare const viberContract: {
20577
20514
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
20578
20515
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
20579
20516
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
20580
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
20581
20517
  }, "strip", z.ZodTypeAny, {
20582
20518
  name: string;
20583
20519
  id: string;
@@ -20607,7 +20543,6 @@ export declare const viberContract: {
20607
20543
  lineRichMenuId?: string | null | undefined;
20608
20544
  messengerIntegrationType?: "own" | "business" | undefined;
20609
20545
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20610
- isCSATEnabled?: boolean | undefined;
20611
20546
  }, {
20612
20547
  name: string;
20613
20548
  id: string;
@@ -20637,7 +20572,6 @@ export declare const viberContract: {
20637
20572
  lineRichMenuId?: string | null | undefined;
20638
20573
  messengerIntegrationType?: "own" | "business" | undefined;
20639
20574
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20640
- isCSATEnabled?: boolean | undefined;
20641
20575
  }>;
20642
20576
  brandName: z.ZodString;
20643
20577
  platformId: z.ZodString;
@@ -20901,7 +20835,6 @@ export declare const viberContract: {
20901
20835
  lineRichMenuId?: string | null | undefined;
20902
20836
  messengerIntegrationType?: "own" | "business" | undefined;
20903
20837
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20904
- isCSATEnabled?: boolean | undefined;
20905
20838
  };
20906
20839
  status: boolean;
20907
20840
  createdAt: Date;
@@ -20996,7 +20929,6 @@ export declare const viberContract: {
20996
20929
  lineRichMenuId?: string | null | undefined;
20997
20930
  messengerIntegrationType?: "own" | "business" | undefined;
20998
20931
  facebookFeedIntegrationType?: "own" | "business" | undefined;
20999
- isCSATEnabled?: boolean | undefined;
21000
20932
  };
21001
20933
  status: boolean;
21002
20934
  createdAt: Date;
@@ -21093,7 +21025,6 @@ export declare const viberContract: {
21093
21025
  lineRichMenuId?: string | null | undefined;
21094
21026
  messengerIntegrationType?: "own" | "business" | undefined;
21095
21027
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21096
- isCSATEnabled?: boolean | undefined;
21097
21028
  };
21098
21029
  status: boolean;
21099
21030
  createdAt: Date;
@@ -21191,7 +21122,6 @@ export declare const viberContract: {
21191
21122
  lineRichMenuId?: string | null | undefined;
21192
21123
  messengerIntegrationType?: "own" | "business" | undefined;
21193
21124
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21194
- isCSATEnabled?: boolean | undefined;
21195
21125
  };
21196
21126
  status: boolean;
21197
21127
  createdAt: Date;
@@ -21359,7 +21289,6 @@ export declare const viberContract: {
21359
21289
  lineRichMenuId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
21360
21290
  messengerIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
21361
21291
  facebookFeedIntegrationType: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"own">, z.ZodLiteral<"business">]>>;
21362
- isCSATEnabled: z.ZodOptional<z.ZodBoolean>;
21363
21292
  }, "strip", z.ZodTypeAny, {
21364
21293
  name: string;
21365
21294
  id: string;
@@ -21389,7 +21318,6 @@ export declare const viberContract: {
21389
21318
  lineRichMenuId?: string | null | undefined;
21390
21319
  messengerIntegrationType?: "own" | "business" | undefined;
21391
21320
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21392
- isCSATEnabled?: boolean | undefined;
21393
21321
  }, {
21394
21322
  name: string;
21395
21323
  id: string;
@@ -21419,7 +21347,6 @@ export declare const viberContract: {
21419
21347
  lineRichMenuId?: string | null | undefined;
21420
21348
  messengerIntegrationType?: "own" | "business" | undefined;
21421
21349
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21422
- isCSATEnabled?: boolean | undefined;
21423
21350
  }>;
21424
21351
  platformId: z.ZodString;
21425
21352
  brandName: z.ZodString;
@@ -21479,7 +21406,6 @@ export declare const viberContract: {
21479
21406
  lineRichMenuId?: string | null | undefined;
21480
21407
  messengerIntegrationType?: "own" | "business" | undefined;
21481
21408
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21482
- isCSATEnabled?: boolean | undefined;
21483
21409
  };
21484
21410
  status: boolean;
21485
21411
  brandName: string;
@@ -21527,7 +21453,6 @@ export declare const viberContract: {
21527
21453
  lineRichMenuId?: string | null | undefined;
21528
21454
  messengerIntegrationType?: "own" | "business" | undefined;
21529
21455
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21530
- isCSATEnabled?: boolean | undefined;
21531
21456
  };
21532
21457
  status: boolean;
21533
21458
  brandName: string;
@@ -21577,7 +21502,6 @@ export declare const viberContract: {
21577
21502
  lineRichMenuId?: string | null | undefined;
21578
21503
  messengerIntegrationType?: "own" | "business" | undefined;
21579
21504
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21580
- isCSATEnabled?: boolean | undefined;
21581
21505
  };
21582
21506
  status: boolean;
21583
21507
  brandName: string;
@@ -21628,7 +21552,6 @@ export declare const viberContract: {
21628
21552
  lineRichMenuId?: string | null | undefined;
21629
21553
  messengerIntegrationType?: "own" | "business" | undefined;
21630
21554
  facebookFeedIntegrationType?: "own" | "business" | undefined;
21631
- isCSATEnabled?: boolean | undefined;
21632
21555
  };
21633
21556
  status: boolean;
21634
21557
  brandName: string;