@nexgencloud/hyperstack-sdk-typescript 1.24.0-alpha.1 → 1.25.0-alpha
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/README.md +2 -2
- package/api.ts +6 -0
- package/dist/api.d.ts +6 -0
- package/dist/esm/api.d.ts +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @nexgencloud/hyperstack-sdk-typescript@
|
|
1
|
+
## @nexgencloud/hyperstack-sdk-typescript@v1.25.0-alpha
|
|
2
2
|
|
|
3
3
|
This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
|
|
4
4
|
|
|
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
|
|
|
36
36
|
_published:_
|
|
37
37
|
|
|
38
38
|
```
|
|
39
|
-
npm install @nexgencloud/hyperstack-sdk-typescript@
|
|
39
|
+
npm install @nexgencloud/hyperstack-sdk-typescript@v1.25.0-alpha --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
package/api.ts
CHANGED
|
@@ -5568,6 +5568,12 @@ export interface InstanceEventsFields {
|
|
|
5568
5568
|
* @interface InstanceFields
|
|
5569
5569
|
*/
|
|
5570
5570
|
export interface InstanceFields {
|
|
5571
|
+
/**
|
|
5572
|
+
*
|
|
5573
|
+
* @type {string}
|
|
5574
|
+
* @memberof InstanceFields
|
|
5575
|
+
*/
|
|
5576
|
+
'callback_url'?: string;
|
|
5571
5577
|
/**
|
|
5572
5578
|
*
|
|
5573
5579
|
* @type {number}
|
package/dist/api.d.ts
CHANGED
|
@@ -5551,6 +5551,12 @@ export interface InstanceEventsFields {
|
|
|
5551
5551
|
* @interface InstanceFields
|
|
5552
5552
|
*/
|
|
5553
5553
|
export interface InstanceFields {
|
|
5554
|
+
/**
|
|
5555
|
+
*
|
|
5556
|
+
* @type {string}
|
|
5557
|
+
* @memberof InstanceFields
|
|
5558
|
+
*/
|
|
5559
|
+
'callback_url'?: string;
|
|
5554
5560
|
/**
|
|
5555
5561
|
*
|
|
5556
5562
|
* @type {number}
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -5551,6 +5551,12 @@ export interface InstanceEventsFields {
|
|
|
5551
5551
|
* @interface InstanceFields
|
|
5552
5552
|
*/
|
|
5553
5553
|
export interface InstanceFields {
|
|
5554
|
+
/**
|
|
5555
|
+
*
|
|
5556
|
+
* @type {string}
|
|
5557
|
+
* @memberof InstanceFields
|
|
5558
|
+
*/
|
|
5559
|
+
'callback_url'?: string;
|
|
5554
5560
|
/**
|
|
5555
5561
|
*
|
|
5556
5562
|
* @type {number}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nexgencloud/hyperstack-sdk-typescript",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "v1.25.0-alpha",
|
|
4
4
|
"description": "Leverage the Infrahub API and Hyperstack platform to easily create, manage, and scale powerful GPU virtual machines and their associated resources. Access this SDK to automate the deployment of your workloads and streamline your infrastructure management. To contribute, please raise an issue with a bug report, feature request, feedback, or general inquiry.",
|
|
5
5
|
"author": "OpenAPI-Generator Contributors",
|
|
6
6
|
"repository": {
|