waldur-js-client 8.0.7-dev.34 → 8.0.7-dev.35

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/sdk.gen.js CHANGED
@@ -37031,10 +37031,10 @@ export const openstackLoadbalancersDetachFloatingIp = (options) => {
37031
37031
  });
37032
37032
  };
37033
37033
  /**
37034
- * Update VIP security groups
37035
- * Update security groups on the load balancer VIP port.
37034
+ * Unlink load balancer
37035
+ * Delete the load balancer from the Waldur database without scheduling operations on the OpenStack backend and without checking resource state. Staff-only; intended for cleaning up records stuck in transitional states.
37036
37036
  */
37037
- export const openstackLoadbalancersUpdateVipSecurityGroups = (options) => {
37037
+ export const openstackLoadbalancersUnlink = (options) => {
37038
37038
  return (options.client ?? _heyApiClient).post({
37039
37039
  security: [
37040
37040
  {
@@ -37050,12 +37050,8 @@ export const openstackLoadbalancersUpdateVipSecurityGroups = (options) => {
37050
37050
  type: 'http'
37051
37051
  }
37052
37052
  ],
37053
- url: '/api/openstack-loadbalancers/{uuid}/update_vip_security_groups/',
37054
- ...options,
37055
- headers: {
37056
- 'Content-Type': 'application/json',
37057
- ...options.headers
37058
- }
37053
+ url: '/api/openstack-loadbalancers/{uuid}/unlink/',
37054
+ ...options
37059
37055
  });
37060
37056
  };
37061
37057
  export const openstackMarketplaceTenantsList = (options) => {