Skip to content

Commit 2225ae0

Browse files
committed
chore: added CODEOWNERS
1 parent 34712d5 commit 2225ae0

File tree

8 files changed

+23
-10
lines changed

8 files changed

+23
-10
lines changed

CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @hostinger/vps-team-dev

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
1+
22

33
For more information, please visit [https://developers.hostinger.com](https://developers.hostinger.com).
44

55
### Usage
66

77
```
8-
npm install [email protected].3 --save
8+
npm install [email protected].4 --save
99
```

api.ts

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* Hostinger API
55
*
6-
* API Version: 0.0.16
6+
* API Version: 0.0.17
77
*
88
* NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
99
* If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
@@ -1966,9 +1966,21 @@ export interface VPSV1VirtualMachineVirtualMachineResource {
19661966

19671967
export const VPSV1VirtualMachineVirtualMachineResourceStateEnum = {
19681968
Running: 'running',
1969+
Starting: 'starting',
1970+
Stopping: 'stopping',
19691971
Stopped: 'stopped',
19701972
Creating: 'creating',
1971-
Initial: 'initial'
1973+
Initial: 'initial',
1974+
Error: 'error',
1975+
Suspending: 'suspending',
1976+
Unsuspending: 'unsuspending',
1977+
Suspended: 'suspended',
1978+
Destroying: 'destroying',
1979+
Destroyed: 'destroyed',
1980+
Recreating: 'recreating',
1981+
Restoring: 'restoring',
1982+
Recovery: 'recovery',
1983+
StoppingRecovery: 'stopping_recovery'
19721984
} as const;
19731985

19741986
export type VPSV1VirtualMachineVirtualMachineResourceStateEnum = typeof VPSV1VirtualMachineVirtualMachineResourceStateEnum[keyof typeof VPSV1VirtualMachineVirtualMachineResourceStateEnum];

base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* Hostinger API
55
*
6-
* API Version: 0.0.16
6+
* API Version: 0.0.17
77
*
88
* NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
99
* If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api

common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* Hostinger API
55
*
6-
* API Version: 0.0.16
6+
* API Version: 0.0.17
77
*
88
* NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
99
* If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api

configuration.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* Hostinger API
55
*
6-
* API Version: 0.0.16
6+
* API Version: 0.0.17
77
*
88
* NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
99
* If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
@@ -48,7 +48,7 @@ export class Configuration {
4848
this.baseOptions = {
4949
...param.baseOptions,
5050
headers: {
51-
'User-Agent': "hostinger-api-sdk-typescript/0.0.3",
51+
'User-Agent': "hostinger-api-sdk-typescript/0.0.4",
5252
...param.baseOptions?.headers,
5353
},
5454
};

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* Hostinger API
55
*
6-
* API Version: 0.0.16
6+
* API Version: 0.0.17
77
*
88
* NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
99
* If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hostinger-api-sdk",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "Hostinger API TypeScript SDK",
55
"author": "Hostinger",
66
"repository": {

0 commit comments

Comments
 (0)