@enplug/dashboard-sdk
Advanced tools
Comparing version 4.7.6-13867-2 to 4.7.6-13867-3
@@ -306,4 +306,9 @@ /* - DASHBOARD types - */ | ||
*/ | ||
getSelectedDisplayId(onSuccess: (groupId: string | null) => void, onError?: Function): CallId; | ||
getSelectedDisplayId(onSuccess: () => void, onError?: Function): CallId; | ||
/** | ||
* Loads list of displays which have assets with PriprityPlay deployed. | ||
*/ | ||
getDisplaysWithPriorityPlay(onSuccess, onError?: Function): CallId; | ||
/*************** | ||
@@ -432,2 +437,7 @@ * ASSETS | ||
export interface VenueWithPriorityPlayApp { | ||
VenueId: string; | ||
AppId: string; | ||
AppName: string; | ||
} | ||
@@ -434,0 +444,0 @@ /* - SOCIAL types - */ |
{ | ||
"name": "@enplug/dashboard-sdk", | ||
"version": "4.7.6-13867-2", | ||
"version": "4.7.6-13867-3", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
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
314338
3414