@omnia/management-system 7.6.46-preview → 7.6.47-preview

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.
@@ -27,6 +27,7 @@ export declare module OPMUtils {
27
27
  function parentFrameIsMsTeams(): boolean;
28
28
  function IsOpenEditorPreview(): boolean;
29
29
  function buildContextIdentifier(appId: GuidValue, processRoute: string): string;
30
+ function getMaximumLengthOfMultilingualString(multilingualString: MultilingualString): number;
30
31
  }
31
32
  export declare module ODMUtils {
32
33
  function orderBy(input: any, [config]: [string?]): any;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/management-system",
3
3
  "license": "MIT",
4
- "version": "7.6.46-preview",
4
+ "version": "7.6.47-preview",
5
5
  "description": "Omnia Management System.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"