@eclipse-che/plugin
Advanced tools
Comparing version 0.0.1-1546091469 to 0.0.1-1546522786
{ | ||
"name": "@eclipse-che/plugin", | ||
"version": "0.0.1-1546091469", | ||
"version": "0.0.1-1546522786", | ||
"description": "Eclipse Che specific Theia plugin API", | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
@@ -20,3 +20,3 @@ /********************************************************************* | ||
export function getAllByNamespace(namespace: string): Promise<Workspace[]>; | ||
export function getById(workspaceKey: string): Promise<Workspace>; | ||
export function getById(workspaceId: string): Promise<Workspace>; | ||
export function create(config: WorkspaceConfig, params: ResourceCreateQueryParams): Promise<any>; | ||
@@ -23,0 +23,0 @@ export function update(workspaceId: string, workspace: Workspace): Promise<any>; |
11209