@metrichor/epi2me-client-web
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: { |
@@ -543,2 +543,3 @@ 'use strict'; | ||
idAccount | ||
idWorkflowInstanceAccount | ||
} | ||
@@ -943,2 +944,4 @@ paramsv2 { | ||
exports.DEFAULT_ENDPOINT = DEFAULT_ENDPOINT; | ||
exports.OBJECT_TYPES = cache_identifiers; | ||
exports.PAGINATED_QUERIES = paginated; | ||
exports.authenticated_fetch = authenticated_fetch; | ||
@@ -945,0 +948,0 @@ exports.create_epi2me_client = create_epi2me_client; |
{ | ||
"name": "@metrichor/epi2me-client-web", | ||
"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
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
111291
2223