@veloceapps/api 7.0.0-9 → 7.0.1-1
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/{esm2015/lib/api.module.js → esm2020/lib/api.module.mjs} +6 -6
- package/esm2020/lib/services/account-api.service.mjs +80 -0
- package/esm2020/lib/services/catalog-admin-api.service.mjs +165 -0
- package/{esm2015/lib/services/catalog-api.service.js → esm2020/lib/services/catalog-api.service.mjs} +4 -4
- package/esm2020/lib/services/configuration-api.service.mjs +78 -0
- package/esm2020/lib/services/configuration-settings-api.service.mjs +96 -0
- package/{esm2015/lib/services/context-api.service.js → esm2020/lib/services/context-api.service.mjs} +4 -4
- package/{esm2015/lib/services/delta-api.service.js → esm2020/lib/services/delta-api.service.mjs} +4 -4
- package/{esm2015/lib/services/document-attachment-api.service.js → esm2020/lib/services/document-attachment-api.service.mjs} +4 -4
- package/esm2020/lib/services/document-templates-api.service.mjs +298 -0
- package/{esm2015/lib/services/endpoints-api.service.js → esm2020/lib/services/endpoints-api.service.mjs} +4 -4
- package/esm2020/lib/services/flows-api.service.mjs +24 -0
- package/esm2020/lib/services/guided-sellings-admin-api.service.mjs +65 -0
- package/esm2020/lib/services/guided-sellings-api.service.mjs +27 -0
- package/{esm2015/lib/services/offers-api.service.js → esm2020/lib/services/offers-api.service.mjs} +4 -4
- package/esm2020/lib/services/org-info-api.service.mjs +19 -0
- package/{esm2015/lib/services/picklists-api.service.js → esm2020/lib/services/picklists-api.service.mjs} +8 -5
- package/{esm2015/lib/services/price-api.service.js → esm2020/lib/services/price-api.service.mjs} +4 -4
- package/{esm2015/lib/services/procedures-api.service.js → esm2020/lib/services/procedures-api.service.mjs} +4 -4
- package/{esm2015/lib/services/product-api.service.js → esm2020/lib/services/product-api.service.mjs} +4 -4
- package/esm2020/lib/services/product-model-api.service.mjs +232 -0
- package/esm2020/lib/services/quote-api.service.mjs +58 -0
- package/esm2020/lib/services/ramp-api.service.mjs +31 -0
- package/{esm2015/lib/services/rule-groups-api.service.js → esm2020/lib/services/rule-groups-api.service.mjs} +4 -4
- package/{esm2015/lib/services/rules-api.service.js → esm2020/lib/services/rules-api.service.mjs} +4 -4
- package/esm2020/lib/services/salesforce-api.service.mjs +61 -0
- package/{esm2015/lib/services/scripts-api.service.js → esm2020/lib/services/scripts-api.service.mjs} +4 -4
- package/esm2020/lib/services/shopping-cart-settings-api.service.mjs +28 -0
- package/esm2020/lib/services/ui-templates-api.service.mjs +281 -0
- package/esm2020/lib/types/dto/configuration-settings-dto.types.mjs +22 -0
- package/fesm2015/{veloceapps-api.js → veloceapps-api.mjs} +100 -101
- package/fesm2015/veloceapps-api.mjs.map +1 -0
- package/fesm2020/veloceapps-api.mjs +2468 -0
- package/fesm2020/veloceapps-api.mjs.map +1 -0
- package/lib/services/catalog-admin-api.service.d.ts +2 -2
- package/lib/services/guided-sellings-admin-api.service.d.ts +2 -2
- package/lib/services/quote-api.service.d.ts +1 -1
- package/lib/services/ui-templates-api.service.d.ts +3 -3
- package/lib/types/dto/offers-dto.types.d.ts +2 -2
- package/lib/types/search-request.types.d.ts +1 -1
- package/package.json +26 -24
- package/bundles/veloceapps-api.umd.js +0 -2880
- package/bundles/veloceapps-api.umd.js.map +0 -1
- package/esm2015/lib/services/account-api.service.js +0 -50
- package/esm2015/lib/services/catalog-admin-api.service.js +0 -165
- package/esm2015/lib/services/configuration-api.service.js +0 -72
- package/esm2015/lib/services/configuration-settings-api.service.js +0 -61
- package/esm2015/lib/services/document-templates-api.service.js +0 -284
- package/esm2015/lib/services/flows-api.service.js +0 -24
- package/esm2015/lib/services/guided-sellings-admin-api.service.js +0 -65
- package/esm2015/lib/services/guided-sellings-api.service.js +0 -27
- package/esm2015/lib/services/org-info-api.service.js +0 -20
- package/esm2015/lib/services/product-model-api.service.js +0 -232
- package/esm2015/lib/services/quote-api.service.js +0 -48
- package/esm2015/lib/services/ramp-api.service.js +0 -21
- package/esm2015/lib/services/salesforce-api.service.js +0 -43
- package/esm2015/lib/services/shopping-cart-settings-api.service.js +0 -28
- package/esm2015/lib/services/ui-templates-api.service.js +0 -282
- package/esm2015/lib/types/dto/configuration-settings-dto.types.js +0 -22
- package/fesm2015/veloceapps-api.js.map +0 -1
- package/veloceapps-api.d.ts +0 -5
- /package/{esm2015/index.js → esm2020/index.mjs} +0 -0
- /package/{esm2015/lib/types/clone-request.types.js → esm2020/lib/types/clone-request.types.mjs} +0 -0
- /package/{esm2015/lib/types/delta-request.types.js → esm2020/lib/types/delta-request.types.mjs} +0 -0
- /package/{esm2015/lib/types/dto/offers-dto.types.js → esm2020/lib/types/dto/offers-dto.types.mjs} +0 -0
- /package/{esm2015/lib/types/dto/ui-template-dto.types.js → esm2020/lib/types/dto/ui-template-dto.types.mjs} +0 -0
- /package/{esm2015/lib/types/index.js → esm2020/lib/types/index.mjs} +0 -0
- /package/{esm2015/lib/types/org-info.types.js → esm2020/lib/types/org-info.types.mjs} +0 -0
- /package/{esm2015/lib/types/price.types.js → esm2020/lib/types/price.types.mjs} +0 -0
- /package/{esm2015/lib/types/ramp-request.types.js → esm2020/lib/types/ramp-request.types.mjs} +0 -0
- /package/{esm2015/lib/types/search-request.types.js → esm2020/lib/types/search-request.types.mjs} +0 -0
- /package/{esm2015/lib/utils/ui-template.utils.js → esm2020/lib/utils/ui-template.utils.mjs} +0 -0
- /package/{esm2015/veloceapps-api.js → esm2020/veloceapps-api.mjs} +0 -0
@@ -9,7 +9,7 @@ import { map, catchError, tap, switchMap, defaultIfEmpty } from 'rxjs/operators'
|
|
9
9
|
import * as i2 from 'primeng/api';
|
10
10
|
import { CurrencyPipe } from '@angular/common';
|
11
11
|
import * as _ from 'lodash';
|
12
|
-
import
|
12
|
+
import moment from 'moment';
|
13
13
|
import { __rest } from 'tslib';
|
14
14
|
|
15
15
|
class AccountApiService {
|
@@ -52,9 +52,9 @@ class AccountApiService {
|
|
52
52
|
return this.httpService.api(Object.assign({ url: `${this.SERVICE_URL}/${accountId}/orders/${orderId}/to-asset`, method: 'post', body: { id: orderId } }, options));
|
53
53
|
}
|
54
54
|
}
|
55
|
-
AccountApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
56
|
-
AccountApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
57
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
55
|
+
AccountApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: AccountApiService, deps: [{ token: i1.BaseHttpService }], target: i0.ɵɵFactoryTarget.Injectable });
|
56
|
+
AccountApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: AccountApiService });
|
57
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: AccountApiService, decorators: [{
|
58
58
|
type: Injectable
|
59
59
|
}], ctorParameters: function () { return [{ type: i1.BaseHttpService }]; } });
|
60
60
|
|
@@ -213,9 +213,9 @@ class CatalogAdminApiService {
|
|
213
213
|
}
|
214
214
|
}
|
215
215
|
CatalogAdminApiService.MAX_RESULTS = 60;
|
216
|
-
CatalogAdminApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
217
|
-
CatalogAdminApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
218
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
216
|
+
CatalogAdminApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: CatalogAdminApiService, deps: [{ token: i1.BaseHttpService }], target: i0.ɵɵFactoryTarget.Injectable });
|
217
|
+
CatalogAdminApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: CatalogAdminApiService });
|
218
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: CatalogAdminApiService, decorators: [{
|
219
219
|
type: Injectable
|
220
220
|
}], ctorParameters: function () { return [{ type: i1.BaseHttpService }]; } });
|
221
221
|
|
@@ -299,9 +299,9 @@ class CatalogApiService {
|
|
299
299
|
});
|
300
300
|
}
|
301
301
|
}
|
302
|
-
CatalogApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
303
|
-
CatalogApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
304
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
302
|
+
CatalogApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: CatalogApiService, deps: [{ token: i1.BaseHttpService }], target: i0.ɵɵFactoryTarget.Injectable });
|
303
|
+
CatalogApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: CatalogApiService });
|
304
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: CatalogApiService, decorators: [{
|
305
305
|
type: Injectable
|
306
306
|
}], ctorParameters: function () { return [{ type: i1.BaseHttpService }]; } });
|
307
307
|
|
@@ -358,25 +358,20 @@ class ConfigurationApiService {
|
|
358
358
|
const portDomains = Object.assign({}, lineItem.portDomains);
|
359
359
|
for (const port of (_a = type === null || type === void 0 ? void 0 : type.ports) !== null && _a !== void 0 ? _a : []) {
|
360
360
|
const portDomain = portDomains[port.name];
|
361
|
-
if (((_b = portDomain === null || portDomain === void 0 ? void 0 : portDomain.properties) === null || _b === void 0 ? void 0 : _b
|
361
|
+
if (((_b = portDomain === null || portDomain === void 0 ? void 0 : portDomain.properties) === null || _b === void 0 ? void 0 : _b['domainComputation']) === 'false') {
|
362
362
|
portDomain.domainTypes = port.domainTypes;
|
363
363
|
}
|
364
364
|
}
|
365
365
|
return Object.assign(Object.assign({}, lineItem), { lineItems: (_c = lineItem.lineItems) === null || _c === void 0 ? void 0 : _c.map(i => this.updatePortDomains(i, runtimeModel)), portDomains });
|
366
366
|
}
|
367
367
|
}
|
368
|
-
ConfigurationApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
369
|
-
ConfigurationApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
370
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
368
|
+
ConfigurationApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ConfigurationApiService, deps: [{ token: i1.BaseHttpService }], target: i0.ɵɵFactoryTarget.Injectable });
|
369
|
+
ConfigurationApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ConfigurationApiService });
|
370
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ConfigurationApiService, decorators: [{
|
371
371
|
type: Injectable
|
372
372
|
}], ctorParameters: function () { return [{ type: i1.BaseHttpService }]; } });
|
373
373
|
|
374
374
|
class ConfigurationSettingsDTO {
|
375
|
-
constructor(id, key, value) {
|
376
|
-
this.id = id;
|
377
|
-
this.key = key;
|
378
|
-
this.value = value;
|
379
|
-
}
|
380
375
|
static fromDTO(dto, key) {
|
381
376
|
return {
|
382
377
|
id: dto === null || dto === void 0 ? void 0 : dto.id,
|
@@ -391,6 +386,11 @@ class ConfigurationSettingsDTO {
|
|
391
386
|
value: data.value,
|
392
387
|
};
|
393
388
|
}
|
389
|
+
constructor(id, key, value) {
|
390
|
+
this.id = id;
|
391
|
+
this.key = key;
|
392
|
+
this.value = value;
|
393
|
+
}
|
394
394
|
}
|
395
395
|
|
396
396
|
class ConfigurationSettingsApiService {
|
@@ -440,9 +440,9 @@ class ConfigurationSettingsApiService {
|
|
440
440
|
return this.httpService.api(Object.assign({ method: 'get', url: '/cache/evict/' + name }, options));
|
441
441
|
}
|
442
442
|
}
|
443
|
-
ConfigurationSettingsApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
444
|
-
ConfigurationSettingsApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
445
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
443
|
+
ConfigurationSettingsApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ConfigurationSettingsApiService, deps: [{ token: i1.BaseHttpService }, { token: i2.MessageService }], target: i0.ɵɵFactoryTarget.Injectable });
|
444
|
+
ConfigurationSettingsApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ConfigurationSettingsApiService });
|
445
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ConfigurationSettingsApiService, decorators: [{
|
446
446
|
type: Injectable
|
447
447
|
}], ctorParameters: function () { return [{ type: i1.BaseHttpService }, { type: i2.MessageService }]; } });
|
448
448
|
|
@@ -462,9 +462,9 @@ class ContextApiService {
|
|
462
462
|
});
|
463
463
|
}
|
464
464
|
}
|
465
|
-
ContextApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
466
|
-
ContextApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
467
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
465
|
+
ContextApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ContextApiService, deps: [{ token: i1.BaseHttpService }], target: i0.ɵɵFactoryTarget.Injectable });
|
466
|
+
ContextApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ContextApiService });
|
467
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ContextApiService, decorators: [{
|
468
468
|
type: Injectable
|
469
469
|
}], ctorParameters: function () { return [{ type: i1.BaseHttpService }]; } });
|
470
470
|
|
@@ -482,9 +482,9 @@ class DeltaApiService {
|
|
482
482
|
});
|
483
483
|
}
|
484
484
|
}
|
485
|
-
DeltaApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
486
|
-
DeltaApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
487
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
485
|
+
DeltaApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DeltaApiService, deps: [{ token: i1.BaseHttpService }], target: i0.ɵɵFactoryTarget.Injectable });
|
486
|
+
DeltaApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DeltaApiService });
|
487
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DeltaApiService, decorators: [{
|
488
488
|
type: Injectable
|
489
489
|
}], ctorParameters: function () { return [{ type: i1.BaseHttpService }]; } });
|
490
490
|
|
@@ -544,9 +544,9 @@ class DocumentAttachmentApiService {
|
|
544
544
|
});
|
545
545
|
}
|
546
546
|
}
|
547
|
-
DocumentAttachmentApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
548
|
-
DocumentAttachmentApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
549
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
547
|
+
DocumentAttachmentApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DocumentAttachmentApiService, deps: [{ token: i1.BaseHttpService }, { token: i1.FileDownloadService }], target: i0.ɵɵFactoryTarget.Injectable });
|
548
|
+
DocumentAttachmentApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DocumentAttachmentApiService });
|
549
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DocumentAttachmentApiService, decorators: [{
|
550
550
|
type: Injectable
|
551
551
|
}], ctorParameters: function () { return [{ type: i1.BaseHttpService }, { type: i1.FileDownloadService }]; } });
|
552
552
|
|
@@ -583,13 +583,12 @@ class SalesforceApiService {
|
|
583
583
|
return this.httpService.api(Object.assign({ method: 'post', body, url: `${this.SERVICE_URL}/apex${path}` }, options));
|
584
584
|
}
|
585
585
|
}
|
586
|
-
SalesforceApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
587
|
-
SalesforceApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
588
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
586
|
+
SalesforceApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SalesforceApiService, deps: [{ token: i1.BaseHttpService }], target: i0.ɵɵFactoryTarget.Injectable });
|
587
|
+
SalesforceApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SalesforceApiService });
|
588
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: SalesforceApiService, decorators: [{
|
589
589
|
type: Injectable
|
590
590
|
}], ctorParameters: function () { return [{ type: i1.BaseHttpService }]; } });
|
591
591
|
|
592
|
-
const moment = moment_;
|
593
592
|
class DocumentTemplatesApiService {
|
594
593
|
constructor(service, salesforceApiService, fileDownloadService, documentAttachmentService, http) {
|
595
594
|
this.service = service;
|
@@ -740,7 +739,7 @@ class DocumentTemplatesApiService {
|
|
740
739
|
var _a, _b, _c, _d, _e, _f;
|
741
740
|
const document = DocxTemplater.generate(templateFile, data);
|
742
741
|
const properties = (_c = (_b = (_a = object === null || object === void 0 ? void 0 : object.context) === null || _a === void 0 ? void 0 : _a.properties) !== null && _b !== void 0 ? _b : object === null || object === void 0 ? void 0 : object.properties) !== null && _c !== void 0 ? _c : {};
|
743
|
-
const documentName = properties
|
742
|
+
const documentName = properties['Name'] || template.name;
|
744
743
|
const documentFormat = (_d = params.documentFormat) !== null && _d !== void 0 ? _d : (_f = (_e = template.properties) === null || _e === void 0 ? void 0 : _e.find(p => p.name === 'documentFormat')) === null || _f === void 0 ? void 0 : _f.value;
|
745
744
|
if (documentFormat === 'DOCX') {
|
746
745
|
this.fileDownloadService.processDownload(document, documentName);
|
@@ -773,8 +772,8 @@ class DocumentTemplatesApiService {
|
|
773
772
|
const shouldPreventDownload = params.shouldPreventDownload;
|
774
773
|
const allQueries = [...((_a = template === null || template === void 0 ? void 0 : template.queries) !== null && _a !== void 0 ? _a : [])];
|
775
774
|
const properties = (_d = (_c = (_b = object === null || object === void 0 ? void 0 : object.context) === null || _b === void 0 ? void 0 : _b.properties) !== null && _c !== void 0 ? _c : object === null || object === void 0 ? void 0 : object.properties) !== null && _d !== void 0 ? _d : {};
|
776
|
-
const accountId = properties === null || properties === void 0 ? void 0 : properties
|
777
|
-
const userId = properties === null || properties === void 0 ? void 0 : properties
|
775
|
+
const accountId = properties === null || properties === void 0 ? void 0 : properties['AccountId'];
|
776
|
+
const userId = properties === null || properties === void 0 ? void 0 : properties['UserId'];
|
778
777
|
if (accountId) {
|
779
778
|
allQueries.push({
|
780
779
|
queryName: 'QuoteAccountQuery',
|
@@ -855,9 +854,9 @@ class DocumentTemplatesApiService {
|
|
855
854
|
return this.salesforceApiService.query(searchRequest, objectName).pipe(this.mapSfQueryResult(limit), map(value => ({ [resultObjectName]: value })));
|
856
855
|
}
|
857
856
|
}
|
858
|
-
DocumentTemplatesApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
859
|
-
DocumentTemplatesApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
860
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
857
|
+
DocumentTemplatesApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DocumentTemplatesApiService, deps: [{ token: i1.BaseHttpService }, { token: SalesforceApiService }, { token: i1.FileDownloadService }, { token: DocumentAttachmentApiService }, { token: i4.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
|
858
|
+
DocumentTemplatesApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DocumentTemplatesApiService });
|
859
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: DocumentTemplatesApiService, decorators: [{
|
861
860
|
type: Injectable
|
862
861
|
}], ctorParameters: function () { return [{ type: i1.BaseHttpService }, { type: SalesforceApiService }, { type: i1.FileDownloadService }, { type: DocumentAttachmentApiService }, { type: i4.HttpClient }]; } });
|
863
862
|
|
@@ -930,9 +929,9 @@ class EndpointsApiService {
|
|
930
929
|
});
|
931
930
|
}
|
932
931
|
}
|
933
|
-
EndpointsApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
934
|
-
EndpointsApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
935
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
932
|
+
EndpointsApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: EndpointsApiService, deps: [{ token: i1.BaseHttpService }], target: i0.ɵɵFactoryTarget.Injectable });
|
933
|
+
EndpointsApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: EndpointsApiService });
|
934
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: EndpointsApiService, decorators: [{
|
936
935
|
type: Injectable
|
937
936
|
}], ctorParameters: function () { return [{ type: i1.BaseHttpService }]; } });
|
938
937
|
|
@@ -950,9 +949,9 @@ class FlowsApiService {
|
|
950
949
|
.pipe(map((flow) => ((flow === null || flow === void 0 ? void 0 : flow.value) ? JSON.parse(flow.value) : [])));
|
951
950
|
}
|
952
951
|
}
|
953
|
-
FlowsApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
954
|
-
FlowsApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
955
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
952
|
+
FlowsApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FlowsApiService, deps: [{ token: ConfigurationSettingsApiService }], target: i0.ɵɵFactoryTarget.Injectable });
|
953
|
+
FlowsApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FlowsApiService });
|
954
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: FlowsApiService, decorators: [{
|
956
955
|
type: Injectable
|
957
956
|
}], ctorParameters: function () { return [{ type: ConfigurationSettingsApiService }]; } });
|
958
957
|
|
@@ -1011,9 +1010,9 @@ class GuidedSellingsAdminApiService {
|
|
1011
1010
|
}
|
1012
1011
|
}
|
1013
1012
|
GuidedSellingsAdminApiService.MAX_RESULTS = 60;
|
1014
|
-
GuidedSellingsAdminApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
1015
|
-
GuidedSellingsAdminApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
1016
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
1013
|
+
GuidedSellingsAdminApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: GuidedSellingsAdminApiService, deps: [{ token: i1.BaseHttpService }], target: i0.ɵɵFactoryTarget.Injectable });
|
1014
|
+
GuidedSellingsAdminApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: GuidedSellingsAdminApiService });
|
1015
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: GuidedSellingsAdminApiService, decorators: [{
|
1017
1016
|
type: Injectable
|
1018
1017
|
}], ctorParameters: function () { return [{ type: i1.BaseHttpService }]; } });
|
1019
1018
|
|
@@ -1033,9 +1032,9 @@ class GuidedSellingApiService {
|
|
1033
1032
|
});
|
1034
1033
|
}
|
1035
1034
|
}
|
1036
|
-
GuidedSellingApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
1037
|
-
GuidedSellingApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
1038
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
1035
|
+
GuidedSellingApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: GuidedSellingApiService, deps: [{ token: i1.BaseHttpService }], target: i0.ɵɵFactoryTarget.Injectable });
|
1036
|
+
GuidedSellingApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: GuidedSellingApiService });
|
1037
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: GuidedSellingApiService, decorators: [{
|
1039
1038
|
type: Injectable
|
1040
1039
|
}], ctorParameters: function () { return [{ type: i1.BaseHttpService }]; } });
|
1041
1040
|
|
@@ -1104,9 +1103,9 @@ class OffersApiService {
|
|
1104
1103
|
}
|
1105
1104
|
}
|
1106
1105
|
OffersApiService.MAX_RESULTS = 60;
|
1107
|
-
OffersApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
1108
|
-
OffersApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
1109
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
1106
|
+
OffersApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: OffersApiService, deps: [{ token: i1.BaseHttpService }], target: i0.ɵɵFactoryTarget.Injectable });
|
1107
|
+
OffersApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: OffersApiService });
|
1108
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: OffersApiService, decorators: [{
|
1110
1109
|
type: Injectable
|
1111
1110
|
}], ctorParameters: function () { return [{ type: i1.BaseHttpService }]; } });
|
1112
1111
|
|
@@ -1121,9 +1120,9 @@ class OrgInfoApiService {
|
|
1121
1120
|
return this.http.get(`${this.hostUrl}/org-info/${organizationId}`);
|
1122
1121
|
}
|
1123
1122
|
}
|
1124
|
-
OrgInfoApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
1125
|
-
OrgInfoApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
1126
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
1123
|
+
OrgInfoApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: OrgInfoApiService, deps: [{ token: i4.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
|
1124
|
+
OrgInfoApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: OrgInfoApiService });
|
1125
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: OrgInfoApiService, decorators: [{
|
1127
1126
|
type: Injectable
|
1128
1127
|
}], ctorParameters: function () { return [{ type: i4.HttpClient }]; } });
|
1129
1128
|
|
@@ -1156,9 +1155,9 @@ class PicklistsApiService {
|
|
1156
1155
|
};
|
1157
1156
|
}
|
1158
1157
|
}
|
1159
|
-
PicklistsApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
1160
|
-
PicklistsApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
1161
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
1158
|
+
PicklistsApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PicklistsApiService, deps: [{ token: i1.BaseHttpService }], target: i0.ɵɵFactoryTarget.Injectable });
|
1159
|
+
PicklistsApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PicklistsApiService });
|
1160
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PicklistsApiService, decorators: [{
|
1162
1161
|
type: Injectable
|
1163
1162
|
}], ctorParameters: function () { return [{ type: i1.BaseHttpService }]; } });
|
1164
1163
|
|
@@ -1216,9 +1215,9 @@ class PriceApiService {
|
|
1216
1215
|
});
|
1217
1216
|
}
|
1218
1217
|
}
|
1219
|
-
PriceApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
1220
|
-
PriceApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
1221
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
1218
|
+
PriceApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PriceApiService, deps: [{ token: i1.BaseHttpService }], target: i0.ɵɵFactoryTarget.Injectable });
|
1219
|
+
PriceApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PriceApiService });
|
1220
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: PriceApiService, decorators: [{
|
1222
1221
|
type: Injectable
|
1223
1222
|
}], ctorParameters: function () { return [{ type: i1.BaseHttpService }]; } });
|
1224
1223
|
|
@@ -1303,9 +1302,9 @@ class ProceduresApiService {
|
|
1303
1302
|
});
|
1304
1303
|
}
|
1305
1304
|
}
|
1306
|
-
ProceduresApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
1307
|
-
ProceduresApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
1308
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
1305
|
+
ProceduresApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ProceduresApiService, deps: [{ token: i1.BaseHttpService }], target: i0.ɵɵFactoryTarget.Injectable });
|
1306
|
+
ProceduresApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ProceduresApiService });
|
1307
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ProceduresApiService, decorators: [{
|
1309
1308
|
type: Injectable
|
1310
1309
|
}], ctorParameters: function () { return [{ type: i1.BaseHttpService }]; } });
|
1311
1310
|
|
@@ -1451,9 +1450,9 @@ class ProductApiService {
|
|
1451
1450
|
return `${this.serviceUrl}/${productId}/image`;
|
1452
1451
|
}
|
1453
1452
|
}
|
1454
|
-
ProductApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
1455
|
-
ProductApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
1456
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
1453
|
+
ProductApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ProductApiService, deps: [{ token: i1.BaseHttpService }], target: i0.ɵɵFactoryTarget.Injectable });
|
1454
|
+
ProductApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ProductApiService });
|
1455
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ProductApiService, decorators: [{
|
1457
1456
|
type: Injectable
|
1458
1457
|
}], ctorParameters: function () { return [{ type: i1.BaseHttpService }]; } });
|
1459
1458
|
|
@@ -1677,9 +1676,9 @@ class ProductModelApiService {
|
|
1677
1676
|
}
|
1678
1677
|
}
|
1679
1678
|
ProductModelApiService.MAX_RESULTS = 200;
|
1680
|
-
ProductModelApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
1681
|
-
ProductModelApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
1682
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
1679
|
+
ProductModelApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ProductModelApiService, deps: [{ token: i1.BaseHttpService }], target: i0.ɵɵFactoryTarget.Injectable });
|
1680
|
+
ProductModelApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ProductModelApiService });
|
1681
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ProductModelApiService, decorators: [{
|
1683
1682
|
type: Injectable
|
1684
1683
|
}], ctorParameters: function () { return [{ type: i1.BaseHttpService }]; } });
|
1685
1684
|
|
@@ -1722,9 +1721,9 @@ class QuoteApiService {
|
|
1722
1721
|
});
|
1723
1722
|
}
|
1724
1723
|
}
|
1725
|
-
QuoteApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
1726
|
-
QuoteApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
1727
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
1724
|
+
QuoteApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: QuoteApiService, deps: [{ token: i1.BaseHttpService }], target: i0.ɵɵFactoryTarget.Injectable });
|
1725
|
+
QuoteApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: QuoteApiService });
|
1726
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: QuoteApiService, decorators: [{
|
1728
1727
|
type: Injectable
|
1729
1728
|
}], ctorParameters: function () { return [{ type: i1.BaseHttpService }]; } });
|
1730
1729
|
|
@@ -1740,9 +1739,9 @@ class RampApiService {
|
|
1740
1739
|
return this.httpService.api(Object.assign({ method: 'post', url: `${this.SERVICE_URL}/renew`, body: request }, options));
|
1741
1740
|
}
|
1742
1741
|
}
|
1743
|
-
RampApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
1744
|
-
RampApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
1745
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
1742
|
+
RampApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: RampApiService, deps: [{ token: i1.BaseHttpService }], target: i0.ɵɵFactoryTarget.Injectable });
|
1743
|
+
RampApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: RampApiService });
|
1744
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: RampApiService, decorators: [{
|
1746
1745
|
type: Injectable
|
1747
1746
|
}], ctorParameters: function () { return [{ type: i1.BaseHttpService }]; } });
|
1748
1747
|
|
@@ -1796,9 +1795,9 @@ class RuleGroupsApiService {
|
|
1796
1795
|
};
|
1797
1796
|
}
|
1798
1797
|
}
|
1799
|
-
RuleGroupsApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
1800
|
-
RuleGroupsApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
1801
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
1798
|
+
RuleGroupsApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: RuleGroupsApiService, deps: [{ token: i1.BaseHttpService }], target: i0.ɵɵFactoryTarget.Injectable });
|
1799
|
+
RuleGroupsApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: RuleGroupsApiService });
|
1800
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: RuleGroupsApiService, decorators: [{
|
1802
1801
|
type: Injectable
|
1803
1802
|
}], ctorParameters: function () { return [{ type: i1.BaseHttpService }]; } });
|
1804
1803
|
|
@@ -1872,9 +1871,9 @@ class RulesApiService {
|
|
1872
1871
|
});
|
1873
1872
|
}
|
1874
1873
|
}
|
1875
|
-
RulesApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
1876
|
-
RulesApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
1877
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
1874
|
+
RulesApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: RulesApiService, deps: [{ token: i1.BaseHttpService }], target: i0.ɵɵFactoryTarget.Injectable });
|
1875
|
+
RulesApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: RulesApiService });
|
1876
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: RulesApiService, decorators: [{
|
1878
1877
|
type: Injectable
|
1879
1878
|
}], ctorParameters: function () { return [{ type: i1.BaseHttpService }]; } });
|
1880
1879
|
|
@@ -1944,9 +1943,9 @@ class ScriptsApiService {
|
|
1944
1943
|
};
|
1945
1944
|
}
|
1946
1945
|
}
|
1947
|
-
ScriptsApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
1948
|
-
ScriptsApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
1949
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
1946
|
+
ScriptsApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ScriptsApiService, deps: [{ token: i1.BaseHttpService }], target: i0.ɵɵFactoryTarget.Injectable });
|
1947
|
+
ScriptsApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ScriptsApiService });
|
1948
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ScriptsApiService, decorators: [{
|
1950
1949
|
type: Injectable
|
1951
1950
|
}], ctorParameters: function () { return [{ type: i1.BaseHttpService }]; } });
|
1952
1951
|
|
@@ -1967,9 +1966,9 @@ class ShoppingCartSettingsApiService {
|
|
1967
1966
|
}, {})));
|
1968
1967
|
}
|
1969
1968
|
}
|
1970
|
-
ShoppingCartSettingsApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
1971
|
-
ShoppingCartSettingsApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
1972
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
1969
|
+
ShoppingCartSettingsApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ShoppingCartSettingsApiService, deps: [{ token: ConfigurationSettingsApiService }], target: i0.ɵɵFactoryTarget.Injectable });
|
1970
|
+
ShoppingCartSettingsApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ShoppingCartSettingsApiService });
|
1971
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ShoppingCartSettingsApiService, decorators: [{
|
1973
1972
|
type: Injectable
|
1974
1973
|
}], ctorParameters: function () { return [{ type: ConfigurationSettingsApiService }]; } });
|
1975
1974
|
|
@@ -2255,17 +2254,17 @@ class UITemplatesApiService {
|
|
2255
2254
|
});
|
2256
2255
|
}
|
2257
2256
|
}
|
2258
|
-
UITemplatesApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
2259
|
-
UITemplatesApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
2260
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
2257
|
+
UITemplatesApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: UITemplatesApiService, deps: [{ token: i1.BaseHttpService }], target: i0.ɵɵFactoryTarget.Injectable });
|
2258
|
+
UITemplatesApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: UITemplatesApiService });
|
2259
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: UITemplatesApiService, decorators: [{
|
2261
2260
|
type: Injectable
|
2262
2261
|
}], ctorParameters: function () { return [{ type: i1.BaseHttpService }]; } });
|
2263
2262
|
|
2264
2263
|
class ApiModule {
|
2265
2264
|
}
|
2266
|
-
ApiModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
2267
|
-
ApiModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
2268
|
-
ApiModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
2265
|
+
ApiModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ApiModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
2266
|
+
ApiModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.8", ngImport: i0, type: ApiModule, imports: [HttpClientModule] });
|
2267
|
+
ApiModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ApiModule, providers: [
|
2269
2268
|
BaseHttpService,
|
2270
2269
|
XrayService,
|
2271
2270
|
ConfigurationApiService,
|
@@ -2296,8 +2295,8 @@ ApiModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.
|
|
2296
2295
|
EndpointsApiService,
|
2297
2296
|
OrgInfoApiService,
|
2298
2297
|
OffersApiService,
|
2299
|
-
], imports: [
|
2300
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
2298
|
+
], imports: [HttpClientModule] });
|
2299
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: ApiModule, decorators: [{
|
2301
2300
|
type: NgModule,
|
2302
2301
|
args: [{
|
2303
2302
|
imports: [HttpClientModule],
|
@@ -2341,4 +2340,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
2341
2340
|
*/
|
2342
2341
|
|
2343
2342
|
export { AccountApiService, ApiModule, CatalogAdminApiService, CatalogApiService, ConfigurationApiService, ConfigurationSettingsApiService, ContextApiService, DeltaApiService, DocumentAttachmentApiService, DocumentTemplatesApiService, EndpointsApiService, FlowsApiService, GuidedSellingApiService, GuidedSellingsAdminApiService, OffersApiService, OrgInfoApiService, PicklistsApiService, PriceApiService, ProceduresApiService, ProductApiService, ProductModelApiService, QuoteApiService, RampApiService, RuleGroupsApiService, RulesApiService, SalesforceApiService, ScriptsApiService, ShoppingCartSettingsApiService, UITemplatesApiService };
|
2344
|
-
//# sourceMappingURL=veloceapps-api.
|
2343
|
+
//# sourceMappingURL=veloceapps-api.mjs.map
|