@doflo/flow-interfaces
Advanced tools
Comparing version 1.13.0 to 1.13.1
@@ -6,5 +6,4 @@ { | ||
"properties": { | ||
"title": { | ||
"type": "string", | ||
"description": "when present title is used in place of name as long as a localization file is not present" | ||
"description": { | ||
"$ref": "./basicElementInfo.json" | ||
}, | ||
@@ -68,3 +67,4 @@ "hidden": { "type": "boolean" }, | ||
], | ||
"required": ["description"], | ||
"additionalProperties": false | ||
} |
@@ -190,3 +190,2 @@ /// <reference types="node" /> | ||
export interface ElementAction extends ElementActionSchema { | ||
actionName: string; | ||
methods: { | ||
@@ -197,3 +196,2 @@ [key: string]: (context: ActionExecutionContext) => IActionResponses; | ||
export interface ElementSignal extends ElementSignalSchema { | ||
signalName: string; | ||
methods: { | ||
@@ -200,0 +198,0 @@ [key: string]: (context: ExecutionContext) => IWebHookResponses; |
@@ -298,9 +298,6 @@ /** | ||
bridgeApp?: string; | ||
description: BasicElementInfo; | ||
extends?: string[]; | ||
hidden?: boolean; | ||
properties?: ElementProperties[]; | ||
/** | ||
* when present title is used in place of name as long as a localization file is not present | ||
*/ | ||
title?: string; | ||
} | ||
@@ -307,0 +304,0 @@ /** |
{ | ||
"name": "@doflo/flow-interfaces", | ||
"version": "1.13.0", | ||
"version": "1.13.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
Sorry, the diff of this file is not supported yet
276253
4331