@enplug/sdk-dashboard
Advanced tools
Comparing version 5.4.11 to 5.4.12-dev
{ | ||
"name": "@enplug/sdk-dashboard", | ||
"version": "5.4.11", | ||
"version": "5.4.12-dev", | ||
"description": "Enplug Dashboard SDK", | ||
@@ -5,0 +5,0 @@ "typings": "./index.d.ts", |
@@ -344,3 +344,3 @@ import { Asset, Button, DisplaySelectorCallback, FeedData, Layout, OpenConfirmOptions, ThemeAsset, EncodingStatusResult, UploaderOptions, UploadedFileResult, ApiDataConnectorOptions, DataConnectionConfig, AssetPreviewRequest, AssetPreviewData } from './external-types'; | ||
*/ | ||
connectData(options: ApiDataConnectorOptions): Promise<DataConnectionConfig>; | ||
connectData(options: ApiDataConnectorOptions | ApiDataConnectorOptions[]): Promise<DataConnectionConfig>; | ||
/** | ||
@@ -347,0 +347,0 @@ * @internal |
@@ -104,2 +104,5 @@ /** These are meant to available to client apps */ | ||
HasError: boolean; | ||
Id?: string; | ||
AssetId?: string; | ||
AssetDataId?: string; | ||
} | ||
@@ -448,2 +451,5 @@ export interface Schedule { | ||
hasError: boolean; | ||
id?: string; | ||
assetId?: string; | ||
assetDataId?: string; | ||
} | ||
@@ -450,0 +456,0 @@ export interface ConnectionParams { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
246858
3414
0
2