waldur-js-client 1.0.4-dev.24 → 1.0.4-dev.25

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.
@@ -3155,10 +3155,9 @@ export type MergedSecretOptions = {
3155
3155
  * Organization UUID
3156
3156
  */
3157
3157
  customer_uuid?: string;
3158
- /**
3159
- * UUID of Rancher offering where cluster can be created
3160
- */
3161
- rancher_offering_uuid?: string;
3158
+ backend_url?: string;
3159
+ username?: string;
3160
+ password?: string;
3162
3161
  };
3163
3162
  export type MergedSecretOptionsRequest = {
3164
3163
  /**
@@ -3218,10 +3217,9 @@ export type MergedSecretOptionsRequest = {
3218
3217
  * Organization UUID
3219
3218
  */
3220
3219
  customer_uuid?: string;
3221
- /**
3222
- * UUID of Rancher offering where cluster can be created
3223
- */
3224
- rancher_offering_uuid?: string;
3220
+ backend_url?: string;
3221
+ username?: string;
3222
+ password?: string;
3225
3223
  };
3226
3224
  export type MessageTemplate = {
3227
3225
  readonly url: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "1.0.4-dev.24",
3
+ "version": "1.0.4-dev.25",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",