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

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;
8083
+ readonly state?: string;
8084
8084
  readonly error_message: string;
8085
8085
  readonly error_traceback: string;
8086
8086
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "1.0.4-dev.39",
3
+ "version": "1.0.4-dev.40",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",