@lansweeper/user-model 0.0.14 → 0.1.0

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 (2) hide show
  1. package/dist/model.json +0 -10
  2. package/package.json +2 -2
package/dist/model.json CHANGED
@@ -2761,16 +2761,6 @@
2761
2761
  "onpremId": "UserId",
2762
2762
  "cloudId": "o365UserId",
2763
2763
  "cloudKey": "o365UserKey",
2764
- "referencesTo": [
2765
- {
2766
- "referencedEntity": {
2767
- "cloudEntity": "O365Organization",
2768
- "cloudProperty": "o365OrganizationId"
2769
- },
2770
- "cloudProperty": "o365OrganizationId",
2771
- "onpremfk": "OrganizationId"
2772
- }
2773
- ],
2774
2764
  "properties": {
2775
2765
  "o365UserId": {
2776
2766
  "onprem": "UserId",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lansweeper/user-model",
3
- "version": "0.0.14",
3
+ "version": "0.1.0",
4
4
  "description": "User model",
5
5
  "license": "MIT",
6
6
  "types": "dist/types",
@@ -16,5 +16,5 @@
16
16
  "scripts": {
17
17
  "build": "tsc"
18
18
  },
19
- "gitHead": "e6d8764d8b98c794f3b8816a7ea3d0be8589cb7c"
19
+ "gitHead": "55d3ae769f8a10350d637ba248e0c53701142cd9"
20
20
  }