@i2analyze/notebook-sdk 1.8.0-dev.20 → 1.8.0-dev.22

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.
@@ -2484,7 +2484,7 @@ export declare namespace commands {
2484
2484
  * A common specifier for a tab in the application ribbon.
2485
2485
  * @i2since 1.7
2486
2486
  */
2487
- export type TabSpecifier = RibbonTabId | IRibbonTabActionArea | IHomeTabActionArea;
2487
+ export type TabSpecifier = RibbonTabId | IRibbonTabActionArea | IHomeTabActionArea | ICollectTabActionArea | IAnalyzeTabActionArea | IDisseminateTabActionArea;
2488
2488
  /**
2489
2489
  * An area that represents the **Home** tab in the application ribbon, which contains system groups.
2490
2490
  * @i2since 1.6
@@ -4084,7 +4084,7 @@ export declare interface NotebookStatic {
4084
4084
  * @public
4085
4085
  * @i2since 1.0
4086
4086
  */
4087
- getEntryPointApi(pluginId: string, apiVersion: '1.0' | '1.1' | '1.2' | '1.3' | '1.4' | '1.5' | '1.6' | '1.7'): Promise<IEntryPointApi>;
4087
+ getEntryPointApi(pluginId: string, apiVersion: '1.0' | '1.1' | '1.2' | '1.3' | '1.4' | '1.5' | '1.6' | '1.7' | '1.8'): Promise<IEntryPointApi>;
4088
4088
  }
4089
4089
 
4090
4090
  /**
package/lib/index.js CHANGED
@@ -2,7 +2,7 @@
2
2
  * i2, i2 Group, the i2 Group logo, and i2group.com are trademarks of N.Harris Computer Corporation.
3
3
  * © N.Harris Computer Corporation (2022)
4
4
  */
5
- const apiVersion = '1.7';
5
+ const apiVersion = '1.8';
6
6
  /**
7
7
  * Retrieves the plug-in entry point API.
8
8
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@i2analyze/notebook-sdk",
3
- "version": "1.8.0-dev.20",
3
+ "version": "1.8.0-dev.22",
4
4
  "description": "i2 Notebook SDK",
5
5
  "license": "MIT",
6
6
  "publishConfig": {