ntk-cms-api 1.0.451 → 1.0.452
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/ntk-cms-api.umd.js +2 -2
- package/bundles/ntk-cms-api.umd.js.map +1 -1
- package/bundles/ntk-cms-api.umd.min.js +1 -1
- package/bundles/ntk-cms-api.umd.min.js.map +1 -1
- package/esm2015/lib/models/entity/data-provider/dataProviderSourceModel.js +1 -1
- package/esm2015/lib/service/core-main/coreModule.service.js +2 -2
- package/esm2015/lib/service/core-main/coreModuleProcess.service.js +2 -2
- package/fesm2015/ntk-cms-api.js +2 -2
- package/fesm2015/ntk-cms-api.js.map +1 -1
- package/lib/models/entity/data-provider/dataProviderSourceModel.d.ts +0 -1
- package/package.json +1 -1
|
@@ -2455,7 +2455,7 @@
|
|
|
2455
2455
|
CoreModuleService.prototype.ServiceAutoAdd = function () {
|
|
2456
2456
|
var _this = this;
|
|
2457
2457
|
return this.http
|
|
2458
|
-
.
|
|
2458
|
+
.get(this.getBaseUrl() + this.getModuleControllerUrl() + '/AutoAdd/', {
|
|
2459
2459
|
headers: this.getHeaders(),
|
|
2460
2460
|
})
|
|
2461
2461
|
.pipe(operators.retry(this.configApiRetry),
|
|
@@ -2550,7 +2550,7 @@
|
|
|
2550
2550
|
CoreModuleProcessService.prototype.ServiceAutoAdd = function () {
|
|
2551
2551
|
var _this = this;
|
|
2552
2552
|
return this.http
|
|
2553
|
-
.
|
|
2553
|
+
.get(this.getBaseUrl() + this.getModuleControllerUrl() + '/AutoAdd/', {
|
|
2554
2554
|
headers: this.getHeaders(),
|
|
2555
2555
|
})
|
|
2556
2556
|
.pipe(operators.retry(this.configApiRetry),
|