ntk-cms-api 1.2.93 → 1.2.94

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.
@@ -588,6 +588,7 @@
588
588
  EnumExportFileType[EnumExportFileType["Excel"] = 1] = "Excel";
589
589
  EnumExportFileType[EnumExportFileType["PDF"] = 2] = "PDF";
590
590
  EnumExportFileType[EnumExportFileType["Text"] = 3] = "Text";
591
+ EnumExportFileType[EnumExportFileType["Report"] = 4] = "Report";
591
592
  })(exports.EnumExportFileType || (exports.EnumExportFileType = {}));
592
593
 
593
594
  (function (EnumExportReceiveMethod) {