@vivocha/public-entities
Advanced tools
Comparing version 5.9.2 to 5.9.3
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; |
{ | ||
"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" } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8364
273