@amalto/typings
Advanced tools
Comparing version 1.9.22 to 1.9.23
@@ -9,4 +9,4 @@ declare module AppInstanceModel { | ||
interface AppInstanceModel { | ||
displayName?: string; | ||
name?: string; | ||
displayName?: string; | ||
description?: string; | ||
@@ -13,0 +13,0 @@ enabled?: boolean; |
@@ -16,4 +16,4 @@ /** | ||
interface AppInstanceModel { | ||
displayName?: string; | ||
name?: string | ||
displayName?: string; | ||
description?: string | ||
@@ -20,0 +20,0 @@ enabled?: boolean |
@@ -5,3 +5,3 @@ { | ||
"description": "Interfaces used in Platform 6 UI component.", | ||
"version": "1.9.22", | ||
"version": "1.9.23", | ||
"license": "MIT", | ||
@@ -46,3 +46,3 @@ "repository": { | ||
}, | ||
"gitHead": "5e256cfa0e8c35588883d2899893692388adaa4c" | ||
"gitHead": "eb79ad91cabb7be571c949ec14ca578c3b2f60a3" | ||
} |
@@ -24,5 +24,4 @@ { | ||
"exclude": [ | ||
"node_modules", | ||
"build" | ||
"node_modules" | ||
] | ||
} |
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
60642
1620