@enplug/dashboard-sdk
Advanced tools
Comparing version 4.7.13 to 4.7.14
@@ -0,0 +0,0 @@ (function (window) { |
@@ -149,2 +149,3 @@ /* - DASHBOARD types - */ | ||
Id: string | null; // Asset ID | ||
Schedule?: Schedule; | ||
Value: T; // Value object provided when created | ||
@@ -155,2 +156,22 @@ VenueIds: string[]; // Array of Ids of Display Groups this asset is currently deployed to | ||
export interface Schedule { | ||
ActivationDate?: string; // "2019-03-27T00:00:00" | ||
ActiveDays: string[]; // Limit days | ||
Created: string; // WCF date | ||
DeleteWhenExpired: boolean; | ||
ExpirationCount: number; | ||
ExpirationDate: string; // "2019-03-27T00:00:00" | ||
Id: string; // Schedule ID | ||
IsDeleted: boolean; | ||
IsPriority: boolean; | ||
LastSaved: string; // WCF date | ||
PlayTimes: TimeRange[]; | ||
Recurrence: number; | ||
} | ||
export interface TimeRange { | ||
StartTime: string; // "2019-03-27T00:00:00" | ||
EndTime: string; // "2019-03-27T00:00:00" | ||
} | ||
export interface ThemeAsset<T> { | ||
@@ -157,0 +178,0 @@ Id: string | null; |
{ | ||
"name": "@enplug/dashboard-sdk", | ||
"version": "4.7.13", | ||
"version": "4.7.14", | ||
"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
313812
16
3383