@veloceapps/api 6.0.0-2 → 6.0.0-20
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/bundles/veloceapps-api.umd.js +178 -81
- package/bundles/veloceapps-api.umd.js.map +1 -1
- package/esm2015/index.js +2 -1
- package/esm2015/lib/api.module.js +8 -5
- package/esm2015/lib/services/account-api.service.js +3 -3
- package/esm2015/lib/services/catalog-admin-api.service.js +4 -5
- package/esm2015/lib/services/catalog-api.service.js +3 -3
- package/esm2015/lib/services/configuration-api.service.js +3 -3
- package/esm2015/lib/services/configuration-settings-api.service.js +4 -4
- package/esm2015/lib/services/context-api.service.js +3 -3
- package/esm2015/lib/services/delta-api.service.js +3 -3
- package/esm2015/lib/services/document-attachment-api.service.js +3 -3
- package/esm2015/lib/services/document-templates-api.service.js +3 -3
- package/esm2015/lib/services/endpoints-api.service.js +3 -3
- package/esm2015/lib/services/flows-api.service.js +3 -3
- package/esm2015/lib/services/org-info-api.service.js +3 -3
- package/esm2015/lib/services/picklists-api.service.js +3 -3
- package/esm2015/lib/services/price-api.service.js +3 -3
- package/esm2015/lib/services/procedures-api.service.js +3 -3
- package/esm2015/lib/services/product-api.service.js +3 -3
- package/esm2015/lib/services/product-model-api.service.js +3 -3
- package/esm2015/lib/services/quote-api.service.js +3 -3
- package/esm2015/lib/services/ramp-api.service.js +3 -3
- package/esm2015/lib/services/rule-groups-api.service.js +3 -3
- package/esm2015/lib/services/rules-api.service.js +3 -3
- package/esm2015/lib/services/salesforce-api.service.js +7 -4
- package/esm2015/lib/services/scripts-api.service.js +3 -3
- package/esm2015/lib/services/shopping-cart-settings-api.service.js +28 -0
- package/esm2015/lib/services/ui-templates-api.service.js +3 -3
- package/fesm2015/veloceapps-api.js +106 -79
- package/fesm2015/veloceapps-api.js.map +1 -1
- package/index.d.ts +1 -0
- package/lib/services/configuration-settings-api.service.d.ts +1 -1
- package/lib/services/salesforce-api.service.d.ts +5 -0
- package/lib/services/shopping-cart-settings-api.service.d.ts +14 -0
- package/package.json +1 -1
@@ -69,9 +69,9 @@
|
|
69
69
|
};
|
70
70
|
return AccountApiService;
|
71
71
|
}());
|
72
|
-
AccountApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
73
|
-
AccountApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
74
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
72
|
+
AccountApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: AccountApiService, deps: [{ token: i1__namespace.BaseHttpService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
73
|
+
AccountApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: AccountApiService });
|
74
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: AccountApiService, decorators: [{
|
75
75
|
type: i0.Injectable
|
76
76
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
77
77
|
|
@@ -224,16 +224,15 @@
|
|
224
224
|
return _this.baseHttpService.api({
|
225
225
|
method: 'delete',
|
226
226
|
url: _this.serviceUrl + "/" + catalogId + "/categories/" + categoryId + "/products/" + data.id,
|
227
|
-
body: data,
|
228
227
|
});
|
229
228
|
};
|
230
229
|
}
|
231
230
|
return CatalogAdminApiService;
|
232
231
|
}());
|
233
232
|
CatalogAdminApiService.MAX_RESULTS = 60;
|
234
|
-
CatalogAdminApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
235
|
-
CatalogAdminApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
236
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
233
|
+
CatalogAdminApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: CatalogAdminApiService, deps: [{ token: i1__namespace.BaseHttpService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
234
|
+
CatalogAdminApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: CatalogAdminApiService });
|
235
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: CatalogAdminApiService, decorators: [{
|
237
236
|
type: i0.Injectable
|
238
237
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
239
238
|
|
@@ -318,13 +317,13 @@
|
|
318
317
|
};
|
319
318
|
return CatalogApiService;
|
320
319
|
}());
|
321
|
-
CatalogApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
322
|
-
CatalogApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
323
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
320
|
+
CatalogApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: CatalogApiService, deps: [{ token: i1__namespace.BaseHttpService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
321
|
+
CatalogApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: CatalogApiService });
|
322
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: CatalogApiService, decorators: [{
|
324
323
|
type: i0.Injectable
|
325
324
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
326
325
|
|
327
|
-
|
326
|
+
/******************************************************************************
|
328
327
|
Copyright (c) Microsoft Corporation.
|
329
328
|
|
330
329
|
Permission to use, copy, modify, and/or distribute this software for any
|
@@ -391,6 +390,64 @@
|
|
391
390
|
function __param(paramIndex, decorator) {
|
392
391
|
return function (target, key) { decorator(target, key, paramIndex); };
|
393
392
|
}
|
393
|
+
function __esDecorate(ctor, descriptorIn, decorators, contextIn, initializers, extraInitializers) {
|
394
|
+
function accept(f) { if (f !== void 0 && typeof f !== "function")
|
395
|
+
throw new TypeError("Function expected"); return f; }
|
396
|
+
var kind = contextIn.kind, key = kind === "getter" ? "get" : kind === "setter" ? "set" : "value";
|
397
|
+
var target = !descriptorIn && ctor ? contextIn["static"] ? ctor : ctor.prototype : null;
|
398
|
+
var descriptor = descriptorIn || (target ? Object.getOwnPropertyDescriptor(target, contextIn.name) : {});
|
399
|
+
var _, done = false;
|
400
|
+
for (var i = decorators.length - 1; i >= 0; i--) {
|
401
|
+
var context = {};
|
402
|
+
for (var p in contextIn)
|
403
|
+
context[p] = p === "access" ? {} : contextIn[p];
|
404
|
+
for (var p in contextIn.access)
|
405
|
+
context.access[p] = contextIn.access[p];
|
406
|
+
context.addInitializer = function (f) { if (done)
|
407
|
+
throw new TypeError("Cannot add initializers after decoration has completed"); extraInitializers.push(accept(f || null)); };
|
408
|
+
var result = (0, decorators[i])(kind === "accessor" ? { get: descriptor.get, set: descriptor.set } : descriptor[key], context);
|
409
|
+
if (kind === "accessor") {
|
410
|
+
if (result === void 0)
|
411
|
+
continue;
|
412
|
+
if (result === null || typeof result !== "object")
|
413
|
+
throw new TypeError("Object expected");
|
414
|
+
if (_ = accept(result.get))
|
415
|
+
descriptor.get = _;
|
416
|
+
if (_ = accept(result.set))
|
417
|
+
descriptor.set = _;
|
418
|
+
if (_ = accept(result.init))
|
419
|
+
initializers.push(_);
|
420
|
+
}
|
421
|
+
else if (_ = accept(result)) {
|
422
|
+
if (kind === "field")
|
423
|
+
initializers.push(_);
|
424
|
+
else
|
425
|
+
descriptor[key] = _;
|
426
|
+
}
|
427
|
+
}
|
428
|
+
if (target)
|
429
|
+
Object.defineProperty(target, contextIn.name, descriptor);
|
430
|
+
done = true;
|
431
|
+
}
|
432
|
+
;
|
433
|
+
function __runInitializers(thisArg, initializers, value) {
|
434
|
+
var useValue = arguments.length > 2;
|
435
|
+
for (var i = 0; i < initializers.length; i++) {
|
436
|
+
value = useValue ? initializers[i].call(thisArg, value) : initializers[i].call(thisArg);
|
437
|
+
}
|
438
|
+
return useValue ? value : void 0;
|
439
|
+
}
|
440
|
+
;
|
441
|
+
function __propKey(x) {
|
442
|
+
return typeof x === "symbol" ? x : "".concat(x);
|
443
|
+
}
|
444
|
+
;
|
445
|
+
function __setFunctionName(f, name, prefix) {
|
446
|
+
if (typeof name === "symbol")
|
447
|
+
name = name.description ? "[".concat(name.description, "]") : "";
|
448
|
+
return Object.defineProperty(f, "name", { configurable: true, value: prefix ? "".concat(prefix, " ", name) : name });
|
449
|
+
}
|
450
|
+
;
|
394
451
|
function __metadata(metadataKey, metadataValue) {
|
395
452
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
396
453
|
return Reflect.metadata(metadataKey, metadataValue);
|
@@ -422,7 +479,7 @@
|
|
422
479
|
function step(op) {
|
423
480
|
if (f)
|
424
481
|
throw new TypeError("Generator is already executing.");
|
425
|
-
while (_)
|
482
|
+
while (g && (g = 0, op[0] && (_ = 0)), _)
|
426
483
|
try {
|
427
484
|
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done)
|
428
485
|
return t;
|
@@ -486,7 +543,11 @@
|
|
486
543
|
var __createBinding = Object.create ? (function (o, m, k, k2) {
|
487
544
|
if (k2 === undefined)
|
488
545
|
k2 = k;
|
489
|
-
Object.
|
546
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
547
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
548
|
+
desc = { enumerable: true, get: function () { return m[k]; } };
|
549
|
+
}
|
550
|
+
Object.defineProperty(o, k2, desc);
|
490
551
|
}) : (function (o, m, k, k2) {
|
491
552
|
if (k2 === undefined)
|
492
553
|
k2 = k;
|
@@ -586,7 +647,7 @@
|
|
586
647
|
function __asyncDelegator(o) {
|
587
648
|
var i, p;
|
588
649
|
return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
|
589
|
-
function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done:
|
650
|
+
function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: false } : f ? f(v) : v; } : f; }
|
590
651
|
}
|
591
652
|
function __asyncValues(o) {
|
592
653
|
if (!Symbol.asyncIterator)
|
@@ -641,6 +702,11 @@
|
|
641
702
|
throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
642
703
|
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
643
704
|
}
|
705
|
+
function __classPrivateFieldIn(state, receiver) {
|
706
|
+
if (receiver === null || (typeof receiver !== "object" && typeof receiver !== "function"))
|
707
|
+
throw new TypeError("Cannot use 'in' operator on non-object");
|
708
|
+
return typeof state === "function" ? receiver === state : state.has(receiver);
|
709
|
+
}
|
644
710
|
|
645
711
|
var ConfigurationApiService = /** @class */ (function () {
|
646
712
|
function ConfigurationApiService(httpService) {
|
@@ -717,9 +783,9 @@
|
|
717
783
|
};
|
718
784
|
return ConfigurationApiService;
|
719
785
|
}());
|
720
|
-
ConfigurationApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
721
|
-
ConfigurationApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
722
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
786
|
+
ConfigurationApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ConfigurationApiService, deps: [{ token: i1__namespace.BaseHttpService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
787
|
+
ConfigurationApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ConfigurationApiService });
|
788
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ConfigurationApiService, decorators: [{
|
723
789
|
type: i0.Injectable
|
724
790
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
725
791
|
|
@@ -786,9 +852,9 @@
|
|
786
852
|
};
|
787
853
|
return ConfigurationSettingsApiService;
|
788
854
|
}());
|
789
|
-
ConfigurationSettingsApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
790
|
-
ConfigurationSettingsApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
791
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
855
|
+
ConfigurationSettingsApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ConfigurationSettingsApiService, deps: [{ token: i1__namespace.BaseHttpService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
856
|
+
ConfigurationSettingsApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ConfigurationSettingsApiService });
|
857
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ConfigurationSettingsApiService, decorators: [{
|
792
858
|
type: i0.Injectable
|
793
859
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
794
860
|
|
@@ -809,9 +875,9 @@
|
|
809
875
|
};
|
810
876
|
return ContextApiService;
|
811
877
|
}());
|
812
|
-
ContextApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
813
|
-
ContextApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
814
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
878
|
+
ContextApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ContextApiService, deps: [{ token: i1__namespace.BaseHttpService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
879
|
+
ContextApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ContextApiService });
|
880
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ContextApiService, decorators: [{
|
815
881
|
type: i0.Injectable
|
816
882
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
817
883
|
|
@@ -830,9 +896,9 @@
|
|
830
896
|
};
|
831
897
|
return DeltaApiService;
|
832
898
|
}());
|
833
|
-
DeltaApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
834
|
-
DeltaApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
835
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
899
|
+
DeltaApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DeltaApiService, deps: [{ token: i1__namespace.BaseHttpService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
900
|
+
DeltaApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DeltaApiService });
|
901
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DeltaApiService, decorators: [{
|
836
902
|
type: i0.Injectable
|
837
903
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
838
904
|
|
@@ -894,9 +960,9 @@
|
|
894
960
|
};
|
895
961
|
return DocumentAttachmentApiService;
|
896
962
|
}());
|
897
|
-
DocumentAttachmentApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
898
|
-
DocumentAttachmentApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
899
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
963
|
+
DocumentAttachmentApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DocumentAttachmentApiService, deps: [{ token: i1__namespace.BaseHttpService }, { token: i1__namespace.FileDownloadService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
964
|
+
DocumentAttachmentApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DocumentAttachmentApiService });
|
965
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DocumentAttachmentApiService, decorators: [{
|
900
966
|
type: i0.Injectable
|
901
967
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }, { type: i1__namespace.FileDownloadService }]; } });
|
902
968
|
|
@@ -915,6 +981,9 @@
|
|
915
981
|
}
|
916
982
|
return this.httpService.api(Object.assign({ url: this.SERVICE_URL + "/query", params: params }, options));
|
917
983
|
};
|
984
|
+
SalesforceApiService.prototype.search = function (req, options) {
|
985
|
+
return this.httpService.api(Object.assign({ url: this.SERVICE_URL + "/rest/search", params: { q: req.searchString } }, options));
|
986
|
+
};
|
918
987
|
SalesforceApiService.prototype.describe = function (objectName, fieldName, options) {
|
919
988
|
var methodUrl = this.SERVICE_URL + "/describe/" + objectName + "/fields" + (fieldName ? "/" + fieldName : '');
|
920
989
|
return this.httpService.api(Object.assign({ url: methodUrl }, options));
|
@@ -931,9 +1000,9 @@
|
|
931
1000
|
};
|
932
1001
|
return SalesforceApiService;
|
933
1002
|
}());
|
934
|
-
SalesforceApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
935
|
-
SalesforceApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
936
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
1003
|
+
SalesforceApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SalesforceApiService, deps: [{ token: i1__namespace.BaseHttpService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
1004
|
+
SalesforceApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SalesforceApiService });
|
1005
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SalesforceApiService, decorators: [{
|
937
1006
|
type: i0.Injectable
|
938
1007
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
939
1008
|
|
@@ -1234,9 +1303,9 @@
|
|
1234
1303
|
};
|
1235
1304
|
return DocumentTemplatesApiService;
|
1236
1305
|
}());
|
1237
|
-
DocumentTemplatesApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
1238
|
-
DocumentTemplatesApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
1239
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
1306
|
+
DocumentTemplatesApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DocumentTemplatesApiService, deps: [{ token: i1__namespace.BaseHttpService }, { token: SalesforceApiService }, { token: i1__namespace.FileDownloadService }, { token: DocumentAttachmentApiService }, { token: i4__namespace.HttpClient }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
1307
|
+
DocumentTemplatesApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DocumentTemplatesApiService });
|
1308
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DocumentTemplatesApiService, decorators: [{
|
1240
1309
|
type: i0.Injectable
|
1241
1310
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }, { type: SalesforceApiService }, { type: i1__namespace.FileDownloadService }, { type: DocumentAttachmentApiService }, { type: i4__namespace.HttpClient }]; } });
|
1242
1311
|
|
@@ -1310,9 +1379,9 @@
|
|
1310
1379
|
};
|
1311
1380
|
return EndpointsApiService;
|
1312
1381
|
}());
|
1313
|
-
EndpointsApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
1314
|
-
EndpointsApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
1315
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
1382
|
+
EndpointsApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: EndpointsApiService, deps: [{ token: i1__namespace.BaseHttpService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
1383
|
+
EndpointsApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: EndpointsApiService });
|
1384
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: EndpointsApiService, decorators: [{
|
1316
1385
|
type: i0.Injectable
|
1317
1386
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
1318
1387
|
|
@@ -1331,9 +1400,9 @@
|
|
1331
1400
|
};
|
1332
1401
|
return FlowsApiService;
|
1333
1402
|
}());
|
1334
|
-
FlowsApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
1335
|
-
FlowsApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
1336
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
1403
|
+
FlowsApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: FlowsApiService, deps: [{ token: ConfigurationSettingsApiService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
1404
|
+
FlowsApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: FlowsApiService });
|
1405
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: FlowsApiService, decorators: [{
|
1337
1406
|
type: i0.Injectable
|
1338
1407
|
}], ctorParameters: function () { return [{ type: ConfigurationSettingsApiService }]; } });
|
1339
1408
|
|
@@ -1349,9 +1418,9 @@
|
|
1349
1418
|
};
|
1350
1419
|
return OrgInfoApiService;
|
1351
1420
|
}());
|
1352
|
-
OrgInfoApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
1353
|
-
OrgInfoApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
1354
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
1421
|
+
OrgInfoApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: OrgInfoApiService, deps: [{ token: i4__namespace.HttpClient }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
1422
|
+
OrgInfoApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: OrgInfoApiService });
|
1423
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: OrgInfoApiService, decorators: [{
|
1355
1424
|
type: i0.Injectable
|
1356
1425
|
}], ctorParameters: function () { return [{ type: i4__namespace.HttpClient }]; } });
|
1357
1426
|
|
@@ -1386,9 +1455,9 @@
|
|
1386
1455
|
}
|
1387
1456
|
return PicklistsApiService;
|
1388
1457
|
}());
|
1389
|
-
PicklistsApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
1390
|
-
PicklistsApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
1391
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
1458
|
+
PicklistsApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PicklistsApiService, deps: [{ token: i1__namespace.BaseHttpService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
1459
|
+
PicklistsApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PicklistsApiService });
|
1460
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PicklistsApiService, decorators: [{
|
1392
1461
|
type: i0.Injectable
|
1393
1462
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
1394
1463
|
|
@@ -1447,9 +1516,9 @@
|
|
1447
1516
|
};
|
1448
1517
|
return PriceApiService;
|
1449
1518
|
}());
|
1450
|
-
PriceApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
1451
|
-
PriceApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
1452
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
1519
|
+
PriceApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PriceApiService, deps: [{ token: i1__namespace.BaseHttpService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
1520
|
+
PriceApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PriceApiService });
|
1521
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PriceApiService, decorators: [{
|
1453
1522
|
type: i0.Injectable
|
1454
1523
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
1455
1524
|
|
@@ -1536,9 +1605,9 @@
|
|
1536
1605
|
};
|
1537
1606
|
return ProceduresApiService;
|
1538
1607
|
}());
|
1539
|
-
ProceduresApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
1540
|
-
ProceduresApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
1541
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
1608
|
+
ProceduresApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ProceduresApiService, deps: [{ token: i1__namespace.BaseHttpService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
1609
|
+
ProceduresApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ProceduresApiService });
|
1610
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ProceduresApiService, decorators: [{
|
1542
1611
|
type: i0.Injectable
|
1543
1612
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
1544
1613
|
|
@@ -1686,9 +1755,9 @@
|
|
1686
1755
|
};
|
1687
1756
|
return ProductApiService;
|
1688
1757
|
}());
|
1689
|
-
ProductApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
1690
|
-
ProductApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
1691
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
1758
|
+
ProductApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ProductApiService, deps: [{ token: i1__namespace.BaseHttpService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
1759
|
+
ProductApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ProductApiService });
|
1760
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ProductApiService, decorators: [{
|
1692
1761
|
type: i0.Injectable
|
1693
1762
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
1694
1763
|
|
@@ -1916,9 +1985,9 @@
|
|
1916
1985
|
return ProductModelApiService;
|
1917
1986
|
}());
|
1918
1987
|
ProductModelApiService.MAX_RESULTS = 200;
|
1919
|
-
ProductModelApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
1920
|
-
ProductModelApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
1921
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
1988
|
+
ProductModelApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ProductModelApiService, deps: [{ token: i1__namespace.BaseHttpService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
1989
|
+
ProductModelApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ProductModelApiService });
|
1990
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ProductModelApiService, decorators: [{
|
1922
1991
|
type: i0.Injectable
|
1923
1992
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
1924
1993
|
|
@@ -1962,9 +2031,9 @@
|
|
1962
2031
|
};
|
1963
2032
|
return QuoteApiService;
|
1964
2033
|
}());
|
1965
|
-
QuoteApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
1966
|
-
QuoteApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
1967
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
2034
|
+
QuoteApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: QuoteApiService, deps: [{ token: i1__namespace.BaseHttpService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
2035
|
+
QuoteApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: QuoteApiService });
|
2036
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: QuoteApiService, decorators: [{
|
1968
2037
|
type: i0.Injectable
|
1969
2038
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
1970
2039
|
|
@@ -1981,9 +2050,9 @@
|
|
1981
2050
|
};
|
1982
2051
|
return RampApiService;
|
1983
2052
|
}());
|
1984
|
-
RampApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
1985
|
-
RampApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
1986
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
2053
|
+
RampApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: RampApiService, deps: [{ token: i1__namespace.BaseHttpService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
2054
|
+
RampApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: RampApiService });
|
2055
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: RampApiService, decorators: [{
|
1987
2056
|
type: i0.Injectable
|
1988
2057
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
1989
2058
|
|
@@ -2039,9 +2108,9 @@
|
|
2039
2108
|
}
|
2040
2109
|
return RuleGroupsApiService;
|
2041
2110
|
}());
|
2042
|
-
RuleGroupsApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
2043
|
-
RuleGroupsApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
2044
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
2111
|
+
RuleGroupsApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: RuleGroupsApiService, deps: [{ token: i1__namespace.BaseHttpService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
2112
|
+
RuleGroupsApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: RuleGroupsApiService });
|
2113
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: RuleGroupsApiService, decorators: [{
|
2045
2114
|
type: i0.Injectable
|
2046
2115
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
2047
2116
|
|
@@ -2116,9 +2185,9 @@
|
|
2116
2185
|
};
|
2117
2186
|
return RulesApiService;
|
2118
2187
|
}());
|
2119
|
-
RulesApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
2120
|
-
RulesApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
2121
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
2188
|
+
RulesApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: RulesApiService, deps: [{ token: i1__namespace.BaseHttpService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
2189
|
+
RulesApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: RulesApiService });
|
2190
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: RulesApiService, decorators: [{
|
2122
2191
|
type: i0.Injectable
|
2123
2192
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
2124
2193
|
|
@@ -2190,12 +2259,37 @@
|
|
2190
2259
|
}
|
2191
2260
|
return ScriptsApiService;
|
2192
2261
|
}());
|
2193
|
-
ScriptsApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
2194
|
-
ScriptsApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
2195
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
2262
|
+
ScriptsApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ScriptsApiService, deps: [{ token: i1__namespace.BaseHttpService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
2263
|
+
ScriptsApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ScriptsApiService });
|
2264
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ScriptsApiService, decorators: [{
|
2196
2265
|
type: i0.Injectable
|
2197
2266
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
2198
2267
|
|
2268
|
+
var ShoppingCartSettingsApiService = /** @class */ (function () {
|
2269
|
+
function ShoppingCartSettingsApiService(configurationSettingsApiService) {
|
2270
|
+
this.configurationSettingsApiService = configurationSettingsApiService;
|
2271
|
+
this.shoppingCartSettingsKey = 'shopping-cart';
|
2272
|
+
}
|
2273
|
+
ShoppingCartSettingsApiService.prototype.getSetting = function (id) {
|
2274
|
+
return this.fetchSettings().pipe(operators.map(function (settings) { return i1.parseJsonSafely(settings === null || settings === void 0 ? void 0 : settings.value, []); }), operators.map(function (settings) { return settings.find(function (setting) { return setting.id == id; }); }));
|
2275
|
+
};
|
2276
|
+
ShoppingCartSettingsApiService.prototype.fetchSettings = function () {
|
2277
|
+
return this.configurationSettingsApiService.fetchSetting(this.shoppingCartSettingsKey, { skipErrorHandler: true });
|
2278
|
+
};
|
2279
|
+
ShoppingCartSettingsApiService.prototype.getSettingsMap = function () {
|
2280
|
+
return this.fetchSettings().pipe(operators.map(function (settings) { return i1.parseJsonSafely(settings === null || settings === void 0 ? void 0 : settings.value, []); }), operators.map(function (settings) { return settings.reduce(function (acc, setting) {
|
2281
|
+
var _a;
|
2282
|
+
return Object.assign(Object.assign({}, acc), (_a = {}, _a[setting.id] = setting.properties, _a));
|
2283
|
+
}, {}); }));
|
2284
|
+
};
|
2285
|
+
return ShoppingCartSettingsApiService;
|
2286
|
+
}());
|
2287
|
+
ShoppingCartSettingsApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ShoppingCartSettingsApiService, deps: [{ token: ConfigurationSettingsApiService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
2288
|
+
ShoppingCartSettingsApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ShoppingCartSettingsApiService });
|
2289
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ShoppingCartSettingsApiService, decorators: [{
|
2290
|
+
type: i0.Injectable
|
2291
|
+
}], ctorParameters: function () { return [{ type: ConfigurationSettingsApiService }]; } });
|
2292
|
+
|
2199
2293
|
var fromUIComponentStoryDTO = function (dto, attachments) {
|
2200
2294
|
return {
|
2201
2295
|
id: dto.id,
|
@@ -2486,9 +2580,9 @@
|
|
2486
2580
|
};
|
2487
2581
|
return UITemplatesApiService;
|
2488
2582
|
}());
|
2489
|
-
UITemplatesApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
2490
|
-
UITemplatesApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
2491
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
2583
|
+
UITemplatesApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: UITemplatesApiService, deps: [{ token: i1__namespace.BaseHttpService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
2584
|
+
UITemplatesApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: UITemplatesApiService });
|
2585
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: UITemplatesApiService, decorators: [{
|
2492
2586
|
type: i0.Injectable
|
2493
2587
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
2494
2588
|
|
@@ -2497,9 +2591,9 @@
|
|
2497
2591
|
}
|
2498
2592
|
return ApiModule;
|
2499
2593
|
}());
|
2500
|
-
ApiModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
2501
|
-
ApiModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.
|
2502
|
-
ApiModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.
|
2594
|
+
ApiModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ApiModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
2595
|
+
ApiModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ApiModule, imports: [i4.HttpClientModule] });
|
2596
|
+
ApiModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ApiModule, providers: [
|
2503
2597
|
i1.BaseHttpService,
|
2504
2598
|
i1.XrayService,
|
2505
2599
|
ConfigurationApiService,
|
@@ -2518,6 +2612,7 @@
|
|
2518
2612
|
RulesApiService,
|
2519
2613
|
RuleGroupsApiService,
|
2520
2614
|
FlowsApiService,
|
2615
|
+
ShoppingCartSettingsApiService,
|
2521
2616
|
ProductApiService,
|
2522
2617
|
CatalogAdminApiService,
|
2523
2618
|
CatalogApiService,
|
@@ -2527,7 +2622,7 @@
|
|
2527
2622
|
EndpointsApiService,
|
2528
2623
|
OrgInfoApiService,
|
2529
2624
|
], imports: [[i4.HttpClientModule]] });
|
2530
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
2625
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ApiModule, decorators: [{
|
2531
2626
|
type: i0.NgModule,
|
2532
2627
|
args: [{
|
2533
2628
|
imports: [i4.HttpClientModule],
|
@@ -2550,6 +2645,7 @@
|
|
2550
2645
|
RulesApiService,
|
2551
2646
|
RuleGroupsApiService,
|
2552
2647
|
FlowsApiService,
|
2648
|
+
ShoppingCartSettingsApiService,
|
2553
2649
|
ProductApiService,
|
2554
2650
|
CatalogAdminApiService,
|
2555
2651
|
CatalogApiService,
|
@@ -2590,6 +2686,7 @@
|
|
2590
2686
|
exports.RulesApiService = RulesApiService;
|
2591
2687
|
exports.SalesforceApiService = SalesforceApiService;
|
2592
2688
|
exports.ScriptsApiService = ScriptsApiService;
|
2689
|
+
exports.ShoppingCartSettingsApiService = ShoppingCartSettingsApiService;
|
2593
2690
|
exports.UITemplatesApiService = UITemplatesApiService;
|
2594
2691
|
|
2595
2692
|
Object.defineProperty(exports, '__esModule', { value: true });
|