@metrichor/epi2me-web
Advanced tools
Comparing version 4.0.4204100 to 4.0.4207813
@@ -12,3 +12,3 @@ { | ||
"private": false, | ||
"version": "4.0.4204100", | ||
"version": "4.0.4207813", | ||
"main": "cjs/index-web.js", | ||
@@ -15,0 +15,0 @@ "module": "esm/index-web.js", |
@@ -0,1 +1,2 @@ | ||
import { Index } from './runtime-typecast'; | ||
import type { Logger } from './Logger'; | ||
@@ -6,4 +7,4 @@ import type { DocumentNode } from 'graphql'; | ||
import type { EPI2ME_OPTIONS } from './epi2me-options'; | ||
import { Index } from './runtime-typecast'; | ||
import { ResponseWorkflowInstance, ResponseAllWorkflowInstances, ResponseStartWorkflow, ResponseWorkflow, ResponseAllWorkflows, ResponseStopWorkflowInstance, ResponseGetInstanceToken, ResponseUser, ResponseRegisterToken, ResponseUpdateUser, ResponseStatus, ResponseRegions } from './graphql-types'; | ||
import type { InstanceAttribute } from './factory.type'; | ||
import type { ResponseWorkflowInstance, ResponseAllWorkflowInstances, ResponseStartWorkflow, ResponseWorkflow, ResponseAllWorkflows, ResponseStopWorkflowInstance, ResponseGetInstanceToken, ResponseUser, ResponseRegisterToken, ResponseUpdateUser, ResponseStatus, ResponseRegions } from './graphql-types'; | ||
export interface GraphQLConfiguration { | ||
@@ -83,6 +84,3 @@ url: string; | ||
userDefined?: Record<string, Record<string, unknown> | undefined> | undefined; | ||
instanceAttributes?: { | ||
id_attribute: Index; | ||
value: string; | ||
}[] | undefined; | ||
instanceAttributes?: InstanceAttribute[] | undefined; | ||
}, Record<string, unknown>, Record<string, unknown>> | undefined) => Promise<FetchResult<ResponseStartWorkflow, Record<string, any>, Record<string, any>>>; | ||
@@ -89,0 +87,0 @@ stopWorkflow: (opt?: QueryOptions<{ |
@@ -5,3 +5,3 @@ import { grpc } from '@improbable-eng/grpc-web'; | ||
import { EPI2ME_OPTIONS } from '../../epi2me-options'; | ||
import { GQLWorkflowConfig } from '../../factory.type'; | ||
import type { GQLWorkflowConfig } from '../../factory.type'; | ||
export declare class WorkflowApi { | ||
@@ -8,0 +8,0 @@ private readonly _url; |
import { ObjectDict } from './ObjectDict'; | ||
import { Index } from './runtime-typecast'; | ||
import type { InstanceAttribute } from './factory.type'; | ||
export declare function buildNestedUserDefined(flatUserDefined: ObjectDict): ObjectDict<ObjectDict>; | ||
export declare function validateAndAddAttribute(attributeValue: string, instanceAttributes: { | ||
id_attribute: Index; | ||
value: string; | ||
}[], attributeDef: { | ||
export declare function validateAndAddAttribute(attributeValue: string, instanceAttributes: InstanceAttribute[], attributeDef: { | ||
idAttribute: Index; | ||
format: string; | ||
}): void; |
Sorry, the diff of this file is too big to display
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
Sorry, the diff of this file is too big to display
2393370
155
27296