@enplug/sdk-dashboard
Advanced tools
Comparing version 5.4.20-dev to 5.4.21-dev
{ | ||
"name": "@enplug/sdk-dashboard", | ||
"version": "5.4.20-dev", | ||
"version": "5.4.21-dev", | ||
"description": "Enplug Dashboard SDK", | ||
@@ -5,0 +5,0 @@ "typings": "./index.d.ts", |
@@ -294,2 +294,11 @@ import { Asset, DefaultAssetLevel, DeployDialogOptions, EnplugAccount, EnplugUser, FeedData, Layout, ThemeDefinition, ThemeAsset, FontDefinition, FontsApiItem, DefaultAsset, ZoningAppsResponse, ZoningConfig, AccountCustomPropertiesResponse, AccountInfoResponse } from './external-types'; | ||
deleteAssetHistory(id: string | string[]): Promise<void>; | ||
/** | ||
* Restores an asset version. | ||
* | ||
* @param T - Model of Asset's current version value | ||
* @param asset - An asset to restore. | ||
* | ||
* @returns Promise resolving with the restored asset version. | ||
*/ | ||
restoreVersion<T>(asset: Asset<T>): Promise<Asset<T>>; | ||
} |
@@ -164,3 +164,4 @@ /** | ||
DeleteAssetHistory = "app.deleteAssetHistory", | ||
RestoreVersion = "app.restoreVersion", | ||
RefreshTwitterFeed = "social.refreshTwitterFeed" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
259964
3582