@perspect3vism/ad4m-connect
Advanced tools
Comparing version 0.2.9-fix1 to 0.2.9-fix3
import { ApolloClient, NormalizedCacheObject } from "@apollo/client/core"; | ||
import { Ad4mClient } from "@perspect3vism/ad4m"; | ||
export declare type Ad4mConnectOptions = { | ||
export type Ad4mConnectOptions = { | ||
appName: string; | ||
@@ -17,5 +17,5 @@ appDesc: string; | ||
}; | ||
declare type PortSearchStateType = "na" | "searching" | "found" | "not_found"; | ||
export declare type ClientStates = "connected_with_capabilities" | "agent_locked" | "invalid_token" | "capabilities_not_matched" | "verify_code" | "not_connected" | "loading" | "disconnected" | "connection-error" | "remote_url"; | ||
export declare type ConfigStates = "port" | "url" | "token"; | ||
type PortSearchStateType = "na" | "searching" | "found" | "not_found"; | ||
export type ClientStates = "connected_with_capabilities" | "agent_locked" | "invalid_token" | "capabilities_not_matched" | "verify_code" | "not_connected" | "loading" | "disconnected" | "connection-error" | "remote_url"; | ||
export type ConfigStates = "port" | "url" | "token"; | ||
declare class Client { | ||
@@ -22,0 +22,0 @@ apolloClient?: ApolloClient<NormalizedCacheObject>; |
{ | ||
"name": "@perspect3vism/ad4m-connect", | ||
"version": "0.2.9-fix1", | ||
"version": "0.2.9-fix3", | ||
"description": "Lib for handling everything needed to setup a connection to a local or remote ad4m-executor", | ||
@@ -5,0 +5,0 @@ "license": "CAL-1.0", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
3393841
5611