@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).
@@ -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: 5.2.8
7
+ * The version of the OpenAPI document: 5.3.2
8
8
  * Contact: admin@orangefox.tech
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -41,8 +41,10 @@ export class GitlabApi extends runtime.BaseAPI {
41
41
  queryParameters['gl_project_url'] = requestParameters['glProjectUrl'];
42
42
  }
43
43
  const headerParameters = {};
44
+ let urlPath = `/gitlab/device/{device_id}/gitlab`;
45
+ urlPath = urlPath.replace(`{${"device_id"}}`, encodeURIComponent(String(requestParameters['deviceId'])));
44
46
  const response = yield this.request({
45
- path: `/gitlab/device/{device_id}/gitlab`.replace(`{${"device_id"}}`, encodeURIComponent(String(requestParameters['deviceId']))),
47
+ path: urlPath,
46
48
  method: 'POST',
47
49
  headers: headerParameters,
48
50
  query: queryParameters,
@@ -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).
@@ -17,6 +17,9 @@ export interface ChangePasswordProfileChangePasswordPostRequest {
17
17
  export interface DelReleaseInternalReleasesReleaseIdDeleteRequest {
18
18
  releaseId: string;
19
19
  }
20
+ export interface DeleteDeviceInternalDevicesDeviceIdDeleteRequest {
21
+ deviceId: string;
22
+ }
20
23
  export interface DeletePasteInternalPastePasteIdDeleteRequest {
21
24
  pasteId: string;
22
25
  }
@@ -122,6 +125,19 @@ export interface InternalApiInterface {
122
125
  * Del Release
123
126
  */
124
127
  delReleaseInternalReleasesReleaseIdDelete(requestParameters: DelReleaseInternalReleasesReleaseIdDeleteRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<boolean>;
128
+ /**
129
+ *
130
+ * @summary Delete Device
131
+ * @param {string} deviceId
132
+ * @param {*} [options] Override http request option.
133
+ * @throws {RequiredError}
134
+ * @memberof InternalApiInterface
135
+ */
136
+ deleteDeviceInternalDevicesDeviceIdDeleteRaw(requestParameters: DeleteDeviceInternalDevicesDeviceIdDeleteRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<boolean>>;
137
+ /**
138
+ * Delete Device
139
+ */
140
+ deleteDeviceInternalDevicesDeviceIdDelete(requestParameters: DeleteDeviceInternalDevicesDeviceIdDeleteRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<boolean>;
125
141
  /**
126
142
  * Delete a paste by ID. Requires admin permissions.
127
143
  * @summary Delete Paste
@@ -237,6 +253,19 @@ export interface InternalApiInterface {
237
253
  * Get User By Id
238
254
  */
239
255
  getUserByIdInternalUsersUserIdGet(requestParameters: GetUserByIdInternalUsersUserIdGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UserInternalResponse>;
256
+ /**
257
+ * List all pastes. Requires admin permissions.
258
+ * @summary List Pastes
259
+ * @param {*} [options] Override http request option.
260
+ * @throws {RequiredError}
261
+ * @memberof InternalApiInterface
262
+ */
263
+ listPastesInternalPasteGetRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<PasteOutput>>>;
264
+ /**
265
+ * List all pastes. Requires admin permissions.
266
+ * List Pastes
267
+ */
268
+ listPastesInternalPasteGet(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<PasteOutput>>;
240
269
  /**
241
270
  *
242
271
  * @summary List Users
@@ -396,6 +425,14 @@ export declare class InternalApi extends runtime.BaseAPI implements InternalApiI
396
425
  * Del Release
397
426
  */
398
427
  delReleaseInternalReleasesReleaseIdDelete(requestParameters: DelReleaseInternalReleasesReleaseIdDeleteRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<boolean>;
428
+ /**
429
+ * Delete Device
430
+ */
431
+ deleteDeviceInternalDevicesDeviceIdDeleteRaw(requestParameters: DeleteDeviceInternalDevicesDeviceIdDeleteRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<boolean>>;
432
+ /**
433
+ * Delete Device
434
+ */
435
+ deleteDeviceInternalDevicesDeviceIdDelete(requestParameters: DeleteDeviceInternalDevicesDeviceIdDeleteRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<boolean>;
399
436
  /**
400
437
  * Delete a paste by ID. Requires admin permissions.
401
438
  * Delete Paste
@@ -470,6 +507,16 @@ export declare class InternalApi extends runtime.BaseAPI implements InternalApiI
470
507
  * Get User By Id
471
508
  */
472
509
  getUserByIdInternalUsersUserIdGet(requestParameters: GetUserByIdInternalUsersUserIdGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<UserInternalResponse>;
510
+ /**
511
+ * List all pastes. Requires admin permissions.
512
+ * List Pastes
513
+ */
514
+ listPastesInternalPasteGetRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Array<PasteOutput>>>;
515
+ /**
516
+ * List all pastes. Requires admin permissions.
517
+ * List Pastes
518
+ */
519
+ listPastesInternalPasteGet(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Array<PasteOutput>>;
473
520
  /**
474
521
  * List Users
475
522
  */
@@ -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: 5.2.8
7
+ * The version of the OpenAPI document: 5.3.2
8
8
  * Contact: admin@orangefox.tech
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -38,8 +38,9 @@ export class InternalApi extends runtime.BaseAPI {
38
38
  const queryParameters = {};
39
39
  const headerParameters = {};
40
40
  headerParameters['Content-Type'] = 'application/json';
41
+ let urlPath = `/profile/change_password`;
41
42
  const response = yield this.request({
42
- path: `/profile/change_password`,
43
+ path: urlPath,
43
44
  method: 'POST',
44
45
  headers: headerParameters,
45
46
  query: queryParameters,
@@ -85,8 +86,10 @@ export class InternalApi extends runtime.BaseAPI {
85
86
  headerParameters["Authorization"] = `Bearer ${tokenString}`;
86
87
  }
87
88
  }
89
+ let urlPath = `/internal/releases/{release_id}`;
90
+ urlPath = urlPath.replace(`{${"release_id"}}`, encodeURIComponent(String(requestParameters['releaseId'])));
88
91
  const response = yield this.request({
89
- path: `/internal/releases/{release_id}`.replace(`{${"release_id"}}`, encodeURIComponent(String(requestParameters['releaseId']))),
92
+ path: urlPath,
90
93
  method: 'DELETE',
91
94
  headers: headerParameters,
92
95
  query: queryParameters,
@@ -109,6 +112,52 @@ export class InternalApi extends runtime.BaseAPI {
109
112
  return yield response.value();
110
113
  });
111
114
  }
115
+ /**
116
+ * Delete Device
117
+ */
118
+ deleteDeviceInternalDevicesDeviceIdDeleteRaw(requestParameters, initOverrides) {
119
+ return __awaiter(this, void 0, void 0, function* () {
120
+ if (requestParameters['deviceId'] == null) {
121
+ throw new runtime.RequiredError('deviceId', 'Required parameter "deviceId" was null or undefined when calling deleteDeviceInternalDevicesDeviceIdDelete().');
122
+ }
123
+ const queryParameters = {};
124
+ const headerParameters = {};
125
+ if (this.configuration && this.configuration.accessToken) {
126
+ // oauth required
127
+ headerParameters["Authorization"] = yield this.configuration.accessToken("oauth2_password", []);
128
+ }
129
+ if (this.configuration && this.configuration.accessToken) {
130
+ const token = this.configuration.accessToken;
131
+ const tokenString = yield token("bearer_auth", []);
132
+ if (tokenString) {
133
+ headerParameters["Authorization"] = `Bearer ${tokenString}`;
134
+ }
135
+ }
136
+ let urlPath = `/internal/devices/{device_id}`;
137
+ urlPath = urlPath.replace(`{${"device_id"}}`, encodeURIComponent(String(requestParameters['deviceId'])));
138
+ const response = yield this.request({
139
+ path: urlPath,
140
+ method: 'DELETE',
141
+ headers: headerParameters,
142
+ query: queryParameters,
143
+ }, initOverrides);
144
+ if (this.isJsonMime(response.headers.get('content-type'))) {
145
+ return new runtime.JSONApiResponse(response);
146
+ }
147
+ else {
148
+ return new runtime.TextApiResponse(response);
149
+ }
150
+ });
151
+ }
152
+ /**
153
+ * Delete Device
154
+ */
155
+ deleteDeviceInternalDevicesDeviceIdDelete(requestParameters, initOverrides) {
156
+ return __awaiter(this, void 0, void 0, function* () {
157
+ const response = yield this.deleteDeviceInternalDevicesDeviceIdDeleteRaw(requestParameters, initOverrides);
158
+ return yield response.value();
159
+ });
160
+ }
112
161
  /**
113
162
  * Delete a paste by ID. Requires admin permissions.
114
163
  * Delete Paste
@@ -131,8 +180,10 @@ export class InternalApi extends runtime.BaseAPI {
131
180
  headerParameters["Authorization"] = `Bearer ${tokenString}`;
132
181
  }
133
182
  }
183
+ let urlPath = `/internal/paste/{paste_id}`;
184
+ urlPath = urlPath.replace(`{${"paste_id"}}`, encodeURIComponent(String(requestParameters['pasteId'])));
134
185
  const response = yield this.request({
135
- path: `/internal/paste/{paste_id}`.replace(`{${"paste_id"}}`, encodeURIComponent(String(requestParameters['pasteId']))),
186
+ path: urlPath,
136
187
  method: 'DELETE',
137
188
  headers: headerParameters,
138
189
  query: queryParameters,
@@ -170,8 +221,10 @@ export class InternalApi extends runtime.BaseAPI {
170
221
  headerParameters["Authorization"] = `Bearer ${tokenString}`;
171
222
  }
172
223
  }
224
+ let urlPath = `/internal/users/{user_id}`;
225
+ urlPath = urlPath.replace(`{${"user_id"}}`, encodeURIComponent(String(requestParameters['userId'])));
173
226
  const response = yield this.request({
174
- path: `/internal/users/{user_id}`.replace(`{${"user_id"}}`, encodeURIComponent(String(requestParameters['userId']))),
227
+ path: urlPath,
175
228
  method: 'DELETE',
176
229
  headers: headerParameters,
177
230
  query: queryParameters,
@@ -219,8 +272,10 @@ export class InternalApi extends runtime.BaseAPI {
219
272
  headerParameters["Authorization"] = `Bearer ${tokenString}`;
220
273
  }
221
274
  }
275
+ let urlPath = `/internal/releases/{release_id}`;
276
+ urlPath = urlPath.replace(`{${"release_id"}}`, encodeURIComponent(String(requestParameters['releaseId'])));
222
277
  const response = yield this.request({
223
- path: `/internal/releases/{release_id}`.replace(`{${"release_id"}}`, encodeURIComponent(String(requestParameters['releaseId']))),
278
+ path: urlPath,
224
279
  method: 'PUT',
225
280
  headers: headerParameters,
226
281
  query: queryParameters,
@@ -265,8 +320,10 @@ export class InternalApi extends runtime.BaseAPI {
265
320
  headerParameters["Authorization"] = `Bearer ${tokenString}`;
266
321
  }
267
322
  }
323
+ let urlPath = `/internal/devices/{device_id}`;
324
+ urlPath = urlPath.replace(`{${"device_id"}}`, encodeURIComponent(String(requestParameters['deviceId'])));
268
325
  const response = yield this.request({
269
- path: `/internal/devices/{device_id}`.replace(`{${"device_id"}}`, encodeURIComponent(String(requestParameters['deviceId']))),
326
+ path: urlPath,
270
327
  method: 'GET',
271
328
  headers: headerParameters,
272
329
  query: queryParameters,
@@ -320,8 +377,9 @@ export class InternalApi extends runtime.BaseAPI {
320
377
  headerParameters["Authorization"] = `Bearer ${tokenString}`;
321
378
  }
322
379
  }
380
+ let urlPath = `/internal/logs/`;
323
381
  const response = yield this.request({
324
- path: `/internal/logs/`,
382
+ path: urlPath,
325
383
  method: 'GET',
326
384
  headers: headerParameters,
327
385
  query: queryParameters,
@@ -361,8 +419,10 @@ export class InternalApi extends runtime.BaseAPI {
361
419
  headerParameters["Authorization"] = `Bearer ${tokenString}`;
362
420
  }
363
421
  }
422
+ let urlPath = `/internal/releases/{release_id}`;
423
+ urlPath = urlPath.replace(`{${"release_id"}}`, encodeURIComponent(String(requestParameters['releaseId'])));
364
424
  const response = yield this.request({
365
- path: `/internal/releases/{release_id}`.replace(`{${"release_id"}}`, encodeURIComponent(String(requestParameters['releaseId']))),
425
+ path: urlPath,
366
426
  method: 'GET',
367
427
  headers: headerParameters,
368
428
  query: queryParameters,
@@ -402,8 +462,10 @@ export class InternalApi extends runtime.BaseAPI {
402
462
  headerParameters["Authorization"] = `Bearer ${tokenString}`;
403
463
  }
404
464
  }
465
+ let urlPath = `/internal/releases/{release_id}/dl`;
466
+ urlPath = urlPath.replace(`{${"release_id"}}`, encodeURIComponent(String(requestParameters['releaseId'])));
405
467
  const response = yield this.request({
406
- path: `/internal/releases/{release_id}/dl`.replace(`{${"release_id"}}`, encodeURIComponent(String(requestParameters['releaseId']))),
468
+ path: urlPath,
407
469
  method: 'GET',
408
470
  headers: headerParameters,
409
471
  query: queryParameters,
@@ -447,8 +509,10 @@ export class InternalApi extends runtime.BaseAPI {
447
509
  headerParameters["Authorization"] = `Bearer ${tokenString}`;
448
510
  }
449
511
  }
512
+ let urlPath = `/internal/users/{user_id}`;
513
+ urlPath = urlPath.replace(`{${"user_id"}}`, encodeURIComponent(String(requestParameters['userId'])));
450
514
  const response = yield this.request({
451
- path: `/internal/users/{user_id}`.replace(`{${"user_id"}}`, encodeURIComponent(String(requestParameters['userId']))),
515
+ path: urlPath,
452
516
  method: 'GET',
453
517
  headers: headerParameters,
454
518
  query: queryParameters,
@@ -465,6 +529,45 @@ export class InternalApi extends runtime.BaseAPI {
465
529
  return yield response.value();
466
530
  });
467
531
  }
532
+ /**
533
+ * List all pastes. Requires admin permissions.
534
+ * List Pastes
535
+ */
536
+ listPastesInternalPasteGetRaw(initOverrides) {
537
+ return __awaiter(this, void 0, void 0, function* () {
538
+ const queryParameters = {};
539
+ const headerParameters = {};
540
+ if (this.configuration && this.configuration.accessToken) {
541
+ // oauth required
542
+ headerParameters["Authorization"] = yield this.configuration.accessToken("oauth2_password", []);
543
+ }
544
+ if (this.configuration && this.configuration.accessToken) {
545
+ const token = this.configuration.accessToken;
546
+ const tokenString = yield token("bearer_auth", []);
547
+ if (tokenString) {
548
+ headerParameters["Authorization"] = `Bearer ${tokenString}`;
549
+ }
550
+ }
551
+ let urlPath = `/internal/paste/`;
552
+ const response = yield this.request({
553
+ path: urlPath,
554
+ method: 'GET',
555
+ headers: headerParameters,
556
+ query: queryParameters,
557
+ }, initOverrides);
558
+ return new runtime.JSONApiResponse(response, (jsonValue) => jsonValue.map(PasteOutputFromJSON));
559
+ });
560
+ }
561
+ /**
562
+ * List all pastes. Requires admin permissions.
563
+ * List Pastes
564
+ */
565
+ listPastesInternalPasteGet(initOverrides) {
566
+ return __awaiter(this, void 0, void 0, function* () {
567
+ const response = yield this.listPastesInternalPasteGetRaw(initOverrides);
568
+ return yield response.value();
569
+ });
570
+ }
468
571
  /**
469
572
  * List Users
470
573
  */
@@ -483,8 +586,9 @@ export class InternalApi extends runtime.BaseAPI {
483
586
  headerParameters["Authorization"] = `Bearer ${tokenString}`;
484
587
  }
485
588
  }
589
+ let urlPath = `/internal/users/`;
486
590
  const response = yield this.request({
487
- path: `/internal/users/`,
591
+ path: urlPath,
488
592
  method: 'GET',
489
593
  headers: headerParameters,
490
594
  query: queryParameters,
@@ -563,8 +667,9 @@ export class InternalApi extends runtime.BaseAPI {
563
667
  if (requestParameters['clientSecret'] != null) {
564
668
  formParams.append('client_secret', requestParameters['clientSecret']);
565
669
  }
670
+ let urlPath = `/auth/login`;
566
671
  const response = yield this.request({
567
- path: `/auth/login`,
672
+ path: urlPath,
568
673
  method: 'POST',
569
674
  headers: headerParameters,
570
675
  query: queryParameters,
@@ -605,8 +710,9 @@ export class InternalApi extends runtime.BaseAPI {
605
710
  headerParameters["Authorization"] = `Bearer ${tokenString}`;
606
711
  }
607
712
  }
713
+ let urlPath = `/auth/logout`;
608
714
  const response = yield this.request({
609
- path: `/auth/logout`,
715
+ path: urlPath,
610
716
  method: 'POST',
611
717
  headers: headerParameters,
612
718
  query: queryParameters,
@@ -651,8 +757,9 @@ export class InternalApi extends runtime.BaseAPI {
651
757
  headerParameters["Authorization"] = `Bearer ${tokenString}`;
652
758
  }
653
759
  }
760
+ let urlPath = `/internal/devices/`;
654
761
  const response = yield this.request({
655
- path: `/internal/devices/`,
762
+ path: urlPath,
656
763
  method: 'POST',
657
764
  headers: headerParameters,
658
765
  query: queryParameters,
@@ -741,8 +848,9 @@ export class InternalApi extends runtime.BaseAPI {
741
848
  if (requestParameters['force'] != null) {
742
849
  formParams.append('force', requestParameters['force']);
743
850
  }
851
+ let urlPath = `/internal/releases/`;
744
852
  const response = yield this.request({
745
- path: `/internal/releases/`,
853
+ path: urlPath,
746
854
  method: 'POST',
747
855
  headers: headerParameters,
748
856
  query: queryParameters,
@@ -782,8 +890,9 @@ export class InternalApi extends runtime.BaseAPI {
782
890
  headerParameters["Authorization"] = `Bearer ${tokenString}`;
783
891
  }
784
892
  }
893
+ let urlPath = `/auth/renew`;
785
894
  const response = yield this.request({
786
- path: `/auth/renew`,
895
+ path: urlPath,
787
896
  method: 'POST',
788
897
  headers: headerParameters,
789
898
  query: queryParameters,
@@ -831,8 +940,10 @@ export class InternalApi extends runtime.BaseAPI {
831
940
  headerParameters["Authorization"] = `Bearer ${tokenString}`;
832
941
  }
833
942
  }
943
+ let urlPath = `/internal/devices/{device_id}`;
944
+ urlPath = urlPath.replace(`{${"device_id"}}`, encodeURIComponent(String(requestParameters['deviceId'])));
834
945
  const response = yield this.request({
835
- path: `/internal/devices/{device_id}`.replace(`{${"device_id"}}`, encodeURIComponent(String(requestParameters['deviceId']))),
946
+ path: urlPath,
836
947
  method: 'PUT',
837
948
  headers: headerParameters,
838
949
  query: queryParameters,
@@ -881,8 +992,10 @@ export class InternalApi extends runtime.BaseAPI {
881
992
  headerParameters["Authorization"] = `Bearer ${tokenString}`;
882
993
  }
883
994
  }
995
+ let urlPath = `/internal/paste/{paste_id}`;
996
+ urlPath = urlPath.replace(`{${"paste_id"}}`, encodeURIComponent(String(requestParameters['pasteId'])));
884
997
  const response = yield this.request({
885
- path: `/internal/paste/{paste_id}`.replace(`{${"paste_id"}}`, encodeURIComponent(String(requestParameters['pasteId']))),
998
+ path: urlPath,
886
999
  method: 'PUT',
887
1000
  headers: headerParameters,
888
1001
  query: queryParameters,
@@ -926,8 +1039,10 @@ export class InternalApi extends runtime.BaseAPI {
926
1039
  headerParameters["Authorization"] = `Bearer ${tokenString}`;
927
1040
  }
928
1041
  }
1042
+ let urlPath = `/internal/users/{user_id}`;
1043
+ urlPath = urlPath.replace(`{${"user_id"}}`, encodeURIComponent(String(requestParameters['userId'])));
929
1044
  const response = yield this.request({
930
- path: `/internal/users/{user_id}`.replace(`{${"user_id"}}`, encodeURIComponent(String(requestParameters['userId']))),
1045
+ path: urlPath,
931
1046
  method: 'PUT',
932
1047
  headers: headerParameters,
933
1048
  query: queryParameters,
@@ -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).
@@ -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: 5.2.8
7
+ * The version of the OpenAPI document: 5.3.2
8
8
  * Contact: admin@orangefox.tech
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -38,8 +38,9 @@ export class PasteApi extends runtime.BaseAPI {
38
38
  const queryParameters = {};
39
39
  const headerParameters = {};
40
40
  headerParameters['Content-Type'] = 'application/json';
41
+ let urlPath = `/paste/`;
41
42
  const response = yield this.request({
42
- path: `/paste/`,
43
+ path: urlPath,
43
44
  method: 'POST',
44
45
  headers: headerParameters,
45
46
  query: queryParameters,
@@ -69,8 +70,10 @@ export class PasteApi extends runtime.BaseAPI {
69
70
  }
70
71
  const queryParameters = {};
71
72
  const headerParameters = {};
73
+ let urlPath = `/paste/{paste_id}`;
74
+ urlPath = urlPath.replace(`{${"paste_id"}}`, encodeURIComponent(String(requestParameters['pasteId'])));
72
75
  const response = yield this.request({
73
- path: `/paste/{paste_id}`.replace(`{${"paste_id"}}`, encodeURIComponent(String(requestParameters['pasteId']))),
76
+ path: urlPath,
74
77
  method: 'GET',
75
78
  headers: headerParameters,
76
79
  query: queryParameters,
@@ -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).
@@ -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: 5.2.8
7
+ * The version of the OpenAPI document: 5.3.2
8
8
  * Contact: admin@orangefox.tech
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -46,8 +46,9 @@ export class ReleaseApi extends runtime.BaseAPI {
46
46
  queryParameters['filename'] = requestParameters['filename'];
47
47
  }
48
48
  const headerParameters = {};
49
+ let urlPath = `/releases/get`;
49
50
  const response = yield this.request({
50
- path: `/releases/get`,
51
+ path: urlPath,
51
52
  method: 'GET',
52
53
  headers: headerParameters,
53
54
  query: queryParameters,
@@ -77,8 +78,10 @@ export class ReleaseApi extends runtime.BaseAPI {
77
78
  }
78
79
  const queryParameters = {};
79
80
  const headerParameters = {};
81
+ let urlPath = `/releases/{release_id}`;
82
+ urlPath = urlPath.replace(`{${"release_id"}}`, encodeURIComponent(String(requestParameters['releaseId'])));
80
83
  const response = yield this.request({
81
- path: `/releases/{release_id}`.replace(`{${"release_id"}}`, encodeURIComponent(String(requestParameters['releaseId']))),
84
+ path: urlPath,
82
85
  method: 'GET',
83
86
  headers: headerParameters,
84
87
  query: queryParameters,
@@ -153,8 +156,9 @@ export class ReleaseApi extends runtime.BaseAPI {
153
156
  queryParameters['limit'] = requestParameters['limit'];
154
157
  }
155
158
  const headerParameters = {};
159
+ let urlPath = `/releases/`;
156
160
  const response = yield this.request({
157
- path: `/releases/`,
161
+ path: urlPath,
158
162
  method: 'GET',
159
163
  headers: headerParameters,
160
164
  query: queryParameters,
@@ -199,8 +203,10 @@ export class ReleaseApi extends runtime.BaseAPI {
199
203
  queryParameters['limit'] = requestParameters['limit'];
200
204
  }
201
205
  const headerParameters = {};
206
+ let urlPath = `/updates/{last_known_id}`;
207
+ urlPath = urlPath.replace(`{${"last_known_id"}}`, encodeURIComponent(String(requestParameters['lastKnownId'])));
202
208
  const response = yield this.request({
203
- path: `/updates/{last_known_id}`.replace(`{${"last_known_id"}}`, encodeURIComponent(String(requestParameters['lastKnownId']))),
209
+ path: urlPath,
204
210
  method: 'GET',
205
211
  headers: headerParameters,
206
212
  query: queryParameters,
@@ -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).
@@ -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: 5.2.8
7
+ * The version of the OpenAPI document: 5.3.2
8
8
  * Contact: admin@orangefox.tech
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34,8 +34,9 @@ export class StatsApi extends runtime.BaseAPI {
34
34
  return __awaiter(this, void 0, void 0, function* () {
35
35
  const queryParameters = {};
36
36
  const headerParameters = {};
37
+ let urlPath = `/stats/`;
37
38
  const response = yield this.request({
38
- path: `/stats/`,
39
+ path: urlPath,
39
40
  method: 'GET',
40
41
  headers: headerParameters,
41
42
  query: queryParameters,
@@ -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).
@@ -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: 5.2.8
7
+ * The version of the OpenAPI document: 5.3.2
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: 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).
@@ -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: 5.2.8
7
+ * The version of the OpenAPI document: 5.3.2
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: 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).