@lansweeper/user-model 0.0.13 → 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.
- package/dist/model.json +14 -10
- package/package.json +2 -2
package/dist/model.json
CHANGED
|
@@ -244,6 +244,20 @@
|
|
|
244
244
|
"cloudId": "adUserId",
|
|
245
245
|
"cloudKey": "adUserKey",
|
|
246
246
|
"children": [
|
|
247
|
+
{
|
|
248
|
+
"cloudEntity": "DirectReport",
|
|
249
|
+
"propertyName": "directReports",
|
|
250
|
+
"isArray": true,
|
|
251
|
+
"convertToArray": true,
|
|
252
|
+
"properties": {
|
|
253
|
+
"displayName": {
|
|
254
|
+
"type": "string"
|
|
255
|
+
},
|
|
256
|
+
"adUserKey": {
|
|
257
|
+
"type": "string"
|
|
258
|
+
}
|
|
259
|
+
}
|
|
260
|
+
},
|
|
247
261
|
{
|
|
248
262
|
"cloudEntity": "AdObject",
|
|
249
263
|
"onpremTable": "tblADObjects",
|
|
@@ -2747,16 +2761,6 @@
|
|
|
2747
2761
|
"onpremId": "UserId",
|
|
2748
2762
|
"cloudId": "o365UserId",
|
|
2749
2763
|
"cloudKey": "o365UserKey",
|
|
2750
|
-
"referencesTo": [
|
|
2751
|
-
{
|
|
2752
|
-
"referencedEntity": {
|
|
2753
|
-
"cloudEntity": "O365Organization",
|
|
2754
|
-
"cloudProperty": "o365OrganizationId"
|
|
2755
|
-
},
|
|
2756
|
-
"cloudProperty": "o365OrganizationId",
|
|
2757
|
-
"onpremfk": "OrganizationId"
|
|
2758
|
-
}
|
|
2759
|
-
],
|
|
2760
2764
|
"properties": {
|
|
2761
2765
|
"o365UserId": {
|
|
2762
2766
|
"onprem": "UserId",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lansweeper/user-model",
|
|
3
|
-
"version": "0.0
|
|
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": "
|
|
19
|
+
"gitHead": "55d3ae769f8a10350d637ba248e0c53701142cd9"
|
|
20
20
|
}
|