@kl1/contracts 1.3.20 → 1.3.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (124) hide show
  1. package/dist/api-contracts/src/activity-log/index.d.ts +1 -1
  2. package/dist/api-contracts/src/attribute/index.d.ts +7 -7
  3. package/dist/api-contracts/src/auth/index.d.ts +1 -1
  4. package/dist/api-contracts/src/automation-queue/index.d.ts +10 -7
  5. package/dist/api-contracts/src/automation-queue/index.d.ts.map +1 -1
  6. package/dist/api-contracts/src/aws/index.d.ts +2 -2
  7. package/dist/api-contracts/src/botpress/index.d.ts +2 -2
  8. package/dist/api-contracts/src/business-calendar/index.d.ts +4 -4
  9. package/dist/api-contracts/src/business-calendar/index.d.ts.map +1 -1
  10. package/dist/api-contracts/src/category/index.d.ts +7 -7
  11. package/dist/api-contracts/src/channel/index.d.ts +4754 -3019
  12. package/dist/api-contracts/src/channel/index.d.ts.map +1 -1
  13. package/dist/api-contracts/src/channel/schema.d.ts +36 -0
  14. package/dist/api-contracts/src/channel/schema.d.ts.map +1 -1
  15. package/dist/api-contracts/src/channel/validation.d.ts +23 -0
  16. package/dist/api-contracts/src/channel/validation.d.ts.map +1 -1
  17. package/dist/api-contracts/src/chat/index.d.ts +2580 -2212
  18. package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
  19. package/dist/api-contracts/src/chat/schema.d.ts +679 -603
  20. package/dist/api-contracts/src/chat/schema.d.ts.map +1 -1
  21. package/dist/api-contracts/src/chat/validation.d.ts +500 -389
  22. package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
  23. package/dist/api-contracts/src/comment/index.d.ts +364 -364
  24. package/dist/api-contracts/src/comment/schema.d.ts +88 -88
  25. package/dist/api-contracts/src/contract.d.ts +40933 -35541
  26. package/dist/api-contracts/src/contract.d.ts.map +1 -1
  27. package/dist/api-contracts/src/cx-log/index.d.ts +76 -65
  28. package/dist/api-contracts/src/cx-log/index.d.ts.map +1 -1
  29. package/dist/api-contracts/src/cx-log/schema.d.ts +90 -81
  30. package/dist/api-contracts/src/cx-log/schema.d.ts.map +1 -1
  31. package/dist/api-contracts/src/dashboard/index.d.ts +935 -49
  32. package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
  33. package/dist/api-contracts/src/dashboard/schema.d.ts +164 -9
  34. package/dist/api-contracts/src/dashboard/schema.d.ts.map +1 -1
  35. package/dist/api-contracts/src/dashboard/validation.d.ts +30 -1
  36. package/dist/api-contracts/src/dashboard/validation.d.ts.map +1 -1
  37. package/dist/api-contracts/src/evaluate-form/index.d.ts +1 -1
  38. package/dist/api-contracts/src/export/index.d.ts +2 -0
  39. package/dist/api-contracts/src/export/index.d.ts.map +1 -1
  40. package/dist/api-contracts/src/export/validation.d.ts +3 -0
  41. package/dist/api-contracts/src/export/validation.d.ts.map +1 -0
  42. package/dist/api-contracts/src/extension/index.d.ts +7 -7
  43. package/dist/api-contracts/src/facebook-feed/index.d.ts +395 -273
  44. package/dist/api-contracts/src/facebook-feed/index.d.ts.map +1 -1
  45. package/dist/api-contracts/src/facebook-feed/schema.d.ts +10 -3
  46. package/dist/api-contracts/src/facebook-feed/schema.d.ts.map +1 -1
  47. package/dist/api-contracts/src/facebook-feed/validation.d.ts +5 -0
  48. package/dist/api-contracts/src/facebook-feed/validation.d.ts.map +1 -1
  49. package/dist/api-contracts/src/general-setting/index.d.ts +2 -2
  50. package/dist/api-contracts/src/hold-label/index.d.ts +10 -10
  51. package/dist/api-contracts/src/index.d.ts +2 -0
  52. package/dist/api-contracts/src/index.d.ts.map +1 -1
  53. package/dist/api-contracts/src/instagram/index.d.ts +360 -261
  54. package/dist/api-contracts/src/instagram/index.d.ts.map +1 -1
  55. package/dist/api-contracts/src/line/index.d.ts +359 -268
  56. package/dist/api-contracts/src/line/index.d.ts.map +1 -1
  57. package/dist/api-contracts/src/line/validation.d.ts +16 -7
  58. package/dist/api-contracts/src/line/validation.d.ts.map +1 -1
  59. package/dist/api-contracts/src/mail/email-engine-webhooks-events.contract.d.ts +1 -1
  60. package/dist/api-contracts/src/mail/email-engine-webhooks-events.contract.d.ts.map +1 -1
  61. package/dist/api-contracts/src/mail/mail-contract.d.ts +240 -240
  62. package/dist/api-contracts/src/mail/room-contract.d.ts +240 -240
  63. package/dist/api-contracts/src/mail/schemas/room-validation.schema.d.ts +80 -80
  64. package/dist/api-contracts/src/mail/schemas/room.schema.d.ts +60 -60
  65. package/dist/api-contracts/src/messenger/index.d.ts +360 -261
  66. package/dist/api-contracts/src/messenger/index.d.ts.map +1 -1
  67. package/dist/api-contracts/src/messenger/validation.d.ts +5 -0
  68. package/dist/api-contracts/src/messenger/validation.d.ts.map +1 -1
  69. package/dist/api-contracts/src/notification/index.d.ts +4 -4
  70. package/dist/api-contracts/src/permission/index.d.ts +1 -1
  71. package/dist/api-contracts/src/presence-status/index.d.ts +127 -55
  72. package/dist/api-contracts/src/presence-status/index.d.ts.map +1 -1
  73. package/dist/api-contracts/src/presence-status/schema.d.ts +16 -10
  74. package/dist/api-contracts/src/presence-status/schema.d.ts.map +1 -1
  75. package/dist/api-contracts/src/presence-status/validation.d.ts +30 -12
  76. package/dist/api-contracts/src/presence-status/validation.d.ts.map +1 -1
  77. package/dist/api-contracts/src/role/index.d.ts +5 -5
  78. package/dist/api-contracts/src/sms/index.d.ts +44 -7
  79. package/dist/api-contracts/src/sms/index.d.ts.map +1 -1
  80. package/dist/api-contracts/src/snippet/index.d.ts +8 -8
  81. package/dist/api-contracts/src/subscription/index.d.ts +5 -5
  82. package/dist/api-contracts/src/tag/index.d.ts +4 -4
  83. package/dist/api-contracts/src/telegram/index.d.ts +338 -261
  84. package/dist/api-contracts/src/telegram/index.d.ts.map +1 -1
  85. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +62 -441
  86. package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts.map +1 -1
  87. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +25 -13
  88. package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts.map +1 -1
  89. package/dist/api-contracts/src/telephony-agent-presence-status/validation.d.ts +0 -3
  90. package/dist/api-contracts/src/telephony-agent-presence-status/validation.d.ts.map +1 -1
  91. package/dist/api-contracts/src/telephony-cdr/index.d.ts +14 -14
  92. package/dist/api-contracts/src/telephony-extension/index.d.ts +1 -1
  93. package/dist/api-contracts/src/ticket/index.d.ts +672 -672
  94. package/dist/api-contracts/src/ticket/schema.d.ts +44 -44
  95. package/dist/api-contracts/src/ticket/validation.d.ts +20 -20
  96. package/dist/api-contracts/src/upload/index.d.ts +2 -2
  97. package/dist/api-contracts/src/user/index.d.ts +7 -7
  98. package/dist/api-contracts/src/user-presence-status-log/index.d.ts +42 -18
  99. package/dist/api-contracts/src/user-presence-status-log/index.d.ts.map +1 -1
  100. package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +50 -20
  101. package/dist/api-contracts/src/user-presence-status-log/schema.d.ts.map +1 -1
  102. package/dist/api-contracts/src/viber/index.d.ts +338 -261
  103. package/dist/api-contracts/src/viber/index.d.ts.map +1 -1
  104. package/dist/api-contracts/src/webchat/index.d.ts +338 -261
  105. package/dist/api-contracts/src/webchat/index.d.ts.map +1 -1
  106. package/dist/api-contracts/src/whatsapp/index.d.ts +348 -261
  107. package/dist/api-contracts/src/whatsapp/index.d.ts.map +1 -1
  108. package/dist/api-contracts/src/widget/index.d.ts +350 -48
  109. package/dist/api-contracts/src/widget/index.d.ts.map +1 -1
  110. package/dist/api-contracts/src/widget/schema.d.ts +46 -4
  111. package/dist/api-contracts/src/widget/schema.d.ts.map +1 -1
  112. package/dist/api-contracts/src/widget/validation.d.ts +66 -12
  113. package/dist/api-contracts/src/widget/validation.d.ts.map +1 -1
  114. package/dist/api-contracts/src/workflow-rule/index.d.ts +323 -277
  115. package/dist/api-contracts/src/workflow-rule/index.d.ts.map +1 -1
  116. package/dist/api-contracts/src/wrap-up-form/index.d.ts +187 -187
  117. package/dist/api-contracts/src/wrap-up-form/schema.d.ts +20 -20
  118. package/dist/entities/src/enums/chat.d.ts +12 -0
  119. package/dist/entities/src/enums/chat.d.ts.map +1 -1
  120. package/dist/index.js +866 -464
  121. package/dist/index.js.map +1 -1
  122. package/dist/index.mjs +864 -464
  123. package/dist/index.mjs.map +1 -1
  124. package/package.json +1 -1
@@ -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;
@@ -1592,7 +1606,7 @@ export declare const viberContract: {
1592
1606
  lastMessage: z.ZodOptional<z.ZodString>;
1593
1607
  handleTime: z.ZodOptional<z.ZodNumber>;
1594
1608
  isLatest: z.ZodBoolean;
1595
- direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
1609
+ direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
1596
1610
  metadata: z.ZodOptional<z.ZodAny>;
1597
1611
  createdAt: z.ZodString;
1598
1612
  updatedAt: z.ZodString;
@@ -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;
@@ -2144,8 +2165,8 @@ export declare const viberContract: {
2144
2165
  message: z.ZodObject<{
2145
2166
  id: z.ZodOptional<z.ZodString>;
2146
2167
  message: z.ZodOptional<z.ZodString>;
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"]>;
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>[]]>;
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" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
2225
+ type: string;
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" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
2260
+ type: string;
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" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
2297
+ type: string;
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" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
2428
+ type: string;
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,11 +2560,11 @@ 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", "referral", "assign", "solve", "resolved", "reopen", "open", "closed", "handed_over", "updated", "started", "hold", "unhold", "auto_unhold", "edited", "deleted", "unsupported"]>;
2563
+ type: z.ZodUnion<[z.ZodLiteral<string>, z.ZodLiteral<string>, ...z.ZodLiteral<string>[]]>;
2541
2564
  message: z.ZodString;
2542
2565
  id: z.ZodString;
2543
2566
  url: z.ZodString;
2544
- direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
2567
+ direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
2545
2568
  label: z.ZodOptional<z.ZodString>;
2546
2569
  template: z.ZodAny;
2547
2570
  metadata: z.ZodAny;
@@ -3006,7 +3029,7 @@ export declare const viberContract: {
3006
3029
  firstResponseTime: z.ZodNumber;
3007
3030
  isLatest: z.ZodBoolean;
3008
3031
  isBotRoom: z.ZodBoolean;
3009
- direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
3032
+ direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
3010
3033
  platformContact: z.ZodObject<{
3011
3034
  id: z.ZodString;
3012
3035
  createdAt: z.ZodDate;
@@ -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;
@@ -5199,6 +5228,16 @@ export declare const viberContract: {
5199
5228
  createdAt: Date;
5200
5229
  updatedAt: Date;
5201
5230
  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;
5202
5241
  categories: {
5203
5242
  id: string;
5204
5243
  value: string;
@@ -5221,16 +5260,6 @@ export declare const viberContract: {
5221
5260
  }[];
5222
5261
  }[];
5223
5262
  }[];
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;
5234
5263
  customFields?: {
5235
5264
  id: string;
5236
5265
  createdAt: Date;
@@ -5250,6 +5279,16 @@ export declare const viberContract: {
5250
5279
  createdAt: Date;
5251
5280
  updatedAt: Date;
5252
5281
  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;
5253
5292
  categories: {
5254
5293
  id: string;
5255
5294
  value: string;
@@ -5272,16 +5311,6 @@ export declare const viberContract: {
5272
5311
  }[];
5273
5312
  }[];
5274
5313
  }[];
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;
5285
5314
  customFields?: {
5286
5315
  id: string;
5287
5316
  createdAt: Date;
@@ -5390,6 +5419,16 @@ export declare const viberContract: {
5390
5419
  createdAt: Date;
5391
5420
  updatedAt: Date;
5392
5421
  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;
5393
5432
  categories: {
5394
5433
  id: string;
5395
5434
  value: string;
@@ -5412,16 +5451,6 @@ export declare const viberContract: {
5412
5451
  }[];
5413
5452
  }[];
5414
5453
  }[];
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;
5425
5454
  customFields?: {
5426
5455
  id: string;
5427
5456
  createdAt: Date;
@@ -5480,6 +5509,16 @@ export declare const viberContract: {
5480
5509
  createdAt: Date;
5481
5510
  updatedAt: Date;
5482
5511
  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;
5483
5522
  categories: {
5484
5523
  id: string;
5485
5524
  value: string;
@@ -5502,16 +5541,6 @@ export declare const viberContract: {
5502
5541
  }[];
5503
5542
  }[];
5504
5543
  }[];
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;
5515
5544
  customFields?: {
5516
5545
  id: string;
5517
5546
  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;
@@ -5923,6 +5954,16 @@ export declare const viberContract: {
5923
5954
  createdAt: Date;
5924
5955
  updatedAt: Date;
5925
5956
  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;
5926
5967
  categories: {
5927
5968
  id: string;
5928
5969
  value: string;
@@ -5945,16 +5986,6 @@ export declare const viberContract: {
5945
5986
  }[];
5946
5987
  }[];
5947
5988
  }[];
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;
5958
5989
  customFields?: {
5959
5990
  id: string;
5960
5991
  createdAt: Date;
@@ -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;
@@ -6350,6 +6383,16 @@ export declare const viberContract: {
6350
6383
  createdAt: Date;
6351
6384
  updatedAt: Date;
6352
6385
  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;
6353
6396
  categories: {
6354
6397
  id: string;
6355
6398
  value: string;
@@ -6372,16 +6415,6 @@ export declare const viberContract: {
6372
6415
  }[];
6373
6416
  }[];
6374
6417
  }[];
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;
6385
6418
  customFields?: {
6386
6419
  id: string;
6387
6420
  createdAt: Date;
@@ -6462,8 +6495,8 @@ export declare const viberContract: {
6462
6495
  updatedAt: z.ZodDate;
6463
6496
  deletedAt: z.ZodNullable<z.ZodDate>;
6464
6497
  message: z.ZodString;
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"]>;
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>[]]>;
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" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
7157
+ type: string;
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" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
7319
+ type: string;
7287
7320
  message: string;
7288
7321
  id: string;
7289
7322
  url: string;
@@ -7656,8 +7689,8 @@ export declare const viberContract: {
7656
7689
  updatedAt: z.ZodDate;
7657
7690
  deletedAt: z.ZodNullable<z.ZodDate>;
7658
7691
  message: z.ZodString;
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"]>;
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>[]]>;
7661
7694
  readAt: z.ZodDate;
7662
7695
  metadata: z.ZodAny;
7663
7696
  platformId: z.ZodString;
@@ -7683,7 +7716,7 @@ export declare const viberContract: {
7683
7716
  firstResponseTime: z.ZodNumber;
7684
7717
  isLatest: z.ZodBoolean;
7685
7718
  isBotRoom: z.ZodBoolean;
7686
- direction: z.ZodEnum<["incoming", "outgoing", "system"]>;
7719
+ direction: z.ZodUnion<[z.ZodLiteral<"incoming">, z.ZodLiteral<"outgoing">, z.ZodLiteral<"system">]>;
7687
7720
  platformContact: z.ZodObject<{
7688
7721
  id: z.ZodString;
7689
7722
  createdAt: z.ZodDate;
@@ -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;
@@ -9876,6 +9915,16 @@ export declare const viberContract: {
9876
9915
  createdAt: Date;
9877
9916
  updatedAt: Date;
9878
9917
  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;
9879
9928
  categories: {
9880
9929
  id: string;
9881
9930
  value: string;
@@ -9898,16 +9947,6 @@ export declare const viberContract: {
9898
9947
  }[];
9899
9948
  }[];
9900
9949
  }[];
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;
9911
9950
  customFields?: {
9912
9951
  id: string;
9913
9952
  createdAt: Date;
@@ -9927,6 +9966,16 @@ export declare const viberContract: {
9927
9966
  createdAt: Date;
9928
9967
  updatedAt: Date;
9929
9968
  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;
9930
9979
  categories: {
9931
9980
  id: string;
9932
9981
  value: string;
@@ -9949,16 +9998,6 @@ export declare const viberContract: {
9949
9998
  }[];
9950
9999
  }[];
9951
10000
  }[];
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;
9962
10001
  customFields?: {
9963
10002
  id: string;
9964
10003
  createdAt: Date;
@@ -10067,6 +10106,16 @@ export declare const viberContract: {
10067
10106
  createdAt: Date;
10068
10107
  updatedAt: Date;
10069
10108
  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;
10070
10119
  categories: {
10071
10120
  id: string;
10072
10121
  value: string;
@@ -10089,16 +10138,6 @@ export declare const viberContract: {
10089
10138
  }[];
10090
10139
  }[];
10091
10140
  }[];
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;
10102
10141
  customFields?: {
10103
10142
  id: string;
10104
10143
  createdAt: Date;
@@ -10157,6 +10196,16 @@ export declare const viberContract: {
10157
10196
  createdAt: Date;
10158
10197
  updatedAt: Date;
10159
10198
  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;
10160
10209
  categories: {
10161
10210
  id: string;
10162
10211
  value: string;
@@ -10179,16 +10228,6 @@ export declare const viberContract: {
10179
10228
  }[];
10180
10229
  }[];
10181
10230
  }[];
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;
10192
10231
  customFields?: {
10193
10232
  id: string;
10194
10233
  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;
@@ -10600,6 +10641,16 @@ export declare const viberContract: {
10600
10641
  createdAt: Date;
10601
10642
  updatedAt: Date;
10602
10643
  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;
10603
10654
  categories: {
10604
10655
  id: string;
10605
10656
  value: string;
@@ -10622,16 +10673,6 @@ export declare const viberContract: {
10622
10673
  }[];
10623
10674
  }[];
10624
10675
  }[];
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;
10635
10676
  customFields?: {
10636
10677
  id: string;
10637
10678
  createdAt: Date;
@@ -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;
@@ -11027,6 +11070,16 @@ export declare const viberContract: {
11027
11070
  createdAt: Date;
11028
11071
  updatedAt: Date;
11029
11072
  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;
11030
11083
  categories: {
11031
11084
  id: string;
11032
11085
  value: string;
@@ -11049,16 +11102,6 @@ export declare const viberContract: {
11049
11102
  }[];
11050
11103
  }[];
11051
11104
  }[];
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;
11062
11105
  customFields?: {
11063
11106
  id: string;
11064
11107
  createdAt: Date;
@@ -11142,8 +11185,8 @@ export declare const viberContract: {
11142
11185
  updatedAt: z.ZodDate;
11143
11186
  deletedAt: z.ZodNullable<z.ZodDate>;
11144
11187
  message: z.ZodString;
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"]>;
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>[]]>;
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" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
11847
+ type: string;
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" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
12009
+ type: string;
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" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
12811
+ type: string;
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;
@@ -13227,6 +13272,16 @@ export declare const viberContract: {
13227
13272
  createdAt: Date;
13228
13273
  updatedAt: Date;
13229
13274
  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;
13230
13285
  categories: {
13231
13286
  id: string;
13232
13287
  value: string;
@@ -13249,16 +13304,6 @@ export declare const viberContract: {
13249
13304
  }[];
13250
13305
  }[];
13251
13306
  }[];
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;
13262
13307
  customFields?: {
13263
13308
  id: string;
13264
13309
  createdAt: Date;
@@ -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" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
13366
+ type: string;
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" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
13577
+ type: string;
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;
@@ -13991,6 +14038,16 @@ export declare const viberContract: {
13991
14038
  createdAt: Date;
13992
14039
  updatedAt: Date;
13993
14040
  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;
13994
14051
  categories: {
13995
14052
  id: string;
13996
14053
  value: string;
@@ -14013,16 +14070,6 @@ export declare const viberContract: {
14013
14070
  }[];
14014
14071
  }[];
14015
14072
  }[];
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;
14026
14073
  customFields?: {
14027
14074
  id: string;
14028
14075
  createdAt: Date;
@@ -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" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
14132
+ type: string;
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" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
14344
+ type: string;
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;
@@ -14756,6 +14805,16 @@ export declare const viberContract: {
14756
14805
  createdAt: Date;
14757
14806
  updatedAt: Date;
14758
14807
  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;
14759
14818
  categories: {
14760
14819
  id: string;
14761
14820
  value: string;
@@ -14778,16 +14837,6 @@ export declare const viberContract: {
14778
14837
  }[];
14779
14838
  }[];
14780
14839
  }[];
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;
14791
14840
  customFields?: {
14792
14841
  id: string;
14793
14842
  createdAt: Date;
@@ -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" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
14899
+ type: string;
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" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
15110
+ type: string;
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;
@@ -15520,6 +15571,16 @@ export declare const viberContract: {
15520
15571
  createdAt: Date;
15521
15572
  updatedAt: Date;
15522
15573
  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;
15523
15584
  categories: {
15524
15585
  id: string;
15525
15586
  value: string;
@@ -15542,16 +15603,6 @@ export declare const viberContract: {
15542
15603
  }[];
15543
15604
  }[];
15544
15605
  }[];
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;
15555
15606
  customFields?: {
15556
15607
  id: string;
15557
15608
  createdAt: Date;
@@ -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" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
15665
+ type: string;
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" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
15877
+ type: string;
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;
@@ -16285,6 +16338,16 @@ export declare const viberContract: {
16285
16338
  createdAt: Date;
16286
16339
  updatedAt: Date;
16287
16340
  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;
16288
16351
  categories: {
16289
16352
  id: string;
16290
16353
  value: string;
@@ -16307,16 +16370,6 @@ export declare const viberContract: {
16307
16370
  }[];
16308
16371
  }[];
16309
16372
  }[];
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;
16320
16373
  customFields?: {
16321
16374
  id: string;
16322
16375
  createdAt: Date;
@@ -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" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
16432
+ type: string;
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" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
16643
+ type: string;
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;
@@ -17049,6 +17104,16 @@ export declare const viberContract: {
17049
17104
  createdAt: Date;
17050
17105
  updatedAt: Date;
17051
17106
  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;
17052
17117
  categories: {
17053
17118
  id: string;
17054
17119
  value: string;
@@ -17071,16 +17136,6 @@ export declare const viberContract: {
17071
17136
  }[];
17072
17137
  }[];
17073
17138
  }[];
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;
17084
17139
  customFields?: {
17085
17140
  id: string;
17086
17141
  createdAt: Date;
@@ -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" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17198
+ type: string;
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" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17412
+ type: string;
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;
@@ -17816,6 +17873,16 @@ export declare const viberContract: {
17816
17873
  createdAt: Date;
17817
17874
  updatedAt: Date;
17818
17875
  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;
17819
17886
  categories: {
17820
17887
  id: string;
17821
17888
  value: string;
@@ -17838,16 +17905,6 @@ export declare const viberContract: {
17838
17905
  }[];
17839
17906
  }[];
17840
17907
  }[];
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;
17851
17908
  customFields?: {
17852
17909
  id: string;
17853
17910
  createdAt: Date;
@@ -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" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
17967
+ type: string;
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" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
18178
+ type: string;
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;
@@ -18580,6 +18639,16 @@ export declare const viberContract: {
18580
18639
  createdAt: Date;
18581
18640
  updatedAt: Date;
18582
18641
  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;
18583
18652
  categories: {
18584
18653
  id: string;
18585
18654
  value: string;
@@ -18602,16 +18671,6 @@ export declare const viberContract: {
18602
18671
  }[];
18603
18672
  }[];
18604
18673
  }[];
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;
18615
18674
  customFields?: {
18616
18675
  id: string;
18617
18676
  createdAt: Date;
@@ -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" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
18733
+ type: string;
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" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
18948
+ type: string;
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;
@@ -19348,6 +19409,16 @@ export declare const viberContract: {
19348
19409
  createdAt: Date;
19349
19410
  updatedAt: Date;
19350
19411
  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;
19351
19422
  categories: {
19352
19423
  id: string;
19353
19424
  value: string;
@@ -19370,16 +19441,6 @@ export declare const viberContract: {
19370
19441
  }[];
19371
19442
  }[];
19372
19443
  }[];
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;
19383
19444
  customFields?: {
19384
19445
  id: string;
19385
19446
  createdAt: Date;
@@ -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" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
19503
+ type: string;
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" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
19714
+ type: string;
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;
@@ -20112,6 +20175,16 @@ export declare const viberContract: {
20112
20175
  createdAt: Date;
20113
20176
  updatedAt: Date;
20114
20177
  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;
20115
20188
  categories: {
20116
20189
  id: string;
20117
20190
  value: string;
@@ -20134,16 +20207,6 @@ export declare const viberContract: {
20134
20207
  }[];
20135
20208
  }[];
20136
20209
  }[];
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;
20147
20210
  customFields?: {
20148
20211
  id: string;
20149
20212
  createdAt: Date;
@@ -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" | "referral" | "assign" | "solve" | "resolved" | "reopen" | "handed_over" | "updated" | "started" | "hold" | "unhold" | "auto_unhold" | "edited" | "deleted" | "unsupported";
20269
+ type: string;
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;