@kl1/contracts 1.3.19 → 1.3.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (120) hide show
  1. package/dist/api-contracts/src/activity-log/index.d.ts +1 -1
  2. package/dist/api-contracts/src/attribute/index.d.ts +7 -7
  3. package/dist/api-contracts/src/auth/index.d.ts +1 -1
  4. package/dist/api-contracts/src/automation-queue/index.d.ts +7 -10
  5. package/dist/api-contracts/src/automation-queue/index.d.ts.map +1 -1
  6. package/dist/api-contracts/src/aws/index.d.ts +2 -2
  7. package/dist/api-contracts/src/botpress/index.d.ts +2 -2
  8. package/dist/api-contracts/src/business-calendar/index.d.ts +4 -4
  9. package/dist/api-contracts/src/business-calendar/index.d.ts.map +1 -1
  10. package/dist/api-contracts/src/category/index.d.ts +7 -7
  11. package/dist/api-contracts/src/channel/index.d.ts +257 -1992
  12. package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
  13. package/dist/api-contracts/src/channel/schema.d.ts +0 -36
  14. package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
  15. package/dist/api-contracts/src/channel/validation.d.ts +0 -23
  16. package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
  17. package/dist/api-contracts/src/chat/index.d.ts +2212 -2580
  18. package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
  19. package/dist/api-contracts/src/chat/schema.d.ts +603 -679
  20. package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
  21. package/dist/api-contracts/src/chat/validation.d.ts +390 -501
  22. package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
  23. package/dist/api-contracts/src/comment/index.d.ts +359 -359
  24. package/dist/api-contracts/src/comment/schema.d.ts +88 -88
  25. package/dist/api-contracts/src/contract.d.ts +35405 -40773
  26. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  27. package/dist/api-contracts/src/cx-log/index.d.ts +65 -76
  28. package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
  29. package/dist/api-contracts/src/cx-log/schema.d.ts +81 -90
  30. package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
  31. package/dist/api-contracts/src/dashboard/index.d.ts +49 -911
  32. package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
  33. package/dist/api-contracts/src/dashboard/schema.d.ts +9 -164
  34. package/dist/api-contracts/src/dashboard/schema.d.ts.map +1 -1
  35. package/dist/api-contracts/src/dashboard/validation.d.ts +1 -30
  36. package/dist/api-contracts/src/dashboard/validation.d.ts.map +1 -1
  37. package/dist/api-contracts/src/evaluate-form/index.d.ts +1 -1
  38. package/dist/api-contracts/src/extension/index.d.ts +7 -7
  39. package/dist/api-contracts/src/facebook-feed/index.d.ts +273 -395
  40. package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
  41. package/dist/api-contracts/src/facebook-feed/schema.d.ts +3 -10
  42. package/dist/api-contracts/src/facebook-feed/schema.d.ts.map +1 -1
  43. package/dist/api-contracts/src/facebook-feed/validation.d.ts +0 -5
  44. package/dist/api-contracts/src/facebook-feed/validation.d.ts.map +1 -1
  45. package/dist/api-contracts/src/general-setting/index.d.ts +2 -2
  46. package/dist/api-contracts/src/hold-label/index.d.ts +10 -10
  47. package/dist/api-contracts/src/index.d.ts +0 -1
  48. package/dist/api-contracts/src/index.d.ts.map +1 -1
  49. package/dist/api-contracts/src/instagram/index.d.ts +261 -360
  50. package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
  51. package/dist/api-contracts/src/line/index.d.ts +268 -359
  52. package/dist/api-contracts/src/line/index.d.ts.map +1 -1
  53. package/dist/api-contracts/src/line/validation.d.ts +7 -16
  54. package/dist/api-contracts/src/line/validation.d.ts.map +1 -1
  55. package/dist/api-contracts/src/mail/email-engine-webhooks-events.contract.d.ts +1 -1
  56. package/dist/api-contracts/src/mail/email-engine-webhooks-events.contract.d.ts.map +1 -1
  57. package/dist/api-contracts/src/mail/mail-contract.d.ts +240 -240
  58. package/dist/api-contracts/src/mail/room-contract.d.ts +240 -240
  59. package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +80 -80
  60. package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +60 -60
  61. package/dist/api-contracts/src/messenger/index.d.ts +261 -360
  62. package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
  63. package/dist/api-contracts/src/messenger/validation.d.ts +0 -5
  64. package/dist/api-contracts/src/messenger/validation.d.ts.map +1 -1
  65. package/dist/api-contracts/src/notification/index.d.ts +4 -4
  66. package/dist/api-contracts/src/permission/index.d.ts +1 -1
  67. package/dist/api-contracts/src/presence-status/index.d.ts +55 -127
  68. package/dist/api-contracts/src/presence-status/index.d.ts.map +1 -1
  69. package/dist/api-contracts/src/presence-status/schema.d.ts +10 -16
  70. package/dist/api-contracts/src/presence-status/schema.d.ts.map +1 -1
  71. package/dist/api-contracts/src/presence-status/validation.d.ts +12 -30
  72. package/dist/api-contracts/src/presence-status/validation.d.ts.map +1 -1
  73. package/dist/api-contracts/src/role/index.d.ts +5 -5
  74. package/dist/api-contracts/src/sms/index.d.ts +7 -44
  75. package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
  76. package/dist/api-contracts/src/snippet/index.d.ts +8 -8
  77. package/dist/api-contracts/src/subscription/index.d.ts +5 -5
  78. package/dist/api-contracts/src/tag/index.d.ts +4 -4
  79. package/dist/api-contracts/src/telegram/index.d.ts +261 -338
  80. package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
  81. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +441 -62
  82. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts.map +1 -1
  83. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +13 -25
  84. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts.map +1 -1
  85. package/dist/api-contracts/src/telephony-agent-presence-status/validation.d.ts +3 -0
  86. package/dist/api-contracts/src/telephony-agent-presence-status/validation.d.ts.map +1 -1
  87. package/dist/api-contracts/src/telephony-cdr/index.d.ts +14 -14
  88. package/dist/api-contracts/src/telephony-extension/index.d.ts +1 -1
  89. package/dist/api-contracts/src/ticket/index.d.ts +660 -660
  90. package/dist/api-contracts/src/ticket/schema.d.ts +44 -44
  91. package/dist/api-contracts/src/ticket/validation.d.ts +20 -20
  92. package/dist/api-contracts/src/upload/index.d.ts +2 -2
  93. package/dist/api-contracts/src/user/index.d.ts +7 -7
  94. package/dist/api-contracts/src/user-presence-status-log/index.d.ts +18 -42
  95. package/dist/api-contracts/src/user-presence-status-log/index.d.ts.map +1 -1
  96. package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +20 -50
  97. package/dist/api-contracts/src/user-presence-status-log/schema.d.ts.map +1 -1
  98. package/dist/api-contracts/src/viber/index.d.ts +261 -338
  99. package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
  100. package/dist/api-contracts/src/webchat/index.d.ts +261 -338
  101. package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
  102. package/dist/api-contracts/src/whatsapp/index.d.ts +261 -348
  103. package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
  104. package/dist/api-contracts/src/widget/index.d.ts +48 -350
  105. package/dist/api-contracts/src/widget/index.d.ts.map +1 -1
  106. package/dist/api-contracts/src/widget/schema.d.ts +4 -46
  107. package/dist/api-contracts/src/widget/schema.d.ts.map +1 -1
  108. package/dist/api-contracts/src/widget/validation.d.ts +12 -66
  109. package/dist/api-contracts/src/widget/validation.d.ts.map +1 -1
  110. package/dist/api-contracts/src/workflow-rule/index.d.ts +277 -323
  111. package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
  112. package/dist/api-contracts/src/wrap-up-form/index.d.ts +187 -187
  113. package/dist/api-contracts/src/wrap-up-form/schema.d.ts +20 -20
  114. package/dist/entities/src/enums/chat.d.ts +0 -12
  115. package/dist/entities/src/enums/chat.d.ts.map +1 -1
  116. package/dist/index.js +1748 -2102
  117. package/dist/index.js.map +1 -1
  118. package/dist/index.mjs +1748 -2101
  119. package/dist/index.mjs.map +1 -1
  120. package/package.json +1 -1
@@ -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;
@@ -1606,7 +1592,7 @@ export declare const viberContract: {
1606
1592
  lastMessage: z.ZodOptional<z.ZodString>;
1607
1593
  handleTime: z.ZodOptional<z.ZodNumber>;
1608
1594
  isLatest: z.ZodBoolean;
1609
- direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
1595
+ direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
1610
1596
  metadata: z.ZodOptional<z.ZodAny>;
1611
1597
  createdAt: z.ZodString;
1612
1598
  updatedAt: z.ZodString;
@@ -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;
@@ -2165,8 +2144,8 @@ export declare const viberContract: {
2165
2144
  message: z.ZodObject<{
2166
2145
  id: z.ZodOptional<z.ZodString>;
2167
2146
  message: z.ZodOptional<z.ZodString>;
2168
- direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
2169
- type: z.ZodUnion<[z.ZodLiteral<string>, z.ZodLiteral<string>, ...z.ZodLiteral<string>[]]>;
2147
+ 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", "referral", "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: string;
2204
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
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: string;
2239
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
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: string;
2276
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
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: string;
2406
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
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,11 +2537,11 @@ export declare const viberContract: {
2560
2537
  200: z.ZodObject<{
2561
2538
  requestId: z.ZodString;
2562
2539
  data: z.ZodObject<{
2563
- type: z.ZodUnion<[z.ZodLiteral<string>, z.ZodLiteral<string>, ...z.ZodLiteral<string>[]]>;
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", "referral", "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;
2567
- direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
2544
+ direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
2568
2545
  label: z.ZodOptional<z.ZodString>;
2569
2546
  template: z.ZodAny;
2570
2547
  metadata: z.ZodAny;
@@ -3029,7 +3006,7 @@ export declare const viberContract: {
3029
3006
  firstResponseTime: z.ZodNumber;
3030
3007
  isLatest: z.ZodBoolean;
3031
3008
  isBotRoom: z.ZodBoolean;
3032
- direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
3009
+ direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
3033
3010
  platformContact: z.ZodObject<{
3034
3011
  id: z.ZodString;
3035
3012
  createdAt: z.ZodDate;
@@ -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;
@@ -5228,16 +5199,6 @@ export declare const viberContract: {
5228
5199
  createdAt: Date;
5229
5200
  updatedAt: Date;
5230
5201
  deletedAt: Date | null;
5231
- tags: {
5232
- name: string;
5233
- id: string;
5234
- createdAt: Date;
5235
- updatedAt: Date;
5236
- deletedAt: Date | null;
5237
- }[];
5238
- callFrom: string | null;
5239
- callTo: string | null;
5240
- note: string | null;
5241
5202
  categories: {
5242
5203
  id: string;
5243
5204
  value: string;
@@ -5260,6 +5221,16 @@ export declare const viberContract: {
5260
5221
  }[];
5261
5222
  }[];
5262
5223
  }[];
5224
+ tags: {
5225
+ name: string;
5226
+ id: string;
5227
+ createdAt: Date;
5228
+ updatedAt: Date;
5229
+ deletedAt: Date | null;
5230
+ }[];
5231
+ callFrom: string | null;
5232
+ callTo: string | null;
5233
+ note: string | null;
5263
5234
  customFields?: {
5264
5235
  id: string;
5265
5236
  createdAt: Date;
@@ -5279,16 +5250,6 @@ export declare const viberContract: {
5279
5250
  createdAt: Date;
5280
5251
  updatedAt: Date;
5281
5252
  deletedAt: Date | null;
5282
- tags: {
5283
- name: string;
5284
- id: string;
5285
- createdAt: Date;
5286
- updatedAt: Date;
5287
- deletedAt: Date | null;
5288
- }[];
5289
- callFrom: string | null;
5290
- callTo: string | null;
5291
- note: string | null;
5292
5253
  categories: {
5293
5254
  id: string;
5294
5255
  value: string;
@@ -5311,6 +5272,16 @@ export declare const viberContract: {
5311
5272
  }[];
5312
5273
  }[];
5313
5274
  }[];
5275
+ tags: {
5276
+ name: string;
5277
+ id: string;
5278
+ createdAt: Date;
5279
+ updatedAt: Date;
5280
+ deletedAt: Date | null;
5281
+ }[];
5282
+ callFrom: string | null;
5283
+ callTo: string | null;
5284
+ note: string | null;
5314
5285
  customFields?: {
5315
5286
  id: string;
5316
5287
  createdAt: Date;
@@ -5419,16 +5390,6 @@ export declare const viberContract: {
5419
5390
  createdAt: Date;
5420
5391
  updatedAt: Date;
5421
5392
  deletedAt: Date | null;
5422
- tags: {
5423
- name: string;
5424
- id: string;
5425
- createdAt: Date;
5426
- updatedAt: Date;
5427
- deletedAt: Date | null;
5428
- }[];
5429
- callFrom: string | null;
5430
- callTo: string | null;
5431
- note: string | null;
5432
5393
  categories: {
5433
5394
  id: string;
5434
5395
  value: string;
@@ -5451,6 +5412,16 @@ export declare const viberContract: {
5451
5412
  }[];
5452
5413
  }[];
5453
5414
  }[];
5415
+ tags: {
5416
+ name: string;
5417
+ id: string;
5418
+ createdAt: Date;
5419
+ updatedAt: Date;
5420
+ deletedAt: Date | null;
5421
+ }[];
5422
+ callFrom: string | null;
5423
+ callTo: string | null;
5424
+ note: string | null;
5454
5425
  customFields?: {
5455
5426
  id: string;
5456
5427
  createdAt: Date;
@@ -5509,16 +5480,6 @@ export declare const viberContract: {
5509
5480
  createdAt: Date;
5510
5481
  updatedAt: Date;
5511
5482
  deletedAt: Date | null;
5512
- tags: {
5513
- name: string;
5514
- id: string;
5515
- createdAt: Date;
5516
- updatedAt: Date;
5517
- deletedAt: Date | null;
5518
- }[];
5519
- callFrom: string | null;
5520
- callTo: string | null;
5521
- note: string | null;
5522
5483
  categories: {
5523
5484
  id: string;
5524
5485
  value: string;
@@ -5541,6 +5502,16 @@ export declare const viberContract: {
5541
5502
  }[];
5542
5503
  }[];
5543
5504
  }[];
5505
+ tags: {
5506
+ name: string;
5507
+ id: string;
5508
+ createdAt: Date;
5509
+ updatedAt: Date;
5510
+ deletedAt: Date | null;
5511
+ }[];
5512
+ callFrom: string | null;
5513
+ callTo: string | null;
5514
+ note: string | null;
5544
5515
  customFields?: {
5545
5516
  id: string;
5546
5517
  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;
@@ -5954,16 +5923,6 @@ export declare const viberContract: {
5954
5923
  createdAt: Date;
5955
5924
  updatedAt: Date;
5956
5925
  deletedAt: Date | null;
5957
- tags: {
5958
- name: string;
5959
- id: string;
5960
- createdAt: Date;
5961
- updatedAt: Date;
5962
- deletedAt: Date | null;
5963
- }[];
5964
- callFrom: string | null;
5965
- callTo: string | null;
5966
- note: string | null;
5967
5926
  categories: {
5968
5927
  id: string;
5969
5928
  value: string;
@@ -5986,6 +5945,16 @@ export declare const viberContract: {
5986
5945
  }[];
5987
5946
  }[];
5988
5947
  }[];
5948
+ tags: {
5949
+ name: string;
5950
+ id: string;
5951
+ createdAt: Date;
5952
+ updatedAt: Date;
5953
+ deletedAt: Date | null;
5954
+ }[];
5955
+ callFrom: string | null;
5956
+ callTo: string | null;
5957
+ note: string | null;
5989
5958
  customFields?: {
5990
5959
  id: string;
5991
5960
  createdAt: Date;
@@ -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;
@@ -6383,16 +6350,6 @@ export declare const viberContract: {
6383
6350
  createdAt: Date;
6384
6351
  updatedAt: Date;
6385
6352
  deletedAt: Date | null;
6386
- tags: {
6387
- name: string;
6388
- id: string;
6389
- createdAt: Date;
6390
- updatedAt: Date;
6391
- deletedAt: Date | null;
6392
- }[];
6393
- callFrom: string | null;
6394
- callTo: string | null;
6395
- note: string | null;
6396
6353
  categories: {
6397
6354
  id: string;
6398
6355
  value: string;
@@ -6415,6 +6372,16 @@ export declare const viberContract: {
6415
6372
  }[];
6416
6373
  }[];
6417
6374
  }[];
6375
+ tags: {
6376
+ name: string;
6377
+ id: string;
6378
+ createdAt: Date;
6379
+ updatedAt: Date;
6380
+ deletedAt: Date | null;
6381
+ }[];
6382
+ callFrom: string | null;
6383
+ callTo: string | null;
6384
+ note: string | null;
6418
6385
  customFields?: {
6419
6386
  id: string;
6420
6387
  createdAt: Date;
@@ -6495,8 +6462,8 @@ export declare const viberContract: {
6495
6462
  updatedAt: z.ZodDate;
6496
6463
  deletedAt: z.ZodNullable<z.ZodDate>;
6497
6464
  message: z.ZodString;
6498
- direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
6499
- type: z.ZodUnion<[z.ZodLiteral<string>, z.ZodLiteral<string>, ...z.ZodLiteral<string>[]]>;
6465
+ 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", "referral", "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: string;
7124
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
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: string;
7286
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
7320
7287
  message: string;
7321
7288
  id: string;
7322
7289
  url: string;
@@ -7689,8 +7656,8 @@ export declare const viberContract: {
7689
7656
  updatedAt: z.ZodDate;
7690
7657
  deletedAt: z.ZodNullable<z.ZodDate>;
7691
7658
  message: z.ZodString;
7692
- direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
7693
- type: z.ZodUnion<[z.ZodLiteral<string>, z.ZodLiteral<string>, ...z.ZodLiteral<string>[]]>;
7659
+ 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", "referral", "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;
@@ -7716,7 +7683,7 @@ export declare const viberContract: {
7716
7683
  firstResponseTime: z.ZodNumber;
7717
7684
  isLatest: z.ZodBoolean;
7718
7685
  isBotRoom: z.ZodBoolean;
7719
- direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
7686
+ direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
7720
7687
  platformContact: z.ZodObject<{
7721
7688
  id: z.ZodString;
7722
7689
  createdAt: z.ZodDate;
@@ -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;
@@ -9915,16 +9876,6 @@ export declare const viberContract: {
9915
9876
  createdAt: Date;
9916
9877
  updatedAt: Date;
9917
9878
  deletedAt: Date | null;
9918
- tags: {
9919
- name: string;
9920
- id: string;
9921
- createdAt: Date;
9922
- updatedAt: Date;
9923
- deletedAt: Date | null;
9924
- }[];
9925
- callFrom: string | null;
9926
- callTo: string | null;
9927
- note: string | null;
9928
9879
  categories: {
9929
9880
  id: string;
9930
9881
  value: string;
@@ -9947,6 +9898,16 @@ export declare const viberContract: {
9947
9898
  }[];
9948
9899
  }[];
9949
9900
  }[];
9901
+ tags: {
9902
+ name: string;
9903
+ id: string;
9904
+ createdAt: Date;
9905
+ updatedAt: Date;
9906
+ deletedAt: Date | null;
9907
+ }[];
9908
+ callFrom: string | null;
9909
+ callTo: string | null;
9910
+ note: string | null;
9950
9911
  customFields?: {
9951
9912
  id: string;
9952
9913
  createdAt: Date;
@@ -9966,16 +9927,6 @@ export declare const viberContract: {
9966
9927
  createdAt: Date;
9967
9928
  updatedAt: Date;
9968
9929
  deletedAt: Date | null;
9969
- tags: {
9970
- name: string;
9971
- id: string;
9972
- createdAt: Date;
9973
- updatedAt: Date;
9974
- deletedAt: Date | null;
9975
- }[];
9976
- callFrom: string | null;
9977
- callTo: string | null;
9978
- note: string | null;
9979
9930
  categories: {
9980
9931
  id: string;
9981
9932
  value: string;
@@ -9998,6 +9949,16 @@ export declare const viberContract: {
9998
9949
  }[];
9999
9950
  }[];
10000
9951
  }[];
9952
+ tags: {
9953
+ name: string;
9954
+ id: string;
9955
+ createdAt: Date;
9956
+ updatedAt: Date;
9957
+ deletedAt: Date | null;
9958
+ }[];
9959
+ callFrom: string | null;
9960
+ callTo: string | null;
9961
+ note: string | null;
10001
9962
  customFields?: {
10002
9963
  id: string;
10003
9964
  createdAt: Date;
@@ -10106,16 +10067,6 @@ export declare const viberContract: {
10106
10067
  createdAt: Date;
10107
10068
  updatedAt: Date;
10108
10069
  deletedAt: Date | null;
10109
- tags: {
10110
- name: string;
10111
- id: string;
10112
- createdAt: Date;
10113
- updatedAt: Date;
10114
- deletedAt: Date | null;
10115
- }[];
10116
- callFrom: string | null;
10117
- callTo: string | null;
10118
- note: string | null;
10119
10070
  categories: {
10120
10071
  id: string;
10121
10072
  value: string;
@@ -10138,6 +10089,16 @@ export declare const viberContract: {
10138
10089
  }[];
10139
10090
  }[];
10140
10091
  }[];
10092
+ tags: {
10093
+ name: string;
10094
+ id: string;
10095
+ createdAt: Date;
10096
+ updatedAt: Date;
10097
+ deletedAt: Date | null;
10098
+ }[];
10099
+ callFrom: string | null;
10100
+ callTo: string | null;
10101
+ note: string | null;
10141
10102
  customFields?: {
10142
10103
  id: string;
10143
10104
  createdAt: Date;
@@ -10196,16 +10157,6 @@ export declare const viberContract: {
10196
10157
  createdAt: Date;
10197
10158
  updatedAt: Date;
10198
10159
  deletedAt: Date | null;
10199
- tags: {
10200
- name: string;
10201
- id: string;
10202
- createdAt: Date;
10203
- updatedAt: Date;
10204
- deletedAt: Date | null;
10205
- }[];
10206
- callFrom: string | null;
10207
- callTo: string | null;
10208
- note: string | null;
10209
10160
  categories: {
10210
10161
  id: string;
10211
10162
  value: string;
@@ -10228,6 +10179,16 @@ export declare const viberContract: {
10228
10179
  }[];
10229
10180
  }[];
10230
10181
  }[];
10182
+ tags: {
10183
+ name: string;
10184
+ id: string;
10185
+ createdAt: Date;
10186
+ updatedAt: Date;
10187
+ deletedAt: Date | null;
10188
+ }[];
10189
+ callFrom: string | null;
10190
+ callTo: string | null;
10191
+ note: string | null;
10231
10192
  customFields?: {
10232
10193
  id: string;
10233
10194
  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;
@@ -10641,16 +10600,6 @@ export declare const viberContract: {
10641
10600
  createdAt: Date;
10642
10601
  updatedAt: Date;
10643
10602
  deletedAt: Date | null;
10644
- tags: {
10645
- name: string;
10646
- id: string;
10647
- createdAt: Date;
10648
- updatedAt: Date;
10649
- deletedAt: Date | null;
10650
- }[];
10651
- callFrom: string | null;
10652
- callTo: string | null;
10653
- note: string | null;
10654
10603
  categories: {
10655
10604
  id: string;
10656
10605
  value: string;
@@ -10673,6 +10622,16 @@ export declare const viberContract: {
10673
10622
  }[];
10674
10623
  }[];
10675
10624
  }[];
10625
+ tags: {
10626
+ name: string;
10627
+ id: string;
10628
+ createdAt: Date;
10629
+ updatedAt: Date;
10630
+ deletedAt: Date | null;
10631
+ }[];
10632
+ callFrom: string | null;
10633
+ callTo: string | null;
10634
+ note: string | null;
10676
10635
  customFields?: {
10677
10636
  id: string;
10678
10637
  createdAt: Date;
@@ -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;
@@ -11070,16 +11027,6 @@ export declare const viberContract: {
11070
11027
  createdAt: Date;
11071
11028
  updatedAt: Date;
11072
11029
  deletedAt: Date | null;
11073
- tags: {
11074
- name: string;
11075
- id: string;
11076
- createdAt: Date;
11077
- updatedAt: Date;
11078
- deletedAt: Date | null;
11079
- }[];
11080
- callFrom: string | null;
11081
- callTo: string | null;
11082
- note: string | null;
11083
11030
  categories: {
11084
11031
  id: string;
11085
11032
  value: string;
@@ -11102,6 +11049,16 @@ export declare const viberContract: {
11102
11049
  }[];
11103
11050
  }[];
11104
11051
  }[];
11052
+ tags: {
11053
+ name: string;
11054
+ id: string;
11055
+ createdAt: Date;
11056
+ updatedAt: Date;
11057
+ deletedAt: Date | null;
11058
+ }[];
11059
+ callFrom: string | null;
11060
+ callTo: string | null;
11061
+ note: string | null;
11105
11062
  customFields?: {
11106
11063
  id: string;
11107
11064
  createdAt: Date;
@@ -11185,8 +11142,8 @@ export declare const viberContract: {
11185
11142
  updatedAt: z.ZodDate;
11186
11143
  deletedAt: z.ZodNullable<z.ZodDate>;
11187
11144
  message: z.ZodString;
11188
- direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
11189
- type: z.ZodUnion<[z.ZodLiteral<string>, z.ZodLiteral<string>, ...z.ZodLiteral<string>[]]>;
11145
+ 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", "referral", "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: string;
11804
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
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: string;
11966
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
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: string;
12768
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
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;
@@ -13272,16 +13227,6 @@ export declare const viberContract: {
13272
13227
  createdAt: Date;
13273
13228
  updatedAt: Date;
13274
13229
  deletedAt: Date | null;
13275
- tags: {
13276
- name: string;
13277
- id: string;
13278
- createdAt: Date;
13279
- updatedAt: Date;
13280
- deletedAt: Date | null;
13281
- }[];
13282
- callFrom: string | null;
13283
- callTo: string | null;
13284
- note: string | null;
13285
13230
  categories: {
13286
13231
  id: string;
13287
13232
  value: string;
@@ -13304,6 +13249,16 @@ export declare const viberContract: {
13304
13249
  }[];
13305
13250
  }[];
13306
13251
  }[];
13252
+ tags: {
13253
+ name: string;
13254
+ id: string;
13255
+ createdAt: Date;
13256
+ updatedAt: Date;
13257
+ deletedAt: Date | null;
13258
+ }[];
13259
+ callFrom: string | null;
13260
+ callTo: string | null;
13261
+ note: string | null;
13307
13262
  customFields?: {
13308
13263
  id: string;
13309
13264
  createdAt: Date;
@@ -13363,7 +13318,7 @@ export declare const viberContract: {
13363
13318
  previewUrl: string;
13364
13319
  imageSetId: string;
13365
13320
  repliedMessage: {
13366
- type: string;
13321
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
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: string;
13532
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
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;
@@ -14038,16 +13991,6 @@ export declare const viberContract: {
14038
13991
  createdAt: Date;
14039
13992
  updatedAt: Date;
14040
13993
  deletedAt: Date | null;
14041
- tags: {
14042
- name: string;
14043
- id: string;
14044
- createdAt: Date;
14045
- updatedAt: Date;
14046
- deletedAt: Date | null;
14047
- }[];
14048
- callFrom: string | null;
14049
- callTo: string | null;
14050
- note: string | null;
14051
13994
  categories: {
14052
13995
  id: string;
14053
13996
  value: string;
@@ -14070,6 +14013,16 @@ export declare const viberContract: {
14070
14013
  }[];
14071
14014
  }[];
14072
14015
  }[];
14016
+ tags: {
14017
+ name: string;
14018
+ id: string;
14019
+ createdAt: Date;
14020
+ updatedAt: Date;
14021
+ deletedAt: Date | null;
14022
+ }[];
14023
+ callFrom: string | null;
14024
+ callTo: string | null;
14025
+ note: string | null;
14073
14026
  customFields?: {
14074
14027
  id: string;
14075
14028
  createdAt: Date;
@@ -14129,7 +14082,7 @@ export declare const viberContract: {
14129
14082
  previewUrl: string;
14130
14083
  imageSetId: string;
14131
14084
  repliedMessage: {
14132
- type: string;
14085
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
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: string;
14297
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
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;
@@ -14805,16 +14756,6 @@ export declare const viberContract: {
14805
14756
  createdAt: Date;
14806
14757
  updatedAt: Date;
14807
14758
  deletedAt: Date | null;
14808
- tags: {
14809
- name: string;
14810
- id: string;
14811
- createdAt: Date;
14812
- updatedAt: Date;
14813
- deletedAt: Date | null;
14814
- }[];
14815
- callFrom: string | null;
14816
- callTo: string | null;
14817
- note: string | null;
14818
14759
  categories: {
14819
14760
  id: string;
14820
14761
  value: string;
@@ -14837,6 +14778,16 @@ export declare const viberContract: {
14837
14778
  }[];
14838
14779
  }[];
14839
14780
  }[];
14781
+ tags: {
14782
+ name: string;
14783
+ id: string;
14784
+ createdAt: Date;
14785
+ updatedAt: Date;
14786
+ deletedAt: Date | null;
14787
+ }[];
14788
+ callFrom: string | null;
14789
+ callTo: string | null;
14790
+ note: string | null;
14840
14791
  customFields?: {
14841
14792
  id: string;
14842
14793
  createdAt: Date;
@@ -14896,7 +14847,7 @@ export declare const viberContract: {
14896
14847
  previewUrl: string;
14897
14848
  imageSetId: string;
14898
14849
  repliedMessage: {
14899
- type: string;
14850
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
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: string;
15061
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
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;
@@ -15571,16 +15520,6 @@ export declare const viberContract: {
15571
15520
  createdAt: Date;
15572
15521
  updatedAt: Date;
15573
15522
  deletedAt: Date | null;
15574
- tags: {
15575
- name: string;
15576
- id: string;
15577
- createdAt: Date;
15578
- updatedAt: Date;
15579
- deletedAt: Date | null;
15580
- }[];
15581
- callFrom: string | null;
15582
- callTo: string | null;
15583
- note: string | null;
15584
15523
  categories: {
15585
15524
  id: string;
15586
15525
  value: string;
@@ -15603,6 +15542,16 @@ export declare const viberContract: {
15603
15542
  }[];
15604
15543
  }[];
15605
15544
  }[];
15545
+ tags: {
15546
+ name: string;
15547
+ id: string;
15548
+ createdAt: Date;
15549
+ updatedAt: Date;
15550
+ deletedAt: Date | null;
15551
+ }[];
15552
+ callFrom: string | null;
15553
+ callTo: string | null;
15554
+ note: string | null;
15606
15555
  customFields?: {
15607
15556
  id: string;
15608
15557
  createdAt: Date;
@@ -15662,7 +15611,7 @@ export declare const viberContract: {
15662
15611
  previewUrl: string;
15663
15612
  imageSetId: string;
15664
15613
  repliedMessage: {
15665
- type: string;
15614
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
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: string;
15826
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
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;
@@ -16338,16 +16285,6 @@ export declare const viberContract: {
16338
16285
  createdAt: Date;
16339
16286
  updatedAt: Date;
16340
16287
  deletedAt: Date | null;
16341
- tags: {
16342
- name: string;
16343
- id: string;
16344
- createdAt: Date;
16345
- updatedAt: Date;
16346
- deletedAt: Date | null;
16347
- }[];
16348
- callFrom: string | null;
16349
- callTo: string | null;
16350
- note: string | null;
16351
16288
  categories: {
16352
16289
  id: string;
16353
16290
  value: string;
@@ -16370,6 +16307,16 @@ export declare const viberContract: {
16370
16307
  }[];
16371
16308
  }[];
16372
16309
  }[];
16310
+ tags: {
16311
+ name: string;
16312
+ id: string;
16313
+ createdAt: Date;
16314
+ updatedAt: Date;
16315
+ deletedAt: Date | null;
16316
+ }[];
16317
+ callFrom: string | null;
16318
+ callTo: string | null;
16319
+ note: string | null;
16373
16320
  customFields?: {
16374
16321
  id: string;
16375
16322
  createdAt: Date;
@@ -16429,7 +16376,7 @@ export declare const viberContract: {
16429
16376
  previewUrl: string;
16430
16377
  imageSetId: string;
16431
16378
  repliedMessage: {
16432
- type: string;
16379
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
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: string;
16590
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
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;
@@ -17104,16 +17049,6 @@ export declare const viberContract: {
17104
17049
  createdAt: Date;
17105
17050
  updatedAt: Date;
17106
17051
  deletedAt: Date | null;
17107
- tags: {
17108
- name: string;
17109
- id: string;
17110
- createdAt: Date;
17111
- updatedAt: Date;
17112
- deletedAt: Date | null;
17113
- }[];
17114
- callFrom: string | null;
17115
- callTo: string | null;
17116
- note: string | null;
17117
17052
  categories: {
17118
17053
  id: string;
17119
17054
  value: string;
@@ -17136,6 +17071,16 @@ export declare const viberContract: {
17136
17071
  }[];
17137
17072
  }[];
17138
17073
  }[];
17074
+ tags: {
17075
+ name: string;
17076
+ id: string;
17077
+ createdAt: Date;
17078
+ updatedAt: Date;
17079
+ deletedAt: Date | null;
17080
+ }[];
17081
+ callFrom: string | null;
17082
+ callTo: string | null;
17083
+ note: string | null;
17139
17084
  customFields?: {
17140
17085
  id: string;
17141
17086
  createdAt: Date;
@@ -17195,7 +17140,7 @@ export declare const viberContract: {
17195
17140
  previewUrl: string;
17196
17141
  imageSetId: string;
17197
17142
  repliedMessage: {
17198
- type: string;
17143
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
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: string;
17357
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
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;
@@ -17873,16 +17816,6 @@ export declare const viberContract: {
17873
17816
  createdAt: Date;
17874
17817
  updatedAt: Date;
17875
17818
  deletedAt: Date | null;
17876
- tags: {
17877
- name: string;
17878
- id: string;
17879
- createdAt: Date;
17880
- updatedAt: Date;
17881
- deletedAt: Date | null;
17882
- }[];
17883
- callFrom: string | null;
17884
- callTo: string | null;
17885
- note: string | null;
17886
17819
  categories: {
17887
17820
  id: string;
17888
17821
  value: string;
@@ -17905,6 +17838,16 @@ export declare const viberContract: {
17905
17838
  }[];
17906
17839
  }[];
17907
17840
  }[];
17841
+ tags: {
17842
+ name: string;
17843
+ id: string;
17844
+ createdAt: Date;
17845
+ updatedAt: Date;
17846
+ deletedAt: Date | null;
17847
+ }[];
17848
+ callFrom: string | null;
17849
+ callTo: string | null;
17850
+ note: string | null;
17908
17851
  customFields?: {
17909
17852
  id: string;
17910
17853
  createdAt: Date;
@@ -17964,7 +17907,7 @@ export declare const viberContract: {
17964
17907
  previewUrl: string;
17965
17908
  imageSetId: string;
17966
17909
  repliedMessage: {
17967
- type: string;
17910
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
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: string;
18121
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
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;
@@ -18639,16 +18580,6 @@ export declare const viberContract: {
18639
18580
  createdAt: Date;
18640
18581
  updatedAt: Date;
18641
18582
  deletedAt: Date | null;
18642
- tags: {
18643
- name: string;
18644
- id: string;
18645
- createdAt: Date;
18646
- updatedAt: Date;
18647
- deletedAt: Date | null;
18648
- }[];
18649
- callFrom: string | null;
18650
- callTo: string | null;
18651
- note: string | null;
18652
18583
  categories: {
18653
18584
  id: string;
18654
18585
  value: string;
@@ -18671,6 +18602,16 @@ export declare const viberContract: {
18671
18602
  }[];
18672
18603
  }[];
18673
18604
  }[];
18605
+ tags: {
18606
+ name: string;
18607
+ id: string;
18608
+ createdAt: Date;
18609
+ updatedAt: Date;
18610
+ deletedAt: Date | null;
18611
+ }[];
18612
+ callFrom: string | null;
18613
+ callTo: string | null;
18614
+ note: string | null;
18674
18615
  customFields?: {
18675
18616
  id: string;
18676
18617
  createdAt: Date;
@@ -18730,7 +18671,7 @@ export declare const viberContract: {
18730
18671
  previewUrl: string;
18731
18672
  imageSetId: string;
18732
18673
  repliedMessage: {
18733
- type: string;
18674
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
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: string;
18889
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
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;
@@ -19409,16 +19348,6 @@ export declare const viberContract: {
19409
19348
  createdAt: Date;
19410
19349
  updatedAt: Date;
19411
19350
  deletedAt: Date | null;
19412
- tags: {
19413
- name: string;
19414
- id: string;
19415
- createdAt: Date;
19416
- updatedAt: Date;
19417
- deletedAt: Date | null;
19418
- }[];
19419
- callFrom: string | null;
19420
- callTo: string | null;
19421
- note: string | null;
19422
19351
  categories: {
19423
19352
  id: string;
19424
19353
  value: string;
@@ -19441,6 +19370,16 @@ export declare const viberContract: {
19441
19370
  }[];
19442
19371
  }[];
19443
19372
  }[];
19373
+ tags: {
19374
+ name: string;
19375
+ id: string;
19376
+ createdAt: Date;
19377
+ updatedAt: Date;
19378
+ deletedAt: Date | null;
19379
+ }[];
19380
+ callFrom: string | null;
19381
+ callTo: string | null;
19382
+ note: string | null;
19444
19383
  customFields?: {
19445
19384
  id: string;
19446
19385
  createdAt: Date;
@@ -19500,7 +19439,7 @@ export declare const viberContract: {
19500
19439
  previewUrl: string;
19501
19440
  imageSetId: string;
19502
19441
  repliedMessage: {
19503
- type: string;
19442
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
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: string;
19653
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
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;
@@ -20175,16 +20112,6 @@ export declare const viberContract: {
20175
20112
  createdAt: Date;
20176
20113
  updatedAt: Date;
20177
20114
  deletedAt: Date | null;
20178
- tags: {
20179
- name: string;
20180
- id: string;
20181
- createdAt: Date;
20182
- updatedAt: Date;
20183
- deletedAt: Date | null;
20184
- }[];
20185
- callFrom: string | null;
20186
- callTo: string | null;
20187
- note: string | null;
20188
20115
  categories: {
20189
20116
  id: string;
20190
20117
  value: string;
@@ -20207,6 +20134,16 @@ export declare const viberContract: {
20207
20134
  }[];
20208
20135
  }[];
20209
20136
  }[];
20137
+ tags: {
20138
+ name: string;
20139
+ id: string;
20140
+ createdAt: Date;
20141
+ updatedAt: Date;
20142
+ deletedAt: Date | null;
20143
+ }[];
20144
+ callFrom: string | null;
20145
+ callTo: string | null;
20146
+ note: string | null;
20210
20147
  customFields?: {
20211
20148
  id: string;
20212
20149
  createdAt: Date;
@@ -20266,7 +20203,7 @@ export declare const viberContract: {
20266
20203
  previewUrl: string;
20267
20204
  imageSetId: string;
20268
20205
  repliedMessage: {
20269
- type: string;
20206
+ type: "fallback" | "location" | "file" | "closed" | "open" | "audio" | "video" | "image" | "text" | "group" | "imagemap" | "sticker" | "carousel" | "card" | "choice" | "dropdown" | "text_with_image" | "reaction" | "contacts" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
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;