@omnia/wcm 7.9.46-preview → 7.10.0-preview.10

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.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Omnia Web Content Management
2
2
 
3
- Omnia Web Content Management is a product from Precio Fishbone. In order to use Omnia Web Content Management you need a product license for one of the following products:
3
+ Omnia Web Content Management is a product from Omnia Digital Workplace AB. In order to use Omnia Web Content Management you need a product license for one of the following products:
4
4
 
5
5
  * Omnia Foundation (stand-alone)
6
6
  * Omnia Intranet
@@ -392,5 +392,8 @@ export declare module PageRollupLocalization {
392
392
  CheckedOutBy: string;
393
393
  };
394
394
  };
395
+ ExportResult: {
396
+ LoginName: string;
397
+ };
395
398
  }
396
399
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/wcm",
3
3
  "license": "MIT",
4
- "version": "7.9.46-preview",
4
+ "version": "7.10.0-preview.10",
5
5
  "description": "Omnia Web Content Management.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"