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.
- package/dist/types.gen.d.ts +1 -1
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -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
|
|
8083
|
+
readonly state?: string;
|
|
8084
8084
|
readonly error_message: string;
|
|
8085
8085
|
readonly error_traceback: string;
|
|
8086
8086
|
};
|