@deepdesk/deepdesk-sdk 11.6.1-beta.6 → 12.0.0

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
@@ -201,7 +201,8 @@ declare enum InputType {
201
201
  TAB = "tab",
202
202
  ARROW = "arrow",
203
203
  HOTKEY = "hotkey",
204
- MOUSE = "mouse"
204
+ MOUSE = "mouse",
205
+ SPACE = "space"
205
206
  }
206
207
 
207
208
  /**
package/dist/index.d.ts CHANGED
@@ -201,7 +201,8 @@ declare enum InputType {
201
201
  TAB = "tab",
202
202
  ARROW = "arrow",
203
203
  HOTKEY = "hotkey",
204
- MOUSE = "mouse"
204
+ MOUSE = "mouse",
205
+ SPACE = "space"
205
206
  }
206
207
 
207
208
  /**