orgnote-api 0.40.26 → 0.40.27

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.
@@ -152,7 +152,8 @@ export declare enum i18n {
152
152
  AUTH_LOGIN_DESCRIPTION = "sign in to your account",
153
153
  AUTH_INVALID_CALLBACK_PARAMS = "invalid authentication callback parameters",
154
154
  AUTH_REMOVE_ACCOUNT_DESCRIPTION = "permanently delete your account",
155
- AUTH_GROUP = "auth"
155
+ AUTH_GROUP = "auth",
156
+ TABS_COUNT = "tabsCount"
156
157
  }
157
158
  export declare const I18N: {
158
159
  REPORT_BUG: DefaultCommands.REPORT_BUG;
@@ -380,5 +381,6 @@ export declare const I18N: {
380
381
  AUTH_INVALID_CALLBACK_PARAMS: i18n.AUTH_INVALID_CALLBACK_PARAMS;
381
382
  AUTH_REMOVE_ACCOUNT_DESCRIPTION: i18n.AUTH_REMOVE_ACCOUNT_DESCRIPTION;
382
383
  AUTH_GROUP: i18n.AUTH_GROUP;
384
+ TABS_COUNT: i18n.TABS_COUNT;
383
385
  };
384
386
  export type I18N = i18n | DefaultCommands;
@@ -160,6 +160,8 @@ export var i18n;
160
160
  i18n["AUTH_INVALID_CALLBACK_PARAMS"] = "invalid authentication callback parameters";
161
161
  i18n["AUTH_REMOVE_ACCOUNT_DESCRIPTION"] = "permanently delete your account";
162
162
  i18n["AUTH_GROUP"] = "auth";
163
+ // Tabs
164
+ i18n["TABS_COUNT"] = "tabsCount";
163
165
  })(i18n || (i18n = {}));
164
166
  export const I18N = {
165
167
  ...i18n,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "orgnote-api",
3
- "version": "0.40.26",
3
+ "version": "0.40.27",
4
4
  "description": "Official API for creating extensions for OrgNote app",
5
5
  "type": "module",
6
6
  "main": "./index.js",