@i2analyze/notebook-sdk 1.8.0-dev.21 → 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.
- package/lib/gen/notebook-sdk-public.d.ts +1 -1
- package/lib/index.js +1 -1
- package/package.json +1 -1
|
@@ -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