@veloceapps/api 4.0.21-0 → 5.0.0
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 → veloce-api.umd.js} +80 -147
- package/bundles/veloce-api.umd.js.map +1 -0
- package/esm2015/lib/api.module.js +6 -6
- package/esm2015/lib/services/account-api.service.js +5 -5
- package/esm2015/lib/services/catalog-admin-api.service.js +5 -5
- package/esm2015/lib/services/catalog-api.service.js +5 -5
- package/esm2015/lib/services/configuration-api.service.js +6 -6
- package/esm2015/lib/services/configuration-settings-api.service.js +5 -5
- package/esm2015/lib/services/context-api.service.js +6 -6
- package/esm2015/lib/services/delta-api.service.js +5 -5
- package/esm2015/lib/services/document-attachment-api.service.js +5 -5
- package/esm2015/lib/services/document-templates-api.service.js +6 -6
- package/esm2015/lib/services/flows-api.service.js +4 -4
- package/esm2015/lib/services/picklists-api.service.js +5 -5
- package/esm2015/lib/services/price-api.service.js +5 -5
- package/esm2015/lib/services/procedures-api.service.js +6 -6
- package/esm2015/lib/services/product-api.service.js +5 -5
- package/esm2015/lib/services/product-model-api.service.js +6 -6
- package/esm2015/lib/services/quote-api.service.js +5 -5
- package/esm2015/lib/services/ramp-api.service.js +5 -5
- package/esm2015/lib/services/rule-groups-api.service.js +6 -6
- package/esm2015/lib/services/rules-api.service.js +6 -6
- package/esm2015/lib/services/salesforce-api.service.js +5 -5
- package/esm2015/lib/services/scripts-api.service.js +8 -8
- package/esm2015/lib/services/ui-templates-api.service.js +5 -5
- package/esm2015/lib/types/delta-request.types.js +1 -1
- package/esm2015/lib/types/dto/attribute-dto.types.js +1 -1
- package/esm2015/lib/types/dto/charge-group-item-dto.types.js +1 -1
- package/esm2015/lib/types/dto/charge-item-dto.types.js +1 -1
- package/esm2015/lib/types/dto/configuration-dto.types.js +1 -1
- package/esm2015/lib/types/dto/configuration-settings-dto.types.js +1 -1
- package/esm2015/lib/types/dto/domain-type-dto.types.js +1 -1
- package/esm2015/lib/types/dto/line-item-dto.types.js +1 -1
- package/esm2015/lib/types/dto/port-domain-dto.types.js +1 -1
- package/esm2015/lib/types/dto/price-adjustment-dto.types.js +1 -1
- package/esm2015/lib/types/dto/price-dto.types.js +1 -1
- package/esm2015/lib/types/dto/recommended-price-dto.types.js +1 -1
- package/esm2015/lib/types/price.types.js +1 -1
- package/esm2015/lib/types/ramp-request.types.js +1 -1
- package/esm2015/lib/utils/ui-template.utils.js +1 -1
- package/esm2015/veloce-api.js +5 -0
- package/fesm2015/{veloceapps-api.js → veloce-api.js} +75 -75
- package/fesm2015/veloce-api.js.map +1 -0
- package/lib/services/account-api.service.d.ts +1 -1
- package/lib/services/catalog-admin-api.service.d.ts +1 -1
- package/lib/services/catalog-api.service.d.ts +1 -1
- package/lib/services/configuration-api.service.d.ts +1 -1
- package/lib/services/configuration-settings-api.service.d.ts +1 -1
- package/lib/services/context-api.service.d.ts +1 -1
- package/lib/services/delta-api.service.d.ts +1 -1
- package/lib/services/document-attachment-api.service.d.ts +1 -1
- package/lib/services/document-templates-api.service.d.ts +1 -1
- package/lib/services/flows-api.service.d.ts +1 -1
- package/lib/services/picklists-api.service.d.ts +1 -1
- package/lib/services/price-api.service.d.ts +1 -1
- package/lib/services/procedures-api.service.d.ts +1 -1
- package/lib/services/product-api.service.d.ts +1 -1
- package/lib/services/product-model-api.service.d.ts +1 -1
- package/lib/services/quote-api.service.d.ts +1 -1
- package/lib/services/ramp-api.service.d.ts +1 -1
- package/lib/services/rule-groups-api.service.d.ts +1 -1
- package/lib/services/rules-api.service.d.ts +1 -1
- package/lib/services/salesforce-api.service.d.ts +1 -1
- package/lib/services/scripts-api.service.d.ts +1 -1
- package/lib/services/ui-templates-api.service.d.ts +1 -1
- package/lib/types/delta-request.types.d.ts +1 -1
- package/lib/types/dto/attribute-dto.types.d.ts +1 -1
- package/lib/types/dto/charge-group-item-dto.types.d.ts +1 -1
- package/lib/types/dto/charge-item-dto.types.d.ts +1 -1
- package/lib/types/dto/configuration-dto.types.d.ts +1 -1
- package/lib/types/dto/configuration-settings-dto.types.d.ts +1 -1
- package/lib/types/dto/domain-type-dto.types.d.ts +1 -1
- package/lib/types/dto/line-item-dto.types.d.ts +1 -1
- package/lib/types/dto/port-domain-dto.types.d.ts +1 -1
- package/lib/types/dto/price-adjustment-dto.types.d.ts +1 -1
- package/lib/types/dto/price-dto.types.d.ts +1 -1
- package/lib/types/dto/recommended-price-dto.types.d.ts +1 -1
- package/lib/types/price.types.d.ts +1 -1
- package/lib/types/ramp-request.types.d.ts +1 -1
- package/lib/utils/ui-template.utils.d.ts +1 -1
- package/package.json +9 -10
- package/{veloceapps-api.d.ts → veloce-api.d.ts} +1 -1
- package/bundles/veloceapps-api.umd.js.map +0 -1
- package/esm2015/veloceapps-api.js +0 -5
- package/fesm2015/veloceapps-api.js.map +0 -1
@@ -1,7 +1,7 @@
|
|
1
1
|
(function (global, factory) {
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/common/http'), require('@angular/core'), require('@
|
3
|
-
typeof define === 'function' && define.amd ? define('@
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/common/http'), require('@angular/core'), require('@veloce/core'), require('rxjs'), require('rxjs/operators'), require('lodash'), require('@angular/common'), require('moment')) :
|
3
|
+
typeof define === 'function' && define.amd ? define('@veloce/api', ['exports', '@angular/common/http', '@angular/core', '@veloce/core', 'rxjs', 'rxjs/operators', 'lodash', '@angular/common', 'moment'], factory) :
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.veloce = global.veloce || {}, global.veloce.api = {}), global.ng.common.http, global.ng.core, global["@veloce/core"], global.rxjs, global.rxjs.operators, global.lodash, global.ng.common, global.moment));
|
5
5
|
})(this, (function (exports, i4, i0, i1, rxjs, operators, _, common, moment_) { 'use strict';
|
6
6
|
|
7
7
|
function _interopNamespace(e) {
|
@@ -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.15", 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.15", ngImport: i0__namespace, type: AccountApiService });
|
74
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: AccountApiService, decorators: [{
|
75
75
|
type: i0.Injectable
|
76
76
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
77
77
|
|
@@ -231,9 +231,9 @@
|
|
231
231
|
return CatalogAdminApiService;
|
232
232
|
}());
|
233
233
|
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.
|
234
|
+
CatalogAdminApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: CatalogAdminApiService, deps: [{ token: i1__namespace.BaseHttpService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
235
|
+
CatalogAdminApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: CatalogAdminApiService });
|
236
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: CatalogAdminApiService, decorators: [{
|
237
237
|
type: i0.Injectable
|
238
238
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
239
239
|
|
@@ -318,13 +318,13 @@
|
|
318
318
|
};
|
319
319
|
return CatalogApiService;
|
320
320
|
}());
|
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.
|
321
|
+
CatalogApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: CatalogApiService, deps: [{ token: i1__namespace.BaseHttpService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
322
|
+
CatalogApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: CatalogApiService });
|
323
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: CatalogApiService, decorators: [{
|
324
324
|
type: i0.Injectable
|
325
325
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
326
326
|
|
327
|
-
|
327
|
+
/*! *****************************************************************************
|
328
328
|
Copyright (c) Microsoft Corporation.
|
329
329
|
|
330
330
|
Permission to use, copy, modify, and/or distribute this software for any
|
@@ -391,64 +391,6 @@
|
|
391
391
|
function __param(paramIndex, decorator) {
|
392
392
|
return function (target, key) { decorator(target, key, paramIndex); };
|
393
393
|
}
|
394
|
-
function __esDecorate(ctor, descriptorIn, decorators, contextIn, initializers, extraInitializers) {
|
395
|
-
function accept(f) { if (f !== void 0 && typeof f !== "function")
|
396
|
-
throw new TypeError("Function expected"); return f; }
|
397
|
-
var kind = contextIn.kind, key = kind === "getter" ? "get" : kind === "setter" ? "set" : "value";
|
398
|
-
var target = !descriptorIn && ctor ? contextIn["static"] ? ctor : ctor.prototype : null;
|
399
|
-
var descriptor = descriptorIn || (target ? Object.getOwnPropertyDescriptor(target, contextIn.name) : {});
|
400
|
-
var _, done = false;
|
401
|
-
for (var i = decorators.length - 1; i >= 0; i--) {
|
402
|
-
var context = {};
|
403
|
-
for (var p in contextIn)
|
404
|
-
context[p] = p === "access" ? {} : contextIn[p];
|
405
|
-
for (var p in contextIn.access)
|
406
|
-
context.access[p] = contextIn.access[p];
|
407
|
-
context.addInitializer = function (f) { if (done)
|
408
|
-
throw new TypeError("Cannot add initializers after decoration has completed"); extraInitializers.push(accept(f || null)); };
|
409
|
-
var result = (0, decorators[i])(kind === "accessor" ? { get: descriptor.get, set: descriptor.set } : descriptor[key], context);
|
410
|
-
if (kind === "accessor") {
|
411
|
-
if (result === void 0)
|
412
|
-
continue;
|
413
|
-
if (result === null || typeof result !== "object")
|
414
|
-
throw new TypeError("Object expected");
|
415
|
-
if (_ = accept(result.get))
|
416
|
-
descriptor.get = _;
|
417
|
-
if (_ = accept(result.set))
|
418
|
-
descriptor.set = _;
|
419
|
-
if (_ = accept(result.init))
|
420
|
-
initializers.push(_);
|
421
|
-
}
|
422
|
-
else if (_ = accept(result)) {
|
423
|
-
if (kind === "field")
|
424
|
-
initializers.push(_);
|
425
|
-
else
|
426
|
-
descriptor[key] = _;
|
427
|
-
}
|
428
|
-
}
|
429
|
-
if (target)
|
430
|
-
Object.defineProperty(target, contextIn.name, descriptor);
|
431
|
-
done = true;
|
432
|
-
}
|
433
|
-
;
|
434
|
-
function __runInitializers(thisArg, initializers, value) {
|
435
|
-
var useValue = arguments.length > 2;
|
436
|
-
for (var i = 0; i < initializers.length; i++) {
|
437
|
-
value = useValue ? initializers[i].call(thisArg, value) : initializers[i].call(thisArg);
|
438
|
-
}
|
439
|
-
return useValue ? value : void 0;
|
440
|
-
}
|
441
|
-
;
|
442
|
-
function __propKey(x) {
|
443
|
-
return typeof x === "symbol" ? x : "".concat(x);
|
444
|
-
}
|
445
|
-
;
|
446
|
-
function __setFunctionName(f, name, prefix) {
|
447
|
-
if (typeof name === "symbol")
|
448
|
-
name = name.description ? "[".concat(name.description, "]") : "";
|
449
|
-
return Object.defineProperty(f, "name", { configurable: true, value: prefix ? "".concat(prefix, " ", name) : name });
|
450
|
-
}
|
451
|
-
;
|
452
394
|
function __metadata(metadataKey, metadataValue) {
|
453
395
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
454
396
|
return Reflect.metadata(metadataKey, metadataValue);
|
@@ -480,7 +422,7 @@
|
|
480
422
|
function step(op) {
|
481
423
|
if (f)
|
482
424
|
throw new TypeError("Generator is already executing.");
|
483
|
-
while (
|
425
|
+
while (_)
|
484
426
|
try {
|
485
427
|
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)
|
486
428
|
return t;
|
@@ -544,11 +486,7 @@
|
|
544
486
|
var __createBinding = Object.create ? (function (o, m, k, k2) {
|
545
487
|
if (k2 === undefined)
|
546
488
|
k2 = k;
|
547
|
-
|
548
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
549
|
-
desc = { enumerable: true, get: function () { return m[k]; } };
|
550
|
-
}
|
551
|
-
Object.defineProperty(o, k2, desc);
|
489
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function () { return m[k]; } });
|
552
490
|
}) : (function (o, m, k, k2) {
|
553
491
|
if (k2 === undefined)
|
554
492
|
k2 = k;
|
@@ -648,7 +586,7 @@
|
|
648
586
|
function __asyncDelegator(o) {
|
649
587
|
var i, p;
|
650
588
|
return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
|
651
|
-
function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done:
|
589
|
+
function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === "return" } : f ? f(v) : v; } : f; }
|
652
590
|
}
|
653
591
|
function __asyncValues(o) {
|
654
592
|
if (!Symbol.asyncIterator)
|
@@ -703,11 +641,6 @@
|
|
703
641
|
throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
704
642
|
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
705
643
|
}
|
706
|
-
function __classPrivateFieldIn(state, receiver) {
|
707
|
-
if (receiver === null || (typeof receiver !== "object" && typeof receiver !== "function"))
|
708
|
-
throw new TypeError("Cannot use 'in' operator on non-object");
|
709
|
-
return typeof state === "function" ? receiver === state : state.has(receiver);
|
710
|
-
}
|
711
644
|
|
712
645
|
var AttributeDTO = /** @class */ (function () {
|
713
646
|
function AttributeDTO(name, type, value, cfgStatus, id, scale) {
|
@@ -1167,9 +1100,9 @@
|
|
1167
1100
|
};
|
1168
1101
|
return ConfigurationApiService;
|
1169
1102
|
}());
|
1170
|
-
ConfigurationApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
1171
|
-
ConfigurationApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
1172
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
1103
|
+
ConfigurationApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ConfigurationApiService, deps: [{ token: i1__namespace.BaseHttpService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
1104
|
+
ConfigurationApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ConfigurationApiService });
|
1105
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ConfigurationApiService, decorators: [{
|
1173
1106
|
type: i0.Injectable
|
1174
1107
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
1175
1108
|
|
@@ -1236,9 +1169,9 @@
|
|
1236
1169
|
};
|
1237
1170
|
return ConfigurationSettingsApiService;
|
1238
1171
|
}());
|
1239
|
-
ConfigurationSettingsApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
1240
|
-
ConfigurationSettingsApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
1241
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
1172
|
+
ConfigurationSettingsApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ConfigurationSettingsApiService, deps: [{ token: i1__namespace.BaseHttpService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
1173
|
+
ConfigurationSettingsApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ConfigurationSettingsApiService });
|
1174
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ConfigurationSettingsApiService, decorators: [{
|
1242
1175
|
type: i0.Injectable
|
1243
1176
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
1244
1177
|
|
@@ -1259,9 +1192,9 @@
|
|
1259
1192
|
};
|
1260
1193
|
return ContextApiService;
|
1261
1194
|
}());
|
1262
|
-
ContextApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
1263
|
-
ContextApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
1264
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
1195
|
+
ContextApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ContextApiService, deps: [{ token: i1__namespace.BaseHttpService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
1196
|
+
ContextApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ContextApiService });
|
1197
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ContextApiService, decorators: [{
|
1265
1198
|
type: i0.Injectable
|
1266
1199
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
1267
1200
|
|
@@ -1282,9 +1215,9 @@
|
|
1282
1215
|
};
|
1283
1216
|
return DeltaApiService;
|
1284
1217
|
}());
|
1285
|
-
DeltaApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
1286
|
-
DeltaApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
1287
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
1218
|
+
DeltaApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: DeltaApiService, deps: [{ token: i1__namespace.BaseHttpService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
1219
|
+
DeltaApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: DeltaApiService });
|
1220
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: DeltaApiService, decorators: [{
|
1288
1221
|
type: i0.Injectable
|
1289
1222
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
1290
1223
|
|
@@ -1346,9 +1279,9 @@
|
|
1346
1279
|
};
|
1347
1280
|
return DocumentAttachmentApiService;
|
1348
1281
|
}());
|
1349
|
-
DocumentAttachmentApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
1350
|
-
DocumentAttachmentApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
1351
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
1282
|
+
DocumentAttachmentApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: DocumentAttachmentApiService, deps: [{ token: i1__namespace.BaseHttpService }, { token: i1__namespace.FileDownloadService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
1283
|
+
DocumentAttachmentApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: DocumentAttachmentApiService });
|
1284
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: DocumentAttachmentApiService, decorators: [{
|
1352
1285
|
type: i0.Injectable
|
1353
1286
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }, { type: i1__namespace.FileDownloadService }]; } });
|
1354
1287
|
|
@@ -1383,9 +1316,9 @@
|
|
1383
1316
|
};
|
1384
1317
|
return SalesforceApiService;
|
1385
1318
|
}());
|
1386
|
-
SalesforceApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
1387
|
-
SalesforceApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
1388
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
1319
|
+
SalesforceApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SalesforceApiService, deps: [{ token: i1__namespace.BaseHttpService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
1320
|
+
SalesforceApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SalesforceApiService });
|
1321
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: SalesforceApiService, decorators: [{
|
1389
1322
|
type: i0.Injectable
|
1390
1323
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
1391
1324
|
|
@@ -1686,9 +1619,9 @@
|
|
1686
1619
|
};
|
1687
1620
|
return DocumentTemplatesApiService;
|
1688
1621
|
}());
|
1689
|
-
DocumentTemplatesApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
1690
|
-
DocumentTemplatesApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
1691
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
1622
|
+
DocumentTemplatesApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", 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 });
|
1623
|
+
DocumentTemplatesApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: DocumentTemplatesApiService });
|
1624
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: DocumentTemplatesApiService, decorators: [{
|
1692
1625
|
type: i0.Injectable
|
1693
1626
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }, { type: SalesforceApiService }, { type: i1__namespace.FileDownloadService }, { type: DocumentAttachmentApiService }, { type: i4__namespace.HttpClient }]; } });
|
1694
1627
|
|
@@ -1707,9 +1640,9 @@
|
|
1707
1640
|
};
|
1708
1641
|
return FlowsApiService;
|
1709
1642
|
}());
|
1710
|
-
FlowsApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
1711
|
-
FlowsApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
1712
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
1643
|
+
FlowsApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: FlowsApiService, deps: [{ token: ConfigurationSettingsApiService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
1644
|
+
FlowsApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: FlowsApiService });
|
1645
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: FlowsApiService, decorators: [{
|
1713
1646
|
type: i0.Injectable
|
1714
1647
|
}], ctorParameters: function () { return [{ type: ConfigurationSettingsApiService }]; } });
|
1715
1648
|
|
@@ -1744,9 +1677,9 @@
|
|
1744
1677
|
}
|
1745
1678
|
return PicklistsApiService;
|
1746
1679
|
}());
|
1747
|
-
PicklistsApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
1748
|
-
PicklistsApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
1749
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
1680
|
+
PicklistsApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PicklistsApiService, deps: [{ token: i1__namespace.BaseHttpService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
1681
|
+
PicklistsApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PicklistsApiService });
|
1682
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PicklistsApiService, decorators: [{
|
1750
1683
|
type: i0.Injectable
|
1751
1684
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
1752
1685
|
|
@@ -1805,9 +1738,9 @@
|
|
1805
1738
|
};
|
1806
1739
|
return PriceApiService;
|
1807
1740
|
}());
|
1808
|
-
PriceApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
1809
|
-
PriceApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
1810
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
1741
|
+
PriceApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PriceApiService, deps: [{ token: i1__namespace.BaseHttpService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
1742
|
+
PriceApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PriceApiService });
|
1743
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: PriceApiService, decorators: [{
|
1811
1744
|
type: i0.Injectable
|
1812
1745
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
1813
1746
|
|
@@ -1894,9 +1827,9 @@
|
|
1894
1827
|
};
|
1895
1828
|
return ProceduresApiService;
|
1896
1829
|
}());
|
1897
|
-
ProceduresApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
1898
|
-
ProceduresApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
1899
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
1830
|
+
ProceduresApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ProceduresApiService, deps: [{ token: i1__namespace.BaseHttpService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
1831
|
+
ProceduresApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ProceduresApiService });
|
1832
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ProceduresApiService, decorators: [{
|
1900
1833
|
type: i0.Injectable
|
1901
1834
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
1902
1835
|
|
@@ -2044,9 +1977,9 @@
|
|
2044
1977
|
};
|
2045
1978
|
return ProductApiService;
|
2046
1979
|
}());
|
2047
|
-
ProductApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
2048
|
-
ProductApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
2049
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
1980
|
+
ProductApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ProductApiService, deps: [{ token: i1__namespace.BaseHttpService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
1981
|
+
ProductApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ProductApiService });
|
1982
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ProductApiService, decorators: [{
|
2050
1983
|
type: i0.Injectable
|
2051
1984
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
2052
1985
|
|
@@ -2274,9 +2207,9 @@
|
|
2274
2207
|
return ProductModelApiService;
|
2275
2208
|
}());
|
2276
2209
|
ProductModelApiService.MAX_RESULTS = 200;
|
2277
|
-
ProductModelApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
2278
|
-
ProductModelApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
2279
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
2210
|
+
ProductModelApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ProductModelApiService, deps: [{ token: i1__namespace.BaseHttpService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
2211
|
+
ProductModelApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ProductModelApiService });
|
2212
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ProductModelApiService, decorators: [{
|
2280
2213
|
type: i0.Injectable
|
2281
2214
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
2282
2215
|
|
@@ -2320,9 +2253,9 @@
|
|
2320
2253
|
};
|
2321
2254
|
return QuoteApiService;
|
2322
2255
|
}());
|
2323
|
-
QuoteApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
2324
|
-
QuoteApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
2325
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
2256
|
+
QuoteApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: QuoteApiService, deps: [{ token: i1__namespace.BaseHttpService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
2257
|
+
QuoteApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: QuoteApiService });
|
2258
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: QuoteApiService, decorators: [{
|
2326
2259
|
type: i0.Injectable
|
2327
2260
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
2328
2261
|
|
@@ -2339,9 +2272,9 @@
|
|
2339
2272
|
};
|
2340
2273
|
return RampApiService;
|
2341
2274
|
}());
|
2342
|
-
RampApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
2343
|
-
RampApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
2344
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
2275
|
+
RampApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: RampApiService, deps: [{ token: i1__namespace.BaseHttpService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
2276
|
+
RampApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: RampApiService });
|
2277
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: RampApiService, decorators: [{
|
2345
2278
|
type: i0.Injectable
|
2346
2279
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
2347
2280
|
|
@@ -2397,9 +2330,9 @@
|
|
2397
2330
|
}
|
2398
2331
|
return RuleGroupsApiService;
|
2399
2332
|
}());
|
2400
|
-
RuleGroupsApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
2401
|
-
RuleGroupsApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
2402
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
2333
|
+
RuleGroupsApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: RuleGroupsApiService, deps: [{ token: i1__namespace.BaseHttpService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
2334
|
+
RuleGroupsApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: RuleGroupsApiService });
|
2335
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: RuleGroupsApiService, decorators: [{
|
2403
2336
|
type: i0.Injectable
|
2404
2337
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
2405
2338
|
|
@@ -2474,9 +2407,9 @@
|
|
2474
2407
|
};
|
2475
2408
|
return RulesApiService;
|
2476
2409
|
}());
|
2477
|
-
RulesApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
2478
|
-
RulesApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
2479
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
2410
|
+
RulesApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: RulesApiService, deps: [{ token: i1__namespace.BaseHttpService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
2411
|
+
RulesApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: RulesApiService });
|
2412
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: RulesApiService, decorators: [{
|
2480
2413
|
type: i0.Injectable
|
2481
2414
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
2482
2415
|
|
@@ -2522,7 +2455,7 @@
|
|
2522
2455
|
return _this.baseHttpService.api({
|
2523
2456
|
url: _this.serviceUrl + "/" + cloneRequest.id + "/clone",
|
2524
2457
|
method: 'post',
|
2525
|
-
body: cloneRequest
|
2458
|
+
body: cloneRequest
|
2526
2459
|
});
|
2527
2460
|
};
|
2528
2461
|
this.removeScript$ = function (id) {
|
@@ -2542,15 +2475,15 @@
|
|
2542
2475
|
url: "/scripts/execute",
|
2543
2476
|
method: 'post',
|
2544
2477
|
body: body,
|
2545
|
-
errorHandler: function () { return null; }
|
2478
|
+
errorHandler: function () { return null; }
|
2546
2479
|
});
|
2547
2480
|
};
|
2548
2481
|
}
|
2549
2482
|
return ScriptsApiService;
|
2550
2483
|
}());
|
2551
|
-
ScriptsApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
2552
|
-
ScriptsApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
2553
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
2484
|
+
ScriptsApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ScriptsApiService, deps: [{ token: i1__namespace.BaseHttpService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
2485
|
+
ScriptsApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ScriptsApiService });
|
2486
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ScriptsApiService, decorators: [{
|
2554
2487
|
type: i0.Injectable
|
2555
2488
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
2556
2489
|
|
@@ -2844,9 +2777,9 @@
|
|
2844
2777
|
};
|
2845
2778
|
return UITemplatesApiService;
|
2846
2779
|
}());
|
2847
|
-
UITemplatesApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
2848
|
-
UITemplatesApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
2849
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
2780
|
+
UITemplatesApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UITemplatesApiService, deps: [{ token: i1__namespace.BaseHttpService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
2781
|
+
UITemplatesApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UITemplatesApiService });
|
2782
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: UITemplatesApiService, decorators: [{
|
2850
2783
|
type: i0.Injectable
|
2851
2784
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
2852
2785
|
|
@@ -2855,9 +2788,9 @@
|
|
2855
2788
|
}
|
2856
2789
|
return ApiModule;
|
2857
2790
|
}());
|
2858
|
-
ApiModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
2859
|
-
ApiModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.
|
2860
|
-
ApiModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.
|
2791
|
+
ApiModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ApiModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
2792
|
+
ApiModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ApiModule, imports: [i4.HttpClientModule] });
|
2793
|
+
ApiModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ApiModule, providers: [
|
2861
2794
|
i1.BaseHttpService,
|
2862
2795
|
i1.XrayService,
|
2863
2796
|
ConfigurationApiService,
|
@@ -2883,7 +2816,7 @@
|
|
2883
2816
|
AccountApiService,
|
2884
2817
|
PicklistsApiService,
|
2885
2818
|
], imports: [[i4.HttpClientModule]] });
|
2886
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
2819
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: ApiModule, decorators: [{
|
2887
2820
|
type: i0.NgModule,
|
2888
2821
|
args: [{
|
2889
2822
|
imports: [i4.HttpClientModule],
|
@@ -2947,4 +2880,4 @@
|
|
2947
2880
|
Object.defineProperty(exports, '__esModule', { value: true });
|
2948
2881
|
|
2949
2882
|
}));
|
2950
|
-
//# sourceMappingURL=
|
2883
|
+
//# sourceMappingURL=veloce-api.umd.js.map
|