waldur-js-client 7.8.3-dev.5 → 7.8.3-dev.7
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 +8 -0
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -5635,6 +5635,10 @@ export type OpenStackBackupRestorationRequest = {
|
|
|
5635
5635
|
};
|
|
5636
5636
|
export type OpenStackCreateFloatingIpRequest = {
|
|
5637
5637
|
url?: string;
|
|
5638
|
+
/**
|
|
5639
|
+
* Existing floating IP address in selected OpenStack tenant to be assigned to new virtual machine
|
|
5640
|
+
*/
|
|
5641
|
+
ip_address?: string;
|
|
5638
5642
|
subnet: string;
|
|
5639
5643
|
};
|
|
5640
5644
|
export type OpenStackCreatePortRequest = {
|
|
@@ -37181,6 +37185,10 @@ export type ProposalProtectedCallsOfferingsListData = {
|
|
|
37181
37185
|
* Number of results to return per page.
|
|
37182
37186
|
*/
|
|
37183
37187
|
page_size?: number;
|
|
37188
|
+
/**
|
|
37189
|
+
* Filter by state
|
|
37190
|
+
*/
|
|
37191
|
+
state?: string;
|
|
37184
37192
|
};
|
|
37185
37193
|
url: '/api/proposal-protected-calls/{uuid}/offerings/';
|
|
37186
37194
|
};
|