ntk-cms-api 1.2.100 → 1.2.101

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.
@@ -587,7 +587,7 @@
587
587
  EnumExportFileType[EnumExportFileType["None"] = 0] = "None";
588
588
  EnumExportFileType[EnumExportFileType["Excel"] = 1] = "Excel";
589
589
  EnumExportFileType[EnumExportFileType["PDF"] = 2] = "PDF";
590
- EnumExportFileType[EnumExportFileType["Text"] = 3] = "Text";
590
+ EnumExportFileType[EnumExportFileType["Json"] = 3] = "Json";
591
591
  EnumExportFileType[EnumExportFileType["Report"] = 4] = "Report";
592
592
  })(exports.EnumExportFileType || (exports.EnumExportFileType = {}));
593
593
 
@@ -1937,6 +1937,19 @@
1937
1937
  return _this.errorExceptionResultCheck(ret);
1938
1938
  }));
1939
1939
  };
1940
+ ApiCmsServerBase.prototype.ServiceGetAllReportFile = function () {
1941
+ var _this = this;
1942
+ // this.loadingStatus=true;
1943
+ return this.http
1944
+ .get(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllReportFile', {
1945
+ headers: this.getHeaders(),
1946
+ })
1947
+ .pipe(
1948
+ // catchError(this.handleError)
1949
+ operators.map(function (ret) {
1950
+ return _this.errorExceptionResultCheck(ret);
1951
+ }));
1952
+ };
1940
1953
  ApiCmsServerBase.prototype.ServiceGetAll = function (model) {
1941
1954
  var _this = this;
1942
1955
  // this.loadingStatus=true;