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.
- package/dist/types.gen.d.ts +1 -1
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -13202,7 +13202,7 @@ export type RobotAccountRequest = {
|
|
|
13202
13202
|
keys?: unknown;
|
|
13203
13203
|
responsible_user?: string | null;
|
|
13204
13204
|
};
|
|
13205
|
-
export type RobotAccountStates =
|
|
13205
|
+
export type RobotAccountStates = 'Requested' | 'Creating' | 'OK' | 'Requested deletion' | 'Deleted' | 'Error';
|
|
13206
13206
|
export type RoleDescription = {
|
|
13207
13207
|
description?: string;
|
|
13208
13208
|
/**
|