foxinternalclient 5.2.6__tar.gz → 5.2.7__tar.gz
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.
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/PKG-INFO +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/README.md +2 -2
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/__init__.py +2 -2
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/api/device_api.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/api/fox_factory_api.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/api/gitlab_api.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/api/internal_api.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/api/paste_api.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/api/release_api.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/api/stats_api.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/api_client.py +2 -2
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/configuration.py +3 -3
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/exceptions.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/models/__init__.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/models/body_change_password_profile_change_password_post.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/models/build_status_enum.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/models/build_task_response.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/models/build_task_short_response.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/models/device_internal_response.py +2 -4
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/models/device_response.py +2 -4
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/models/device_stats_response.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/models/device_update_body.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/models/ff_status_enum.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/models/ff_status_response.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/models/global_stats_aggregation_model.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/models/http_validation_error.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/models/list_response_build_task_short_response.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/models/list_response_release_response.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/models/list_response_short_device_response.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/models/list_response_short_release_response.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/models/list_response_str.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/models/list_response_user_short_response.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/models/log_list_response.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/models/log_response.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/models/maintainer_short_model.py +3 -5
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/models/new_build_task_body.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/models/new_device_body.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/models/paste_input.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/models/paste_output.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/models/recovery_img_response.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/models/release_groups_response.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/models/release_internal_response.py +2 -4
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/models/release_internal_response_prop_value.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/models/release_response.py +2 -4
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/models/release_stats_response.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/models/release_type.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/models/release_update_body.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/models/releases_sort.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/models/response_get_releases.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/models/short_device_response.py +2 -4
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/models/short_release_response.py +2 -4
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/models/task_update_body.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/models/token_response.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/models/user_gitlab.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/models/user_internal_response.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/models/user_mail.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/models/user_short_response.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/models/user_telegram.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/models/user_update_body.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/models/validation_error.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/models/validation_error_loc_inner.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/rest.py +2 -2
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient.egg-info/PKG-INFO +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/pyproject.toml +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/setup.py +2 -2
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/test/test_body_change_password_profile_change_password_post.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/test/test_build_status_enum.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/test/test_build_task_response.py +1 -3
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/test/test_build_task_short_response.py +1 -3
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/test/test_device_api.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/test/test_device_internal_response.py +1 -5
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/test/test_device_response.py +1 -5
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/test/test_device_stats_response.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/test/test_device_update_body.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/test/test_ff_status_enum.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/test/test_ff_status_response.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/test/test_fox_factory_api.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/test/test_gitlab_api.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/test/test_global_stats_aggregation_model.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/test/test_http_validation_error.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/test/test_internal_api.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/test/test_list_response_build_task_short_response.py +1 -3
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/test/test_list_response_release_response.py +1 -3
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/test/test_list_response_short_device_response.py +1 -3
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/test/test_list_response_short_release_response.py +1 -3
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/test/test_list_response_str.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/test/test_list_response_user_short_response.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/test/test_log_list_response.py +1 -3
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/test/test_log_response.py +1 -3
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/test/test_maintainer_short_model.py +1 -3
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/test/test_new_build_task_body.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/test/test_new_device_body.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/test/test_paste_api.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/test/test_paste_input.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/test/test_paste_output.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/test/test_recovery_img_response.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/test/test_release_api.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/test/test_release_groups_response.py +1 -3
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/test/test_release_internal_response.py +1 -5
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/test/test_release_internal_response_prop_value.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/test/test_release_response.py +1 -3
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/test/test_release_stats_response.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/test/test_release_type.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/test/test_release_update_body.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/test/test_releases_sort.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/test/test_response_get_releases.py +1 -3
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/test/test_short_device_response.py +1 -3
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/test/test_short_release_response.py +1 -3
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/test/test_stats_api.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/test/test_task_update_body.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/test/test_token_response.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/test/test_user_gitlab.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/test/test_user_internal_response.py +1 -3
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/test/test_user_mail.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/test/test_user_short_response.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/test/test_user_telegram.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/test/test_user_update_body.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/test/test_validation_error.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/test/test_validation_error_loc_inner.py +1 -1
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/api/__init__.py +0 -0
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/api_response.py +0 -0
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/py.typed +0 -0
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient.egg-info/SOURCES.txt +0 -0
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient.egg-info/dependency_links.txt +0 -0
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient.egg-info/requires.txt +0 -0
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient.egg-info/top_level.txt +0 -0
- {foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/setup.cfg +0 -0
|
@@ -12,8 +12,8 @@ The requests may be logged for analytics and development purposes.
|
|
|
12
12
|
|
|
13
13
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
14
14
|
|
|
15
|
-
- API version: 5.2.
|
|
16
|
-
- Package version: 5.2.
|
|
15
|
+
- API version: 5.2.7
|
|
16
|
+
- Package version: 5.2.7
|
|
17
17
|
- Generator version: 7.13.0
|
|
18
18
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
19
19
|
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
9
9
|
|
|
10
|
-
The version of the OpenAPI document: 5.2.
|
|
10
|
+
The version of the OpenAPI document: 5.2.7
|
|
11
11
|
Contact: admin@orangefox.tech
|
|
12
12
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
13
13
|
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
""" # noqa: E501
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
__version__ = "5.2.
|
|
18
|
+
__version__ = "5.2.7"
|
|
19
19
|
|
|
20
20
|
# import apis into sdk package
|
|
21
21
|
from foxinternalclient.api.device_api import DeviceApi
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.7
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/api/fox_factory_api.py
RENAMED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.7
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.7
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.7
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.7
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.7
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.7
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.7
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -91,7 +91,7 @@ class ApiClient:
|
|
|
91
91
|
self.default_headers[header_name] = header_value
|
|
92
92
|
self.cookie = cookie
|
|
93
93
|
# Set default User-Agent.
|
|
94
|
-
self.user_agent = 'OpenAPI-Generator/5.2.
|
|
94
|
+
self.user_agent = 'OpenAPI-Generator/5.2.7/python'
|
|
95
95
|
self.client_side_validation = configuration.client_side_validation
|
|
96
96
|
|
|
97
97
|
async def __aenter__(self):
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.7
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -515,8 +515,8 @@ class Configuration:
|
|
|
515
515
|
return "Python SDK Debug Report:\n"\
|
|
516
516
|
"OS: {env}\n"\
|
|
517
517
|
"Python Version: {pyversion}\n"\
|
|
518
|
-
"Version of the API: 5.2.
|
|
519
|
-
"SDK Package Version: 5.2.
|
|
518
|
+
"Version of the API: 5.2.7\n"\
|
|
519
|
+
"SDK Package Version: 5.2.7".\
|
|
520
520
|
format(env=sys.platform, pyversion=sys.version)
|
|
521
521
|
|
|
522
522
|
def get_host_settings(self) -> List[HostSetting]:
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.7
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
8
8
|
|
|
9
|
-
The version of the OpenAPI document: 5.2.
|
|
9
|
+
The version of the OpenAPI document: 5.2.7
|
|
10
10
|
Contact: admin@orangefox.tech
|
|
11
11
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
12
12
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.7
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/models/build_status_enum.py
RENAMED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.7
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/models/build_task_response.py
RENAMED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.7
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.7
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.7
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -29,7 +29,6 @@ class DeviceInternalResponse(BaseModel):
|
|
|
29
29
|
"""
|
|
30
30
|
DeviceInternalResponse
|
|
31
31
|
""" # noqa: E501
|
|
32
|
-
id: StrictStr = Field(alias="_id")
|
|
33
32
|
codename: StrictStr = Field(description="Device codename, legacy")
|
|
34
33
|
model_name: StrictStr = Field(description="Model name of device, does not include the OEM part, legacy")
|
|
35
34
|
oem_name: StrictStr
|
|
@@ -44,7 +43,7 @@ class DeviceInternalResponse(BaseModel):
|
|
|
44
43
|
freezed: StrictBool
|
|
45
44
|
full_name: StrictStr = Field(description="Full name of device / devices, legacy")
|
|
46
45
|
url: StrictStr = Field(description="URL of the device on the official website")
|
|
47
|
-
__properties: ClassVar[List[str]] = ["
|
|
46
|
+
__properties: ClassVar[List[str]] = ["codename", "model_name", "oem_name", "id", "codenames", "model_names", "supported", "maintainer", "notes", "device_tree", "stats", "freezed", "full_name", "url"]
|
|
48
47
|
|
|
49
48
|
model_config = ConfigDict(
|
|
50
49
|
populate_by_name=True,
|
|
@@ -122,7 +121,6 @@ class DeviceInternalResponse(BaseModel):
|
|
|
122
121
|
return cls.model_validate(obj)
|
|
123
122
|
|
|
124
123
|
_obj = cls.model_validate({
|
|
125
|
-
"_id": obj.get("_id"),
|
|
126
124
|
"codename": obj.get("codename"),
|
|
127
125
|
"model_name": obj.get("model_name"),
|
|
128
126
|
"oem_name": obj.get("oem_name"),
|
{foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/models/device_response.py
RENAMED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.7
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -28,7 +28,6 @@ class DeviceResponse(BaseModel):
|
|
|
28
28
|
"""
|
|
29
29
|
DeviceResponse
|
|
30
30
|
""" # noqa: E501
|
|
31
|
-
id: StrictStr = Field(alias="_id")
|
|
32
31
|
codename: StrictStr = Field(description="Device codename, legacy")
|
|
33
32
|
model_name: StrictStr = Field(description="Model name of device, does not include the OEM part, legacy")
|
|
34
33
|
oem_name: StrictStr
|
|
@@ -41,7 +40,7 @@ class DeviceResponse(BaseModel):
|
|
|
41
40
|
device_tree: Optional[StrictStr] = None
|
|
42
41
|
full_name: StrictStr = Field(description="Full name of device / devices, legacy")
|
|
43
42
|
url: StrictStr = Field(description="URL of the device on the official website")
|
|
44
|
-
__properties: ClassVar[List[str]] = ["
|
|
43
|
+
__properties: ClassVar[List[str]] = ["codename", "model_name", "oem_name", "id", "codenames", "model_names", "supported", "maintainer", "notes", "device_tree", "full_name", "url"]
|
|
45
44
|
|
|
46
45
|
model_config = ConfigDict(
|
|
47
46
|
populate_by_name=True,
|
|
@@ -111,7 +110,6 @@ class DeviceResponse(BaseModel):
|
|
|
111
110
|
return cls.model_validate(obj)
|
|
112
111
|
|
|
113
112
|
_obj = cls.model_validate({
|
|
114
|
-
"_id": obj.get("_id"),
|
|
115
113
|
"codename": obj.get("codename"),
|
|
116
114
|
"model_name": obj.get("model_name"),
|
|
117
115
|
"oem_name": obj.get("oem_name"),
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.7
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/models/device_update_body.py
RENAMED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.7
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/models/ff_status_enum.py
RENAMED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.7
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/models/ff_status_response.py
RENAMED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.7
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.7
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.7
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.7
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.7
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.7
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.7
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/models/list_response_str.py
RENAMED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.7
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.7
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/models/log_list_response.py
RENAMED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.7
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/models/log_response.py
RENAMED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.7
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.7
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -18,7 +18,7 @@ import pprint
|
|
|
18
18
|
import re # noqa: F401
|
|
19
19
|
import json
|
|
20
20
|
|
|
21
|
-
from pydantic import BaseModel, ConfigDict,
|
|
21
|
+
from pydantic import BaseModel, ConfigDict, StrictStr
|
|
22
22
|
from typing import Any, ClassVar, Dict, List
|
|
23
23
|
from typing import Optional, Set
|
|
24
24
|
from typing_extensions import Self
|
|
@@ -27,11 +27,10 @@ class MaintainerShortModel(BaseModel):
|
|
|
27
27
|
"""
|
|
28
28
|
MaintainerShortModel
|
|
29
29
|
""" # noqa: E501
|
|
30
|
-
id: StrictStr = Field(alias="_id")
|
|
31
30
|
id: StrictStr
|
|
32
31
|
name: StrictStr
|
|
33
32
|
username: StrictStr
|
|
34
|
-
__properties: ClassVar[List[str]] = ["
|
|
33
|
+
__properties: ClassVar[List[str]] = ["id", "name", "username"]
|
|
35
34
|
|
|
36
35
|
model_config = ConfigDict(
|
|
37
36
|
populate_by_name=True,
|
|
@@ -84,7 +83,6 @@ class MaintainerShortModel(BaseModel):
|
|
|
84
83
|
return cls.model_validate(obj)
|
|
85
84
|
|
|
86
85
|
_obj = cls.model_validate({
|
|
87
|
-
"_id": obj.get("_id"),
|
|
88
86
|
"id": obj.get("id"),
|
|
89
87
|
"name": obj.get("name"),
|
|
90
88
|
"username": obj.get("username")
|
{foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/models/new_build_task_body.py
RENAMED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.7
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/models/new_device_body.py
RENAMED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.7
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.7
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{foxinternalclient-5.2.6 → foxinternalclient-5.2.7}/foxinternalclient/models/paste_output.py
RENAMED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.7
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.7
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.7
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.7
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -32,7 +32,6 @@ class ReleaseInternalResponse(BaseModel):
|
|
|
32
32
|
"""
|
|
33
33
|
ReleaseInternalResponse
|
|
34
34
|
""" # noqa: E501
|
|
35
|
-
id: StrictStr = Field(alias="_id")
|
|
36
35
|
size: StrictInt
|
|
37
36
|
id: StrictStr = Field(description="Release ID, that's how we indentify the release in the infrastructure")
|
|
38
37
|
build_id: Optional[StrictStr] = None
|
|
@@ -54,7 +53,7 @@ class ReleaseInternalResponse(BaseModel):
|
|
|
54
53
|
maintainer: MaintainerShortModel
|
|
55
54
|
url: StrictStr = Field(description="URL of the release on the official website")
|
|
56
55
|
mirrors: Dict[str, StrictStr] = Field(description="Mirrors list (deprecated)")
|
|
57
|
-
__properties: ClassVar[List[str]] = ["
|
|
56
|
+
__properties: ClassVar[List[str]] = ["size", "id", "build_id", "filename", "variant", "device_id", "date", "md5", "version", "type", "maintainer_id", "archived", "recovery_img", "changelog", "bugs", "notes", "prop", "stats", "maintainer", "url", "mirrors"]
|
|
58
57
|
|
|
59
58
|
model_config = ConfigDict(
|
|
60
59
|
populate_by_name=True,
|
|
@@ -157,7 +156,6 @@ class ReleaseInternalResponse(BaseModel):
|
|
|
157
156
|
return cls.model_validate(obj)
|
|
158
157
|
|
|
159
158
|
_obj = cls.model_validate({
|
|
160
|
-
"_id": obj.get("_id"),
|
|
161
159
|
"size": obj.get("size"),
|
|
162
160
|
"id": obj.get("id"),
|
|
163
161
|
"build_id": obj.get("build_id"),
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.7
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|