@voiceflow/alexa-types 2.7.23 → 2.8.1

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.
@@ -81,3 +81,4 @@ export declare const REGIONAL_VOICE: {
81
81
  label: string;
82
82
  options: Voice[];
83
83
  }[];
84
+ export declare const ALL_ALEXA_VOICE_NAMES: Set<Voice>;
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.REGIONAL_VOICE = exports.DEFAULT_LOCALE_VOICE_MAP = exports.Voice = exports.ProductType = exports.Locale = void 0;
3
+ exports.ALL_ALEXA_VOICE_NAMES = exports.REGIONAL_VOICE = exports.DEFAULT_LOCALE_VOICE_MAP = exports.Voice = exports.ProductType = exports.Locale = void 0;
4
4
  var Locale;
5
5
  (function (Locale) {
6
6
  Locale["EN_US"] = "en-US";
@@ -129,3 +129,4 @@ exports.REGIONAL_VOICE = [
129
129
  options: [Voice.VITORIA, Voice.CAMILA, Voice.RICARDO],
130
130
  },
131
131
  ];
132
+ exports.ALL_ALEXA_VOICE_NAMES = new Set(Object.values(Voice));
@@ -81,3 +81,4 @@ export declare const REGIONAL_VOICE: {
81
81
  label: string;
82
82
  options: Voice[];
83
83
  }[];
84
+ export declare const ALL_ALEXA_VOICE_NAMES: Set<Voice>;
@@ -126,3 +126,4 @@ export const REGIONAL_VOICE = [
126
126
  options: [Voice.VITORIA, Voice.CAMILA, Voice.RICARDO],
127
127
  },
128
128
  ];
129
+ export const ALL_ALEXA_VOICE_NAMES = new Set(Object.values(Voice));
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@voiceflow/alexa-types",
3
3
  "description": "Alexa service types",
4
- "version": "2.7.23",
4
+ "version": "2.8.1",
5
5
  "author": "Voiceflow",
6
6
  "bugs": {
7
7
  "url": "https://github.com/voiceflow/libs/issues"
8
8
  },
9
9
  "dependencies": {
10
- "@voiceflow/base-types": "^2.27.0",
10
+ "@voiceflow/base-types": "^2.28.0",
11
11
  "@voiceflow/common": "^7.26.1",
12
- "@voiceflow/voice-types": "^2.5.28",
13
- "@voiceflow/voiceflow-types": "^3.15.5",
12
+ "@voiceflow/voice-types": "^2.5.29",
13
+ "@voiceflow/voiceflow-types": "^3.15.7",
14
14
  "ask-smapi-model": "1.14.0"
15
15
  },
16
16
  "files": [
@@ -45,5 +45,5 @@
45
45
  "test:integration": "exit 0",
46
46
  "test:unit": "exit 0"
47
47
  },
48
- "gitHead": "32f0757eae3d1cee6af9220f541feac9d8cd9e75"
48
+ "gitHead": "312809a9fc3be3c415882e0b857ab0be2105f860"
49
49
  }