@lansweeper/user-model 0.0.8 → 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 +23 -0
- package/package.json +2 -2
package/dist/model.json
CHANGED
|
@@ -2558,6 +2558,29 @@
|
|
|
2558
2558
|
}
|
|
2559
2559
|
}
|
|
2560
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
|
+
},
|
|
2561
2584
|
{
|
|
2562
2585
|
"context": "User",
|
|
2563
2586
|
"cloudEntity": "O365Sku",
|
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
|
}
|