@lansweeper/user-model 0.0.7 → 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.
Files changed (2) hide show
  1. package/dist/model.json +12 -0
  2. 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
  },
@@ -2778,6 +2784,12 @@
2778
2784
  "groupKeys": {
2779
2785
  "type": "string",
2780
2786
  "isArray": true
2787
+ },
2788
+ "type": {
2789
+ "type": "string"
2790
+ },
2791
+ "domain": {
2792
+ "type": "string"
2781
2793
  }
2782
2794
  }
2783
2795
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lansweeper/user-model",
3
- "version": "0.0.7",
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": "f1cf5cc8f8f4ba82b842c9145e3d6aa823305865"
19
+ "gitHead": "0223180f09038f489f16a773444ad00f64320ca3"
20
20
  }