@voiceflow/utils-designer 1.25.17 → 1.25.18
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
@@ -36,7 +36,7 @@ export declare const startNodeFactory: ({ data, coords, ...rest }?: NodeFactoryO
|
|
36
36
|
} | null | undefined;
|
37
37
|
} | null | undefined;
|
38
38
|
}>;
|
39
|
-
builtIn: Partial<Record<"fail" | "next" | "pause" | "no-reply" | "else" | "previous", {
|
39
|
+
builtIn: Partial<Record<"fail" | "next" | "pause" | "no-reply" | "else" | "previous" | "exit-scenarios", {
|
40
40
|
type: string;
|
41
41
|
id: string;
|
42
42
|
target: string | null;
|
@@ -123,7 +123,7 @@ export declare const blockNodeFactory: ({ data, ...rest }: NodeFactoryOptions<Bl
|
|
123
123
|
} | null | undefined;
|
124
124
|
} | null | undefined;
|
125
125
|
}>;
|
126
|
-
builtIn: Partial<Record<"fail" | "next" | "pause" | "no-reply" | "else" | "previous", {
|
126
|
+
builtIn: Partial<Record<"fail" | "next" | "pause" | "no-reply" | "else" | "previous" | "exit-scenarios", {
|
127
127
|
type: string;
|
128
128
|
id: string;
|
129
129
|
target: string | null;
|
@@ -205,7 +205,7 @@ export declare const triggerNodeFactory: ({ data, ...reset }?: NodeFactoryOption
|
|
205
205
|
} | null | undefined;
|
206
206
|
} | null | undefined;
|
207
207
|
}>;
|
208
|
-
builtIn: Partial<Record<"fail" | "next" | "pause" | "no-reply" | "else" | "previous", {
|
208
|
+
builtIn: Partial<Record<"fail" | "next" | "pause" | "no-reply" | "else" | "previous" | "exit-scenarios", {
|
209
209
|
type: string;
|
210
210
|
id: string;
|
211
211
|
target: string | null;
|
package/build/esm/node.util.d.ts
CHANGED
@@ -36,7 +36,7 @@ export declare const startNodeFactory: ({ data, coords, ...rest }?: NodeFactoryO
|
|
36
36
|
} | null | undefined;
|
37
37
|
} | null | undefined;
|
38
38
|
}>;
|
39
|
-
builtIn: Partial<Record<"fail" | "next" | "pause" | "no-reply" | "else" | "previous", {
|
39
|
+
builtIn: Partial<Record<"fail" | "next" | "pause" | "no-reply" | "else" | "previous" | "exit-scenarios", {
|
40
40
|
type: string;
|
41
41
|
id: string;
|
42
42
|
target: string | null;
|
@@ -123,7 +123,7 @@ export declare const blockNodeFactory: ({ data, ...rest }: NodeFactoryOptions<Bl
|
|
123
123
|
} | null | undefined;
|
124
124
|
} | null | undefined;
|
125
125
|
}>;
|
126
|
-
builtIn: Partial<Record<"fail" | "next" | "pause" | "no-reply" | "else" | "previous", {
|
126
|
+
builtIn: Partial<Record<"fail" | "next" | "pause" | "no-reply" | "else" | "previous" | "exit-scenarios", {
|
127
127
|
type: string;
|
128
128
|
id: string;
|
129
129
|
target: string | null;
|
@@ -205,7 +205,7 @@ export declare const triggerNodeFactory: ({ data, ...reset }?: NodeFactoryOption
|
|
205
205
|
} | null | undefined;
|
206
206
|
} | null | undefined;
|
207
207
|
}>;
|
208
|
-
builtIn: Partial<Record<"fail" | "next" | "pause" | "no-reply" | "else" | "previous", {
|
208
|
+
builtIn: Partial<Record<"fail" | "next" | "pause" | "no-reply" | "else" | "previous" | "exit-scenarios", {
|
209
209
|
type: string;
|
210
210
|
id: string;
|
211
211
|
target: string | null;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@voiceflow/utils-designer",
|
3
|
-
"version": "1.25.
|
3
|
+
"version": "1.25.18",
|
4
4
|
"exports": {
|
5
5
|
".": {
|
6
6
|
"types": "./build/cjs/main.d.ts",
|
@@ -31,7 +31,7 @@
|
|
31
31
|
},
|
32
32
|
"dependencies": {
|
33
33
|
"@voiceflow/common": "8.3.0",
|
34
|
-
"@voiceflow/dtos": "1.
|
34
|
+
"@voiceflow/dtos": "1.120.0",
|
35
35
|
"bidirectional-adapter": "1.2.1",
|
36
36
|
"slate": "^0.103.0",
|
37
37
|
"ts-pattern": "5.0.5",
|
@@ -43,5 +43,5 @@
|
|
43
43
|
"volta": {
|
44
44
|
"extends": "../../package.json"
|
45
45
|
},
|
46
|
-
"gitHead": "
|
46
|
+
"gitHead": "8255933b453ac0c48bc4b0c42932aee88cc0de2f"
|
47
47
|
}
|