@doflo/flow-interfaces
Advanced tools
Comparing version 1.17.7 to 1.17.8
@@ -20,2 +20,4 @@ /// <reference types="node" /> | ||
export interface ICredentialTestFunction extends IRPCContext { | ||
getElementInstanceCredential(): CredentialsSchema; | ||
getElementInstanceCredentialData<I>(credentialId?: string): Promise<I>; | ||
} | ||
@@ -41,3 +43,4 @@ export interface IPropertyOptionsLoadFunctions extends IRPCContext { | ||
export interface ISetupFunction extends IRPCContext { | ||
getElementInstanceCredential(key?: string): CredentialsSchema; | ||
getElementInstanceCredential(): CredentialsSchema; | ||
getElementInstanceCredentialData<I>(): I; | ||
getElementInstanceParameter(key: string): any; | ||
@@ -448,2 +451,7 @@ setElementInstanceId(id: string): Promise<boolean>; | ||
} | ||
export interface ElementCredential extends CredentialsSchema { | ||
methods: { | ||
[key: string]: (context: ICredentialTestFunction) => ICredentialTestResponses; | ||
}; | ||
} | ||
export interface ElementAction extends ElementActionSchema { | ||
@@ -450,0 +458,0 @@ methods: { |
{ | ||
"name": "@doflo/flow-interfaces", | ||
"version": "1.17.7", | ||
"version": "1.17.8", | ||
"description": "Public Interfaces, Schemas, & GRPC Signatures for doFlo developers", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
322135
5212