@enplug/sdk-dashboard
Advanced tools
Comparing version 5.4.42 to 5.4.43
{ | ||
"name": "@enplug/sdk-dashboard", | ||
"version": "5.4.42", | ||
"version": "5.4.43", | ||
"description": "Enplug Dashboard SDK", | ||
@@ -5,0 +5,0 @@ "typings": "./index.d.ts", |
@@ -38,3 +38,2 @@ /** These are meant to available to client apps */ | ||
ZoningAssetIds?: string[]; | ||
Tags?: string[]; | ||
} | ||
@@ -314,2 +313,3 @@ export interface DefaultAsset<T> extends BaseAsset<T> { | ||
limitedAccess: boolean; | ||
hasVodPermission: boolean; | ||
}; | ||
@@ -316,0 +316,0 @@ } |
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
267143