ntk-cms-api 1.2.95 → 1.2.97

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
@@ -2741,6 +2753,20 @@
2741
2753
  { type: i0.Injectable }
2742
2754
  ];
2743
2755
 
2756
+ var CoreModuleEntityReportFileService = /** @class */ (function (_super) {
2757
+ __extends(CoreModuleEntityReportFileService, _super);
2758
+ function CoreModuleEntityReportFileService() {
2759
+ return _super !== null && _super.apply(this, arguments) || this;
2760
+ }
2761
+ CoreModuleEntityReportFileService.prototype.getModuleControllerUrl = function () {
2762
+ return 'CoreModuleEntityReportFile';
2763
+ };
2764
+ return CoreModuleEntityReportFileService;
2765
+ }(ApiCmsServerBase));
2766
+ CoreModuleEntityReportFileService.decorators = [
2767
+ { type: i0.Injectable }
2768
+ ];
2769
+
2744
2770
  var CoreModuleProcessService = /** @class */ (function (_super) {
2745
2771
  __extends(CoreModuleProcessService, _super);
2746
2772
  function CoreModuleProcessService() {
@@ -15277,6 +15303,7 @@
15277
15303
  exports.CoreModuleConfigSiteValuesModel = CoreModuleConfigSiteValuesModel;
15278
15304
  exports.CoreModuleEntityModel = CoreModuleEntityModel;
15279
15305
  exports.CoreModuleEntityReportFileModel = CoreModuleEntityReportFileModel;
15306
+ exports.CoreModuleEntityReportFileService = CoreModuleEntityReportFileService;
15280
15307
  exports.CoreModuleEntityService = CoreModuleEntityService;
15281
15308
  exports.CoreModuleFavoriteDtoModel = CoreModuleFavoriteDtoModel;
15282
15309
  exports.CoreModuleLogContentCountModel = CoreModuleLogContentCountModel;