waldur-js-client 1.0.4-dev.1 → 1.0.4-dev.2
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 +2 -0
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -3071,6 +3071,7 @@ export type MergedSecretOptions = {
|
|
|
3071
3071
|
* OpenStack IPv4 external IP mapping
|
|
3072
3072
|
*/
|
|
3073
3073
|
ipv4_external_ip_mapping?: Array<IpMapping>;
|
|
3074
|
+
openstack_api_tls_certificate?: string;
|
|
3074
3075
|
/**
|
|
3075
3076
|
* GLAuth shared user password
|
|
3076
3077
|
*/
|
|
@@ -3129,6 +3130,7 @@ export type MergedSecretOptionsRequest = {
|
|
|
3129
3130
|
* OpenStack IPv4 external IP mapping
|
|
3130
3131
|
*/
|
|
3131
3132
|
ipv4_external_ip_mapping?: Array<IpMappingRequest>;
|
|
3133
|
+
openstack_api_tls_certificate?: string;
|
|
3132
3134
|
/**
|
|
3133
3135
|
* GLAuth shared user password
|
|
3134
3136
|
*/
|