Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vivocha/public-entities

Package Overview
Dependencies
Maintainers
6
Versions
249
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vivocha/public-entities - npm Package Compare versions

Comparing version 5.9.2 to 5.9.3

6

dist/bot.d.ts
export interface BotAgent {
(request: BotRequest): Promise<BotResponse>;
}
export interface BotRequestFilter {
(request: BotRequest): Promise<BotRequest>;
}
export interface BotResponseFilter {
(request: BotResponse): Promise<BotResponse>;
}
export interface BotAgentSettings {

@@ -5,0 +11,0 @@ type: string;

2

package.json
{
"name": "@vivocha/public-entities",
"version": "5.9.2",
"version": "5.9.3",
"description": "Vivocha public entities and types",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -26,3 +26,3 @@ {

"event": {
"oneOf": [
"anyOf": [
{ "$ref": "#/definitions/standardEvent" },

@@ -29,0 +29,0 @@ { "$ref": "#/definitions/customEvent" }

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