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.22.13 to 1.22.14

21

dist/types/index.d.ts

@@ -139,2 +139,23 @@ /// <reference types="node" />

};
/**
* ![doFlo Logo](https://schemas.doflo.com/docslogo.png?topic=ISetupFunction;setElementExtId&v=1.0.0)
*
* **setElementExtId** -
* store an external id which can be used to associate remote records
*/
setElementExtId(id: string): Promise<boolean>;
/**
* ![doFlo Logo](https://schemas.doflo.com/docslogo.png?topic=ISetupFunction;getElementExtId&v=1.0.0)
*
* **getElementExtId** -
* get an external id which can be used to associate remote records
*/
getElementExtId(): Promise<string>;
/**
* ![doFlo Logo](https://schemas.doflo.com/docslogo.png?topic=ISetupFunction;hasElementExtId&v=1.0.0)
*
* **hasElementExtId** -
* check if an external id which can be used to associate remote records exists
*/
hasElementExtId(): Promise<boolean>;
}

@@ -141,0 +162,0 @@ export interface IDeferredExecutionFunction extends IRPCContext {

2

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