@perspect3vism/ad4m-connect
Advanced tools
Comparing version 0.0.11-6 to 0.0.11-7
@@ -1,3 +0,4 @@ | ||
export default function AgentLocked({ unlockAgent }: { | ||
export default function AgentLocked({ unlockAgent, connectToPort }: { | ||
unlockAgent: any; | ||
connectToPort: any; | ||
}): import("lit-html").TemplateResult<1>; |
@@ -18,3 +18,3 @@ import { ApolloClient, NormalizedCacheObject } from "@apollo/client/core"; | ||
declare type PortSearchStateType = "na" | "searching" | "found" | "not_found"; | ||
export declare type ClientStates = "connected_with_capabilities" | "agent_locked" | "capabilities_not_matched" | "verify_code" | "not_connected" | "loading" | "disconnected" | "remote_url"; | ||
export declare type ClientStates = "connected_with_capabilities" | "agent_locked" | "invalid_token" | "capabilities_not_matched" | "verify_code" | "not_connected" | "loading" | "disconnected" | "remote_url"; | ||
declare class Client { | ||
@@ -21,0 +21,0 @@ apolloClient?: ApolloClient<NormalizedCacheObject>; |
{ | ||
"name": "@perspect3vism/ad4m-connect", | ||
"version": "0.0.11-6", | ||
"version": "0.0.11-7", | ||
"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
Sorry, the diff of this file is not supported yet
4906153
28
6748