@veloceapps/api 5.0.14-GOOGLE → 5.0.15-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} +175 -93
- 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/endpoints-api.service.js +29 -14
- package/esm2015/lib/services/flows-api.service.js +4 -4
- package/esm2015/lib/services/org-info-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 +6 -6
- package/esm2015/lib/services/scripts-api.service.js +6 -6
- 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/configuration-settings-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} +103 -88
- 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/endpoints-api.service.d.ts +3 -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/configuration-settings-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 +11 -10
- 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('@angular/common'), require('lodash'), require('moment')) :
|
3
|
+
typeof define === 'function' && define.amd ? define('@veloceapps/api', ['exports', '@angular/common/http', '@angular/core', '@veloceapps/core', 'rxjs', 'rxjs/operators', '@angular/common', 'lodash', '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.ng.common, global.lodash, 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 ConfigurationApiService = /** @class */ (function () {
|
646
713
|
function ConfigurationApiService(httpService) {
|
@@ -717,9 +784,9 @@
|
|
717
784
|
};
|
718
785
|
return ConfigurationApiService;
|
719
786
|
}());
|
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.
|
787
|
+
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 });
|
788
|
+
ConfigurationApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ConfigurationApiService });
|
789
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ConfigurationApiService, decorators: [{
|
723
790
|
type: i0.Injectable
|
724
791
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
725
792
|
|
@@ -786,9 +853,9 @@
|
|
786
853
|
};
|
787
854
|
return ConfigurationSettingsApiService;
|
788
855
|
}());
|
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.
|
856
|
+
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 });
|
857
|
+
ConfigurationSettingsApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ConfigurationSettingsApiService });
|
858
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ConfigurationSettingsApiService, decorators: [{
|
792
859
|
type: i0.Injectable
|
793
860
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
794
861
|
|
@@ -809,9 +876,9 @@
|
|
809
876
|
};
|
810
877
|
return ContextApiService;
|
811
878
|
}());
|
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.
|
879
|
+
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 });
|
880
|
+
ContextApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ContextApiService });
|
881
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ContextApiService, decorators: [{
|
815
882
|
type: i0.Injectable
|
816
883
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
817
884
|
|
@@ -830,9 +897,9 @@
|
|
830
897
|
};
|
831
898
|
return DeltaApiService;
|
832
899
|
}());
|
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.
|
900
|
+
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 });
|
901
|
+
DeltaApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DeltaApiService });
|
902
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DeltaApiService, decorators: [{
|
836
903
|
type: i0.Injectable
|
837
904
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
838
905
|
|
@@ -894,9 +961,9 @@
|
|
894
961
|
};
|
895
962
|
return DocumentAttachmentApiService;
|
896
963
|
}());
|
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.
|
964
|
+
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 });
|
965
|
+
DocumentAttachmentApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DocumentAttachmentApiService });
|
966
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DocumentAttachmentApiService, decorators: [{
|
900
967
|
type: i0.Injectable
|
901
968
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }, { type: i1__namespace.FileDownloadService }]; } });
|
902
969
|
|
@@ -906,7 +973,7 @@
|
|
906
973
|
this.SERVICE_URL = '/proxy';
|
907
974
|
}
|
908
975
|
SalesforceApiService.prototype.query = function (searchRequest, objectName, options) {
|
909
|
-
return this.httpService.api(Object.assign({ method: 'post', body: Object.assign(Object.assign({}, searchRequest), { count: searchRequest.
|
976
|
+
return this.httpService.api(Object.assign({ method: 'post', body: Object.assign(Object.assign({}, searchRequest), { count: searchRequest.count || 100 }), url: this.SERVICE_URL + "/query/" + objectName }, options));
|
910
977
|
};
|
911
978
|
SalesforceApiService.prototype.queryObjects = function (search, options) {
|
912
979
|
var params = new i4.HttpParams();
|
@@ -931,9 +998,9 @@
|
|
931
998
|
};
|
932
999
|
return SalesforceApiService;
|
933
1000
|
}());
|
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.
|
1001
|
+
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 });
|
1002
|
+
SalesforceApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SalesforceApiService });
|
1003
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: SalesforceApiService, decorators: [{
|
937
1004
|
type: i0.Injectable
|
938
1005
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
939
1006
|
|
@@ -1234,16 +1301,17 @@
|
|
1234
1301
|
};
|
1235
1302
|
return DocumentTemplatesApiService;
|
1236
1303
|
}());
|
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.
|
1304
|
+
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 });
|
1305
|
+
DocumentTemplatesApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DocumentTemplatesApiService });
|
1306
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: DocumentTemplatesApiService, decorators: [{
|
1240
1307
|
type: i0.Injectable
|
1241
1308
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }, { type: SalesforceApiService }, { type: i1__namespace.FileDownloadService }, { type: DocumentAttachmentApiService }, { type: i4__namespace.HttpClient }]; } });
|
1242
1309
|
|
1243
1310
|
var EndpointsApiService = /** @class */ (function () {
|
1244
1311
|
function EndpointsApiService(baseHttpService) {
|
1245
1312
|
this.baseHttpService = baseHttpService;
|
1246
|
-
this.
|
1313
|
+
this.adminServiceUrl = '/admin/api-endpoints';
|
1314
|
+
this.serviceUrl = '/api-endpoints';
|
1247
1315
|
}
|
1248
1316
|
EndpointsApiService.prototype.fetchEndpoints$ = function () {
|
1249
1317
|
return this.searchEndpoints$(new i1.Expression(), 0, -1);
|
@@ -1252,52 +1320,66 @@
|
|
1252
1320
|
var params = new i4.HttpParams();
|
1253
1321
|
params = params.set('skip', '' + skip);
|
1254
1322
|
params = params.set('count', '' + count);
|
1255
|
-
return this.baseHttpService.api({
|
1323
|
+
return this.baseHttpService.api({
|
1324
|
+
method: 'post',
|
1325
|
+
url: this.adminServiceUrl + "/search",
|
1326
|
+
params: params,
|
1327
|
+
body: expression,
|
1328
|
+
});
|
1256
1329
|
};
|
1257
1330
|
EndpointsApiService.prototype.removeEndpoint$ = function (id) {
|
1258
1331
|
return this.baseHttpService.api({
|
1259
|
-
url: this.
|
1332
|
+
url: this.adminServiceUrl + "/" + id,
|
1260
1333
|
method: 'delete',
|
1261
1334
|
});
|
1262
1335
|
};
|
1263
1336
|
EndpointsApiService.prototype.restoreEndpoint$ = function (id) {
|
1264
1337
|
return this.baseHttpService.api({
|
1265
|
-
url: this.
|
1338
|
+
url: this.adminServiceUrl + "/" + id + "/restore",
|
1266
1339
|
method: 'patch',
|
1267
1340
|
});
|
1268
1341
|
};
|
1269
1342
|
EndpointsApiService.prototype.fetchEndpoint$ = function (id) {
|
1270
1343
|
return this.baseHttpService.api({
|
1271
|
-
url: this.
|
1344
|
+
url: this.adminServiceUrl + "/" + id,
|
1272
1345
|
method: 'get',
|
1273
1346
|
});
|
1274
1347
|
};
|
1275
1348
|
EndpointsApiService.prototype.createEndpoint$ = function (body) {
|
1276
1349
|
return this.baseHttpService.api({
|
1277
|
-
url: "" + this.
|
1350
|
+
url: "" + this.adminServiceUrl,
|
1278
1351
|
method: 'post',
|
1279
1352
|
body: body,
|
1280
1353
|
});
|
1281
1354
|
};
|
1282
1355
|
EndpointsApiService.prototype.updateEndpoint$ = function (body) {
|
1283
1356
|
return this.baseHttpService.api({
|
1284
|
-
url: this.
|
1357
|
+
url: this.adminServiceUrl + "/" + body.id,
|
1285
1358
|
method: 'put',
|
1286
1359
|
body: body,
|
1287
1360
|
});
|
1288
1361
|
};
|
1289
1362
|
EndpointsApiService.prototype.duplicateEndpoint$ = function (cloneRequest) {
|
1290
1363
|
return this.baseHttpService.api({
|
1291
|
-
url: this.
|
1364
|
+
url: this.adminServiceUrl + "/" + cloneRequest.id + "/clone",
|
1292
1365
|
method: 'post',
|
1293
1366
|
body: cloneRequest,
|
1294
1367
|
});
|
1295
1368
|
};
|
1369
|
+
EndpointsApiService.prototype.executeEndpoint$ = function (body) {
|
1370
|
+
return this.baseHttpService.api({
|
1371
|
+
url: this.serviceUrl + "/execute",
|
1372
|
+
method: 'post',
|
1373
|
+
body: body,
|
1374
|
+
responseType: 'text',
|
1375
|
+
skipErrorHandler: true,
|
1376
|
+
});
|
1377
|
+
};
|
1296
1378
|
return EndpointsApiService;
|
1297
1379
|
}());
|
1298
|
-
EndpointsApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
1299
|
-
EndpointsApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
1300
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
1380
|
+
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 });
|
1381
|
+
EndpointsApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: EndpointsApiService });
|
1382
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: EndpointsApiService, decorators: [{
|
1301
1383
|
type: i0.Injectable
|
1302
1384
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
1303
1385
|
|
@@ -1316,9 +1398,9 @@
|
|
1316
1398
|
};
|
1317
1399
|
return FlowsApiService;
|
1318
1400
|
}());
|
1319
|
-
FlowsApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
1320
|
-
FlowsApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
1321
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
1401
|
+
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 });
|
1402
|
+
FlowsApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: FlowsApiService });
|
1403
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: FlowsApiService, decorators: [{
|
1322
1404
|
type: i0.Injectable
|
1323
1405
|
}], ctorParameters: function () { return [{ type: ConfigurationSettingsApiService }]; } });
|
1324
1406
|
|
@@ -1334,9 +1416,9 @@
|
|
1334
1416
|
};
|
1335
1417
|
return OrgInfoApiService;
|
1336
1418
|
}());
|
1337
|
-
OrgInfoApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
1338
|
-
OrgInfoApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
1339
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
1419
|
+
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 });
|
1420
|
+
OrgInfoApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: OrgInfoApiService });
|
1421
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: OrgInfoApiService, decorators: [{
|
1340
1422
|
type: i0.Injectable
|
1341
1423
|
}], ctorParameters: function () { return [{ type: i4__namespace.HttpClient }]; } });
|
1342
1424
|
|
@@ -1371,9 +1453,9 @@
|
|
1371
1453
|
}
|
1372
1454
|
return PicklistsApiService;
|
1373
1455
|
}());
|
1374
|
-
PicklistsApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
1375
|
-
PicklistsApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
1376
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
1456
|
+
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 });
|
1457
|
+
PicklistsApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PicklistsApiService });
|
1458
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PicklistsApiService, decorators: [{
|
1377
1459
|
type: i0.Injectable
|
1378
1460
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
1379
1461
|
|
@@ -1432,9 +1514,9 @@
|
|
1432
1514
|
};
|
1433
1515
|
return PriceApiService;
|
1434
1516
|
}());
|
1435
|
-
PriceApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
1436
|
-
PriceApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
1437
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
1517
|
+
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 });
|
1518
|
+
PriceApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PriceApiService });
|
1519
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: PriceApiService, decorators: [{
|
1438
1520
|
type: i0.Injectable
|
1439
1521
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
1440
1522
|
|
@@ -1521,9 +1603,9 @@
|
|
1521
1603
|
};
|
1522
1604
|
return ProceduresApiService;
|
1523
1605
|
}());
|
1524
|
-
ProceduresApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
1525
|
-
ProceduresApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
1526
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
1606
|
+
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 });
|
1607
|
+
ProceduresApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ProceduresApiService });
|
1608
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ProceduresApiService, decorators: [{
|
1527
1609
|
type: i0.Injectable
|
1528
1610
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
1529
1611
|
|
@@ -1671,9 +1753,9 @@
|
|
1671
1753
|
};
|
1672
1754
|
return ProductApiService;
|
1673
1755
|
}());
|
1674
|
-
ProductApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
1675
|
-
ProductApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
1676
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
1756
|
+
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 });
|
1757
|
+
ProductApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ProductApiService });
|
1758
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ProductApiService, decorators: [{
|
1677
1759
|
type: i0.Injectable
|
1678
1760
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
1679
1761
|
|
@@ -1901,9 +1983,9 @@
|
|
1901
1983
|
return ProductModelApiService;
|
1902
1984
|
}());
|
1903
1985
|
ProductModelApiService.MAX_RESULTS = 200;
|
1904
|
-
ProductModelApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
1905
|
-
ProductModelApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
1906
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
1986
|
+
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 });
|
1987
|
+
ProductModelApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ProductModelApiService });
|
1988
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ProductModelApiService, decorators: [{
|
1907
1989
|
type: i0.Injectable
|
1908
1990
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
1909
1991
|
|
@@ -1947,9 +2029,9 @@
|
|
1947
2029
|
};
|
1948
2030
|
return QuoteApiService;
|
1949
2031
|
}());
|
1950
|
-
QuoteApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
1951
|
-
QuoteApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
1952
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
2032
|
+
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 });
|
2033
|
+
QuoteApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: QuoteApiService });
|
2034
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: QuoteApiService, decorators: [{
|
1953
2035
|
type: i0.Injectable
|
1954
2036
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
1955
2037
|
|
@@ -1966,9 +2048,9 @@
|
|
1966
2048
|
};
|
1967
2049
|
return RampApiService;
|
1968
2050
|
}());
|
1969
|
-
RampApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
1970
|
-
RampApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
1971
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
2051
|
+
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 });
|
2052
|
+
RampApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: RampApiService });
|
2053
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: RampApiService, decorators: [{
|
1972
2054
|
type: i0.Injectable
|
1973
2055
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
1974
2056
|
|
@@ -2024,9 +2106,9 @@
|
|
2024
2106
|
}
|
2025
2107
|
return RuleGroupsApiService;
|
2026
2108
|
}());
|
2027
|
-
RuleGroupsApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
2028
|
-
RuleGroupsApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
2029
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
2109
|
+
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 });
|
2110
|
+
RuleGroupsApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: RuleGroupsApiService });
|
2111
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: RuleGroupsApiService, decorators: [{
|
2030
2112
|
type: i0.Injectable
|
2031
2113
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
2032
2114
|
|
@@ -2101,9 +2183,9 @@
|
|
2101
2183
|
};
|
2102
2184
|
return RulesApiService;
|
2103
2185
|
}());
|
2104
|
-
RulesApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
2105
|
-
RulesApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
2106
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
2186
|
+
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 });
|
2187
|
+
RulesApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: RulesApiService });
|
2188
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: RulesApiService, decorators: [{
|
2107
2189
|
type: i0.Injectable
|
2108
2190
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
2109
2191
|
|
@@ -2175,9 +2257,9 @@
|
|
2175
2257
|
}
|
2176
2258
|
return ScriptsApiService;
|
2177
2259
|
}());
|
2178
|
-
ScriptsApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
2179
|
-
ScriptsApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
2180
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
2260
|
+
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 });
|
2261
|
+
ScriptsApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ScriptsApiService });
|
2262
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ScriptsApiService, decorators: [{
|
2181
2263
|
type: i0.Injectable
|
2182
2264
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
2183
2265
|
|
@@ -2471,9 +2553,9 @@
|
|
2471
2553
|
};
|
2472
2554
|
return UITemplatesApiService;
|
2473
2555
|
}());
|
2474
|
-
UITemplatesApiService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
2475
|
-
UITemplatesApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
2476
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
2556
|
+
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 });
|
2557
|
+
UITemplatesApiService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: UITemplatesApiService });
|
2558
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: UITemplatesApiService, decorators: [{
|
2477
2559
|
type: i0.Injectable
|
2478
2560
|
}], ctorParameters: function () { return [{ type: i1__namespace.BaseHttpService }]; } });
|
2479
2561
|
|
@@ -2482,9 +2564,9 @@
|
|
2482
2564
|
}
|
2483
2565
|
return ApiModule;
|
2484
2566
|
}());
|
2485
|
-
ApiModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
2486
|
-
ApiModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.
|
2487
|
-
ApiModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.
|
2567
|
+
ApiModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ApiModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
2568
|
+
ApiModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ApiModule, imports: [i4.HttpClientModule] });
|
2569
|
+
ApiModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ApiModule, providers: [
|
2488
2570
|
i1.BaseHttpService,
|
2489
2571
|
i1.XrayService,
|
2490
2572
|
ConfigurationApiService,
|
@@ -2512,7 +2594,7 @@
|
|
2512
2594
|
EndpointsApiService,
|
2513
2595
|
OrgInfoApiService,
|
2514
2596
|
], imports: [[i4.HttpClientModule]] });
|
2515
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
2597
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: ApiModule, decorators: [{
|
2516
2598
|
type: i0.NgModule,
|
2517
2599
|
args: [{
|
2518
2600
|
imports: [i4.HttpClientModule],
|
@@ -2580,4 +2662,4 @@
|
|
2580
2662
|
Object.defineProperty(exports, '__esModule', { value: true });
|
2581
2663
|
|
2582
2664
|
}));
|
2583
|
-
//# sourceMappingURL=
|
2665
|
+
//# sourceMappingURL=veloceapps-api.umd.js.map
|