foxinternalclient 5.3.2__tar.gz → 5.3.3__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.3.2 → foxinternalclient-5.3.3}/PKG-INFO +3 -3
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/README.md +2 -2
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/__init__.py +2 -2
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/api/device_api.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/api/fox_factory_api.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/api/gitlab_api.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/api/internal_api.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/api/paste_api.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/api/release_api.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/api/stats_api.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/api_client.py +2 -2
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/configuration.py +3 -3
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/exceptions.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/__init__.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/body_change_password_profile_change_password_post.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/build_status_enum.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/build_task_response.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/build_task_short_response.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/device_internal_response.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/device_response.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/device_stats_response.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/device_update_body.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/ff_status_enum.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/ff_status_response.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/global_stats_aggregation_model.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/http_validation_error.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/list_response_build_task_short_response.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/list_response_release_response.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/list_response_short_device_response.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/list_response_short_release_response.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/list_response_str.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/list_response_user_short_response.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/log_list_response.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/log_response.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/maintainer_short_model.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/new_build_task_body.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/new_device_body.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/paste_input.py +2 -2
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/paste_output.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/recovery_img_response.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/release_groups_response.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/release_internal_response.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/release_internal_response_prop_value.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/release_response.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/release_stats_response.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/release_type.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/release_update_body.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/releases_sort.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/response_get_releases.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/short_device_response.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/short_release_response.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/task_update_body.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/token_response.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/user_gitlab.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/user_internal_response.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/user_mail.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/user_short_response.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/user_telegram.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/user_update_body.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/validation_error.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/validation_error_loc_inner.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/rest.py +2 -2
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient.egg-info/PKG-INFO +3 -3
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/pyproject.toml +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/setup.py +2 -2
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_body_change_password_profile_change_password_post.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_build_status_enum.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_build_task_response.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_build_task_short_response.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_device_api.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_device_internal_response.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_device_response.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_device_stats_response.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_device_update_body.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_ff_status_enum.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_ff_status_response.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_fox_factory_api.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_gitlab_api.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_global_stats_aggregation_model.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_http_validation_error.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_internal_api.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_list_response_build_task_short_response.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_list_response_release_response.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_list_response_short_device_response.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_list_response_short_release_response.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_list_response_str.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_list_response_user_short_response.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_log_list_response.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_log_response.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_maintainer_short_model.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_new_build_task_body.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_new_device_body.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_paste_api.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_paste_input.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_paste_output.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_recovery_img_response.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_release_api.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_release_groups_response.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_release_internal_response.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_release_internal_response_prop_value.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_release_response.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_release_stats_response.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_release_type.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_release_update_body.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_releases_sort.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_response_get_releases.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_short_device_response.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_short_release_response.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_stats_api.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_task_update_body.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_token_response.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_user_gitlab.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_user_internal_response.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_user_mail.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_user_short_response.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_user_telegram.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_user_update_body.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_validation_error.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_validation_error_loc_inner.py +1 -1
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/api/__init__.py +0 -0
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/api_response.py +0 -0
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/py.typed +0 -0
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient.egg-info/SOURCES.txt +0 -0
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient.egg-info/dependency_links.txt +0 -0
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient.egg-info/requires.txt +0 -0
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient.egg-info/top_level.txt +0 -0
- {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: foxinternalclient
|
|
3
|
-
Version: 5.3.
|
|
3
|
+
Version: 5.3.3
|
|
4
4
|
Summary: Fox API
|
|
5
5
|
Home-page:
|
|
6
6
|
Author: OpenAPI Generator community
|
|
@@ -31,8 +31,8 @@ The requests may be logged for analytics and development purposes.
|
|
|
31
31
|
|
|
32
32
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
33
33
|
|
|
34
|
-
- API version: 5.3.
|
|
35
|
-
- Package version: 5.3.
|
|
34
|
+
- API version: 5.3.3
|
|
35
|
+
- Package version: 5.3.3
|
|
36
36
|
- Generator version: 7.17.0
|
|
37
37
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
38
38
|
|
|
@@ -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.3.
|
|
16
|
-
- Package version: 5.3.
|
|
15
|
+
- API version: 5.3.3
|
|
16
|
+
- Package version: 5.3.3
|
|
17
17
|
- Generator version: 7.17.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.3.
|
|
10
|
+
The version of the OpenAPI document: 5.3.3
|
|
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.3.
|
|
18
|
+
__version__ = "5.3.3"
|
|
19
19
|
|
|
20
20
|
# Define package exports
|
|
21
21
|
__all__ = [
|
|
@@ -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.3.
|
|
8
|
+
The version of the OpenAPI document: 5.3.3
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/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.3.
|
|
8
|
+
The version of the OpenAPI document: 5.3.3
|
|
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.3.
|
|
8
|
+
The version of the OpenAPI document: 5.3.3
|
|
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.3.
|
|
8
|
+
The version of the OpenAPI document: 5.3.3
|
|
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.3.
|
|
8
|
+
The version of the OpenAPI document: 5.3.3
|
|
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.3.
|
|
8
|
+
The version of the OpenAPI document: 5.3.3
|
|
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.3.
|
|
8
|
+
The version of the OpenAPI document: 5.3.3
|
|
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.3.
|
|
8
|
+
The version of the OpenAPI document: 5.3.3
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -92,7 +92,7 @@ class ApiClient:
|
|
|
92
92
|
self.default_headers[header_name] = header_value
|
|
93
93
|
self.cookie = cookie
|
|
94
94
|
# Set default User-Agent.
|
|
95
|
-
self.user_agent = 'OpenAPI-Generator/5.3.
|
|
95
|
+
self.user_agent = 'OpenAPI-Generator/5.3.3/python'
|
|
96
96
|
self.client_side_validation = configuration.client_side_validation
|
|
97
97
|
|
|
98
98
|
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.3.
|
|
8
|
+
The version of the OpenAPI document: 5.3.3
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -519,8 +519,8 @@ class Configuration:
|
|
|
519
519
|
return "Python SDK Debug Report:\n"\
|
|
520
520
|
"OS: {env}\n"\
|
|
521
521
|
"Python Version: {pyversion}\n"\
|
|
522
|
-
"Version of the API: 5.3.
|
|
523
|
-
"SDK Package Version: 5.3.
|
|
522
|
+
"Version of the API: 5.3.3\n"\
|
|
523
|
+
"SDK Package Version: 5.3.3".\
|
|
524
524
|
format(env=sys.platform, pyversion=sys.version)
|
|
525
525
|
|
|
526
526
|
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.3.
|
|
8
|
+
The version of the OpenAPI document: 5.3.3
|
|
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.3.
|
|
9
|
+
The version of the OpenAPI document: 5.3.3
|
|
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.3.
|
|
8
|
+
The version of the OpenAPI document: 5.3.3
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/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.3.
|
|
8
|
+
The version of the OpenAPI document: 5.3.3
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/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.3.
|
|
8
|
+
The version of the OpenAPI document: 5.3.3
|
|
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.3.
|
|
8
|
+
The version of the OpenAPI document: 5.3.3
|
|
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.3.
|
|
8
|
+
The version of the OpenAPI document: 5.3.3
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/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.3.
|
|
8
|
+
The version of the OpenAPI document: 5.3.3
|
|
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.3.
|
|
8
|
+
The version of the OpenAPI document: 5.3.3
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/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.3.
|
|
8
|
+
The version of the OpenAPI document: 5.3.3
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/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.3.
|
|
8
|
+
The version of the OpenAPI document: 5.3.3
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/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.3.
|
|
8
|
+
The version of the OpenAPI document: 5.3.3
|
|
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.3.
|
|
8
|
+
The version of the OpenAPI document: 5.3.3
|
|
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.3.
|
|
8
|
+
The version of the OpenAPI document: 5.3.3
|
|
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.3.
|
|
8
|
+
The version of the OpenAPI document: 5.3.3
|
|
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.3.
|
|
8
|
+
The version of the OpenAPI document: 5.3.3
|
|
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.3.
|
|
8
|
+
The version of the OpenAPI document: 5.3.3
|
|
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.3.
|
|
8
|
+
The version of the OpenAPI document: 5.3.3
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/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.3.
|
|
8
|
+
The version of the OpenAPI document: 5.3.3
|
|
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.3.
|
|
8
|
+
The version of the OpenAPI document: 5.3.3
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/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.3.
|
|
8
|
+
The version of the OpenAPI document: 5.3.3
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/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.3.
|
|
8
|
+
The version of the OpenAPI document: 5.3.3
|
|
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.3.
|
|
8
|
+
The version of the OpenAPI document: 5.3.3
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/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.3.
|
|
8
|
+
The version of the OpenAPI document: 5.3.3
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/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.3.
|
|
8
|
+
The version of the OpenAPI document: 5.3.3
|
|
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.3.
|
|
8
|
+
The version of the OpenAPI document: 5.3.3
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -28,7 +28,7 @@ class PasteInput(BaseModel):
|
|
|
28
28
|
"""
|
|
29
29
|
PasteInput
|
|
30
30
|
""" # noqa: E501
|
|
31
|
-
content: Annotated[str, Field(min_length=1, strict=True, max_length=5.3.
|
|
31
|
+
content: Annotated[str, Field(min_length=1, strict=True, max_length=5.3.30)] = Field(description="The text content of the paste")
|
|
32
32
|
__properties: ClassVar[List[str]] = ["content"]
|
|
33
33
|
|
|
34
34
|
model_config = ConfigDict(
|
{foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/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.3.
|
|
8
|
+
The version of the OpenAPI document: 5.3.3
|
|
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.3.
|
|
8
|
+
The version of the OpenAPI document: 5.3.3
|
|
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.3.
|
|
8
|
+
The version of the OpenAPI document: 5.3.3
|
|
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.3.
|
|
8
|
+
The version of the OpenAPI document: 5.3.3
|
|
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.3.
|
|
8
|
+
The version of the OpenAPI document: 5.3.3
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/release_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.3.
|
|
8
|
+
The version of the OpenAPI document: 5.3.3
|
|
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.3.
|
|
8
|
+
The version of the OpenAPI document: 5.3.3
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/release_type.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.3.
|
|
8
|
+
The version of the OpenAPI document: 5.3.3
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/release_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.3.
|
|
8
|
+
The version of the OpenAPI document: 5.3.3
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/releases_sort.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.3.
|
|
8
|
+
The version of the OpenAPI document: 5.3.3
|
|
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.3.
|
|
8
|
+
The version of the OpenAPI document: 5.3.3
|
|
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.3.
|
|
8
|
+
The version of the OpenAPI document: 5.3.3
|
|
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.3.
|
|
8
|
+
The version of the OpenAPI document: 5.3.3
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/task_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.3.
|
|
8
|
+
The version of the OpenAPI document: 5.3.3
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|