@veloceapps/sdk 10.0.0-21 → 10.0.0-23

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,9 +1,9 @@
1
+ import { DataSource } from '@angular/cdk/collections';
1
2
  import * as angularCore from '@angular/core';
2
3
  import * as angularForms from '@angular/forms';
3
- import { DataSource } from '@angular/cdk/collections';
4
4
  import { CatalogApiService, ConfigurationSettingsApiService, ContractedPriceApiService, DeltaApiService, DocumentAttachmentApiService, DocumentTemplatesApiService, GuidedSellingApiService, PicklistsApiService, PriceApiService, QuoteApiService, RampApiService, SalesforceApiService, ShoppingCartSettingsApiService } from '@veloceapps/api';
5
5
  import { ToastService, ToastType } from '@veloceapps/components';
6
- import { ConfigurationContextMode, Operator, parseJsonSafely, Predicate } from '@veloceapps/core';
6
+ import { ConfigurationContextMode, Operator, Predicate, parseJsonSafely, parseJwt } from '@veloceapps/core';
7
7
  import { ActionCodePipe, ConfigurationService, ConfigurationStateService, ContextService, DatePipe, FlowConfigurationService, FlowStateConfigurationService, FlowStateService, IntegrationState, LineItemWorker, NumberPipe, PricePipe, ProductImagesService, QuoteDraftService, RuntimeSettingsService } from '@veloceapps/sdk/core';
8
8
  import lodash from 'lodash';
9
9
  import * as rxjs from 'rxjs';
@@ -26,6 +26,7 @@ export declare const vendorMap: {
26
26
  Predicate: typeof Predicate;
27
27
  parseJsonSafely: typeof parseJsonSafely;
28
28
  ConfigurationContextMode: typeof ConfigurationContextMode;
29
+ parseJwt: typeof parseJwt;
29
30
  };
30
31
  '@veloceapps/components': {
31
32
  ToastService: typeof ToastService;