@enplug/sdk-dashboard
Advanced tools
Comparing version 5.4.47-11 to 5.4.47-2-dev1
{ | ||
"name": "@enplug/sdk-dashboard", | ||
"version": "5.4.47-11", | ||
"version": "5.4.47-2-dev1", | ||
"description": "Enplug Dashboard SDK", | ||
@@ -5,0 +5,0 @@ "typings": "./index.d.ts", |
@@ -1,2 +0,2 @@ | ||
import { Asset, DefaultAssetLevel, DeployDialogOptions, EnplugAccount, EnplugUser, FeedData, Layout, ThemeDefinition, ThemeAsset, FontDefinition, FontsApiItem, DefaultAsset, ZoningAppsResponse, ZoningConfig, AccountCustomPropertiesResponse, AccountInfoResponse, PaginationConfig } from './external-types'; | ||
import { Asset, DefaultAssetLevel, DeployDialogOptions, EnplugAccount, EnplugUser, FeedData, Layout, ThemeDefinition, ThemeAsset, FontDefinition, FontsApiItem, DefaultAsset, ZoningAppsResponse, ZoningConfig, AccountCustomPropertiesResponse, AccountInfoResponse } from './external-types'; | ||
import { BridgeBase } from './bridge/bridge-base'; | ||
@@ -53,7 +53,6 @@ /** | ||
* @param T - Model of asset's value | ||
* @param options - These options implement the new pagination, if you don't want to use it send this parameter as null | ||
* | ||
* @returns Array of assets added by current app filtered by the {@link setDisplaySelectorCallback|Display Group selection} if it is set. | ||
*/ | ||
getAssets<T>(options?: PaginationConfig): Promise<Array<Asset<T>>>; | ||
getAssets<T>(): Promise<Array<Asset<T>>>; | ||
/** | ||
@@ -60,0 +59,0 @@ * Loads an array of assets by Ids. |
@@ -271,2 +271,3 @@ /** These are meant to available to client apps */ | ||
assetIdToReplace?: string; | ||
showRatioNotification?: boolean; | ||
} | ||
@@ -570,7 +571,2 @@ export interface UploadedFileResult extends FilepickerUploadedFile { | ||
} | ||
export interface PaginationConfig { | ||
page: number; | ||
enableNewPagination: boolean; | ||
limit: number; | ||
} | ||
export interface ZoningAppsResponse { | ||
@@ -577,0 +573,0 @@ BannerApps: ZoningApp[]; |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
267661
3692
1