@enplug/sdk-dashboard
Advanced tools
Comparing version 5.4.44 to 5.4.45-1-dev
{ | ||
"name": "@enplug/sdk-dashboard", | ||
"version": "5.4.44", | ||
"version": "5.4.45-1-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; | ||
} |
@@ -101,2 +101,3 @@ /** | ||
GetTheme = "app.getTheme", | ||
GetThemeName = "app.getThemeName", | ||
EditTheme = "app.editTheme", | ||
@@ -103,0 +104,0 @@ SaveTheme = "app.saveTheme", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
267622
3688
2