@lansweeper/user-model 0.0.7 → 0.0.9
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 +35 -0
- package/package.json +2 -2
package/dist/model.json
CHANGED
|
@@ -2262,6 +2262,9 @@
|
|
|
2262
2262
|
},
|
|
2263
2263
|
"o365OrganizationKey": {
|
|
2264
2264
|
"type": "string"
|
|
2265
|
+
},
|
|
2266
|
+
"type": {
|
|
2267
|
+
"type": "string"
|
|
2265
2268
|
}
|
|
2266
2269
|
}
|
|
2267
2270
|
},
|
|
@@ -2329,6 +2332,9 @@
|
|
|
2329
2332
|
},
|
|
2330
2333
|
"o365OrganizationKey": {
|
|
2331
2334
|
"type": "string"
|
|
2335
|
+
},
|
|
2336
|
+
"name": {
|
|
2337
|
+
"type": "string"
|
|
2332
2338
|
}
|
|
2333
2339
|
}
|
|
2334
2340
|
},
|
|
@@ -2552,6 +2558,29 @@
|
|
|
2552
2558
|
}
|
|
2553
2559
|
}
|
|
2554
2560
|
},
|
|
2561
|
+
{
|
|
2562
|
+
"context": "User",
|
|
2563
|
+
"cloudEntity": "O365AssignedLicense",
|
|
2564
|
+
"cloudId": "o365AssignedLicenseId",
|
|
2565
|
+
"cloudKey": "o365AssignedLicenseKey",
|
|
2566
|
+
"properties": {
|
|
2567
|
+
"o365AssignedLicenseId": {
|
|
2568
|
+
"type": "string"
|
|
2569
|
+
},
|
|
2570
|
+
"o365LicenseId": {
|
|
2571
|
+
"type": "string"
|
|
2572
|
+
},
|
|
2573
|
+
"o365UserId": {
|
|
2574
|
+
"type": "string"
|
|
2575
|
+
},
|
|
2576
|
+
"o365AssignedLicenseKey": {
|
|
2577
|
+
"type": "string"
|
|
2578
|
+
},
|
|
2579
|
+
"o365LicenseKey": {
|
|
2580
|
+
"type": "string"
|
|
2581
|
+
}
|
|
2582
|
+
}
|
|
2583
|
+
},
|
|
2555
2584
|
{
|
|
2556
2585
|
"context": "User",
|
|
2557
2586
|
"cloudEntity": "O365Sku",
|
|
@@ -2778,6 +2807,12 @@
|
|
|
2778
2807
|
"groupKeys": {
|
|
2779
2808
|
"type": "string",
|
|
2780
2809
|
"isArray": true
|
|
2810
|
+
},
|
|
2811
|
+
"type": {
|
|
2812
|
+
"type": "string"
|
|
2813
|
+
},
|
|
2814
|
+
"domain": {
|
|
2815
|
+
"type": "string"
|
|
2781
2816
|
}
|
|
2782
2817
|
}
|
|
2783
2818
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lansweeper/user-model",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.9",
|
|
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": "ffea88e2ae7a0c06e37331cbc4591154b93dab88"
|
|
20
20
|
}
|