@bigtest/client
Advanced tools
Comparing version 0.3.0-d7058684 to 0.3.0-d70aa0e5
@@ -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.0-d7058684", | ||
"version": "0.3.0-d70aa0e5", | ||
"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
344506
296