@omnia/management-system 7.9.37 → 7.9.39

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.
@@ -40,4 +40,5 @@ export declare module ODMUtils {
40
40
  function isSupportedByOfficeWebAppWithMsTeams(fileExtension: string): boolean;
41
41
  function correctDateOnlyValue(dateValue: any): Date;
42
42
  function isAllowedToConvertToPDF(fileExtension: string): boolean;
43
+ function isUrlFileExtension(fileExtension: string): boolean;
43
44
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/management-system",
3
3
  "license": "SEE LICENSE IN LICENSE.txt",
4
- "version": "7.9.37",
4
+ "version": "7.9.39",
5
5
  "description": "Omnia Management System.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"