@enplug/sdk-dashboard
Advanced tools
Comparing version 5.4.47-dev-12 to 5.4.47-dev-13
{ | ||
"name": "@enplug/sdk-dashboard", | ||
"version": "5.4.47-dev-12", | ||
"version": "5.4.47-dev-13", | ||
"description": "Enplug Dashboard SDK", | ||
@@ -5,0 +5,0 @@ "typings": "./index.d.ts", |
@@ -56,3 +56,3 @@ import { Asset, DefaultAssetLevel, DeployDialogOptions, EnplugAccount, EnplugUser, FeedData, Layout, ThemeDefinition, ThemeAsset, FontDefinition, FontsApiItem, DefaultAsset, ZoningAppsResponse, ZoningConfig, AccountCustomPropertiesResponse, AccountInfoResponse, PaginationConfig, PaginationResponse } from './external-types'; | ||
*/ | ||
getAssets<T>(options?: PaginationConfig): Promise<Array<Asset<T>>>; | ||
getAssets<T>(): Promise<Array<Asset<T>>>; | ||
/** | ||
@@ -65,3 +65,3 @@ * Loads an array of assets for the current app instance. | ||
* @param options - These options implement the new pagination, if you don't want to use it send this parameter as null | ||
* @returns Areturns the assets and pagination | ||
* @returns Array the assets and pagination object | ||
*/ | ||
@@ -68,0 +68,0 @@ getAssetsPagination<T>(options: PaginationConfig): Promise<{ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
271863
3746