@lansweeper/user-model 0.0.4 → 0.0.6
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/dist/model.json +8 -0
- package/package.json +2 -2
package/dist/model.json
CHANGED
|
@@ -2738,6 +2738,10 @@
|
|
|
2738
2738
|
},
|
|
2739
2739
|
"o365OrganizationKey": {
|
|
2740
2740
|
"type": "string"
|
|
2741
|
+
},
|
|
2742
|
+
"groupKeys": {
|
|
2743
|
+
"type": "string",
|
|
2744
|
+
"isArray": true
|
|
2741
2745
|
}
|
|
2742
2746
|
}
|
|
2743
2747
|
},
|
|
@@ -2807,6 +2811,10 @@
|
|
|
2807
2811
|
"onprem": "Username",
|
|
2808
2812
|
"type": "string"
|
|
2809
2813
|
},
|
|
2814
|
+
"onpremUserId": {
|
|
2815
|
+
"onprem": "PageID",
|
|
2816
|
+
"type": "string"
|
|
2817
|
+
},
|
|
2810
2818
|
"onpremUserKey": {
|
|
2811
2819
|
"type": "string",
|
|
2812
2820
|
"required": true
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lansweeper/user-model",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.6",
|
|
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": "
|
|
19
|
+
"gitHead": "80d08d58651b538123b9849bb61b757095167515"
|
|
20
20
|
}
|