@enplug/sdk-dashboard
Advanced tools
Comparing version 5.4.10 to 5.4.11-dev
{ | ||
"name": "@enplug/sdk-dashboard", | ||
"version": "5.4.10", | ||
"version": "5.4.11-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 |
@@ -18,2 +18,4 @@ /** These are meant to available to client apps */ | ||
PullDataBindingConfig?: PullDataBindingConfig; | ||
MultipleAssetData?: AssetDataBackendValue[]; | ||
MultiplePullDataBindingConfig?: PullDataBindingConfig[]; | ||
/** Optional Theme Id if set */ | ||
@@ -48,2 +50,3 @@ ThemeId?: string; | ||
DataBoundSchedule: DataBoundScheduleBackend; | ||
Id?: string; | ||
} | ||
@@ -434,2 +437,3 @@ export interface DataCollectionBackend { | ||
hasError: boolean; | ||
profile?: string; | ||
} | ||
@@ -436,0 +440,0 @@ export interface PullConnectionConfig { |
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
246728
3408
2