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
0
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.22.29 to 1.22.30

3

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

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

"boolean",
"collection",
"color",
"dateTime",
"fixedCollection",
"hidden",
"json",

@@ -14,0 +11,0 @@ "multiOptions",

@@ -1,2 +0,1 @@

import { ICredentialPointer } from '../..';
import { ICredential } from '../../..';

@@ -11,3 +10,2 @@ /**

export interface credentialAPI {
create(credentialPointer: ICredentialPointer): Promise<string | undefined>;
/**

@@ -23,11 +21,2 @@ * ![doFlo Logo](https://schemas.doflo.com/docslogo.png?topic=api.element.credential#create&v=1.0.0)

/**
* ![doFlo Logo](https://schemas.doflo.com/docslogo.png?topic=api.element.credential#create&v=1.0.0)
*
* ### Create (Credential)
*
* Create a credential, creates a credential and returns the id of the new credential
*
*/
create(FERN: string, teamId: string, id: string): Promise<string | undefined>;
/**
* ![doFlo Logo](https://schemas.doflo.com/docslogo.png?topic=api.element.credential#getDependencyGraph&v=1.0.0)

@@ -34,0 +23,0 @@ *

@@ -208,7 +208,4 @@ /**

Boolean = "boolean",
Collection = "collection",
Color = "color",
DateTime = "dateTime",
FixedCollection = "fixedCollection",
Hidden = "hidden",
JSON = "json",

@@ -215,0 +212,0 @@ MultiOptions = "multiOptions",

@@ -7,7 +7,4 @@ "use strict";

SemanticTypes["Boolean"] = "boolean";
SemanticTypes["Collection"] = "collection";
SemanticTypes["Color"] = "color";
SemanticTypes["DateTime"] = "dateTime";
SemanticTypes["FixedCollection"] = "fixedCollection";
SemanticTypes["Hidden"] = "hidden";
SemanticTypes["JSON"] = "json";

@@ -14,0 +11,0 @@ SemanticTypes["MultiOptions"] = "multiOptions";

2

package.json
{
"name": "@doflo/flow-interfaces",
"version": "1.22.29",
"version": "1.22.30",
"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