@bodhiapp/ts-client 0.1.22 → 0.1.23

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.
@@ -1372,7 +1372,7 @@ export interface paths {
1372
1372
  post?: never;
1373
1373
  /**
1374
1374
  * Remove user access
1375
- * @description Remove a user's access to the application. Only admins can remove users.
1375
+ * @description Remove a user's access to the application. Only managers or above can remove users.
1376
1376
  */
1377
1377
  delete: operations["removeUser"];
1378
1378
  options?: never;
@@ -1373,7 +1373,7 @@ export interface paths {
1373
1373
  post?: never;
1374
1374
  /**
1375
1375
  * Remove user access
1376
- * @description Remove a user's access to the application. Only admins can remove users.
1376
+ * @description Remove a user's access to the application. Only managers or above can remove users.
1377
1377
  */
1378
1378
  delete: operations["removeUser"];
1379
1379
  options?: never;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bodhiapp/ts-client",
3
- "version": "0.1.22",
3
+ "version": "0.1.23",
4
4
  "description": "TypeScript types for Bodhi API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",