@veloceapps/sdk 11.0.0-46 → 11.0.0-47
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.
@@ -202,7 +202,14 @@ class FlowInfoService {
|
|
202
202
|
});
|
203
203
|
this.flowSubj$.next({
|
204
204
|
id: 'preview-flow-id',
|
205
|
-
properties: {
|
205
|
+
properties: {
|
206
|
+
entryPath: '/product',
|
207
|
+
queryParams: {},
|
208
|
+
transformOrchestration: '',
|
209
|
+
contextDefinition: '',
|
210
|
+
queryOrchestration: '',
|
211
|
+
saveOrchestration: '',
|
212
|
+
},
|
206
213
|
version: 2,
|
207
214
|
});
|
208
215
|
return of(undefined);
|