boltz-api 0.30.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 (579) hide show
  1. package/CHANGELOG.md +708 -0
  2. package/LICENSE +201 -0
  3. package/README.md +466 -0
  4. package/api-promise.d.mts +2 -0
  5. package/api-promise.d.mts.map +1 -0
  6. package/api-promise.d.ts +2 -0
  7. package/api-promise.d.ts.map +1 -0
  8. package/api-promise.js +6 -0
  9. package/api-promise.js.map +1 -0
  10. package/api-promise.mjs +2 -0
  11. package/api-promise.mjs.map +1 -0
  12. package/client.d.mts +219 -0
  13. package/client.d.mts.map +1 -0
  14. package/client.d.ts +219 -0
  15. package/client.d.ts.map +1 -0
  16. package/client.js +522 -0
  17. package/client.js.map +1 -0
  18. package/client.mjs +518 -0
  19. package/client.mjs.map +1 -0
  20. package/core/api-promise.d.mts +46 -0
  21. package/core/api-promise.d.mts.map +1 -0
  22. package/core/api-promise.d.ts +46 -0
  23. package/core/api-promise.d.ts.map +1 -0
  24. package/core/api-promise.js +74 -0
  25. package/core/api-promise.js.map +1 -0
  26. package/core/api-promise.mjs +70 -0
  27. package/core/api-promise.mjs.map +1 -0
  28. package/core/error.d.mts +46 -0
  29. package/core/error.d.mts.map +1 -0
  30. package/core/error.d.ts +46 -0
  31. package/core/error.d.ts.map +1 -0
  32. package/core/error.js +113 -0
  33. package/core/error.js.map +1 -0
  34. package/core/error.mjs +97 -0
  35. package/core/error.mjs.map +1 -0
  36. package/core/pagination.d.mts +78 -0
  37. package/core/pagination.d.mts.map +1 -0
  38. package/core/pagination.d.ts +78 -0
  39. package/core/pagination.d.ts.map +1 -0
  40. package/core/pagination.js +154 -0
  41. package/core/pagination.js.map +1 -0
  42. package/core/pagination.mjs +147 -0
  43. package/core/pagination.mjs.map +1 -0
  44. package/core/resource.d.mts +6 -0
  45. package/core/resource.d.mts.map +1 -0
  46. package/core/resource.d.ts +6 -0
  47. package/core/resource.d.ts.map +1 -0
  48. package/core/resource.js +11 -0
  49. package/core/resource.js.map +1 -0
  50. package/core/resource.mjs +7 -0
  51. package/core/resource.mjs.map +1 -0
  52. package/core/uploads.d.mts +3 -0
  53. package/core/uploads.d.mts.map +1 -0
  54. package/core/uploads.d.ts +3 -0
  55. package/core/uploads.d.ts.map +1 -0
  56. package/core/uploads.js +6 -0
  57. package/core/uploads.js.map +1 -0
  58. package/core/uploads.mjs +2 -0
  59. package/core/uploads.mjs.map +1 -0
  60. package/error.d.mts +2 -0
  61. package/error.d.mts.map +1 -0
  62. package/error.d.ts +2 -0
  63. package/error.d.ts.map +1 -0
  64. package/error.js +6 -0
  65. package/error.js.map +1 -0
  66. package/error.mjs +2 -0
  67. package/error.mjs.map +1 -0
  68. package/index.d.mts +7 -0
  69. package/index.d.mts.map +1 -0
  70. package/index.d.ts +7 -0
  71. package/index.d.ts.map +1 -0
  72. package/index.js +32 -0
  73. package/index.js.map +1 -0
  74. package/index.mjs +8 -0
  75. package/index.mjs.map +1 -0
  76. package/internal/builtin-types.d.mts +73 -0
  77. package/internal/builtin-types.d.mts.map +1 -0
  78. package/internal/builtin-types.d.ts +73 -0
  79. package/internal/builtin-types.d.ts.map +1 -0
  80. package/internal/builtin-types.js +4 -0
  81. package/internal/builtin-types.js.map +1 -0
  82. package/internal/builtin-types.mjs +3 -0
  83. package/internal/builtin-types.mjs.map +1 -0
  84. package/internal/detect-platform.d.mts +15 -0
  85. package/internal/detect-platform.d.mts.map +1 -0
  86. package/internal/detect-platform.d.ts +15 -0
  87. package/internal/detect-platform.d.ts.map +1 -0
  88. package/internal/detect-platform.js +162 -0
  89. package/internal/detect-platform.js.map +1 -0
  90. package/internal/detect-platform.mjs +157 -0
  91. package/internal/detect-platform.mjs.map +1 -0
  92. package/internal/errors.d.mts +3 -0
  93. package/internal/errors.d.mts.map +1 -0
  94. package/internal/errors.d.ts +3 -0
  95. package/internal/errors.d.ts.map +1 -0
  96. package/internal/errors.js +41 -0
  97. package/internal/errors.js.map +1 -0
  98. package/internal/errors.mjs +36 -0
  99. package/internal/errors.mjs.map +1 -0
  100. package/internal/headers.d.mts +20 -0
  101. package/internal/headers.d.mts.map +1 -0
  102. package/internal/headers.d.ts +20 -0
  103. package/internal/headers.d.ts.map +1 -0
  104. package/internal/headers.js +79 -0
  105. package/internal/headers.js.map +1 -0
  106. package/internal/headers.mjs +74 -0
  107. package/internal/headers.mjs.map +1 -0
  108. package/internal/parse.d.mts +12 -0
  109. package/internal/parse.d.mts.map +1 -0
  110. package/internal/parse.d.ts +12 -0
  111. package/internal/parse.d.ts.map +1 -0
  112. package/internal/parse.js +40 -0
  113. package/internal/parse.js.map +1 -0
  114. package/internal/parse.mjs +37 -0
  115. package/internal/parse.mjs.map +1 -0
  116. package/internal/qs/formats.d.mts +7 -0
  117. package/internal/qs/formats.d.mts.map +1 -0
  118. package/internal/qs/formats.d.ts +7 -0
  119. package/internal/qs/formats.d.ts.map +1 -0
  120. package/internal/qs/formats.js +13 -0
  121. package/internal/qs/formats.js.map +1 -0
  122. package/internal/qs/formats.mjs +9 -0
  123. package/internal/qs/formats.mjs.map +1 -0
  124. package/internal/qs/index.d.mts +10 -0
  125. package/internal/qs/index.d.mts.map +1 -0
  126. package/internal/qs/index.d.ts +10 -0
  127. package/internal/qs/index.d.ts.map +1 -0
  128. package/internal/qs/index.js +14 -0
  129. package/internal/qs/index.js.map +1 -0
  130. package/internal/qs/index.mjs +10 -0
  131. package/internal/qs/index.mjs.map +1 -0
  132. package/internal/qs/stringify.d.mts +3 -0
  133. package/internal/qs/stringify.d.mts.map +1 -0
  134. package/internal/qs/stringify.d.ts +3 -0
  135. package/internal/qs/stringify.d.ts.map +1 -0
  136. package/internal/qs/stringify.js +277 -0
  137. package/internal/qs/stringify.js.map +1 -0
  138. package/internal/qs/stringify.mjs +274 -0
  139. package/internal/qs/stringify.mjs.map +1 -0
  140. package/internal/qs/types.d.mts +57 -0
  141. package/internal/qs/types.d.mts.map +1 -0
  142. package/internal/qs/types.d.ts +57 -0
  143. package/internal/qs/types.d.ts.map +1 -0
  144. package/internal/qs/types.js +3 -0
  145. package/internal/qs/types.js.map +1 -0
  146. package/internal/qs/types.mjs +2 -0
  147. package/internal/qs/types.mjs.map +1 -0
  148. package/internal/qs/utils.d.mts +15 -0
  149. package/internal/qs/utils.d.mts.map +1 -0
  150. package/internal/qs/utils.d.ts +15 -0
  151. package/internal/qs/utils.d.ts.map +1 -0
  152. package/internal/qs/utils.js +230 -0
  153. package/internal/qs/utils.js.map +1 -0
  154. package/internal/qs/utils.mjs +217 -0
  155. package/internal/qs/utils.mjs.map +1 -0
  156. package/internal/request-options.d.mts +75 -0
  157. package/internal/request-options.d.mts.map +1 -0
  158. package/internal/request-options.d.ts +75 -0
  159. package/internal/request-options.d.ts.map +1 -0
  160. package/internal/request-options.js +14 -0
  161. package/internal/request-options.js.map +1 -0
  162. package/internal/request-options.mjs +10 -0
  163. package/internal/request-options.mjs.map +1 -0
  164. package/internal/shim-types.d.mts +17 -0
  165. package/internal/shim-types.d.mts.map +1 -0
  166. package/internal/shim-types.d.ts +17 -0
  167. package/internal/shim-types.d.ts.map +1 -0
  168. package/internal/shim-types.js +4 -0
  169. package/internal/shim-types.js.map +1 -0
  170. package/internal/shim-types.mjs +3 -0
  171. package/internal/shim-types.mjs.map +1 -0
  172. package/internal/shims.d.mts +20 -0
  173. package/internal/shims.d.mts.map +1 -0
  174. package/internal/shims.d.ts +20 -0
  175. package/internal/shims.d.ts.map +1 -0
  176. package/internal/shims.js +92 -0
  177. package/internal/shims.js.map +1 -0
  178. package/internal/shims.mjs +85 -0
  179. package/internal/shims.mjs.map +1 -0
  180. package/internal/to-file.d.mts +45 -0
  181. package/internal/to-file.d.mts.map +1 -0
  182. package/internal/to-file.d.ts +45 -0
  183. package/internal/to-file.d.ts.map +1 -0
  184. package/internal/to-file.js +91 -0
  185. package/internal/to-file.js.map +1 -0
  186. package/internal/to-file.mjs +88 -0
  187. package/internal/to-file.mjs.map +1 -0
  188. package/internal/tslib.js +81 -0
  189. package/internal/tslib.mjs +17 -0
  190. package/internal/types.d.mts +69 -0
  191. package/internal/types.d.mts.map +1 -0
  192. package/internal/types.d.ts +69 -0
  193. package/internal/types.d.ts.map +1 -0
  194. package/internal/types.js +4 -0
  195. package/internal/types.js.map +1 -0
  196. package/internal/types.mjs +3 -0
  197. package/internal/types.mjs.map +1 -0
  198. package/internal/uploads.d.mts +42 -0
  199. package/internal/uploads.d.mts.map +1 -0
  200. package/internal/uploads.d.ts +42 -0
  201. package/internal/uploads.d.ts.map +1 -0
  202. package/internal/uploads.js +141 -0
  203. package/internal/uploads.js.map +1 -0
  204. package/internal/uploads.mjs +131 -0
  205. package/internal/uploads.mjs.map +1 -0
  206. package/internal/utils/base64.d.mts +3 -0
  207. package/internal/utils/base64.d.mts.map +1 -0
  208. package/internal/utils/base64.d.ts +3 -0
  209. package/internal/utils/base64.d.ts.map +1 -0
  210. package/internal/utils/base64.js +38 -0
  211. package/internal/utils/base64.js.map +1 -0
  212. package/internal/utils/base64.mjs +33 -0
  213. package/internal/utils/base64.mjs.map +1 -0
  214. package/internal/utils/bytes.d.mts +4 -0
  215. package/internal/utils/bytes.d.mts.map +1 -0
  216. package/internal/utils/bytes.d.ts +4 -0
  217. package/internal/utils/bytes.d.ts.map +1 -0
  218. package/internal/utils/bytes.js +31 -0
  219. package/internal/utils/bytes.js.map +1 -0
  220. package/internal/utils/bytes.mjs +26 -0
  221. package/internal/utils/bytes.mjs.map +1 -0
  222. package/internal/utils/env.d.mts +9 -0
  223. package/internal/utils/env.d.mts.map +1 -0
  224. package/internal/utils/env.d.ts +9 -0
  225. package/internal/utils/env.d.ts.map +1 -0
  226. package/internal/utils/env.js +22 -0
  227. package/internal/utils/env.js.map +1 -0
  228. package/internal/utils/env.mjs +18 -0
  229. package/internal/utils/env.mjs.map +1 -0
  230. package/internal/utils/log.d.mts +37 -0
  231. package/internal/utils/log.d.mts.map +1 -0
  232. package/internal/utils/log.d.ts +37 -0
  233. package/internal/utils/log.d.ts.map +1 -0
  234. package/internal/utils/log.js +86 -0
  235. package/internal/utils/log.js.map +1 -0
  236. package/internal/utils/log.mjs +80 -0
  237. package/internal/utils/log.mjs.map +1 -0
  238. package/internal/utils/path.d.mts +15 -0
  239. package/internal/utils/path.d.mts.map +1 -0
  240. package/internal/utils/path.d.ts +15 -0
  241. package/internal/utils/path.d.ts.map +1 -0
  242. package/internal/utils/path.js +79 -0
  243. package/internal/utils/path.js.map +1 -0
  244. package/internal/utils/path.mjs +74 -0
  245. package/internal/utils/path.mjs.map +1 -0
  246. package/internal/utils/query.d.mts +2 -0
  247. package/internal/utils/query.d.mts.map +1 -0
  248. package/internal/utils/query.d.ts +2 -0
  249. package/internal/utils/query.d.ts.map +1 -0
  250. package/internal/utils/query.js +10 -0
  251. package/internal/utils/query.js.map +1 -0
  252. package/internal/utils/query.mjs +6 -0
  253. package/internal/utils/query.mjs.map +1 -0
  254. package/internal/utils/sleep.d.mts +2 -0
  255. package/internal/utils/sleep.d.mts.map +1 -0
  256. package/internal/utils/sleep.d.ts +2 -0
  257. package/internal/utils/sleep.d.ts.map +1 -0
  258. package/internal/utils/sleep.js +7 -0
  259. package/internal/utils/sleep.js.map +1 -0
  260. package/internal/utils/sleep.mjs +3 -0
  261. package/internal/utils/sleep.mjs.map +1 -0
  262. package/internal/utils/uuid.d.mts +5 -0
  263. package/internal/utils/uuid.d.mts.map +1 -0
  264. package/internal/utils/uuid.d.ts +5 -0
  265. package/internal/utils/uuid.d.ts.map +1 -0
  266. package/internal/utils/uuid.js +19 -0
  267. package/internal/utils/uuid.js.map +1 -0
  268. package/internal/utils/uuid.mjs +15 -0
  269. package/internal/utils/uuid.mjs.map +1 -0
  270. package/internal/utils/values.d.mts +18 -0
  271. package/internal/utils/values.d.mts.map +1 -0
  272. package/internal/utils/values.d.ts +18 -0
  273. package/internal/utils/values.d.ts.map +1 -0
  274. package/internal/utils/values.js +112 -0
  275. package/internal/utils/values.js.map +1 -0
  276. package/internal/utils/values.mjs +94 -0
  277. package/internal/utils/values.mjs.map +1 -0
  278. package/internal/utils.d.mts +8 -0
  279. package/internal/utils.d.mts.map +1 -0
  280. package/internal/utils.d.ts +8 -0
  281. package/internal/utils.d.ts.map +1 -0
  282. package/internal/utils.js +12 -0
  283. package/internal/utils.js.map +1 -0
  284. package/internal/utils.mjs +9 -0
  285. package/internal/utils.mjs.map +1 -0
  286. package/package.json +153 -0
  287. package/pagination.d.mts +2 -0
  288. package/pagination.d.mts.map +1 -0
  289. package/pagination.d.ts +2 -0
  290. package/pagination.d.ts.map +1 -0
  291. package/pagination.js +6 -0
  292. package/pagination.js.map +1 -0
  293. package/pagination.mjs +2 -0
  294. package/pagination.mjs.map +1 -0
  295. package/resource.d.mts +2 -0
  296. package/resource.d.mts.map +1 -0
  297. package/resource.d.ts +2 -0
  298. package/resource.d.ts.map +1 -0
  299. package/resource.js +6 -0
  300. package/resource.js.map +1 -0
  301. package/resource.mjs +2 -0
  302. package/resource.mjs.map +1 -0
  303. package/resources/admin/admin.d.mts +21 -0
  304. package/resources/admin/admin.d.mts.map +1 -0
  305. package/resources/admin/admin.d.ts +21 -0
  306. package/resources/admin/admin.d.ts.map +1 -0
  307. package/resources/admin/admin.js +28 -0
  308. package/resources/admin/admin.js.map +1 -0
  309. package/resources/admin/admin.mjs +23 -0
  310. package/resources/admin/admin.mjs.map +1 -0
  311. package/resources/admin/api-keys.d.mts +166 -0
  312. package/resources/admin/api-keys.d.mts.map +1 -0
  313. package/resources/admin/api-keys.d.ts +166 -0
  314. package/resources/admin/api-keys.d.ts.map +1 -0
  315. package/resources/admin/api-keys.js +35 -0
  316. package/resources/admin/api-keys.js.map +1 -0
  317. package/resources/admin/api-keys.mjs +31 -0
  318. package/resources/admin/api-keys.mjs.map +1 -0
  319. package/resources/admin/index.d.mts +5 -0
  320. package/resources/admin/index.d.mts.map +1 -0
  321. package/resources/admin/index.d.ts +5 -0
  322. package/resources/admin/index.d.ts.map +1 -0
  323. package/resources/admin/index.js +13 -0
  324. package/resources/admin/index.js.map +1 -0
  325. package/resources/admin/index.mjs +6 -0
  326. package/resources/admin/index.mjs.map +1 -0
  327. package/resources/admin/usage.d.mts +60 -0
  328. package/resources/admin/usage.d.mts.map +1 -0
  329. package/resources/admin/usage.d.ts +60 -0
  330. package/resources/admin/usage.d.ts.map +1 -0
  331. package/resources/admin/usage.js +23 -0
  332. package/resources/admin/usage.js.map +1 -0
  333. package/resources/admin/usage.mjs +19 -0
  334. package/resources/admin/usage.mjs.map +1 -0
  335. package/resources/admin/workspaces.d.mts +278 -0
  336. package/resources/admin/workspaces.d.mts.map +1 -0
  337. package/resources/admin/workspaces.d.ts +278 -0
  338. package/resources/admin/workspaces.d.ts.map +1 -0
  339. package/resources/admin/workspaces.js +48 -0
  340. package/resources/admin/workspaces.js.map +1 -0
  341. package/resources/admin/workspaces.mjs +44 -0
  342. package/resources/admin/workspaces.mjs.map +1 -0
  343. package/resources/admin.d.mts +2 -0
  344. package/resources/admin.d.mts.map +1 -0
  345. package/resources/admin.d.ts +2 -0
  346. package/resources/admin.d.ts.map +1 -0
  347. package/resources/admin.js +6 -0
  348. package/resources/admin.js.map +1 -0
  349. package/resources/admin.mjs +3 -0
  350. package/resources/admin.mjs.map +1 -0
  351. package/resources/auth.d.mts +48 -0
  352. package/resources/auth.d.mts.map +1 -0
  353. package/resources/auth.d.ts +48 -0
  354. package/resources/auth.d.ts.map +1 -0
  355. package/resources/auth.js +25 -0
  356. package/resources/auth.js.map +1 -0
  357. package/resources/auth.mjs +21 -0
  358. package/resources/auth.mjs.map +1 -0
  359. package/resources/cli.d.mts +39 -0
  360. package/resources/cli.d.mts.map +1 -0
  361. package/resources/cli.d.ts +39 -0
  362. package/resources/cli.d.ts.map +1 -0
  363. package/resources/cli.js +23 -0
  364. package/resources/cli.js.map +1 -0
  365. package/resources/cli.mjs +19 -0
  366. package/resources/cli.mjs.map +1 -0
  367. package/resources/index.d.mts +7 -0
  368. package/resources/index.d.mts.map +1 -0
  369. package/resources/index.d.ts +7 -0
  370. package/resources/index.d.ts.map +1 -0
  371. package/resources/index.js +17 -0
  372. package/resources/index.js.map +1 -0
  373. package/resources/index.mjs +8 -0
  374. package/resources/index.mjs.map +1 -0
  375. package/resources/predictions/index.d.mts +3 -0
  376. package/resources/predictions/index.d.mts.map +1 -0
  377. package/resources/predictions/index.d.ts +3 -0
  378. package/resources/predictions/index.d.ts.map +1 -0
  379. package/resources/predictions/index.js +9 -0
  380. package/resources/predictions/index.js.map +1 -0
  381. package/resources/predictions/index.mjs +4 -0
  382. package/resources/predictions/index.mjs.map +1 -0
  383. package/resources/predictions/predictions.d.mts +13 -0
  384. package/resources/predictions/predictions.d.mts.map +1 -0
  385. package/resources/predictions/predictions.d.ts +13 -0
  386. package/resources/predictions/predictions.d.ts.map +1 -0
  387. package/resources/predictions/predictions.js +20 -0
  388. package/resources/predictions/predictions.js.map +1 -0
  389. package/resources/predictions/predictions.mjs +15 -0
  390. package/resources/predictions/predictions.mjs.map +1 -0
  391. package/resources/predictions/structure-and-binding.d.mts +2295 -0
  392. package/resources/predictions/structure-and-binding.d.mts.map +1 -0
  393. package/resources/predictions/structure-and-binding.d.ts +2295 -0
  394. package/resources/predictions/structure-and-binding.d.ts.map +1 -0
  395. package/resources/predictions/structure-and-binding.js +111 -0
  396. package/resources/predictions/structure-and-binding.js.map +1 -0
  397. package/resources/predictions/structure-and-binding.mjs +107 -0
  398. package/resources/predictions/structure-and-binding.mjs.map +1 -0
  399. package/resources/predictions.d.mts +2 -0
  400. package/resources/predictions.d.mts.map +1 -0
  401. package/resources/predictions.d.ts +2 -0
  402. package/resources/predictions.d.ts.map +1 -0
  403. package/resources/predictions.js +6 -0
  404. package/resources/predictions.js.map +1 -0
  405. package/resources/predictions.mjs +3 -0
  406. package/resources/predictions.mjs.map +1 -0
  407. package/resources/protein/design.d.mts +5760 -0
  408. package/resources/protein/design.d.mts.map +1 -0
  409. package/resources/protein/design.d.ts +5760 -0
  410. package/resources/protein/design.d.ts.map +1 -0
  411. package/resources/protein/design.js +157 -0
  412. package/resources/protein/design.js.map +1 -0
  413. package/resources/protein/design.mjs +153 -0
  414. package/resources/protein/design.mjs.map +1 -0
  415. package/resources/protein/index.d.mts +4 -0
  416. package/resources/protein/index.d.mts.map +1 -0
  417. package/resources/protein/index.d.ts +4 -0
  418. package/resources/protein/index.d.ts.map +1 -0
  419. package/resources/protein/index.js +11 -0
  420. package/resources/protein/index.js.map +1 -0
  421. package/resources/protein/index.mjs +5 -0
  422. package/resources/protein/index.mjs.map +1 -0
  423. package/resources/protein/library-screen.d.mts +3428 -0
  424. package/resources/protein/library-screen.d.mts.map +1 -0
  425. package/resources/protein/library-screen.d.ts +3428 -0
  426. package/resources/protein/library-screen.d.ts.map +1 -0
  427. package/resources/protein/library-screen.js +158 -0
  428. package/resources/protein/library-screen.js.map +1 -0
  429. package/resources/protein/library-screen.mjs +154 -0
  430. package/resources/protein/library-screen.mjs.map +1 -0
  431. package/resources/protein/protein.d.mts +17 -0
  432. package/resources/protein/protein.d.mts.map +1 -0
  433. package/resources/protein/protein.d.ts +17 -0
  434. package/resources/protein/protein.d.ts.map +1 -0
  435. package/resources/protein/protein.js +24 -0
  436. package/resources/protein/protein.js.map +1 -0
  437. package/resources/protein/protein.mjs +19 -0
  438. package/resources/protein/protein.mjs.map +1 -0
  439. package/resources/protein.d.mts +2 -0
  440. package/resources/protein.d.mts.map +1 -0
  441. package/resources/protein.d.ts +2 -0
  442. package/resources/protein.d.ts.map +1 -0
  443. package/resources/protein.js +6 -0
  444. package/resources/protein.js.map +1 -0
  445. package/resources/protein.mjs +3 -0
  446. package/resources/protein.mjs.map +1 -0
  447. package/resources/small-molecule/design.d.mts +3428 -0
  448. package/resources/small-molecule/design.d.mts.map +1 -0
  449. package/resources/small-molecule/design.d.ts +3428 -0
  450. package/resources/small-molecule/design.d.ts.map +1 -0
  451. package/resources/small-molecule/design.js +135 -0
  452. package/resources/small-molecule/design.js.map +1 -0
  453. package/resources/small-molecule/design.mjs +131 -0
  454. package/resources/small-molecule/design.mjs.map +1 -0
  455. package/resources/small-molecule/index.d.mts +4 -0
  456. package/resources/small-molecule/index.d.mts.map +1 -0
  457. package/resources/small-molecule/index.d.ts +4 -0
  458. package/resources/small-molecule/index.d.ts.map +1 -0
  459. package/resources/small-molecule/index.js +11 -0
  460. package/resources/small-molecule/index.js.map +1 -0
  461. package/resources/small-molecule/index.mjs +5 -0
  462. package/resources/small-molecule/index.mjs.map +1 -0
  463. package/resources/small-molecule/library-screen.d.mts +3494 -0
  464. package/resources/small-molecule/library-screen.d.mts.map +1 -0
  465. package/resources/small-molecule/library-screen.d.ts +3494 -0
  466. package/resources/small-molecule/library-screen.d.ts.map +1 -0
  467. package/resources/small-molecule/library-screen.js +129 -0
  468. package/resources/small-molecule/library-screen.js.map +1 -0
  469. package/resources/small-molecule/library-screen.mjs +125 -0
  470. package/resources/small-molecule/library-screen.mjs.map +1 -0
  471. package/resources/small-molecule/small-molecule.d.mts +17 -0
  472. package/resources/small-molecule/small-molecule.d.mts.map +1 -0
  473. package/resources/small-molecule/small-molecule.d.ts +17 -0
  474. package/resources/small-molecule/small-molecule.d.ts.map +1 -0
  475. package/resources/small-molecule/small-molecule.js +24 -0
  476. package/resources/small-molecule/small-molecule.js.map +1 -0
  477. package/resources/small-molecule/small-molecule.mjs +19 -0
  478. package/resources/small-molecule/small-molecule.mjs.map +1 -0
  479. package/resources/small-molecule.d.mts +2 -0
  480. package/resources/small-molecule.d.mts.map +1 -0
  481. package/resources/small-molecule.d.ts +2 -0
  482. package/resources/small-molecule.d.ts.map +1 -0
  483. package/resources/small-molecule.js +6 -0
  484. package/resources/small-molecule.js.map +1 -0
  485. package/resources/small-molecule.mjs +3 -0
  486. package/resources/small-molecule.mjs.map +1 -0
  487. package/resources.d.mts +2 -0
  488. package/resources.d.mts.map +1 -0
  489. package/resources.d.ts +2 -0
  490. package/resources.d.ts.map +1 -0
  491. package/resources.js +5 -0
  492. package/resources.js.map +1 -0
  493. package/resources.mjs +2 -0
  494. package/resources.mjs.map +1 -0
  495. package/src/api-promise.ts +2 -0
  496. package/src/client.ts +833 -0
  497. package/src/core/README.md +3 -0
  498. package/src/core/api-promise.ts +92 -0
  499. package/src/core/error.ts +130 -0
  500. package/src/core/pagination.ts +255 -0
  501. package/src/core/resource.ts +11 -0
  502. package/src/core/uploads.ts +2 -0
  503. package/src/error.ts +2 -0
  504. package/src/index.ts +23 -0
  505. package/src/internal/README.md +3 -0
  506. package/src/internal/builtin-types.ts +93 -0
  507. package/src/internal/detect-platform.ts +196 -0
  508. package/src/internal/errors.ts +33 -0
  509. package/src/internal/headers.ts +97 -0
  510. package/src/internal/parse.ts +56 -0
  511. package/src/internal/qs/LICENSE.md +13 -0
  512. package/src/internal/qs/README.md +3 -0
  513. package/src/internal/qs/formats.ts +10 -0
  514. package/src/internal/qs/index.ts +13 -0
  515. package/src/internal/qs/stringify.ts +385 -0
  516. package/src/internal/qs/types.ts +71 -0
  517. package/src/internal/qs/utils.ts +265 -0
  518. package/src/internal/request-options.ts +91 -0
  519. package/src/internal/shim-types.ts +26 -0
  520. package/src/internal/shims.ts +107 -0
  521. package/src/internal/to-file.ts +154 -0
  522. package/src/internal/types.ts +93 -0
  523. package/src/internal/uploads.ts +187 -0
  524. package/src/internal/utils/base64.ts +40 -0
  525. package/src/internal/utils/bytes.ts +32 -0
  526. package/src/internal/utils/env.ts +18 -0
  527. package/src/internal/utils/log.ts +127 -0
  528. package/src/internal/utils/path.ts +88 -0
  529. package/src/internal/utils/query.ts +7 -0
  530. package/src/internal/utils/sleep.ts +3 -0
  531. package/src/internal/utils/uuid.ts +17 -0
  532. package/src/internal/utils/values.ts +105 -0
  533. package/src/internal/utils.ts +9 -0
  534. package/src/lib/.keep +4 -0
  535. package/src/pagination.ts +2 -0
  536. package/src/resource.ts +2 -0
  537. package/src/resources/admin/admin.ts +73 -0
  538. package/src/resources/admin/api-keys.ts +233 -0
  539. package/src/resources/admin/index.ts +30 -0
  540. package/src/resources/admin/usage.ts +107 -0
  541. package/src/resources/admin/workspaces.ts +370 -0
  542. package/src/resources/admin.ts +3 -0
  543. package/src/resources/auth.ts +68 -0
  544. package/src/resources/cli.ts +57 -0
  545. package/src/resources/index.ts +8 -0
  546. package/src/resources/predictions/index.ts +16 -0
  547. package/src/resources/predictions/predictions.ts +43 -0
  548. package/src/resources/predictions/structure-and-binding.ts +2892 -0
  549. package/src/resources/predictions.ts +3 -0
  550. package/src/resources/protein/design.ts +7175 -0
  551. package/src/resources/protein/index.ts +37 -0
  552. package/src/resources/protein/library-screen.ts +4306 -0
  553. package/src/resources/protein/protein.ts +88 -0
  554. package/src/resources/protein.ts +3 -0
  555. package/src/resources/small-molecule/design.ts +4229 -0
  556. package/src/resources/small-molecule/index.ts +37 -0
  557. package/src/resources/small-molecule/library-screen.ts +4312 -0
  558. package/src/resources/small-molecule/small-molecule.ts +88 -0
  559. package/src/resources/small-molecule.ts +3 -0
  560. package/src/resources.ts +1 -0
  561. package/src/tsconfig.json +11 -0
  562. package/src/uploads.ts +2 -0
  563. package/src/version.ts +1 -0
  564. package/uploads.d.mts +2 -0
  565. package/uploads.d.mts.map +1 -0
  566. package/uploads.d.ts +2 -0
  567. package/uploads.d.ts.map +1 -0
  568. package/uploads.js +6 -0
  569. package/uploads.js.map +1 -0
  570. package/uploads.mjs +2 -0
  571. package/uploads.mjs.map +1 -0
  572. package/version.d.mts +2 -0
  573. package/version.d.mts.map +1 -0
  574. package/version.d.ts +2 -0
  575. package/version.d.ts.map +1 -0
  576. package/version.js +5 -0
  577. package/version.js.map +1 -0
  578. package/version.mjs +2 -0
  579. package/version.mjs.map +1 -0
package/CHANGELOG.md ADDED
@@ -0,0 +1,708 @@
1
+ # Changelog
2
+
3
+ ## 0.30.3 (2026-05-02)
4
+
5
+ Full Changelog: [v0.30.2...v0.30.3](https://github.com/boltz-bio/boltz-api-typescript/compare/v0.30.2...v0.30.3)
6
+
7
+ ### Chores
8
+
9
+ * update SDK settings ([00c7924](https://github.com/boltz-bio/boltz-api-typescript/commit/00c7924778039265b950ed6140b4e3df61c6a54c))
10
+
11
+ ## 0.30.2 (2026-05-02)
12
+
13
+ Full Changelog: [v0.30.1...v0.30.2](https://github.com/boltz-bio/boltz-api-typescript/compare/v0.30.1...v0.30.2)
14
+
15
+ ### Bug Fixes
16
+
17
+ * stainless changes ([f964481](https://github.com/boltz-bio/boltz-api-typescript/commit/f96448139b9d1c67f8d38dfe3bfa1bbca31e0732))
18
+
19
+
20
+ ### Chores
21
+
22
+ * update SDK settings ([159c087](https://github.com/boltz-bio/boltz-api-typescript/commit/159c0870c5c90e29b4c5c2ab6c16eaec0e37d8bb))
23
+ * update SDK settings ([7759597](https://github.com/boltz-bio/boltz-api-typescript/commit/77595976a95873a25b5f3be1fd1eafd4e2b545b0))
24
+
25
+ ## 0.30.1 (2026-05-01)
26
+
27
+ Full Changelog: [v0.30.0...v0.30.1](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.30.0...v0.30.1)
28
+
29
+ ### Bug Fixes
30
+
31
+ * **compute-api:** polish reference docs for CLI and auth ([064f47f](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/064f47f720559a0709ba665fb102b4f57c10424f))
32
+
33
+ ## 0.30.0 (2026-05-01)
34
+
35
+ Full Changelog: [v0.29.1...v0.30.0](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.29.1...v0.30.0)
36
+
37
+ ### Features
38
+
39
+ * **compute:** gate console backend by compute roles ([8bf4e5a](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/8bf4e5a26ed1ac3c93f8b2609924bfc49eed3ed3))
40
+
41
+ ## 0.29.1 (2026-04-30)
42
+
43
+ Full Changelog: [v0.29.0...v0.29.1](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.29.0...v0.29.1)
44
+
45
+ ### Bug Fixes
46
+
47
+ * **compute-api:** display requested estimate units ([59cef3c](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/59cef3ce0644b144dd256c7ca496acf1bf526738))
48
+ * **sdk:** serialize usage arrays as repeated params ([2f38620](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/2f386207ba05b13ae30f269a8d9183e61bfcbe8c))
49
+
50
+ ## 0.29.0 (2026-04-29)
51
+
52
+ Full Changelog: [v0.28.0...v0.29.0](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.28.0...v0.29.0)
53
+
54
+ ### Features
55
+
56
+ * **compute:** support curated binder specs ([c7baa4f](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/c7baa4fb2a880643169104dc4d7631d92b32ce57))
57
+
58
+
59
+ ### Chores
60
+
61
+ * **format:** run eslint and prettier separately ([cf22aad](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/cf22aadcba0289febe4da4f3aa90a2e401571e2c))
62
+
63
+ ## 0.28.0 (2026-04-28)
64
+
65
+ Full Changelog: [v0.27.0...v0.28.0](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.27.0...v0.28.0)
66
+
67
+ ### Features
68
+
69
+ * support setting headers via env ([7ba6ce5](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/7ba6ce5cda037f210f7c4f02c9e365b25dc22788))
70
+
71
+
72
+ ### Chores
73
+
74
+ * **internal:** codegen related update ([17d6b41](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/17d6b4101ef6815113005de9672e1409f946f012))
75
+
76
+ ## 0.27.0 (2026-04-28)
77
+
78
+ Full Changelog: [v0.26.1...v0.27.0](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.26.1...v0.27.0)
79
+
80
+ ### Features
81
+
82
+ * **compute-api:** add CLI version metadata endpoint ([53209d0](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/53209d0a6b3075fc539fb097b053951771dfbda8))
83
+
84
+ ## 0.26.1 (2026-04-27)
85
+
86
+ Full Changelog: [v0.26.0...v0.26.1](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.26.0...v0.26.1)
87
+
88
+ ### Bug Fixes
89
+
90
+ * **stainless:** expose auth context as auth me ([48c9e27](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/48c9e27aba10a85b47bf72e8b76c172413c19609))
91
+
92
+ ## 0.26.0 (2026-04-27)
93
+
94
+ Full Changelog: [v0.25.2...v0.26.0](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.25.2...v0.26.0)
95
+
96
+ ### Features
97
+
98
+ * **compute-api:** add auth context endpoint ([fcc0255](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/fcc0255a2bc3cdfc6cb9f85caeba1323aa7953f3))
99
+
100
+
101
+ ### Bug Fixes
102
+
103
+ * **compute-api:** make design motifs optional ([79f0823](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/79f0823b3d93c6d750456860bc4538f521c92d05))
104
+
105
+ ## 0.25.2 (2026-04-24)
106
+
107
+ Full Changelog: [v0.25.1...v0.25.2](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.25.1...v0.25.2)
108
+
109
+ ### Bug Fixes
110
+
111
+ * **backend:** narrow hydrophobic set to "very hydrophobic" residues ([9014927](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/9014927d1808fd54390c68a8ec6dbff1e87336b5))
112
+
113
+ ## 0.25.1 (2026-04-23)
114
+
115
+ Full Changelog: [v0.25.0...v0.25.1](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.25.0...v0.25.1)
116
+
117
+ ### Chores
118
+
119
+ * **internal:** more robust bootstrap script ([ed100a3](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/ed100a3465ddf7d1b0df140814c8f2a3c80e7173))
120
+
121
+ ## 0.25.0 (2026-04-23)
122
+
123
+ Full Changelog: [v0.24.0...v0.25.0](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.24.0...v0.25.0)
124
+
125
+ ### Features
126
+
127
+ * **compute-api:** prefix structure-binding ids with sab_pred ([edc011b](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/edc011b654c613c41d589dd4ca043109be3d4814))
128
+
129
+
130
+ ### Bug Fixes
131
+
132
+ * **compute-api:** hide ADME from small-molecule results ([b8f9005](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/b8f9005f30a161de99f4b3cefa6edd91f0422781))
133
+
134
+ ## 0.24.0 (2026-04-22)
135
+
136
+ Full Changelog: [v0.23.2...v0.24.0](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.23.2...v0.24.0)
137
+
138
+ ### Features
139
+
140
+ * [codex] Add Baseten ADME model and public prediction API ([429afdf](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/429afdf33c5b1d90a88aea91b1bd59d585c403e2))
141
+
142
+ ## 0.23.2 (2026-04-22)
143
+
144
+ Full Changelog: [v0.23.1...v0.23.2](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.23.1...v0.23.2)
145
+
146
+ ### Bug Fixes
147
+
148
+ * **compute-api:** replace unsafe application schema ([be29de2](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/be29de2c82f2df4ceb092912bf1eb246dcbeaee2))
149
+
150
+ ## 0.23.1 (2026-04-22)
151
+
152
+ Full Changelog: [v0.23.0...v0.23.1](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.23.0...v0.23.1)
153
+
154
+ ### Bug Fixes
155
+
156
+ * **compute-api:** default omitted polymer modifications ([15380d4](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/15380d4ff50d89684fa90e6bd29b4f5b6a86b241))
157
+
158
+ ## 0.23.0 (2026-04-21)
159
+
160
+ Full Changelog: [v0.22.0...v0.23.0](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.22.0...v0.23.0)
161
+
162
+ ### ⚠ BREAKING CHANGES
163
+
164
+ * **compute-api:** rename pipeline route params to id
165
+
166
+ ### Features
167
+
168
+ * **compute:** accept user OAuth bearer tokens ([097ffe9](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/097ffe93d996dba5497bb06a5fa10816d47b0cc8))
169
+
170
+
171
+ ### Refactors
172
+
173
+ * **compute-api:** rename pipeline route params to id ([3efe625](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/3efe6258f9e104c59887275bd6dd0c889461f3bd))
174
+
175
+ ## 0.22.0 (2026-04-21)
176
+
177
+ Full Changelog: [v0.21.3...v0.22.0](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.21.3...v0.22.0)
178
+
179
+ ### Features
180
+
181
+ * **billing:** attribute usage by product category ([527d2da](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/527d2da91f174f25fcf6dd31084e98006016e65d))
182
+
183
+
184
+ ### Bug Fixes
185
+
186
+ * **compute-api:** support SM target bonds and constraints ([aa76b5b](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/aa76b5b162b0adfc2cb521b05d9b171d25425d4b))
187
+
188
+ ## 0.21.3 (2026-04-20)
189
+
190
+ Full Changelog: [v0.21.2...v0.21.3](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.21.2...v0.21.3)
191
+
192
+ ### Chores
193
+
194
+ * configure new SDK language ([fd685a3](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/fd685a35342baa91ac328027def308d92f6a9b33))
195
+
196
+ ## 0.21.2 (2026-04-13)
197
+
198
+ Full Changelog: [v0.21.1...v0.21.2](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.21.1...v0.21.2)
199
+
200
+ ### Bug Fixes
201
+
202
+ * **compute-api:** tighten public schema names and bounds ([adb280d](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/adb280d4226e12b0ed64aa82987e0bd4024ed42a))
203
+
204
+ ## 0.21.1 (2026-04-13)
205
+
206
+ Full Changelog: [v0.21.0...v0.21.1](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.21.0...v0.21.1)
207
+
208
+ ### Bug Fixes
209
+
210
+ * **compute-api:** rename public binding contract terms ([1c2d315](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/1c2d3159c382931750a65526b02d62eaa902de53))
211
+
212
+ ## 0.21.0 (2026-04-12)
213
+
214
+ Full Changelog: [v0.20.7...v0.21.0](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.20.7...v0.21.0)
215
+
216
+ ### Features
217
+
218
+ * [codex] Normalize pLDDT outputs ([c486a06](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/c486a062bc7c004dd24b52822253da90250aa68c))
219
+
220
+ ## 0.20.7 (2026-04-12)
221
+
222
+ Full Changelog: [v0.20.6...v0.20.7](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.20.6...v0.20.7)
223
+
224
+ ### Bug Fixes
225
+
226
+ * **auth:** preserve inactivity timeout behavior ([4409d4e](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/4409d4e1d481102859651a1ba72c0650af43a187))
227
+
228
+
229
+ ### Chores
230
+
231
+ * **stainless:** align SDK package and publish config ([3012082](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/3012082c904b6ad662242f20d8063241505f9bf4))
232
+
233
+ ## 0.20.6 (2026-04-09)
234
+
235
+ Full Changelog: [v0.20.5...v0.20.6](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.20.5...v0.20.6)
236
+
237
+ ### Bug Fixes
238
+
239
+ * **validation:** keep Fastify 400s out of Datadog ([3d20ea5](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/3d20ea57b202029f8156aa9ea1d74f67d672afb9))
240
+
241
+ ## 0.20.5 (2026-04-09)
242
+
243
+ Full Changelog: [v0.20.4...v0.20.5](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.20.4...v0.20.5)
244
+
245
+ ### Chores
246
+
247
+ * **internal:** codegen related update ([4023e54](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/4023e548f25fc8c4e37da752488a2bdf182a7b80))
248
+
249
+ ## 0.20.4 (2026-04-06)
250
+
251
+ Full Changelog: [v0.20.3...v0.20.4](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.20.3...v0.20.4)
252
+
253
+ ### Chores
254
+
255
+ * update SDK settings ([a860479](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/a860479d444deed4467a1a17e587bfed14c49cf3))
256
+
257
+ ## 0.20.3 (2026-04-06)
258
+
259
+ Full Changelog: [v0.20.2...v0.20.3](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.20.2...v0.20.3)
260
+
261
+ ### Bug Fixes
262
+
263
+ * **compute-api:** rename DesignedProteinEntity.sequence to .value ([2828370](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/28283700b55a3956e371bdda7d08571c347da00a))
264
+
265
+ ## 0.20.2 (2026-04-01)
266
+
267
+ Full Changelog: [v0.20.1...v0.20.2](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.20.1...v0.20.2)
268
+
269
+ ### Bug Fixes
270
+
271
+ * **internal:** gitignore generated `oidc` dir ([603eea5](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/603eea510f88de13491c5b3e8b677d47fb3aae58))
272
+
273
+ ## 0.20.1 (2026-03-30)
274
+
275
+ Full Changelog: [v0.20.0...v0.20.1](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.20.0...v0.20.1)
276
+
277
+ ### Bug Fixes
278
+
279
+ * **compute-api:** build public output layer with correct metrics and multi-sample support ([e6fec3f](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/e6fec3f0cf1381a0a2ae92c75f37c5bf4c258e6c))
280
+
281
+ ## 0.20.0 (2026-03-25)
282
+
283
+ Full Changelog: [v0.19.3...v0.20.0](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.19.3...v0.20.0)
284
+
285
+ ### Features
286
+
287
+ * Bump non-breaking deps versions and fix pnpm audit findings ([256139d](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/256139d8298d94a93d934822026036a36ec22ba3))
288
+ * **compute-api:** add prediction stub routes and share schema compiler ([37be517](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/37be517c44513d5fd6eb95bcfa1a1ddb0630d83a))
289
+ * **compute-api:** add usage API and estimate-cost endpoints ([da6203a](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/da6203a1fa5c5b6875dd25cebb3cd5bb3efb08e9))
290
+ * **compute-api:** admin API, internal provisioning & auth enforcement ([75ce41d](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/75ce41dbd6ba5e8d22b209032a7244025bcaf9e6))
291
+ * **compute-api:** ECR repository, CI/CD pipeline, and app code ([984db67](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/984db67858ce351a009c3ca050ef1f6ccceed9fd))
292
+ * **compute-api:** extract prediction & pipeline payloads into separate tables ([c63b150](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/c63b1500c38edf05f0f84022189e7d572e66116c))
293
+ * **compute-api:** improve OpenAPI specs for SDK generation ([8b7a0ab](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/8b7a0aba8bab8dc9faf3856dad068f1deff9dc07))
294
+ * **compute-api:** improve prediction response shape ([9e7660d](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/9e7660ddaabb3085bfbd727cf7253beb3d9d92a8))
295
+ * **compute-api:** permission system, ApiError class, HMAC-SHA256 keys ([03c5280](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/03c5280ab0b878ee7c33c5dff2c4da1e10e504a3))
296
+ * **compute-api:** refine workspace model + wire workspace_id into compute schemas ([de8b8a1](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/de8b8a1fd3756f3528a4818eb6835ed7ae33329e))
297
+ * **compute-api:** rename key type compute→workspace, visible default workspace ([ac736a2](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/ac736a28e9954bb7f05dcc4fdff78c73cfc8a0e6))
298
+ * **compute-api:** schema improvements — model renames, index optimization, cascade rules ([752fdaa](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/752fdaa3e875e9253f733d1dd62a59f3784dee17))
299
+ * **compute-api:** separate input/response schemas and refine API types ([fa7e7d6](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/fa7e7d67df7a97f26997295d761abfe867277c48))
300
+ * **compute-api:** test mode with Stripe-style livemode pattern ([b5fd692](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/b5fd69284d3b92baac68b533447115c6f19cd101))
301
+
302
+
303
+ ### Bug Fixes
304
+
305
+ * **compute-api:** update Stainless config for health check and admin API ([8fdab00](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/8fdab006ac93696c524f9c25e05203fd0868acd5))
306
+ * **docs/contributing:** correct pnpm link command ([e008862](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/e008862b36247ba8aa9a4402b0185722a3caab33))
307
+ * switch npm publish to OIDC trusted publisher ([8bfb5c6](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/8bfb5c6b552ccf50430a9e7041bc2b8ef71f095b))
308
+ * use Node 24 for npm OIDC trusted publishing ([00713cb](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/00713cbf76d0a1db9ee59d46487067e84901d3b0))
309
+ * use npm publish with OIDC auth instead of token ([b8d032d](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/b8d032dae418d26dffa977cb722ed19728ed6325))
310
+
311
+
312
+ ### Chores
313
+
314
+ * **compute-api:** add Stainless pagination config and OpenAPI examples ([d3af459](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/d3af459cb3004783b401e65546d9e186614d2523))
315
+ * **compute-api:** configure Stainless SDK/docs and unify error schema ([1ff6160](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/1ff61601b177c5508227999986df20dae9ac6fa7))
316
+ * **compute-api:** improve Stainless SDK naming, ordering, and docs ([21a822e](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/21a822ef68d554aa1113a372420ac1f134e4e4aa))
317
+ * **internal/client:** fix form-urlencoded requests ([8133745](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/8133745d03640a0a29b73074f8bcd7ae56e5b2a5))
318
+ * **internal:** avoid type checking errors with ts-reset ([016afef](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/016afef56db3f3153dac9b172e62f5c11f2d375e))
319
+ * **internal:** move stringifyQuery implementation to internal function ([82935dc](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/82935dc11582bec0dfc397361b0300358a6a1a08))
320
+ * **internal:** remove mock server code ([b52c90b](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/b52c90b79fe3627b13f6807df52e35fd60b81b82))
321
+ * **internal:** upgrade pnpm version ([63da6f4](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/63da6f4d70d99f2c7fe34c3b480de58a47a84c88))
322
+ * rename SDK packages from boltz-compute-api to boltz-compute ([0d2a510](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/0d2a51036b6e64323054e28cc71f99c512c27299))
323
+ * update mock server docs ([4b75de2](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/4b75de2bb6ed58c7f39a0ba31885e6137d375538))
324
+ * update SDK settings ([6331873](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/6331873f591b9d3675f7b2bc13daab8efcfa20df))
325
+ * update SDK settings ([eb84eff](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/eb84eff45a26fe2bbb1ab1563a7d0bced753f799))
326
+ * update SDK settings ([d5db933](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/d5db933c25a4e30db5bc2708aafd287300415538))
327
+ * update SDK settings ([198438b](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/198438b8dee7de8716c3657d9e9c0503f5890aef))
328
+ * update SDK settings ([915cb9f](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/915cb9fd6d4f2c95ce30b69c8bd39329fe2b0816))
329
+ * update SDK settings ([5a07fc1](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/5a07fc1b498c3def3ed156d759b469aefa240e39))
330
+ * update SDK settings ([117c721](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/117c7215fa225b7fd2c65e029c107c0d8cf1233b))
331
+ * update Stainless production URL to api.boltz.bio ([86fa978](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/86fa978ea73ada2bb4117bec3699f090506c3371))
332
+
333
+
334
+ ### Refactors
335
+
336
+ * **compute-api:** auth + DB→API transform layer with repository pattern ([dbc108c](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/dbc108c439c0deae620f620c2a8f1e763d6d8323))
337
+ * **compute-api:** restructure API types to 2-file-per-workflow pattern ([15b637f](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/15b637f3192525b8d08423755dc679247ff55537))
338
+
339
+ ## 0.19.3 (2026-03-25)
340
+
341
+ Full Changelog: [v0.19.2...v0.19.3](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.19.2...v0.19.3)
342
+
343
+ ### Chores
344
+
345
+ * **ci:** skip lint on metadata-only changes ([10940ec](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/10940ec9ab163c38e6a40c2d1312aebbcbf7d274))
346
+
347
+ ## 0.19.2 (2026-03-24)
348
+
349
+ Full Changelog: [v0.19.1...v0.19.2](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.19.1...v0.19.2)
350
+
351
+ ### Chores
352
+
353
+ * remove custom code ([ca09d26](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/ca09d26a15fe249a78df5de1496e0ebe2f2ecaf4))
354
+
355
+ ## 0.19.1 (2026-03-24)
356
+
357
+ Full Changelog: [v0.19.0...v0.19.1](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.19.0...v0.19.1)
358
+
359
+ ### Refactors
360
+
361
+ * **common-backend:** split schema compiler into runtime validation + build-time OpenAPI ([940c308](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/940c30854e7fa483d8878366d9e54ea5ed382883))
362
+
363
+ ## 0.19.0 (2026-03-24)
364
+
365
+ Full Changelog: [v0.18.1...v0.19.0](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.18.1...v0.19.0)
366
+
367
+ ### Features
368
+
369
+ * **compute-api:** enforce registry-driven type safety across full pipeline lifecycle ([39c9b15](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/39c9b1509cef25dfc73eec775dec760a5136c800))
370
+
371
+ ## 0.18.1 (2026-03-24)
372
+
373
+ Full Changelog: [v0.18.0...v0.18.1](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.18.0...v0.18.1)
374
+
375
+ ### Chores
376
+
377
+ * **internal:** update gitignore ([139bd00](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/139bd0067827fcd8f7bcedac899d9dfd0fa61b81))
378
+
379
+ ## 0.18.0 (2026-03-21)
380
+
381
+ Full Changelog: [v0.17.0...v0.18.0](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.17.0...v0.18.0)
382
+
383
+ ### Features
384
+
385
+ * **compute-api:** upload CIF blobs to S3, harden delete-data and data-retention ([84eda8a](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/84eda8a796fab00635e0ade3cbd1af8f4b00940a))
386
+
387
+ ## 0.17.0 (2026-03-21)
388
+
389
+ Full Changelog: [v0.16.1...v0.17.0](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.16.1...v0.17.0)
390
+
391
+ ### Features
392
+
393
+ * **compute-api:** billing entitlement, per-prediction billing, and estimate-cost improvements ([39fef7d](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/39fef7df5a1c2be4148d8bb1d2850ed2581cf23b))
394
+
395
+ ## 0.16.1 (2026-03-19)
396
+
397
+ Full Changelog: [v0.16.0...v0.16.1](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.16.0...v0.16.1)
398
+
399
+ ### Bug Fixes
400
+
401
+ * **compute-api:** align screen progress semantics ([fcdf2a2](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/fcdf2a2b1b463e71f1755c0d93296f81b3696c9b))
402
+
403
+ ## 0.16.0 (2026-03-19)
404
+
405
+ Full Changelog: [v0.15.1...v0.16.0](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.15.1...v0.16.0)
406
+
407
+ ### Features
408
+
409
+ * **compute-api:** implement small molecule screen pipeline ([f3628b3](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/f3628b3546b4cb5f7d485dd35d4a90922ca75716))
410
+
411
+ ## 0.15.1 (2026-03-17)
412
+
413
+ Full Changelog: [v0.15.0...v0.15.1](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.15.0...v0.15.1)
414
+
415
+ ### Chores
416
+
417
+ * **internal:** tweak CI branches ([7c26c45](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/7c26c455a97f9a993be4c258cbe694b1369ec4fc))
418
+
419
+ ## 0.15.0 (2026-03-14)
420
+
421
+ Full Changelog: [v0.14.7...v0.15.0](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.14.7...v0.15.0)
422
+
423
+ ### Features
424
+
425
+ * **compute-api:** add data retention sweep and enforce canonical S3 paths ([4df5951](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/4df5951a826fa3ee299061bf24d32d70563b2163))
426
+
427
+ ## 0.14.7 (2026-03-13)
428
+
429
+ Full Changelog: [v0.14.6...v0.14.7](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.14.6...v0.14.7)
430
+
431
+ ### Bug Fixes
432
+
433
+ * **client:** preserve URL params already embedded in path ([319cad1](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/319cad149e66d34d77ea8e8c3ad802441ed98ab8))
434
+ * **compute-api:** rename model boltz-2 to boltz-2.1, update versions ([e32cfa3](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/e32cfa3d9f3e1f4a4c9808ea6669421a9588aac9))
435
+
436
+
437
+ ### Chores
438
+
439
+ * **ci:** skip uploading artifacts on stainless-internal branches ([381d717](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/381d7172509a878d8cf6c0793ace488ef79b08f0))
440
+ * **internal:** codegen related update ([e1888cd](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/e1888cdd1f425f3f1badfd7b4251508d7749e9e1))
441
+ * **internal:** update dependencies to address dependabot vulnerabilities ([1ed26ea](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/1ed26ea18115eef40d79514413d2f9c14fb279f7))
442
+
443
+ ## 0.14.6 (2026-03-04)
444
+
445
+ Full Changelog: [v0.14.5...v0.14.6](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.14.5...v0.14.6)
446
+
447
+ ### Chores
448
+
449
+ * update SDK settings ([10b4c01](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/10b4c0183c361aa722268dd28becacefa88c242a))
450
+
451
+ ## 0.14.5 (2026-03-04)
452
+
453
+ Full Changelog: [v0.14.4...v0.14.5](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.14.4...v0.14.5)
454
+
455
+ ### Bug Fixes
456
+
457
+ * use Node 24 for npm OIDC trusted publishing ([00713cb](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/00713cbf76d0a1db9ee59d46487067e84901d3b0))
458
+
459
+ ## 0.14.4 (2026-03-04)
460
+
461
+ Full Changelog: [v0.14.3...v0.14.4](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.14.3...v0.14.4)
462
+
463
+ ## 0.14.3 (2026-03-04)
464
+
465
+ Full Changelog: [v0.14.2...v0.14.3](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.14.2...v0.14.3)
466
+
467
+ ### Bug Fixes
468
+
469
+ * use npm publish with OIDC auth instead of token ([b8d032d](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/b8d032dae418d26dffa977cb722ed19728ed6325))
470
+
471
+ ## 0.14.2 (2026-03-04)
472
+
473
+ Full Changelog: [v0.14.1...v0.14.2](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.14.1...v0.14.2)
474
+
475
+ ### Chores
476
+
477
+ * rename SDK packages from boltz-compute-api to boltz-compute ([0d2a510](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/0d2a51036b6e64323054e28cc71f99c512c27299))
478
+ * update SDK settings ([6331873](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/6331873f591b9d3675f7b2bc13daab8efcfa20df))
479
+ * update SDK settings ([eb84eff](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/eb84eff45a26fe2bbb1ab1563a7d0bced753f799))
480
+ * update Stainless production URL to api.boltz.bio ([86fa978](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/86fa978ea73ada2bb4117bec3699f090506c3371))
481
+
482
+ ## 0.14.1 (2026-03-03)
483
+
484
+ Full Changelog: [v0.14.0...v0.14.1](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.14.0...v0.14.1)
485
+
486
+ ### Bug Fixes
487
+
488
+ * switch npm publish to OIDC trusted publisher ([8bfb5c6](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/8bfb5c6b552ccf50430a9e7041bc2b8ef71f095b))
489
+
490
+
491
+ ### Chores
492
+
493
+ * update SDK settings ([d5db933](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/d5db933c25a4e30db5bc2708aafd287300415538))
494
+
495
+ ## 0.14.0 (2026-02-28)
496
+
497
+ Full Changelog: [v0.13.1...v0.14.0](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.13.1...v0.14.0)
498
+
499
+ ### Features
500
+
501
+ * **compute-api:** improve prediction response shape ([9e7660d](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/9e7660ddaabb3085bfbd727cf7253beb3d9d92a8))
502
+
503
+ ## 0.13.1 (2026-02-27)
504
+
505
+ Full Changelog: [v0.13.0...v0.13.1](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.13.0...v0.13.1)
506
+
507
+ ### Chores
508
+
509
+ * **internal:** move stringifyQuery implementation to internal function ([60680ee](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/60680ee722bfb4e29b3d7c47638d6698dded8387))
510
+
511
+ ## 0.13.0 (2026-02-25)
512
+
513
+ Full Changelog: [v0.12.0...v0.13.0](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.12.0...v0.13.0)
514
+
515
+ ### Features
516
+
517
+ * **compute-api:** extract prediction & pipeline payloads into separate tables ([04134d2](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/04134d290af99c65b3a2532f0ecf333bc2e0b0c0))
518
+
519
+ ## 0.12.0 (2026-02-24)
520
+
521
+ Full Changelog: [v0.11.1...v0.12.0](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.11.1...v0.12.0)
522
+
523
+ ### Features
524
+
525
+ * **compute-api:** add usage API and estimate-cost endpoints ([2a44e53](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/2a44e5372ba65e44cac501ea54a5391ae0d0482c))
526
+
527
+ ## 0.11.1 (2026-02-24)
528
+
529
+ Full Changelog: [v0.11.0...v0.11.1](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.11.0...v0.11.1)
530
+
531
+ ### Bug Fixes
532
+
533
+ * **docs/contributing:** correct pnpm link command ([4392b96](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/4392b96cc4b857e4d2c08ac49e60006ec963431a))
534
+
535
+
536
+ ### Chores
537
+
538
+ * **internal:** upgrade pnpm version ([6f37afc](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/6f37afca833487a1b32e4cd81a599b739f6831ab))
539
+
540
+ ## 0.11.0 (2026-02-23)
541
+
542
+ Full Changelog: [v0.10.0...v0.11.0](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.10.0...v0.11.0)
543
+
544
+ ### Features
545
+
546
+ * **compute-api:** schema improvements — model renames, index optimization, cascade rules ([878cc22](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/878cc22975c9eb5867723adf1d6bd6e96cd76f3d))
547
+
548
+ ## 0.10.0 (2026-02-23)
549
+
550
+ Full Changelog: [v0.9.0...v0.10.0](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.9.0...v0.10.0)
551
+
552
+ ### Features
553
+
554
+ * **compute-api:** improve OpenAPI specs for SDK generation ([cfd6dc9](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/cfd6dc92e9f12b97f1c05f436d1baa28ef3e47db))
555
+
556
+ ## 0.9.0 (2026-02-21)
557
+
558
+ Full Changelog: [v0.8.3...v0.9.0](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.8.3...v0.9.0)
559
+
560
+ ### Features
561
+
562
+ * Bump non-breaking deps versions and fix pnpm audit findings ([4841215](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/4841215c7794ff15288579c83e04d66cfbad2773))
563
+
564
+ ## 0.8.3 (2026-02-20)
565
+
566
+ Full Changelog: [v0.8.2...v0.8.3](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.8.2...v0.8.3)
567
+
568
+ ### Chores
569
+
570
+ * update SDK settings ([c44f766](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/c44f7668118a459c49845fa0a2f0d6f2bb575a69))
571
+
572
+ ## 0.8.2 (2026-02-20)
573
+
574
+ Full Changelog: [v0.8.1...v0.8.2](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.8.1...v0.8.2)
575
+
576
+ ### Chores
577
+
578
+ * update SDK settings ([915cb9f](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/915cb9fd6d4f2c95ce30b69c8bd39329fe2b0816))
579
+
580
+ ## 0.8.1 (2026-02-20)
581
+
582
+ Full Changelog: [v0.8.0...v0.8.1](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.8.0...v0.8.1)
583
+
584
+ ### Chores
585
+
586
+ * **internal:** remove mock server code ([2cb4025](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/2cb4025785aaf3166e475f181093c4eaf8cb9c76))
587
+ * update mock server docs ([03dd097](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/03dd09750812992fd324b48e5aefdd18a48f7739))
588
+
589
+ ## 0.8.0 (2026-02-19)
590
+
591
+ Full Changelog: [v0.7.0...v0.8.0](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.7.0...v0.8.0)
592
+
593
+ ### Features
594
+
595
+ * **compute-api:** ECR repository, CI/CD pipeline, and app code ([8dcf13a](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/8dcf13a1c8af4cb5c04481cfd99a49f53e50bb0f))
596
+
597
+ ## 0.7.0 (2026-02-19)
598
+
599
+ Full Changelog: [v0.6.1...v0.7.0](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.6.1...v0.7.0)
600
+
601
+ ### Features
602
+
603
+ * **compute-api:** test mode with Stripe-style livemode pattern ([69a7cd0](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/69a7cd0769f266a4e4199e8610cc41a3b6edcf56))
604
+
605
+ ## 0.6.1 (2026-02-18)
606
+
607
+ Full Changelog: [v0.6.0...v0.6.1](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.6.0...v0.6.1)
608
+
609
+ ### Chores
610
+
611
+ * **internal/client:** fix form-urlencoded requests ([db831c4](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/db831c4a78c66bdba740e6a6508359838f615db4))
612
+
613
+ ## 0.6.0 (2026-02-14)
614
+
615
+ Full Changelog: [v0.5.0...v0.6.0](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.5.0...v0.6.0)
616
+
617
+ ### Features
618
+
619
+ * **compute-api:** rename key type compute→workspace, visible default workspace ([6653d73](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/6653d737cd6a605771714e5b92a91efae328f9ac))
620
+
621
+ ## 0.5.0 (2026-02-14)
622
+
623
+ Full Changelog: [v0.4.1...v0.5.0](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.4.1...v0.5.0)
624
+
625
+ ### Features
626
+
627
+ * **compute-api:** permission system, ApiError class, HMAC-SHA256 keys ([c7facf7](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/c7facf79e14d02a673457305895b72e7e6f2ab63))
628
+
629
+ ## 0.4.1 (2026-02-14)
630
+
631
+ Full Changelog: [v0.4.0...v0.4.1](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.4.0...v0.4.1)
632
+
633
+ ### Refactors
634
+
635
+ * **compute-api:** auth + DB→API transform layer with repository pattern ([339598e](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/339598e65f2563a1b99e15d96d00b70c48690d46))
636
+
637
+ ## 0.4.0 (2026-02-12)
638
+
639
+ Full Changelog: [v0.3.1...v0.4.0](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.3.1...v0.4.0)
640
+
641
+ ### Features
642
+
643
+ * **compute-api:** refine workspace model + wire workspace_id into compute schemas ([4acb86e](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/4acb86ed413ba806127177048ca83e889ccacfdb))
644
+
645
+
646
+ ### Chores
647
+
648
+ * **compute-api:** improve Stainless SDK naming, ordering, and docs ([c3109a3](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/c3109a30d89f1e1efdf08f75ee9e2dbfa69b361a))
649
+
650
+ ## 0.3.1 (2026-02-12)
651
+
652
+ Full Changelog: [v0.3.0...v0.3.1](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.3.0...v0.3.1)
653
+
654
+ ### Refactors
655
+
656
+ * **compute-api:** restructure API types to 2-file-per-workflow pattern ([ff6f2e1](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/ff6f2e1010c1df6c225acb2369ba9c35eaa80949))
657
+
658
+ ## 0.3.0 (2026-02-12)
659
+
660
+ Full Changelog: [v0.2.2...v0.3.0](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.2.2...v0.3.0)
661
+
662
+ ### Features
663
+
664
+ * **compute-api:** separate input/response schemas and refine API types ([7e941c1](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/7e941c16d12a1d5e70fd4ac175c6bae90fd5ec38))
665
+
666
+ ## 0.2.2 (2026-02-12)
667
+
668
+ Full Changelog: [v0.2.1...v0.2.2](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.2.1...v0.2.2)
669
+
670
+ ### Bug Fixes
671
+
672
+ * **compute-api:** update Stainless config for health check and admin API ([8fdab00](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/8fdab006ac93696c524f9c25e05203fd0868acd5))
673
+
674
+ ## 0.2.1 (2026-02-12)
675
+
676
+ Full Changelog: [v0.2.0...v0.2.1](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.2.0...v0.2.1)
677
+
678
+ ### Chores
679
+
680
+ * **internal:** avoid type checking errors with ts-reset ([38fb771](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/38fb771d9c2fac973ee1e3d69e9da53b8d0711be))
681
+
682
+ ## 0.2.0 (2026-02-12)
683
+
684
+ Full Changelog: [v0.1.0...v0.2.0](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.1.0...v0.2.0)
685
+
686
+ ### Features
687
+
688
+ * **compute-api:** admin API, internal provisioning & auth enforcement ([75ce41d](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/75ce41dbd6ba5e8d22b209032a7244025bcaf9e6))
689
+
690
+
691
+ ### Chores
692
+
693
+ * **compute-api:** add Stainless pagination config and OpenAPI examples ([d3af459](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/d3af459cb3004783b401e65546d9e186614d2523))
694
+
695
+ ## 0.1.0 (2026-02-11)
696
+
697
+ Full Changelog: [v0.0.1...v0.1.0](https://github.com/boltz-bio/boltz-compute-api-typescript/compare/v0.0.1...v0.1.0)
698
+
699
+ ### Features
700
+
701
+ * **compute-api:** add prediction stub routes and share schema compiler ([bbaae11](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/bbaae11ee2180515ccfdef8862964b0cce4fbbf9))
702
+
703
+
704
+ ### Chores
705
+
706
+ * **compute-api:** configure Stainless SDK/docs and unify error schema ([e434240](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/e4342408a6bc73c6d86589dff8aa432fe8d224f2))
707
+ * update SDK settings ([b40faa6](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/b40faa68a7ce7e4885d5b6b2e4007ae19e6d58c6))
708
+ * update SDK settings ([633017b](https://github.com/boltz-bio/boltz-compute-api-typescript/commit/633017b23bb655b83d94cd74aa178501ff938b59))