@voiceflow/alexa-types 2.7.20 → 2.7.23
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.
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { BaseNode
|
|
1
|
+
import { BaseNode } from '@voiceflow/base-types';
|
|
2
|
+
import { Struct } from '@voiceflow/common';
|
|
2
3
|
import { NodeType } from './constants';
|
|
3
|
-
export declare type StepData =
|
|
4
|
+
export declare type StepData = Struct;
|
|
4
5
|
export interface Step extends BaseNode.Utils.BaseStep<StepData> {
|
|
5
6
|
type: NodeType.ACCOUNT_LINKING;
|
|
6
7
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Voice } from "../constants";
|
|
2
|
-
import { Nullable } from '@voiceflow/
|
|
2
|
+
import { Nullable } from '@voiceflow/common';
|
|
3
3
|
import { VoiceVersion } from '@voiceflow/voice-types';
|
|
4
4
|
import { v1 } from 'ask-smapi-model';
|
|
5
5
|
export declare enum AccountLinkingType {
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { BaseNode
|
|
1
|
+
import { BaseNode } from '@voiceflow/base-types';
|
|
2
|
+
import { Struct } from '@voiceflow/common';
|
|
2
3
|
import { NodeType } from './constants';
|
|
3
|
-
export declare type StepData =
|
|
4
|
+
export declare type StepData = Struct;
|
|
4
5
|
export interface Step extends BaseNode.Utils.BaseStep<StepData> {
|
|
5
6
|
type: NodeType.ACCOUNT_LINKING;
|
|
6
7
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Voice } from "../constants";
|
|
2
|
-
import { Nullable } from '@voiceflow/
|
|
2
|
+
import { Nullable } from '@voiceflow/common';
|
|
3
3
|
import { VoiceVersion } from '@voiceflow/voice-types';
|
|
4
4
|
import { v1 } from 'ask-smapi-model';
|
|
5
5
|
export declare enum AccountLinkingType {
|
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.
|
|
4
|
+
"version": "2.7.23",
|
|
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.
|
|
10
|
+
"@voiceflow/base-types": "^2.27.0",
|
|
11
11
|
"@voiceflow/common": "^7.26.1",
|
|
12
|
-
"@voiceflow/voice-types": "^2.5.
|
|
13
|
-
"@voiceflow/voiceflow-types": "^3.15.
|
|
12
|
+
"@voiceflow/voice-types": "^2.5.28",
|
|
13
|
+
"@voiceflow/voiceflow-types": "^3.15.5",
|
|
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": "
|
|
48
|
+
"gitHead": "32f0757eae3d1cee6af9220f541feac9d8cd9e75"
|
|
49
49
|
}
|