@voiceflow/base-types 2.126.0 → 2.127.0

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.
@@ -17,7 +17,7 @@ var GlobalNoMatchType;
17
17
  GlobalNoMatchType["STATIC"] = "static";
18
18
  GlobalNoMatchType["GENERATIVE"] = "generative";
19
19
  })(GlobalNoMatchType || (exports.GlobalNoMatchType = GlobalNoMatchType = {}));
20
- const defaultSettings = ({ error = null, repeat = RepeatType.ALL, session = { type: SessionType.RESTART }, defaultVoice = null, defaultCanvasNodeVisibility = null, defaultCarouselLayout = null, globalNoMatch = { type: GlobalNoMatchType.STATIC, prompt: undefined }, globalNoReply = { delay: undefined, prompt: undefined, enabled: true }, deepgramASR, intentConfidence = 0.6, } = {}) => ({
20
+ const defaultSettings = ({ error = null, repeat = RepeatType.ALL, session = { type: SessionType.RESTART }, defaultVoice = null, defaultCanvasNodeVisibility = null, defaultCarouselLayout = null, globalNoMatch = { type: GlobalNoMatchType.STATIC, prompt: undefined }, globalNoReply = { delay: undefined, prompt: undefined, enabled: false }, deepgramASR, intentConfidence = 0.6, } = {}) => ({
21
21
  error,
22
22
  repeat,
23
23
  session,
@@ -14,7 +14,7 @@ export var GlobalNoMatchType;
14
14
  GlobalNoMatchType["STATIC"] = "static";
15
15
  GlobalNoMatchType["GENERATIVE"] = "generative";
16
16
  })(GlobalNoMatchType || (GlobalNoMatchType = {}));
17
- export const defaultSettings = ({ error = null, repeat = RepeatType.ALL, session = { type: SessionType.RESTART }, defaultVoice = null, defaultCanvasNodeVisibility = null, defaultCarouselLayout = null, globalNoMatch = { type: GlobalNoMatchType.STATIC, prompt: undefined }, globalNoReply = { delay: undefined, prompt: undefined, enabled: true }, deepgramASR, intentConfidence = 0.6, } = {}) => ({
17
+ export const defaultSettings = ({ error = null, repeat = RepeatType.ALL, session = { type: SessionType.RESTART }, defaultVoice = null, defaultCanvasNodeVisibility = null, defaultCarouselLayout = null, globalNoMatch = { type: GlobalNoMatchType.STATIC, prompt: undefined }, globalNoReply = { delay: undefined, prompt: undefined, enabled: false }, deepgramASR, intentConfidence = 0.6, } = {}) => ({
18
18
  error,
19
19
  repeat,
20
20
  session,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voiceflow/base-types",
3
- "version": "2.126.0",
3
+ "version": "2.127.0",
4
4
  "description": "Voiceflow base project types",
5
5
  "keywords": [
6
6
  "voiceflow",
@@ -48,5 +48,5 @@
48
48
  "publishConfig": {
49
49
  "access": "public"
50
50
  },
51
- "gitHead": "b67ff5529ffbdd91c6d8bb28fb25a2e6653ea53e"
51
+ "gitHead": "6e2eb5f7ecfadd10f3e872b19255aa979c613a39"
52
52
  }