orgnote-api 0.41.27 → 0.41.28

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.
@@ -272,6 +272,7 @@ export declare const I18N: {
272
272
  HIDE_MOBILE_FILE_SEARCH: DefaultCommands.HIDE_MOBILE_FILE_SEARCH;
273
273
  OPEN_NOTE: DefaultCommands.OPEN_NOTE;
274
274
  SHOW_FILE_INFO: DefaultCommands.SHOW_FILE_INFO;
275
+ OPEN_FILE_ACTIONS: DefaultCommands.OPEN_FILE_ACTIONS;
275
276
  TABS: DefaultCommands.TABS;
276
277
  SHOW_TAB_SWITCHER: DefaultCommands.SHOW_TAB_SWITCHER;
277
278
  CLOSE_TAB: DefaultCommands.CLOSE_TAB;
@@ -83,6 +83,7 @@ export declare enum DefaultCommands {
83
83
  HIDE_MOBILE_FILE_SEARCH = "hide mobile file search",
84
84
  OPEN_NOTE = "open note",
85
85
  SHOW_FILE_INFO = "show file info",
86
+ OPEN_FILE_ACTIONS = "open file actions",
86
87
  TABS = "show tabs",
87
88
  SHOW_TAB_SWITCHER = "show tab switcher",
88
89
  CLOSE_TAB = "close tab",
@@ -99,6 +99,7 @@ export var DefaultCommands;
99
99
  // Notes commands
100
100
  DefaultCommands["OPEN_NOTE"] = "open note";
101
101
  DefaultCommands["SHOW_FILE_INFO"] = "show file info";
102
+ DefaultCommands["OPEN_FILE_ACTIONS"] = "open file actions";
102
103
  // Windows & buffers
103
104
  DefaultCommands["TABS"] = "show tabs";
104
105
  DefaultCommands["SHOW_TAB_SWITCHER"] = "show tab switcher";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "orgnote-api",
3
- "version": "0.41.27",
3
+ "version": "0.41.28",
4
4
  "description": "Official API for creating extensions for OrgNote app",
5
5
  "type": "module",
6
6
  "main": "./index.js",