@enplug/sdk-dashboard
Advanced tools
Comparing version 5.4.45 to 5.4.46
{ | ||
"name": "@enplug/sdk-dashboard", | ||
"version": "5.4.45", | ||
"version": "5.4.46", | ||
"description": "Enplug Dashboard SDK", | ||
@@ -5,0 +5,0 @@ "typings": "./index.d.ts", |
@@ -129,2 +129,4 @@ /** These are meant to available to client apps */ | ||
Recurrence: number; | ||
/** Content Library feature */ | ||
RepeatYearly?: boolean; | ||
} | ||
@@ -267,2 +269,4 @@ export interface TimeRange { | ||
waitForUploadFinished?: boolean; | ||
replaceAsset?: boolean; | ||
assetIdToReplace?: string; | ||
} | ||
@@ -269,0 +273,0 @@ export interface UploadedFileResult extends FilepickerUploadedFile { |
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
267530
3688