waldur-js-client 1.0.4-dev.44 → 1.0.4-dev.45
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 -2
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -7580,7 +7580,7 @@ export type RancherNestedNode = {
|
|
|
7580
7580
|
readonly error_message?: string;
|
|
7581
7581
|
error_traceback?: string;
|
|
7582
7582
|
backend_id?: string;
|
|
7583
|
-
controlplane_role?: boolean;
|
|
7583
|
+
readonly controlplane_role?: boolean;
|
|
7584
7584
|
readonly etcd_role?: boolean;
|
|
7585
7585
|
readonly worker_role?: boolean;
|
|
7586
7586
|
/**
|
|
@@ -7616,7 +7616,6 @@ export type RancherNestedNodeRequest = {
|
|
|
7616
7616
|
roles: Array<RolesEnum>;
|
|
7617
7617
|
error_traceback?: string;
|
|
7618
7618
|
backend_id?: string;
|
|
7619
|
-
controlplane_role?: boolean;
|
|
7620
7619
|
};
|
|
7621
7620
|
export type RancherNestedSecurityGroup = {
|
|
7622
7621
|
readonly url: string;
|