@enplug/sdk-dashboard
Advanced tools
Comparing version 5.4.27 to 5.4.28
{ | ||
"name": "@enplug/sdk-dashboard", | ||
"version": "5.4.27", | ||
"version": "5.4.28", | ||
"description": "Enplug Dashboard SDK", | ||
@@ -5,0 +5,0 @@ "typings": "./index.d.ts", |
@@ -356,3 +356,3 @@ import { Asset, Button, DisplaySelectorCallback, FeedData, Layout, OpenConfirmOptions, ThemeAsset, EncodingStatusResult, UploaderOptions, UploadedFileResult, ApiDataConnectorOptions, DataConnectionConfig, AssetPreviewRequest, AssetPreviewData } from './external-types'; | ||
*/ | ||
resourcesEncodingStatus(ids: string[], byAssetId?: boolean, isContentLibrary?: boolean): Promise<EncodingStatusResult[]>; | ||
resourcesEncodingStatus(ids: string[], byAssetId?: boolean): Promise<EncodingStatusResult[]>; | ||
/** | ||
@@ -359,0 +359,0 @@ * Opens content interval settings dialog for Ad Scheduler app. |
@@ -96,2 +96,3 @@ /** These are meant to available to client apps */ | ||
Filter?: string; | ||
FilterValue?: string; | ||
Start?: number; | ||
@@ -165,4 +166,5 @@ Limit?: number; | ||
adjustPosition?: boolean; | ||
backgroundFont?: boolean; | ||
} | ||
export declare type ThemePropertyType = 'color' | 'font' | 'backgroundSelector' | 'backgroundColor' | 'fontSize'; | ||
export declare type ThemePropertyType = 'color' | 'font' | 'backgroundSelector' | 'backgroundColor' | 'fontSize' | 'subSection'; | ||
export declare type Orientation = 'landscape' | 'portrait'; | ||
@@ -437,2 +439,3 @@ export declare type WidgetType = 'main' | 'banner' | 'ticker'; | ||
filter?: string; | ||
filterValue?: string; | ||
start?: number; | ||
@@ -449,2 +452,3 @@ limit?: number; | ||
filter?: string; | ||
filterValue?: string; | ||
start?: number; | ||
@@ -451,0 +455,0 @@ limit?: number; |
Sorry, the diff of this file is too big to display
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
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
3587
260133