@enplug/sdk-dashboard
Advanced tools
Comparing version 5.4.44 to 5.4.45
{ | ||
"name": "@enplug/sdk-dashboard", | ||
"version": "5.4.44", | ||
"version": "5.4.45", | ||
"description": "Enplug Dashboard SDK", | ||
@@ -5,0 +5,0 @@ "typings": "./index.d.ts", |
@@ -659,1 +659,12 @@ /** These are meant to available to client apps */ | ||
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
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
267408
3684