@sap-devx/guided-development-types
Advanced tools
Comparing version 0.0.11 to 0.0.12
@@ -1,3 +0,2 @@ | ||
import { ICommandAction, IExecuteAction, IFileAction, ISnippetAction, CommandActionParams, ExecuteActionParams, SnippetActionParams, FileActionParams } from "@sap-devx/bas-platform-types"; | ||
import { IItemContext, IItemAction } from './types-internal'; | ||
import { IAction, ICommandAction, IExecuteAction, IFileAction, ISnippetAction, CommandActionParams, ExecuteActionParams, SnippetActionParams, FileActionParams } from "@sap-devx/bas-platform-types"; | ||
export interface ICollection { | ||
@@ -15,2 +14,11 @@ id: string; | ||
} | ||
interface IItemContext { | ||
project: string; | ||
} | ||
interface IItemAction { | ||
name: string; | ||
title?: string; | ||
action: IAction; | ||
contexts?: IItemContext[]; | ||
} | ||
export interface IItemCommandContext extends IItemContext { | ||
@@ -45,2 +53,3 @@ params?: CommandActionParams; | ||
export declare type ItemAction = IItemCommandAction | IItemExecuteAction | IItemSnippetAction | IItemFileAction; | ||
export declare type ItemContext = IItemCommandContext | IItemExecuteContext | IItemSnippetContext | IItemFileContext; | ||
export interface IItem { | ||
@@ -65,1 +74,2 @@ id: string; | ||
}; | ||
export {}; |
{ | ||
"name": "@sap-devx/guided-development-types", | ||
"publisher": "SAPOSS", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"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
3653
81