ntk-cms-api 1.2.96 → 1.2.98

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.
@@ -2402,6 +2402,18 @@
2402
2402
  return _this.errorExceptionResultCheck(ret);
2403
2403
  }));
2404
2404
  };
2405
+ CoreEnumService.prototype.ServiceReportFileTypeEnum = function () {
2406
+ var _this = this;
2407
+ return this.http
2408
+ .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/ReportFileTypeEnum', {
2409
+ headers: this.getHeaders(),
2410
+ })
2411
+ .pipe(
2412
+ // catchError(this.handleError)
2413
+ operators.map(function (ret) {
2414
+ return _this.errorExceptionResultCheck(ret);
2415
+ }));
2416
+ };
2405
2417
  CoreEnumService.prototype.ServiceEnumUserClaimKinds = function () {
2406
2418
  var _this = this;
2407
2419
  return this.http