@voiceflow/chat-types 2.1.19 → 2.1.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -14,7 +14,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
14
14
  exports.defaultChatVersionSettings = void 0;
15
15
  const base_types_1 = require("@voiceflow/base-types");
16
16
  const utils_1 = require("../utils");
17
- const defaultMessageDelay = ({ durationMilliseconds = 1000 } = {}) => ({ durationMilliseconds });
17
+ const defaultMessageDelay = ({ durationMilliseconds = 1500 } = {}) => ({ durationMilliseconds });
18
18
  const defaultChatVersionSettings = (_a = {}) => {
19
19
  var { error, messageDelay } = _a, baseSettings = __rest(_a, ["error", "messageDelay"]);
20
20
  return (Object.assign(Object.assign({}, base_types_1.Version.defaultBaseVersionSettings(baseSettings)), { error: utils_1.defaultPrompt(error), messageDelay: defaultMessageDelay(messageDelay) }));
@@ -11,7 +11,7 @@ var __rest = (this && this.__rest) || function (s, e) {
11
11
  };
12
12
  import { Version } from '@voiceflow/base-types';
13
13
  import { defaultPrompt } from "../utils";
14
- const defaultMessageDelay = ({ durationMilliseconds = 1000 } = {}) => ({ durationMilliseconds });
14
+ const defaultMessageDelay = ({ durationMilliseconds = 1500 } = {}) => ({ durationMilliseconds });
15
15
  export const defaultChatVersionSettings = (_a = {}) => {
16
16
  var { error, messageDelay } = _a, baseSettings = __rest(_a, ["error", "messageDelay"]);
17
17
  return (Object.assign(Object.assign({}, Version.defaultBaseVersionSettings(baseSettings)), { error: defaultPrompt(error), messageDelay: defaultMessageDelay(messageDelay) }));
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@voiceflow/chat-types",
3
3
  "description": "Voiceflow chat project types",
4
- "version": "2.1.19",
4
+ "version": "2.1.20",
5
5
  "author": "Voiceflow",
6
6
  "bugs": {
7
7
  "url": "https://github.com/voiceflow/libs/issues"
@@ -39,5 +39,5 @@
39
39
  "test:integration": "exit 0",
40
40
  "test:unit": "exit 0"
41
41
  },
42
- "gitHead": "0eda22d6d8b9d74f18ad57cc36ffbacf9848e807"
42
+ "gitHead": "d198bf9ad48fbe578e870c172b04196af001b7f2"
43
43
  }