foxinternalclient 5.2.7__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.7 → foxinternalclient-5.2.8}/PKG-INFO +1 -1
  2. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/README.md +2 -2
  3. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient/__init__.py +2 -2
  4. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient/api/device_api.py +1 -1
  5. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient/api/fox_factory_api.py +1 -1
  6. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient/api/gitlab_api.py +1 -1
  7. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient/api/internal_api.py +1 -1
  8. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient/api/paste_api.py +1 -1
  9. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient/api/release_api.py +1 -1
  10. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient/api/stats_api.py +1 -1
  11. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient/api_client.py +2 -2
  12. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient/configuration.py +3 -3
  13. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient/exceptions.py +1 -1
  14. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient/models/__init__.py +1 -1
  15. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient/models/body_change_password_profile_change_password_post.py +1 -1
  16. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient/models/build_status_enum.py +1 -1
  17. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient/models/build_task_response.py +1 -1
  18. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient/models/build_task_short_response.py +1 -1
  19. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient/models/device_internal_response.py +1 -1
  20. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient/models/device_response.py +1 -1
  21. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient/models/device_stats_response.py +1 -1
  22. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient/models/device_update_body.py +1 -1
  23. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient/models/ff_status_enum.py +1 -1
  24. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient/models/ff_status_response.py +1 -1
  25. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient/models/global_stats_aggregation_model.py +1 -1
  26. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient/models/http_validation_error.py +1 -1
  27. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient/models/list_response_build_task_short_response.py +1 -1
  28. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient/models/list_response_release_response.py +1 -1
  29. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient/models/list_response_short_device_response.py +1 -1
  30. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient/models/list_response_short_release_response.py +1 -1
  31. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient/models/list_response_str.py +1 -1
  32. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient/models/list_response_user_short_response.py +1 -1
  33. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient/models/log_list_response.py +1 -1
  34. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient/models/log_response.py +1 -1
  35. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient/models/maintainer_short_model.py +1 -1
  36. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient/models/new_build_task_body.py +1 -1
  37. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient/models/new_device_body.py +1 -1
  38. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient/models/paste_input.py +1 -1
  39. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient/models/paste_output.py +1 -1
  40. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient/models/recovery_img_response.py +1 -1
  41. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient/models/release_groups_response.py +1 -1
  42. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient/models/release_internal_response.py +1 -1
  43. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient/models/release_internal_response_prop_value.py +1 -1
  44. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient/models/release_response.py +1 -1
  45. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient/models/release_stats_response.py +1 -1
  46. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient/models/release_type.py +1 -1
  47. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient/models/release_update_body.py +1 -1
  48. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient/models/releases_sort.py +1 -1
  49. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient/models/response_get_releases.py +1 -1
  50. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient/models/short_device_response.py +1 -1
  51. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient/models/short_release_response.py +1 -1
  52. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient/models/task_update_body.py +1 -1
  53. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient/models/token_response.py +1 -1
  54. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient/models/user_gitlab.py +1 -1
  55. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient/models/user_internal_response.py +1 -1
  56. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient/models/user_mail.py +1 -1
  57. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient/models/user_short_response.py +1 -1
  58. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient/models/user_telegram.py +1 -1
  59. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient/models/user_update_body.py +1 -1
  60. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient/models/validation_error.py +1 -1
  61. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient/models/validation_error_loc_inner.py +1 -1
  62. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient/rest.py +2 -2
  63. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient.egg-info/PKG-INFO +1 -1
  64. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/pyproject.toml +1 -1
  65. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/setup.py +2 -2
  66. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/test/test_body_change_password_profile_change_password_post.py +1 -1
  67. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/test/test_build_status_enum.py +1 -1
  68. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/test/test_build_task_response.py +1 -1
  69. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/test/test_build_task_short_response.py +1 -1
  70. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/test/test_device_api.py +1 -1
  71. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/test/test_device_internal_response.py +1 -1
  72. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/test/test_device_response.py +1 -1
  73. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/test/test_device_stats_response.py +1 -1
  74. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/test/test_device_update_body.py +1 -1
  75. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/test/test_ff_status_enum.py +1 -1
  76. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/test/test_ff_status_response.py +1 -1
  77. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/test/test_fox_factory_api.py +1 -1
  78. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/test/test_gitlab_api.py +1 -1
  79. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/test/test_global_stats_aggregation_model.py +1 -1
  80. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/test/test_http_validation_error.py +1 -1
  81. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/test/test_internal_api.py +1 -1
  82. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/test/test_list_response_build_task_short_response.py +1 -1
  83. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/test/test_list_response_release_response.py +1 -1
  84. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/test/test_list_response_short_device_response.py +1 -1
  85. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/test/test_list_response_short_release_response.py +1 -1
  86. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/test/test_list_response_str.py +1 -1
  87. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/test/test_list_response_user_short_response.py +1 -1
  88. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/test/test_log_list_response.py +1 -1
  89. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/test/test_log_response.py +1 -1
  90. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/test/test_maintainer_short_model.py +1 -1
  91. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/test/test_new_build_task_body.py +1 -1
  92. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/test/test_new_device_body.py +1 -1
  93. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/test/test_paste_api.py +1 -1
  94. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/test/test_paste_input.py +1 -1
  95. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/test/test_paste_output.py +1 -1
  96. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/test/test_recovery_img_response.py +1 -1
  97. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/test/test_release_api.py +1 -1
  98. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/test/test_release_groups_response.py +1 -1
  99. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/test/test_release_internal_response.py +1 -1
  100. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/test/test_release_internal_response_prop_value.py +1 -1
  101. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/test/test_release_response.py +1 -1
  102. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/test/test_release_stats_response.py +1 -1
  103. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/test/test_release_type.py +1 -1
  104. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/test/test_release_update_body.py +1 -1
  105. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/test/test_releases_sort.py +1 -1
  106. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/test/test_response_get_releases.py +1 -1
  107. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/test/test_short_device_response.py +1 -1
  108. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/test/test_short_release_response.py +1 -1
  109. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/test/test_stats_api.py +1 -1
  110. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/test/test_task_update_body.py +1 -1
  111. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/test/test_token_response.py +1 -1
  112. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/test/test_user_gitlab.py +1 -1
  113. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/test/test_user_internal_response.py +1 -1
  114. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/test/test_user_mail.py +1 -1
  115. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/test/test_user_short_response.py +1 -1
  116. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/test/test_user_telegram.py +1 -1
  117. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/test/test_user_update_body.py +1 -1
  118. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/test/test_validation_error.py +1 -1
  119. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/test/test_validation_error_loc_inner.py +1 -1
  120. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient/api/__init__.py +0 -0
  121. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient/api_response.py +0 -0
  122. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient/py.typed +0 -0
  123. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient.egg-info/SOURCES.txt +0 -0
  124. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient.egg-info/dependency_links.txt +0 -0
  125. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient.egg-info/requires.txt +0 -0
  126. {foxinternalclient-5.2.7 → foxinternalclient-5.2.8}/foxinternalclient.egg-info/top_level.txt +0 -0
  127. {foxinternalclient-5.2.7 → 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.7
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.7
16
- - Package version: 5.2.7
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.7
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.7"
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.7
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.7
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.7
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.7
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.7
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.7
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.7
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.7
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.7/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.7
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.7\n"\
519
- "SDK Package Version: 5.2.7".\
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.7
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.7
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.7
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.7
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.7
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.7
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.7
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.7
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.7
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.7
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.7
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.7
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.7
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.7
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.7
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.7
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.7
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.7
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.7
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.7
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.7
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.7
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.7
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.7
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.7
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.7
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.7
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.7
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.7
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.7
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.7
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.7
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.7
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.7
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.7
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.7
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.7
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.7
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.7
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.7
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.7
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.7
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