@lansweeper/user-model 0.0.6 → 0.0.8
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 +48 -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
|
},
|
|
@@ -2516,6 +2522,42 @@
|
|
|
2516
2522
|
}
|
|
2517
2523
|
}
|
|
2518
2524
|
},
|
|
2525
|
+
{
|
|
2526
|
+
"context": "User",
|
|
2527
|
+
"cloudEntity": "O365AssignedPlan",
|
|
2528
|
+
"cloudId": "o365AssignedPlanId",
|
|
2529
|
+
"cloudKey": "o365AssignedPlanKey",
|
|
2530
|
+
"properties": {
|
|
2531
|
+
"o365AssignedPlanId": {
|
|
2532
|
+
"type": "string"
|
|
2533
|
+
},
|
|
2534
|
+
"o365OrganizationId": {
|
|
2535
|
+
"type": "string"
|
|
2536
|
+
},
|
|
2537
|
+
"o365UserId": {
|
|
2538
|
+
"type": "string"
|
|
2539
|
+
},
|
|
2540
|
+
"servicePlanId": {
|
|
2541
|
+
"type": "string"
|
|
2542
|
+
},
|
|
2543
|
+
"service": {
|
|
2544
|
+
"type": "string"
|
|
2545
|
+
},
|
|
2546
|
+
"capabilityStatus": {
|
|
2547
|
+
"type": "string"
|
|
2548
|
+
},
|
|
2549
|
+
"assignedTimeStamp": {
|
|
2550
|
+
"type": "string"
|
|
2551
|
+
},
|
|
2552
|
+
"o365AssignedPlanKey": {
|
|
2553
|
+
"type": "string",
|
|
2554
|
+
"required": true
|
|
2555
|
+
},
|
|
2556
|
+
"o365OrganizationKey": {
|
|
2557
|
+
"type": "string"
|
|
2558
|
+
}
|
|
2559
|
+
}
|
|
2560
|
+
},
|
|
2519
2561
|
{
|
|
2520
2562
|
"context": "User",
|
|
2521
2563
|
"cloudEntity": "O365Sku",
|
|
@@ -2742,6 +2784,12 @@
|
|
|
2742
2784
|
"groupKeys": {
|
|
2743
2785
|
"type": "string",
|
|
2744
2786
|
"isArray": true
|
|
2787
|
+
},
|
|
2788
|
+
"type": {
|
|
2789
|
+
"type": "string"
|
|
2790
|
+
},
|
|
2791
|
+
"domain": {
|
|
2792
|
+
"type": "string"
|
|
2745
2793
|
}
|
|
2746
2794
|
}
|
|
2747
2795
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lansweeper/user-model",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.8",
|
|
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": "0223180f09038f489f16a773444ad00f64320ca3"
|
|
20
20
|
}
|