@sap-devx/guided-development-types
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -7,2 +7,3 @@ import { ICommandAction, IExecuteAction, IFileAction, ISnippetAction } from "@sap-devx/bas-platform-types"; | ||
type: CollectionType; | ||
contextId?: string; | ||
itemIds: Array<string>; | ||
@@ -15,2 +16,7 @@ } | ||
} | ||
export interface IItemContext { | ||
id: string; | ||
action1Parameters?: any[]; | ||
action2Parameters?: any[]; | ||
} | ||
export interface IItem { | ||
@@ -27,2 +33,3 @@ id: string; | ||
}[]; | ||
contexts?: IItemContext[]; | ||
} | ||
@@ -29,0 +36,0 @@ export interface IImage { |
{ | ||
"name": "@sap-devx/guided-development-types", | ||
"publisher": "SAPOSS", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"author": "", | ||
@@ -6,0 +6,0 @@ "license": "Apache-2.0", |
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
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
2580
48
0