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.34 to 1.22.35

11

dist/types/api/element/credentialAPI.d.ts

@@ -13,4 +13,3 @@ import { ICredential } from '../../..';

*
* ### Create (Credential)
*
* ### Create (Credential) - General purpose
* Create a credential, creates a credential and returns the id of the new credential

@@ -23,2 +22,10 @@ *

*
* ### Create (Credential) - For external connections
* Create a credential for external connection (secret data is already in MongoDB)
*
*/
create(FERN: string, teamId: string, stashId: string): Promise<string | undefined>;
/**
* ![doFlo Logo](https://schemas.doflo.com/docslogo.png?topic=api.element.credential#create&v=1.0.0)
*
* ### Update (Credential)

@@ -25,0 +32,0 @@ *

4

dist/types/index.d.ts

@@ -622,3 +622,3 @@ /// <reference types="node" />

*
* **state** pass through the value of state
* **state** pass through the value of state ="<teamId>:<element.serial>"
*/

@@ -629,3 +629,3 @@ state: string;

*
* **id** this is the stash id of the credential
* **id** this is the stash id of the credential (mongo db)
*/

@@ -632,0 +632,0 @@ id: string;

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

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