@voiceflow/utils-designer 1.27.11 → 1.27.12
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
@@ -90,6 +90,20 @@ export declare const startNodeFactory: ({ data, coords, ...rest }?: NodeFactoryO
|
|
90
90
|
settings: {
|
91
91
|
local: boolean;
|
92
92
|
};
|
93
|
+
rules?: {
|
94
|
+
id: string;
|
95
|
+
text: string;
|
96
|
+
}[] | undefined;
|
97
|
+
automaticReprompt?: {
|
98
|
+
exitScenario?: {
|
99
|
+
items: {
|
100
|
+
id: string;
|
101
|
+
text: string;
|
102
|
+
}[];
|
103
|
+
path?: boolean | null | undefined;
|
104
|
+
pathLabel?: string | null | undefined;
|
105
|
+
} | null | undefined;
|
106
|
+
} | null | undefined;
|
93
107
|
mappings?: any;
|
94
108
|
}[] | undefined;
|
95
109
|
};
|
@@ -181,6 +195,20 @@ export declare const triggerNodeFactory: ({ data, ...reset }?: NodeFactoryOption
|
|
181
195
|
settings: {
|
182
196
|
local: boolean;
|
183
197
|
};
|
198
|
+
rules?: {
|
199
|
+
id: string;
|
200
|
+
text: string;
|
201
|
+
}[] | undefined;
|
202
|
+
automaticReprompt?: {
|
203
|
+
exitScenario?: {
|
204
|
+
items: {
|
205
|
+
id: string;
|
206
|
+
text: string;
|
207
|
+
}[];
|
208
|
+
path?: boolean | null | undefined;
|
209
|
+
pathLabel?: string | null | undefined;
|
210
|
+
} | null | undefined;
|
211
|
+
} | null | undefined;
|
184
212
|
mappings?: any;
|
185
213
|
}[];
|
186
214
|
portsV2: {
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"node.util.d.ts","sourceRoot":"","sources":["../../src/node.util.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,WAAW,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAKtF,eAAO,MAAM,kBAAkB;;;;;SAAoC,KAAK,IAAI,EAAE,QAAQ,CAAC,GAAG;IAAE,MAAM,CAAC,EAAE,MAAM,CAAA;CAAE,KAAG,IAIpG,CAAC;AAEb,KAAK,kBAAkB,CAAC,IAAI,SAAS,WAAW,IAAI,IAAI,CAAC,IAAI,EAAE,QAAQ,CAAC,GAAG;IACzE,IAAI,CAAC,EAAE,OAAO,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC;IAC7B,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,eAAO,MAAM,gBAAgB,+BAAqD,mBAAmB,SAAS,CAAC
|
1
|
+
{"version":3,"file":"node.util.d.ts","sourceRoot":"","sources":["../../src/node.util.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,WAAW,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAKtF,eAAO,MAAM,kBAAkB;;;;;SAAoC,KAAK,IAAI,EAAE,QAAQ,CAAC,GAAG;IAAE,MAAM,CAAC,EAAE,MAAM,CAAA;CAAE,KAAG,IAIpG,CAAC;AAEb,KAAK,kBAAkB,CAAC,IAAI,SAAS,WAAW,IAAI,IAAI,CAAC,IAAI,EAAE,QAAQ,CAAC,GAAG;IACzE,IAAI,CAAC,EAAE,OAAO,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC;IAC7B,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,eAAO,MAAM,gBAAgB,+BAAqD,mBAAmB,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAe3G,CAAC;AAEL,eAAO,MAAM,gBAAgB,sBAAuB,mBAAmB,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAU7E,CAAC;AAEL,eAAO,MAAM,kBAAkB,wBAAwB,mBAAmB,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAalF,CAAC"}
|
package/build/esm/node.util.d.ts
CHANGED
@@ -90,6 +90,20 @@ export declare const startNodeFactory: ({ data, coords, ...rest }?: NodeFactoryO
|
|
90
90
|
settings: {
|
91
91
|
local: boolean;
|
92
92
|
};
|
93
|
+
rules?: {
|
94
|
+
id: string;
|
95
|
+
text: string;
|
96
|
+
}[] | undefined;
|
97
|
+
automaticReprompt?: {
|
98
|
+
exitScenario?: {
|
99
|
+
items: {
|
100
|
+
id: string;
|
101
|
+
text: string;
|
102
|
+
}[];
|
103
|
+
path?: boolean | null | undefined;
|
104
|
+
pathLabel?: string | null | undefined;
|
105
|
+
} | null | undefined;
|
106
|
+
} | null | undefined;
|
93
107
|
mappings?: any;
|
94
108
|
}[] | undefined;
|
95
109
|
};
|
@@ -181,6 +195,20 @@ export declare const triggerNodeFactory: ({ data, ...reset }?: NodeFactoryOption
|
|
181
195
|
settings: {
|
182
196
|
local: boolean;
|
183
197
|
};
|
198
|
+
rules?: {
|
199
|
+
id: string;
|
200
|
+
text: string;
|
201
|
+
}[] | undefined;
|
202
|
+
automaticReprompt?: {
|
203
|
+
exitScenario?: {
|
204
|
+
items: {
|
205
|
+
id: string;
|
206
|
+
text: string;
|
207
|
+
}[];
|
208
|
+
path?: boolean | null | undefined;
|
209
|
+
pathLabel?: string | null | undefined;
|
210
|
+
} | null | undefined;
|
211
|
+
} | null | undefined;
|
184
212
|
mappings?: any;
|
185
213
|
}[];
|
186
214
|
portsV2: {
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"node.util.d.ts","sourceRoot":"","sources":["../../src/node.util.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,WAAW,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAKtF,eAAO,MAAM,kBAAkB;;;;;SAAoC,KAAK,IAAI,EAAE,QAAQ,CAAC,GAAG;IAAE,MAAM,CAAC,EAAE,MAAM,CAAA;CAAE,KAAG,IAIpG,CAAC;AAEb,KAAK,kBAAkB,CAAC,IAAI,SAAS,WAAW,IAAI,IAAI,CAAC,IAAI,EAAE,QAAQ,CAAC,GAAG;IACzE,IAAI,CAAC,EAAE,OAAO,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC;IAC7B,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,eAAO,MAAM,gBAAgB,+BAAqD,mBAAmB,SAAS,CAAC
|
1
|
+
{"version":3,"file":"node.util.d.ts","sourceRoot":"","sources":["../../src/node.util.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,WAAW,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAKtF,eAAO,MAAM,kBAAkB;;;;;SAAoC,KAAK,IAAI,EAAE,QAAQ,CAAC,GAAG;IAAE,MAAM,CAAC,EAAE,MAAM,CAAA;CAAE,KAAG,IAIpG,CAAC;AAEb,KAAK,kBAAkB,CAAC,IAAI,SAAS,WAAW,IAAI,IAAI,CAAC,IAAI,EAAE,QAAQ,CAAC,GAAG;IACzE,IAAI,CAAC,EAAE,OAAO,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC;IAC7B,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,eAAO,MAAM,gBAAgB,+BAAqD,mBAAmB,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAe3G,CAAC;AAEL,eAAO,MAAM,gBAAgB,sBAAuB,mBAAmB,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAU7E,CAAC;AAEL,eAAO,MAAM,kBAAkB,wBAAwB,mBAAmB,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAalF,CAAC"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@voiceflow/utils-designer",
|
3
|
-
"version": "1.27.
|
3
|
+
"version": "1.27.12",
|
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.140.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": "8248ff53a9b8fabf97fadcf134fdab96ed338a79"
|
47
47
|
}
|