@voiceflow/chat-types
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -6,9 +6,5 @@ import type * as ApiSDK from '@voiceflow/api-sdk'; | ||
} | ||
export interface IntentInput extends ApiSDK.IntentInput { | ||
text: Text.SlateTextValue; | ||
} | ||
export interface IntentSlotDialog extends ApiSDK.IntentSlotDialog { | ||
prompt: IntentInput[]; | ||
confirm: IntentInput[]; | ||
utterances: IntentInput[]; | ||
prompt: Prompt[]; | ||
confirm: Prompt[]; | ||
} | ||
@@ -20,3 +16,2 @@ export interface IntentSlot extends ApiSDK.IntentSlot { | ||
slots?: IntentSlot[]; | ||
inputs: IntentInput[]; | ||
} |
{ | ||
"name": "@voiceflow/chat-types", | ||
"description": "Voiceflow chat project types", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"author": "Voiceflow", | ||
@@ -10,4 +10,4 @@ "bugs": { | ||
"dependencies": { | ||
"@voiceflow/api-sdk": "^1.37.0", | ||
"@voiceflow/base-types": "^1.3.2" | ||
"@voiceflow/api-sdk": "^1.37.1", | ||
"@voiceflow/base-types": "^1.3.3" | ||
}, | ||
@@ -41,3 +41,3 @@ "files": [ | ||
}, | ||
"gitHead": "163af7fdbed51771f09f4bad59f44f1698e562ad" | ||
"gitHead": "2918f788051060a60ff91ddfc3090687fc4f628c" | ||
} |
15247
234
Updated@voiceflow/api-sdk@^1.37.1
Updated@voiceflow/base-types@^1.3.3