Skip to content

Commit fc28f3c

Browse files
chore: sdk update
1 parent 96bdbb0 commit fc28f3c

11 files changed

Lines changed: 9 additions & 135 deletions

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
## @hostinger/sdk@1.46.4
1+
## @hostinger/sdk@1.47.0
22

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

55
### Usage
66

77
```
8-
npm install @hostinger/sdk@1.46.4 --save
8+
npm install @hostinger/sdk@1.47.0 --save
99
```

api.ts

Lines changed: 1 addition & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* Hostinger API
55
*
6-
* API Version: 1.46.3
6+
* API Version: 1.47.0
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
@@ -708,72 +708,14 @@ export interface AgencyHostingV1SetupsCreateSetupRequest {
708708
* @memberof AgencyHostingV1SetupsCreateSetupRequest
709709
*/
710710
'wordpress': AgencyHostingV1SetupsCreateSetupRequestWordpress;
711-
/**
712-
*
713-
* @type {AgencyHostingV1SetupsCreateSetupRequestClone}
714-
* @memberof AgencyHostingV1SetupsCreateSetupRequest
715-
*/
716-
'clone': AgencyHostingV1SetupsCreateSetupRequestClone;
717-
/**
718-
*
719-
* @type {AgencyHostingV1SetupsCreateSetupRequestDeriveDomain}
720-
* @memberof AgencyHostingV1SetupsCreateSetupRequest
721-
*/
722-
'derive_domain': AgencyHostingV1SetupsCreateSetupRequestDeriveDomain;
723711
}
724712

725713
export const AgencyHostingV1SetupsCreateSetupRequestTypeEnum = {
726-
Horizons: 'horizons',
727714
NodeStatic: 'node-static'
728715
} as const;
729716

730717
export type AgencyHostingV1SetupsCreateSetupRequestTypeEnum = typeof AgencyHostingV1SetupsCreateSetupRequestTypeEnum[keyof typeof AgencyHostingV1SetupsCreateSetupRequestTypeEnum];
731718

732-
/**
733-
* Clone the new website from an existing website
734-
* @export
735-
* @interface AgencyHostingV1SetupsCreateSetupRequestClone
736-
*/
737-
export interface AgencyHostingV1SetupsCreateSetupRequestClone {
738-
/**
739-
*
740-
* @type {string}
741-
* @memberof AgencyHostingV1SetupsCreateSetupRequestClone
742-
*/
743-
'website_uid': string;
744-
}
745-
/**
746-
* Derive the domain from an existing vhost
747-
* @export
748-
* @interface AgencyHostingV1SetupsCreateSetupRequestDeriveDomain
749-
*/
750-
export interface AgencyHostingV1SetupsCreateSetupRequestDeriveDomain {
751-
/**
752-
*
753-
* @type {AgencyHostingV1SetupsCreateSetupRequestDeriveDomainFromVhost}
754-
* @memberof AgencyHostingV1SetupsCreateSetupRequestDeriveDomain
755-
*/
756-
'from_vhost': AgencyHostingV1SetupsCreateSetupRequestDeriveDomainFromVhost;
757-
}
758-
/**
759-
*
760-
* @export
761-
* @interface AgencyHostingV1SetupsCreateSetupRequestDeriveDomainFromVhost
762-
*/
763-
export interface AgencyHostingV1SetupsCreateSetupRequestDeriveDomainFromVhost {
764-
/**
765-
*
766-
* @type {string}
767-
* @memberof AgencyHostingV1SetupsCreateSetupRequestDeriveDomainFromVhost
768-
*/
769-
'username': string;
770-
/**
771-
*
772-
* @type {string}
773-
* @memberof AgencyHostingV1SetupsCreateSetupRequestDeriveDomainFromVhost
774-
*/
775-
'vhost': string;
776-
}
777719
/**
778720
* Website settings
779721
* @export

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: 1.46.3
6+
* API Version: 1.47.0
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: 1.46.3
6+
* API Version: 1.47.0
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: 1.46.3
6+
* API Version: 1.47.0
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-typescript-sdk/1.46.4",
51+
'User-Agent': "hostinger-typescript-sdk/1.47.0",
5252
...param.baseOptions?.headers,
5353
},
5454
};

docs/AgencyHostingV1SetupsCreateSetupRequest.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ Name | Type | Description | Notes
1212
**domain** | **string** | Primary domain to attach to the website. Omit or set to null to get a free auto-generated *.hostingersite.com subdomain instead. | [optional] [default to undefined]
1313
**type** | **string** | Website type | [optional] [default to undefined]
1414
**wordpress** | [**AgencyHostingV1SetupsCreateSetupRequestWordpress**](AgencyHostingV1SetupsCreateSetupRequestWordpress.md) | | [optional] [default to undefined]
15-
**clone** | [**AgencyHostingV1SetupsCreateSetupRequestClone**](AgencyHostingV1SetupsCreateSetupRequestClone.md) | | [optional] [default to undefined]
16-
**derive_domain** | [**AgencyHostingV1SetupsCreateSetupRequestDeriveDomain**](AgencyHostingV1SetupsCreateSetupRequestDeriveDomain.md) | | [optional] [default to undefined]
1715

1816
## Example
1917

@@ -27,8 +25,6 @@ const instance: AgencyHostingV1SetupsCreateSetupRequest = {
2725
domain,
2826
type,
2927
wordpress,
30-
clone,
31-
derive_domain,
3228
};
3329
```
3430

docs/AgencyHostingV1SetupsCreateSetupRequestClone.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

docs/AgencyHostingV1SetupsCreateSetupRequestDeriveDomain.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

docs/AgencyHostingV1SetupsCreateSetupRequestDeriveDomainFromVhost.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

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: 1.46.3
6+
* API Version: 1.47.0
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

0 commit comments

Comments
 (0)