@enplug/sdk-dashboard
Advanced tools
Comparing version 5.4.44 to 5.4.45-dev
{ | ||
"name": "@enplug/sdk-dashboard", | ||
"version": "5.4.44", | ||
"version": "5.4.45-dev", | ||
"description": "Enplug Dashboard SDK", | ||
@@ -5,0 +5,0 @@ "typings": "./index.d.ts", |
@@ -266,2 +266,4 @@ /** These are meant to available to client apps */ | ||
waitForUploadFinished?: boolean; | ||
replaceAsset?: boolean; | ||
assetIdToReplace?: string; | ||
} | ||
@@ -660,1 +662,12 @@ export interface UploadedFileResult extends FilepickerUploadedFile { | ||
export declare type DashboardLogicVariant = null | 'kone' | 'arts'; | ||
export interface FindAppResponse { | ||
Data: Data; | ||
} | ||
export interface Data { | ||
Name: string; | ||
Visibility: string; | ||
AppIds: string[]; | ||
FeatureFlags: FeatureFlag[]; | ||
Id: string; | ||
Created: Date; | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
267471
3686
2