foxinternalclient 5.3.2__tar.gz → 5.4.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (140) hide show
  1. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/PKG-INFO +19 -7
  2. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/README.md +17 -4
  3. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient/__init__.py +16 -4
  4. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient/api/device_api.py +8 -9
  5. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient/api/fox_factory_api.py +11 -12
  6. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient/api/gitlab_api.py +2 -3
  7. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient/api/internal_api.py +1907 -21
  8. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient/api/paste_api.py +2 -3
  9. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient/api/release_api.py +15 -17
  10. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient/api/stats_api.py +2 -3
  11. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient/api_client.py +13 -9
  12. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient/configuration.py +48 -26
  13. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient/exceptions.py +8 -6
  14. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient/models/__init__.py +8 -2
  15. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient/models/body_change_password_profile_change_password_post.py +5 -4
  16. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient/models/build_status_enum.py +1 -1
  17. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient/models/build_task_response.py +5 -4
  18. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient/models/build_task_short_response.py +5 -4
  19. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient/models/device_internal_response.py +5 -4
  20. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient/models/device_response.py +5 -4
  21. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient/models/device_stats_response.py +5 -4
  22. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient/models/device_update_body.py +5 -4
  23. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient/models/ff_status_enum.py +1 -1
  24. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient/models/ff_status_response.py +5 -4
  25. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient/models/global_stats_aggregation_model.py +5 -4
  26. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient/models/http_validation_error.py +5 -4
  27. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient/models/list_response_build_task_short_response.py +5 -4
  28. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient/models/list_response_release_response.py +5 -4
  29. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient/models/list_response_short_device_response.py +5 -4
  30. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient/models/list_response_short_release_response.py +5 -4
  31. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient/models/list_response_str.py +5 -4
  32. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient/models/list_response_user_short_response.py +5 -4
  33. foxinternalclient-5.3.2/foxinternalclient/models/validation_error_loc_inner.py → foxinternalclient-5.4.0/foxinternalclient/models/location_inner.py +7 -7
  34. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient/models/log_list_response.py +5 -4
  35. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient/models/log_response.py +5 -4
  36. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient/models/maintainer_short_model.py +5 -4
  37. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient/models/new_build_task_body.py +5 -4
  38. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient/models/new_device_body.py +5 -4
  39. foxinternalclient-5.4.0/foxinternalclient/models/passkey_credential_response.py +117 -0
  40. foxinternalclient-5.4.0/foxinternalclient/models/passkey_options_response.py +91 -0
  41. foxinternalclient-5.4.0/foxinternalclient/models/passkey_register_options_request.py +89 -0
  42. foxinternalclient-5.4.0/foxinternalclient/models/passkey_verify_request.py +98 -0
  43. foxinternalclient-5.4.0/foxinternalclient/models/password_confirmation_body.py +89 -0
  44. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient/models/paste_input.py +6 -5
  45. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient/models/paste_output.py +5 -4
  46. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient/models/recovery_img_response.py +5 -4
  47. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient/models/release_groups_response.py +5 -4
  48. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient/models/release_internal_response.py +5 -4
  49. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient/models/release_internal_response_prop_value.py +1 -1
  50. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient/models/release_response.py +5 -4
  51. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient/models/release_stats_response.py +5 -4
  52. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient/models/release_type.py +1 -1
  53. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient/models/release_update_body.py +5 -4
  54. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient/models/releases_sort.py +1 -1
  55. foxinternalclient-5.4.0/foxinternalclient/models/rename_passkey_body.py +94 -0
  56. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient/models/response_get_releases.py +1 -1
  57. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient/models/short_device_response.py +5 -4
  58. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient/models/short_release_response.py +5 -4
  59. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient/models/task_update_body.py +5 -4
  60. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient/models/token_response.py +5 -4
  61. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient/models/user_gitlab.py +5 -4
  62. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient/models/user_internal_response.py +5 -4
  63. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient/models/user_mail.py +5 -4
  64. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient/models/user_short_response.py +5 -4
  65. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient/models/user_telegram.py +5 -4
  66. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient/models/user_update_body.py +5 -4
  67. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient/models/validation_error.py +20 -10
  68. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient/rest.py +24 -11
  69. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient.egg-info/PKG-INFO +19 -7
  70. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient.egg-info/SOURCES.txt +15 -3
  71. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient.egg-info/requires.txt +1 -2
  72. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/pyproject.toml +2 -3
  73. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/setup.py +4 -7
  74. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/test/test_body_change_password_profile_change_password_post.py +1 -1
  75. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/test/test_build_status_enum.py +1 -1
  76. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/test/test_build_task_response.py +1 -1
  77. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/test/test_build_task_short_response.py +1 -1
  78. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/test/test_device_api.py +1 -1
  79. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/test/test_device_internal_response.py +1 -1
  80. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/test/test_device_response.py +1 -1
  81. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/test/test_device_stats_response.py +1 -1
  82. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/test/test_device_update_body.py +1 -1
  83. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/test/test_ff_status_enum.py +1 -1
  84. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/test/test_ff_status_response.py +1 -1
  85. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/test/test_fox_factory_api.py +1 -1
  86. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/test/test_gitlab_api.py +1 -1
  87. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/test/test_global_stats_aggregation_model.py +1 -1
  88. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/test/test_http_validation_error.py +4 -2
  89. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/test/test_internal_api.py +50 -1
  90. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/test/test_list_response_build_task_short_response.py +3 -3
  91. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/test/test_list_response_release_response.py +1 -1
  92. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/test/test_list_response_short_device_response.py +1 -1
  93. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/test/test_list_response_short_release_response.py +1 -1
  94. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/test/test_list_response_str.py +1 -1
  95. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/test/test_list_response_user_short_response.py +1 -1
  96. foxinternalclient-5.4.0/test/test_location_inner.py +51 -0
  97. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/test/test_log_list_response.py +3 -7
  98. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/test/test_log_response.py +2 -4
  99. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/test/test_maintainer_short_model.py +1 -1
  100. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/test/test_new_build_task_body.py +1 -1
  101. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/test/test_new_device_body.py +1 -1
  102. foxinternalclient-5.4.0/test/test_passkey_credential_response.py +66 -0
  103. foxinternalclient-5.4.0/test/test_passkey_options_response.py +55 -0
  104. foxinternalclient-5.4.0/test/test_passkey_register_options_request.py +53 -0
  105. foxinternalclient-5.4.0/test/test_passkey_verify_request.py +56 -0
  106. foxinternalclient-5.4.0/test/test_password_confirmation_body.py +53 -0
  107. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/test/test_paste_api.py +1 -1
  108. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/test/test_paste_input.py +1 -1
  109. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/test/test_paste_output.py +1 -1
  110. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/test/test_recovery_img_response.py +1 -1
  111. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/test/test_release_api.py +1 -1
  112. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/test/test_release_groups_response.py +1 -1
  113. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/test/test_release_internal_response.py +1 -1
  114. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/test/test_release_internal_response_prop_value.py +1 -1
  115. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/test/test_release_response.py +1 -1
  116. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/test/test_release_stats_response.py +1 -1
  117. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/test/test_release_type.py +1 -1
  118. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/test/test_release_update_body.py +1 -1
  119. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/test/test_releases_sort.py +1 -1
  120. foxinternalclient-5.4.0/test/test_rename_passkey_body.py +52 -0
  121. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/test/test_response_get_releases.py +1 -1
  122. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/test/test_short_device_response.py +1 -1
  123. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/test/test_short_release_response.py +1 -1
  124. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/test/test_stats_api.py +1 -1
  125. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/test/test_task_update_body.py +1 -1
  126. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/test/test_token_response.py +1 -1
  127. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/test/test_user_gitlab.py +1 -1
  128. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/test/test_user_internal_response.py +1 -1
  129. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/test/test_user_mail.py +1 -1
  130. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/test/test_user_short_response.py +1 -1
  131. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/test/test_user_telegram.py +1 -1
  132. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/test/test_user_update_body.py +1 -1
  133. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/test/test_validation_error.py +4 -2
  134. foxinternalclient-5.3.2/test/test_validation_error_loc_inner.py +0 -51
  135. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient/api/__init__.py +0 -0
  136. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient/api_response.py +0 -0
  137. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient/py.typed +0 -0
  138. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient.egg-info/dependency_links.txt +0 -0
  139. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/foxinternalclient.egg-info/top_level.txt +0 -0
  140. {foxinternalclient-5.3.2 → foxinternalclient-5.4.0}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: foxinternalclient
3
- Version: 5.3.2
3
+ Version: 5.4.0
4
4
  Summary: Fox API
5
5
  Home-page:
6
6
  Author: OpenAPI Generator community
@@ -9,11 +9,10 @@ Project-URL: Repository, https://github.com/GIT_USER_ID/GIT_REPO_ID
9
9
  Keywords: OpenAPI,OpenAPI-Generator,Fox API
10
10
  Requires-Python: >=3.9
11
11
  Description-Content-Type: text/markdown
12
- Requires-Dist: urllib3<3.0.0,>=2.1.0
13
12
  Requires-Dist: python-dateutil>=2.8.2
14
13
  Requires-Dist: aiohttp>=3.8.4
15
14
  Requires-Dist: aiohttp-retry>=2.8.3
16
- Requires-Dist: pydantic>=2
15
+ Requires-Dist: pydantic>=2.11
17
16
  Requires-Dist: typing-extensions>=4.7.1
18
17
  Dynamic: author
19
18
 
@@ -31,9 +30,9 @@ The requests may be logged for analytics and development purposes.
31
30
 
32
31
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
33
32
 
34
- - API version: 5.3.2
35
- - Package version: 5.3.2
36
- - Generator version: 7.17.0
33
+ - API version: 5.4.0
34
+ - Package version: 5.4.0
35
+ - Generator version: 7.21.0
37
36
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
38
37
 
39
38
  ## Requirements.
@@ -133,6 +132,7 @@ Class | Method | HTTP request | Description
133
132
  *InternalApi* | [**change_password_profile_change_password_post**](docs/InternalApi.md#change_password_profile_change_password_post) | **POST** /profile/change_password | Change Password
134
133
  *InternalApi* | [**del_release_internal_releases_release_id_delete**](docs/InternalApi.md#del_release_internal_releases_release_id_delete) | **DELETE** /internal/releases/{release_id} | Del Release
135
134
  *InternalApi* | [**delete_device_internal_devices_device_id_delete**](docs/InternalApi.md#delete_device_internal_devices_device_id_delete) | **DELETE** /internal/devices/{device_id} | Delete Device
135
+ *InternalApi* | [**delete_passkey_profile_passkeys_credential_id_delete**](docs/InternalApi.md#delete_passkey_profile_passkeys_credential_id_delete) | **DELETE** /profile/passkeys/{credential_id} | Delete Passkey
136
136
  *InternalApi* | [**delete_paste_internal_paste_paste_id_delete**](docs/InternalApi.md#delete_paste_internal_paste_paste_id_delete) | **DELETE** /internal/paste/{paste_id} | Delete Paste
137
137
  *InternalApi* | [**delete_user_internal_users_user_id_delete**](docs/InternalApi.md#delete_user_internal_users_user_id_delete) | **DELETE** /internal/users/{user_id} | Delete User
138
138
  *InternalApi* | [**edit_release_internal_releases_release_id_put**](docs/InternalApi.md#edit_release_internal_releases_release_id_put) | **PUT** /internal/releases/{release_id} | Edit Release
@@ -141,12 +141,18 @@ Class | Method | HTTP request | Description
141
141
  *InternalApi* | [**get_release_info_internal_releases_release_id_get**](docs/InternalApi.md#get_release_info_internal_releases_release_id_get) | **GET** /internal/releases/{release_id} | Get Release Info
142
142
  *InternalApi* | [**get_release_zip_internal_releases_release_id_dl_get**](docs/InternalApi.md#get_release_zip_internal_releases_release_id_dl_get) | **GET** /internal/releases/{release_id}/dl | Get Release Zip
143
143
  *InternalApi* | [**get_user_by_id_internal_users_user_id_get**](docs/InternalApi.md#get_user_by_id_internal_users_user_id_get) | **GET** /internal/users/{user_id} | Get User By Id
144
+ *InternalApi* | [**list_passkeys_profile_passkeys_get**](docs/InternalApi.md#list_passkeys_profile_passkeys_get) | **GET** /profile/passkeys | List Passkeys
144
145
  *InternalApi* | [**list_pastes_internal_paste_get**](docs/InternalApi.md#list_pastes_internal_paste_get) | **GET** /internal/paste/ | List Pastes
145
146
  *InternalApi* | [**list_users_internal_users_get**](docs/InternalApi.md#list_users_internal_users_get) | **GET** /internal/users/ | List Users
146
147
  *InternalApi* | [**login_oauth_auth_login_post**](docs/InternalApi.md#login_oauth_auth_login_post) | **POST** /auth/login | Login Oauth
147
148
  *InternalApi* | [**logout_auth_logout_post**](docs/InternalApi.md#logout_auth_logout_post) | **POST** /auth/logout | Logout
148
149
  *InternalApi* | [**new_device_internal_devices_post**](docs/InternalApi.md#new_device_internal_devices_post) | **POST** /internal/devices/ | New Device
149
150
  *InternalApi* | [**new_release_internal_releases_post**](docs/InternalApi.md#new_release_internal_releases_post) | **POST** /internal/releases/ | New Release
151
+ *InternalApi* | [**passkey_login_options_auth_passkeys_login_options_post**](docs/InternalApi.md#passkey_login_options_auth_passkeys_login_options_post) | **POST** /auth/passkeys/login/options | Passkey Login Options
152
+ *InternalApi* | [**passkey_login_verify_auth_passkeys_login_verify_post**](docs/InternalApi.md#passkey_login_verify_auth_passkeys_login_verify_post) | **POST** /auth/passkeys/login/verify | Passkey Login Verify
153
+ *InternalApi* | [**passkey_register_options_auth_passkeys_register_options_post**](docs/InternalApi.md#passkey_register_options_auth_passkeys_register_options_post) | **POST** /auth/passkeys/register/options | Passkey Register Options
154
+ *InternalApi* | [**passkey_register_verify_auth_passkeys_register_verify_post**](docs/InternalApi.md#passkey_register_verify_auth_passkeys_register_verify_post) | **POST** /auth/passkeys/register/verify | Passkey Register Verify
155
+ *InternalApi* | [**rename_passkey_profile_passkeys_credential_id_rename_post**](docs/InternalApi.md#rename_passkey_profile_passkeys_credential_id_rename_post) | **POST** /profile/passkeys/{credential_id}/rename | Rename Passkey
150
156
  *InternalApi* | [**renew_auth_renew_post**](docs/InternalApi.md#renew_auth_renew_post) | **POST** /auth/renew | Renew
151
157
  *InternalApi* | [**update_device_internal_devices_device_id_put**](docs/InternalApi.md#update_device_internal_devices_device_id_put) | **PUT** /internal/devices/{device_id} | Update Device
152
158
  *InternalApi* | [**update_paste_internal_paste_paste_id_put**](docs/InternalApi.md#update_paste_internal_paste_paste_id_put) | **PUT** /internal/paste/{paste_id} | Update Paste
@@ -180,11 +186,17 @@ Class | Method | HTTP request | Description
180
186
  - [ListResponseShortReleaseResponse](docs/ListResponseShortReleaseResponse.md)
181
187
  - [ListResponseStr](docs/ListResponseStr.md)
182
188
  - [ListResponseUserShortResponse](docs/ListResponseUserShortResponse.md)
189
+ - [LocationInner](docs/LocationInner.md)
183
190
  - [LogListResponse](docs/LogListResponse.md)
184
191
  - [LogResponse](docs/LogResponse.md)
185
192
  - [MaintainerShortModel](docs/MaintainerShortModel.md)
186
193
  - [NewBuildTaskBody](docs/NewBuildTaskBody.md)
187
194
  - [NewDeviceBody](docs/NewDeviceBody.md)
195
+ - [PasskeyCredentialResponse](docs/PasskeyCredentialResponse.md)
196
+ - [PasskeyOptionsResponse](docs/PasskeyOptionsResponse.md)
197
+ - [PasskeyRegisterOptionsRequest](docs/PasskeyRegisterOptionsRequest.md)
198
+ - [PasskeyVerifyRequest](docs/PasskeyVerifyRequest.md)
199
+ - [PasswordConfirmationBody](docs/PasswordConfirmationBody.md)
188
200
  - [PasteInput](docs/PasteInput.md)
189
201
  - [PasteOutput](docs/PasteOutput.md)
190
202
  - [RecoveryImgResponse](docs/RecoveryImgResponse.md)
@@ -196,6 +208,7 @@ Class | Method | HTTP request | Description
196
208
  - [ReleaseType](docs/ReleaseType.md)
197
209
  - [ReleaseUpdateBody](docs/ReleaseUpdateBody.md)
198
210
  - [ReleasesSort](docs/ReleasesSort.md)
211
+ - [RenamePasskeyBody](docs/RenamePasskeyBody.md)
199
212
  - [ResponseGetReleases](docs/ResponseGetReleases.md)
200
213
  - [ShortDeviceResponse](docs/ShortDeviceResponse.md)
201
214
  - [ShortReleaseResponse](docs/ShortReleaseResponse.md)
@@ -208,7 +221,6 @@ Class | Method | HTTP request | Description
208
221
  - [UserTelegram](docs/UserTelegram.md)
209
222
  - [UserUpdateBody](docs/UserUpdateBody.md)
210
223
  - [ValidationError](docs/ValidationError.md)
211
- - [ValidationErrorLocInner](docs/ValidationErrorLocInner.md)
212
224
 
213
225
 
214
226
  <a id="documentation-for-authorization"></a>
@@ -12,9 +12,9 @@ The requests may be logged for analytics and development purposes.
12
12
 
13
13
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
14
14
 
15
- - API version: 5.3.2
16
- - Package version: 5.3.2
17
- - Generator version: 7.17.0
15
+ - API version: 5.4.0
16
+ - Package version: 5.4.0
17
+ - Generator version: 7.21.0
18
18
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
19
19
 
20
20
  ## Requirements.
@@ -114,6 +114,7 @@ Class | Method | HTTP request | Description
114
114
  *InternalApi* | [**change_password_profile_change_password_post**](docs/InternalApi.md#change_password_profile_change_password_post) | **POST** /profile/change_password | Change Password
115
115
  *InternalApi* | [**del_release_internal_releases_release_id_delete**](docs/InternalApi.md#del_release_internal_releases_release_id_delete) | **DELETE** /internal/releases/{release_id} | Del Release
116
116
  *InternalApi* | [**delete_device_internal_devices_device_id_delete**](docs/InternalApi.md#delete_device_internal_devices_device_id_delete) | **DELETE** /internal/devices/{device_id} | Delete Device
117
+ *InternalApi* | [**delete_passkey_profile_passkeys_credential_id_delete**](docs/InternalApi.md#delete_passkey_profile_passkeys_credential_id_delete) | **DELETE** /profile/passkeys/{credential_id} | Delete Passkey
117
118
  *InternalApi* | [**delete_paste_internal_paste_paste_id_delete**](docs/InternalApi.md#delete_paste_internal_paste_paste_id_delete) | **DELETE** /internal/paste/{paste_id} | Delete Paste
118
119
  *InternalApi* | [**delete_user_internal_users_user_id_delete**](docs/InternalApi.md#delete_user_internal_users_user_id_delete) | **DELETE** /internal/users/{user_id} | Delete User
119
120
  *InternalApi* | [**edit_release_internal_releases_release_id_put**](docs/InternalApi.md#edit_release_internal_releases_release_id_put) | **PUT** /internal/releases/{release_id} | Edit Release
@@ -122,12 +123,18 @@ Class | Method | HTTP request | Description
122
123
  *InternalApi* | [**get_release_info_internal_releases_release_id_get**](docs/InternalApi.md#get_release_info_internal_releases_release_id_get) | **GET** /internal/releases/{release_id} | Get Release Info
123
124
  *InternalApi* | [**get_release_zip_internal_releases_release_id_dl_get**](docs/InternalApi.md#get_release_zip_internal_releases_release_id_dl_get) | **GET** /internal/releases/{release_id}/dl | Get Release Zip
124
125
  *InternalApi* | [**get_user_by_id_internal_users_user_id_get**](docs/InternalApi.md#get_user_by_id_internal_users_user_id_get) | **GET** /internal/users/{user_id} | Get User By Id
126
+ *InternalApi* | [**list_passkeys_profile_passkeys_get**](docs/InternalApi.md#list_passkeys_profile_passkeys_get) | **GET** /profile/passkeys | List Passkeys
125
127
  *InternalApi* | [**list_pastes_internal_paste_get**](docs/InternalApi.md#list_pastes_internal_paste_get) | **GET** /internal/paste/ | List Pastes
126
128
  *InternalApi* | [**list_users_internal_users_get**](docs/InternalApi.md#list_users_internal_users_get) | **GET** /internal/users/ | List Users
127
129
  *InternalApi* | [**login_oauth_auth_login_post**](docs/InternalApi.md#login_oauth_auth_login_post) | **POST** /auth/login | Login Oauth
128
130
  *InternalApi* | [**logout_auth_logout_post**](docs/InternalApi.md#logout_auth_logout_post) | **POST** /auth/logout | Logout
129
131
  *InternalApi* | [**new_device_internal_devices_post**](docs/InternalApi.md#new_device_internal_devices_post) | **POST** /internal/devices/ | New Device
130
132
  *InternalApi* | [**new_release_internal_releases_post**](docs/InternalApi.md#new_release_internal_releases_post) | **POST** /internal/releases/ | New Release
133
+ *InternalApi* | [**passkey_login_options_auth_passkeys_login_options_post**](docs/InternalApi.md#passkey_login_options_auth_passkeys_login_options_post) | **POST** /auth/passkeys/login/options | Passkey Login Options
134
+ *InternalApi* | [**passkey_login_verify_auth_passkeys_login_verify_post**](docs/InternalApi.md#passkey_login_verify_auth_passkeys_login_verify_post) | **POST** /auth/passkeys/login/verify | Passkey Login Verify
135
+ *InternalApi* | [**passkey_register_options_auth_passkeys_register_options_post**](docs/InternalApi.md#passkey_register_options_auth_passkeys_register_options_post) | **POST** /auth/passkeys/register/options | Passkey Register Options
136
+ *InternalApi* | [**passkey_register_verify_auth_passkeys_register_verify_post**](docs/InternalApi.md#passkey_register_verify_auth_passkeys_register_verify_post) | **POST** /auth/passkeys/register/verify | Passkey Register Verify
137
+ *InternalApi* | [**rename_passkey_profile_passkeys_credential_id_rename_post**](docs/InternalApi.md#rename_passkey_profile_passkeys_credential_id_rename_post) | **POST** /profile/passkeys/{credential_id}/rename | Rename Passkey
131
138
  *InternalApi* | [**renew_auth_renew_post**](docs/InternalApi.md#renew_auth_renew_post) | **POST** /auth/renew | Renew
132
139
  *InternalApi* | [**update_device_internal_devices_device_id_put**](docs/InternalApi.md#update_device_internal_devices_device_id_put) | **PUT** /internal/devices/{device_id} | Update Device
133
140
  *InternalApi* | [**update_paste_internal_paste_paste_id_put**](docs/InternalApi.md#update_paste_internal_paste_paste_id_put) | **PUT** /internal/paste/{paste_id} | Update Paste
@@ -161,11 +168,17 @@ Class | Method | HTTP request | Description
161
168
  - [ListResponseShortReleaseResponse](docs/ListResponseShortReleaseResponse.md)
162
169
  - [ListResponseStr](docs/ListResponseStr.md)
163
170
  - [ListResponseUserShortResponse](docs/ListResponseUserShortResponse.md)
171
+ - [LocationInner](docs/LocationInner.md)
164
172
  - [LogListResponse](docs/LogListResponse.md)
165
173
  - [LogResponse](docs/LogResponse.md)
166
174
  - [MaintainerShortModel](docs/MaintainerShortModel.md)
167
175
  - [NewBuildTaskBody](docs/NewBuildTaskBody.md)
168
176
  - [NewDeviceBody](docs/NewDeviceBody.md)
177
+ - [PasskeyCredentialResponse](docs/PasskeyCredentialResponse.md)
178
+ - [PasskeyOptionsResponse](docs/PasskeyOptionsResponse.md)
179
+ - [PasskeyRegisterOptionsRequest](docs/PasskeyRegisterOptionsRequest.md)
180
+ - [PasskeyVerifyRequest](docs/PasskeyVerifyRequest.md)
181
+ - [PasswordConfirmationBody](docs/PasswordConfirmationBody.md)
169
182
  - [PasteInput](docs/PasteInput.md)
170
183
  - [PasteOutput](docs/PasteOutput.md)
171
184
  - [RecoveryImgResponse](docs/RecoveryImgResponse.md)
@@ -177,6 +190,7 @@ Class | Method | HTTP request | Description
177
190
  - [ReleaseType](docs/ReleaseType.md)
178
191
  - [ReleaseUpdateBody](docs/ReleaseUpdateBody.md)
179
192
  - [ReleasesSort](docs/ReleasesSort.md)
193
+ - [RenamePasskeyBody](docs/RenamePasskeyBody.md)
180
194
  - [ResponseGetReleases](docs/ResponseGetReleases.md)
181
195
  - [ShortDeviceResponse](docs/ShortDeviceResponse.md)
182
196
  - [ShortReleaseResponse](docs/ShortReleaseResponse.md)
@@ -189,7 +203,6 @@ Class | Method | HTTP request | Description
189
203
  - [UserTelegram](docs/UserTelegram.md)
190
204
  - [UserUpdateBody](docs/UserUpdateBody.md)
191
205
  - [ValidationError](docs/ValidationError.md)
192
- - [ValidationErrorLocInner](docs/ValidationErrorLocInner.md)
193
206
 
194
207
 
195
208
  <a id="documentation-for-authorization"></a>
@@ -7,7 +7,7 @@
7
7
 
8
8
  Warning: Please add a custom user agent header to your requests. This would help us fighting against DDoS attacks in future, while keeping your application's access to the API. In future, this may be a mandatory requirement. To reduce the system load, the API endpoints are rate limited. The default limit is 30 requests per minute. Contact admin@orangefox.tech if you need a higher limit. The requests may be logged for analytics and development purposes.
9
9
 
10
- The version of the OpenAPI document: 5.3.2
10
+ The version of the OpenAPI document: 5.4.0
11
11
  Contact: admin@orangefox.tech
12
12
  Generated by OpenAPI Generator (https://openapi-generator.tech)
13
13
 
@@ -15,7 +15,7 @@
15
15
  """ # noqa: E501
16
16
 
17
17
 
18
- __version__ = "5.3.2"
18
+ __version__ = "5.4.0"
19
19
 
20
20
  # Define package exports
21
21
  __all__ = [
@@ -53,11 +53,17 @@ __all__ = [
53
53
  "ListResponseShortReleaseResponse",
54
54
  "ListResponseStr",
55
55
  "ListResponseUserShortResponse",
56
+ "LocationInner",
56
57
  "LogListResponse",
57
58
  "LogResponse",
58
59
  "MaintainerShortModel",
59
60
  "NewBuildTaskBody",
60
61
  "NewDeviceBody",
62
+ "PasskeyCredentialResponse",
63
+ "PasskeyOptionsResponse",
64
+ "PasskeyRegisterOptionsRequest",
65
+ "PasskeyVerifyRequest",
66
+ "PasswordConfirmationBody",
61
67
  "PasteInput",
62
68
  "PasteOutput",
63
69
  "RecoveryImgResponse",
@@ -69,6 +75,7 @@ __all__ = [
69
75
  "ReleaseType",
70
76
  "ReleaseUpdateBody",
71
77
  "ReleasesSort",
78
+ "RenamePasskeyBody",
72
79
  "ResponseGetReleases",
73
80
  "ShortDeviceResponse",
74
81
  "ShortReleaseResponse",
@@ -81,7 +88,6 @@ __all__ = [
81
88
  "UserTelegram",
82
89
  "UserUpdateBody",
83
90
  "ValidationError",
84
- "ValidationErrorLocInner",
85
91
  ]
86
92
 
87
93
  # import apis into sdk package
@@ -123,11 +129,17 @@ from foxinternalclient.models.list_response_short_device_response import ListRes
123
129
  from foxinternalclient.models.list_response_short_release_response import ListResponseShortReleaseResponse as ListResponseShortReleaseResponse
124
130
  from foxinternalclient.models.list_response_str import ListResponseStr as ListResponseStr
125
131
  from foxinternalclient.models.list_response_user_short_response import ListResponseUserShortResponse as ListResponseUserShortResponse
132
+ from foxinternalclient.models.location_inner import LocationInner as LocationInner
126
133
  from foxinternalclient.models.log_list_response import LogListResponse as LogListResponse
127
134
  from foxinternalclient.models.log_response import LogResponse as LogResponse
128
135
  from foxinternalclient.models.maintainer_short_model import MaintainerShortModel as MaintainerShortModel
129
136
  from foxinternalclient.models.new_build_task_body import NewBuildTaskBody as NewBuildTaskBody
130
137
  from foxinternalclient.models.new_device_body import NewDeviceBody as NewDeviceBody
138
+ from foxinternalclient.models.passkey_credential_response import PasskeyCredentialResponse as PasskeyCredentialResponse
139
+ from foxinternalclient.models.passkey_options_response import PasskeyOptionsResponse as PasskeyOptionsResponse
140
+ from foxinternalclient.models.passkey_register_options_request import PasskeyRegisterOptionsRequest as PasskeyRegisterOptionsRequest
141
+ from foxinternalclient.models.passkey_verify_request import PasskeyVerifyRequest as PasskeyVerifyRequest
142
+ from foxinternalclient.models.password_confirmation_body import PasswordConfirmationBody as PasswordConfirmationBody
131
143
  from foxinternalclient.models.paste_input import PasteInput as PasteInput
132
144
  from foxinternalclient.models.paste_output import PasteOutput as PasteOutput
133
145
  from foxinternalclient.models.recovery_img_response import RecoveryImgResponse as RecoveryImgResponse
@@ -139,6 +151,7 @@ from foxinternalclient.models.release_stats_response import ReleaseStatsResponse
139
151
  from foxinternalclient.models.release_type import ReleaseType as ReleaseType
140
152
  from foxinternalclient.models.release_update_body import ReleaseUpdateBody as ReleaseUpdateBody
141
153
  from foxinternalclient.models.releases_sort import ReleasesSort as ReleasesSort
154
+ from foxinternalclient.models.rename_passkey_body import RenamePasskeyBody as RenamePasskeyBody
142
155
  from foxinternalclient.models.response_get_releases import ResponseGetReleases as ResponseGetReleases
143
156
  from foxinternalclient.models.short_device_response import ShortDeviceResponse as ShortDeviceResponse
144
157
  from foxinternalclient.models.short_release_response import ShortReleaseResponse as ShortReleaseResponse
@@ -151,5 +164,4 @@ from foxinternalclient.models.user_short_response import UserShortResponse as Us
151
164
  from foxinternalclient.models.user_telegram import UserTelegram as UserTelegram
152
165
  from foxinternalclient.models.user_update_body import UserUpdateBody as UserUpdateBody
153
166
  from foxinternalclient.models.validation_error import ValidationError as ValidationError
154
- from foxinternalclient.models.validation_error_loc_inner import ValidationErrorLocInner as ValidationErrorLocInner
155
167
 
@@ -1,17 +1,16 @@
1
- # coding: utf-8
2
-
3
1
  """
4
2
  Fox API
5
3
 
6
4
  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
5
 
8
- The version of the OpenAPI document: 5.3.2
6
+ The version of the OpenAPI document: 5.4.0
9
7
  Contact: admin@orangefox.tech
10
8
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
9
 
12
10
  Do not edit the class manually.
13
11
  """ # noqa: E501
14
12
 
13
+
15
14
  import warnings
16
15
  from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
17
16
  from typing import Any, Dict, List, Optional, Tuple, Union
@@ -63,7 +62,7 @@ class DeviceApi:
63
62
  ) -> DeviceResponse:
64
63
  """Get Device
65
64
 
66
- Extended get device method, including the ability to get a device using device codename instead of the ID. /device/get?codename=lavender Due to the reasons mentioned in the /device route, identification devices using their codenames are considered unrecommended.
65
+ Extended get device method, including the ability to get a device using device codename instead of the ID. /device/get?codename=lavender Due to the reasons mentioned in the /device route, identification devices using their codenames are considered unrecommended.
67
66
 
68
67
  :param device_id:
69
68
  :type device_id: str
@@ -141,7 +140,7 @@ class DeviceApi:
141
140
  ) -> ApiResponse[DeviceResponse]:
142
141
  """Get Device
143
142
 
144
- Extended get device method, including the ability to get a device using device codename instead of the ID. /device/get?codename=lavender Due to the reasons mentioned in the /device route, identification devices using their codenames are considered unrecommended.
143
+ Extended get device method, including the ability to get a device using device codename instead of the ID. /device/get?codename=lavender Due to the reasons mentioned in the /device route, identification devices using their codenames are considered unrecommended.
145
144
 
146
145
  :param device_id:
147
146
  :type device_id: str
@@ -219,7 +218,7 @@ class DeviceApi:
219
218
  ) -> RESTResponseType:
220
219
  """Get Device
221
220
 
222
- Extended get device method, including the ability to get a device using device codename instead of the ID. /device/get?codename=lavender Due to the reasons mentioned in the /device route, identification devices using their codenames are considered unrecommended.
221
+ Extended get device method, including the ability to get a device using device codename instead of the ID. /device/get?codename=lavender Due to the reasons mentioned in the /device route, identification devices using their codenames are considered unrecommended.
223
222
 
224
223
  :param device_id:
225
224
  :type device_id: str
@@ -645,7 +644,7 @@ class DeviceApi:
645
644
  ) -> ListResponseShortDeviceResponse:
646
645
  """Get Devices
647
646
 
648
- Get a device list. Device ID is the internal OrangeFox device identifier (https://www.mongodb.com/docs/manual/reference/method/ObjectId/). Please only use it for identification instead of codename or model_name if it's possible. You would find two Device ID query parameters here, the _id one is left deprecated due to historical reasons, please use id instead. Please note that using model_name is unrecommended and considered deprecated as it's very inconsistent around some OEMs that play with the names around. As of the current moment, the API won't support unified model names at all! In short, do not use model_name as device's identification. Be careful using codenames, there are a lot of problems and pain about those. Some OEMs keep releasing new phones with the same hardware as the old ones and may or may not update or change the codename for those. Currently, API doesn't support unified devices; they would have only one codename. Our OEMs database would not include subbrands, they instead would be added to the model name. Like oem_name: \"Xiaomi\" model_name: \"Poco F5 Pro\". The exclusions are merged ones, like OnePlus, as calling those BBK OnePlus is really weird in the respective communities. Note: You will get only a shortened device object with this method, if you want to get a full one, use \"/device/<device_id>\" or \"/device/get\" method instead.
647
+ Get a device list. Device ID is the internal OrangeFox device identifier (https://www.mongodb.com/docs/manual/reference/method/ObjectId/). Please only use it for identification instead of codename or model_name if it's possible. You would find two Device ID query parameters here, the _id one is left deprecated due to historical reasons, please use id instead. Please note that using model_name is unrecommended and considered deprecated as it's very inconsistent around some OEMs that play with the names around. As of the current moment, the API won't support unified model names at all! In short, do not use model_name as device's identification. Be careful using codenames, there are a lot of problems and pain about those. Some OEMs keep releasing new phones with the same hardware as the old ones and may or may not update or change the codename for those. Currently, API doesn't support unified devices; they would have only one codename. Our OEMs database would not include subbrands, they instead would be added to the model name. Like oem_name: \"Xiaomi\" model_name: \"Poco F5 Pro\". The exclusions are merged ones, like OnePlus, as calling those BBK OnePlus is really weird in the respective communities. Note: You will get only a shortened device object with this method, if you want to get a full one, use \"/device/<device_id>\" or \"/device/get\" method instead.
649
648
 
650
649
  :param id: Filter by Device IDs
651
650
  :type id: List[str]
@@ -754,7 +753,7 @@ class DeviceApi:
754
753
  ) -> ApiResponse[ListResponseShortDeviceResponse]:
755
754
  """Get Devices
756
755
 
757
- Get a device list. Device ID is the internal OrangeFox device identifier (https://www.mongodb.com/docs/manual/reference/method/ObjectId/). Please only use it for identification instead of codename or model_name if it's possible. You would find two Device ID query parameters here, the _id one is left deprecated due to historical reasons, please use id instead. Please note that using model_name is unrecommended and considered deprecated as it's very inconsistent around some OEMs that play with the names around. As of the current moment, the API won't support unified model names at all! In short, do not use model_name as device's identification. Be careful using codenames, there are a lot of problems and pain about those. Some OEMs keep releasing new phones with the same hardware as the old ones and may or may not update or change the codename for those. Currently, API doesn't support unified devices; they would have only one codename. Our OEMs database would not include subbrands, they instead would be added to the model name. Like oem_name: \"Xiaomi\" model_name: \"Poco F5 Pro\". The exclusions are merged ones, like OnePlus, as calling those BBK OnePlus is really weird in the respective communities. Note: You will get only a shortened device object with this method, if you want to get a full one, use \"/device/<device_id>\" or \"/device/get\" method instead.
756
+ Get a device list. Device ID is the internal OrangeFox device identifier (https://www.mongodb.com/docs/manual/reference/method/ObjectId/). Please only use it for identification instead of codename or model_name if it's possible. You would find two Device ID query parameters here, the _id one is left deprecated due to historical reasons, please use id instead. Please note that using model_name is unrecommended and considered deprecated as it's very inconsistent around some OEMs that play with the names around. As of the current moment, the API won't support unified model names at all! In short, do not use model_name as device's identification. Be careful using codenames, there are a lot of problems and pain about those. Some OEMs keep releasing new phones with the same hardware as the old ones and may or may not update or change the codename for those. Currently, API doesn't support unified devices; they would have only one codename. Our OEMs database would not include subbrands, they instead would be added to the model name. Like oem_name: \"Xiaomi\" model_name: \"Poco F5 Pro\". The exclusions are merged ones, like OnePlus, as calling those BBK OnePlus is really weird in the respective communities. Note: You will get only a shortened device object with this method, if you want to get a full one, use \"/device/<device_id>\" or \"/device/get\" method instead.
758
757
 
759
758
  :param id: Filter by Device IDs
760
759
  :type id: List[str]
@@ -863,7 +862,7 @@ class DeviceApi:
863
862
  ) -> RESTResponseType:
864
863
  """Get Devices
865
864
 
866
- Get a device list. Device ID is the internal OrangeFox device identifier (https://www.mongodb.com/docs/manual/reference/method/ObjectId/). Please only use it for identification instead of codename or model_name if it's possible. You would find two Device ID query parameters here, the _id one is left deprecated due to historical reasons, please use id instead. Please note that using model_name is unrecommended and considered deprecated as it's very inconsistent around some OEMs that play with the names around. As of the current moment, the API won't support unified model names at all! In short, do not use model_name as device's identification. Be careful using codenames, there are a lot of problems and pain about those. Some OEMs keep releasing new phones with the same hardware as the old ones and may or may not update or change the codename for those. Currently, API doesn't support unified devices; they would have only one codename. Our OEMs database would not include subbrands, they instead would be added to the model name. Like oem_name: \"Xiaomi\" model_name: \"Poco F5 Pro\". The exclusions are merged ones, like OnePlus, as calling those BBK OnePlus is really weird in the respective communities. Note: You will get only a shortened device object with this method, if you want to get a full one, use \"/device/<device_id>\" or \"/device/get\" method instead.
865
+ Get a device list. Device ID is the internal OrangeFox device identifier (https://www.mongodb.com/docs/manual/reference/method/ObjectId/). Please only use it for identification instead of codename or model_name if it's possible. You would find two Device ID query parameters here, the _id one is left deprecated due to historical reasons, please use id instead. Please note that using model_name is unrecommended and considered deprecated as it's very inconsistent around some OEMs that play with the names around. As of the current moment, the API won't support unified model names at all! In short, do not use model_name as device's identification. Be careful using codenames, there are a lot of problems and pain about those. Some OEMs keep releasing new phones with the same hardware as the old ones and may or may not update or change the codename for those. Currently, API doesn't support unified devices; they would have only one codename. Our OEMs database would not include subbrands, they instead would be added to the model name. Like oem_name: \"Xiaomi\" model_name: \"Poco F5 Pro\". The exclusions are merged ones, like OnePlus, as calling those BBK OnePlus is really weird in the respective communities. Note: You will get only a shortened device object with this method, if you want to get a full one, use \"/device/<device_id>\" or \"/device/get\" method instead.
867
866
 
868
867
  :param id: Filter by Device IDs
869
868
  :type id: List[str]
@@ -1,24 +1,23 @@
1
- # coding: utf-8
2
-
3
1
  """
4
2
  Fox API
5
3
 
6
4
  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
5
 
8
- The version of the OpenAPI document: 5.3.2
6
+ The version of the OpenAPI document: 5.4.0
9
7
  Contact: admin@orangefox.tech
10
8
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
9
 
12
10
  Do not edit the class manually.
13
11
  """ # noqa: E501
14
12
 
13
+
15
14
  import warnings
16
15
  from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
17
16
  from typing import Any, Dict, List, Optional, Tuple, Union
18
17
  from typing_extensions import Annotated
19
18
 
20
- from pydantic import StrictBool, StrictBytes, StrictStr
21
- from typing import Any, Optional, Tuple, Union
19
+ from pydantic import StrictBool, StrictStr
20
+ from typing import Any, Optional
22
21
  from foxinternalclient.models.build_task_response import BuildTaskResponse
23
22
  from foxinternalclient.models.ff_status_enum import FFStatusEnum
24
23
  from foxinternalclient.models.ff_status_response import FFStatusResponse
@@ -2471,7 +2470,7 @@ class FoxFactoryApi:
2471
2470
  async def upload_artifact_factory_task_id_artifact_post(
2472
2471
  self,
2473
2472
  task_id: StrictStr,
2474
- artifact: Union[StrictBytes, StrictStr, Tuple[StrictStr, StrictBytes]],
2473
+ artifact: StrictStr,
2475
2474
  md5_hash: StrictStr,
2476
2475
  _request_timeout: Union[
2477
2476
  None,
@@ -2493,7 +2492,7 @@ class FoxFactoryApi:
2493
2492
  :param task_id: (required)
2494
2493
  :type task_id: str
2495
2494
  :param artifact: (required)
2496
- :type artifact: bytearray
2495
+ :type artifact: str
2497
2496
  :param md5_hash: (required)
2498
2497
  :type md5_hash: str
2499
2498
  :param _request_timeout: timeout setting for this request. If one
@@ -2547,7 +2546,7 @@ class FoxFactoryApi:
2547
2546
  async def upload_artifact_factory_task_id_artifact_post_with_http_info(
2548
2547
  self,
2549
2548
  task_id: StrictStr,
2550
- artifact: Union[StrictBytes, StrictStr, Tuple[StrictStr, StrictBytes]],
2549
+ artifact: StrictStr,
2551
2550
  md5_hash: StrictStr,
2552
2551
  _request_timeout: Union[
2553
2552
  None,
@@ -2569,7 +2568,7 @@ class FoxFactoryApi:
2569
2568
  :param task_id: (required)
2570
2569
  :type task_id: str
2571
2570
  :param artifact: (required)
2572
- :type artifact: bytearray
2571
+ :type artifact: str
2573
2572
  :param md5_hash: (required)
2574
2573
  :type md5_hash: str
2575
2574
  :param _request_timeout: timeout setting for this request. If one
@@ -2623,7 +2622,7 @@ class FoxFactoryApi:
2623
2622
  async def upload_artifact_factory_task_id_artifact_post_without_preload_content(
2624
2623
  self,
2625
2624
  task_id: StrictStr,
2626
- artifact: Union[StrictBytes, StrictStr, Tuple[StrictStr, StrictBytes]],
2625
+ artifact: StrictStr,
2627
2626
  md5_hash: StrictStr,
2628
2627
  _request_timeout: Union[
2629
2628
  None,
@@ -2645,7 +2644,7 @@ class FoxFactoryApi:
2645
2644
  :param task_id: (required)
2646
2645
  :type task_id: str
2647
2646
  :param artifact: (required)
2648
- :type artifact: bytearray
2647
+ :type artifact: str
2649
2648
  :param md5_hash: (required)
2650
2649
  :type md5_hash: str
2651
2650
  :param _request_timeout: timeout setting for this request. If one
@@ -2723,7 +2722,7 @@ class FoxFactoryApi:
2723
2722
  # process the header parameters
2724
2723
  # process the form parameters
2725
2724
  if artifact is not None:
2726
- _files['artifact'] = artifact
2725
+ _form_params.append(('artifact', artifact))
2727
2726
  if md5_hash is not None:
2728
2727
  _form_params.append(('md5_hash', md5_hash))
2729
2728
  # process the body parameter
@@ -1,17 +1,16 @@
1
- # coding: utf-8
2
-
3
1
  """
4
2
  Fox API
5
3
 
6
4
  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
5
 
8
- The version of the OpenAPI document: 5.3.2
6
+ The version of the OpenAPI document: 5.4.0
9
7
  Contact: admin@orangefox.tech
10
8
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
9
 
12
10
  Do not edit the class manually.
13
11
  """ # noqa: E501
14
12
 
13
+
15
14
  import warnings
16
15
  from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
17
16
  from typing import Any, Dict, List, Optional, Tuple, Union