@orangefox-recovery/foxinternalclient 5.3.0 → 5.3.3

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 +25 -1
  11. package/dist/apis/InternalApi.js +98 -21
  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 +25 -1
  25. package/dist/esm/apis/InternalApi.js +98 -21
  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 +14 -2
  41. package/dist/esm/models/DeviceInternalResponse.js +5 -1
  42. package/dist/esm/models/DeviceResponse.d.ts +14 -2
  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 +1 -1
  79. package/dist/esm/models/PasteInput.js +1 -1
  80. package/dist/esm/models/PasteOutput.d.ts +1 -1
  81. package/dist/esm/models/PasteOutput.js +2 -2
  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 +13 -1
  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 +13 -1
  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 +14 -2
  103. package/dist/esm/models/ShortDeviceResponse.js +5 -1
  104. package/dist/esm/models/ShortReleaseResponse.d.ts +13 -1
  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 +14 -2
  137. package/dist/models/DeviceInternalResponse.js +5 -1
  138. package/dist/models/DeviceResponse.d.ts +14 -2
  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 +1 -1
  175. package/dist/models/PasteInput.js +1 -1
  176. package/dist/models/PasteOutput.d.ts +1 -1
  177. package/dist/models/PasteOutput.js +2 -2
  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 +13 -1
  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 +13 -1
  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 +14 -2
  199. package/dist/models/ShortDeviceResponse.js +5 -1
  200. package/dist/models/ShortReleaseResponse.d.ts +13 -1
  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 +165 -21
  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 +18 -2
  291. package/src/models/DeviceResponse.ts +18 -2
  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 +1 -1
  310. package/src/models/PasteOutput.ts +2 -2
  311. package/src/models/RecoveryImgResponse.ts +1 -1
  312. package/src/models/ReleaseGroupsResponse.ts +1 -1
  313. package/src/models/ReleaseInternalResponse.ts +18 -1
  314. package/src/models/ReleaseInternalResponsePropValue.ts +1 -1
  315. package/src/models/ReleaseResponse.ts +18 -1
  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 +18 -2
  322. package/src/models/ShortReleaseResponse.ts +18 -1
  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
@@ -0,0 +1,36 @@
1
+
2
+ # ListResponseBuildTaskShortResponse
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `data` | [Array<BuildTaskShortResponse>](BuildTaskShortResponse.md)
10
+ `count` | number
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import type { ListResponseBuildTaskShortResponse } from '@orangefox-recovery/foxinternalclient'
16
+
17
+ // TODO: Update the object below with actual values
18
+ const example = {
19
+ "data": null,
20
+ "count": null,
21
+ } satisfies ListResponseBuildTaskShortResponse
22
+
23
+ console.log(example)
24
+
25
+ // Convert the instance to a JSON string
26
+ const exampleJSON: string = JSON.stringify(example)
27
+ console.log(exampleJSON)
28
+
29
+ // Parse the JSON string back to an object
30
+ const exampleParsed = JSON.parse(exampleJSON) as ListResponseBuildTaskShortResponse
31
+ console.log(exampleParsed)
32
+ ```
33
+
34
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
35
+
36
+
@@ -0,0 +1,36 @@
1
+
2
+ # ListResponseReleaseResponse
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `data` | [Array<ReleaseResponse>](ReleaseResponse.md)
10
+ `count` | number
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import type { ListResponseReleaseResponse } from '@orangefox-recovery/foxinternalclient'
16
+
17
+ // TODO: Update the object below with actual values
18
+ const example = {
19
+ "data": null,
20
+ "count": null,
21
+ } satisfies ListResponseReleaseResponse
22
+
23
+ console.log(example)
24
+
25
+ // Convert the instance to a JSON string
26
+ const exampleJSON: string = JSON.stringify(example)
27
+ console.log(exampleJSON)
28
+
29
+ // Parse the JSON string back to an object
30
+ const exampleParsed = JSON.parse(exampleJSON) as ListResponseReleaseResponse
31
+ console.log(exampleParsed)
32
+ ```
33
+
34
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
35
+
36
+
@@ -0,0 +1,36 @@
1
+
2
+ # ListResponseShortDeviceResponse
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `data` | [Array<ShortDeviceResponse>](ShortDeviceResponse.md)
10
+ `count` | number
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import type { ListResponseShortDeviceResponse } from '@orangefox-recovery/foxinternalclient'
16
+
17
+ // TODO: Update the object below with actual values
18
+ const example = {
19
+ "data": null,
20
+ "count": null,
21
+ } satisfies ListResponseShortDeviceResponse
22
+
23
+ console.log(example)
24
+
25
+ // Convert the instance to a JSON string
26
+ const exampleJSON: string = JSON.stringify(example)
27
+ console.log(exampleJSON)
28
+
29
+ // Parse the JSON string back to an object
30
+ const exampleParsed = JSON.parse(exampleJSON) as ListResponseShortDeviceResponse
31
+ console.log(exampleParsed)
32
+ ```
33
+
34
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
35
+
36
+
@@ -0,0 +1,36 @@
1
+
2
+ # ListResponseShortReleaseResponse
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `data` | [Array<ShortReleaseResponse>](ShortReleaseResponse.md)
10
+ `count` | number
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import type { ListResponseShortReleaseResponse } from '@orangefox-recovery/foxinternalclient'
16
+
17
+ // TODO: Update the object below with actual values
18
+ const example = {
19
+ "data": null,
20
+ "count": null,
21
+ } satisfies ListResponseShortReleaseResponse
22
+
23
+ console.log(example)
24
+
25
+ // Convert the instance to a JSON string
26
+ const exampleJSON: string = JSON.stringify(example)
27
+ console.log(exampleJSON)
28
+
29
+ // Parse the JSON string back to an object
30
+ const exampleParsed = JSON.parse(exampleJSON) as ListResponseShortReleaseResponse
31
+ console.log(exampleParsed)
32
+ ```
33
+
34
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
35
+
36
+
@@ -0,0 +1,36 @@
1
+
2
+ # ListResponseStr
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `data` | Array<string>
10
+ `count` | number
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import type { ListResponseStr } from '@orangefox-recovery/foxinternalclient'
16
+
17
+ // TODO: Update the object below with actual values
18
+ const example = {
19
+ "data": null,
20
+ "count": null,
21
+ } satisfies ListResponseStr
22
+
23
+ console.log(example)
24
+
25
+ // Convert the instance to a JSON string
26
+ const exampleJSON: string = JSON.stringify(example)
27
+ console.log(exampleJSON)
28
+
29
+ // Parse the JSON string back to an object
30
+ const exampleParsed = JSON.parse(exampleJSON) as ListResponseStr
31
+ console.log(exampleParsed)
32
+ ```
33
+
34
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
35
+
36
+
@@ -0,0 +1,36 @@
1
+
2
+ # ListResponseUserShortResponse
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `data` | [Array<UserShortResponse>](UserShortResponse.md)
10
+ `count` | number
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import type { ListResponseUserShortResponse } from '@orangefox-recovery/foxinternalclient'
16
+
17
+ // TODO: Update the object below with actual values
18
+ const example = {
19
+ "data": null,
20
+ "count": null,
21
+ } satisfies ListResponseUserShortResponse
22
+
23
+ console.log(example)
24
+
25
+ // Convert the instance to a JSON string
26
+ const exampleJSON: string = JSON.stringify(example)
27
+ console.log(exampleJSON)
28
+
29
+ // Parse the JSON string back to an object
30
+ const exampleParsed = JSON.parse(exampleJSON) as ListResponseUserShortResponse
31
+ console.log(exampleParsed)
32
+ ```
33
+
34
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
35
+
36
+
@@ -0,0 +1,40 @@
1
+
2
+ # LogListResponse
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `logs` | [Array<LogResponse>](LogResponse.md)
10
+ `total` | number
11
+ `page` | number
12
+ `perPage` | number
13
+
14
+ ## Example
15
+
16
+ ```typescript
17
+ import type { LogListResponse } from '@orangefox-recovery/foxinternalclient'
18
+
19
+ // TODO: Update the object below with actual values
20
+ const example = {
21
+ "logs": null,
22
+ "total": null,
23
+ "page": null,
24
+ "perPage": null,
25
+ } satisfies LogListResponse
26
+
27
+ console.log(example)
28
+
29
+ // Convert the instance to a JSON string
30
+ const exampleJSON: string = JSON.stringify(example)
31
+ console.log(exampleJSON)
32
+
33
+ // Parse the JSON string back to an object
34
+ const exampleParsed = JSON.parse(exampleJSON) as LogListResponse
35
+ console.log(exampleParsed)
36
+ ```
37
+
38
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
39
+
40
+
@@ -0,0 +1,50 @@
1
+
2
+ # LogResponse
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `id` | string
10
+ `user` | [MaintainerShortModel](MaintainerShortModel.md)
11
+ `timestamp` | Date
12
+ `action` | string
13
+ `ip` | string
14
+ `deviceId` | string
15
+ `releaseId` | string
16
+ `userId` | string
17
+ `data` | { [key: string]: any; }
18
+
19
+ ## Example
20
+
21
+ ```typescript
22
+ import type { LogResponse } from '@orangefox-recovery/foxinternalclient'
23
+
24
+ // TODO: Update the object below with actual values
25
+ const example = {
26
+ "id": null,
27
+ "user": null,
28
+ "timestamp": null,
29
+ "action": null,
30
+ "ip": null,
31
+ "deviceId": null,
32
+ "releaseId": null,
33
+ "userId": null,
34
+ "data": null,
35
+ } satisfies LogResponse
36
+
37
+ console.log(example)
38
+
39
+ // Convert the instance to a JSON string
40
+ const exampleJSON: string = JSON.stringify(example)
41
+ console.log(exampleJSON)
42
+
43
+ // Parse the JSON string back to an object
44
+ const exampleParsed = JSON.parse(exampleJSON) as LogResponse
45
+ console.log(exampleParsed)
46
+ ```
47
+
48
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
49
+
50
+
@@ -0,0 +1,38 @@
1
+
2
+ # MaintainerShortModel
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `id` | string
10
+ `name` | string
11
+ `username` | string
12
+
13
+ ## Example
14
+
15
+ ```typescript
16
+ import type { MaintainerShortModel } from '@orangefox-recovery/foxinternalclient'
17
+
18
+ // TODO: Update the object below with actual values
19
+ const example = {
20
+ "id": null,
21
+ "name": null,
22
+ "username": null,
23
+ } satisfies MaintainerShortModel
24
+
25
+ console.log(example)
26
+
27
+ // Convert the instance to a JSON string
28
+ const exampleJSON: string = JSON.stringify(example)
29
+ console.log(exampleJSON)
30
+
31
+ // Parse the JSON string back to an object
32
+ const exampleParsed = JSON.parse(exampleJSON) as MaintainerShortModel
33
+ console.log(exampleParsed)
34
+ ```
35
+
36
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
37
+
38
+
@@ -0,0 +1,42 @@
1
+
2
+ # NewBuildTaskBody
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `deviceId` | string
10
+ `treeBranch` | string
11
+ `type` | [ReleaseType](ReleaseType.md)
12
+ `variant` | string
13
+ `additionalEnv` | Array<string>
14
+
15
+ ## Example
16
+
17
+ ```typescript
18
+ import type { NewBuildTaskBody } from '@orangefox-recovery/foxinternalclient'
19
+
20
+ // TODO: Update the object below with actual values
21
+ const example = {
22
+ "deviceId": null,
23
+ "treeBranch": null,
24
+ "type": null,
25
+ "variant": null,
26
+ "additionalEnv": null,
27
+ } satisfies NewBuildTaskBody
28
+
29
+ console.log(example)
30
+
31
+ // Convert the instance to a JSON string
32
+ const exampleJSON: string = JSON.stringify(example)
33
+ console.log(exampleJSON)
34
+
35
+ // Parse the JSON string back to an object
36
+ const exampleParsed = JSON.parse(exampleJSON) as NewBuildTaskBody
37
+ console.log(exampleParsed)
38
+ ```
39
+
40
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
41
+
42
+
@@ -0,0 +1,40 @@
1
+
2
+ # NewDeviceBody
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `oemName` | string
10
+ `codenames` | Array<string>
11
+ `modelNames` | Array<string>
12
+ `maintainer` | string
13
+
14
+ ## Example
15
+
16
+ ```typescript
17
+ import type { NewDeviceBody } from '@orangefox-recovery/foxinternalclient'
18
+
19
+ // TODO: Update the object below with actual values
20
+ const example = {
21
+ "oemName": null,
22
+ "codenames": null,
23
+ "modelNames": null,
24
+ "maintainer": null,
25
+ } satisfies NewDeviceBody
26
+
27
+ console.log(example)
28
+
29
+ // Convert the instance to a JSON string
30
+ const exampleJSON: string = JSON.stringify(example)
31
+ console.log(exampleJSON)
32
+
33
+ // Parse the JSON string back to an object
34
+ const exampleParsed = JSON.parse(exampleJSON) as NewDeviceBody
35
+ console.log(exampleParsed)
36
+ ```
37
+
38
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
39
+
40
+
@@ -0,0 +1,149 @@
1
+ # PasteApi
2
+
3
+ All URIs are relative to *https://api.orangefox.download*
4
+
5
+ | Method | HTTP request | Description |
6
+ |------------- | ------------- | -------------|
7
+ | [**createPastePastePost**](PasteApi.md#createpastepastepost) | **POST** /paste/ | Create Paste |
8
+ | [**getPastePastePasteIdGet**](PasteApi.md#getpastepastepasteidget) | **GET** /paste/{paste_id} | Get Paste |
9
+
10
+
11
+
12
+ ## createPastePastePost
13
+
14
+ > PasteOutput createPastePastePost(pasteInput)
15
+
16
+ Create Paste
17
+
18
+ Create a new paste.
19
+
20
+ ### Example
21
+
22
+ ```ts
23
+ import {
24
+ Configuration,
25
+ PasteApi,
26
+ } from '@orangefox-recovery/foxinternalclient';
27
+ import type { CreatePastePastePostRequest } from '@orangefox-recovery/foxinternalclient';
28
+
29
+ async function example() {
30
+ console.log("🚀 Testing @orangefox-recovery/foxinternalclient SDK...");
31
+ const api = new PasteApi();
32
+
33
+ const body = {
34
+ // PasteInput
35
+ pasteInput: ...,
36
+ } satisfies CreatePastePastePostRequest;
37
+
38
+ try {
39
+ const data = await api.createPastePastePost(body);
40
+ console.log(data);
41
+ } catch (error) {
42
+ console.error(error);
43
+ }
44
+ }
45
+
46
+ // Run the test
47
+ example().catch(console.error);
48
+ ```
49
+
50
+ ### Parameters
51
+
52
+
53
+ | Name | Type | Description | Notes |
54
+ |------------- | ------------- | ------------- | -------------|
55
+ | **pasteInput** | [PasteInput](PasteInput.md) | | |
56
+
57
+ ### Return type
58
+
59
+ [**PasteOutput**](PasteOutput.md)
60
+
61
+ ### Authorization
62
+
63
+ No authorization required
64
+
65
+ ### HTTP request headers
66
+
67
+ - **Content-Type**: `application/json`
68
+ - **Accept**: `application/json`
69
+
70
+
71
+ ### HTTP response details
72
+ | Status code | Description | Response headers |
73
+ |-------------|-------------|------------------|
74
+ | **201** | Successful Response | - |
75
+ | **429** | Too many requests | - |
76
+ | **422** | Validation Error | - |
77
+
78
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
79
+
80
+
81
+ ## getPastePastePasteIdGet
82
+
83
+ > PasteOutput getPastePastePasteIdGet(pasteId)
84
+
85
+ Get Paste
86
+
87
+ Get a paste by ID.
88
+
89
+ ### Example
90
+
91
+ ```ts
92
+ import {
93
+ Configuration,
94
+ PasteApi,
95
+ } from '@orangefox-recovery/foxinternalclient';
96
+ import type { GetPastePastePasteIdGetRequest } from '@orangefox-recovery/foxinternalclient';
97
+
98
+ async function example() {
99
+ console.log("🚀 Testing @orangefox-recovery/foxinternalclient SDK...");
100
+ const api = new PasteApi();
101
+
102
+ const body = {
103
+ // string
104
+ pasteId: pasteId_example,
105
+ } satisfies GetPastePastePasteIdGetRequest;
106
+
107
+ try {
108
+ const data = await api.getPastePastePasteIdGet(body);
109
+ console.log(data);
110
+ } catch (error) {
111
+ console.error(error);
112
+ }
113
+ }
114
+
115
+ // Run the test
116
+ example().catch(console.error);
117
+ ```
118
+
119
+ ### Parameters
120
+
121
+
122
+ | Name | Type | Description | Notes |
123
+ |------------- | ------------- | ------------- | -------------|
124
+ | **pasteId** | `string` | | [Defaults to `undefined`] |
125
+
126
+ ### Return type
127
+
128
+ [**PasteOutput**](PasteOutput.md)
129
+
130
+ ### Authorization
131
+
132
+ No authorization required
133
+
134
+ ### HTTP request headers
135
+
136
+ - **Content-Type**: Not defined
137
+ - **Accept**: `application/json`
138
+
139
+
140
+ ### HTTP response details
141
+ | Status code | Description | Response headers |
142
+ |-------------|-------------|------------------|
143
+ | **200** | Successful Response | - |
144
+ | **404** | Item not found | - |
145
+ | **429** | Too many requests | - |
146
+ | **422** | Validation Error | - |
147
+
148
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
149
+
@@ -0,0 +1,34 @@
1
+
2
+ # PasteInput
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `content` | string
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import type { PasteInput } from '@orangefox-recovery/foxinternalclient'
15
+
16
+ // TODO: Update the object below with actual values
17
+ const example = {
18
+ "content": null,
19
+ } satisfies PasteInput
20
+
21
+ console.log(example)
22
+
23
+ // Convert the instance to a JSON string
24
+ const exampleJSON: string = JSON.stringify(example)
25
+ console.log(exampleJSON)
26
+
27
+ // Parse the JSON string back to an object
28
+ const exampleParsed = JSON.parse(exampleJSON) as PasteInput
29
+ console.log(exampleParsed)
30
+ ```
31
+
32
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
33
+
34
+
@@ -0,0 +1,40 @@
1
+
2
+ # PasteOutput
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `id` | string
10
+ `content` | string
11
+ `createdAt` | Date
12
+ `isOwner` | boolean
13
+
14
+ ## Example
15
+
16
+ ```typescript
17
+ import type { PasteOutput } from '@orangefox-recovery/foxinternalclient'
18
+
19
+ // TODO: Update the object below with actual values
20
+ const example = {
21
+ "id": null,
22
+ "content": null,
23
+ "createdAt": null,
24
+ "isOwner": null,
25
+ } satisfies PasteOutput
26
+
27
+ console.log(example)
28
+
29
+ // Convert the instance to a JSON string
30
+ const exampleJSON: string = JSON.stringify(example)
31
+ console.log(exampleJSON)
32
+
33
+ // Parse the JSON string back to an object
34
+ const exampleParsed = JSON.parse(exampleJSON) as PasteOutput
35
+ console.log(exampleParsed)
36
+ ```
37
+
38
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
39
+
40
+
@@ -0,0 +1,36 @@
1
+
2
+ # RecoveryImgResponse
3
+
4
+
5
+ ## Properties
6
+
7
+ Name | Type
8
+ ------------ | -------------
9
+ `size` | number
10
+ `md5` | string
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import type { RecoveryImgResponse } from '@orangefox-recovery/foxinternalclient'
16
+
17
+ // TODO: Update the object below with actual values
18
+ const example = {
19
+ "size": null,
20
+ "md5": null,
21
+ } satisfies RecoveryImgResponse
22
+
23
+ console.log(example)
24
+
25
+ // Convert the instance to a JSON string
26
+ const exampleJSON: string = JSON.stringify(example)
27
+ console.log(exampleJSON)
28
+
29
+ // Parse the JSON string back to an object
30
+ const exampleParsed = JSON.parse(exampleJSON) as RecoveryImgResponse
31
+ console.log(exampleParsed)
32
+ ```
33
+
34
+ [[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
35
+
36
+