@voiceflow/utils-designer 1.56.13 → 1.56.15
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.
package/build/cjs/node.util.d.ts
CHANGED
@@ -80,10 +80,10 @@ export declare const startNodeFactory: ({ data, coords, ...rest }?: NodeFactoryO
|
|
80
80
|
triggers?: ({
|
81
81
|
type: "intent";
|
82
82
|
id: string;
|
83
|
-
resourceID: string | null;
|
84
83
|
settings: {
|
85
84
|
local: boolean;
|
86
85
|
};
|
86
|
+
resourceID: string | null;
|
87
87
|
rules?: {
|
88
88
|
id: string;
|
89
89
|
text: string;
|
@@ -102,10 +102,10 @@ export declare const startNodeFactory: ({ data, coords, ...rest }?: NodeFactoryO
|
|
102
102
|
} | {
|
103
103
|
type: "event";
|
104
104
|
id: string;
|
105
|
-
resourceID: string | null;
|
106
105
|
settings: {
|
107
106
|
local: boolean;
|
108
107
|
};
|
108
|
+
resourceID: string | null;
|
109
109
|
})[] | undefined;
|
110
110
|
};
|
111
111
|
type: "start";
|
@@ -192,10 +192,10 @@ export declare const triggerNodeFactory: ({ data, ...reset }?: NodeFactoryOption
|
|
192
192
|
items: ({
|
193
193
|
type: "intent";
|
194
194
|
id: string;
|
195
|
-
resourceID: string | null;
|
196
195
|
settings: {
|
197
196
|
local: boolean;
|
198
197
|
};
|
198
|
+
resourceID: string | null;
|
199
199
|
rules?: {
|
200
200
|
id: string;
|
201
201
|
text: string;
|
@@ -214,10 +214,10 @@ export declare const triggerNodeFactory: ({ data, ...reset }?: NodeFactoryOption
|
|
214
214
|
} | {
|
215
215
|
type: "event";
|
216
216
|
id: string;
|
217
|
-
resourceID: string | null;
|
218
217
|
settings: {
|
219
218
|
local: boolean;
|
220
219
|
};
|
220
|
+
resourceID: string | null;
|
221
221
|
})[];
|
222
222
|
portsV2: {
|
223
223
|
byKey: Record<string, {
|
package/build/esm/node.util.d.ts
CHANGED
@@ -80,10 +80,10 @@ export declare const startNodeFactory: ({ data, coords, ...rest }?: NodeFactoryO
|
|
80
80
|
triggers?: ({
|
81
81
|
type: "intent";
|
82
82
|
id: string;
|
83
|
-
resourceID: string | null;
|
84
83
|
settings: {
|
85
84
|
local: boolean;
|
86
85
|
};
|
86
|
+
resourceID: string | null;
|
87
87
|
rules?: {
|
88
88
|
id: string;
|
89
89
|
text: string;
|
@@ -102,10 +102,10 @@ export declare const startNodeFactory: ({ data, coords, ...rest }?: NodeFactoryO
|
|
102
102
|
} | {
|
103
103
|
type: "event";
|
104
104
|
id: string;
|
105
|
-
resourceID: string | null;
|
106
105
|
settings: {
|
107
106
|
local: boolean;
|
108
107
|
};
|
108
|
+
resourceID: string | null;
|
109
109
|
})[] | undefined;
|
110
110
|
};
|
111
111
|
type: "start";
|
@@ -192,10 +192,10 @@ export declare const triggerNodeFactory: ({ data, ...reset }?: NodeFactoryOption
|
|
192
192
|
items: ({
|
193
193
|
type: "intent";
|
194
194
|
id: string;
|
195
|
-
resourceID: string | null;
|
196
195
|
settings: {
|
197
196
|
local: boolean;
|
198
197
|
};
|
198
|
+
resourceID: string | null;
|
199
199
|
rules?: {
|
200
200
|
id: string;
|
201
201
|
text: string;
|
@@ -214,10 +214,10 @@ export declare const triggerNodeFactory: ({ data, ...reset }?: NodeFactoryOption
|
|
214
214
|
} | {
|
215
215
|
type: "event";
|
216
216
|
id: string;
|
217
|
-
resourceID: string | null;
|
218
217
|
settings: {
|
219
218
|
local: boolean;
|
220
219
|
};
|
220
|
+
resourceID: string | null;
|
221
221
|
})[];
|
222
222
|
portsV2: {
|
223
223
|
byKey: Record<string, {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@voiceflow/utils-designer",
|
3
|
-
"version": "1.56.
|
3
|
+
"version": "1.56.15",
|
4
4
|
"exports": {
|
5
5
|
".": {
|
6
6
|
"types": "./build/cjs/main.d.ts",
|
@@ -32,7 +32,7 @@
|
|
32
32
|
},
|
33
33
|
"dependencies": {
|
34
34
|
"@voiceflow/common": "8.7.1",
|
35
|
-
"@voiceflow/dtos": "1.
|
35
|
+
"@voiceflow/dtos": "1.270.0",
|
36
36
|
"bidirectional-adapter": "1.2.1",
|
37
37
|
"polished": "4.2.2",
|
38
38
|
"slate": "^0.103.0",
|
@@ -44,5 +44,5 @@
|
|
44
44
|
"volta": {
|
45
45
|
"extends": "../../package.json"
|
46
46
|
},
|
47
|
-
"gitHead": "
|
47
|
+
"gitHead": "e2fccfe0958f0293df26555f69a9d45e52965c55"
|
48
48
|
}
|