@orangefox-recovery/foxinternalclient 5.2.8 → 5.3.2

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 (333) hide show
  1. package/.openapi-generator/FILES +54 -0
  2. package/.openapi-generator/VERSION +1 -1
  3. package/README.md +199 -28
  4. package/dist/apis/DeviceApi.d.ts +1 -1
  5. package/dist/apis/DeviceApi.js +10 -5
  6. package/dist/apis/FoxFactoryApi.d.ts +1 -1
  7. package/dist/apis/FoxFactoryApi.js +27 -11
  8. package/dist/apis/GitlabApi.d.ts +1 -1
  9. package/dist/apis/GitlabApi.js +4 -2
  10. package/dist/apis/InternalApi.d.ts +48 -1
  11. package/dist/apis/InternalApi.js +135 -20
  12. package/dist/apis/PasteApi.d.ts +1 -1
  13. package/dist/apis/PasteApi.js +6 -3
  14. package/dist/apis/ReleaseApi.d.ts +1 -1
  15. package/dist/apis/ReleaseApi.js +11 -5
  16. package/dist/apis/StatsApi.d.ts +1 -1
  17. package/dist/apis/StatsApi.js +3 -2
  18. package/dist/esm/apis/DeviceApi.d.ts +1 -1
  19. package/dist/esm/apis/DeviceApi.js +10 -5
  20. package/dist/esm/apis/FoxFactoryApi.d.ts +1 -1
  21. package/dist/esm/apis/FoxFactoryApi.js +27 -11
  22. package/dist/esm/apis/GitlabApi.d.ts +1 -1
  23. package/dist/esm/apis/GitlabApi.js +4 -2
  24. package/dist/esm/apis/InternalApi.d.ts +48 -1
  25. package/dist/esm/apis/InternalApi.js +135 -20
  26. package/dist/esm/apis/PasteApi.d.ts +1 -1
  27. package/dist/esm/apis/PasteApi.js +6 -3
  28. package/dist/esm/apis/ReleaseApi.d.ts +1 -1
  29. package/dist/esm/apis/ReleaseApi.js +11 -5
  30. package/dist/esm/apis/StatsApi.d.ts +1 -1
  31. package/dist/esm/apis/StatsApi.js +3 -2
  32. package/dist/esm/models/BodyChangePasswordProfileChangePasswordPost.d.ts +1 -1
  33. package/dist/esm/models/BodyChangePasswordProfileChangePasswordPost.js +1 -1
  34. package/dist/esm/models/BuildStatusEnum.d.ts +1 -1
  35. package/dist/esm/models/BuildStatusEnum.js +1 -1
  36. package/dist/esm/models/BuildTaskResponse.d.ts +1 -1
  37. package/dist/esm/models/BuildTaskResponse.js +3 -3
  38. package/dist/esm/models/BuildTaskShortResponse.d.ts +1 -1
  39. package/dist/esm/models/BuildTaskShortResponse.js +3 -3
  40. package/dist/esm/models/DeviceInternalResponse.d.ts +13 -1
  41. package/dist/esm/models/DeviceInternalResponse.js +5 -1
  42. package/dist/esm/models/DeviceResponse.d.ts +13 -1
  43. package/dist/esm/models/DeviceResponse.js +5 -1
  44. package/dist/esm/models/DeviceStatsResponse.d.ts +1 -1
  45. package/dist/esm/models/DeviceStatsResponse.js +1 -1
  46. package/dist/esm/models/DeviceUpdateBody.d.ts +1 -1
  47. package/dist/esm/models/DeviceUpdateBody.js +1 -1
  48. package/dist/esm/models/FFStatusEnum.d.ts +1 -1
  49. package/dist/esm/models/FFStatusEnum.js +1 -1
  50. package/dist/esm/models/FFStatusResponse.d.ts +1 -1
  51. package/dist/esm/models/FFStatusResponse.js +1 -1
  52. package/dist/esm/models/GlobalStatsAggregationModel.d.ts +1 -1
  53. package/dist/esm/models/GlobalStatsAggregationModel.js +1 -1
  54. package/dist/esm/models/HTTPValidationError.d.ts +1 -1
  55. package/dist/esm/models/HTTPValidationError.js +1 -1
  56. package/dist/esm/models/ListResponseBuildTaskShortResponse.d.ts +1 -1
  57. package/dist/esm/models/ListResponseBuildTaskShortResponse.js +1 -1
  58. package/dist/esm/models/ListResponseReleaseResponse.d.ts +1 -1
  59. package/dist/esm/models/ListResponseReleaseResponse.js +1 -1
  60. package/dist/esm/models/ListResponseShortDeviceResponse.d.ts +1 -1
  61. package/dist/esm/models/ListResponseShortDeviceResponse.js +1 -1
  62. package/dist/esm/models/ListResponseShortReleaseResponse.d.ts +1 -1
  63. package/dist/esm/models/ListResponseShortReleaseResponse.js +1 -1
  64. package/dist/esm/models/ListResponseStr.d.ts +1 -1
  65. package/dist/esm/models/ListResponseStr.js +1 -1
  66. package/dist/esm/models/ListResponseUserShortResponse.d.ts +1 -1
  67. package/dist/esm/models/ListResponseUserShortResponse.js +1 -1
  68. package/dist/esm/models/LogListResponse.d.ts +1 -1
  69. package/dist/esm/models/LogListResponse.js +1 -1
  70. package/dist/esm/models/LogResponse.d.ts +1 -1
  71. package/dist/esm/models/LogResponse.js +2 -2
  72. package/dist/esm/models/MaintainerShortModel.d.ts +1 -1
  73. package/dist/esm/models/MaintainerShortModel.js +1 -1
  74. package/dist/esm/models/NewBuildTaskBody.d.ts +1 -1
  75. package/dist/esm/models/NewBuildTaskBody.js +1 -1
  76. package/dist/esm/models/NewDeviceBody.d.ts +1 -1
  77. package/dist/esm/models/NewDeviceBody.js +1 -1
  78. package/dist/esm/models/PasteInput.d.ts +2 -20
  79. package/dist/esm/models/PasteInput.js +1 -9
  80. package/dist/esm/models/PasteOutput.d.ts +9 -9
  81. package/dist/esm/models/PasteOutput.js +10 -8
  82. package/dist/esm/models/RecoveryImgResponse.d.ts +1 -1
  83. package/dist/esm/models/RecoveryImgResponse.js +1 -1
  84. package/dist/esm/models/ReleaseGroupsResponse.d.ts +1 -1
  85. package/dist/esm/models/ReleaseGroupsResponse.js +1 -1
  86. package/dist/esm/models/ReleaseInternalResponse.d.ts +14 -2
  87. package/dist/esm/models/ReleaseInternalResponse.js +7 -1
  88. package/dist/esm/models/ReleaseInternalResponsePropValue.d.ts +1 -1
  89. package/dist/esm/models/ReleaseInternalResponsePropValue.js +1 -1
  90. package/dist/esm/models/ReleaseResponse.d.ts +14 -2
  91. package/dist/esm/models/ReleaseResponse.js +7 -1
  92. package/dist/esm/models/ReleaseStatsResponse.d.ts +1 -1
  93. package/dist/esm/models/ReleaseStatsResponse.js +1 -1
  94. package/dist/esm/models/ReleaseType.d.ts +1 -1
  95. package/dist/esm/models/ReleaseType.js +1 -1
  96. package/dist/esm/models/ReleaseUpdateBody.d.ts +1 -1
  97. package/dist/esm/models/ReleaseUpdateBody.js +1 -1
  98. package/dist/esm/models/ReleasesSort.d.ts +1 -1
  99. package/dist/esm/models/ReleasesSort.js +1 -1
  100. package/dist/esm/models/ResponseGetReleases.d.ts +1 -1
  101. package/dist/esm/models/ResponseGetReleases.js +1 -1
  102. package/dist/esm/models/ShortDeviceResponse.d.ts +13 -1
  103. package/dist/esm/models/ShortDeviceResponse.js +5 -1
  104. package/dist/esm/models/ShortReleaseResponse.d.ts +14 -2
  105. package/dist/esm/models/ShortReleaseResponse.js +7 -1
  106. package/dist/esm/models/TaskUpdateBody.d.ts +1 -1
  107. package/dist/esm/models/TaskUpdateBody.js +1 -1
  108. package/dist/esm/models/TokenResponse.d.ts +1 -1
  109. package/dist/esm/models/TokenResponse.js +1 -1
  110. package/dist/esm/models/UserGitlab.d.ts +1 -1
  111. package/dist/esm/models/UserGitlab.js +1 -1
  112. package/dist/esm/models/UserInternalResponse.d.ts +1 -1
  113. package/dist/esm/models/UserInternalResponse.js +1 -1
  114. package/dist/esm/models/UserMail.d.ts +1 -1
  115. package/dist/esm/models/UserMail.js +1 -1
  116. package/dist/esm/models/UserShortResponse.d.ts +1 -1
  117. package/dist/esm/models/UserShortResponse.js +1 -1
  118. package/dist/esm/models/UserTelegram.d.ts +1 -1
  119. package/dist/esm/models/UserTelegram.js +1 -1
  120. package/dist/esm/models/UserUpdateBody.d.ts +1 -1
  121. package/dist/esm/models/UserUpdateBody.js +1 -1
  122. package/dist/esm/models/ValidationError.d.ts +1 -1
  123. package/dist/esm/models/ValidationError.js +1 -1
  124. package/dist/esm/models/ValidationErrorLocInner.d.ts +1 -1
  125. package/dist/esm/models/ValidationErrorLocInner.js +1 -1
  126. package/dist/esm/runtime.d.ts +1 -1
  127. package/dist/esm/runtime.js +1 -1
  128. package/dist/models/BodyChangePasswordProfileChangePasswordPost.d.ts +1 -1
  129. package/dist/models/BodyChangePasswordProfileChangePasswordPost.js +1 -1
  130. package/dist/models/BuildStatusEnum.d.ts +1 -1
  131. package/dist/models/BuildStatusEnum.js +1 -1
  132. package/dist/models/BuildTaskResponse.d.ts +1 -1
  133. package/dist/models/BuildTaskResponse.js +3 -3
  134. package/dist/models/BuildTaskShortResponse.d.ts +1 -1
  135. package/dist/models/BuildTaskShortResponse.js +3 -3
  136. package/dist/models/DeviceInternalResponse.d.ts +13 -1
  137. package/dist/models/DeviceInternalResponse.js +5 -1
  138. package/dist/models/DeviceResponse.d.ts +13 -1
  139. package/dist/models/DeviceResponse.js +5 -1
  140. package/dist/models/DeviceStatsResponse.d.ts +1 -1
  141. package/dist/models/DeviceStatsResponse.js +1 -1
  142. package/dist/models/DeviceUpdateBody.d.ts +1 -1
  143. package/dist/models/DeviceUpdateBody.js +1 -1
  144. package/dist/models/FFStatusEnum.d.ts +1 -1
  145. package/dist/models/FFStatusEnum.js +1 -1
  146. package/dist/models/FFStatusResponse.d.ts +1 -1
  147. package/dist/models/FFStatusResponse.js +1 -1
  148. package/dist/models/GlobalStatsAggregationModel.d.ts +1 -1
  149. package/dist/models/GlobalStatsAggregationModel.js +1 -1
  150. package/dist/models/HTTPValidationError.d.ts +1 -1
  151. package/dist/models/HTTPValidationError.js +1 -1
  152. package/dist/models/ListResponseBuildTaskShortResponse.d.ts +1 -1
  153. package/dist/models/ListResponseBuildTaskShortResponse.js +1 -1
  154. package/dist/models/ListResponseReleaseResponse.d.ts +1 -1
  155. package/dist/models/ListResponseReleaseResponse.js +1 -1
  156. package/dist/models/ListResponseShortDeviceResponse.d.ts +1 -1
  157. package/dist/models/ListResponseShortDeviceResponse.js +1 -1
  158. package/dist/models/ListResponseShortReleaseResponse.d.ts +1 -1
  159. package/dist/models/ListResponseShortReleaseResponse.js +1 -1
  160. package/dist/models/ListResponseStr.d.ts +1 -1
  161. package/dist/models/ListResponseStr.js +1 -1
  162. package/dist/models/ListResponseUserShortResponse.d.ts +1 -1
  163. package/dist/models/ListResponseUserShortResponse.js +1 -1
  164. package/dist/models/LogListResponse.d.ts +1 -1
  165. package/dist/models/LogListResponse.js +1 -1
  166. package/dist/models/LogResponse.d.ts +1 -1
  167. package/dist/models/LogResponse.js +2 -2
  168. package/dist/models/MaintainerShortModel.d.ts +1 -1
  169. package/dist/models/MaintainerShortModel.js +1 -1
  170. package/dist/models/NewBuildTaskBody.d.ts +1 -1
  171. package/dist/models/NewBuildTaskBody.js +1 -1
  172. package/dist/models/NewDeviceBody.d.ts +1 -1
  173. package/dist/models/NewDeviceBody.js +1 -1
  174. package/dist/models/PasteInput.d.ts +2 -20
  175. package/dist/models/PasteInput.js +1 -9
  176. package/dist/models/PasteOutput.d.ts +9 -9
  177. package/dist/models/PasteOutput.js +10 -8
  178. package/dist/models/RecoveryImgResponse.d.ts +1 -1
  179. package/dist/models/RecoveryImgResponse.js +1 -1
  180. package/dist/models/ReleaseGroupsResponse.d.ts +1 -1
  181. package/dist/models/ReleaseGroupsResponse.js +1 -1
  182. package/dist/models/ReleaseInternalResponse.d.ts +14 -2
  183. package/dist/models/ReleaseInternalResponse.js +7 -1
  184. package/dist/models/ReleaseInternalResponsePropValue.d.ts +1 -1
  185. package/dist/models/ReleaseInternalResponsePropValue.js +1 -1
  186. package/dist/models/ReleaseResponse.d.ts +14 -2
  187. package/dist/models/ReleaseResponse.js +7 -1
  188. package/dist/models/ReleaseStatsResponse.d.ts +1 -1
  189. package/dist/models/ReleaseStatsResponse.js +1 -1
  190. package/dist/models/ReleaseType.d.ts +1 -1
  191. package/dist/models/ReleaseType.js +1 -1
  192. package/dist/models/ReleaseUpdateBody.d.ts +1 -1
  193. package/dist/models/ReleaseUpdateBody.js +1 -1
  194. package/dist/models/ReleasesSort.d.ts +1 -1
  195. package/dist/models/ReleasesSort.js +1 -1
  196. package/dist/models/ResponseGetReleases.d.ts +1 -1
  197. package/dist/models/ResponseGetReleases.js +1 -1
  198. package/dist/models/ShortDeviceResponse.d.ts +13 -1
  199. package/dist/models/ShortDeviceResponse.js +5 -1
  200. package/dist/models/ShortReleaseResponse.d.ts +14 -2
  201. package/dist/models/ShortReleaseResponse.js +7 -1
  202. package/dist/models/TaskUpdateBody.d.ts +1 -1
  203. package/dist/models/TaskUpdateBody.js +1 -1
  204. package/dist/models/TokenResponse.d.ts +1 -1
  205. package/dist/models/TokenResponse.js +1 -1
  206. package/dist/models/UserGitlab.d.ts +1 -1
  207. package/dist/models/UserGitlab.js +1 -1
  208. package/dist/models/UserInternalResponse.d.ts +1 -1
  209. package/dist/models/UserInternalResponse.js +1 -1
  210. package/dist/models/UserMail.d.ts +1 -1
  211. package/dist/models/UserMail.js +1 -1
  212. package/dist/models/UserShortResponse.d.ts +1 -1
  213. package/dist/models/UserShortResponse.js +1 -1
  214. package/dist/models/UserTelegram.d.ts +1 -1
  215. package/dist/models/UserTelegram.js +1 -1
  216. package/dist/models/UserUpdateBody.d.ts +1 -1
  217. package/dist/models/UserUpdateBody.js +1 -1
  218. package/dist/models/ValidationError.d.ts +1 -1
  219. package/dist/models/ValidationError.js +1 -1
  220. package/dist/models/ValidationErrorLocInner.d.ts +1 -1
  221. package/dist/models/ValidationErrorLocInner.js +1 -1
  222. package/dist/runtime.d.ts +1 -1
  223. package/dist/runtime.js +1 -1
  224. package/docs/BodyChangePasswordProfileChangePasswordPost.md +36 -0
  225. package/docs/BuildStatusEnum.md +32 -0
  226. package/docs/BuildTaskResponse.md +56 -0
  227. package/docs/BuildTaskShortResponse.md +52 -0
  228. package/docs/DeviceApi.md +315 -0
  229. package/docs/DeviceInternalResponse.md +64 -0
  230. package/docs/DeviceResponse.md +60 -0
  231. package/docs/DeviceStatsResponse.md +38 -0
  232. package/docs/DeviceUpdateBody.md +44 -0
  233. package/docs/FFStatusEnum.md +32 -0
  234. package/docs/FFStatusResponse.md +34 -0
  235. package/docs/FoxFactoryApi.md +758 -0
  236. package/docs/GitlabApi.md +78 -0
  237. package/docs/GlobalStatsAggregationModel.md +40 -0
  238. package/docs/HTTPValidationError.md +34 -0
  239. package/docs/InternalApi.md +1608 -0
  240. package/docs/ListResponseBuildTaskShortResponse.md +36 -0
  241. package/docs/ListResponseReleaseResponse.md +36 -0
  242. package/docs/ListResponseShortDeviceResponse.md +36 -0
  243. package/docs/ListResponseShortReleaseResponse.md +36 -0
  244. package/docs/ListResponseStr.md +36 -0
  245. package/docs/ListResponseUserShortResponse.md +36 -0
  246. package/docs/LogListResponse.md +40 -0
  247. package/docs/LogResponse.md +50 -0
  248. package/docs/MaintainerShortModel.md +38 -0
  249. package/docs/NewBuildTaskBody.md +42 -0
  250. package/docs/NewDeviceBody.md +40 -0
  251. package/docs/PasteApi.md +149 -0
  252. package/docs/PasteInput.md +34 -0
  253. package/docs/PasteOutput.md +40 -0
  254. package/docs/RecoveryImgResponse.md +36 -0
  255. package/docs/ReleaseApi.md +354 -0
  256. package/docs/ReleaseGroupsResponse.md +34 -0
  257. package/docs/ReleaseInternalResponse.md +78 -0
  258. package/docs/ReleaseInternalResponsePropValue.md +32 -0
  259. package/docs/ReleaseResponse.md +72 -0
  260. package/docs/ReleaseStatsResponse.md +38 -0
  261. package/docs/ReleaseType.md +32 -0
  262. package/docs/ReleaseUpdateBody.md +40 -0
  263. package/docs/ReleasesSort.md +32 -0
  264. package/docs/ResponseGetReleases.md +36 -0
  265. package/docs/ShortDeviceResponse.md +54 -0
  266. package/docs/ShortReleaseResponse.md +60 -0
  267. package/docs/StatsApi.md +69 -0
  268. package/docs/TaskUpdateBody.md +36 -0
  269. package/docs/TokenResponse.md +36 -0
  270. package/docs/UserGitlab.md +34 -0
  271. package/docs/UserInternalResponse.md +52 -0
  272. package/docs/UserMail.md +34 -0
  273. package/docs/UserShortResponse.md +40 -0
  274. package/docs/UserTelegram.md +34 -0
  275. package/docs/UserUpdateBody.md +42 -0
  276. package/docs/ValidationError.md +38 -0
  277. package/docs/ValidationErrorLocInner.md +32 -0
  278. package/package.json +5 -2
  279. package/src/apis/DeviceApi.ts +18 -5
  280. package/src/apis/FoxFactoryApi.ts +47 -11
  281. package/src/apis/GitlabApi.ts +6 -2
  282. package/src/apis/InternalApi.ts +220 -20
  283. package/src/apis/PasteApi.ts +10 -3
  284. package/src/apis/ReleaseApi.ts +19 -5
  285. package/src/apis/StatsApi.ts +5 -2
  286. package/src/models/BodyChangePasswordProfileChangePasswordPost.ts +1 -1
  287. package/src/models/BuildStatusEnum.ts +1 -1
  288. package/src/models/BuildTaskResponse.ts +3 -3
  289. package/src/models/BuildTaskShortResponse.ts +3 -3
  290. package/src/models/DeviceInternalResponse.ts +17 -1
  291. package/src/models/DeviceResponse.ts +17 -1
  292. package/src/models/DeviceStatsResponse.ts +1 -1
  293. package/src/models/DeviceUpdateBody.ts +1 -1
  294. package/src/models/FFStatusEnum.ts +1 -1
  295. package/src/models/FFStatusResponse.ts +1 -1
  296. package/src/models/GlobalStatsAggregationModel.ts +1 -1
  297. package/src/models/HTTPValidationError.ts +1 -1
  298. package/src/models/ListResponseBuildTaskShortResponse.ts +1 -1
  299. package/src/models/ListResponseReleaseResponse.ts +1 -1
  300. package/src/models/ListResponseShortDeviceResponse.ts +1 -1
  301. package/src/models/ListResponseShortReleaseResponse.ts +1 -1
  302. package/src/models/ListResponseStr.ts +1 -1
  303. package/src/models/ListResponseUserShortResponse.ts +1 -1
  304. package/src/models/LogListResponse.ts +1 -1
  305. package/src/models/LogResponse.ts +2 -2
  306. package/src/models/MaintainerShortModel.ts +1 -1
  307. package/src/models/NewBuildTaskBody.ts +1 -1
  308. package/src/models/NewDeviceBody.ts +1 -1
  309. package/src/models/PasteInput.ts +2 -27
  310. package/src/models/PasteOutput.ts +17 -16
  311. package/src/models/RecoveryImgResponse.ts +1 -1
  312. package/src/models/ReleaseGroupsResponse.ts +1 -1
  313. package/src/models/ReleaseInternalResponse.ts +19 -2
  314. package/src/models/ReleaseInternalResponsePropValue.ts +1 -1
  315. package/src/models/ReleaseResponse.ts +19 -2
  316. package/src/models/ReleaseStatsResponse.ts +1 -1
  317. package/src/models/ReleaseType.ts +1 -1
  318. package/src/models/ReleaseUpdateBody.ts +1 -1
  319. package/src/models/ReleasesSort.ts +1 -1
  320. package/src/models/ResponseGetReleases.ts +1 -1
  321. package/src/models/ShortDeviceResponse.ts +17 -1
  322. package/src/models/ShortReleaseResponse.ts +19 -2
  323. package/src/models/TaskUpdateBody.ts +1 -1
  324. package/src/models/TokenResponse.ts +1 -1
  325. package/src/models/UserGitlab.ts +1 -1
  326. package/src/models/UserInternalResponse.ts +1 -1
  327. package/src/models/UserMail.ts +1 -1
  328. package/src/models/UserShortResponse.ts +1 -1
  329. package/src/models/UserTelegram.ts +1 -1
  330. package/src/models/UserUpdateBody.ts +1 -1
  331. package/src/models/ValidationError.ts +1 -1
  332. package/src/models/ValidationErrorLocInner.ts +1 -1
  333. package/src/runtime.ts +1 -1
@@ -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: 5.2.8
5
+ * The version of the OpenAPI document: 5.3.2
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: 5.2.8
8
+ * The version of the OpenAPI document: 5.3.2
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: 5.2.8
5
+ * The version of the OpenAPI document: 5.3.2
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: 5.2.8
8
+ * The version of the OpenAPI document: 5.3.2
9
9
  * Contact: admin@orangefox.tech
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -62,7 +62,7 @@ function LogResponseToJSONTyped(value, ignoreDiscriminator = false) {
62
62
  return {
63
63
  'id': value['id'],
64
64
  'user': (0, MaintainerShortModel_1.MaintainerShortModelToJSON)(value['user']),
65
- 'timestamp': ((value['timestamp']).toISOString()),
65
+ 'timestamp': value['timestamp'].toISOString(),
66
66
  'action': value['action'],
67
67
  'ip': value['ip'],
68
68
  'device_id': value['deviceId'],
@@ -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: 5.2.8
5
+ * The version of the OpenAPI document: 5.3.2
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: 5.2.8
8
+ * The version of the OpenAPI document: 5.3.2
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: 5.2.8
5
+ * The version of the OpenAPI document: 5.3.2
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: 5.2.8
8
+ * The version of the OpenAPI document: 5.3.2
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: 5.2.8
5
+ * The version of the OpenAPI document: 5.3.2
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: 5.2.8
8
+ * The version of the OpenAPI document: 5.3.2
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: 5.2.8
5
+ * The version of the OpenAPI document: 5.3.2
6
6
  * Contact: admin@orangefox.tech
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -16,29 +16,11 @@
16
16
  */
17
17
  export interface PasteInput {
18
18
  /**
19
- *
20
- * @type {string}
21
- * @memberof PasteInput
22
- */
23
- id?: string | null;
24
- /**
25
- *
19
+ * The text content of the paste
26
20
  * @type {string}
27
21
  * @memberof PasteInput
28
22
  */
29
23
  content: string;
30
- /**
31
- *
32
- * @type {string}
33
- * @memberof PasteInput
34
- */
35
- ipAddress: string;
36
- /**
37
- *
38
- * @type {Date}
39
- * @memberof PasteInput
40
- */
41
- createdAt?: Date;
42
24
  }
43
25
  /**
44
26
  * Check if a given object implements the PasteInput interface.
@@ -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: 5.2.8
8
+ * The version of the OpenAPI document: 5.3.2
9
9
  * Contact: admin@orangefox.tech
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -24,8 +24,6 @@ exports.PasteInputToJSONTyped = PasteInputToJSONTyped;
24
24
  function instanceOfPasteInput(value) {
25
25
  if (!('content' in value) || value['content'] === undefined)
26
26
  return false;
27
- if (!('ipAddress' in value) || value['ipAddress'] === undefined)
28
- return false;
29
27
  return true;
30
28
  }
31
29
  function PasteInputFromJSON(json) {
@@ -36,10 +34,7 @@ function PasteInputFromJSONTyped(json, ignoreDiscriminator) {
36
34
  return json;
37
35
  }
38
36
  return {
39
- 'id': json['_id'] == null ? undefined : json['_id'],
40
37
  'content': json['content'],
41
- 'ipAddress': json['ip_address'],
42
- 'createdAt': json['created_at'] == null ? undefined : (new Date(json['created_at'])),
43
38
  };
44
39
  }
45
40
  function PasteInputToJSON(json) {
@@ -50,9 +45,6 @@ function PasteInputToJSONTyped(value, ignoreDiscriminator = false) {
50
45
  return value;
51
46
  }
52
47
  return {
53
- '_id': value['id'],
54
48
  'content': value['content'],
55
- 'ip_address': value['ipAddress'],
56
- 'created_at': value['createdAt'] == null ? undefined : ((value['createdAt']).toISOString()),
57
49
  };
58
50
  }
@@ -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: 5.2.8
5
+ * The version of the OpenAPI document: 5.3.2
6
6
  * Contact: admin@orangefox.tech
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -16,29 +16,29 @@
16
16
  */
17
17
  export interface PasteOutput {
18
18
  /**
19
- *
19
+ * Paste ID
20
20
  * @type {string}
21
21
  * @memberof PasteOutput
22
22
  */
23
- id?: string | null;
23
+ id: string;
24
24
  /**
25
- *
25
+ * The text content of the paste
26
26
  * @type {string}
27
27
  * @memberof PasteOutput
28
28
  */
29
29
  content: string;
30
30
  /**
31
- *
32
- * @type {string}
31
+ * When the paste was created
32
+ * @type {Date}
33
33
  * @memberof PasteOutput
34
34
  */
35
- ipAddress: string;
35
+ createdAt: Date;
36
36
  /**
37
37
  *
38
- * @type {Date}
38
+ * @type {boolean}
39
39
  * @memberof PasteOutput
40
40
  */
41
- createdAt?: Date;
41
+ isOwner?: boolean | null;
42
42
  }
43
43
  /**
44
44
  * Check if a given object implements the PasteOutput interface.
@@ -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: 5.2.8
8
+ * The version of the OpenAPI document: 5.3.2
9
9
  * Contact: admin@orangefox.tech
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -22,9 +22,11 @@ exports.PasteOutputToJSONTyped = PasteOutputToJSONTyped;
22
22
  * Check if a given object implements the PasteOutput interface.
23
23
  */
24
24
  function instanceOfPasteOutput(value) {
25
+ if (!('id' in value) || value['id'] === undefined)
26
+ return false;
25
27
  if (!('content' in value) || value['content'] === undefined)
26
28
  return false;
27
- if (!('ipAddress' in value) || value['ipAddress'] === undefined)
29
+ if (!('createdAt' in value) || value['createdAt'] === undefined)
28
30
  return false;
29
31
  return true;
30
32
  }
@@ -36,10 +38,10 @@ function PasteOutputFromJSONTyped(json, ignoreDiscriminator) {
36
38
  return json;
37
39
  }
38
40
  return {
39
- 'id': json['_id'] == null ? undefined : json['_id'],
41
+ 'id': json['id'],
40
42
  'content': json['content'],
41
- 'ipAddress': json['ip_address'],
42
- 'createdAt': json['created_at'] == null ? undefined : (new Date(json['created_at'])),
43
+ 'createdAt': (new Date(json['created_at'])),
44
+ 'isOwner': json['isOwner'] == null ? undefined : json['isOwner'],
43
45
  };
44
46
  }
45
47
  function PasteOutputToJSON(json) {
@@ -50,9 +52,9 @@ function PasteOutputToJSONTyped(value, ignoreDiscriminator = false) {
50
52
  return value;
51
53
  }
52
54
  return {
53
- '_id': value['id'],
55
+ 'id': value['id'],
54
56
  'content': value['content'],
55
- 'ip_address': value['ipAddress'],
56
- 'created_at': value['createdAt'] == null ? undefined : ((value['createdAt']).toISOString()),
57
+ 'created_at': value['createdAt'].toISOString(),
58
+ 'isOwner': value['isOwner'],
57
59
  };
58
60
  }
@@ -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: 5.2.8
5
+ * The version of the OpenAPI document: 5.3.2
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: 5.2.8
8
+ * The version of the OpenAPI document: 5.3.2
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: 5.2.8
5
+ * The version of the OpenAPI document: 5.3.2
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: 5.2.8
8
+ * The version of the OpenAPI document: 5.3.2
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: 5.2.8
5
+ * The version of the OpenAPI document: 5.3.2
6
6
  * Contact: admin@orangefox.tech
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -58,7 +58,7 @@ export interface ReleaseInternalResponse {
58
58
  */
59
59
  deviceId: string;
60
60
  /**
61
- *
61
+ * Unix timestamp of the release date
62
62
  * @type {number}
63
63
  * @memberof ReleaseInternalResponse
64
64
  */
@@ -93,6 +93,18 @@ export interface ReleaseInternalResponse {
93
93
  * @memberof ReleaseInternalResponse
94
94
  */
95
95
  archived: boolean;
96
+ /**
97
+ *
98
+ * @type {boolean}
99
+ * @memberof ReleaseInternalResponse
100
+ */
101
+ isFeatured: boolean;
102
+ /**
103
+ *
104
+ * @type {string}
105
+ * @memberof ReleaseInternalResponse
106
+ */
107
+ featuredText?: string | null;
96
108
  /**
97
109
  *
98
110
  * @type {RecoveryImgResponse}
@@ -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: 5.2.8
8
+ * The version of the OpenAPI document: 5.3.2
9
9
  * Contact: admin@orangefox.tech
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -48,6 +48,8 @@ function instanceOfReleaseInternalResponse(value) {
48
48
  return false;
49
49
  if (!('archived' in value) || value['archived'] === undefined)
50
50
  return false;
51
+ if (!('isFeatured' in value) || value['isFeatured'] === undefined)
52
+ return false;
51
53
  if (!('recoveryImg' in value) || value['recoveryImg'] === undefined)
52
54
  return false;
53
55
  if (!('changelog' in value) || value['changelog'] === undefined)
@@ -84,6 +86,8 @@ function ReleaseInternalResponseFromJSONTyped(json, ignoreDiscriminator) {
84
86
  'type': (0, ReleaseType_1.ReleaseTypeFromJSON)(json['type']),
85
87
  'maintainerId': json['maintainer_id'] == null ? undefined : json['maintainer_id'],
86
88
  'archived': json['archived'],
89
+ 'isFeatured': json['is_featured'],
90
+ 'featuredText': json['featured_text'] == null ? undefined : json['featured_text'],
87
91
  'recoveryImg': (0, RecoveryImgResponse_1.RecoveryImgResponseFromJSON)(json['recovery_img']),
88
92
  'changelog': json['changelog'],
89
93
  'bugs': json['bugs'] == null ? null : json['bugs'],
@@ -115,6 +119,8 @@ function ReleaseInternalResponseToJSONTyped(value, ignoreDiscriminator = false)
115
119
  'type': (0, ReleaseType_1.ReleaseTypeToJSON)(value['type']),
116
120
  'maintainer_id': value['maintainerId'],
117
121
  'archived': value['archived'],
122
+ 'is_featured': value['isFeatured'],
123
+ 'featured_text': value['featuredText'],
118
124
  'recovery_img': (0, RecoveryImgResponse_1.RecoveryImgResponseToJSON)(value['recoveryImg']),
119
125
  'changelog': value['changelog'],
120
126
  'bugs': value['bugs'],
@@ -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: 5.2.8
5
+ * The version of the OpenAPI document: 5.3.2
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: 5.2.8
8
+ * The version of the OpenAPI document: 5.3.2
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: 5.2.8
5
+ * The version of the OpenAPI document: 5.3.2
6
6
  * Contact: admin@orangefox.tech
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -55,7 +55,7 @@ export interface ReleaseResponse {
55
55
  */
56
56
  deviceId: string;
57
57
  /**
58
- *
58
+ * Unix timestamp of the release date
59
59
  * @type {number}
60
60
  * @memberof ReleaseResponse
61
61
  */
@@ -90,6 +90,18 @@ export interface ReleaseResponse {
90
90
  * @memberof ReleaseResponse
91
91
  */
92
92
  archived: boolean;
93
+ /**
94
+ *
95
+ * @type {boolean}
96
+ * @memberof ReleaseResponse
97
+ */
98
+ isFeatured: boolean;
99
+ /**
100
+ *
101
+ * @type {string}
102
+ * @memberof ReleaseResponse
103
+ */
104
+ featuredText?: string | null;
93
105
  /**
94
106
  *
95
107
  * @type {RecoveryImgResponse}
@@ -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: 5.2.8
8
+ * The version of the OpenAPI document: 5.3.2
9
9
  * Contact: admin@orangefox.tech
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -44,6 +44,8 @@ function instanceOfReleaseResponse(value) {
44
44
  return false;
45
45
  if (!('archived' in value) || value['archived'] === undefined)
46
46
  return false;
47
+ if (!('isFeatured' in value) || value['isFeatured'] === undefined)
48
+ return false;
47
49
  if (!('recoveryImg' in value) || value['recoveryImg'] === undefined)
48
50
  return false;
49
51
  if (!('changelog' in value) || value['changelog'] === undefined)
@@ -78,6 +80,8 @@ function ReleaseResponseFromJSONTyped(json, ignoreDiscriminator) {
78
80
  'type': (0, ReleaseType_1.ReleaseTypeFromJSON)(json['type']),
79
81
  'maintainerId': json['maintainer_id'] == null ? undefined : json['maintainer_id'],
80
82
  'archived': json['archived'],
83
+ 'isFeatured': json['is_featured'],
84
+ 'featuredText': json['featured_text'] == null ? undefined : json['featured_text'],
81
85
  'recoveryImg': (0, RecoveryImgResponse_1.RecoveryImgResponseFromJSON)(json['recovery_img']),
82
86
  'changelog': json['changelog'],
83
87
  'bugs': json['bugs'] == null ? null : json['bugs'],
@@ -106,6 +110,8 @@ function ReleaseResponseToJSONTyped(value, ignoreDiscriminator = false) {
106
110
  'type': (0, ReleaseType_1.ReleaseTypeToJSON)(value['type']),
107
111
  'maintainer_id': value['maintainerId'],
108
112
  'archived': value['archived'],
113
+ 'is_featured': value['isFeatured'],
114
+ 'featured_text': value['featuredText'],
109
115
  'recovery_img': (0, RecoveryImgResponse_1.RecoveryImgResponseToJSON)(value['recoveryImg']),
110
116
  'changelog': value['changelog'],
111
117
  'bugs': value['bugs'],
@@ -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: 5.2.8
5
+ * The version of the OpenAPI document: 5.3.2
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: 5.2.8
8
+ * The version of the OpenAPI document: 5.3.2
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: 5.2.8
5
+ * The version of the OpenAPI document: 5.3.2
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: 5.2.8
8
+ * The version of the OpenAPI document: 5.3.2
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: 5.2.8
5
+ * The version of the OpenAPI document: 5.3.2
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: 5.2.8
8
+ * The version of the OpenAPI document: 5.3.2
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: 5.2.8
5
+ * The version of the OpenAPI document: 5.3.2
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: 5.2.8
8
+ * The version of the OpenAPI document: 5.3.2
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: 5.2.8
5
+ * The version of the OpenAPI document: 5.3.2
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: 5.2.8
8
+ * The version of the OpenAPI document: 5.3.2
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: 5.2.8
5
+ * The version of the OpenAPI document: 5.3.2
6
6
  * Contact: admin@orangefox.tech
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -59,6 +59,18 @@ export interface ShortDeviceResponse {
59
59
  * @memberof ShortDeviceResponse
60
60
  */
61
61
  supported: boolean;
62
+ /**
63
+ *
64
+ * @type {boolean}
65
+ * @memberof ShortDeviceResponse
66
+ */
67
+ isFeatured?: boolean;
68
+ /**
69
+ *
70
+ * @type {string}
71
+ * @memberof ShortDeviceResponse
72
+ */
73
+ featuredText?: string | null;
62
74
  /**
63
75
  * Full name of device / devices, legacy
64
76
  * @type {string}