New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@voiceflow/base-types

Package Overview
Dependencies
Maintainers
27
Versions
337
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@voiceflow/base-types - npm Package Compare versions

Comparing version 2.92.0 to 2.93.0

build/cjs/node/knowledgeBase.d.ts

3

build/cjs/node/utils/trace.d.ts

@@ -19,3 +19,4 @@ import { BaseEvent } from './event';

ENTITY_FILLING = "entity-filling",
CHANNEL_ACTION = "channel-action"
CHANNEL_ACTION = "channel-action",
KNOWLEDGE_BASE = "knowledgeBase"
}

@@ -22,0 +23,0 @@ export interface BaseTraceFramePath<Event extends BaseEvent = BaseEvent> {

@@ -23,3 +23,4 @@ "use strict";

TraceType["CHANNEL_ACTION"] = "channel-action";
TraceType["KNOWLEDGE_BASE"] = "knowledgeBase";
})(TraceType = exports.TraceType || (exports.TraceType = {}));
//# sourceMappingURL=trace.js.map

@@ -19,2 +19,3 @@ import { TraceFrame as CardV2Trace } from "../node/cardV2";

export { TraceFrame as Choice } from "../node/interaction";
export { TraceFrame as KnowledgeBase } from "../node/knowledgeBase";
export { TraceFrame as Speak } from "../node/speak";

@@ -21,0 +22,0 @@ export { TraceFrame as Stream } from "../node/stream";

@@ -19,3 +19,4 @@ import { BaseEvent } from './event';

ENTITY_FILLING = "entity-filling",
CHANNEL_ACTION = "channel-action"
CHANNEL_ACTION = "channel-action",
KNOWLEDGE_BASE = "knowledgeBase"
}

@@ -22,0 +23,0 @@ export interface BaseTraceFramePath<Event extends BaseEvent = BaseEvent> {

@@ -20,3 +20,4 @@ export var TraceType;

TraceType["CHANNEL_ACTION"] = "channel-action";
TraceType["KNOWLEDGE_BASE"] = "knowledgeBase";
})(TraceType || (TraceType = {}));
//# sourceMappingURL=trace.js.map

@@ -19,2 +19,3 @@ import { TraceFrame as CardV2Trace } from "../node/cardV2";

export { TraceFrame as Choice } from "../node/interaction";
export { TraceFrame as KnowledgeBase } from "../node/knowledgeBase";
export { TraceFrame as Speak } from "../node/speak";

@@ -21,0 +22,0 @@ export { TraceFrame as Stream } from "../node/stream";

{
"name": "@voiceflow/base-types",
"description": "Voiceflow base project types",
"version": "2.92.0",
"version": "2.93.0",
"author": "Voiceflow",

@@ -48,3 +48,3 @@ "bugs": {

"types": "build/cjs/index.d.ts",
"gitHead": "61945251942a7ffdbecfbc79bdddabbdf65cfca1"
"gitHead": "3db88a20eca68995ffa84a87206a405dfe482087"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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