@enplug/sdk-dashboard
Advanced tools
Comparing version 5.4.30 to 5.4.31
{ | ||
"name": "@enplug/sdk-dashboard", | ||
"version": "5.4.30", | ||
"version": "5.4.31", | ||
"description": "Enplug Dashboard SDK", | ||
@@ -5,0 +5,0 @@ "typings": "./index.d.ts", |
@@ -372,2 +372,6 @@ import { Asset, Button, DisplaySelectorCallback, FeedData, Layout, OpenConfirmOptions, ThemeAsset, EncodingStatusResult, UploaderOptions, UploadedFileResult, ApiDataConnectorOptions, DataConnectionConfig, AssetPreviewRequest, AssetPreviewData } from './external-types'; | ||
/** | ||
* Creates new assets and begins encoding process | ||
*/ | ||
processAssetResource<T>(accountId: string, appId: string, assets: Array<Asset<T>>): Promise<any>; | ||
/** | ||
* The last callback registered with the dashboard title bar. | ||
@@ -374,0 +378,0 @@ */ |
@@ -166,3 +166,4 @@ /** | ||
RestoreVersion = "app.restoreVersion", | ||
RefreshTwitterFeed = "social.refreshTwitterFeed" | ||
RefreshTwitterFeed = "social.refreshTwitterFeed", | ||
ProcessAssetResource = "dashboard.processAssetResource" | ||
} |
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
263854
3629