waldur-js-client 1.0.4-dev.38 → 1.0.4-dev.39

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.
@@ -8080,7 +8080,7 @@ export type RobotAccount = {
8080
8080
  readonly backend_id: string;
8081
8081
  responsible_user?: string | null;
8082
8082
  readonly fingerprints: Array<Fingerprint>;
8083
- readonly state: string | null;
8083
+ readonly state: string;
8084
8084
  readonly error_message: string;
8085
8085
  readonly error_traceback: string;
8086
8086
  };
@@ -8097,7 +8097,7 @@ export type RobotAccountDetails = {
8097
8097
  readonly backend_id: string;
8098
8098
  responsible_user: BasicUser | null;
8099
8099
  readonly fingerprints: Array<Fingerprint>;
8100
- readonly state: string | null;
8100
+ readonly state?: string;
8101
8101
  readonly error_message: string;
8102
8102
  readonly error_traceback: string;
8103
8103
  readonly user_keys: Array<SshKey>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "1.0.4-dev.38",
3
+ "version": "1.0.4-dev.39",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",