Skip to content

Commit 23d3b4f

Browse files
chore: sdk update
1 parent 8dd5de2 commit 23d3b4f

1,008 files changed

Lines changed: 1079 additions & 1027 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.

docs/HostingV1WebsitesWebsiteResource.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,17 @@
55

66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
8-
**domain** | **str** | Website domain | [optional]
9-
**vhost_type** | **str** | Virtual host type | [optional]
8+
**domain** | **str** | Website domain. Null for U4S websites with no domain attached. | [optional]
9+
**vhost_type** | **str** | Virtual host type. Only present for CloudLinux websites. | [optional]
1010
**is_enabled** | **bool** | Whether website is enabled | [optional]
11-
**username** | **str** | Username | [optional]
11+
**username** | **str** | Username. Not applicable for U4S websites. | [optional]
1212
**client_id** | **int** | Client ID | [optional]
1313
**order_id** | **int** | Order ID | [optional]
1414
**created_at** | **datetime** | Creation date | [optional]
15-
**root_directory** | **str** | Root directory path | [optional]
15+
**root_directory** | **str** | Root directory path. Only present for CloudLinux websites. | [optional]
1616
**parent_domain** | **str** | Parent domain | [optional]
17+
**website_type** | **str** | Type of website detected on the underlying platform. | [optional]
18+
**horizons_uuid** | **str** | Horizons UUID. Only present for horizons websites. | [optional]
1719

1820
## Example
1921

docs/HostingWebsitesApi.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,12 +183,19 @@ Name | Type | Description | Notes
183183
184184
List websites
185185

186-
Retrieve a paginated list of websites (main and addon types) accessible to the authenticated client.
186+
Retrieve a paginated list of websites (CloudLinux, Builder, and Horizons) accessible to the
187+
authenticated client.
187188

188189
This endpoint returns websites from your hosting accounts as well as
189190
websites from other client hosting accounts that have shared access
190191
with you.
191192

193+
Each website includes a `website_type` field describing the type of
194+
website detected on the underlying platform (`wordpress`, `builder`,
195+
`horizons`, `nodejs`, or `other`). Some fields, such as
196+
`vhost_type`, `username`, and `root_directory`, only apply to
197+
CloudLinux websites and are null for other platforms.
198+
192199
Use the available query parameters to filter results by username,
193200
order ID, enabled status, or domain name for more targeted results.
194201

hostinger_api/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
"""
66
Hostinger API Python SDK
77
8-
API Version: 1.39.0
8+
API Version: 1.40.0
99
1010
NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
1111
If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
1212
""" # noqa: E501
1313

1414

15-
__version__ = "3.36.0"
15+
__version__ = "3.37.0"
1616

1717
# import apis into sdk package
1818
from hostinger_api.api.agency_hosting_cache_api import AgencyHostingCacheApi

hostinger_api/api/agency_hosting_cache_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
Hostinger API Python SDK
55
6-
API Version: 1.39.0
6+
API Version: 1.40.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

hostinger_api/api/agency_hosting_cron_jobs_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
Hostinger API Python SDK
55
6-
API Version: 1.39.0
6+
API Version: 1.40.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

hostinger_api/api/agency_hosting_databases_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
Hostinger API Python SDK
55
6-
API Version: 1.39.0
6+
API Version: 1.40.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

hostinger_api/api/agency_hosting_datacenters_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
Hostinger API Python SDK
55
6-
API Version: 1.39.0
6+
API Version: 1.40.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

hostinger_api/api/agency_hosting_domains_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
Hostinger API Python SDK
55
6-
API Version: 1.39.0
6+
API Version: 1.40.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

hostinger_api/api/agency_hosting_files_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
Hostinger API Python SDK
55
6-
API Version: 1.39.0
6+
API Version: 1.40.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

hostinger_api/api/agency_hosting_metrics_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
Hostinger API Python SDK
55
6-
API Version: 1.39.0
6+
API Version: 1.40.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)