@veloceapps/sdk 11.0.0-21 → 11.0.0-23
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,7 +15,7 @@ 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 { SalesforceApiService, DocumentAttachmentApiService,
|
|
18
|
+
import { SalesforceApiService, DocumentAttachmentApiService, CatalogApiService, PicklistsApiService, ShoppingCartSettingsApiService, ConfigurationSettingsApiService, 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';
|
|
@@ -1564,11 +1564,8 @@ const vendorMap = {
|
|
|
1564
1564
|
'@veloceapps/api': {
|
|
1565
1565
|
SalesforceApiService,
|
|
1566
1566
|
DocumentAttachmentApiService,
|
|
1567
|
-
RampApiService,
|
|
1568
1567
|
CatalogApiService,
|
|
1569
|
-
DeltaApiService,
|
|
1570
1568
|
PicklistsApiService,
|
|
1571
|
-
PriceApiService,
|
|
1572
1569
|
ShoppingCartSettingsApiService,
|
|
1573
1570
|
ConfigurationSettingsApiService,
|
|
1574
1571
|
GuidedSellingApiService,
|