@metrichor/epi2me-client-node
Advanced tools
Comparing version 0.2.10654478 to 0.2.10727548
@@ -10,2 +10,3 @@ export type { ErrorHandler } from '@apollo/client/link/error'; | ||
export type { ApolloCache, ApolloClient, FetchPolicy, QueryOptions, MutationOptions, ApolloQueryResult, OperationVariables, ObservableQuery, FetchResult, ObservableSubscription } from '@apollo/client/core'; | ||
export { cache_identifiers as OBJECT_TYPES, paginated as PAGINATED_QUERIES } from './cache_policy.json'; | ||
export { DEFAULT_ENDPOINT } from './endpoint.constants'; | ||
@@ -12,0 +13,0 @@ export { resolve_endpoint } from './resolve_endpoint'; |
@@ -37,2 +37,3 @@ import type { TypedDocumentNode } from '@graphql-typed-document-node/core'; | ||
idAccount: string; | ||
idWorkflowInstanceAccount: string; | ||
}[]; | ||
@@ -39,0 +40,0 @@ paramsv2: { |
@@ -535,2 +535,3 @@ 'use strict'; | ||
idAccount | ||
idWorkflowInstanceAccount | ||
} | ||
@@ -935,2 +936,4 @@ paramsv2 { | ||
exports.DEFAULT_ENDPOINT = DEFAULT_ENDPOINT; | ||
exports.OBJECT_TYPES = cache_identifiers; | ||
exports.PAGINATED_QUERIES = paginated; | ||
exports.authenticated_fetch = authenticated_fetch; | ||
@@ -937,0 +940,0 @@ exports.create_epi2me_client = create_epi2me_client; |
{ | ||
"name": "@metrichor/epi2me-client-node", | ||
"version": "0.2.10654478", | ||
"version": "0.2.10727548", | ||
"license": "MPL-2.0", | ||
@@ -5,0 +5,0 @@ "author": "Metrichor <support@nanoporetech.com>", |
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
110752
2212