@veloceapps/api 4.0.20 → 4.0.21-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/bundles/{veloce-api.umd.js → veloceapps-api.umd.js} +147 -80
- package/bundles/veloceapps-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/veloceapps-api.js +5 -0
- package/fesm2015/{veloce-api.js → veloceapps-api.js} +75 -75
- package/fesm2015/veloceapps-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 +10 -9
- package/{veloce-api.d.ts → veloceapps-api.d.ts} +1 -1
- package/bundles/veloce-api.umd.js.map +0 -1
- package/esm2015/veloce-api.js +0 -5
- package/fesm2015/veloce-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('@veloceapps/core'), require('rxjs'), require('rxjs/operators'), require('lodash'), require('@angular/common'), require('moment')) :
|
3
|
+
typeof define === 'function' && define.amd ? define('@veloceapps/api', ['exports', '@angular/common/http', '@angular/core', '@veloceapps/core', 'rxjs', 'rxjs/operators', 'lodash', '@angular/common', 'moment'], factory) :
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.veloceapps = global.veloceapps || {}, global.veloceapps.api = {}), global.ng.common.http, global.ng.core, global["@veloceapps/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.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
|
|
@@ -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.17", 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.17", ngImport: i0__namespace, type: CatalogAdminApiService });
|
236
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", 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.17", 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.17", ngImport: i0__namespace, type: CatalogApiService });
|
323
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", 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,6 +391,64 @@
|
|
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
|
+
;
|
394
452
|
function __metadata(metadataKey, metadataValue) {
|
395
453
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
396
454
|
return Reflect.metadata(metadataKey, metadataValue);
|
@@ -422,7 +480,7 @@
|
|
422
480
|
function step(op) {
|
423
481
|
if (f)
|
424
482
|
throw new TypeError("Generator is already executing.");
|
425
|
-
while (_)
|
483
|
+
while (g && (g = 0, op[0] && (_ = 0)), _)
|
426
484
|
try {
|
427
485
|
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
486
|
return t;
|
@@ -486,7 +544,11 @@
|
|
486
544
|
var __createBinding = Object.create ? (function (o, m, k, k2) {
|
487
545
|
if (k2 === undefined)
|
488
546
|
k2 = k;
|
489
|
-
Object.
|
547
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
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);
|
490
552
|
}) : (function (o, m, k, k2) {
|
491
553
|
if (k2 === undefined)
|
492
554
|
k2 = k;
|
@@ -586,7 +648,7 @@
|
|
586
648
|
function __asyncDelegator(o) {
|
587
649
|
var i, p;
|
588
650
|
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:
|
651
|
+
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
652
|
}
|
591
653
|
function __asyncValues(o) {
|
592
654
|
if (!Symbol.asyncIterator)
|
@@ -641,6 +703,11 @@
|
|
641
703
|
throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
642
704
|
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
643
705
|
}
|
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
|
+
}
|
644
711
|
|
645
712
|
var AttributeDTO = /** @class */ (function () {
|
646
713
|
function AttributeDTO(name, type, value, cfgStatus, id, scale) {
|
@@ -1100,9 +1167,9 @@
|
|
1100
1167
|
};
|
1101
1168
|
return ConfigurationApiService;
|
1102
1169
|
}());
|
1103
|
-
ConfigurationApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
1104
|
-
ConfigurationApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
1105
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
1170
|
+
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 });
|
1171
|
+
ConfigurationApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ConfigurationApiService });
|
1172
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ConfigurationApiService, decorators: [{
|
1106
1173
|
type: i0.Injectable
|
1107
1174
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
1108
1175
|
|
@@ -1169,9 +1236,9 @@
|
|
1169
1236
|
};
|
1170
1237
|
return ConfigurationSettingsApiService;
|
1171
1238
|
}());
|
1172
|
-
ConfigurationSettingsApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
1173
|
-
ConfigurationSettingsApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
1174
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
1239
|
+
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 });
|
1240
|
+
ConfigurationSettingsApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ConfigurationSettingsApiService });
|
1241
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ConfigurationSettingsApiService, decorators: [{
|
1175
1242
|
type: i0.Injectable
|
1176
1243
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
1177
1244
|
|
@@ -1192,9 +1259,9 @@
|
|
1192
1259
|
};
|
1193
1260
|
return ContextApiService;
|
1194
1261
|
}());
|
1195
|
-
ContextApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
1196
|
-
ContextApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
1197
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
1262
|
+
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 });
|
1263
|
+
ContextApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ContextApiService });
|
1264
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ContextApiService, decorators: [{
|
1198
1265
|
type: i0.Injectable
|
1199
1266
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
1200
1267
|
|
@@ -1215,9 +1282,9 @@
|
|
1215
1282
|
};
|
1216
1283
|
return DeltaApiService;
|
1217
1284
|
}());
|
1218
|
-
DeltaApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
1219
|
-
DeltaApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
1220
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
1285
|
+
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 });
|
1286
|
+
DeltaApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DeltaApiService });
|
1287
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DeltaApiService, decorators: [{
|
1221
1288
|
type: i0.Injectable
|
1222
1289
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
1223
1290
|
|
@@ -1279,9 +1346,9 @@
|
|
1279
1346
|
};
|
1280
1347
|
return DocumentAttachmentApiService;
|
1281
1348
|
}());
|
1282
|
-
DocumentAttachmentApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
1283
|
-
DocumentAttachmentApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
1284
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
1349
|
+
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 });
|
1350
|
+
DocumentAttachmentApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DocumentAttachmentApiService });
|
1351
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DocumentAttachmentApiService, decorators: [{
|
1285
1352
|
type: i0.Injectable
|
1286
1353
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }, { type: i1__namespace.FileDownloadService }]; } });
|
1287
1354
|
|
@@ -1316,9 +1383,9 @@
|
|
1316
1383
|
};
|
1317
1384
|
return SalesforceApiService;
|
1318
1385
|
}());
|
1319
|
-
SalesforceApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
1320
|
-
SalesforceApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
1321
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
1386
|
+
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 });
|
1387
|
+
SalesforceApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SalesforceApiService });
|
1388
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SalesforceApiService, decorators: [{
|
1322
1389
|
type: i0.Injectable
|
1323
1390
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
1324
1391
|
|
@@ -1619,9 +1686,9 @@
|
|
1619
1686
|
};
|
1620
1687
|
return DocumentTemplatesApiService;
|
1621
1688
|
}());
|
1622
|
-
DocumentTemplatesApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
1623
|
-
DocumentTemplatesApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
1624
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
1689
|
+
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 });
|
1690
|
+
DocumentTemplatesApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DocumentTemplatesApiService });
|
1691
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DocumentTemplatesApiService, decorators: [{
|
1625
1692
|
type: i0.Injectable
|
1626
1693
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }, { type: SalesforceApiService }, { type: i1__namespace.FileDownloadService }, { type: DocumentAttachmentApiService }, { type: i4__namespace.HttpClient }]; } });
|
1627
1694
|
|
@@ -1640,9 +1707,9 @@
|
|
1640
1707
|
};
|
1641
1708
|
return FlowsApiService;
|
1642
1709
|
}());
|
1643
|
-
FlowsApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
1644
|
-
FlowsApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
1645
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
1710
|
+
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 });
|
1711
|
+
FlowsApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: FlowsApiService });
|
1712
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: FlowsApiService, decorators: [{
|
1646
1713
|
type: i0.Injectable
|
1647
1714
|
}], ctorParameters: function () { return [{ type: ConfigurationSettingsApiService }]; } });
|
1648
1715
|
|
@@ -1677,9 +1744,9 @@
|
|
1677
1744
|
}
|
1678
1745
|
return PicklistsApiService;
|
1679
1746
|
}());
|
1680
|
-
PicklistsApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
1681
|
-
PicklistsApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
1682
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
1747
|
+
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 });
|
1748
|
+
PicklistsApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PicklistsApiService });
|
1749
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PicklistsApiService, decorators: [{
|
1683
1750
|
type: i0.Injectable
|
1684
1751
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
1685
1752
|
|
@@ -1738,9 +1805,9 @@
|
|
1738
1805
|
};
|
1739
1806
|
return PriceApiService;
|
1740
1807
|
}());
|
1741
|
-
PriceApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
1742
|
-
PriceApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
1743
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
1808
|
+
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 });
|
1809
|
+
PriceApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PriceApiService });
|
1810
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PriceApiService, decorators: [{
|
1744
1811
|
type: i0.Injectable
|
1745
1812
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
1746
1813
|
|
@@ -1827,9 +1894,9 @@
|
|
1827
1894
|
};
|
1828
1895
|
return ProceduresApiService;
|
1829
1896
|
}());
|
1830
|
-
ProceduresApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
1831
|
-
ProceduresApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
1832
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
1897
|
+
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 });
|
1898
|
+
ProceduresApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ProceduresApiService });
|
1899
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ProceduresApiService, decorators: [{
|
1833
1900
|
type: i0.Injectable
|
1834
1901
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
1835
1902
|
|
@@ -1977,9 +2044,9 @@
|
|
1977
2044
|
};
|
1978
2045
|
return ProductApiService;
|
1979
2046
|
}());
|
1980
|
-
ProductApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
1981
|
-
ProductApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
1982
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
2047
|
+
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 });
|
2048
|
+
ProductApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ProductApiService });
|
2049
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ProductApiService, decorators: [{
|
1983
2050
|
type: i0.Injectable
|
1984
2051
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
1985
2052
|
|
@@ -2207,9 +2274,9 @@
|
|
2207
2274
|
return ProductModelApiService;
|
2208
2275
|
}());
|
2209
2276
|
ProductModelApiService.MAX_RESULTS = 200;
|
2210
|
-
ProductModelApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
2211
|
-
ProductModelApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
2212
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
2277
|
+
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 });
|
2278
|
+
ProductModelApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ProductModelApiService });
|
2279
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ProductModelApiService, decorators: [{
|
2213
2280
|
type: i0.Injectable
|
2214
2281
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
2215
2282
|
|
@@ -2253,9 +2320,9 @@
|
|
2253
2320
|
};
|
2254
2321
|
return QuoteApiService;
|
2255
2322
|
}());
|
2256
|
-
QuoteApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
2257
|
-
QuoteApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
2258
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
2323
|
+
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 });
|
2324
|
+
QuoteApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: QuoteApiService });
|
2325
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: QuoteApiService, decorators: [{
|
2259
2326
|
type: i0.Injectable
|
2260
2327
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
2261
2328
|
|
@@ -2272,9 +2339,9 @@
|
|
2272
2339
|
};
|
2273
2340
|
return RampApiService;
|
2274
2341
|
}());
|
2275
|
-
RampApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
2276
|
-
RampApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
2277
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
2342
|
+
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 });
|
2343
|
+
RampApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: RampApiService });
|
2344
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: RampApiService, decorators: [{
|
2278
2345
|
type: i0.Injectable
|
2279
2346
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
2280
2347
|
|
@@ -2330,9 +2397,9 @@
|
|
2330
2397
|
}
|
2331
2398
|
return RuleGroupsApiService;
|
2332
2399
|
}());
|
2333
|
-
RuleGroupsApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
2334
|
-
RuleGroupsApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
2335
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
2400
|
+
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 });
|
2401
|
+
RuleGroupsApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: RuleGroupsApiService });
|
2402
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: RuleGroupsApiService, decorators: [{
|
2336
2403
|
type: i0.Injectable
|
2337
2404
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
2338
2405
|
|
@@ -2407,9 +2474,9 @@
|
|
2407
2474
|
};
|
2408
2475
|
return RulesApiService;
|
2409
2476
|
}());
|
2410
|
-
RulesApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
2411
|
-
RulesApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
2412
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
2477
|
+
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 });
|
2478
|
+
RulesApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: RulesApiService });
|
2479
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: RulesApiService, decorators: [{
|
2413
2480
|
type: i0.Injectable
|
2414
2481
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
2415
2482
|
|
@@ -2455,7 +2522,7 @@
|
|
2455
2522
|
return _this.baseHttpService.api({
|
2456
2523
|
url: _this.serviceUrl + "/" + cloneRequest.id + "/clone",
|
2457
2524
|
method: 'post',
|
2458
|
-
body: cloneRequest
|
2525
|
+
body: cloneRequest,
|
2459
2526
|
});
|
2460
2527
|
};
|
2461
2528
|
this.removeScript$ = function (id) {
|
@@ -2475,15 +2542,15 @@
|
|
2475
2542
|
url: "/scripts/execute",
|
2476
2543
|
method: 'post',
|
2477
2544
|
body: body,
|
2478
|
-
errorHandler: function () { return null; }
|
2545
|
+
errorHandler: function () { return null; },
|
2479
2546
|
});
|
2480
2547
|
};
|
2481
2548
|
}
|
2482
2549
|
return ScriptsApiService;
|
2483
2550
|
}());
|
2484
|
-
ScriptsApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
2485
|
-
ScriptsApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
2486
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
2551
|
+
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 });
|
2552
|
+
ScriptsApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ScriptsApiService });
|
2553
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ScriptsApiService, decorators: [{
|
2487
2554
|
type: i0.Injectable
|
2488
2555
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
2489
2556
|
|
@@ -2777,9 +2844,9 @@
|
|
2777
2844
|
};
|
2778
2845
|
return UITemplatesApiService;
|
2779
2846
|
}());
|
2780
|
-
UITemplatesApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
2781
|
-
UITemplatesApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
2782
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
2847
|
+
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 });
|
2848
|
+
UITemplatesApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: UITemplatesApiService });
|
2849
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: UITemplatesApiService, decorators: [{
|
2783
2850
|
type: i0.Injectable
|
2784
2851
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
2785
2852
|
|
@@ -2788,9 +2855,9 @@
|
|
2788
2855
|
}
|
2789
2856
|
return ApiModule;
|
2790
2857
|
}());
|
2791
|
-
ApiModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
2792
|
-
ApiModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.
|
2793
|
-
ApiModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.
|
2858
|
+
ApiModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ApiModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
2859
|
+
ApiModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ApiModule, imports: [i4.HttpClientModule] });
|
2860
|
+
ApiModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ApiModule, providers: [
|
2794
2861
|
i1.BaseHttpService,
|
2795
2862
|
i1.XrayService,
|
2796
2863
|
ConfigurationApiService,
|
@@ -2816,7 +2883,7 @@
|
|
2816
2883
|
AccountApiService,
|
2817
2884
|
PicklistsApiService,
|
2818
2885
|
], imports: [[i4.HttpClientModule]] });
|
2819
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
2886
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ApiModule, decorators: [{
|
2820
2887
|
type: i0.NgModule,
|
2821
2888
|
args: [{
|
2822
2889
|
imports: [i4.HttpClientModule],
|
@@ -2880,4 +2947,4 @@
|
|
2880
2947
|
Object.defineProperty(exports, '__esModule', { value: true });
|
2881
2948
|
|
2882
2949
|
}));
|
2883
|
-
//# sourceMappingURL=
|
2950
|
+
//# sourceMappingURL=veloceapps-api.umd.js.map
|