@metrichor/epi2me-web
Advanced tools
Comparing version 4.0.4316294 to 4.0.4317827
@@ -53,3 +53,3 @@ "use strict"; | ||
} | ||
stop(id, service) { | ||
stop$(id, service) { | ||
const request = new workflow_pb_1.WorkflowInstanceByIdRequest(); | ||
@@ -59,9 +59,9 @@ request.setIdworkflowinstance(id); | ||
} | ||
stopUpload(id) { | ||
return this.stop(id, workflow_pb_service_1.Workflow.stopUpload); | ||
stopUpload$(id) { | ||
return this.stop$(id, workflow_pb_service_1.Workflow.stopUpload); | ||
} | ||
stopAnalysis(id) { | ||
return this.stop(id, workflow_pb_service_1.Workflow.stopUpload); | ||
stopAnalysis$(id) { | ||
return this.stop$(id, workflow_pb_service_1.Workflow.stopAnalysis); | ||
} | ||
state(id) { | ||
state$(id) { | ||
const request = new workflow_pb_1.WorkflowInstanceByIdRequest(); | ||
@@ -68,0 +68,0 @@ request.setIdworkflowinstance(id); |
@@ -50,3 +50,3 @@ import { Empty } from 'google-protobuf/google/protobuf/empty_pb'; | ||
} | ||
stop(id, service) { | ||
stop$(id, service) { | ||
const request = new WorkflowInstanceByIdRequest(); | ||
@@ -56,9 +56,9 @@ request.setIdworkflowinstance(id); | ||
} | ||
stopUpload(id) { | ||
return this.stop(id, Workflow.stopUpload); | ||
stopUpload$(id) { | ||
return this.stop$(id, Workflow.stopUpload); | ||
} | ||
stopAnalysis(id) { | ||
return this.stop(id, Workflow.stopUpload); | ||
stopAnalysis$(id) { | ||
return this.stop$(id, Workflow.stopAnalysis); | ||
} | ||
state(id) { | ||
state$(id) { | ||
const request = new WorkflowInstanceByIdRequest(); | ||
@@ -65,0 +65,0 @@ request.setIdworkflowinstance(id); |
@@ -12,3 +12,3 @@ { | ||
"private": false, | ||
"version": "4.0.4316294", | ||
"version": "4.0.4317827", | ||
"main": "cjs/index-web.js", | ||
@@ -15,0 +15,0 @@ "module": "esm/index-web.js", |
@@ -21,6 +21,6 @@ import { grpc } from '@improbable-eng/grpc-web'; | ||
}): Observable<StartReply.AsObject>; | ||
private stop; | ||
stopUpload(id: string): Observable<StopReply.AsObject>; | ||
stopAnalysis(id: string): Observable<StopReply.AsObject>; | ||
state(id: string): Observable<RunningInstanceStateReply.AsObject>; | ||
private stop$; | ||
stopUpload$(id: string): Observable<StopReply.AsObject>; | ||
stopAnalysis$(id: string): Observable<StopReply.AsObject>; | ||
state$(id: string): Observable<RunningInstanceStateReply.AsObject>; | ||
} |
Sorry, the diff of this file is too big to display
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
2396399