waldur-js-client 7.9.2-dev.4 → 7.9.2-dev.5

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.
@@ -13202,7 +13202,7 @@ export type RobotAccountRequest = {
13202
13202
  keys?: unknown;
13203
13203
  responsible_user?: string | null;
13204
13204
  };
13205
- export type RobotAccountStates = 1 | 2 | 3 | 4 | 5 | 6;
13205
+ export type RobotAccountStates = 'Requested' | 'Creating' | 'OK' | 'Requested deletion' | 'Deleted' | 'Error';
13206
13206
  export type RoleDescription = {
13207
13207
  description?: string;
13208
13208
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "7.9.2-dev.4",
3
+ "version": "7.9.2-dev.5",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",