foxinternalclient 5.2.8__tar.gz → 5.3.0__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.8 → foxinternalclient-5.3.0}/PKG-INFO +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/README.md +3 -2
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient/__init__.py +2 -2
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient/api/device_api.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient/api/fox_factory_api.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient/api/gitlab_api.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient/api/internal_api.py +251 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient/api/paste_api.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient/api/release_api.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient/api/stats_api.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient/api_client.py +2 -2
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient/configuration.py +3 -3
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient/exceptions.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient/models/__init__.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient/models/body_change_password_profile_change_password_post.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient/models/build_status_enum.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient/models/build_task_response.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient/models/build_task_short_response.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient/models/device_internal_response.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient/models/device_response.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient/models/device_stats_response.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient/models/device_update_body.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient/models/ff_status_enum.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient/models/ff_status_response.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient/models/global_stats_aggregation_model.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient/models/http_validation_error.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient/models/list_response_build_task_short_response.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient/models/list_response_release_response.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient/models/list_response_short_device_response.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient/models/list_response_short_release_response.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient/models/list_response_str.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient/models/list_response_user_short_response.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient/models/log_list_response.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient/models/log_response.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient/models/maintainer_short_model.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient/models/new_build_task_body.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient/models/new_device_body.py +1 -1
- foxinternalclient-5.3.0/foxinternalclient/models/paste_input.py +89 -0
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient/models/paste_output.py +13 -13
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient/models/recovery_img_response.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient/models/release_groups_response.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient/models/release_internal_response.py +2 -2
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient/models/release_internal_response_prop_value.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient/models/release_response.py +2 -2
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient/models/release_stats_response.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient/models/release_type.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient/models/release_update_body.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient/models/releases_sort.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient/models/response_get_releases.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient/models/short_device_response.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient/models/short_release_response.py +2 -2
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient/models/task_update_body.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient/models/token_response.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient/models/user_gitlab.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient/models/user_internal_response.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient/models/user_mail.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient/models/user_short_response.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient/models/user_telegram.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient/models/user_update_body.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient/models/validation_error.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient/models/validation_error_loc_inner.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient/rest.py +2 -2
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient.egg-info/PKG-INFO +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/pyproject.toml +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/setup.py +2 -2
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/test/test_body_change_password_profile_change_password_post.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/test/test_build_status_enum.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/test/test_build_task_response.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/test/test_build_task_short_response.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/test/test_device_api.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/test/test_device_internal_response.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/test/test_device_response.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/test/test_device_stats_response.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/test/test_device_update_body.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/test/test_ff_status_enum.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/test/test_ff_status_response.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/test/test_fox_factory_api.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/test/test_gitlab_api.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/test/test_global_stats_aggregation_model.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/test/test_http_validation_error.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/test/test_internal_api.py +8 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/test/test_list_response_build_task_short_response.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/test/test_list_response_release_response.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/test/test_list_response_short_device_response.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/test/test_list_response_short_release_response.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/test/test_list_response_str.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/test/test_list_response_user_short_response.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/test/test_log_list_response.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/test/test_log_response.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/test/test_maintainer_short_model.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/test/test_new_build_task_body.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/test/test_new_device_body.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/test/test_paste_api.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/test/test_paste_input.py +3 -7
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/test/test_paste_output.py +6 -5
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/test/test_recovery_img_response.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/test/test_release_api.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/test/test_release_groups_response.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/test/test_release_internal_response.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/test/test_release_internal_response_prop_value.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/test/test_release_response.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/test/test_release_stats_response.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/test/test_release_type.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/test/test_release_update_body.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/test/test_releases_sort.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/test/test_response_get_releases.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/test/test_short_device_response.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/test/test_short_release_response.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/test/test_stats_api.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/test/test_task_update_body.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/test/test_token_response.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/test/test_user_gitlab.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/test/test_user_internal_response.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/test/test_user_mail.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/test/test_user_short_response.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/test/test_user_telegram.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/test/test_user_update_body.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/test/test_validation_error.py +1 -1
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/test/test_validation_error_loc_inner.py +1 -1
- foxinternalclient-5.2.8/foxinternalclient/models/paste_input.py +0 -111
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient/api/__init__.py +0 -0
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient/api_response.py +0 -0
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient/py.typed +0 -0
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient.egg-info/SOURCES.txt +0 -0
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient.egg-info/dependency_links.txt +0 -0
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient.egg-info/requires.txt +0 -0
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/foxinternalclient.egg-info/top_level.txt +0 -0
- {foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/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.
|
|
16
|
-
- Package version: 5.
|
|
15
|
+
- API version: 5.3.0
|
|
16
|
+
- Package version: 5.3.0
|
|
17
17
|
- Generator version: 7.13.0
|
|
18
18
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
19
19
|
|
|
@@ -121,6 +121,7 @@ Class | Method | HTTP request | Description
|
|
|
121
121
|
*InternalApi* | [**get_release_info_internal_releases_release_id_get**](docs/InternalApi.md#get_release_info_internal_releases_release_id_get) | **GET** /internal/releases/{release_id} | Get Release Info
|
|
122
122
|
*InternalApi* | [**get_release_zip_internal_releases_release_id_dl_get**](docs/InternalApi.md#get_release_zip_internal_releases_release_id_dl_get) | **GET** /internal/releases/{release_id}/dl | Get Release Zip
|
|
123
123
|
*InternalApi* | [**get_user_by_id_internal_users_user_id_get**](docs/InternalApi.md#get_user_by_id_internal_users_user_id_get) | **GET** /internal/users/{user_id} | Get User By Id
|
|
124
|
+
*InternalApi* | [**list_pastes_internal_paste_get**](docs/InternalApi.md#list_pastes_internal_paste_get) | **GET** /internal/paste/ | List Pastes
|
|
124
125
|
*InternalApi* | [**list_users_internal_users_get**](docs/InternalApi.md#list_users_internal_users_get) | **GET** /internal/users/ | List Users
|
|
125
126
|
*InternalApi* | [**login_oauth_auth_login_post**](docs/InternalApi.md#login_oauth_auth_login_post) | **POST** /auth/login | Login Oauth
|
|
126
127
|
*InternalApi* | [**logout_auth_logout_post**](docs/InternalApi.md#logout_auth_logout_post) | **POST** /auth/logout | Logout
|
|
@@ -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.
|
|
10
|
+
The version of the OpenAPI document: 5.3.0
|
|
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.
|
|
18
|
+
__version__ = "5.3.0"
|
|
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.
|
|
8
|
+
The version of the OpenAPI document: 5.3.0
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/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.
|
|
8
|
+
The version of the OpenAPI document: 5.3.0
|
|
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.
|
|
8
|
+
The version of the OpenAPI document: 5.3.0
|
|
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.
|
|
8
|
+
The version of the OpenAPI document: 5.3.0
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -2826,6 +2826,256 @@ class InternalApi:
|
|
|
2826
2826
|
|
|
2827
2827
|
|
|
2828
2828
|
|
|
2829
|
+
@validate_call
|
|
2830
|
+
async def list_pastes_internal_paste_get(
|
|
2831
|
+
self,
|
|
2832
|
+
_request_timeout: Union[
|
|
2833
|
+
None,
|
|
2834
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
2835
|
+
Tuple[
|
|
2836
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
2837
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
2838
|
+
]
|
|
2839
|
+
] = None,
|
|
2840
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
2841
|
+
_content_type: Optional[StrictStr] = None,
|
|
2842
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
2843
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
2844
|
+
) -> List[PasteOutput]:
|
|
2845
|
+
"""List Pastes
|
|
2846
|
+
|
|
2847
|
+
List all pastes. Requires admin permissions.
|
|
2848
|
+
|
|
2849
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
2850
|
+
number provided, it will be total request
|
|
2851
|
+
timeout. It can also be a pair (tuple) of
|
|
2852
|
+
(connection, read) timeouts.
|
|
2853
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
2854
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
2855
|
+
request; this effectively ignores the
|
|
2856
|
+
authentication in the spec for a single request.
|
|
2857
|
+
:type _request_auth: dict, optional
|
|
2858
|
+
:param _content_type: force content-type for the request.
|
|
2859
|
+
:type _content_type: str, Optional
|
|
2860
|
+
:param _headers: set to override the headers for a single
|
|
2861
|
+
request; this effectively ignores the headers
|
|
2862
|
+
in the spec for a single request.
|
|
2863
|
+
:type _headers: dict, optional
|
|
2864
|
+
:param _host_index: set to override the host_index for a single
|
|
2865
|
+
request; this effectively ignores the host_index
|
|
2866
|
+
in the spec for a single request.
|
|
2867
|
+
:type _host_index: int, optional
|
|
2868
|
+
:return: Returns the result object.
|
|
2869
|
+
""" # noqa: E501
|
|
2870
|
+
|
|
2871
|
+
_param = self._list_pastes_internal_paste_get_serialize(
|
|
2872
|
+
_request_auth=_request_auth,
|
|
2873
|
+
_content_type=_content_type,
|
|
2874
|
+
_headers=_headers,
|
|
2875
|
+
_host_index=_host_index
|
|
2876
|
+
)
|
|
2877
|
+
|
|
2878
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
2879
|
+
'200': "List[PasteOutput]",
|
|
2880
|
+
'429': None,
|
|
2881
|
+
}
|
|
2882
|
+
response_data = await self.api_client.call_api(
|
|
2883
|
+
*_param,
|
|
2884
|
+
_request_timeout=_request_timeout
|
|
2885
|
+
)
|
|
2886
|
+
await response_data.read()
|
|
2887
|
+
return self.api_client.response_deserialize(
|
|
2888
|
+
response_data=response_data,
|
|
2889
|
+
response_types_map=_response_types_map,
|
|
2890
|
+
).data
|
|
2891
|
+
|
|
2892
|
+
|
|
2893
|
+
@validate_call
|
|
2894
|
+
async def list_pastes_internal_paste_get_with_http_info(
|
|
2895
|
+
self,
|
|
2896
|
+
_request_timeout: Union[
|
|
2897
|
+
None,
|
|
2898
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
2899
|
+
Tuple[
|
|
2900
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
2901
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
2902
|
+
]
|
|
2903
|
+
] = None,
|
|
2904
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
2905
|
+
_content_type: Optional[StrictStr] = None,
|
|
2906
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
2907
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
2908
|
+
) -> ApiResponse[List[PasteOutput]]:
|
|
2909
|
+
"""List Pastes
|
|
2910
|
+
|
|
2911
|
+
List all pastes. Requires admin permissions.
|
|
2912
|
+
|
|
2913
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
2914
|
+
number provided, it will be total request
|
|
2915
|
+
timeout. It can also be a pair (tuple) of
|
|
2916
|
+
(connection, read) timeouts.
|
|
2917
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
2918
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
2919
|
+
request; this effectively ignores the
|
|
2920
|
+
authentication in the spec for a single request.
|
|
2921
|
+
:type _request_auth: dict, optional
|
|
2922
|
+
:param _content_type: force content-type for the request.
|
|
2923
|
+
:type _content_type: str, Optional
|
|
2924
|
+
:param _headers: set to override the headers for a single
|
|
2925
|
+
request; this effectively ignores the headers
|
|
2926
|
+
in the spec for a single request.
|
|
2927
|
+
:type _headers: dict, optional
|
|
2928
|
+
:param _host_index: set to override the host_index for a single
|
|
2929
|
+
request; this effectively ignores the host_index
|
|
2930
|
+
in the spec for a single request.
|
|
2931
|
+
:type _host_index: int, optional
|
|
2932
|
+
:return: Returns the result object.
|
|
2933
|
+
""" # noqa: E501
|
|
2934
|
+
|
|
2935
|
+
_param = self._list_pastes_internal_paste_get_serialize(
|
|
2936
|
+
_request_auth=_request_auth,
|
|
2937
|
+
_content_type=_content_type,
|
|
2938
|
+
_headers=_headers,
|
|
2939
|
+
_host_index=_host_index
|
|
2940
|
+
)
|
|
2941
|
+
|
|
2942
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
2943
|
+
'200': "List[PasteOutput]",
|
|
2944
|
+
'429': None,
|
|
2945
|
+
}
|
|
2946
|
+
response_data = await self.api_client.call_api(
|
|
2947
|
+
*_param,
|
|
2948
|
+
_request_timeout=_request_timeout
|
|
2949
|
+
)
|
|
2950
|
+
await response_data.read()
|
|
2951
|
+
return self.api_client.response_deserialize(
|
|
2952
|
+
response_data=response_data,
|
|
2953
|
+
response_types_map=_response_types_map,
|
|
2954
|
+
)
|
|
2955
|
+
|
|
2956
|
+
|
|
2957
|
+
@validate_call
|
|
2958
|
+
async def list_pastes_internal_paste_get_without_preload_content(
|
|
2959
|
+
self,
|
|
2960
|
+
_request_timeout: Union[
|
|
2961
|
+
None,
|
|
2962
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
2963
|
+
Tuple[
|
|
2964
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
2965
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
2966
|
+
]
|
|
2967
|
+
] = None,
|
|
2968
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
2969
|
+
_content_type: Optional[StrictStr] = None,
|
|
2970
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
2971
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
2972
|
+
) -> RESTResponseType:
|
|
2973
|
+
"""List Pastes
|
|
2974
|
+
|
|
2975
|
+
List all pastes. Requires admin permissions.
|
|
2976
|
+
|
|
2977
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
2978
|
+
number provided, it will be total request
|
|
2979
|
+
timeout. It can also be a pair (tuple) of
|
|
2980
|
+
(connection, read) timeouts.
|
|
2981
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
2982
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
2983
|
+
request; this effectively ignores the
|
|
2984
|
+
authentication in the spec for a single request.
|
|
2985
|
+
:type _request_auth: dict, optional
|
|
2986
|
+
:param _content_type: force content-type for the request.
|
|
2987
|
+
:type _content_type: str, Optional
|
|
2988
|
+
:param _headers: set to override the headers for a single
|
|
2989
|
+
request; this effectively ignores the headers
|
|
2990
|
+
in the spec for a single request.
|
|
2991
|
+
:type _headers: dict, optional
|
|
2992
|
+
:param _host_index: set to override the host_index for a single
|
|
2993
|
+
request; this effectively ignores the host_index
|
|
2994
|
+
in the spec for a single request.
|
|
2995
|
+
:type _host_index: int, optional
|
|
2996
|
+
:return: Returns the result object.
|
|
2997
|
+
""" # noqa: E501
|
|
2998
|
+
|
|
2999
|
+
_param = self._list_pastes_internal_paste_get_serialize(
|
|
3000
|
+
_request_auth=_request_auth,
|
|
3001
|
+
_content_type=_content_type,
|
|
3002
|
+
_headers=_headers,
|
|
3003
|
+
_host_index=_host_index
|
|
3004
|
+
)
|
|
3005
|
+
|
|
3006
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
3007
|
+
'200': "List[PasteOutput]",
|
|
3008
|
+
'429': None,
|
|
3009
|
+
}
|
|
3010
|
+
response_data = await self.api_client.call_api(
|
|
3011
|
+
*_param,
|
|
3012
|
+
_request_timeout=_request_timeout
|
|
3013
|
+
)
|
|
3014
|
+
return response_data.response
|
|
3015
|
+
|
|
3016
|
+
|
|
3017
|
+
def _list_pastes_internal_paste_get_serialize(
|
|
3018
|
+
self,
|
|
3019
|
+
_request_auth,
|
|
3020
|
+
_content_type,
|
|
3021
|
+
_headers,
|
|
3022
|
+
_host_index,
|
|
3023
|
+
) -> RequestSerialized:
|
|
3024
|
+
|
|
3025
|
+
_host = None
|
|
3026
|
+
|
|
3027
|
+
_collection_formats: Dict[str, str] = {
|
|
3028
|
+
}
|
|
3029
|
+
|
|
3030
|
+
_path_params: Dict[str, str] = {}
|
|
3031
|
+
_query_params: List[Tuple[str, str]] = []
|
|
3032
|
+
_header_params: Dict[str, Optional[str]] = _headers or {}
|
|
3033
|
+
_form_params: List[Tuple[str, str]] = []
|
|
3034
|
+
_files: Dict[
|
|
3035
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
|
3036
|
+
] = {}
|
|
3037
|
+
_body_params: Optional[bytes] = None
|
|
3038
|
+
|
|
3039
|
+
# process the path parameters
|
|
3040
|
+
# process the query parameters
|
|
3041
|
+
# process the header parameters
|
|
3042
|
+
# process the form parameters
|
|
3043
|
+
# process the body parameter
|
|
3044
|
+
|
|
3045
|
+
|
|
3046
|
+
# set the HTTP header `Accept`
|
|
3047
|
+
if 'Accept' not in _header_params:
|
|
3048
|
+
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
3049
|
+
[
|
|
3050
|
+
'application/json'
|
|
3051
|
+
]
|
|
3052
|
+
)
|
|
3053
|
+
|
|
3054
|
+
|
|
3055
|
+
# authentication setting
|
|
3056
|
+
_auth_settings: List[str] = [
|
|
3057
|
+
'oauth2_password',
|
|
3058
|
+
'bearer_auth'
|
|
3059
|
+
]
|
|
3060
|
+
|
|
3061
|
+
return self.api_client.param_serialize(
|
|
3062
|
+
method='GET',
|
|
3063
|
+
resource_path='/internal/paste/',
|
|
3064
|
+
path_params=_path_params,
|
|
3065
|
+
query_params=_query_params,
|
|
3066
|
+
header_params=_header_params,
|
|
3067
|
+
body=_body_params,
|
|
3068
|
+
post_params=_form_params,
|
|
3069
|
+
files=_files,
|
|
3070
|
+
auth_settings=_auth_settings,
|
|
3071
|
+
collection_formats=_collection_formats,
|
|
3072
|
+
_host=_host,
|
|
3073
|
+
_request_auth=_request_auth
|
|
3074
|
+
)
|
|
3075
|
+
|
|
3076
|
+
|
|
3077
|
+
|
|
3078
|
+
|
|
2829
3079
|
@validate_call
|
|
2830
3080
|
async def list_users_internal_users_get(
|
|
2831
3081
|
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.
|
|
8
|
+
The version of the OpenAPI document: 5.3.0
|
|
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.
|
|
8
|
+
The version of the OpenAPI document: 5.3.0
|
|
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.
|
|
8
|
+
The version of the OpenAPI document: 5.3.0
|
|
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.
|
|
8
|
+
The version of the OpenAPI document: 5.3.0
|
|
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.
|
|
94
|
+
self.user_agent = 'OpenAPI-Generator/5.3.0/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.
|
|
8
|
+
The version of the OpenAPI document: 5.3.0
|
|
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.
|
|
519
|
-
"SDK Package Version: 5.
|
|
518
|
+
"Version of the API: 5.3.0\n"\
|
|
519
|
+
"SDK Package Version: 5.3.0".\
|
|
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.
|
|
8
|
+
The version of the OpenAPI document: 5.3.0
|
|
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.
|
|
9
|
+
The version of the OpenAPI document: 5.3.0
|
|
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.
|
|
8
|
+
The version of the OpenAPI document: 5.3.0
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/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.
|
|
8
|
+
The version of the OpenAPI document: 5.3.0
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/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.
|
|
8
|
+
The version of the OpenAPI document: 5.3.0
|
|
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.
|
|
8
|
+
The version of the OpenAPI document: 5.3.0
|
|
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.
|
|
8
|
+
The version of the OpenAPI document: 5.3.0
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/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.
|
|
8
|
+
The version of the OpenAPI document: 5.3.0
|
|
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.
|
|
8
|
+
The version of the OpenAPI document: 5.3.0
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/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.
|
|
8
|
+
The version of the OpenAPI document: 5.3.0
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/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.
|
|
8
|
+
The version of the OpenAPI document: 5.3.0
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/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.
|
|
8
|
+
The version of the OpenAPI document: 5.3.0
|
|
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.
|
|
8
|
+
The version of the OpenAPI document: 5.3.0
|
|
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.
|
|
8
|
+
The version of the OpenAPI document: 5.3.0
|
|
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.
|
|
8
|
+
The version of the OpenAPI document: 5.3.0
|
|
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.
|
|
8
|
+
The version of the OpenAPI document: 5.3.0
|
|
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.
|
|
8
|
+
The version of the OpenAPI document: 5.3.0
|
|
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.
|
|
8
|
+
The version of the OpenAPI document: 5.3.0
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/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.
|
|
8
|
+
The version of the OpenAPI document: 5.3.0
|
|
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.
|
|
8
|
+
The version of the OpenAPI document: 5.3.0
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{foxinternalclient-5.2.8 → foxinternalclient-5.3.0}/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.
|
|
8
|
+
The version of the OpenAPI document: 5.3.0
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|