ntk-cms-api 1.2.62 → 1.2.63

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.
@@ -2407,6 +2407,18 @@
2407
2407
  return _this.errorExceptionResultCheck(ret);
2408
2408
  }));
2409
2409
  };
2410
+ CoreEnumService.prototype.ServiceInputDataTypeEnum = function () {
2411
+ var _this = this;
2412
+ return this.http
2413
+ .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/InputDataTypeEnum', {
2414
+ headers: this.getHeaders(),
2415
+ })
2416
+ .pipe(
2417
+ // catchError(this.handleError)
2418
+ operators.map(function (ret) {
2419
+ return _this.errorExceptionResultCheck(ret);
2420
+ }));
2421
+ };
2410
2422
  return CoreEnumService;
2411
2423
  }(ApiServerBase));
2412
2424
  CoreEnumService.decorators = [