@enplug/sdk-dashboard
Advanced tools
Comparing version 5.1.15-ls-1 to 5.1.15-ls-2
{ | ||
"name": "@enplug/sdk-dashboard", | ||
"version": "5.1.15-ls-1", | ||
"version": "5.1.15-ls-2", | ||
"description": "Enplug Dashboard SDK", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.ts", |
@@ -294,2 +294,9 @@ import { | ||
getZoningApps() { | ||
return this.bridge.sendMessage({ | ||
namespace: MessageNamespaces.App, | ||
name: MessageNames.GetZoningApps, | ||
}); | ||
} | ||
/** | ||
@@ -296,0 +303,0 @@ * Loads available fonts for the current app or for specified appId. |
@@ -109,2 +109,3 @@ /** | ||
GetDefaultAssets = 'app.getDefaultAssets', | ||
GetZoningApps = 'app.getZoningApps', | ||
GetFonts = 'app.getFonts', | ||
@@ -111,0 +112,0 @@ GetThemes = 'app.getThemes', |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
204556
3248