@bigtest/client
Advanced tools
Comparing version 0.3.1-b4b7bdd6 to 0.3.1
@@ -7,2 +7,3 @@ # @bigtest/client | ||
- 4d7c43f9: enable eslint rules from the latest @typescript-eslint/recommended | ||
- d85e5e95: upgrade eslint, typescript and @frontside packages | ||
@@ -9,0 +10,0 @@ |
@@ -0,1 +1,2 @@ | ||
import type { ChainableSubscribable } from '@effection/subscription'; | ||
import { Operation } from 'effection'; | ||
@@ -9,6 +10,6 @@ import { Variables } from './protocol'; | ||
mutation<T>(source: string, variables?: Variables): Operation<T>; | ||
liveQuery<T>(source: string, variables?: Variables): import("@effection/subscription").ChainableSubscribable<T, unknown>; | ||
subscription<T, TReturn>(source: string, variables?: Variables): import("@effection/subscription").ChainableSubscribable<T, TReturn>; | ||
liveQuery<T>(source: string, variables?: Variables): ChainableSubscribable<T, unknown>; | ||
subscription<T, TReturn>(source: string, variables?: Variables): ChainableSubscribable<T, TReturn>; | ||
private send; | ||
} | ||
//# sourceMappingURL=client.d.ts.map |
{ | ||
"name": "@bigtest/client", | ||
"version": "0.3.1-b4b7bdd6", | ||
"version": "0.3.1", | ||
"description": "Communicate with a BigTest Orchestrator", | ||
@@ -5,0 +5,0 @@ "main": "dist/cjs/index.js", |
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
Sorry, the diff of this file is not supported yet
296
341345