@orangefox-recovery/foxclient 6.0.5 → 6.0.7

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 (135) hide show
  1. package/.openapi-generator/FILES +2 -0
  2. package/README.md +4 -3
  3. package/dist/apis/DeviceApi.d.ts +1 -1
  4. package/dist/apis/DeviceApi.js +1 -1
  5. package/dist/apis/PasteApi.d.ts +1 -1
  6. package/dist/apis/PasteApi.js +1 -1
  7. package/dist/apis/ReleaseApi.d.ts +6 -6
  8. package/dist/apis/ReleaseApi.js +2 -2
  9. package/dist/apis/ReportApi.d.ts +1 -1
  10. package/dist/apis/ReportApi.js +1 -1
  11. package/dist/apis/StatsApi.d.ts +1 -1
  12. package/dist/apis/StatsApi.js +1 -1
  13. package/dist/esm/apis/DeviceApi.d.ts +1 -1
  14. package/dist/esm/apis/DeviceApi.js +1 -1
  15. package/dist/esm/apis/PasteApi.d.ts +1 -1
  16. package/dist/esm/apis/PasteApi.js +1 -1
  17. package/dist/esm/apis/ReleaseApi.d.ts +6 -6
  18. package/dist/esm/apis/ReleaseApi.js +3 -3
  19. package/dist/esm/apis/ReportApi.d.ts +1 -1
  20. package/dist/esm/apis/ReportApi.js +1 -1
  21. package/dist/esm/apis/StatsApi.d.ts +1 -1
  22. package/dist/esm/apis/StatsApi.js +1 -1
  23. package/dist/esm/models/DeviceResponse.d.ts +1 -1
  24. package/dist/esm/models/DeviceResponse.js +1 -1
  25. package/dist/esm/models/ErrorResponse.d.ts +1 -1
  26. package/dist/esm/models/ErrorResponse.js +1 -1
  27. package/dist/esm/models/GlobalStatsResponse.d.ts +1 -1
  28. package/dist/esm/models/GlobalStatsResponse.js +1 -1
  29. package/dist/esm/models/ListResponseReleaseResponse.d.ts +1 -1
  30. package/dist/esm/models/ListResponseReleaseResponse.js +1 -1
  31. package/dist/esm/models/ListResponseReleaseResponseDataInner.d.ts +1 -1
  32. package/dist/esm/models/ListResponseReleaseResponseDataInner.js +1 -1
  33. package/dist/esm/models/ListResponseShortDeviceResponse.d.ts +1 -1
  34. package/dist/esm/models/ListResponseShortDeviceResponse.js +1 -1
  35. package/dist/esm/models/ListResponseShortDeviceResponseDataInner.d.ts +1 -1
  36. package/dist/esm/models/ListResponseShortDeviceResponseDataInner.js +1 -1
  37. package/dist/esm/models/ListResponseString.d.ts +1 -1
  38. package/dist/esm/models/ListResponseString.js +1 -1
  39. package/dist/esm/models/MaintainerShortResponse.d.ts +1 -1
  40. package/dist/esm/models/MaintainerShortResponse.js +1 -1
  41. package/dist/esm/models/NewReportRequest.d.ts +1 -1
  42. package/dist/esm/models/NewReportRequest.js +1 -1
  43. package/dist/esm/models/PasteInput.d.ts +1 -1
  44. package/dist/esm/models/PasteInput.js +1 -1
  45. package/dist/esm/models/PasteResponse.d.ts +1 -1
  46. package/dist/esm/models/PasteResponse.js +1 -1
  47. package/dist/esm/models/RecoveryImgResponse.d.ts +1 -1
  48. package/dist/esm/models/RecoveryImgResponse.js +1 -1
  49. package/dist/esm/models/ReleaseGroupsResponse.d.ts +1 -1
  50. package/dist/esm/models/ReleaseGroupsResponse.js +1 -1
  51. package/dist/esm/models/ReleaseListResponse.d.ts +29 -0
  52. package/dist/esm/models/ReleaseListResponse.js +51 -0
  53. package/dist/esm/models/ReleaseResponse.d.ts +1 -1
  54. package/dist/esm/models/ReleaseResponse.js +1 -1
  55. package/dist/esm/models/ShortDeviceResponse.d.ts +1 -1
  56. package/dist/esm/models/ShortDeviceResponse.js +1 -1
  57. package/dist/esm/models/ShortReleaseResponse.d.ts +1 -1
  58. package/dist/esm/models/ShortReleaseResponse.js +1 -1
  59. package/dist/esm/models/TokenResponse.d.ts +1 -1
  60. package/dist/esm/models/TokenResponse.js +1 -1
  61. package/dist/esm/models/index.d.ts +1 -0
  62. package/dist/esm/models/index.js +1 -0
  63. package/dist/esm/runtime.d.ts +1 -1
  64. package/dist/esm/runtime.js +1 -1
  65. package/dist/models/DeviceResponse.d.ts +1 -1
  66. package/dist/models/DeviceResponse.js +1 -1
  67. package/dist/models/ErrorResponse.d.ts +1 -1
  68. package/dist/models/ErrorResponse.js +1 -1
  69. package/dist/models/GlobalStatsResponse.d.ts +1 -1
  70. package/dist/models/GlobalStatsResponse.js +1 -1
  71. package/dist/models/ListResponseReleaseResponse.d.ts +1 -1
  72. package/dist/models/ListResponseReleaseResponse.js +1 -1
  73. package/dist/models/ListResponseReleaseResponseDataInner.d.ts +1 -1
  74. package/dist/models/ListResponseReleaseResponseDataInner.js +1 -1
  75. package/dist/models/ListResponseShortDeviceResponse.d.ts +1 -1
  76. package/dist/models/ListResponseShortDeviceResponse.js +1 -1
  77. package/dist/models/ListResponseShortDeviceResponseDataInner.d.ts +1 -1
  78. package/dist/models/ListResponseShortDeviceResponseDataInner.js +1 -1
  79. package/dist/models/ListResponseString.d.ts +1 -1
  80. package/dist/models/ListResponseString.js +1 -1
  81. package/dist/models/MaintainerShortResponse.d.ts +1 -1
  82. package/dist/models/MaintainerShortResponse.js +1 -1
  83. package/dist/models/NewReportRequest.d.ts +1 -1
  84. package/dist/models/NewReportRequest.js +1 -1
  85. package/dist/models/PasteInput.d.ts +1 -1
  86. package/dist/models/PasteInput.js +1 -1
  87. package/dist/models/PasteResponse.d.ts +1 -1
  88. package/dist/models/PasteResponse.js +1 -1
  89. package/dist/models/RecoveryImgResponse.d.ts +1 -1
  90. package/dist/models/RecoveryImgResponse.js +1 -1
  91. package/dist/models/ReleaseGroupsResponse.d.ts +1 -1
  92. package/dist/models/ReleaseGroupsResponse.js +1 -1
  93. package/dist/models/ReleaseListResponse.d.ts +29 -0
  94. package/dist/models/ReleaseListResponse.js +57 -0
  95. package/dist/models/ReleaseResponse.d.ts +1 -1
  96. package/dist/models/ReleaseResponse.js +1 -1
  97. package/dist/models/ShortDeviceResponse.d.ts +1 -1
  98. package/dist/models/ShortDeviceResponse.js +1 -1
  99. package/dist/models/ShortReleaseResponse.d.ts +1 -1
  100. package/dist/models/ShortReleaseResponse.js +1 -1
  101. package/dist/models/TokenResponse.d.ts +1 -1
  102. package/dist/models/TokenResponse.js +1 -1
  103. package/dist/models/index.d.ts +1 -0
  104. package/dist/models/index.js +1 -0
  105. package/dist/runtime.d.ts +1 -1
  106. package/dist/runtime.js +1 -1
  107. package/docs/ReleaseApi.md +2 -2
  108. package/docs/ReleaseListResponse.md +37 -0
  109. package/package.json +1 -1
  110. package/src/apis/DeviceApi.ts +1 -1
  111. package/src/apis/PasteApi.ts +1 -1
  112. package/src/apis/ReleaseApi.ts +9 -6
  113. package/src/apis/ReportApi.ts +1 -1
  114. package/src/apis/StatsApi.ts +1 -1
  115. package/src/models/DeviceResponse.ts +1 -1
  116. package/src/models/ErrorResponse.ts +1 -1
  117. package/src/models/GlobalStatsResponse.ts +1 -1
  118. package/src/models/ListResponseReleaseResponse.ts +1 -1
  119. package/src/models/ListResponseReleaseResponseDataInner.ts +1 -1
  120. package/src/models/ListResponseShortDeviceResponse.ts +1 -1
  121. package/src/models/ListResponseShortDeviceResponseDataInner.ts +1 -1
  122. package/src/models/ListResponseString.ts +1 -1
  123. package/src/models/MaintainerShortResponse.ts +1 -1
  124. package/src/models/NewReportRequest.ts +1 -1
  125. package/src/models/PasteInput.ts +1 -1
  126. package/src/models/PasteResponse.ts +1 -1
  127. package/src/models/RecoveryImgResponse.ts +1 -1
  128. package/src/models/ReleaseGroupsResponse.ts +1 -1
  129. package/src/models/ReleaseListResponse.ts +82 -0
  130. package/src/models/ReleaseResponse.ts +1 -1
  131. package/src/models/ShortDeviceResponse.ts +1 -1
  132. package/src/models/ShortReleaseResponse.ts +1 -1
  133. package/src/models/TokenResponse.ts +1 -1
  134. package/src/models/index.ts +1 -0
  135. package/src/runtime.ts +1 -1
@@ -4,7 +4,7 @@
4
4
  * Fox API
5
5
  * 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.
6
6
  *
7
- * The version of the OpenAPI document: 6.0.5
7
+ * The version of the OpenAPI document: 6.0.7
8
8
  * Contact: admin@orangefox.tech
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Fox API
3
3
  * 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.
4
4
  *
5
- * The version of the OpenAPI document: 6.0.5
5
+ * The version of the OpenAPI document: 6.0.7
6
6
  * Contact: admin@orangefox.tech
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Fox API
5
5
  * 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.
6
6
  *
7
- * The version of the OpenAPI document: 6.0.5
7
+ * The version of the OpenAPI document: 6.0.7
8
8
  * Contact: admin@orangefox.tech
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -0,0 +1,29 @@
1
+ /**
2
+ * Fox API
3
+ * 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.
4
+ *
5
+ * The version of the OpenAPI document: 6.0.7
6
+ * Contact: admin@orangefox.tech
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { ListResponseReleaseResponse } from './ListResponseReleaseResponse';
13
+ import type { ReleaseGroupsResponse } from './ReleaseGroupsResponse';
14
+ /**
15
+ * @type ReleaseListResponse
16
+ * Response body for `GET /releases`.
17
+ *
18
+ * The shape of `data` depends on the `group` query parameter: a flat list by
19
+ * default (`ListResponse`), or a version-keyed map when `group=true`
20
+ * (`ReleaseGroupsResponse`). Modeled as an untagged `oneOf` so generated
21
+ * clients deserialize both shapes instead of assuming `data` is always an
22
+ * array (which made them call `.map` on the grouped object and throw).
23
+ * @export
24
+ */
25
+ export type ReleaseListResponse = ListResponseReleaseResponse | ReleaseGroupsResponse;
26
+ export declare function ReleaseListResponseFromJSON(json: any): ReleaseListResponse;
27
+ export declare function ReleaseListResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): ReleaseListResponse;
28
+ export declare function ReleaseListResponseToJSON(json: any): any;
29
+ export declare function ReleaseListResponseToJSONTyped(value?: ReleaseListResponse | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,51 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Fox API
5
+ * 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.
6
+ *
7
+ * The version of the OpenAPI document: 6.0.7
8
+ * Contact: admin@orangefox.tech
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ import { instanceOfListResponseReleaseResponse, ListResponseReleaseResponseFromJSONTyped, ListResponseReleaseResponseToJSON, } from './ListResponseReleaseResponse';
15
+ import { instanceOfReleaseGroupsResponse, ReleaseGroupsResponseFromJSONTyped, ReleaseGroupsResponseToJSON, } from './ReleaseGroupsResponse';
16
+ export function ReleaseListResponseFromJSON(json) {
17
+ return ReleaseListResponseFromJSONTyped(json, false);
18
+ }
19
+ export function ReleaseListResponseFromJSONTyped(json, ignoreDiscriminator) {
20
+ if (json == null) {
21
+ return json;
22
+ }
23
+ if (typeof json !== 'object') {
24
+ return json;
25
+ }
26
+ if (instanceOfListResponseReleaseResponse(json)) {
27
+ return ListResponseReleaseResponseFromJSONTyped(json, true);
28
+ }
29
+ if (instanceOfReleaseGroupsResponse(json)) {
30
+ return ReleaseGroupsResponseFromJSONTyped(json, true);
31
+ }
32
+ return {};
33
+ }
34
+ export function ReleaseListResponseToJSON(json) {
35
+ return ReleaseListResponseToJSONTyped(json, false);
36
+ }
37
+ export function ReleaseListResponseToJSONTyped(value, ignoreDiscriminator = false) {
38
+ if (value == null) {
39
+ return value;
40
+ }
41
+ if (typeof value !== 'object') {
42
+ return value;
43
+ }
44
+ if (instanceOfListResponseReleaseResponse(value)) {
45
+ return ListResponseReleaseResponseToJSON(value);
46
+ }
47
+ if (instanceOfReleaseGroupsResponse(value)) {
48
+ return ReleaseGroupsResponseToJSON(value);
49
+ }
50
+ return {};
51
+ }
@@ -2,7 +2,7 @@
2
2
  * Fox API
3
3
  * 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.
4
4
  *
5
- * The version of the OpenAPI document: 6.0.5
5
+ * The version of the OpenAPI document: 6.0.7
6
6
  * Contact: admin@orangefox.tech
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Fox API
5
5
  * 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.
6
6
  *
7
- * The version of the OpenAPI document: 6.0.5
7
+ * The version of the OpenAPI document: 6.0.7
8
8
  * Contact: admin@orangefox.tech
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Fox API
3
3
  * 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.
4
4
  *
5
- * The version of the OpenAPI document: 6.0.5
5
+ * The version of the OpenAPI document: 6.0.7
6
6
  * Contact: admin@orangefox.tech
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Fox API
5
5
  * 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.
6
6
  *
7
- * The version of the OpenAPI document: 6.0.5
7
+ * The version of the OpenAPI document: 6.0.7
8
8
  * Contact: admin@orangefox.tech
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Fox API
3
3
  * 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.
4
4
  *
5
- * The version of the OpenAPI document: 6.0.5
5
+ * The version of the OpenAPI document: 6.0.7
6
6
  * Contact: admin@orangefox.tech
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Fox API
5
5
  * 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.
6
6
  *
7
- * The version of the OpenAPI document: 6.0.5
7
+ * The version of the OpenAPI document: 6.0.7
8
8
  * Contact: admin@orangefox.tech
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Fox API
3
3
  * 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.
4
4
  *
5
- * The version of the OpenAPI document: 6.0.5
5
+ * The version of the OpenAPI document: 6.0.7
6
6
  * Contact: admin@orangefox.tech
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Fox API
5
5
  * 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.
6
6
  *
7
- * The version of the OpenAPI document: 6.0.5
7
+ * The version of the OpenAPI document: 6.0.7
8
8
  * Contact: admin@orangefox.tech
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -12,6 +12,7 @@ export * from './PasteInput';
12
12
  export * from './PasteResponse';
13
13
  export * from './RecoveryImgResponse';
14
14
  export * from './ReleaseGroupsResponse';
15
+ export * from './ReleaseListResponse';
15
16
  export * from './ReleaseResponse';
16
17
  export * from './ShortDeviceResponse';
17
18
  export * from './ShortReleaseResponse';
@@ -14,6 +14,7 @@ export * from './PasteInput';
14
14
  export * from './PasteResponse';
15
15
  export * from './RecoveryImgResponse';
16
16
  export * from './ReleaseGroupsResponse';
17
+ export * from './ReleaseListResponse';
17
18
  export * from './ReleaseResponse';
18
19
  export * from './ShortDeviceResponse';
19
20
  export * from './ShortReleaseResponse';
@@ -2,7 +2,7 @@
2
2
  * Fox API
3
3
  * 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.
4
4
  *
5
- * The version of the OpenAPI document: 6.0.5
5
+ * The version of the OpenAPI document: 6.0.7
6
6
  * Contact: admin@orangefox.tech
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * Fox API
5
5
  * 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.
6
6
  *
7
- * The version of the OpenAPI document: 6.0.5
7
+ * The version of the OpenAPI document: 6.0.7
8
8
  * Contact: admin@orangefox.tech
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Fox API
3
3
  * 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.
4
4
  *
5
- * The version of the OpenAPI document: 6.0.5
5
+ * The version of the OpenAPI document: 6.0.7
6
6
  * Contact: admin@orangefox.tech
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Fox API
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: 6.0.5
8
+ * The version of the OpenAPI document: 6.0.7
9
9
  * Contact: admin@orangefox.tech
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Fox API
3
3
  * 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.
4
4
  *
5
- * The version of the OpenAPI document: 6.0.5
5
+ * The version of the OpenAPI document: 6.0.7
6
6
  * Contact: admin@orangefox.tech
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Fox API
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: 6.0.5
8
+ * The version of the OpenAPI document: 6.0.7
9
9
  * Contact: admin@orangefox.tech
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Fox API
3
3
  * 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.
4
4
  *
5
- * The version of the OpenAPI document: 6.0.5
5
+ * The version of the OpenAPI document: 6.0.7
6
6
  * Contact: admin@orangefox.tech
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Fox API
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: 6.0.5
8
+ * The version of the OpenAPI document: 6.0.7
9
9
  * Contact: admin@orangefox.tech
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Fox API
3
3
  * 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.
4
4
  *
5
- * The version of the OpenAPI document: 6.0.5
5
+ * The version of the OpenAPI document: 6.0.7
6
6
  * Contact: admin@orangefox.tech
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Fox API
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: 6.0.5
8
+ * The version of the OpenAPI document: 6.0.7
9
9
  * Contact: admin@orangefox.tech
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Fox API
3
3
  * 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.
4
4
  *
5
- * The version of the OpenAPI document: 6.0.5
5
+ * The version of the OpenAPI document: 6.0.7
6
6
  * Contact: admin@orangefox.tech
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Fox API
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: 6.0.5
8
+ * The version of the OpenAPI document: 6.0.7
9
9
  * Contact: admin@orangefox.tech
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Fox API
3
3
  * 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.
4
4
  *
5
- * The version of the OpenAPI document: 6.0.5
5
+ * The version of the OpenAPI document: 6.0.7
6
6
  * Contact: admin@orangefox.tech
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Fox API
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: 6.0.5
8
+ * The version of the OpenAPI document: 6.0.7
9
9
  * Contact: admin@orangefox.tech
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Fox API
3
3
  * 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.
4
4
  *
5
- * The version of the OpenAPI document: 6.0.5
5
+ * The version of the OpenAPI document: 6.0.7
6
6
  * Contact: admin@orangefox.tech
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Fox API
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: 6.0.5
8
+ * The version of the OpenAPI document: 6.0.7
9
9
  * Contact: admin@orangefox.tech
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Fox API
3
3
  * 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.
4
4
  *
5
- * The version of the OpenAPI document: 6.0.5
5
+ * The version of the OpenAPI document: 6.0.7
6
6
  * Contact: admin@orangefox.tech
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Fox API
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: 6.0.5
8
+ * The version of the OpenAPI document: 6.0.7
9
9
  * Contact: admin@orangefox.tech
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Fox API
3
3
  * 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.
4
4
  *
5
- * The version of the OpenAPI document: 6.0.5
5
+ * The version of the OpenAPI document: 6.0.7
6
6
  * Contact: admin@orangefox.tech
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Fox API
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: 6.0.5
8
+ * The version of the OpenAPI document: 6.0.7
9
9
  * Contact: admin@orangefox.tech
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Fox API
3
3
  * 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.
4
4
  *
5
- * The version of the OpenAPI document: 6.0.5
5
+ * The version of the OpenAPI document: 6.0.7
6
6
  * Contact: admin@orangefox.tech
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Fox API
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: 6.0.5
8
+ * The version of the OpenAPI document: 6.0.7
9
9
  * Contact: admin@orangefox.tech
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Fox API
3
3
  * 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.
4
4
  *
5
- * The version of the OpenAPI document: 6.0.5
5
+ * The version of the OpenAPI document: 6.0.7
6
6
  * Contact: admin@orangefox.tech
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Fox API
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: 6.0.5
8
+ * The version of the OpenAPI document: 6.0.7
9
9
  * Contact: admin@orangefox.tech
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Fox API
3
3
  * 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.
4
4
  *
5
- * The version of the OpenAPI document: 6.0.5
5
+ * The version of the OpenAPI document: 6.0.7
6
6
  * Contact: admin@orangefox.tech
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Fox API
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: 6.0.5
8
+ * The version of the OpenAPI document: 6.0.7
9
9
  * Contact: admin@orangefox.tech
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Fox API
3
3
  * 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.
4
4
  *
5
- * The version of the OpenAPI document: 6.0.5
5
+ * The version of the OpenAPI document: 6.0.7
6
6
  * Contact: admin@orangefox.tech
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Fox API
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: 6.0.5
8
+ * The version of the OpenAPI document: 6.0.7
9
9
  * Contact: admin@orangefox.tech
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Fox API
3
3
  * 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.
4
4
  *
5
- * The version of the OpenAPI document: 6.0.5
5
+ * The version of the OpenAPI document: 6.0.7
6
6
  * Contact: admin@orangefox.tech
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Fox API
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: 6.0.5
8
+ * The version of the OpenAPI document: 6.0.7
9
9
  * Contact: admin@orangefox.tech
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -0,0 +1,29 @@
1
+ /**
2
+ * Fox API
3
+ * 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.
4
+ *
5
+ * The version of the OpenAPI document: 6.0.7
6
+ * Contact: admin@orangefox.tech
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { ListResponseReleaseResponse } from './ListResponseReleaseResponse';
13
+ import type { ReleaseGroupsResponse } from './ReleaseGroupsResponse';
14
+ /**
15
+ * @type ReleaseListResponse
16
+ * Response body for `GET /releases`.
17
+ *
18
+ * The shape of `data` depends on the `group` query parameter: a flat list by
19
+ * default (`ListResponse`), or a version-keyed map when `group=true`
20
+ * (`ReleaseGroupsResponse`). Modeled as an untagged `oneOf` so generated
21
+ * clients deserialize both shapes instead of assuming `data` is always an
22
+ * array (which made them call `.map` on the grouped object and throw).
23
+ * @export
24
+ */
25
+ export type ReleaseListResponse = ListResponseReleaseResponse | ReleaseGroupsResponse;
26
+ export declare function ReleaseListResponseFromJSON(json: any): ReleaseListResponse;
27
+ export declare function ReleaseListResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): ReleaseListResponse;
28
+ export declare function ReleaseListResponseToJSON(json: any): any;
29
+ export declare function ReleaseListResponseToJSONTyped(value?: ReleaseListResponse | null, ignoreDiscriminator?: boolean): any;