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.
- package/dist/types.gen.d.ts +6 -8
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -3155,10 +3155,9 @@ export type MergedSecretOptions = {
|
|
|
3155
3155
|
* Organization UUID
|
|
3156
3156
|
*/
|
|
3157
3157
|
customer_uuid?: string;
|
|
3158
|
-
|
|
3159
|
-
|
|
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
|
-
|
|
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;
|