@metrichor/epi2me-web
Advanced tools
Comparing version 4.0.4202172 to 4.0.4204100
@@ -12,3 +12,3 @@ { | ||
"private": false, | ||
"version": "4.0.4202172", | ||
"version": "4.0.4204100", | ||
"main": "cjs/index-web.js", | ||
@@ -15,0 +15,0 @@ "module": "esm/index-web.js", |
@@ -12,17 +12,3 @@ import { EPI2ME_FS } from './epi2me-fs'; | ||
import type { EPI2ME_OPTIONS } from './epi2me-options'; | ||
export interface InstanceAttribute { | ||
id_attribute: Index; | ||
value: string; | ||
} | ||
export interface GQLWorkflowConfig { | ||
idWorkflow: Index; | ||
computeAccountId: Index; | ||
storageAccountId?: Index; | ||
isConsentedHuman?: boolean; | ||
idDataset?: Index; | ||
storeResults?: boolean; | ||
region?: string; | ||
userDefined?: ObjectDict<ObjectDict>; | ||
instanceAttributes?: InstanceAttribute[]; | ||
} | ||
import { GQLWorkflowConfig } from './factory.type'; | ||
export declare class Factory { | ||
@@ -29,0 +15,0 @@ private readonly EPI2ME; |
@@ -5,3 +5,3 @@ import { grpc } from '@improbable-eng/grpc-web'; | ||
import { EPI2ME_OPTIONS } from '../../epi2me-options'; | ||
import { GQLWorkflowConfig } from '../../factory'; | ||
import { GQLWorkflowConfig } from '../../factory.type'; | ||
export declare class WorkflowApi { | ||
@@ -8,0 +8,0 @@ private readonly _url; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2417231
184
27926