@voiceflow/chat-types
Advanced tools
Comparing version 1.2.3 to 1.3.0
@@ -1,4 +0,4 @@ | ||
import { Text } from '@voiceflow/base-types'; | ||
export interface Prompt { | ||
import { Node as BaseNode, Text } from '@voiceflow/base-types'; | ||
export interface Prompt extends BaseNode.Utils.DataID { | ||
content: Text.SlateTextValue; | ||
} |
@@ -9,2 +9,3 @@ "use strict"; | ||
return { | ||
id: prompt.id, | ||
content: prompt.content, | ||
@@ -11,0 +12,0 @@ }; |
{ | ||
"name": "@voiceflow/chat-types", | ||
"description": "Voiceflow chat project types", | ||
"version": "1.2.3", | ||
"version": "1.3.0", | ||
"author": "Voiceflow", | ||
@@ -40,3 +40,3 @@ "bugs": { | ||
}, | ||
"gitHead": "84cd90681ea4bdd3f8cb4e5482aac964b78887aa" | ||
"gitHead": "b1d3c180c8971e44debc8411c75910d8fc31d6e5" | ||
} |
Sorry, the diff of this file is not supported yet
14812
222