foxinternalclient 5.2.2__tar.gz → 5.2.4__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.2 → foxinternalclient-5.2.4}/PKG-INFO +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/README.md +5 -4
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/__init__.py +3 -2
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/api/device_api.py +7 -7
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/api/fox_factory_api.py +8 -8
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/api/gitlab_api.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/api/internal_api.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/api/release_api.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/api/stats_api.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/api_client.py +2 -2
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/configuration.py +3 -3
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/exceptions.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/models/__init__.py +2 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/models/body_change_password_profile_change_password_post.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/models/build_status_enum.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/models/build_task_response.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/models/build_task_short_response.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/models/device_internal_response.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/models/device_response.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/models/device_stats_response.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/models/device_update_body.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/models/ff_status_enum.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/models/ff_status_response.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/models/global_stats_aggregation_model.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/models/http_validation_error.py +1 -1
- foxinternalclient-5.2.4/foxinternalclient/models/list_response_build_task_short_response.py +100 -0
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/models/list_response_release_response.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/models/list_response_short_device_response.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/models/list_response_short_release_response.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/models/list_response_str.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/models/list_response_user_short_response.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/models/log_list_response.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/models/log_response.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/models/maintainer_short_model.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/models/new_build_task_body.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/models/new_device_body.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/models/recovery_img_response.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/models/release_groups_response.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/models/release_internal_response.py +4 -5
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/models/release_internal_response_prop_value.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/models/release_response.py +4 -5
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/models/release_stats_response.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/models/release_type.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/models/release_update_body.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/models/releases_sort.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/models/response_get_releases.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/models/short_device_response.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/models/short_release_response.py +4 -5
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/models/task_update_body.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/models/token_response.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/models/user_gitlab.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/models/user_internal_response.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/models/user_mail.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/models/user_short_response.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/models/user_telegram.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/models/user_update_body.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/models/validation_error.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/models/validation_error_loc_inner.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/rest.py +2 -2
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient.egg-info/PKG-INFO +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient.egg-info/SOURCES.txt +2 -0
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/pyproject.toml +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/setup.py +2 -2
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/test/test_body_change_password_profile_change_password_post.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/test/test_build_status_enum.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/test/test_build_task_response.py +7 -7
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/test/test_build_task_short_response.py +7 -7
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/test/test_device_api.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/test/test_device_internal_response.py +9 -9
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/test/test_device_response.py +9 -9
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/test/test_device_stats_response.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/test/test_device_update_body.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/test/test_ff_status_enum.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/test/test_ff_status_response.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/test/test_fox_factory_api.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/test/test_gitlab_api.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/test/test_global_stats_aggregation_model.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/test/test_http_validation_error.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/test/test_internal_api.py +1 -1
- foxinternalclient-5.2.4/test/test_list_response_build_task_short_response.py +77 -0
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/test/test_list_response_release_response.py +11 -11
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/test/test_list_response_short_device_response.py +5 -5
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/test/test_list_response_short_release_response.py +11 -11
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/test/test_list_response_str.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/test/test_list_response_user_short_response.py +3 -3
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/test/test_log_list_response.py +13 -13
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/test/test_log_response.py +10 -10
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/test/test_maintainer_short_model.py +5 -5
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/test/test_new_build_task_body.py +3 -3
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/test/test_new_device_body.py +3 -3
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/test/test_recovery_img_response.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/test/test_release_api.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/test/test_release_groups_response.py +11 -11
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/test/test_release_internal_response.py +14 -14
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/test/test_release_internal_response_prop_value.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/test/test_release_response.py +10 -10
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/test/test_release_stats_response.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/test/test_release_type.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/test/test_release_update_body.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/test/test_releases_sort.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/test/test_response_get_releases.py +11 -11
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/test/test_short_device_response.py +5 -5
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/test/test_short_release_response.py +10 -10
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/test/test_stats_api.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/test/test_task_update_body.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/test/test_token_response.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/test/test_user_gitlab.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/test/test_user_internal_response.py +7 -7
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/test/test_user_mail.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/test/test_user_short_response.py +3 -3
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/test/test_user_telegram.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/test/test_user_update_body.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/test/test_validation_error.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/test/test_validation_error_loc_inner.py +1 -1
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/api/__init__.py +0 -0
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/api_response.py +0 -0
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/py.typed +0 -0
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient.egg-info/dependency_links.txt +0 -0
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient.egg-info/requires.txt +0 -0
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient.egg-info/top_level.txt +0 -0
- {foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/setup.cfg +0 -0
|
@@ -12,8 +12,8 @@ The requests may be logged for analytics and development purposes.
|
|
|
12
12
|
|
|
13
13
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
14
14
|
|
|
15
|
-
- API version: 5.2.
|
|
16
|
-
- Package version: 5.2.
|
|
15
|
+
- API version: 5.2.4
|
|
16
|
+
- Package version: 5.2.4
|
|
17
17
|
- Generator version: 7.13.0
|
|
18
18
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
19
19
|
|
|
@@ -76,8 +76,8 @@ configuration = foxinternalclient.Configuration(
|
|
|
76
76
|
async with foxinternalclient.ApiClient(configuration) as api_client:
|
|
77
77
|
# Create an instance of the API class
|
|
78
78
|
api_instance = foxinternalclient.DeviceApi(api_client)
|
|
79
|
-
device_id = '
|
|
80
|
-
id = '
|
|
79
|
+
device_id = 'device_id_example' # str | (optional)
|
|
80
|
+
id = 'id_example' # str | Filter by Device ID (deprecated) (optional)
|
|
81
81
|
codename = 'codename_example' # str | Not recommended to use when you can (optional)
|
|
82
82
|
|
|
83
83
|
try:
|
|
@@ -146,6 +146,7 @@ Class | Method | HTTP request | Description
|
|
|
146
146
|
- [FFStatusResponse](docs/FFStatusResponse.md)
|
|
147
147
|
- [GlobalStatsAggregationModel](docs/GlobalStatsAggregationModel.md)
|
|
148
148
|
- [HTTPValidationError](docs/HTTPValidationError.md)
|
|
149
|
+
- [ListResponseBuildTaskShortResponse](docs/ListResponseBuildTaskShortResponse.md)
|
|
149
150
|
- [ListResponseReleaseResponse](docs/ListResponseReleaseResponse.md)
|
|
150
151
|
- [ListResponseShortDeviceResponse](docs/ListResponseShortDeviceResponse.md)
|
|
151
152
|
- [ListResponseShortReleaseResponse](docs/ListResponseShortReleaseResponse.md)
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
9
9
|
|
|
10
|
-
The version of the OpenAPI document: 5.2.
|
|
10
|
+
The version of the OpenAPI document: 5.2.4
|
|
11
11
|
Contact: admin@orangefox.tech
|
|
12
12
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
13
13
|
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
""" # noqa: E501
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
__version__ = "5.2.
|
|
18
|
+
__version__ = "5.2.4"
|
|
19
19
|
|
|
20
20
|
# import apis into sdk package
|
|
21
21
|
from foxinternalclient.api.device_api import DeviceApi
|
|
@@ -49,6 +49,7 @@ from foxinternalclient.models.ff_status_enum import FFStatusEnum
|
|
|
49
49
|
from foxinternalclient.models.ff_status_response import FFStatusResponse
|
|
50
50
|
from foxinternalclient.models.global_stats_aggregation_model import GlobalStatsAggregationModel
|
|
51
51
|
from foxinternalclient.models.http_validation_error import HTTPValidationError
|
|
52
|
+
from foxinternalclient.models.list_response_build_task_short_response import ListResponseBuildTaskShortResponse
|
|
52
53
|
from foxinternalclient.models.list_response_release_response import ListResponseReleaseResponse
|
|
53
54
|
from foxinternalclient.models.list_response_short_device_response import ListResponseShortDeviceResponse
|
|
54
55
|
from foxinternalclient.models.list_response_short_release_response import ListResponseShortReleaseResponse
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.4
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -621,7 +621,7 @@ class DeviceApi:
|
|
|
621
621
|
self,
|
|
622
622
|
id: Annotated[Optional[List[StrictStr]], Field(description="Filter by Device IDs")] = None,
|
|
623
623
|
id2: Annotated[Optional[List[Optional[StrictStr]]], Field(description="Filter by Device IDs (deprecated)")] = None,
|
|
624
|
-
oem_name: Annotated[Optional[List[StrictStr]], Field(description="Filter by OEM names")] = None,
|
|
624
|
+
oem_name: Annotated[Optional[List[Optional[StrictStr]]], Field(description="Filter by OEM names")] = None,
|
|
625
625
|
codename: Annotated[Optional[List[Optional[StrictStr]]], Field(description="Filter by device codenames")] = None,
|
|
626
626
|
model_name: Annotated[Optional[List[Optional[StrictStr]]], Field(description="Filter by model names")] = None,
|
|
627
627
|
supported: Annotated[Optional[StrictBool], Field(description="Supported status")] = None,
|
|
@@ -652,7 +652,7 @@ class DeviceApi:
|
|
|
652
652
|
:param id2: Filter by Device IDs (deprecated)
|
|
653
653
|
:type id2: List[Optional[str]]
|
|
654
654
|
:param oem_name: Filter by OEM names
|
|
655
|
-
:type oem_name: List[str]
|
|
655
|
+
:type oem_name: List[Optional[str]]
|
|
656
656
|
:param codename: Filter by device codenames
|
|
657
657
|
:type codename: List[Optional[str]]
|
|
658
658
|
:param model_name: Filter by model names
|
|
@@ -730,7 +730,7 @@ class DeviceApi:
|
|
|
730
730
|
self,
|
|
731
731
|
id: Annotated[Optional[List[StrictStr]], Field(description="Filter by Device IDs")] = None,
|
|
732
732
|
id2: Annotated[Optional[List[Optional[StrictStr]]], Field(description="Filter by Device IDs (deprecated)")] = None,
|
|
733
|
-
oem_name: Annotated[Optional[List[StrictStr]], Field(description="Filter by OEM names")] = None,
|
|
733
|
+
oem_name: Annotated[Optional[List[Optional[StrictStr]]], Field(description="Filter by OEM names")] = None,
|
|
734
734
|
codename: Annotated[Optional[List[Optional[StrictStr]]], Field(description="Filter by device codenames")] = None,
|
|
735
735
|
model_name: Annotated[Optional[List[Optional[StrictStr]]], Field(description="Filter by model names")] = None,
|
|
736
736
|
supported: Annotated[Optional[StrictBool], Field(description="Supported status")] = None,
|
|
@@ -761,7 +761,7 @@ class DeviceApi:
|
|
|
761
761
|
:param id2: Filter by Device IDs (deprecated)
|
|
762
762
|
:type id2: List[Optional[str]]
|
|
763
763
|
:param oem_name: Filter by OEM names
|
|
764
|
-
:type oem_name: List[str]
|
|
764
|
+
:type oem_name: List[Optional[str]]
|
|
765
765
|
:param codename: Filter by device codenames
|
|
766
766
|
:type codename: List[Optional[str]]
|
|
767
767
|
:param model_name: Filter by model names
|
|
@@ -839,7 +839,7 @@ class DeviceApi:
|
|
|
839
839
|
self,
|
|
840
840
|
id: Annotated[Optional[List[StrictStr]], Field(description="Filter by Device IDs")] = None,
|
|
841
841
|
id2: Annotated[Optional[List[Optional[StrictStr]]], Field(description="Filter by Device IDs (deprecated)")] = None,
|
|
842
|
-
oem_name: Annotated[Optional[List[StrictStr]], Field(description="Filter by OEM names")] = None,
|
|
842
|
+
oem_name: Annotated[Optional[List[Optional[StrictStr]]], Field(description="Filter by OEM names")] = None,
|
|
843
843
|
codename: Annotated[Optional[List[Optional[StrictStr]]], Field(description="Filter by device codenames")] = None,
|
|
844
844
|
model_name: Annotated[Optional[List[Optional[StrictStr]]], Field(description="Filter by model names")] = None,
|
|
845
845
|
supported: Annotated[Optional[StrictBool], Field(description="Supported status")] = None,
|
|
@@ -870,7 +870,7 @@ class DeviceApi:
|
|
|
870
870
|
:param id2: Filter by Device IDs (deprecated)
|
|
871
871
|
:type id2: List[Optional[str]]
|
|
872
872
|
:param oem_name: Filter by OEM names
|
|
873
|
-
:type oem_name: List[str]
|
|
873
|
+
:type oem_name: List[Optional[str]]
|
|
874
874
|
:param codename: Filter by device codenames
|
|
875
875
|
:type codename: List[Optional[str]]
|
|
876
876
|
:param model_name: Filter by model names
|
{foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/api/fox_factory_api.py
RENAMED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.4
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -18,10 +18,10 @@ from typing import Any, Dict, List, Optional, Tuple, Union
|
|
|
18
18
|
from typing_extensions import Annotated
|
|
19
19
|
|
|
20
20
|
from pydantic import StrictBool, StrictStr
|
|
21
|
-
from typing import
|
|
21
|
+
from typing import Optional
|
|
22
22
|
from foxinternalclient.models.build_task_response import BuildTaskResponse
|
|
23
|
-
from foxinternalclient.models.build_task_short_response import BuildTaskShortResponse
|
|
24
23
|
from foxinternalclient.models.ff_status_response import FFStatusResponse
|
|
24
|
+
from foxinternalclient.models.list_response_build_task_short_response import ListResponseBuildTaskShortResponse
|
|
25
25
|
from foxinternalclient.models.new_build_task_body import NewBuildTaskBody
|
|
26
26
|
from foxinternalclient.models.task_update_body import TaskUpdateBody
|
|
27
27
|
|
|
@@ -1090,7 +1090,7 @@ class FoxFactoryApi:
|
|
|
1090
1090
|
_content_type: Optional[StrictStr] = None,
|
|
1091
1091
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1092
1092
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1093
|
-
) ->
|
|
1093
|
+
) -> ListResponseBuildTaskShortResponse:
|
|
1094
1094
|
"""List Tasks
|
|
1095
1095
|
|
|
1096
1096
|
Get a list of all build tasks. This endpoint retrieves all build tasks from the database and returns them as a list of abbreviated responses. Parameters: device_id (ObjectId, optional): Filter tasks by device ID
|
|
@@ -1128,7 +1128,7 @@ class FoxFactoryApi:
|
|
|
1128
1128
|
)
|
|
1129
1129
|
|
|
1130
1130
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1131
|
-
'200': "
|
|
1131
|
+
'200': "ListResponseBuildTaskShortResponse",
|
|
1132
1132
|
'422': "HTTPValidationError",
|
|
1133
1133
|
}
|
|
1134
1134
|
response_data = await self.api_client.call_api(
|
|
@@ -1158,7 +1158,7 @@ class FoxFactoryApi:
|
|
|
1158
1158
|
_content_type: Optional[StrictStr] = None,
|
|
1159
1159
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1160
1160
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1161
|
-
) -> ApiResponse[
|
|
1161
|
+
) -> ApiResponse[ListResponseBuildTaskShortResponse]:
|
|
1162
1162
|
"""List Tasks
|
|
1163
1163
|
|
|
1164
1164
|
Get a list of all build tasks. This endpoint retrieves all build tasks from the database and returns them as a list of abbreviated responses. Parameters: device_id (ObjectId, optional): Filter tasks by device ID
|
|
@@ -1196,7 +1196,7 @@ class FoxFactoryApi:
|
|
|
1196
1196
|
)
|
|
1197
1197
|
|
|
1198
1198
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1199
|
-
'200': "
|
|
1199
|
+
'200': "ListResponseBuildTaskShortResponse",
|
|
1200
1200
|
'422': "HTTPValidationError",
|
|
1201
1201
|
}
|
|
1202
1202
|
response_data = await self.api_client.call_api(
|
|
@@ -1264,7 +1264,7 @@ class FoxFactoryApi:
|
|
|
1264
1264
|
)
|
|
1265
1265
|
|
|
1266
1266
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1267
|
-
'200': "
|
|
1267
|
+
'200': "ListResponseBuildTaskShortResponse",
|
|
1268
1268
|
'422': "HTTPValidationError",
|
|
1269
1269
|
}
|
|
1270
1270
|
response_data = await self.api_client.call_api(
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.4
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.4
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.4
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.4
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.4
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -91,7 +91,7 @@ class ApiClient:
|
|
|
91
91
|
self.default_headers[header_name] = header_value
|
|
92
92
|
self.cookie = cookie
|
|
93
93
|
# Set default User-Agent.
|
|
94
|
-
self.user_agent = 'OpenAPI-Generator/5.2.
|
|
94
|
+
self.user_agent = 'OpenAPI-Generator/5.2.4/python'
|
|
95
95
|
self.client_side_validation = configuration.client_side_validation
|
|
96
96
|
|
|
97
97
|
async def __aenter__(self):
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.4
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -515,8 +515,8 @@ class Configuration:
|
|
|
515
515
|
return "Python SDK Debug Report:\n"\
|
|
516
516
|
"OS: {env}\n"\
|
|
517
517
|
"Python Version: {pyversion}\n"\
|
|
518
|
-
"Version of the API: 5.2.
|
|
519
|
-
"SDK Package Version: 5.2.
|
|
518
|
+
"Version of the API: 5.2.4\n"\
|
|
519
|
+
"SDK Package Version: 5.2.4".\
|
|
520
520
|
format(env=sys.platform, pyversion=sys.version)
|
|
521
521
|
|
|
522
522
|
def get_host_settings(self) -> List[HostSetting]:
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.4
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
8
8
|
|
|
9
|
-
The version of the OpenAPI document: 5.2.
|
|
9
|
+
The version of the OpenAPI document: 5.2.4
|
|
10
10
|
Contact: admin@orangefox.tech
|
|
11
11
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
12
12
|
|
|
@@ -27,6 +27,7 @@ from foxinternalclient.models.ff_status_enum import FFStatusEnum
|
|
|
27
27
|
from foxinternalclient.models.ff_status_response import FFStatusResponse
|
|
28
28
|
from foxinternalclient.models.global_stats_aggregation_model import GlobalStatsAggregationModel
|
|
29
29
|
from foxinternalclient.models.http_validation_error import HTTPValidationError
|
|
30
|
+
from foxinternalclient.models.list_response_build_task_short_response import ListResponseBuildTaskShortResponse
|
|
30
31
|
from foxinternalclient.models.list_response_release_response import ListResponseReleaseResponse
|
|
31
32
|
from foxinternalclient.models.list_response_short_device_response import ListResponseShortDeviceResponse
|
|
32
33
|
from foxinternalclient.models.list_response_short_release_response import ListResponseShortReleaseResponse
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.4
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/models/build_status_enum.py
RENAMED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.4
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/models/build_task_response.py
RENAMED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.4
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.4
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.4
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/models/device_response.py
RENAMED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.4
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.4
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/models/device_update_body.py
RENAMED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.4
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/models/ff_status_enum.py
RENAMED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.4
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/models/ff_status_response.py
RENAMED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.4
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.4
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.4
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
Fox API
|
|
5
|
+
|
|
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
|
+
|
|
8
|
+
The version of the OpenAPI document: 5.2.4
|
|
9
|
+
Contact: admin@orangefox.tech
|
|
10
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
|
+
|
|
12
|
+
Do not edit the class manually.
|
|
13
|
+
""" # noqa: E501
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
from __future__ import annotations
|
|
17
|
+
import pprint
|
|
18
|
+
import re # noqa: F401
|
|
19
|
+
import json
|
|
20
|
+
|
|
21
|
+
from pydantic import BaseModel, ConfigDict, StrictInt
|
|
22
|
+
from typing import Any, ClassVar, Dict, List
|
|
23
|
+
from foxinternalclient.models.build_task_short_response import BuildTaskShortResponse
|
|
24
|
+
from typing import Optional, Set
|
|
25
|
+
from typing_extensions import Self
|
|
26
|
+
|
|
27
|
+
class ListResponseBuildTaskShortResponse(BaseModel):
|
|
28
|
+
"""
|
|
29
|
+
ListResponseBuildTaskShortResponse
|
|
30
|
+
""" # noqa: E501
|
|
31
|
+
data: List[BuildTaskShortResponse]
|
|
32
|
+
count: StrictInt
|
|
33
|
+
__properties: ClassVar[List[str]] = ["data", "count"]
|
|
34
|
+
|
|
35
|
+
model_config = ConfigDict(
|
|
36
|
+
populate_by_name=True,
|
|
37
|
+
validate_assignment=True,
|
|
38
|
+
protected_namespaces=(),
|
|
39
|
+
)
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
def to_str(self) -> str:
|
|
43
|
+
"""Returns the string representation of the model using alias"""
|
|
44
|
+
return pprint.pformat(self.model_dump(by_alias=True))
|
|
45
|
+
|
|
46
|
+
def to_json(self) -> str:
|
|
47
|
+
"""Returns the JSON representation of the model using alias"""
|
|
48
|
+
# TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
|
|
49
|
+
return json.dumps(self.to_dict())
|
|
50
|
+
|
|
51
|
+
@classmethod
|
|
52
|
+
def from_json(cls, json_str: str) -> Optional[Self]:
|
|
53
|
+
"""Create an instance of ListResponseBuildTaskShortResponse from a JSON string"""
|
|
54
|
+
return cls.from_dict(json.loads(json_str))
|
|
55
|
+
|
|
56
|
+
def to_dict(self) -> Dict[str, Any]:
|
|
57
|
+
"""Return the dictionary representation of the model using alias.
|
|
58
|
+
|
|
59
|
+
This has the following differences from calling pydantic's
|
|
60
|
+
`self.model_dump(by_alias=True)`:
|
|
61
|
+
|
|
62
|
+
* `None` is only added to the output dict for nullable fields that
|
|
63
|
+
were set at model initialization. Other fields with value `None`
|
|
64
|
+
are ignored.
|
|
65
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
66
|
+
"""
|
|
67
|
+
excluded_fields: Set[str] = set([
|
|
68
|
+
"count",
|
|
69
|
+
])
|
|
70
|
+
|
|
71
|
+
_dict = self.model_dump(
|
|
72
|
+
by_alias=True,
|
|
73
|
+
exclude=excluded_fields,
|
|
74
|
+
exclude_none=True,
|
|
75
|
+
)
|
|
76
|
+
# override the default output from pydantic by calling `to_dict()` of each item in data (list)
|
|
77
|
+
_items = []
|
|
78
|
+
if self.data:
|
|
79
|
+
for _item_data in self.data:
|
|
80
|
+
if _item_data:
|
|
81
|
+
_items.append(_item_data.to_dict())
|
|
82
|
+
_dict['data'] = _items
|
|
83
|
+
return _dict
|
|
84
|
+
|
|
85
|
+
@classmethod
|
|
86
|
+
def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
|
|
87
|
+
"""Create an instance of ListResponseBuildTaskShortResponse from a dict"""
|
|
88
|
+
if obj is None:
|
|
89
|
+
return None
|
|
90
|
+
|
|
91
|
+
if not isinstance(obj, dict):
|
|
92
|
+
return cls.model_validate(obj)
|
|
93
|
+
|
|
94
|
+
_obj = cls.model_validate({
|
|
95
|
+
"data": [BuildTaskShortResponse.from_dict(_item) for _item in obj["data"]] if obj.get("data") is not None else None,
|
|
96
|
+
"count": obj.get("count")
|
|
97
|
+
})
|
|
98
|
+
return _obj
|
|
99
|
+
|
|
100
|
+
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.4
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.4
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.4
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/models/list_response_str.py
RENAMED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.4
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.4
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/models/log_list_response.py
RENAMED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.4
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/models/log_response.py
RENAMED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.4
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.4
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
{foxinternalclient-5.2.2 → foxinternalclient-5.2.4}/foxinternalclient/models/new_build_task_body.py
RENAMED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.2.
|
|
8
|
+
The version of the OpenAPI document: 5.2.4
|
|
9
9
|
Contact: admin@orangefox.tech
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|