@lansweeper/user-model 0.0.6 → 0.0.7

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.
Files changed (2) hide show
  1. package/dist/model.json +36 -0
  2. package/package.json +2 -2
package/dist/model.json CHANGED
@@ -2516,6 +2516,42 @@
2516
2516
  }
2517
2517
  }
2518
2518
  },
2519
+ {
2520
+ "context": "User",
2521
+ "cloudEntity": "O365AssignedPlan",
2522
+ "cloudId": "o365AssignedPlanId",
2523
+ "cloudKey": "o365AssignedPlanKey",
2524
+ "properties": {
2525
+ "o365AssignedPlanId": {
2526
+ "type": "string"
2527
+ },
2528
+ "o365OrganizationId": {
2529
+ "type": "string"
2530
+ },
2531
+ "o365UserId": {
2532
+ "type": "string"
2533
+ },
2534
+ "servicePlanId": {
2535
+ "type": "string"
2536
+ },
2537
+ "service": {
2538
+ "type": "string"
2539
+ },
2540
+ "capabilityStatus": {
2541
+ "type": "string"
2542
+ },
2543
+ "assignedTimeStamp": {
2544
+ "type": "string"
2545
+ },
2546
+ "o365AssignedPlanKey": {
2547
+ "type": "string",
2548
+ "required": true
2549
+ },
2550
+ "o365OrganizationKey": {
2551
+ "type": "string"
2552
+ }
2553
+ }
2554
+ },
2519
2555
  {
2520
2556
  "context": "User",
2521
2557
  "cloudEntity": "O365Sku",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lansweeper/user-model",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
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": "80d08d58651b538123b9849bb61b757095167515"
19
+ "gitHead": "f1cf5cc8f8f4ba82b842c9145e3d6aa823305865"
20
20
  }