@voiceflow/base-types
Advanced tools
Comparing version 2.3.1 to 2.3.2
@@ -15,4 +15,5 @@ import { Nullable } from "../utils"; | ||
type: NodeType.CAPTURE; | ||
intent?: string; | ||
noReply?: Nullable<BaseNodeNoReply>; | ||
variable: string; | ||
} |
@@ -15,4 +15,5 @@ import { Nullable } from "../utils"; | ||
type: NodeType.CAPTURE; | ||
intent?: string; | ||
noReply?: Nullable<BaseNodeNoReply>; | ||
variable: string; | ||
} |
{ | ||
"name": "@voiceflow/base-types", | ||
"description": "Voiceflow base project types", | ||
"version": "2.3.1", | ||
"version": "2.3.2", | ||
"author": "Voiceflow", | ||
@@ -42,3 +42,3 @@ "bugs": { | ||
}, | ||
"gitHead": "6ff2879f7161d3f290ab817b29996ddf1fa42c13" | ||
"gitHead": "c2a9693627f8ec5eb491e4ab9c4fe6d069a221a7" | ||
} |
192213
4524