@veloceapps/sdk 11.0.0-38 → 11.0.0-39

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.
@@ -15,14 +15,14 @@ import * as i4 from '@angular/common';
15
15
  import { CommonModule, DOCUMENT } from '@angular/common';
16
16
  import * as i2$1 from 'ngx-drag-drop';
17
17
  import { DndModule } from 'ngx-drag-drop';
18
- import { DocumentAttachmentApiService, CatalogApiService, GuidedSellingApiService, ContractedPriceApiService, ApiModule } from '@veloceapps/api';
18
+ import { GuidedSellingApiService, ContractedPriceApiService, ApiModule } from '@veloceapps/api';
19
19
  import { DialogService } from 'primeng/dynamicdialog';
20
20
  import { DragDropModule } from '@angular/cdk/drag-drop';
21
21
  import { ScrollingModule } from '@angular/cdk/scrolling';
22
22
  import * as angularForms from '@angular/forms';
23
23
  import { FormsModule, ReactiveFormsModule } from '@angular/forms';
24
24
  import { DataSource } from '@angular/cdk/collections';
25
- import { ConfigurationSettingsApiService, SalesforceApiService, SalesTransactionApiService, ShoppingCartSettingsApiService } from '@veloceapps/api/v2';
25
+ import { CatalogApiService, ConfigurationSettingsApiService, DocumentAttachmentApiService, SalesforceApiService, SalesTransactionApiService, ShoppingCartSettingsApiService } from '@veloceapps/api/v2';
26
26
  import * as rxjsOperators from 'rxjs/operators';
27
27
  import * as sass from 'sass';
28
28
  import { transform } from '@babel/standalone';
@@ -1563,13 +1563,13 @@ const vendorMap = {
1563
1563
  ToastType,
1564
1564
  },
1565
1565
  '@veloceapps/api': {
1566
- DocumentAttachmentApiService,
1567
- CatalogApiService,
1568
1566
  GuidedSellingApiService,
1569
1567
  ContractedPriceApiService,
1570
1568
  },
1571
1569
  '@veloceapps/api/v2': {
1570
+ CatalogApiService,
1572
1571
  ConfigurationSettingsApiService,
1572
+ DocumentAttachmentApiService,
1573
1573
  SalesforceApiService,
1574
1574
  SalesTransactionApiService,
1575
1575
  ShoppingCartSettingsApiService,