@doflo/flow-interfaces
Advanced tools
Comparing version 1.16.0 to 1.16.1
@@ -43,2 +43,7 @@ import { actionAPI } from './action'; | ||
/** | ||
* #lockedScope | ||
* when supplied all actions and signals will be restricted this namespace and scope | ||
*/ | ||
lockedScope?: string; | ||
/** | ||
* #baseURL | ||
@@ -45,0 +50,0 @@ * when supplied all API calls will point to this host name |
@@ -8,3 +8,3 @@ /** | ||
*/ | ||
export interface ExecutionWrapper<InputData> { | ||
export interface ExecutionWrapper<InputData = any> { | ||
requestId?: string; | ||
@@ -11,0 +11,0 @@ actionName: string; |
@@ -15,3 +15,3 @@ /// <reference types="node" /> | ||
export { ExecutionWrapper } from './executionWrapper'; | ||
export interface IPropertyOptionsLoadFunctions { | ||
export interface IPropertyOptionsLoadFunctions extends IRPCContext { | ||
getElement(): IElement; | ||
@@ -23,2 +23,4 @@ getEndpoint: (key: string) => string | undefined; | ||
} | ||
export interface IBridgeAppFunction extends IRPCContext { | ||
} | ||
export interface IBridgeSetupFunction extends ISetupFunction { | ||
@@ -33,3 +35,3 @@ } | ||
} | ||
export interface ISetupFunction { | ||
export interface ISetupFunction extends IRPCContext { | ||
getElementInstanceCredential(key?: string): CredentialsSchema; | ||
@@ -45,2 +47,6 @@ getElementInstanceParameter(key: string): any; | ||
} | ||
export interface IRPCContext { | ||
env: EnvironmentData; | ||
log: Logger; | ||
} | ||
export interface IResponse { | ||
@@ -47,0 +53,0 @@ /** |
{ | ||
"name": "@doflo/flow-interfaces", | ||
"version": "1.16.0", | ||
"version": "1.16.1", | ||
"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
283104
4586