@voiceflow/dtos-interact 1.74.0 → 2.0.0-zodv4.1

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 (345) hide show
  1. package/build/cjs/action/action.dto.d.ts +4 -28
  2. package/build/cjs/action/action.dto.d.ts.map +1 -1
  3. package/build/cjs/request/action-request.dto.d.ts +3 -129
  4. package/build/cjs/request/action-request.dto.d.ts.map +1 -1
  5. package/build/cjs/request/any-request.dto.d.ts +59 -1600
  6. package/build/cjs/request/any-request.dto.d.ts.map +1 -1
  7. package/build/cjs/request/dtmf-request.dto.d.ts +1 -16
  8. package/build/cjs/request/dtmf-request.dto.d.ts.map +1 -1
  9. package/build/cjs/request/end-request.dto.d.ts +2 -33
  10. package/build/cjs/request/end-request.dto.d.ts.map +1 -1
  11. package/build/cjs/request/event-request.dto.d.ts +7 -110
  12. package/build/cjs/request/event-request.dto.d.ts.map +1 -1
  13. package/build/cjs/request/exit-scenario-request.dto.d.ts +2 -33
  14. package/build/cjs/request/exit-scenario-request.dto.d.ts.map +1 -1
  15. package/build/cjs/request/general/general-request.dto.d.ts +4 -130
  16. package/build/cjs/request/general/general-request.dto.d.ts.map +1 -1
  17. package/build/cjs/request/general/path-request.dto.d.ts +5 -122
  18. package/build/cjs/request/general/path-request.dto.d.ts.map +1 -1
  19. package/build/cjs/request/intent/alexa-intent-request.dto.d.ts +8 -319
  20. package/build/cjs/request/intent/alexa-intent-request.dto.d.ts.map +1 -1
  21. package/build/cjs/request/intent/general-intent-request.dto.d.ts +7 -310
  22. package/build/cjs/request/intent/general-intent-request.dto.d.ts.map +1 -1
  23. package/build/cjs/request/intent/intent-request.dto.d.ts +14 -281
  24. package/build/cjs/request/intent/intent-request.dto.d.ts.map +1 -1
  25. package/build/cjs/request/intent/intent-request.dto.js +1 -1
  26. package/build/cjs/request/intent/intent-request.dto.js.map +1 -1
  27. package/build/cjs/request/launch-request.dto.d.ts +2 -33
  28. package/build/cjs/request/launch-request.dto.d.ts.map +1 -1
  29. package/build/cjs/request/live-agent-handoff-request.dto.d.ts +20 -255
  30. package/build/cjs/request/live-agent-handoff-request.dto.d.ts.map +1 -1
  31. package/build/cjs/request/live-agent-handoff-request.dto.js +1 -1
  32. package/build/cjs/request/live-agent-handoff-request.dto.js.map +1 -1
  33. package/build/cjs/request/message-request.dto.d.ts +2 -33
  34. package/build/cjs/request/message-request.dto.d.ts.map +1 -1
  35. package/build/cjs/request/no-reply-request.dto.d.ts +1 -14
  36. package/build/cjs/request/no-reply-request.dto.d.ts.map +1 -1
  37. package/build/cjs/request/payload.dto.d.ts +5 -44
  38. package/build/cjs/request/payload.dto.d.ts.map +1 -1
  39. package/build/cjs/request/request-config.dto.d.ts +3 -17
  40. package/build/cjs/request/request-config.dto.d.ts.map +1 -1
  41. package/build/cjs/request/text-request.dto.d.ts +2 -33
  42. package/build/cjs/request/text-request.dto.d.ts.map +1 -1
  43. package/build/cjs/request/utils.dto.d.ts +1 -13
  44. package/build/cjs/request/utils.dto.d.ts.map +1 -1
  45. package/build/cjs/request/utils.dto.js +1 -1
  46. package/build/cjs/request/utils.dto.js.map +1 -1
  47. package/build/cjs/socket/socket-action-audio-send.dto.d.ts +2 -16
  48. package/build/cjs/socket/socket-action-audio-send.dto.d.ts.map +1 -1
  49. package/build/cjs/socket/socket-action-cancel-status.dto.d.ts +2 -16
  50. package/build/cjs/socket/socket-action-cancel-status.dto.d.ts.map +1 -1
  51. package/build/cjs/socket/socket-action-cancel.dto.d.ts +2 -8
  52. package/build/cjs/socket/socket-action-cancel.dto.d.ts.map +1 -1
  53. package/build/cjs/socket/socket-action-send.dto.d.ts +64 -3831
  54. package/build/cjs/socket/socket-action-send.dto.d.ts.map +1 -1
  55. package/build/cjs/socket/socket-action-status.dto.d.ts +3 -25
  56. package/build/cjs/socket/socket-action-status.dto.d.ts.map +1 -1
  57. package/build/cjs/socket/socket-action-status.dto.js +1 -1
  58. package/build/cjs/socket/socket-action-status.dto.js.map +1 -1
  59. package/build/cjs/socket/socket-action-trace.dto.d.ts +242 -10231
  60. package/build/cjs/socket/socket-action-trace.dto.d.ts.map +1 -1
  61. package/build/cjs/socket/socket-client-start.dto.d.ts +8 -166
  62. package/build/cjs/socket/socket-client-start.dto.d.ts.map +1 -1
  63. package/build/cjs/socket/socket-client-start.dto.js +3 -3
  64. package/build/cjs/socket/socket-client-start.dto.js.map +1 -1
  65. package/build/cjs/socket/socket-client-started.dto.d.ts +2 -20
  66. package/build/cjs/socket/socket-client-started.dto.d.ts.map +1 -1
  67. package/build/cjs/socket/socket-error.dto.d.ts +2 -20
  68. package/build/cjs/socket/socket-error.dto.d.ts.map +1 -1
  69. package/build/cjs/socket/socket-message.dto.d.ts +2026 -37632
  70. package/build/cjs/socket/socket-message.dto.d.ts.map +1 -1
  71. package/build/cjs/socket/socket-server-restart.dto.d.ts +63 -3786
  72. package/build/cjs/socket/socket-server-restart.dto.d.ts.map +1 -1
  73. package/build/cjs/socket/socket-session-create.dto.d.ts +2 -8
  74. package/build/cjs/socket/socket-session-create.dto.d.ts.map +1 -1
  75. package/build/cjs/socket/socket-session-created.dto.d.ts +2 -24
  76. package/build/cjs/socket/socket-session-created.dto.d.ts.map +1 -1
  77. package/build/cjs/socket/socket-session-ended.dto.d.ts +2 -16
  78. package/build/cjs/socket/socket-session-ended.dto.d.ts.map +1 -1
  79. package/build/cjs/socket/socket-session-history.dto.d.ts +3 -17
  80. package/build/cjs/socket/socket-session-history.dto.d.ts.map +1 -1
  81. package/build/cjs/socket/socket-session-state.dto.d.ts +3 -21
  82. package/build/cjs/socket/socket-session-state.dto.d.ts.map +1 -1
  83. package/build/cjs/text/text.dto.d.ts +1 -1
  84. package/build/cjs/text/text.dto.d.ts.map +1 -1
  85. package/build/cjs/trace/any.dto.d.ts +240 -5799
  86. package/build/cjs/trace/any.dto.d.ts.map +1 -1
  87. package/build/cjs/trace/audio/audio.dto.d.ts +8 -117
  88. package/build/cjs/trace/audio/audio.dto.d.ts.map +1 -1
  89. package/build/cjs/trace/audio/audio.dto.js +1 -1
  90. package/build/cjs/trace/audio/audio.dto.js.map +1 -1
  91. package/build/cjs/trace/block.dto.d.ts +4 -77
  92. package/build/cjs/trace/block.dto.d.ts.map +1 -1
  93. package/build/cjs/trace/call-forward.dto.d.ts +8 -115
  94. package/build/cjs/trace/call-forward.dto.d.ts.map +1 -1
  95. package/build/cjs/trace/card.dto.d.ts +29 -730
  96. package/build/cjs/trace/card.dto.d.ts.map +1 -1
  97. package/build/cjs/trace/carousel.dto.d.ts +39 -1168
  98. package/build/cjs/trace/carousel.dto.d.ts.map +1 -1
  99. package/build/cjs/trace/carousel.dto.js +1 -1
  100. package/build/cjs/trace/carousel.dto.js.map +1 -1
  101. package/build/cjs/trace/channel-action.dto.d.ts +4 -81
  102. package/build/cjs/trace/channel-action.dto.d.ts.map +1 -1
  103. package/build/cjs/trace/channel-action.dto.js +1 -1
  104. package/build/cjs/trace/channel-action.dto.js.map +1 -1
  105. package/build/cjs/trace/choice.dto.d.ts +14 -431
  106. package/build/cjs/trace/choice.dto.d.ts.map +1 -1
  107. package/build/cjs/trace/completion.dto.d.ts +24 -699
  108. package/build/cjs/trace/completion.dto.d.ts.map +1 -1
  109. package/build/cjs/trace/debug.dto.d.ts +28 -571
  110. package/build/cjs/trace/debug.dto.d.ts.map +1 -1
  111. package/build/cjs/trace/debug.dto.js +2 -2
  112. package/build/cjs/trace/debug.dto.js.map +1 -1
  113. package/build/cjs/trace/dtmf.dto.d.ts +13 -102
  114. package/build/cjs/trace/dtmf.dto.d.ts.map +1 -1
  115. package/build/cjs/trace/entity-filling.dto.d.ts +10 -354
  116. package/build/cjs/trace/entity-filling.dto.d.ts.map +1 -1
  117. package/build/cjs/trace/exit.dto.d.ts +3 -68
  118. package/build/cjs/trace/exit.dto.d.ts.map +1 -1
  119. package/build/cjs/trace/flow.dto.d.ts +4 -81
  120. package/build/cjs/trace/flow.dto.d.ts.map +1 -1
  121. package/build/cjs/trace/goto.dto.d.ts +5 -114
  122. package/build/cjs/trace/goto.dto.d.ts.map +1 -1
  123. package/build/cjs/trace/knowledge-base.dto.d.ts +7 -150
  124. package/build/cjs/trace/knowledge-base.dto.d.ts.map +1 -1
  125. package/build/cjs/trace/live-agent-handoff.dto.d.ts +17 -330
  126. package/build/cjs/trace/live-agent-handoff.dto.d.ts.map +1 -1
  127. package/build/cjs/trace/live-agent-handoff.dto.js +2 -2
  128. package/build/cjs/trace/live-agent-handoff.dto.js.map +1 -1
  129. package/build/cjs/trace/log.dto.d.ts +3 -68
  130. package/build/cjs/trace/log.dto.d.ts.map +1 -1
  131. package/build/cjs/trace/log.dto.js +1 -1
  132. package/build/cjs/trace/log.dto.js.map +1 -1
  133. package/build/cjs/trace/noreply.dto.d.ts +4 -77
  134. package/build/cjs/trace/noreply.dto.d.ts.map +1 -1
  135. package/build/cjs/trace/path.dto.d.ts +4 -77
  136. package/build/cjs/trace/path.dto.d.ts.map +1 -1
  137. package/build/cjs/trace/realtime-agent.dto.d.ts +11 -144
  138. package/build/cjs/trace/realtime-agent.dto.d.ts.map +1 -1
  139. package/build/cjs/trace/realtime-agent.dto.js +1 -1
  140. package/build/cjs/trace/realtime-agent.dto.js.map +1 -1
  141. package/build/cjs/trace/reasoning.dto.d.ts +8 -113
  142. package/build/cjs/trace/reasoning.dto.d.ts.map +1 -1
  143. package/build/cjs/trace/speak/speak.dto.d.ts +5 -99
  144. package/build/cjs/trace/speak/speak.dto.d.ts.map +1 -1
  145. package/build/cjs/trace/speak/speak.dto.js +1 -1
  146. package/build/cjs/trace/speak/speak.dto.js.map +1 -1
  147. package/build/cjs/trace/stream/stream.dto.d.ts +5 -106
  148. package/build/cjs/trace/stream/stream.dto.d.ts.map +1 -1
  149. package/build/cjs/trace/stream/stream.dto.js +1 -1
  150. package/build/cjs/trace/stream/stream.dto.js.map +1 -1
  151. package/build/cjs/trace/text.dto.d.ts +16 -440
  152. package/build/cjs/trace/text.dto.d.ts.map +1 -1
  153. package/build/cjs/trace/tool-call.dto.d.ts +7 -112
  154. package/build/cjs/trace/tool-call.dto.d.ts.map +1 -1
  155. package/build/cjs/trace/utils.dto.d.ts +9 -137
  156. package/build/cjs/trace/utils.dto.d.ts.map +1 -1
  157. package/build/cjs/trace/utils.dto.js +1 -1
  158. package/build/cjs/trace/utils.dto.js.map +1 -1
  159. package/build/cjs/trace/visual.dto.d.ts +11 -174
  160. package/build/cjs/trace/visual.dto.d.ts.map +1 -1
  161. package/build/cjs/trace/visual.dto.js +1 -1
  162. package/build/cjs/trace/visual.dto.js.map +1 -1
  163. package/build/cjs/widget-settings/widget-settings-chat-settings/response-loader/widget-settings-chat-settings-response-loader.dto.d.ts +5 -25
  164. package/build/cjs/widget-settings/widget-settings-chat-settings/response-loader/widget-settings-chat-settings-response-loader.dto.d.ts.map +1 -1
  165. package/build/cjs/widget-settings/widget-settings-chat-settings/widget-settings-chat-settings.dto.d.ts +17 -210
  166. package/build/cjs/widget-settings/widget-settings-chat-settings/widget-settings-chat-settings.dto.d.ts.map +1 -1
  167. package/build/cjs/widget-settings/widget-settings-chat-settings/widget-settings-chat-settings.dto.js +1 -1
  168. package/build/cjs/widget-settings/widget-settings-chat-settings/widget-settings-chat-settings.dto.js.map +1 -1
  169. package/build/cjs/widget-settings/widget-settings.dto.d.ts +47 -871
  170. package/build/cjs/widget-settings/widget-settings.dto.d.ts.map +1 -1
  171. package/build/cjs/widget-settings/widget-settings.dto.js +5 -5
  172. package/build/cjs/widget-settings/widget-settings.dto.js.map +1 -1
  173. package/build/esm/action/action.dto.d.ts +4 -28
  174. package/build/esm/action/action.dto.d.ts.map +1 -1
  175. package/build/esm/request/action-request.dto.d.ts +3 -129
  176. package/build/esm/request/action-request.dto.d.ts.map +1 -1
  177. package/build/esm/request/any-request.dto.d.ts +59 -1600
  178. package/build/esm/request/any-request.dto.d.ts.map +1 -1
  179. package/build/esm/request/dtmf-request.dto.d.ts +1 -16
  180. package/build/esm/request/dtmf-request.dto.d.ts.map +1 -1
  181. package/build/esm/request/end-request.dto.d.ts +2 -33
  182. package/build/esm/request/end-request.dto.d.ts.map +1 -1
  183. package/build/esm/request/event-request.dto.d.ts +7 -110
  184. package/build/esm/request/event-request.dto.d.ts.map +1 -1
  185. package/build/esm/request/exit-scenario-request.dto.d.ts +2 -33
  186. package/build/esm/request/exit-scenario-request.dto.d.ts.map +1 -1
  187. package/build/esm/request/general/general-request.dto.d.ts +4 -130
  188. package/build/esm/request/general/general-request.dto.d.ts.map +1 -1
  189. package/build/esm/request/general/path-request.dto.d.ts +5 -122
  190. package/build/esm/request/general/path-request.dto.d.ts.map +1 -1
  191. package/build/esm/request/intent/alexa-intent-request.dto.d.ts +8 -319
  192. package/build/esm/request/intent/alexa-intent-request.dto.d.ts.map +1 -1
  193. package/build/esm/request/intent/general-intent-request.dto.d.ts +7 -310
  194. package/build/esm/request/intent/general-intent-request.dto.d.ts.map +1 -1
  195. package/build/esm/request/intent/intent-request.dto.d.ts +14 -281
  196. package/build/esm/request/intent/intent-request.dto.d.ts.map +1 -1
  197. package/build/esm/request/intent/intent-request.dto.js +1 -1
  198. package/build/esm/request/intent/intent-request.dto.js.map +1 -1
  199. package/build/esm/request/launch-request.dto.d.ts +2 -33
  200. package/build/esm/request/launch-request.dto.d.ts.map +1 -1
  201. package/build/esm/request/live-agent-handoff-request.dto.d.ts +20 -255
  202. package/build/esm/request/live-agent-handoff-request.dto.d.ts.map +1 -1
  203. package/build/esm/request/live-agent-handoff-request.dto.js +1 -1
  204. package/build/esm/request/live-agent-handoff-request.dto.js.map +1 -1
  205. package/build/esm/request/message-request.dto.d.ts +2 -33
  206. package/build/esm/request/message-request.dto.d.ts.map +1 -1
  207. package/build/esm/request/no-reply-request.dto.d.ts +1 -14
  208. package/build/esm/request/no-reply-request.dto.d.ts.map +1 -1
  209. package/build/esm/request/payload.dto.d.ts +5 -44
  210. package/build/esm/request/payload.dto.d.ts.map +1 -1
  211. package/build/esm/request/request-config.dto.d.ts +3 -17
  212. package/build/esm/request/request-config.dto.d.ts.map +1 -1
  213. package/build/esm/request/text-request.dto.d.ts +2 -33
  214. package/build/esm/request/text-request.dto.d.ts.map +1 -1
  215. package/build/esm/request/utils.dto.d.ts +1 -13
  216. package/build/esm/request/utils.dto.d.ts.map +1 -1
  217. package/build/esm/request/utils.dto.js +1 -1
  218. package/build/esm/request/utils.dto.js.map +1 -1
  219. package/build/esm/socket/socket-action-audio-send.dto.d.ts +2 -16
  220. package/build/esm/socket/socket-action-audio-send.dto.d.ts.map +1 -1
  221. package/build/esm/socket/socket-action-cancel-status.dto.d.ts +2 -16
  222. package/build/esm/socket/socket-action-cancel-status.dto.d.ts.map +1 -1
  223. package/build/esm/socket/socket-action-cancel.dto.d.ts +2 -8
  224. package/build/esm/socket/socket-action-cancel.dto.d.ts.map +1 -1
  225. package/build/esm/socket/socket-action-send.dto.d.ts +64 -3831
  226. package/build/esm/socket/socket-action-send.dto.d.ts.map +1 -1
  227. package/build/esm/socket/socket-action-status.dto.d.ts +3 -25
  228. package/build/esm/socket/socket-action-status.dto.d.ts.map +1 -1
  229. package/build/esm/socket/socket-action-status.dto.js +1 -1
  230. package/build/esm/socket/socket-action-status.dto.js.map +1 -1
  231. package/build/esm/socket/socket-action-trace.dto.d.ts +242 -10231
  232. package/build/esm/socket/socket-action-trace.dto.d.ts.map +1 -1
  233. package/build/esm/socket/socket-client-start.dto.d.ts +8 -166
  234. package/build/esm/socket/socket-client-start.dto.d.ts.map +1 -1
  235. package/build/esm/socket/socket-client-start.dto.js +3 -3
  236. package/build/esm/socket/socket-client-start.dto.js.map +1 -1
  237. package/build/esm/socket/socket-client-started.dto.d.ts +2 -20
  238. package/build/esm/socket/socket-client-started.dto.d.ts.map +1 -1
  239. package/build/esm/socket/socket-error.dto.d.ts +2 -20
  240. package/build/esm/socket/socket-error.dto.d.ts.map +1 -1
  241. package/build/esm/socket/socket-message.dto.d.ts +2026 -37632
  242. package/build/esm/socket/socket-message.dto.d.ts.map +1 -1
  243. package/build/esm/socket/socket-server-restart.dto.d.ts +63 -3786
  244. package/build/esm/socket/socket-server-restart.dto.d.ts.map +1 -1
  245. package/build/esm/socket/socket-session-create.dto.d.ts +2 -8
  246. package/build/esm/socket/socket-session-create.dto.d.ts.map +1 -1
  247. package/build/esm/socket/socket-session-created.dto.d.ts +2 -24
  248. package/build/esm/socket/socket-session-created.dto.d.ts.map +1 -1
  249. package/build/esm/socket/socket-session-ended.dto.d.ts +2 -16
  250. package/build/esm/socket/socket-session-ended.dto.d.ts.map +1 -1
  251. package/build/esm/socket/socket-session-history.dto.d.ts +3 -17
  252. package/build/esm/socket/socket-session-history.dto.d.ts.map +1 -1
  253. package/build/esm/socket/socket-session-state.dto.d.ts +3 -21
  254. package/build/esm/socket/socket-session-state.dto.d.ts.map +1 -1
  255. package/build/esm/text/text.dto.d.ts +1 -1
  256. package/build/esm/text/text.dto.d.ts.map +1 -1
  257. package/build/esm/trace/any.dto.d.ts +240 -5799
  258. package/build/esm/trace/any.dto.d.ts.map +1 -1
  259. package/build/esm/trace/audio/audio.dto.d.ts +8 -117
  260. package/build/esm/trace/audio/audio.dto.d.ts.map +1 -1
  261. package/build/esm/trace/audio/audio.dto.js +1 -1
  262. package/build/esm/trace/audio/audio.dto.js.map +1 -1
  263. package/build/esm/trace/block.dto.d.ts +4 -77
  264. package/build/esm/trace/block.dto.d.ts.map +1 -1
  265. package/build/esm/trace/call-forward.dto.d.ts +8 -115
  266. package/build/esm/trace/call-forward.dto.d.ts.map +1 -1
  267. package/build/esm/trace/card.dto.d.ts +29 -730
  268. package/build/esm/trace/card.dto.d.ts.map +1 -1
  269. package/build/esm/trace/carousel.dto.d.ts +39 -1168
  270. package/build/esm/trace/carousel.dto.d.ts.map +1 -1
  271. package/build/esm/trace/carousel.dto.js +1 -1
  272. package/build/esm/trace/carousel.dto.js.map +1 -1
  273. package/build/esm/trace/channel-action.dto.d.ts +4 -81
  274. package/build/esm/trace/channel-action.dto.d.ts.map +1 -1
  275. package/build/esm/trace/channel-action.dto.js +1 -1
  276. package/build/esm/trace/channel-action.dto.js.map +1 -1
  277. package/build/esm/trace/choice.dto.d.ts +14 -431
  278. package/build/esm/trace/choice.dto.d.ts.map +1 -1
  279. package/build/esm/trace/completion.dto.d.ts +24 -699
  280. package/build/esm/trace/completion.dto.d.ts.map +1 -1
  281. package/build/esm/trace/debug.dto.d.ts +28 -571
  282. package/build/esm/trace/debug.dto.d.ts.map +1 -1
  283. package/build/esm/trace/debug.dto.js +2 -2
  284. package/build/esm/trace/debug.dto.js.map +1 -1
  285. package/build/esm/trace/dtmf.dto.d.ts +13 -102
  286. package/build/esm/trace/dtmf.dto.d.ts.map +1 -1
  287. package/build/esm/trace/entity-filling.dto.d.ts +10 -354
  288. package/build/esm/trace/entity-filling.dto.d.ts.map +1 -1
  289. package/build/esm/trace/exit.dto.d.ts +3 -68
  290. package/build/esm/trace/exit.dto.d.ts.map +1 -1
  291. package/build/esm/trace/flow.dto.d.ts +4 -81
  292. package/build/esm/trace/flow.dto.d.ts.map +1 -1
  293. package/build/esm/trace/goto.dto.d.ts +5 -114
  294. package/build/esm/trace/goto.dto.d.ts.map +1 -1
  295. package/build/esm/trace/knowledge-base.dto.d.ts +7 -150
  296. package/build/esm/trace/knowledge-base.dto.d.ts.map +1 -1
  297. package/build/esm/trace/live-agent-handoff.dto.d.ts +17 -330
  298. package/build/esm/trace/live-agent-handoff.dto.d.ts.map +1 -1
  299. package/build/esm/trace/live-agent-handoff.dto.js +2 -2
  300. package/build/esm/trace/live-agent-handoff.dto.js.map +1 -1
  301. package/build/esm/trace/log.dto.d.ts +3 -68
  302. package/build/esm/trace/log.dto.d.ts.map +1 -1
  303. package/build/esm/trace/log.dto.js +1 -1
  304. package/build/esm/trace/log.dto.js.map +1 -1
  305. package/build/esm/trace/noreply.dto.d.ts +4 -77
  306. package/build/esm/trace/noreply.dto.d.ts.map +1 -1
  307. package/build/esm/trace/path.dto.d.ts +4 -77
  308. package/build/esm/trace/path.dto.d.ts.map +1 -1
  309. package/build/esm/trace/realtime-agent.dto.d.ts +11 -144
  310. package/build/esm/trace/realtime-agent.dto.d.ts.map +1 -1
  311. package/build/esm/trace/realtime-agent.dto.js +1 -1
  312. package/build/esm/trace/realtime-agent.dto.js.map +1 -1
  313. package/build/esm/trace/reasoning.dto.d.ts +8 -113
  314. package/build/esm/trace/reasoning.dto.d.ts.map +1 -1
  315. package/build/esm/trace/speak/speak.dto.d.ts +5 -99
  316. package/build/esm/trace/speak/speak.dto.d.ts.map +1 -1
  317. package/build/esm/trace/speak/speak.dto.js +1 -1
  318. package/build/esm/trace/speak/speak.dto.js.map +1 -1
  319. package/build/esm/trace/stream/stream.dto.d.ts +5 -106
  320. package/build/esm/trace/stream/stream.dto.d.ts.map +1 -1
  321. package/build/esm/trace/stream/stream.dto.js +1 -1
  322. package/build/esm/trace/stream/stream.dto.js.map +1 -1
  323. package/build/esm/trace/text.dto.d.ts +16 -440
  324. package/build/esm/trace/text.dto.d.ts.map +1 -1
  325. package/build/esm/trace/tool-call.dto.d.ts +7 -112
  326. package/build/esm/trace/tool-call.dto.d.ts.map +1 -1
  327. package/build/esm/trace/utils.dto.d.ts +9 -137
  328. package/build/esm/trace/utils.dto.d.ts.map +1 -1
  329. package/build/esm/trace/utils.dto.js +1 -1
  330. package/build/esm/trace/utils.dto.js.map +1 -1
  331. package/build/esm/trace/visual.dto.d.ts +11 -174
  332. package/build/esm/trace/visual.dto.d.ts.map +1 -1
  333. package/build/esm/trace/visual.dto.js +1 -1
  334. package/build/esm/trace/visual.dto.js.map +1 -1
  335. package/build/esm/widget-settings/widget-settings-chat-settings/response-loader/widget-settings-chat-settings-response-loader.dto.d.ts +5 -25
  336. package/build/esm/widget-settings/widget-settings-chat-settings/response-loader/widget-settings-chat-settings-response-loader.dto.d.ts.map +1 -1
  337. package/build/esm/widget-settings/widget-settings-chat-settings/widget-settings-chat-settings.dto.d.ts +17 -210
  338. package/build/esm/widget-settings/widget-settings-chat-settings/widget-settings-chat-settings.dto.d.ts.map +1 -1
  339. package/build/esm/widget-settings/widget-settings-chat-settings/widget-settings-chat-settings.dto.js +1 -1
  340. package/build/esm/widget-settings/widget-settings-chat-settings/widget-settings-chat-settings.dto.js.map +1 -1
  341. package/build/esm/widget-settings/widget-settings.dto.d.ts +47 -871
  342. package/build/esm/widget-settings/widget-settings.dto.d.ts.map +1 -1
  343. package/build/esm/widget-settings/widget-settings.dto.js +5 -5
  344. package/build/esm/widget-settings/widget-settings.dto.js.map +1 -1
  345. package/package.json +4 -5
@@ -10,29 +10,7 @@ export declare const WidgetSettingsColorPaletteDTO: z.ZodObject<{
10
10
  700: z.ZodString;
11
11
  800: z.ZodString;
12
12
  900: z.ZodString;
13
- }, "strip", z.ZodTypeAny, {
14
- 50: string;
15
- 100: string;
16
- 200: string;
17
- 300: string;
18
- 400: string;
19
- 500: string;
20
- 600: string;
21
- 700: string;
22
- 800: string;
23
- 900: string;
24
- }, {
25
- 50: string;
26
- 100: string;
27
- 200: string;
28
- 300: string;
29
- 400: string;
30
- 500: string;
31
- 600: string;
32
- 700: string;
33
- 800: string;
34
- 900: string;
35
- }>;
13
+ }, z.core.$strip>;
36
14
  export type WidgetSettingsColorPalette = z.infer<typeof WidgetSettingsColorPaletteDTO>;
37
15
  export declare const WidgetSettingsPrimaryColorDTO: z.ZodObject<{
38
16
  color: z.ZodString;
@@ -47,58 +25,8 @@ export declare const WidgetSettingsPrimaryColorDTO: z.ZodObject<{
47
25
  700: z.ZodString;
48
26
  800: z.ZodString;
49
27
  900: z.ZodString;
50
- }, "strip", z.ZodTypeAny, {
51
- 50: string;
52
- 100: string;
53
- 200: string;
54
- 300: string;
55
- 400: string;
56
- 500: string;
57
- 600: string;
58
- 700: string;
59
- 800: string;
60
- 900: string;
61
- }, {
62
- 50: string;
63
- 100: string;
64
- 200: string;
65
- 300: string;
66
- 400: string;
67
- 500: string;
68
- 600: string;
69
- 700: string;
70
- 800: string;
71
- 900: string;
72
- }>;
73
- }, "strip", z.ZodTypeAny, {
74
- color: string;
75
- palette: {
76
- 50: string;
77
- 100: string;
78
- 200: string;
79
- 300: string;
80
- 400: string;
81
- 500: string;
82
- 600: string;
83
- 700: string;
84
- 800: string;
85
- 900: string;
86
- };
87
- }, {
88
- color: string;
89
- palette: {
90
- 50: string;
91
- 100: string;
92
- 200: string;
93
- 300: string;
94
- 400: string;
95
- 500: string;
96
- 600: string;
97
- 700: string;
98
- 800: string;
99
- 900: string;
100
- };
101
- }>;
28
+ }, z.core.$strip>;
29
+ }, z.core.$strip>;
102
30
  export type WidgetSettingsPrimaryColor = z.infer<typeof WidgetSettingsPrimaryColorDTO>;
103
31
  export declare const WidgetSettingsVoiceSettingsContentDTO: z.ZodObject<{
104
32
  imageURL: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -107,24 +35,10 @@ export declare const WidgetSettingsVoiceSettingsContentDTO: z.ZodObject<{
107
35
  listeningText: z.ZodString;
108
36
  startButtonText: z.ZodString;
109
37
  callToActionText: z.ZodString;
110
- }, "strip", z.ZodTypeAny, {
111
- talkingText: string;
112
- endButtonText: string;
113
- listeningText: string;
114
- startButtonText: string;
115
- callToActionText: string;
116
- imageURL?: string | null | undefined;
117
- }, {
118
- talkingText: string;
119
- endButtonText: string;
120
- listeningText: string;
121
- startButtonText: string;
122
- callToActionText: string;
123
- imageURL?: string | null | undefined;
124
- }>;
38
+ }, z.core.$strip>;
125
39
  export type WidgetSettingsVoiceSettingsContent = z.infer<typeof WidgetSettingsVoiceSettingsContentDTO>;
126
40
  export declare const WidgetSettingsVoiceSettingsDTO: z.ZodObject<{
127
- renderMode: z.ZodNativeEnum<{
41
+ renderMode: z.ZodEnum<{
128
42
  readonly FULL: "full";
129
43
  readonly COMPACT: "compact";
130
44
  readonly EXPAND: "expand";
@@ -136,80 +50,30 @@ export declare const WidgetSettingsVoiceSettingsDTO: z.ZodObject<{
136
50
  listeningText: z.ZodString;
137
51
  startButtonText: z.ZodString;
138
52
  callToActionText: z.ZodString;
139
- }, "strip", z.ZodTypeAny, {
140
- talkingText: string;
141
- endButtonText: string;
142
- listeningText: string;
143
- startButtonText: string;
144
- callToActionText: string;
145
- imageURL?: string | null | undefined;
146
- }, {
147
- talkingText: string;
148
- endButtonText: string;
149
- listeningText: string;
150
- startButtonText: string;
151
- callToActionText: string;
152
- imageURL?: string | null | undefined;
153
- }>;
154
- }, "strip", z.ZodTypeAny, {
155
- content: {
156
- talkingText: string;
157
- endButtonText: string;
158
- listeningText: string;
159
- startButtonText: string;
160
- callToActionText: string;
161
- imageURL?: string | null | undefined;
162
- };
163
- renderMode: "full" | "compact" | "expand";
164
- }, {
165
- content: {
166
- talkingText: string;
167
- endButtonText: string;
168
- listeningText: string;
169
- startButtonText: string;
170
- callToActionText: string;
171
- imageURL?: string | null | undefined;
172
- };
173
- renderMode: "full" | "compact" | "expand";
174
- }>;
53
+ }, z.core.$strip>;
54
+ }, z.core.$strip>;
175
55
  export type WidgetSettingsVoiceSettings = z.infer<typeof WidgetSettingsVoiceSettingsDTO>;
176
56
  export declare const WidgetSettingsCommonSettingsLauncherDTO: z.ZodObject<{
177
- type: z.ZodNativeEnum<{
57
+ type: z.ZodEnum<{
178
58
  readonly ICON: "icon";
179
59
  readonly LABEL: "label";
180
60
  readonly BOTH: "both";
181
61
  }>;
182
62
  text: z.ZodOptional<z.ZodString>;
183
63
  imageURL: z.ZodOptional<z.ZodNullable<z.ZodString>>;
184
- }, "strip", z.ZodTypeAny, {
185
- type: "label" | "icon" | "both";
186
- text?: string | undefined;
187
- imageURL?: string | null | undefined;
188
- }, {
189
- type: "label" | "icon" | "both";
190
- text?: string | undefined;
191
- imageURL?: string | null | undefined;
192
- }>;
64
+ }, z.core.$strip>;
193
65
  export type WidgetSettingsCommonSettingsLauncher = z.infer<typeof WidgetSettingsCommonSettingsLauncherDTO>;
194
66
  export declare const WidgetSettingsCommonSettingsFooterLinkDTO: z.ZodObject<{
195
67
  enabled: z.ZodBoolean;
196
68
  text: z.ZodOptional<z.ZodString>;
197
69
  url: z.ZodOptional<z.ZodString>;
198
- }, "strip", z.ZodTypeAny, {
199
- enabled: boolean;
200
- url?: string | undefined;
201
- text?: string | undefined;
202
- }, {
203
- enabled: boolean;
204
- url?: string | undefined;
205
- text?: string | undefined;
206
- }>;
70
+ }, z.core.$strip>;
207
71
  export declare const WidgetSettingsCommonSettingsFeatureFlagsDTO: z.ZodRecord<z.ZodString, z.ZodBoolean>;
208
72
  export type WidgetSettingsCommonSettingsFooterLink = z.infer<typeof WidgetSettingsCommonSettingsFooterLinkDTO>;
209
73
  export declare const WidgetSettingsCommonSettingsDTO: z.ZodObject<{
210
74
  sideSpacing: z.ZodString;
211
75
  bottomSpacing: z.ZodString;
212
- position: z.ZodNativeEnum<{
76
+ position: z.ZodEnum<{
213
77
  readonly RIGHT: "right";
214
78
  readonly LEFT: "left";
215
79
  }>;
@@ -227,210 +91,52 @@ export declare const WidgetSettingsCommonSettingsDTO: z.ZodObject<{
227
91
  700: z.ZodString;
228
92
  800: z.ZodString;
229
93
  900: z.ZodString;
230
- }, "strip", z.ZodTypeAny, {
231
- 50: string;
232
- 100: string;
233
- 200: string;
234
- 300: string;
235
- 400: string;
236
- 500: string;
237
- 600: string;
238
- 700: string;
239
- 800: string;
240
- 900: string;
241
- }, {
242
- 50: string;
243
- 100: string;
244
- 200: string;
245
- 300: string;
246
- 400: string;
247
- 500: string;
248
- 600: string;
249
- 700: string;
250
- 800: string;
251
- 900: string;
252
- }>;
253
- }, "strip", z.ZodTypeAny, {
254
- color: string;
255
- palette: {
256
- 50: string;
257
- 100: string;
258
- 200: string;
259
- 300: string;
260
- 400: string;
261
- 500: string;
262
- 600: string;
263
- 700: string;
264
- 800: string;
265
- 900: string;
266
- };
267
- }, {
268
- color: string;
269
- palette: {
270
- 50: string;
271
- 100: string;
272
- 200: string;
273
- 300: string;
274
- 400: string;
275
- 500: string;
276
- 600: string;
277
- 700: string;
278
- 800: string;
279
- 900: string;
280
- };
281
- }>;
94
+ }, z.core.$strip>;
95
+ }, z.core.$strip>;
282
96
  poweredBy: z.ZodBoolean;
283
97
  launcher: z.ZodObject<{
284
- type: z.ZodNativeEnum<{
98
+ type: z.ZodEnum<{
285
99
  readonly ICON: "icon";
286
100
  readonly LABEL: "label";
287
101
  readonly BOTH: "both";
288
102
  }>;
289
103
  text: z.ZodOptional<z.ZodString>;
290
104
  imageURL: z.ZodOptional<z.ZodNullable<z.ZodString>>;
291
- }, "strip", z.ZodTypeAny, {
292
- type: "label" | "icon" | "both";
293
- text?: string | undefined;
294
- imageURL?: string | null | undefined;
295
- }, {
296
- type: "label" | "icon" | "both";
297
- text?: string | undefined;
298
- imageURL?: string | null | undefined;
299
- }>;
105
+ }, z.core.$strip>;
300
106
  footerLink: z.ZodObject<{
301
107
  enabled: z.ZodBoolean;
302
108
  text: z.ZodOptional<z.ZodString>;
303
109
  url: z.ZodOptional<z.ZodString>;
304
- }, "strip", z.ZodTypeAny, {
305
- enabled: boolean;
306
- url?: string | undefined;
307
- text?: string | undefined;
308
- }, {
309
- enabled: boolean;
310
- url?: string | undefined;
311
- text?: string | undefined;
312
- }>;
313
- persistence: z.ZodNativeEnum<{
110
+ }, z.core.$strip>;
111
+ persistence: z.ZodEnum<{
314
112
  readonly MEMORY: "memory";
315
113
  readonly LOCAL_STORAGE: "localStorage";
316
114
  readonly SESSION_STORAGE: "sessionStorage";
317
115
  }>;
318
116
  featureFlags: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
319
- }, "strip", z.ZodTypeAny, {
320
- fontFamily: string;
321
- sideSpacing: string;
322
- bottomSpacing: string;
323
- position: "right" | "left";
324
- primaryColor: {
325
- color: string;
326
- palette: {
327
- 50: string;
328
- 100: string;
329
- 200: string;
330
- 300: string;
331
- 400: string;
332
- 500: string;
333
- 600: string;
334
- 700: string;
335
- 800: string;
336
- 900: string;
337
- };
338
- };
339
- poweredBy: boolean;
340
- launcher: {
341
- type: "label" | "icon" | "both";
342
- text?: string | undefined;
343
- imageURL?: string | null | undefined;
344
- };
345
- footerLink: {
346
- enabled: boolean;
347
- url?: string | undefined;
348
- text?: string | undefined;
349
- };
350
- persistence: "memory" | "localStorage" | "sessionStorage";
351
- featureFlags?: Record<string, boolean> | undefined;
352
- }, {
353
- fontFamily: string;
354
- sideSpacing: string;
355
- bottomSpacing: string;
356
- position: "right" | "left";
357
- primaryColor: {
358
- color: string;
359
- palette: {
360
- 50: string;
361
- 100: string;
362
- 200: string;
363
- 300: string;
364
- 400: string;
365
- 500: string;
366
- 600: string;
367
- 700: string;
368
- 800: string;
369
- 900: string;
370
- };
371
- };
372
- poweredBy: boolean;
373
- launcher: {
374
- type: "label" | "icon" | "both";
375
- text?: string | undefined;
376
- imageURL?: string | null | undefined;
377
- };
378
- footerLink: {
379
- enabled: boolean;
380
- url?: string | undefined;
381
- text?: string | undefined;
382
- };
383
- persistence: "memory" | "localStorage" | "sessionStorage";
384
- featureFlags?: Record<string, boolean> | undefined;
385
- }>;
117
+ }, z.core.$strip>;
386
118
  export type WidgetSettingsCommonSettings = z.infer<typeof WidgetSettingsCommonSettingsDTO>;
387
119
  export declare const WidgetSettingsSecuritySettingsApprovedDomainsDTO: z.ZodObject<{
388
120
  enabled: z.ZodBoolean;
389
121
  domains: z.ZodString;
390
- }, "strip", z.ZodTypeAny, {
391
- enabled: boolean;
392
- domains: string;
393
- }, {
394
- enabled: boolean;
395
- domains: string;
396
- }>;
122
+ }, z.core.$strip>;
397
123
  export type WidgetSettingsSecuritySettingsApprovedDomains = z.infer<typeof WidgetSettingsSecuritySettingsApprovedDomainsDTO>;
398
124
  export declare const WidgetSettingsSecuritySettingsDTO: z.ZodObject<{
399
125
  approvedDomains: z.ZodObject<{
400
126
  enabled: z.ZodBoolean;
401
127
  domains: z.ZodString;
402
- }, "strip", z.ZodTypeAny, {
403
- enabled: boolean;
404
- domains: string;
405
- }, {
406
- enabled: boolean;
407
- domains: string;
408
- }>;
128
+ }, z.core.$strip>;
409
129
  disableTranscript: z.ZodBoolean;
410
130
  isTranscriptDownloadEnabled: z.ZodOptional<z.ZodBoolean>;
411
- }, "strip", z.ZodTypeAny, {
412
- approvedDomains: {
413
- enabled: boolean;
414
- domains: string;
415
- };
416
- disableTranscript: boolean;
417
- isTranscriptDownloadEnabled?: boolean | undefined;
418
- }, {
419
- approvedDomains: {
420
- enabled: boolean;
421
- domains: string;
422
- };
423
- disableTranscript: boolean;
424
- isTranscriptDownloadEnabled?: boolean | undefined;
425
- }>;
131
+ }, z.core.$strip>;
426
132
  export type WidgetSettingsSecuritySettings = z.infer<typeof WidgetSettingsSecuritySettingsDTO>;
427
133
  export declare const WidgetSettingsDTO: z.ZodObject<{
428
- type: z.ZodNativeEnum<{
134
+ type: z.ZodEnum<{
429
135
  readonly CHAT: "chat";
430
136
  readonly VOICE: "voice";
431
137
  }>;
432
138
  chat: z.ZodObject<{
433
- renderMode: z.ZodNativeEnum<{
139
+ renderMode: z.ZodEnum<{
434
140
  readonly EMBED: "embed";
435
141
  readonly WIDGET: "widget";
436
142
  readonly POPOVER: "popover";
@@ -438,39 +144,17 @@ export declare const WidgetSettingsDTO: z.ZodObject<{
438
144
  headerImage: z.ZodObject<{
439
145
  enabled: z.ZodBoolean;
440
146
  url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
441
- }, "strip", z.ZodTypeAny, {
442
- enabled: boolean;
443
- url?: string | null | undefined;
444
- }, {
445
- enabled: boolean;
446
- url?: string | null | undefined;
447
- }>;
147
+ }, z.core.$strip>;
448
148
  agentImage: z.ZodObject<{
449
149
  enabled: z.ZodBoolean;
450
150
  url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
451
- }, "strip", z.ZodTypeAny, {
452
- enabled: boolean;
453
- url?: string | null | undefined;
454
- }, {
455
- enabled: boolean;
456
- url?: string | null | undefined;
457
- }>;
151
+ }, z.core.$strip>;
458
152
  banner: z.ZodObject<{
459
153
  title: z.ZodString;
460
154
  description: z.ZodString;
461
155
  enabled: z.ZodBoolean;
462
156
  imageURL: z.ZodOptional<z.ZodNullable<z.ZodString>>;
463
- }, "strip", z.ZodTypeAny, {
464
- title: string;
465
- description: string;
466
- enabled: boolean;
467
- imageURL?: string | null | undefined;
468
- }, {
469
- title: string;
470
- description: string;
471
- enabled: boolean;
472
- imageURL?: string | null | undefined;
473
- }>;
157
+ }, z.core.$strip>;
474
158
  placeholderText: z.ZodString;
475
159
  disclaimer: z.ZodOptional<z.ZodObject<{
476
160
  enabled: z.ZodBoolean;
@@ -479,151 +163,29 @@ export declare const WidgetSettingsDTO: z.ZodObject<{
479
163
  primaryButtonText: z.ZodString;
480
164
  secondaryButtonText: z.ZodString;
481
165
  secondaryButtonURL: z.ZodString;
482
- }, "strip", z.ZodTypeAny, {
483
- title: string;
484
- description: string;
485
- enabled: boolean;
486
- primaryButtonText: string;
487
- secondaryButtonText: string;
488
- secondaryButtonURL: string;
489
- }, {
490
- title: string;
491
- description: string;
492
- enabled: boolean;
493
- primaryButtonText: string;
494
- secondaryButtonText: string;
495
- secondaryButtonURL: string;
496
- }>>;
166
+ }, z.core.$strip>>;
497
167
  aiDisclaimer: z.ZodObject<{
498
168
  text: z.ZodString;
499
169
  enabled: z.ZodBoolean;
500
- }, "strip", z.ZodTypeAny, {
501
- text: string;
502
- enabled: boolean;
503
- }, {
504
- text: string;
505
- enabled: boolean;
506
- }>;
170
+ }, z.core.$strip>;
507
171
  handoffToAgentImageURL: z.ZodOptional<z.ZodNullable<z.ZodString>>;
508
172
  streamingDisabled: z.ZodOptional<z.ZodBoolean>;
509
- responseLoader: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
173
+ responseLoader: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
510
174
  type: z.ZodLiteral<"dots">;
511
- }, "strip", z.ZodTypeAny, {
512
- type: "dots";
513
- }, {
514
- type: "dots";
515
- }>, z.ZodObject<{
175
+ }, z.core.$strip>, z.ZodObject<{
516
176
  type: z.ZodLiteral<"spinner-with-text">;
517
177
  text: z.ZodString;
518
- }, "strip", z.ZodTypeAny, {
519
- type: "spinner-with-text";
520
- text: string;
521
- }, {
522
- type: "spinner-with-text";
523
- text: string;
524
- }>]>>;
178
+ }, z.core.$strip>], "type">>;
525
179
  voiceInput: z.ZodBoolean;
526
180
  voiceOutput: z.ZodBoolean;
527
181
  voiceOutputMuted: z.ZodOptional<z.ZodBoolean>;
528
182
  voiceMode: z.ZodOptional<z.ZodBoolean>;
529
183
  fileUpload: z.ZodOptional<z.ZodObject<{
530
184
  enabled: z.ZodBoolean;
531
- }, "strip", z.ZodTypeAny, {
532
- enabled: boolean;
533
- }, {
534
- enabled: boolean;
535
- }>>;
536
- }, "strip", z.ZodTypeAny, {
537
- renderMode: "embed" | "widget" | "popover";
538
- headerImage: {
539
- enabled: boolean;
540
- url?: string | null | undefined;
541
- };
542
- agentImage: {
543
- enabled: boolean;
544
- url?: string | null | undefined;
545
- };
546
- banner: {
547
- title: string;
548
- description: string;
549
- enabled: boolean;
550
- imageURL?: string | null | undefined;
551
- };
552
- placeholderText: string;
553
- aiDisclaimer: {
554
- text: string;
555
- enabled: boolean;
556
- };
557
- voiceInput: boolean;
558
- voiceOutput: boolean;
559
- disclaimer?: {
560
- title: string;
561
- description: string;
562
- enabled: boolean;
563
- primaryButtonText: string;
564
- secondaryButtonText: string;
565
- secondaryButtonURL: string;
566
- } | undefined;
567
- handoffToAgentImageURL?: string | null | undefined;
568
- streamingDisabled?: boolean | undefined;
569
- responseLoader?: {
570
- type: "dots";
571
- } | {
572
- type: "spinner-with-text";
573
- text: string;
574
- } | undefined;
575
- voiceOutputMuted?: boolean | undefined;
576
- voiceMode?: boolean | undefined;
577
- fileUpload?: {
578
- enabled: boolean;
579
- } | undefined;
580
- }, {
581
- renderMode: "embed" | "widget" | "popover";
582
- headerImage: {
583
- enabled: boolean;
584
- url?: string | null | undefined;
585
- };
586
- agentImage: {
587
- enabled: boolean;
588
- url?: string | null | undefined;
589
- };
590
- banner: {
591
- title: string;
592
- description: string;
593
- enabled: boolean;
594
- imageURL?: string | null | undefined;
595
- };
596
- placeholderText: string;
597
- aiDisclaimer: {
598
- text: string;
599
- enabled: boolean;
600
- };
601
- voiceInput: boolean;
602
- voiceOutput: boolean;
603
- disclaimer?: {
604
- title: string;
605
- description: string;
606
- enabled: boolean;
607
- primaryButtonText: string;
608
- secondaryButtonText: string;
609
- secondaryButtonURL: string;
610
- } | undefined;
611
- handoffToAgentImageURL?: string | null | undefined;
612
- streamingDisabled?: boolean | undefined;
613
- responseLoader?: {
614
- type: "dots";
615
- } | {
616
- type: "spinner-with-text";
617
- text: string;
618
- } | undefined;
619
- voiceOutputMuted?: boolean | undefined;
620
- voiceMode?: boolean | undefined;
621
- fileUpload?: {
622
- enabled: boolean;
623
- } | undefined;
624
- }>;
185
+ }, z.core.$strip>>;
186
+ }, z.core.$strip>;
625
187
  voice: z.ZodObject<{
626
- renderMode: z.ZodNativeEnum<{
188
+ renderMode: z.ZodEnum<{
627
189
  readonly FULL: "full";
628
190
  readonly COMPACT: "compact";
629
191
  readonly EXPAND: "expand";
@@ -635,46 +197,12 @@ export declare const WidgetSettingsDTO: z.ZodObject<{
635
197
  listeningText: z.ZodString;
636
198
  startButtonText: z.ZodString;
637
199
  callToActionText: z.ZodString;
638
- }, "strip", z.ZodTypeAny, {
639
- talkingText: string;
640
- endButtonText: string;
641
- listeningText: string;
642
- startButtonText: string;
643
- callToActionText: string;
644
- imageURL?: string | null | undefined;
645
- }, {
646
- talkingText: string;
647
- endButtonText: string;
648
- listeningText: string;
649
- startButtonText: string;
650
- callToActionText: string;
651
- imageURL?: string | null | undefined;
652
- }>;
653
- }, "strip", z.ZodTypeAny, {
654
- content: {
655
- talkingText: string;
656
- endButtonText: string;
657
- listeningText: string;
658
- startButtonText: string;
659
- callToActionText: string;
660
- imageURL?: string | null | undefined;
661
- };
662
- renderMode: "full" | "compact" | "expand";
663
- }, {
664
- content: {
665
- talkingText: string;
666
- endButtonText: string;
667
- listeningText: string;
668
- startButtonText: string;
669
- callToActionText: string;
670
- imageURL?: string | null | undefined;
671
- };
672
- renderMode: "full" | "compact" | "expand";
673
- }>;
200
+ }, z.core.$strip>;
201
+ }, z.core.$strip>;
674
202
  common: z.ZodObject<{
675
203
  sideSpacing: z.ZodString;
676
204
  bottomSpacing: z.ZodString;
677
- position: z.ZodNativeEnum<{
205
+ position: z.ZodEnum<{
678
206
  readonly RIGHT: "right";
679
207
  readonly LEFT: "left";
680
208
  }>;
@@ -692,390 +220,38 @@ export declare const WidgetSettingsDTO: z.ZodObject<{
692
220
  700: z.ZodString;
693
221
  800: z.ZodString;
694
222
  900: z.ZodString;
695
- }, "strip", z.ZodTypeAny, {
696
- 50: string;
697
- 100: string;
698
- 200: string;
699
- 300: string;
700
- 400: string;
701
- 500: string;
702
- 600: string;
703
- 700: string;
704
- 800: string;
705
- 900: string;
706
- }, {
707
- 50: string;
708
- 100: string;
709
- 200: string;
710
- 300: string;
711
- 400: string;
712
- 500: string;
713
- 600: string;
714
- 700: string;
715
- 800: string;
716
- 900: string;
717
- }>;
718
- }, "strip", z.ZodTypeAny, {
719
- color: string;
720
- palette: {
721
- 50: string;
722
- 100: string;
723
- 200: string;
724
- 300: string;
725
- 400: string;
726
- 500: string;
727
- 600: string;
728
- 700: string;
729
- 800: string;
730
- 900: string;
731
- };
732
- }, {
733
- color: string;
734
- palette: {
735
- 50: string;
736
- 100: string;
737
- 200: string;
738
- 300: string;
739
- 400: string;
740
- 500: string;
741
- 600: string;
742
- 700: string;
743
- 800: string;
744
- 900: string;
745
- };
746
- }>;
223
+ }, z.core.$strip>;
224
+ }, z.core.$strip>;
747
225
  poweredBy: z.ZodBoolean;
748
226
  launcher: z.ZodObject<{
749
- type: z.ZodNativeEnum<{
227
+ type: z.ZodEnum<{
750
228
  readonly ICON: "icon";
751
229
  readonly LABEL: "label";
752
230
  readonly BOTH: "both";
753
231
  }>;
754
232
  text: z.ZodOptional<z.ZodString>;
755
233
  imageURL: z.ZodOptional<z.ZodNullable<z.ZodString>>;
756
- }, "strip", z.ZodTypeAny, {
757
- type: "label" | "icon" | "both";
758
- text?: string | undefined;
759
- imageURL?: string | null | undefined;
760
- }, {
761
- type: "label" | "icon" | "both";
762
- text?: string | undefined;
763
- imageURL?: string | null | undefined;
764
- }>;
234
+ }, z.core.$strip>;
765
235
  footerLink: z.ZodObject<{
766
236
  enabled: z.ZodBoolean;
767
237
  text: z.ZodOptional<z.ZodString>;
768
238
  url: z.ZodOptional<z.ZodString>;
769
- }, "strip", z.ZodTypeAny, {
770
- enabled: boolean;
771
- url?: string | undefined;
772
- text?: string | undefined;
773
- }, {
774
- enabled: boolean;
775
- url?: string | undefined;
776
- text?: string | undefined;
777
- }>;
778
- persistence: z.ZodNativeEnum<{
239
+ }, z.core.$strip>;
240
+ persistence: z.ZodEnum<{
779
241
  readonly MEMORY: "memory";
780
242
  readonly LOCAL_STORAGE: "localStorage";
781
243
  readonly SESSION_STORAGE: "sessionStorage";
782
244
  }>;
783
245
  featureFlags: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
784
- }, "strip", z.ZodTypeAny, {
785
- fontFamily: string;
786
- sideSpacing: string;
787
- bottomSpacing: string;
788
- position: "right" | "left";
789
- primaryColor: {
790
- color: string;
791
- palette: {
792
- 50: string;
793
- 100: string;
794
- 200: string;
795
- 300: string;
796
- 400: string;
797
- 500: string;
798
- 600: string;
799
- 700: string;
800
- 800: string;
801
- 900: string;
802
- };
803
- };
804
- poweredBy: boolean;
805
- launcher: {
806
- type: "label" | "icon" | "both";
807
- text?: string | undefined;
808
- imageURL?: string | null | undefined;
809
- };
810
- footerLink: {
811
- enabled: boolean;
812
- url?: string | undefined;
813
- text?: string | undefined;
814
- };
815
- persistence: "memory" | "localStorage" | "sessionStorage";
816
- featureFlags?: Record<string, boolean> | undefined;
817
- }, {
818
- fontFamily: string;
819
- sideSpacing: string;
820
- bottomSpacing: string;
821
- position: "right" | "left";
822
- primaryColor: {
823
- color: string;
824
- palette: {
825
- 50: string;
826
- 100: string;
827
- 200: string;
828
- 300: string;
829
- 400: string;
830
- 500: string;
831
- 600: string;
832
- 700: string;
833
- 800: string;
834
- 900: string;
835
- };
836
- };
837
- poweredBy: boolean;
838
- launcher: {
839
- type: "label" | "icon" | "both";
840
- text?: string | undefined;
841
- imageURL?: string | null | undefined;
842
- };
843
- footerLink: {
844
- enabled: boolean;
845
- url?: string | undefined;
846
- text?: string | undefined;
847
- };
848
- persistence: "memory" | "localStorage" | "sessionStorage";
849
- featureFlags?: Record<string, boolean> | undefined;
850
- }>;
246
+ }, z.core.$strip>;
851
247
  security: z.ZodOptional<z.ZodObject<{
852
248
  approvedDomains: z.ZodObject<{
853
249
  enabled: z.ZodBoolean;
854
250
  domains: z.ZodString;
855
- }, "strip", z.ZodTypeAny, {
856
- enabled: boolean;
857
- domains: string;
858
- }, {
859
- enabled: boolean;
860
- domains: string;
861
- }>;
251
+ }, z.core.$strip>;
862
252
  disableTranscript: z.ZodBoolean;
863
253
  isTranscriptDownloadEnabled: z.ZodOptional<z.ZodBoolean>;
864
- }, "strip", z.ZodTypeAny, {
865
- approvedDomains: {
866
- enabled: boolean;
867
- domains: string;
868
- };
869
- disableTranscript: boolean;
870
- isTranscriptDownloadEnabled?: boolean | undefined;
871
- }, {
872
- approvedDomains: {
873
- enabled: boolean;
874
- domains: string;
875
- };
876
- disableTranscript: boolean;
877
- isTranscriptDownloadEnabled?: boolean | undefined;
878
- }>>;
879
- }, "strip", z.ZodTypeAny, {
880
- type: "voice" | "chat";
881
- voice: {
882
- content: {
883
- talkingText: string;
884
- endButtonText: string;
885
- listeningText: string;
886
- startButtonText: string;
887
- callToActionText: string;
888
- imageURL?: string | null | undefined;
889
- };
890
- renderMode: "full" | "compact" | "expand";
891
- };
892
- chat: {
893
- renderMode: "embed" | "widget" | "popover";
894
- headerImage: {
895
- enabled: boolean;
896
- url?: string | null | undefined;
897
- };
898
- agentImage: {
899
- enabled: boolean;
900
- url?: string | null | undefined;
901
- };
902
- banner: {
903
- title: string;
904
- description: string;
905
- enabled: boolean;
906
- imageURL?: string | null | undefined;
907
- };
908
- placeholderText: string;
909
- aiDisclaimer: {
910
- text: string;
911
- enabled: boolean;
912
- };
913
- voiceInput: boolean;
914
- voiceOutput: boolean;
915
- disclaimer?: {
916
- title: string;
917
- description: string;
918
- enabled: boolean;
919
- primaryButtonText: string;
920
- secondaryButtonText: string;
921
- secondaryButtonURL: string;
922
- } | undefined;
923
- handoffToAgentImageURL?: string | null | undefined;
924
- streamingDisabled?: boolean | undefined;
925
- responseLoader?: {
926
- type: "dots";
927
- } | {
928
- type: "spinner-with-text";
929
- text: string;
930
- } | undefined;
931
- voiceOutputMuted?: boolean | undefined;
932
- voiceMode?: boolean | undefined;
933
- fileUpload?: {
934
- enabled: boolean;
935
- } | undefined;
936
- };
937
- common: {
938
- fontFamily: string;
939
- sideSpacing: string;
940
- bottomSpacing: string;
941
- position: "right" | "left";
942
- primaryColor: {
943
- color: string;
944
- palette: {
945
- 50: string;
946
- 100: string;
947
- 200: string;
948
- 300: string;
949
- 400: string;
950
- 500: string;
951
- 600: string;
952
- 700: string;
953
- 800: string;
954
- 900: string;
955
- };
956
- };
957
- poweredBy: boolean;
958
- launcher: {
959
- type: "label" | "icon" | "both";
960
- text?: string | undefined;
961
- imageURL?: string | null | undefined;
962
- };
963
- footerLink: {
964
- enabled: boolean;
965
- url?: string | undefined;
966
- text?: string | undefined;
967
- };
968
- persistence: "memory" | "localStorage" | "sessionStorage";
969
- featureFlags?: Record<string, boolean> | undefined;
970
- };
971
- security?: {
972
- approvedDomains: {
973
- enabled: boolean;
974
- domains: string;
975
- };
976
- disableTranscript: boolean;
977
- isTranscriptDownloadEnabled?: boolean | undefined;
978
- } | undefined;
979
- }, {
980
- type: "voice" | "chat";
981
- voice: {
982
- content: {
983
- talkingText: string;
984
- endButtonText: string;
985
- listeningText: string;
986
- startButtonText: string;
987
- callToActionText: string;
988
- imageURL?: string | null | undefined;
989
- };
990
- renderMode: "full" | "compact" | "expand";
991
- };
992
- chat: {
993
- renderMode: "embed" | "widget" | "popover";
994
- headerImage: {
995
- enabled: boolean;
996
- url?: string | null | undefined;
997
- };
998
- agentImage: {
999
- enabled: boolean;
1000
- url?: string | null | undefined;
1001
- };
1002
- banner: {
1003
- title: string;
1004
- description: string;
1005
- enabled: boolean;
1006
- imageURL?: string | null | undefined;
1007
- };
1008
- placeholderText: string;
1009
- aiDisclaimer: {
1010
- text: string;
1011
- enabled: boolean;
1012
- };
1013
- voiceInput: boolean;
1014
- voiceOutput: boolean;
1015
- disclaimer?: {
1016
- title: string;
1017
- description: string;
1018
- enabled: boolean;
1019
- primaryButtonText: string;
1020
- secondaryButtonText: string;
1021
- secondaryButtonURL: string;
1022
- } | undefined;
1023
- handoffToAgentImageURL?: string | null | undefined;
1024
- streamingDisabled?: boolean | undefined;
1025
- responseLoader?: {
1026
- type: "dots";
1027
- } | {
1028
- type: "spinner-with-text";
1029
- text: string;
1030
- } | undefined;
1031
- voiceOutputMuted?: boolean | undefined;
1032
- voiceMode?: boolean | undefined;
1033
- fileUpload?: {
1034
- enabled: boolean;
1035
- } | undefined;
1036
- };
1037
- common: {
1038
- fontFamily: string;
1039
- sideSpacing: string;
1040
- bottomSpacing: string;
1041
- position: "right" | "left";
1042
- primaryColor: {
1043
- color: string;
1044
- palette: {
1045
- 50: string;
1046
- 100: string;
1047
- 200: string;
1048
- 300: string;
1049
- 400: string;
1050
- 500: string;
1051
- 600: string;
1052
- 700: string;
1053
- 800: string;
1054
- 900: string;
1055
- };
1056
- };
1057
- poweredBy: boolean;
1058
- launcher: {
1059
- type: "label" | "icon" | "both";
1060
- text?: string | undefined;
1061
- imageURL?: string | null | undefined;
1062
- };
1063
- footerLink: {
1064
- enabled: boolean;
1065
- url?: string | undefined;
1066
- text?: string | undefined;
1067
- };
1068
- persistence: "memory" | "localStorage" | "sessionStorage";
1069
- featureFlags?: Record<string, boolean> | undefined;
1070
- };
1071
- security?: {
1072
- approvedDomains: {
1073
- enabled: boolean;
1074
- domains: string;
1075
- };
1076
- disableTranscript: boolean;
1077
- isTranscriptDownloadEnabled?: boolean | undefined;
1078
- } | undefined;
1079
- }>;
254
+ }, z.core.$strip>>;
255
+ }, z.core.$strip>;
1080
256
  export type WidgetSettings = z.infer<typeof WidgetSettingsDTO>;
1081
257
  //# sourceMappingURL=widget-settings.dto.d.ts.map