@metrichor/epi2me-web
Advanced tools
Comparing version 7.0.8400083 to 7.1.8860292
@@ -9,5 +9,5 @@ /** | ||
var version = "7.0.2"; | ||
var version = "7.1.1"; | ||
exports.version = version; | ||
//# sourceMappingURL=package.js.map |
@@ -13,3 +13,3 @@ /// <reference types="node" /> | ||
import { BehaviorSubject } from 'rxjs'; | ||
import type { StartWorkflowMutationVariables } from './generated/graphql'; | ||
import { StartWorkflowMutationVariables } from './generated/graphql'; | ||
import type { Logger } from './Logger.type'; | ||
@@ -16,0 +16,0 @@ import type { Timer } from './timer.type'; |
@@ -819,2 +819,14 @@ import type { TypedDocumentNode as DocumentNode } from '@graphql-typed-document-node/core'; | ||
}; | ||
export declare type GetWorkflowInstanceStateQueryVariables = Exact<{ | ||
instance: Scalars['ID']; | ||
}>; | ||
export declare type GetWorkflowInstanceStateQuery = { | ||
__typename?: 'Query'; | ||
workflowInstance?: { | ||
__typename?: 'WorkflowInstanceType'; | ||
idWorkflowInstance: string; | ||
stopDate?: unknown | null; | ||
state?: string | null; | ||
} | null; | ||
}; | ||
export declare type StartWorkflowMutationVariables = Exact<{ | ||
@@ -977,2 +989,5 @@ idWorkflow: Scalars['ID']; | ||
}>>; | ||
export declare const GetWorkflowInstanceStateDocument: DocumentNode<GetWorkflowInstanceStateQuery, Exact<{ | ||
instance: Scalars['ID']; | ||
}>>; | ||
export declare const StartWorkflowDocument: DocumentNode<StartWorkflowMutation, Exact<{ | ||
@@ -979,0 +994,0 @@ idWorkflow: Scalars['ID']; |
@@ -36,2 +36,3 @@ /** | ||
const GetWorkflowInstanceDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getWorkflowInstance" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "instance" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ID" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "workflowInstance" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "idWorkflowInstance" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "instance" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "FragmentSpread", "name": { "kind": "Name", "value": "BasicWorkflowInstance" } }] } }] } }, ...BasicWorkflowInstanceFragmentDoc.definitions] }; | ||
const GetWorkflowInstanceStateDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "query", "name": { "kind": "Name", "value": "getWorkflowInstanceState" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "instance" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ID" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "workflowInstance" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "idWorkflowInstance" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "instance" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "idWorkflowInstance" } }, { "kind": "Field", "name": { "kind": "Name", "value": "stopDate" } }, { "kind": "Field", "name": { "kind": "Name", "value": "state" } }] } }] } }] }; | ||
const StartWorkflowDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "startWorkflow" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "idWorkflow" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ID" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "computeAccountId" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ID" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "storageAccountId" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ID" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "isConsentedHuman" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Boolean" } }, "defaultValue": { "kind": "BooleanValue", "value": false } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "idDataset" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ID" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "storeResults" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "Boolean" } }, "defaultValue": { "kind": "BooleanValue", "value": false } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "userDefined" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "GenericScalar" } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "instanceAttributes" } }, "type": { "kind": "ListType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "GenericScalar" } } } }, { "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "region" } }, "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "String" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "alias": { "kind": "Name", "value": "startData" }, "name": { "kind": "Name", "value": "startWorkflowInstance" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "idWorkflow" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "idWorkflow" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "computeAccountId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "computeAccountId" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "storageAccountId" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "storageAccountId" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "isConsentedHuman" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "isConsentedHuman" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "idDataset" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "idDataset" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "storeResults" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "storeResults" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "userDefined" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "userDefined" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "instanceAttributes" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "instanceAttributes" } } }, { "kind": "Argument", "name": { "kind": "Name", "value": "region" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "region" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "bucket" } }, { "kind": "Field", "name": { "kind": "Name", "value": "idUser" } }, { "kind": "Field", "name": { "kind": "Name", "value": "remoteAddr" } }, { "kind": "Field", "name": { "kind": "Name", "value": "instance" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "idWorkflowInstance" } }, { "kind": "Field", "name": { "kind": "Name", "value": "chain" } }, { "kind": "Field", "name": { "kind": "Name", "value": "keyId" } }, { "kind": "Field", "name": { "kind": "Name", "value": "outputqueue" } }, { "kind": "Field", "name": { "kind": "Name", "value": "mappedTelemetry" } }, { "kind": "Field", "name": { "kind": "Name", "value": "telemetryNames" } }, { "kind": "Field", "name": { "kind": "Name", "value": "startDate" } }, { "kind": "Field", "name": { "kind": "Name", "value": "workflowImage" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "idWorkflowImage" } }, { "kind": "Field", "name": { "kind": "Name", "value": "inputqueue" } }, { "kind": "Field", "name": { "kind": "Name", "value": "workflow" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "idWorkflow" } }] } }, { "kind": "Field", "name": { "kind": "Name", "value": "region" }, "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "idRegion" } }, { "kind": "Field", "name": { "kind": "Name", "value": "name" } }] } }] } }] } }] } }] } }] }; | ||
@@ -55,2 +56,3 @@ const StopWorkflowDocument = { "kind": "Document", "definitions": [{ "kind": "OperationDefinition", "operation": "mutation", "name": { "kind": "Name", "value": "stopWorkflow" }, "variableDefinitions": [{ "kind": "VariableDefinition", "variable": { "kind": "Variable", "name": { "kind": "Name", "value": "instance" } }, "type": { "kind": "NonNullType", "type": { "kind": "NamedType", "name": { "kind": "Name", "value": "ID" } } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "alias": { "kind": "Name", "value": "stopData" }, "name": { "kind": "Name", "value": "stopWorkflowInstance" }, "arguments": [{ "kind": "Argument", "name": { "kind": "Name", "value": "idWorkflowInstance" }, "value": { "kind": "Variable", "name": { "kind": "Name", "value": "instance" } } }], "selectionSet": { "kind": "SelectionSet", "selections": [{ "kind": "Field", "name": { "kind": "Name", "value": "success" } }, { "kind": "Field", "name": { "kind": "Name", "value": "message" } }] } }] } }] }; | ||
exports.GetWorkflowInstanceDocument = GetWorkflowInstanceDocument; | ||
exports.GetWorkflowInstanceStateDocument = GetWorkflowInstanceStateDocument; | ||
exports.ListWorkflowInstanceDocument = ListWorkflowInstanceDocument; | ||
@@ -57,0 +59,0 @@ exports.ListWorkflowsDocument = ListWorkflowsDocument; |
@@ -22,2 +22,3 @@ /** | ||
exports.GetWorkflowInstanceDocument = graphql.GetWorkflowInstanceDocument; | ||
exports.GetWorkflowInstanceStateDocument = graphql.GetWorkflowInstanceStateDocument; | ||
exports.ListWorkflowInstanceDocument = graphql.ListWorkflowInstanceDocument; | ||
@@ -24,0 +25,0 @@ exports.ListWorkflowsDocument = graphql.ListWorkflowsDocument; |
@@ -13,3 +13,3 @@ /// <reference types="node" /> | ||
import { BehaviorSubject } from 'rxjs'; | ||
import type { StartWorkflowMutationVariables } from './generated/graphql'; | ||
import { StartWorkflowMutationVariables } from './generated/graphql'; | ||
import type { Logger } from './Logger.type'; | ||
@@ -16,0 +16,0 @@ import type { Timer } from './timer.type'; |
@@ -819,2 +819,14 @@ import type { TypedDocumentNode as DocumentNode } from '@graphql-typed-document-node/core'; | ||
}; | ||
export declare type GetWorkflowInstanceStateQueryVariables = Exact<{ | ||
instance: Scalars['ID']; | ||
}>; | ||
export declare type GetWorkflowInstanceStateQuery = { | ||
__typename?: 'Query'; | ||
workflowInstance?: { | ||
__typename?: 'WorkflowInstanceType'; | ||
idWorkflowInstance: string; | ||
stopDate?: unknown | null; | ||
state?: string | null; | ||
} | null; | ||
}; | ||
export declare type StartWorkflowMutationVariables = Exact<{ | ||
@@ -977,2 +989,5 @@ idWorkflow: Scalars['ID']; | ||
}>>; | ||
export declare const GetWorkflowInstanceStateDocument: DocumentNode<GetWorkflowInstanceStateQuery, Exact<{ | ||
instance: Scalars['ID']; | ||
}>>; | ||
export declare const StartWorkflowDocument: DocumentNode<StartWorkflowMutation, Exact<{ | ||
@@ -979,0 +994,0 @@ idWorkflow: Scalars['ID']; |
{ | ||
"name": "@metrichor/epi2me-web", | ||
"version": "7.0.8400083", | ||
"version": "7.1.8860292", | ||
"license": "MPL-2.0", | ||
@@ -22,3 +22,3 @@ "repository": "git@github.com:nanoporetech/epi2me-api.git", | ||
"fs-extra": "^10.0.0", | ||
"fs-inspect": "^1.0.5", | ||
"fs-inspect": "^1.0.3", | ||
"graphql": "^15.6.1", | ||
@@ -25,0 +25,0 @@ "graphql-tag": "^2.12.5", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
312464
6017
Updatedfs-inspect@^1.0.3