@enplug/sdk-dashboard
Advanced tools
Comparing version 5.3.7 to 5.3.8-dev.1
@@ -0,0 +0,0 @@ import { EnplugDashboardSDK } from './types'; |
{ | ||
"name": "@enplug/sdk-dashboard", | ||
"version": "5.3.7", | ||
"version": "5.3.8-dev.1", | ||
"description": "Enplug Dashboard SDK", | ||
@@ -5,0 +5,0 @@ "types": "./index.d.ts", |
@@ -0,0 +0,0 @@ import { Asset, DefaultAssetLevel, DeployDialogOptions, DisplayGroup, EnplugAccount, EnplugUser, FeedData, Layout, ThemeDefinition, ThemeAsset, FontDefinition, FontsApiItem, DefaultAsset, ZoningAppsResponse, ZoningConfig, AccountCustomPropertiesResponse } from './external-types'; |
@@ -0,0 +0,0 @@ import { InboundMessage, OutboundMessage } from '../internal-types'; |
@@ -0,0 +0,0 @@ import { Asset, Button, DisplaySelectorCallback, FeedData, Layout, OpenConfirmOptions, ThemeAsset, EncodingStatusResult, UploaderOptions, UploadedFileResult, ApiDataConnectorOptions, DataConnectionConfig, AssetPreviewRequest, AssetPreviewData } from './external-types'; |
@@ -486,3 +486,8 @@ /** These are meant to available to client apps */ | ||
zoningConfig?: ZoningConfig; | ||
sizingConfig?: SizingConfig; | ||
} | ||
export interface SizingConfig { | ||
width: number; | ||
height: number; | ||
} | ||
export interface ZoningConfig { | ||
@@ -489,0 +494,0 @@ zoning: 'banner' | 'ticker'; |
export * from './external-types'; | ||
export * from './sdk'; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ import { Account } from './account'; |
@@ -0,0 +0,0 @@ import { BridgeBase } from './bridge/bridge-base'; |
@@ -0,0 +0,0 @@ export declare function validateArray(arg: any, message: string): void; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
209715
2741
2