@veloceapps/sdk 4.0.15 → 4.0.16

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veloceapps/sdk",
3
- "version": "4.0.15",
3
+ "version": "4.0.16",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^12.2.0",
6
6
  "@angular/common": "^12.2.0",
@@ -2,7 +2,7 @@ import { FormGroup } from '@angular/forms';
2
2
  import { ActivatedRoute, Router } from '@angular/router';
3
3
  import { FlowsApiService } from '@veloce/api';
4
4
  import { FlowProperties } from '@veloce/core';
5
- import { ContextService, FlowConfigurationService, QuoteDraftService } from '@veloce/sdk/core';
5
+ import { ContextService, QuoteDraftService } from '@veloce/sdk/core';
6
6
  import { Observable } from 'rxjs';
7
7
  import * as i0 from "@angular/core";
8
8
  interface FlowPropertiesExt extends FlowProperties {
@@ -13,13 +13,11 @@ export declare class DebugComponent {
13
13
  private router;
14
14
  private activatedRoute;
15
15
  private context;
16
- private flowConfiguration;
17
16
  private quoteDraftService;
18
- readonly objectNames: string[];
19
17
  form: FormGroup;
20
18
  selectedFlow?: FlowPropertiesExt;
21
19
  flows$: Observable<FlowPropertiesExt[]>;
22
- constructor(flowsApiService: FlowsApiService, router: Router, activatedRoute: ActivatedRoute, context: ContextService, flowConfiguration: FlowConfigurationService, quoteDraftService: QuoteDraftService);
20
+ constructor(flowsApiService: FlowsApiService, router: Router, activatedRoute: ActivatedRoute, context: ContextService, quoteDraftService: QuoteDraftService);
23
21
  runFlow(): void;
24
22
  static ɵfac: i0.ɵɵFactoryDeclaration<DebugComponent, never>;
25
23
  static ɵcmp: i0.ɵɵComponentDeclaration<DebugComponent, "vl-flow-debug", never, {}, {}, never, never>;
@@ -1 +1 @@
1
- export declare const getFlowObjectIdPropertyName: (objectName?: string | undefined) => "accountId" | "orderId" | "quoteId";
1
+ export declare const getFlowObjectIdPropertyName: (id: string) => string;