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