@lansweeper/user-model 0.0.3 → 0.0.4

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 +4 -0
  2. package/package.json +2 -2
package/dist/model.json CHANGED
@@ -2806,6 +2806,10 @@
2806
2806
  "fullUsername": {
2807
2807
  "onprem": "Username",
2808
2808
  "type": "string"
2809
+ },
2810
+ "onpremUserKey": {
2811
+ "type": "string",
2812
+ "required": true
2809
2813
  }
2810
2814
  }
2811
2815
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lansweeper/user-model",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
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": "662ec2ea35f5e0a7a84c35fce85194a40ff5dae5"
19
+ "gitHead": "1a7a6eb550f6624227eb0a4c74ef5f07e064a2ff"
20
20
  }