New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@doflo/flow-interfaces

Package Overview
Dependencies
Maintainers
2
Versions
200
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@doflo/flow-interfaces - npm Package Compare versions

Comparing version 1.17.104 to 1.17.105

1

dist/schema/doflo/v1.0.0/definitions/elementActionSchema.json

@@ -52,2 +52,3 @@ {

"notes": {},
"excludedTabs": {},
"promotedExtension": {},

@@ -54,0 +55,0 @@ "excludedExtensions": {},

9

dist/schema/doflo/v1.0.0/definitions/elementSchema.json

@@ -16,4 +16,7 @@ {

"description": "Promoted extension becomes the default surface area of the element, this is largely used internally for doFlo logic elements",
"type": "string",
"enum": ["iterator", "await", "awaitLoop", "throttle", "dedupe"]
"type": "array",
"items": {
"type": "string",
"enum": ["iterator", "await", "awaitLoop", "throttle", "dedupe"]
}
},

@@ -43,3 +46,3 @@ "excludedTabs:": {

"type": "string",
"enum": ["iterator", "await", "awaitLoop", "throttle", "dedupe", "recentExecutions", "filtersTagsRules", "all"]
"enum": ["iterator", "await", "awaitLoop", "throttle", "dedupe"]
}

@@ -46,0 +49,0 @@ }

@@ -14,2 +14,3 @@ {

"notes": {},
"excludedTabs":{},
"promotedExtension": {},

@@ -16,0 +17,0 @@ "excludedExtensions": {},

@@ -42,3 +42,4 @@ /**

description: ElementInfo;
excludedExtensions?: ExcludedExtension[];
excludedExtensions?: EdExtension[];
excludedTabs?: any;
exposes?: ExposesTypeMapItem[];

@@ -55,3 +56,3 @@ /**

*/
promotedExtension?: PromotedExtension;
promotedExtension?: EdExtension[];
samples?: SampleItemSchema[];

@@ -236,10 +237,7 @@ tasks?: ElementActionTaskSchema[];

}
export declare enum ExcludedExtension {
All = "all",
export declare enum EdExtension {
Await = "await",
AwaitLoop = "awaitLoop",
Dedupe = "dedupe",
FiltersTagsRules = "filtersTagsRules",
Iterator = "iterator",
RecentExecutions = "recentExecutions",
Throttle = "throttle"

@@ -266,13 +264,2 @@ }

}
/**
* Promoted extension becomes the default surface area of the element, this is largely used
* internally for doFlo logic elements
*/
export declare enum PromotedExtension {
Await = "await",
AwaitLoop = "awaitLoop",
Dedupe = "dedupe",
Iterator = "iterator",
Throttle = "throttle"
}
export interface SampleItemSchema {

@@ -426,3 +413,4 @@ data?: {

events?: ElementSignalEventSchema[];
excludedExtensions?: ExcludedExtension[];
excludedExtensions?: EdExtension[];
excludedTabs?: any;
exposes?: ExposesTypeMapItem[];

@@ -442,3 +430,3 @@ /**

*/
promotedExtension?: PromotedExtension;
promotedExtension?: EdExtension[];
samples?: SampleItemSchema[];

@@ -1027,3 +1015,3 @@ webhooks?: {

export interface ElementSchema {
excludedExtensions?: ExcludedExtension[];
excludedExtensions?: EdExtension[];
"excludedTabs:"?: ExcludedTabs[];

@@ -1036,3 +1024,3 @@ "extraTabs:"?: ExtraTabs[];

*/
promotedExtension?: PromotedExtension;
promotedExtension?: EdExtension[];
/**

@@ -1039,0 +1027,0 @@ * The FQN of the function in your project

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ElementTypes = exports.ExcludedTabs = exports.UserType = exports.SourceTypes = exports.MappedStatus = exports.Protocol = exports.TagName = exports.ReferrerPolicy = exports.HTTPStatus = exports.ExecutionType = exports.DefaultLanguage = exports.HTTPMethods = exports.PromotedExtension = exports.DataVerbs = exports.ExcludedExtension = exports.EditorTypes = exports.SemanticTypes = void 0;
exports.ElementTypes = exports.ExcludedTabs = exports.UserType = exports.SourceTypes = exports.MappedStatus = exports.Protocol = exports.TagName = exports.ReferrerPolicy = exports.HTTPStatus = exports.ExecutionType = exports.DefaultLanguage = exports.HTTPMethods = exports.DataVerbs = exports.EdExtension = exports.EditorTypes = exports.SemanticTypes = void 0;
var SemanticTypes;

@@ -22,13 +22,10 @@ (function (SemanticTypes) {

})(EditorTypes = exports.EditorTypes || (exports.EditorTypes = {}));
var ExcludedExtension;
(function (ExcludedExtension) {
ExcludedExtension["All"] = "all";
ExcludedExtension["Await"] = "await";
ExcludedExtension["AwaitLoop"] = "awaitLoop";
ExcludedExtension["Dedupe"] = "dedupe";
ExcludedExtension["FiltersTagsRules"] = "filtersTagsRules";
ExcludedExtension["Iterator"] = "iterator";
ExcludedExtension["RecentExecutions"] = "recentExecutions";
ExcludedExtension["Throttle"] = "throttle";
})(ExcludedExtension = exports.ExcludedExtension || (exports.ExcludedExtension = {}));
var EdExtension;
(function (EdExtension) {
EdExtension["Await"] = "await";
EdExtension["AwaitLoop"] = "awaitLoop";
EdExtension["Dedupe"] = "dedupe";
EdExtension["Iterator"] = "iterator";
EdExtension["Throttle"] = "throttle";
})(EdExtension = exports.EdExtension || (exports.EdExtension = {}));
var DataVerbs;

@@ -44,14 +41,2 @@ (function (DataVerbs) {

/**
* Promoted extension becomes the default surface area of the element, this is largely used
* internally for doFlo logic elements
*/
var PromotedExtension;
(function (PromotedExtension) {
PromotedExtension["Await"] = "await";
PromotedExtension["AwaitLoop"] = "awaitLoop";
PromotedExtension["Dedupe"] = "dedupe";
PromotedExtension["Iterator"] = "iterator";
PromotedExtension["Throttle"] = "throttle";
})(PromotedExtension = exports.PromotedExtension || (exports.PromotedExtension = {}));
/**
* Standard HTTP methods

@@ -58,0 +43,0 @@ */

{
"name": "@doflo/flow-interfaces",
"version": "1.17.104",
"version": "1.17.105",
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc