Skip to content

Commit 1b84699

Browse files
chore: sdk update
1 parent 529617b commit 1b84699

925 files changed

Lines changed: 939 additions & 1158 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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,6 @@ Class | Method | HTTP request | Description
547547
- [HostingListAccountDatabasesV1200Response](docs/HostingListAccountDatabasesV1200Response.md)
548548
- [HostingListNodeJSBuildsV1200Response](docs/HostingListNodeJSBuildsV1200Response.md)
549549
- [HostingListOrdersV1200Response](docs/HostingListOrdersV1200Response.md)
550-
- [HostingListWebsiteFilesAndDirectoriesV1FileTypesParameter](docs/HostingListWebsiteFilesAndDirectoriesV1FileTypesParameter.md)
551550
- [HostingListWebsitesV1200Response](docs/HostingListWebsitesV1200Response.md)
552551
- [HostingV1CacheToggleCacheRequest](docs/HostingV1CacheToggleCacheRequest.md)
553552
- [HostingV1CacheToggleCachelessModeRequest](docs/HostingV1CacheToggleCachelessModeRequest.md)

docs/HostingFilesApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ with hostinger_api.ApiClient(configuration) as api_client:
126126
max_depth = 5 # int | How many directory levels deep to recurse. (optional) (default to 5)
127127
max_items = 1000 # int | Max number of entries to return in this page. (optional) (default to 1000)
128128
offset = 0 # int | Number of entries to skip. Page with offset + item count until reaching total_items. (optional) (default to 0)
129-
file_types = hostinger_api.HostingListWebsiteFilesAndDirectoriesV1FileTypesParameter() # HostingListWebsiteFilesAndDirectoriesV1FileTypesParameter | Filter by entry type, e.g. file,directory. Array or comma-separated. Omit for all types. (optional)
129+
file_types = ['[\"file\",\"directory\"]'] # List[str] | Filter by entry type, e.g. file,directory. Omit for all types. (optional)
130130

131131
try:
132132
# List website files and directories
@@ -150,7 +150,7 @@ Name | Type | Description | Notes
150150
**max_depth** | **int**| How many directory levels deep to recurse. | [optional] [default to 5]
151151
**max_items** | **int**| Max number of entries to return in this page. | [optional] [default to 1000]
152152
**offset** | **int**| Number of entries to skip. Page with offset + item count until reaching total_items. | [optional] [default to 0]
153-
**file_types** | [**HostingListWebsiteFilesAndDirectoriesV1FileTypesParameter**](.md)| Filter by entry type, e.g. file,directory. Array or comma-separated. Omit for all types. | [optional]
153+
**file_types** | [**List[str]**](str.md)| Filter by entry type, e.g. file,directory. Omit for all types. | [optional]
154154

155155
### Return type
156156

docs/HostingListWebsiteFilesAndDirectoriesV1FileTypesParameter.md

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

hostinger_api/__init__.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
"""
66
Hostinger API Python SDK
77
8-
API Version: 1.32.2
8+
API Version: 1.32.3
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.29.3"
15+
__version__ = "3.29.4"
1616

1717
# import apis into sdk package
1818
from hostinger_api.api.agency_hosting_cache_api import AgencyHostingCacheApi
@@ -253,7 +253,6 @@
253253
from hostinger_api.models.hosting_list_account_databases_v1200_response import HostingListAccountDatabasesV1200Response
254254
from hostinger_api.models.hosting_list_node_js_builds_v1200_response import HostingListNodeJSBuildsV1200Response
255255
from hostinger_api.models.hosting_list_orders_v1200_response import HostingListOrdersV1200Response
256-
from hostinger_api.models.hosting_list_website_files_and_directories_v1_file_types_parameter import HostingListWebsiteFilesAndDirectoriesV1FileTypesParameter
257256
from hostinger_api.models.hosting_list_websites_v1200_response import HostingListWebsitesV1200Response
258257
from hostinger_api.models.hosting_v1_cache_toggle_cache_request import HostingV1CacheToggleCacheRequest
259258
from hostinger_api.models.hosting_v1_cache_toggle_cacheless_mode_request import HostingV1CacheToggleCachelessModeRequest

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.32.2
6+
API Version: 1.32.3
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.32.2
6+
API Version: 1.32.3
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.32.2
6+
API Version: 1.32.3
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.32.2
6+
API Version: 1.32.3
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.32.2
6+
API Version: 1.32.3
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.32.2
6+
API Version: 1.32.3
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)