Skip to content

Commit e95a6c1

Browse files
committed
SDK Release v1.50.0-alpha
1 parent f6064ee commit e95a6c1

740 files changed

Lines changed: 1412 additions & 756 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To contribute, please raise an issue with a bug report, feature request, feedbac
99
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
1010

1111
- API version: 1.0
12-
- Package version: v1.49.0-alpha
12+
- Package version: v1.50.0-alpha
1313
- Generator version: 7.10.0
1414
- Build package: org.openapitools.codegen.languages.JavascriptClientCodegen
1515

@@ -232,6 +232,7 @@ Class | Method | HTTP request | Description
232232
*HyperstackApi.EnvironmentApi* | [**deleteEnvironment**](docs/EnvironmentApi.md#deleteEnvironment) | **DELETE** /core/environments/{id} | Delete environment
233233
*HyperstackApi.EnvironmentApi* | [**fetchEnvironmentNameAvailability**](docs/EnvironmentApi.md#fetchEnvironmentNameAvailability) | **GET** /core/environments/name-availability/{name} | Fetch environment name availability
234234
*HyperstackApi.EnvironmentApi* | [**getEnvironment**](docs/EnvironmentApi.md#getEnvironment) | **GET** /core/environments/{id} | Retrieve environment
235+
*HyperstackApi.EnvironmentApi* | [**getEnvironmentVMQuota**](docs/EnvironmentApi.md#getEnvironmentVMQuota) | **GET** /core/environments/{id}/vm-quota | Get environment VM quota
235236
*HyperstackApi.EnvironmentApi* | [**listEnvironments**](docs/EnvironmentApi.md#listEnvironments) | **GET** /core/environments | List environments
236237
*HyperstackApi.EnvironmentApi* | [**updateEnvironment**](docs/EnvironmentApi.md#updateEnvironment) | **PUT** /core/environments/{id} | Update environment
237238
*HyperstackApi.FIPExclusionsApi* | [**checkIfOrgIsExcludedFromFloatingIPDetachment**](docs/FIPExclusionsApi.md#checkIfOrgIsExcludedFromFloatingIPDetachment) | **GET** /core/fip-detachment-exclusions/org/{org_id} |
@@ -637,6 +638,7 @@ Class | Method | HTTP request | Description
637638
- [HyperstackApi.UserPermissionFields](docs/UserPermissionFields.md)
638639
- [HyperstackApi.UsersInfoFields](docs/UsersInfoFields.md)
639640
- [HyperstackApi.UsersInfoListResponse](docs/UsersInfoListResponse.md)
641+
- [HyperstackApi.VMQuota](docs/VMQuota.md)
640642
- [HyperstackApi.VNCURL](docs/VNCURL.md)
641643
- [HyperstackApi.VNCURLFields](docs/VNCURLFields.md)
642644
- [HyperstackApi.Volume](docs/Volume.md)

dist/ApiClient.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
2525
*/
2626
/**
2727
* @module ApiClient
28-
* @version v1.49.0-alpha
28+
* @version v1.50.0-alpha
2929
*/
3030
/**
3131
* Manages low level client-server communications, parameter marshalling, etc. There should not be any need for an
@@ -68,7 +68,7 @@ var ApiClient = /*#__PURE__*/function () {
6868
* @default {}
6969
*/
7070
this.defaultHeaders = {
71-
'User-Agent': 'OpenAPI-Generator/v1.49.0-alpha/Javascript'
71+
'User-Agent': 'OpenAPI-Generator/v1.50.0-alpha/Javascript'
7272
};
7373

7474
/**

dist/api/AccessKeysApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
3131
/**
3232
* AccessKeys service.
3333
* @module api/AccessKeysApi
34-
* @version v1.49.0-alpha
34+
* @version v1.50.0-alpha
3535
*/
3636
var AccessKeysApi = exports["default"] = /*#__PURE__*/function () {
3737
/**

dist/api/AliveApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
2626
/**
2727
* Alive service.
2828
* @module api/AliveApi
29-
* @version v1.49.0-alpha
29+
* @version v1.50.0-alpha
3030
*/
3131
var AliveApi = exports["default"] = /*#__PURE__*/function () {
3232
/**

dist/api/ApiKeyApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
3131
/**
3232
* ApiKey service.
3333
* @module api/ApiKeyApi
34-
* @version v1.49.0-alpha
34+
* @version v1.50.0-alpha
3535
*/
3636
var ApiKeyApi = exports["default"] = /*#__PURE__*/function () {
3737
/**

dist/api/AssigningMemberRoleApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
3030
/**
3131
* AssigningMemberRole service.
3232
* @module api/AssigningMemberRoleApi
33-
* @version v1.49.0-alpha
33+
* @version v1.50.0-alpha
3434
*/
3535
var AssigningMemberRoleApi = exports["default"] = /*#__PURE__*/function () {
3636
/**

dist/api/AuthApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
3232
/**
3333
* Auth service.
3434
* @module api/AuthApi
35-
* @version v1.49.0-alpha
35+
* @version v1.50.0-alpha
3636
*/
3737
var AuthApi = exports["default"] = /*#__PURE__*/function () {
3838
/**

dist/api/BetaAccessApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
3030
/**
3131
* BetaAccess service.
3232
* @module api/BetaAccessApi
33-
* @version v1.49.0-alpha
33+
* @version v1.50.0-alpha
3434
*/
3535
var BetaAccessApi = exports["default"] = /*#__PURE__*/function () {
3636
/**

dist/api/BillingApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
5353
/**
5454
* Billing service.
5555
* @module api/BillingApi
56-
* @version v1.49.0-alpha
56+
* @version v1.50.0-alpha
5757
*/
5858
var BillingApi = exports["default"] = /*#__PURE__*/function () {
5959
/**

dist/api/BucketsApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
3030
/**
3131
* Buckets service.
3232
* @module api/BucketsApi
33-
* @version v1.49.0-alpha
33+
* @version v1.50.0-alpha
3434
*/
3535
var BucketsApi = exports["default"] = /*#__PURE__*/function () {
3636
/**

0 commit comments

Comments
 (0)