@deepdesk/deepdesk-sdk 10.3.1-beta.4 → 10.3.1-beta.5

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.
package/dist/index.d.mts CHANGED
@@ -191,6 +191,7 @@ declare enum Sources {
191
191
  SEARCH_URL = "search-url"
192
192
  }
193
193
  declare enum InputType {
194
+ ENTER = "enter",
194
195
  TAB = "tab",
195
196
  ARROW = "arrow",
196
197
  HOTKEY = "hotkey",
package/dist/index.d.ts CHANGED
@@ -191,6 +191,7 @@ declare enum Sources {
191
191
  SEARCH_URL = "search-url"
192
192
  }
193
193
  declare enum InputType {
194
+ ENTER = "enter",
194
195
  TAB = "tab",
195
196
  ARROW = "arrow",
196
197
  HOTKEY = "hotkey",