@veloceapps/sdk 8.0.0-134 → 8.0.0-136

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veloceapps/sdk",
3
- "version": "8.0.0-134",
3
+ "version": "8.0.0-136",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "~15.2.0",
@@ -17,7 +17,7 @@ export declare class FlowService {
17
17
  constructor(integrationState: IntegrationState, flowRouterService: FlowRouterService, quoteDraftService: QuoteDraftService, configurationService: ConfigurationService, configurationStateService: ConfigurationStateService, flowDialogService: FlowDialogService, flowConfigurationService: FlowConfigurationService, flowInfoService: FlowInfoService, flowStateService: FlowStateService);
18
18
  cleanup(): void;
19
19
  initSubscriptions(): void;
20
- private updateFlowPath;
20
+ private updateFlowParams;
21
21
  private legacyApplyConfiguration;
22
22
  static ɵfac: i0.ɵɵFactoryDeclaration<FlowService, never>;
23
23
  static ɵprov: i0.ɵɵInjectableDeclaration<FlowService>;