foxinternalclient 5.3.2__tar.gz → 5.3.3__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.3.2 → foxinternalclient-5.3.3}/PKG-INFO +3 -3
  2. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/README.md +2 -2
  3. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/__init__.py +2 -2
  4. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/api/device_api.py +1 -1
  5. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/api/fox_factory_api.py +1 -1
  6. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/api/gitlab_api.py +1 -1
  7. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/api/internal_api.py +1 -1
  8. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/api/paste_api.py +1 -1
  9. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/api/release_api.py +1 -1
  10. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/api/stats_api.py +1 -1
  11. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/api_client.py +2 -2
  12. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/configuration.py +3 -3
  13. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/exceptions.py +1 -1
  14. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/__init__.py +1 -1
  15. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/body_change_password_profile_change_password_post.py +1 -1
  16. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/build_status_enum.py +1 -1
  17. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/build_task_response.py +1 -1
  18. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/build_task_short_response.py +1 -1
  19. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/device_internal_response.py +1 -1
  20. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/device_response.py +1 -1
  21. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/device_stats_response.py +1 -1
  22. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/device_update_body.py +1 -1
  23. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/ff_status_enum.py +1 -1
  24. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/ff_status_response.py +1 -1
  25. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/global_stats_aggregation_model.py +1 -1
  26. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/http_validation_error.py +1 -1
  27. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/list_response_build_task_short_response.py +1 -1
  28. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/list_response_release_response.py +1 -1
  29. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/list_response_short_device_response.py +1 -1
  30. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/list_response_short_release_response.py +1 -1
  31. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/list_response_str.py +1 -1
  32. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/list_response_user_short_response.py +1 -1
  33. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/log_list_response.py +1 -1
  34. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/log_response.py +1 -1
  35. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/maintainer_short_model.py +1 -1
  36. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/new_build_task_body.py +1 -1
  37. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/new_device_body.py +1 -1
  38. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/paste_input.py +2 -2
  39. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/paste_output.py +1 -1
  40. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/recovery_img_response.py +1 -1
  41. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/release_groups_response.py +1 -1
  42. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/release_internal_response.py +1 -1
  43. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/release_internal_response_prop_value.py +1 -1
  44. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/release_response.py +1 -1
  45. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/release_stats_response.py +1 -1
  46. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/release_type.py +1 -1
  47. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/release_update_body.py +1 -1
  48. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/releases_sort.py +1 -1
  49. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/response_get_releases.py +1 -1
  50. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/short_device_response.py +1 -1
  51. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/short_release_response.py +1 -1
  52. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/task_update_body.py +1 -1
  53. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/token_response.py +1 -1
  54. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/user_gitlab.py +1 -1
  55. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/user_internal_response.py +1 -1
  56. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/user_mail.py +1 -1
  57. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/user_short_response.py +1 -1
  58. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/user_telegram.py +1 -1
  59. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/user_update_body.py +1 -1
  60. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/validation_error.py +1 -1
  61. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/models/validation_error_loc_inner.py +1 -1
  62. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/rest.py +2 -2
  63. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient.egg-info/PKG-INFO +3 -3
  64. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/pyproject.toml +1 -1
  65. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/setup.py +2 -2
  66. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_body_change_password_profile_change_password_post.py +1 -1
  67. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_build_status_enum.py +1 -1
  68. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_build_task_response.py +1 -1
  69. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_build_task_short_response.py +1 -1
  70. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_device_api.py +1 -1
  71. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_device_internal_response.py +1 -1
  72. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_device_response.py +1 -1
  73. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_device_stats_response.py +1 -1
  74. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_device_update_body.py +1 -1
  75. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_ff_status_enum.py +1 -1
  76. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_ff_status_response.py +1 -1
  77. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_fox_factory_api.py +1 -1
  78. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_gitlab_api.py +1 -1
  79. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_global_stats_aggregation_model.py +1 -1
  80. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_http_validation_error.py +1 -1
  81. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_internal_api.py +1 -1
  82. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_list_response_build_task_short_response.py +1 -1
  83. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_list_response_release_response.py +1 -1
  84. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_list_response_short_device_response.py +1 -1
  85. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_list_response_short_release_response.py +1 -1
  86. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_list_response_str.py +1 -1
  87. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_list_response_user_short_response.py +1 -1
  88. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_log_list_response.py +1 -1
  89. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_log_response.py +1 -1
  90. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_maintainer_short_model.py +1 -1
  91. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_new_build_task_body.py +1 -1
  92. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_new_device_body.py +1 -1
  93. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_paste_api.py +1 -1
  94. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_paste_input.py +1 -1
  95. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_paste_output.py +1 -1
  96. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_recovery_img_response.py +1 -1
  97. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_release_api.py +1 -1
  98. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_release_groups_response.py +1 -1
  99. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_release_internal_response.py +1 -1
  100. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_release_internal_response_prop_value.py +1 -1
  101. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_release_response.py +1 -1
  102. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_release_stats_response.py +1 -1
  103. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_release_type.py +1 -1
  104. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_release_update_body.py +1 -1
  105. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_releases_sort.py +1 -1
  106. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_response_get_releases.py +1 -1
  107. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_short_device_response.py +1 -1
  108. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_short_release_response.py +1 -1
  109. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_stats_api.py +1 -1
  110. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_task_update_body.py +1 -1
  111. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_token_response.py +1 -1
  112. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_user_gitlab.py +1 -1
  113. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_user_internal_response.py +1 -1
  114. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_user_mail.py +1 -1
  115. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_user_short_response.py +1 -1
  116. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_user_telegram.py +1 -1
  117. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_user_update_body.py +1 -1
  118. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_validation_error.py +1 -1
  119. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/test/test_validation_error_loc_inner.py +1 -1
  120. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/api/__init__.py +0 -0
  121. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/api_response.py +0 -0
  122. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient/py.typed +0 -0
  123. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient.egg-info/SOURCES.txt +0 -0
  124. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient.egg-info/dependency_links.txt +0 -0
  125. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient.egg-info/requires.txt +0 -0
  126. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/foxinternalclient.egg-info/top_level.txt +0 -0
  127. {foxinternalclient-5.3.2 → foxinternalclient-5.3.3}/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.3.3
4
4
  Summary: Fox API
5
5
  Home-page:
6
6
  Author: OpenAPI Generator community
@@ -31,8 +31,8 @@ The requests may be logged for analytics and development purposes.
31
31
 
32
32
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
33
33
 
34
- - API version: 5.3.2
35
- - Package version: 5.3.2
34
+ - API version: 5.3.3
35
+ - Package version: 5.3.3
36
36
  - Generator version: 7.17.0
37
37
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
38
38
 
@@ -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.3.2
16
- - Package version: 5.3.2
15
+ - API version: 5.3.3
16
+ - Package version: 5.3.3
17
17
  - Generator version: 7.17.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.3.2
10
+ The version of the OpenAPI document: 5.3.3
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.3.3"
19
19
 
20
20
  # Define package exports
21
21
  __all__ = [
@@ -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.3.2
8
+ The version of the OpenAPI document: 5.3.3
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.3.2
8
+ The version of the OpenAPI document: 5.3.3
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.3.2
8
+ The version of the OpenAPI document: 5.3.3
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.3.2
8
+ The version of the OpenAPI document: 5.3.3
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.3.2
8
+ The version of the OpenAPI document: 5.3.3
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.3.2
8
+ The version of the OpenAPI document: 5.3.3
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.3.2
8
+ The version of the OpenAPI document: 5.3.3
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.3.2
8
+ The version of the OpenAPI document: 5.3.3
9
9
  Contact: admin@orangefox.tech
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -92,7 +92,7 @@ class ApiClient:
92
92
  self.default_headers[header_name] = header_value
93
93
  self.cookie = cookie
94
94
  # Set default User-Agent.
95
- self.user_agent = 'OpenAPI-Generator/5.3.2/python'
95
+ self.user_agent = 'OpenAPI-Generator/5.3.3/python'
96
96
  self.client_side_validation = configuration.client_side_validation
97
97
 
98
98
  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.3.2
8
+ The version of the OpenAPI document: 5.3.3
9
9
  Contact: admin@orangefox.tech
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -519,8 +519,8 @@ class Configuration:
519
519
  return "Python SDK Debug Report:\n"\
520
520
  "OS: {env}\n"\
521
521
  "Python Version: {pyversion}\n"\
522
- "Version of the API: 5.3.2\n"\
523
- "SDK Package Version: 5.3.2".\
522
+ "Version of the API: 5.3.3\n"\
523
+ "SDK Package Version: 5.3.3".\
524
524
  format(env=sys.platform, pyversion=sys.version)
525
525
 
526
526
  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.3.2
8
+ The version of the OpenAPI document: 5.3.3
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.3.2
9
+ The version of the OpenAPI document: 5.3.3
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.3.2
8
+ The version of the OpenAPI document: 5.3.3
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.3.2
8
+ The version of the OpenAPI document: 5.3.3
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.3.2
8
+ The version of the OpenAPI document: 5.3.3
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.3.2
8
+ The version of the OpenAPI document: 5.3.3
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.3.2
8
+ The version of the OpenAPI document: 5.3.3
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.3.2
8
+ The version of the OpenAPI document: 5.3.3
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.3.2
8
+ The version of the OpenAPI document: 5.3.3
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.3.2
8
+ The version of the OpenAPI document: 5.3.3
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.3.2
8
+ The version of the OpenAPI document: 5.3.3
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.3.2
8
+ The version of the OpenAPI document: 5.3.3
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.3.2
8
+ The version of the OpenAPI document: 5.3.3
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.3.2
8
+ The version of the OpenAPI document: 5.3.3
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.3.2
8
+ The version of the OpenAPI document: 5.3.3
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.3.2
8
+ The version of the OpenAPI document: 5.3.3
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.3.2
8
+ The version of the OpenAPI document: 5.3.3
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.3.2
8
+ The version of the OpenAPI document: 5.3.3
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.3.2
8
+ The version of the OpenAPI document: 5.3.3
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.3.2
8
+ The version of the OpenAPI document: 5.3.3
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.3.2
8
+ The version of the OpenAPI document: 5.3.3
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.3.2
8
+ The version of the OpenAPI document: 5.3.3
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.3.2
8
+ The version of the OpenAPI document: 5.3.3
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.3.2
8
+ The version of the OpenAPI document: 5.3.3
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.3.2
8
+ The version of the OpenAPI document: 5.3.3
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.3.2
8
+ The version of the OpenAPI document: 5.3.3
9
9
  Contact: admin@orangefox.tech
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -28,7 +28,7 @@ class PasteInput(BaseModel):
28
28
  """
29
29
  PasteInput
30
30
  """ # noqa: E501
31
- content: Annotated[str, Field(min_length=1, strict=True, max_length=5.3.20)] = Field(description="The text content of the paste")
31
+ content: Annotated[str, Field(min_length=1, strict=True, max_length=5.3.30)] = Field(description="The text content of the paste")
32
32
  __properties: ClassVar[List[str]] = ["content"]
33
33
 
34
34
  model_config = ConfigDict(
@@ -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.3.2
8
+ The version of the OpenAPI document: 5.3.3
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.3.2
8
+ The version of the OpenAPI document: 5.3.3
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.3.2
8
+ The version of the OpenAPI document: 5.3.3
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.3.2
8
+ The version of the OpenAPI document: 5.3.3
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.3.2
8
+ The version of the OpenAPI document: 5.3.3
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.3.2
8
+ The version of the OpenAPI document: 5.3.3
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.3.2
8
+ The version of the OpenAPI document: 5.3.3
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.3.2
8
+ The version of the OpenAPI document: 5.3.3
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.3.2
8
+ The version of the OpenAPI document: 5.3.3
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.3.2
8
+ The version of the OpenAPI document: 5.3.3
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.3.2
8
+ The version of the OpenAPI document: 5.3.3
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.3.2
8
+ The version of the OpenAPI document: 5.3.3
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.3.2
8
+ The version of the OpenAPI document: 5.3.3
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.3.2
8
+ The version of the OpenAPI document: 5.3.3
9
9
  Contact: admin@orangefox.tech
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11