@omnia/fx-models 7.8.62-preview → 7.8.63-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.
Files changed (3) hide show
  1. package/Enums.js +1 -1
  2. package/README.md +2 -2
  3. package/package.json +7 -9
package/Enums.js CHANGED
@@ -768,7 +768,7 @@ var IdentityUserIdTypeMatch;
768
768
  (function (IdentityUserIdTypeMatch) {
769
769
  //Example: {Id: c:0\u002b.w|s-1-5-21-1111812947-3881384297-199475092-571, Entitype: 'SecGroup'}
770
770
  IdentityUserIdTypeMatch["SPOnpremAdGroup"] = "c:0+";
771
- //Example: { Id: i:0#.w|precio\\administrator, EntityType: "User" }
771
+ //Example: { Id: i:0#.w|YOURDOMAIN\\administrator, EntityType: "User" }
772
772
  IdentityUserIdTypeMatch["SPOnpremAdUser"] = "\\";
773
773
  //Empty not yet use
774
774
  IdentityUserIdTypeMatch["AzureAdGroup"] = "";
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Omnia Fx Tooling
2
2
 
3
- Omnia Fx Tooling is a product from Precio Fishbone. In order to use Omnia Fx you need a product license for one of the following products:
3
+ Omnia Fx Tooling is a product from Omnia Digital Workplace AB. In order to use Omnia Fx you need a product license for one of the following products:
4
4
 
5
5
  ### Documentation
6
- https://github.com/preciofishbone/OmniaDocs
6
+ https://github.com/omniaintranet/OmniaDocs
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@omnia/fx-models",
3
3
  "license": "MIT",
4
- "version": "7.8.62-preview",
4
+ "version": "7.8.63-preview",
5
5
  "description": "Provide Omnia Fx Models Stuffs.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"
8
8
  },
9
9
  "repository": {
10
10
  "type": "git",
11
- "url": "git+https://github.com/preciofishbone/OmniaFx"
11
+ "url": "git+https://github.com/omniaintranet/OmniaFx"
12
12
  },
13
13
  "keywords": [
14
14
  "omnia",
@@ -17,13 +17,11 @@
17
17
  "office365",
18
18
  "sharepoint"
19
19
  ],
20
- "author": "Precio Fishbone",
21
- "dependencies": {
22
-
23
- },
20
+ "author": "Omnia Digital Workplace AB",
21
+ "dependencies": {},
24
22
  "typings": "./index.d.ts",
25
23
  "bugs": {
26
- "url": "https://github.com/preciofishbone/OmniaFx/issues"
24
+ "url": "https://github.com/omniaintranet/OmniaFx/issues"
27
25
  },
28
- "homepage": "https://github.com/preciofishbone/OmniaFx#readme"
29
- }
26
+ "homepage": "https://github.com/omniaintranet/OmniaFx#readme"
27
+ }