@voiceflow/alexa-types 2.4.3 → 2.5.3
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.
|
@@ -5,11 +5,7 @@ export interface StepData extends VoiceNode.Interaction.StepData<Voice> {
|
|
|
5
5
|
}
|
|
6
6
|
export interface Step extends VoiceNode.Interaction.Step<StepData> {
|
|
7
7
|
}
|
|
8
|
-
export interface NodeGoTo {
|
|
9
|
-
intentName: string;
|
|
10
|
-
}
|
|
11
8
|
export interface NodeInteraction extends BaseNode.Utils.SlotMappings {
|
|
12
|
-
goTo?: NodeGoTo;
|
|
13
9
|
intent: string;
|
|
14
10
|
nextIdIndex?: number;
|
|
15
11
|
}
|
|
@@ -5,11 +5,7 @@ export interface StepData extends VoiceNode.Interaction.StepData<Voice> {
|
|
|
5
5
|
}
|
|
6
6
|
export interface Step extends VoiceNode.Interaction.Step<StepData> {
|
|
7
7
|
}
|
|
8
|
-
export interface NodeGoTo {
|
|
9
|
-
intentName: string;
|
|
10
|
-
}
|
|
11
8
|
export interface NodeInteraction extends BaseNode.Utils.SlotMappings {
|
|
12
|
-
goTo?: NodeGoTo;
|
|
13
9
|
intent: string;
|
|
14
10
|
nextIdIndex?: number;
|
|
15
11
|
}
|
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.
|
|
4
|
+
"version": "2.5.3",
|
|
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.
|
|
11
|
-
"@voiceflow/common": "^7.
|
|
12
|
-
"@voiceflow/voice-types": "^2.3.
|
|
13
|
-
"@voiceflow/voiceflow-types": "^3.4.
|
|
10
|
+
"@voiceflow/base-types": "^2.11.3",
|
|
11
|
+
"@voiceflow/common": "^7.20.2",
|
|
12
|
+
"@voiceflow/voice-types": "^2.3.7",
|
|
13
|
+
"@voiceflow/voiceflow-types": "^3.4.7",
|
|
14
14
|
"ask-smapi-model": "1.14.0"
|
|
15
15
|
},
|
|
16
16
|
"files": [
|
|
@@ -24,6 +24,9 @@
|
|
|
24
24
|
"license": "ISC",
|
|
25
25
|
"main": "build/common/index.js",
|
|
26
26
|
"module": "build/esm/index.js",
|
|
27
|
+
"publishConfig": {
|
|
28
|
+
"access": "public"
|
|
29
|
+
},
|
|
27
30
|
"repository": {
|
|
28
31
|
"type": "git",
|
|
29
32
|
"url": "git+https://github.com/voiceflow/libs.git"
|
|
@@ -42,5 +45,5 @@
|
|
|
42
45
|
"test:integration": "exit 0",
|
|
43
46
|
"test:unit": "exit 0"
|
|
44
47
|
},
|
|
45
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "132bb4a23c41ee02103ac2f1e332cbf7793f2ba3"
|
|
46
49
|
}
|