@eclipse-che/devworkspace-client
Advanced tools
Comparing version 0.0.1-1625495079 to 0.0.1-1627052313
@@ -18,4 +18,3 @@ import { AxiosInstance } from 'axios'; | ||
patch(namespace: string, name: string, patches: Patch[]): Promise<IDevWorkspace>; | ||
changeStatus(namespace: string, name: string, started: boolean): Promise<IDevWorkspace>; | ||
private createPatch; | ||
} |
@@ -609,11 +609,2 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
} | ||
changeStatus(namespace, name, started) { | ||
return __awaiter(this, void 0, void 0, function* () { | ||
return this.createPatch(namespace, name, [{ | ||
op: 'replace', | ||
path: '/spec/started', | ||
value: started | ||
}]); | ||
}); | ||
} | ||
createPatch(namespace, name, patches) { | ||
@@ -620,0 +611,0 @@ return __awaiter(this, void 0, void 0, function* () { |
@@ -16,4 +16,3 @@ import * as k8s from '@kubernetes/client-node'; | ||
patch(namespace: string, name: string, patches: Patch[]): Promise<IDevWorkspace>; | ||
changeStatus(namespace: string, name: string, started: boolean): Promise<IDevWorkspace>; | ||
private createPatch; | ||
} |
@@ -14,3 +14,2 @@ import * as k8s from '@kubernetes/client-node'; | ||
patch(namespace: string, name: string, patches: Patch[]): Promise<IDevWorkspace>; | ||
changeStatus(namespace: string, name: string, started: boolean): Promise<IDevWorkspace>; | ||
} | ||
@@ -17,0 +16,0 @@ export interface IDevWorkspaceTemplateApi { |
{ | ||
"name": "@eclipse-che/devworkspace-client", | ||
"version": "0.0.1-1625495079", | ||
"version": "0.0.1-1627052313", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/server.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
22721183
2297