@voiceflow/chat-types
Advanced tools
Comparing version 2.1.19 to 2.1.20
@@ -17,3 +17,3 @@ "use strict"; | ||
const utils_1 = require("../utils"); | ||
const defaultMessageDelay = ({ durationMilliseconds = 1000 } = {}) => ({ durationMilliseconds }); | ||
const defaultMessageDelay = ({ durationMilliseconds = 1500 } = {}) => ({ durationMilliseconds }); | ||
const defaultChatVersionSettings = (_a = {}) => { | ||
@@ -20,0 +20,0 @@ var { error, messageDelay } = _a, baseSettings = __rest(_a, ["error", "messageDelay"]); |
@@ -14,3 +14,3 @@ var __rest = (this && this.__rest) || function (s, e) { | ||
import { defaultPrompt } from "../utils"; | ||
const defaultMessageDelay = ({ durationMilliseconds = 1000 } = {}) => ({ durationMilliseconds }); | ||
const defaultMessageDelay = ({ durationMilliseconds = 1500 } = {}) => ({ durationMilliseconds }); | ||
export const defaultChatVersionSettings = (_a = {}) => { | ||
@@ -17,0 +17,0 @@ var { error, messageDelay } = _a, baseSettings = __rest(_a, ["error", "messageDelay"]); |
{ | ||
"name": "@voiceflow/chat-types", | ||
"description": "Voiceflow chat project types", | ||
"version": "2.1.19", | ||
"version": "2.1.20", | ||
"author": "Voiceflow", | ||
@@ -42,3 +42,3 @@ "bugs": { | ||
}, | ||
"gitHead": "0eda22d6d8b9d74f18ad57cc36ffbacf9848e807" | ||
"gitHead": "d198bf9ad48fbe578e870c172b04196af001b7f2" | ||
} |