@lansweeper/user-model 0.0.4 → 0.0.5

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
@@ -2807,6 +2807,10 @@
2807
2807
  "onprem": "Username",
2808
2808
  "type": "string"
2809
2809
  },
2810
+ "onpremUserId": {
2811
+ "onprem": "PageID",
2812
+ "type": "string"
2813
+ },
2810
2814
  "onpremUserKey": {
2811
2815
  "type": "string",
2812
2816
  "required": true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lansweeper/user-model",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
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": "1a7a6eb550f6624227eb0a4c74ef5f07e064a2ff"
19
+ "gitHead": "3e34f3929c37deee7932d169f6328bb23975078e"
20
20
  }