@voiceflow/base-types
Advanced tools
Comparing version 2.92.0 to 2.93.0
@@ -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
539000
760
8853