@sap-devx/guided-development-types
Advanced tools
Comparing version 0.0.10 to 0.0.11
@@ -1,2 +0,3 @@ | ||
import { IAction, ICommandAction, IExecuteAction, IFileAction, ISnippetAction, CommandActionParams, ExecuteActionParams, SnippetActionParams, FileActionParams } from "@sap-devx/bas-platform-types"; | ||
import { ICommandAction, IExecuteAction, IFileAction, ISnippetAction, CommandActionParams, ExecuteActionParams, SnippetActionParams, FileActionParams } from "@sap-devx/bas-platform-types"; | ||
import { IItemContext, IItemAction } from './types-internal'; | ||
export interface ICollection { | ||
@@ -14,11 +15,2 @@ id: string; | ||
} | ||
export interface IItemContext { | ||
project: string; | ||
} | ||
export interface IItemAction { | ||
name: string; | ||
title?: string; | ||
action: IAction; | ||
contexts?: IItemContext[]; | ||
} | ||
export interface IItemCommandContext extends IItemContext { | ||
@@ -25,0 +17,0 @@ params?: CommandActionParams; |
{ | ||
"name": "@sap-devx/guided-development-types", | ||
"publisher": "SAPOSS", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"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
3403
71