@veloceapps/sdk 8.0.0-92 → 8.0.0-94

Sign up to get free protection for your applications and to get access to all the features.
@@ -1493,7 +1493,7 @@ class ConfigurationState {
1493
1493
  }
1494
1494
  const { actions, selectors } = this.runtimeService.runtimeContext?.uiDefinitionContainer ?? {};
1495
1495
  return this.statefulConfigurationApiService.init({
1496
- request: this.configurationService.generateRequest(),
1496
+ item: this.configurationService.generateRequest(),
1497
1497
  actions: actions?.map(action => ({ name: action.apiName, script: action.script })),
1498
1498
  selectors: selectors?.map(selector => ({ name: selector.apiName, script: selector.script })),
1499
1499
  });