@kl1/contracts 1.2.62-uat → 1.2.64-uat

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