@adminide-stack/core
Advanced tools
Comparing version 0.0.15-55 to 0.0.15-56
@@ -42,2 +42,4 @@ import { WorkspaceStatus } from '../constants'; | ||
export interface IStack { | ||
id?: string; | ||
connectionId?: string; | ||
type: IStackType; | ||
@@ -125,4 +127,3 @@ repository?: string; | ||
requestedUserId?: string; | ||
namespace?: string; | ||
releaseName?: string; | ||
stacks?: IStack[]; | ||
} | ||
@@ -132,4 +133,3 @@ export interface IWorkspaceStartRequest { | ||
requestedUserId?: string; | ||
namespace?: string; | ||
releaseName?: string; | ||
stacks?: IStack[]; | ||
} | ||
@@ -139,4 +139,3 @@ export interface IWorkspaceStopRequest { | ||
requestedUserId?: string; | ||
namespace?: string; | ||
releaseName?: string; | ||
stacks?: IStack[]; | ||
} | ||
@@ -143,0 +142,0 @@ export interface IWorkspaceConfigPayload { |
{ | ||
"name": "@adminide-stack/core", | ||
"version": "0.0.15-55", | ||
"version": "0.0.15-56", | ||
"description": "AdminIDE core for higher packages to depend on", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
28166
391