ntk-cms-api 1.2.95 → 1.2.96

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.
@@ -2741,6 +2741,20 @@
2741
2741
  { type: i0.Injectable }
2742
2742
  ];
2743
2743
 
2744
+ var CoreModuleEntityReportFileService = /** @class */ (function (_super) {
2745
+ __extends(CoreModuleEntityReportFileService, _super);
2746
+ function CoreModuleEntityReportFileService() {
2747
+ return _super !== null && _super.apply(this, arguments) || this;
2748
+ }
2749
+ CoreModuleEntityReportFileService.prototype.getModuleControllerUrl = function () {
2750
+ return 'CoreModuleEntityReportFile';
2751
+ };
2752
+ return CoreModuleEntityReportFileService;
2753
+ }(ApiCmsServerBase));
2754
+ CoreModuleEntityReportFileService.decorators = [
2755
+ { type: i0.Injectable }
2756
+ ];
2757
+
2744
2758
  var CoreModuleProcessService = /** @class */ (function (_super) {
2745
2759
  __extends(CoreModuleProcessService, _super);
2746
2760
  function CoreModuleProcessService() {
@@ -15277,6 +15291,7 @@
15277
15291
  exports.CoreModuleConfigSiteValuesModel = CoreModuleConfigSiteValuesModel;
15278
15292
  exports.CoreModuleEntityModel = CoreModuleEntityModel;
15279
15293
  exports.CoreModuleEntityReportFileModel = CoreModuleEntityReportFileModel;
15294
+ exports.CoreModuleEntityReportFileService = CoreModuleEntityReportFileService;
15280
15295
  exports.CoreModuleEntityService = CoreModuleEntityService;
15281
15296
  exports.CoreModuleFavoriteDtoModel = CoreModuleFavoriteDtoModel;
15282
15297
  exports.CoreModuleLogContentCountModel = CoreModuleLogContentCountModel;