@oneie/claude 0.5.0 → 0.6.0

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 (2078) hide show
  1. package/.claude-plugin/plugin.json +1 -1
  2. package/LICENSE +18 -0
  3. package/README.md +3 -3
  4. package/agents/w1-recon.md +7 -5
  5. package/agents/w2-decide.md +98 -20
  6. package/agents/w3-edit.md +128 -26
  7. package/agents/w4-verify.md +88 -29
  8. package/commands/cc-connect.md +43 -33
  9. package/commands/chat.md +35 -0
  10. package/commands/close.md +19 -9
  11. package/commands/create.md +1 -0
  12. package/commands/db-sync.md +51 -0
  13. package/commands/deploy.md +62 -52
  14. package/commands/do-autonomous.md +4 -2
  15. package/commands/do-old.md +283 -0
  16. package/commands/do-show.md +3 -2
  17. package/commands/do.md +225 -42
  18. package/commands/kill.md +41 -11
  19. package/commands/notify.md +24 -0
  20. package/commands/oo-push.md +37 -0
  21. package/commands/rag.md +144 -0
  22. package/commands/release.md +93 -93
  23. package/commands/restart.md +52 -0
  24. package/commands/see.md +2 -2
  25. package/commands/sync.md +53 -136
  26. package/hooks/hooks.json +104 -0
  27. package/hooks/lib/signal.sh +101 -18
  28. package/hooks/scripts/announce.ts +74 -0
  29. package/hooks/scripts/cleanup.ts +17 -0
  30. package/hooks/scripts/compact-hint.sh +1 -2
  31. package/hooks/scripts/config-protect.sh +1 -2
  32. package/hooks/scripts/design-check.sh +20 -0
  33. package/hooks/scripts/do-doc-check.sh +105 -0
  34. package/hooks/scripts/do-outcome-gate.sh +136 -0
  35. package/hooks/scripts/fable-fallback.sh +53 -0
  36. package/hooks/scripts/gate-guard.sh +1 -2
  37. package/hooks/scripts/git-add-guard.sh +80 -0
  38. package/hooks/scripts/inbox.ts +115 -0
  39. package/hooks/scripts/read-tracker.sh +1 -2
  40. package/hooks/scripts/session-start.sh +1 -0
  41. package/hooks/scripts/stop-reflect.sh +45 -12
  42. package/hooks/scripts/sync-priority-todo.sh +52 -0
  43. package/hooks/scripts/user-prompt-signal.sh +23 -0
  44. package/hooks/scripts/watcher.ts +193 -0
  45. package/package.json +7 -4
  46. package/rules/astro.md +5 -5
  47. package/rules/design.md +14 -7
  48. package/rules/documentation.md +32 -17
  49. package/rules/engine.md +64 -3
  50. package/rules/react.md +3 -3
  51. package/scripts/__pycache__/do-rank.cpython-313.pyc +0 -0
  52. package/scripts/browser-check.mjs +122 -0
  53. package/scripts/bun.lock +27 -0
  54. package/scripts/cc-connect.sh +261 -33
  55. package/scripts/cc-events-proof.sh +148 -0
  56. package/scripts/do-accept.sh +38 -0
  57. package/scripts/do-auto.sh +416 -7
  58. package/scripts/do-fleet.sh +337 -0
  59. package/scripts/do-killswitch-audit.py +177 -0
  60. package/scripts/do-learn-loop.sh +51 -0
  61. package/scripts/do-orchestrate.sh +305 -0
  62. package/scripts/do-promise-lint.sh +221 -0
  63. package/scripts/do-promise-settle.sh +213 -0
  64. package/scripts/do-rank.py +1160 -0
  65. package/scripts/do-recon-cache.sh +58 -8
  66. package/scripts/do-reconcile.sh +49 -4
  67. package/scripts/do-rubric.py +457 -0
  68. package/scripts/do-signal.sh +112 -0
  69. package/scripts/do-smoke.sh +8 -0
  70. package/scripts/do-tasks-bridge.py +366 -0
  71. package/scripts/do-tier.sh +19 -6
  72. package/scripts/do-validate-armed.py +93 -0
  73. package/scripts/fade-toxic.sh +55 -0
  74. package/scripts/hourly-brief.sh +93 -0
  75. package/scripts/node_modules/@anthropic-ai/sdk/.github/logo.svg +3 -0
  76. package/scripts/node_modules/@anthropic-ai/sdk/CHANGELOG.md +2634 -0
  77. package/scripts/node_modules/@anthropic-ai/sdk/LICENSE +8 -0
  78. package/scripts/node_modules/@anthropic-ai/sdk/README.md +45 -0
  79. package/scripts/node_modules/@anthropic-ai/sdk/_vendor/partial-json-parser/parser.d.mts +3 -0
  80. package/scripts/node_modules/@anthropic-ai/sdk/_vendor/partial-json-parser/parser.d.mts.map +1 -0
  81. package/scripts/node_modules/@anthropic-ai/sdk/_vendor/partial-json-parser/parser.d.ts +3 -0
  82. package/scripts/node_modules/@anthropic-ai/sdk/_vendor/partial-json-parser/parser.d.ts.map +1 -0
  83. package/scripts/node_modules/@anthropic-ai/sdk/_vendor/partial-json-parser/parser.js +226 -0
  84. package/scripts/node_modules/@anthropic-ai/sdk/_vendor/partial-json-parser/parser.js.map +1 -0
  85. package/scripts/node_modules/@anthropic-ai/sdk/_vendor/partial-json-parser/parser.mjs +223 -0
  86. package/scripts/node_modules/@anthropic-ai/sdk/_vendor/partial-json-parser/parser.mjs.map +1 -0
  87. package/scripts/node_modules/@anthropic-ai/sdk/api-promise.d.mts +3 -0
  88. package/scripts/node_modules/@anthropic-ai/sdk/api-promise.d.mts.map +1 -0
  89. package/scripts/node_modules/@anthropic-ai/sdk/api-promise.d.ts +3 -0
  90. package/scripts/node_modules/@anthropic-ai/sdk/api-promise.d.ts.map +1 -0
  91. package/scripts/node_modules/@anthropic-ai/sdk/api-promise.js +6 -0
  92. package/scripts/node_modules/@anthropic-ai/sdk/api-promise.js.map +1 -0
  93. package/scripts/node_modules/@anthropic-ai/sdk/api-promise.mjs +3 -0
  94. package/scripts/node_modules/@anthropic-ai/sdk/api-promise.mjs.map +1 -0
  95. package/scripts/node_modules/@anthropic-ai/sdk/bin/cli +53 -0
  96. package/scripts/node_modules/@anthropic-ai/sdk/bin/migration-config.json +933 -0
  97. package/scripts/node_modules/@anthropic-ai/sdk/client.d.mts +323 -0
  98. package/scripts/node_modules/@anthropic-ai/sdk/client.d.mts.map +1 -0
  99. package/scripts/node_modules/@anthropic-ai/sdk/client.d.ts +323 -0
  100. package/scripts/node_modules/@anthropic-ai/sdk/client.d.ts.map +1 -0
  101. package/scripts/node_modules/@anthropic-ai/sdk/client.js +823 -0
  102. package/scripts/node_modules/@anthropic-ai/sdk/client.js.map +1 -0
  103. package/scripts/node_modules/@anthropic-ai/sdk/client.mjs +818 -0
  104. package/scripts/node_modules/@anthropic-ai/sdk/client.mjs.map +1 -0
  105. package/scripts/node_modules/@anthropic-ai/sdk/core/api-promise.d.mts +49 -0
  106. package/scripts/node_modules/@anthropic-ai/sdk/core/api-promise.d.mts.map +1 -0
  107. package/scripts/node_modules/@anthropic-ai/sdk/core/api-promise.d.ts +49 -0
  108. package/scripts/node_modules/@anthropic-ai/sdk/core/api-promise.d.ts.map +1 -0
  109. package/scripts/node_modules/@anthropic-ai/sdk/core/api-promise.js +76 -0
  110. package/scripts/node_modules/@anthropic-ai/sdk/core/api-promise.js.map +1 -0
  111. package/scripts/node_modules/@anthropic-ai/sdk/core/api-promise.mjs +72 -0
  112. package/scripts/node_modules/@anthropic-ai/sdk/core/api-promise.mjs.map +1 -0
  113. package/scripts/node_modules/@anthropic-ai/sdk/core/credentials.d.mts +131 -0
  114. package/scripts/node_modules/@anthropic-ai/sdk/core/credentials.d.mts.map +1 -0
  115. package/scripts/node_modules/@anthropic-ai/sdk/core/credentials.d.ts +131 -0
  116. package/scripts/node_modules/@anthropic-ai/sdk/core/credentials.d.ts.map +1 -0
  117. package/scripts/node_modules/@anthropic-ai/sdk/core/credentials.js +317 -0
  118. package/scripts/node_modules/@anthropic-ai/sdk/core/credentials.js.map +1 -0
  119. package/scripts/node_modules/@anthropic-ai/sdk/core/credentials.mjs +277 -0
  120. package/scripts/node_modules/@anthropic-ai/sdk/core/credentials.mjs.map +1 -0
  121. package/scripts/node_modules/@anthropic-ai/sdk/core/error.d.mts +50 -0
  122. package/scripts/node_modules/@anthropic-ai/sdk/core/error.d.mts.map +1 -0
  123. package/scripts/node_modules/@anthropic-ai/sdk/core/error.d.ts +50 -0
  124. package/scripts/node_modules/@anthropic-ai/sdk/core/error.d.ts.map +1 -0
  125. package/scripts/node_modules/@anthropic-ai/sdk/core/error.js +116 -0
  126. package/scripts/node_modules/@anthropic-ai/sdk/core/error.js.map +1 -0
  127. package/scripts/node_modules/@anthropic-ai/sdk/core/error.mjs +100 -0
  128. package/scripts/node_modules/@anthropic-ai/sdk/core/error.mjs.map +1 -0
  129. package/scripts/node_modules/@anthropic-ai/sdk/core/pagination.d.mts +102 -0
  130. package/scripts/node_modules/@anthropic-ai/sdk/core/pagination.d.mts.map +1 -0
  131. package/scripts/node_modules/@anthropic-ai/sdk/core/pagination.d.ts +102 -0
  132. package/scripts/node_modules/@anthropic-ai/sdk/core/pagination.d.ts.map +1 -0
  133. package/scripts/node_modules/@anthropic-ai/sdk/core/pagination.js +178 -0
  134. package/scripts/node_modules/@anthropic-ai/sdk/core/pagination.js.map +1 -0
  135. package/scripts/node_modules/@anthropic-ai/sdk/core/pagination.mjs +170 -0
  136. package/scripts/node_modules/@anthropic-ai/sdk/core/pagination.mjs.map +1 -0
  137. package/scripts/node_modules/@anthropic-ai/sdk/core/resource.d.mts +6 -0
  138. package/scripts/node_modules/@anthropic-ai/sdk/core/resource.d.mts.map +1 -0
  139. package/scripts/node_modules/@anthropic-ai/sdk/core/resource.d.ts +6 -0
  140. package/scripts/node_modules/@anthropic-ai/sdk/core/resource.d.ts.map +1 -0
  141. package/scripts/node_modules/@anthropic-ai/sdk/core/resource.js +11 -0
  142. package/scripts/node_modules/@anthropic-ai/sdk/core/resource.js.map +1 -0
  143. package/scripts/node_modules/@anthropic-ai/sdk/core/resource.mjs +7 -0
  144. package/scripts/node_modules/@anthropic-ai/sdk/core/resource.mjs.map +1 -0
  145. package/scripts/node_modules/@anthropic-ai/sdk/core/streaming.d.mts +33 -0
  146. package/scripts/node_modules/@anthropic-ai/sdk/core/streaming.d.mts.map +1 -0
  147. package/scripts/node_modules/@anthropic-ai/sdk/core/streaming.d.ts +33 -0
  148. package/scripts/node_modules/@anthropic-ai/sdk/core/streaming.d.ts.map +1 -0
  149. package/scripts/node_modules/@anthropic-ai/sdk/core/streaming.js +327 -0
  150. package/scripts/node_modules/@anthropic-ai/sdk/core/streaming.js.map +1 -0
  151. package/scripts/node_modules/@anthropic-ai/sdk/core/streaming.mjs +322 -0
  152. package/scripts/node_modules/@anthropic-ai/sdk/core/streaming.mjs.map +1 -0
  153. package/scripts/node_modules/@anthropic-ai/sdk/core/uploads.d.mts +3 -0
  154. package/scripts/node_modules/@anthropic-ai/sdk/core/uploads.d.mts.map +1 -0
  155. package/scripts/node_modules/@anthropic-ai/sdk/core/uploads.d.ts +3 -0
  156. package/scripts/node_modules/@anthropic-ai/sdk/core/uploads.d.ts.map +1 -0
  157. package/scripts/node_modules/@anthropic-ai/sdk/core/uploads.js +6 -0
  158. package/scripts/node_modules/@anthropic-ai/sdk/core/uploads.js.map +1 -0
  159. package/scripts/node_modules/@anthropic-ai/sdk/core/uploads.mjs +2 -0
  160. package/scripts/node_modules/@anthropic-ai/sdk/core/uploads.mjs.map +1 -0
  161. package/scripts/node_modules/@anthropic-ai/sdk/error.d.mts +3 -0
  162. package/scripts/node_modules/@anthropic-ai/sdk/error.d.mts.map +1 -0
  163. package/scripts/node_modules/@anthropic-ai/sdk/error.d.ts +3 -0
  164. package/scripts/node_modules/@anthropic-ai/sdk/error.d.ts.map +1 -0
  165. package/scripts/node_modules/@anthropic-ai/sdk/error.js +6 -0
  166. package/scripts/node_modules/@anthropic-ai/sdk/error.js.map +1 -0
  167. package/scripts/node_modules/@anthropic-ai/sdk/error.mjs +3 -0
  168. package/scripts/node_modules/@anthropic-ai/sdk/error.mjs.map +1 -0
  169. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/environments.d.mts +22 -0
  170. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/environments.d.mts.map +1 -0
  171. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/environments.d.ts +22 -0
  172. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/environments.d.ts.map +1 -0
  173. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/environments.js +30 -0
  174. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/environments.js.map +1 -0
  175. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/environments.mjs +22 -0
  176. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/environments.mjs.map +1 -0
  177. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/json-schema.d.mts +37 -0
  178. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/json-schema.d.mts.map +1 -0
  179. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/json-schema.d.ts +37 -0
  180. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/json-schema.d.ts.map +1 -0
  181. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/json-schema.js +57 -0
  182. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/json-schema.js.map +1 -0
  183. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/json-schema.mjs +53 -0
  184. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/json-schema.mjs.map +1 -0
  185. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/mcp.d.mts +303 -0
  186. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/mcp.d.mts.map +1 -0
  187. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/mcp.d.ts +303 -0
  188. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/mcp.d.ts.map +1 -0
  189. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/mcp.js +419 -0
  190. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/mcp.js.map +1 -0
  191. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/mcp.mjs +406 -0
  192. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/mcp.mjs.map +1 -0
  193. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/memory.d.mts +11 -0
  194. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/memory.d.mts.map +1 -0
  195. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/memory.d.ts +11 -0
  196. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/memory.d.ts.map +1 -0
  197. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/memory.js +18 -0
  198. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/memory.js.map +1 -0
  199. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/memory.mjs +15 -0
  200. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/memory.mjs.map +1 -0
  201. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/zod.d.mts +33 -0
  202. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/zod.d.mts.map +1 -0
  203. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/zod.d.ts +33 -0
  204. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/zod.d.ts.map +1 -0
  205. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/zod.js +58 -0
  206. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/zod.js.map +1 -0
  207. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/zod.mjs +53 -0
  208. package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/zod.mjs.map +1 -0
  209. package/scripts/node_modules/@anthropic-ai/sdk/helpers/index.d.mts +3 -0
  210. package/scripts/node_modules/@anthropic-ai/sdk/helpers/index.d.mts.map +1 -0
  211. package/scripts/node_modules/@anthropic-ai/sdk/helpers/index.d.ts +3 -0
  212. package/scripts/node_modules/@anthropic-ai/sdk/helpers/index.d.ts.map +1 -0
  213. package/scripts/node_modules/@anthropic-ai/sdk/helpers/index.js +8 -0
  214. package/scripts/node_modules/@anthropic-ai/sdk/helpers/index.js.map +1 -0
  215. package/scripts/node_modules/@anthropic-ai/sdk/helpers/index.mjs +3 -0
  216. package/scripts/node_modules/@anthropic-ai/sdk/helpers/index.mjs.map +1 -0
  217. package/scripts/node_modules/@anthropic-ai/sdk/helpers/json-schema.d.mts +18 -0
  218. package/scripts/node_modules/@anthropic-ai/sdk/helpers/json-schema.d.mts.map +1 -0
  219. package/scripts/node_modules/@anthropic-ai/sdk/helpers/json-schema.d.ts +18 -0
  220. package/scripts/node_modules/@anthropic-ai/sdk/helpers/json-schema.d.ts.map +1 -0
  221. package/scripts/node_modules/@anthropic-ai/sdk/helpers/json-schema.js +37 -0
  222. package/scripts/node_modules/@anthropic-ai/sdk/helpers/json-schema.js.map +1 -0
  223. package/scripts/node_modules/@anthropic-ai/sdk/helpers/json-schema.mjs +34 -0
  224. package/scripts/node_modules/@anthropic-ai/sdk/helpers/json-schema.mjs.map +1 -0
  225. package/scripts/node_modules/@anthropic-ai/sdk/helpers/zod.d.mts +13 -0
  226. package/scripts/node_modules/@anthropic-ai/sdk/helpers/zod.d.mts.map +1 -0
  227. package/scripts/node_modules/@anthropic-ai/sdk/helpers/zod.d.ts +13 -0
  228. package/scripts/node_modules/@anthropic-ai/sdk/helpers/zod.d.ts.map +1 -0
  229. package/scripts/node_modules/@anthropic-ai/sdk/helpers/zod.js +47 -0
  230. package/scripts/node_modules/@anthropic-ai/sdk/helpers/zod.js.map +1 -0
  231. package/scripts/node_modules/@anthropic-ai/sdk/helpers/zod.mjs +43 -0
  232. package/scripts/node_modules/@anthropic-ai/sdk/helpers/zod.mjs.map +1 -0
  233. package/scripts/node_modules/@anthropic-ai/sdk/index.d.mts +8 -0
  234. package/scripts/node_modules/@anthropic-ai/sdk/index.d.mts.map +1 -0
  235. package/scripts/node_modules/@anthropic-ai/sdk/index.d.ts +8 -0
  236. package/scripts/node_modules/@anthropic-ai/sdk/index.d.ts.map +1 -0
  237. package/scripts/node_modules/@anthropic-ai/sdk/index.js +35 -0
  238. package/scripts/node_modules/@anthropic-ai/sdk/index.js.map +1 -0
  239. package/scripts/node_modules/@anthropic-ai/sdk/index.mjs +8 -0
  240. package/scripts/node_modules/@anthropic-ai/sdk/index.mjs.map +1 -0
  241. package/scripts/node_modules/@anthropic-ai/sdk/internal/builtin-types.d.mts +73 -0
  242. package/scripts/node_modules/@anthropic-ai/sdk/internal/builtin-types.d.mts.map +1 -0
  243. package/scripts/node_modules/@anthropic-ai/sdk/internal/builtin-types.d.ts +73 -0
  244. package/scripts/node_modules/@anthropic-ai/sdk/internal/builtin-types.d.ts.map +1 -0
  245. package/scripts/node_modules/@anthropic-ai/sdk/internal/builtin-types.js +4 -0
  246. package/scripts/node_modules/@anthropic-ai/sdk/internal/builtin-types.js.map +1 -0
  247. package/scripts/node_modules/@anthropic-ai/sdk/internal/builtin-types.mjs +3 -0
  248. package/scripts/node_modules/@anthropic-ai/sdk/internal/builtin-types.mjs.map +1 -0
  249. package/scripts/node_modules/@anthropic-ai/sdk/internal/constants.d.mts +5 -0
  250. package/scripts/node_modules/@anthropic-ai/sdk/internal/constants.d.mts.map +1 -0
  251. package/scripts/node_modules/@anthropic-ai/sdk/internal/constants.d.ts +5 -0
  252. package/scripts/node_modules/@anthropic-ai/sdk/internal/constants.d.ts.map +1 -0
  253. package/scripts/node_modules/@anthropic-ai/sdk/internal/constants.js +18 -0
  254. package/scripts/node_modules/@anthropic-ai/sdk/internal/constants.js.map +1 -0
  255. package/scripts/node_modules/@anthropic-ai/sdk/internal/constants.mjs +15 -0
  256. package/scripts/node_modules/@anthropic-ai/sdk/internal/constants.mjs.map +1 -0
  257. package/scripts/node_modules/@anthropic-ai/sdk/internal/decoders/jsonl.d.mts +10 -0
  258. package/scripts/node_modules/@anthropic-ai/sdk/internal/decoders/jsonl.d.mts.map +1 -0
  259. package/scripts/node_modules/@anthropic-ai/sdk/internal/decoders/jsonl.d.ts +10 -0
  260. package/scripts/node_modules/@anthropic-ai/sdk/internal/decoders/jsonl.d.ts.map +1 -0
  261. package/scripts/node_modules/@anthropic-ai/sdk/internal/decoders/jsonl.js +39 -0
  262. package/scripts/node_modules/@anthropic-ai/sdk/internal/decoders/jsonl.js.map +1 -0
  263. package/scripts/node_modules/@anthropic-ai/sdk/internal/decoders/jsonl.mjs +35 -0
  264. package/scripts/node_modules/@anthropic-ai/sdk/internal/decoders/jsonl.mjs.map +1 -0
  265. package/scripts/node_modules/@anthropic-ai/sdk/internal/decoders/line.d.mts +17 -0
  266. package/scripts/node_modules/@anthropic-ai/sdk/internal/decoders/line.d.mts.map +1 -0
  267. package/scripts/node_modules/@anthropic-ai/sdk/internal/decoders/line.d.ts +17 -0
  268. package/scripts/node_modules/@anthropic-ai/sdk/internal/decoders/line.d.ts.map +1 -0
  269. package/scripts/node_modules/@anthropic-ai/sdk/internal/decoders/line.js +113 -0
  270. package/scripts/node_modules/@anthropic-ai/sdk/internal/decoders/line.js.map +1 -0
  271. package/scripts/node_modules/@anthropic-ai/sdk/internal/decoders/line.mjs +108 -0
  272. package/scripts/node_modules/@anthropic-ai/sdk/internal/decoders/line.mjs.map +1 -0
  273. package/scripts/node_modules/@anthropic-ai/sdk/internal/detect-platform.d.mts +15 -0
  274. package/scripts/node_modules/@anthropic-ai/sdk/internal/detect-platform.d.mts.map +1 -0
  275. package/scripts/node_modules/@anthropic-ai/sdk/internal/detect-platform.d.ts +15 -0
  276. package/scripts/node_modules/@anthropic-ai/sdk/internal/detect-platform.d.ts.map +1 -0
  277. package/scripts/node_modules/@anthropic-ai/sdk/internal/detect-platform.js +162 -0
  278. package/scripts/node_modules/@anthropic-ai/sdk/internal/detect-platform.js.map +1 -0
  279. package/scripts/node_modules/@anthropic-ai/sdk/internal/detect-platform.mjs +157 -0
  280. package/scripts/node_modules/@anthropic-ai/sdk/internal/detect-platform.mjs.map +1 -0
  281. package/scripts/node_modules/@anthropic-ai/sdk/internal/errors.d.mts +3 -0
  282. package/scripts/node_modules/@anthropic-ai/sdk/internal/errors.d.mts.map +1 -0
  283. package/scripts/node_modules/@anthropic-ai/sdk/internal/errors.d.ts +3 -0
  284. package/scripts/node_modules/@anthropic-ai/sdk/internal/errors.d.ts.map +1 -0
  285. package/scripts/node_modules/@anthropic-ai/sdk/internal/errors.js +41 -0
  286. package/scripts/node_modules/@anthropic-ai/sdk/internal/errors.js.map +1 -0
  287. package/scripts/node_modules/@anthropic-ai/sdk/internal/errors.mjs +36 -0
  288. package/scripts/node_modules/@anthropic-ai/sdk/internal/errors.mjs.map +1 -0
  289. package/scripts/node_modules/@anthropic-ai/sdk/internal/headers.d.mts +22 -0
  290. package/scripts/node_modules/@anthropic-ai/sdk/internal/headers.d.mts.map +1 -0
  291. package/scripts/node_modules/@anthropic-ai/sdk/internal/headers.d.ts +22 -0
  292. package/scripts/node_modules/@anthropic-ai/sdk/internal/headers.d.ts.map +1 -0
  293. package/scripts/node_modules/@anthropic-ai/sdk/internal/headers.js +79 -0
  294. package/scripts/node_modules/@anthropic-ai/sdk/internal/headers.js.map +1 -0
  295. package/scripts/node_modules/@anthropic-ai/sdk/internal/headers.mjs +74 -0
  296. package/scripts/node_modules/@anthropic-ai/sdk/internal/headers.mjs.map +1 -0
  297. package/scripts/node_modules/@anthropic-ai/sdk/internal/parse.d.mts +17 -0
  298. package/scripts/node_modules/@anthropic-ai/sdk/internal/parse.d.mts.map +1 -0
  299. package/scripts/node_modules/@anthropic-ai/sdk/internal/parse.d.ts +17 -0
  300. package/scripts/node_modules/@anthropic-ai/sdk/internal/parse.d.ts.map +1 -0
  301. package/scripts/node_modules/@anthropic-ai/sdk/internal/parse.js +60 -0
  302. package/scripts/node_modules/@anthropic-ai/sdk/internal/parse.js.map +1 -0
  303. package/scripts/node_modules/@anthropic-ai/sdk/internal/parse.mjs +56 -0
  304. package/scripts/node_modules/@anthropic-ai/sdk/internal/parse.mjs.map +1 -0
  305. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/formats.d.mts +7 -0
  306. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/formats.d.mts.map +1 -0
  307. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/formats.d.ts +7 -0
  308. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/formats.d.ts.map +1 -0
  309. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/formats.js +13 -0
  310. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/formats.js.map +1 -0
  311. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/formats.mjs +9 -0
  312. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/formats.mjs.map +1 -0
  313. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/index.d.mts +10 -0
  314. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/index.d.mts.map +1 -0
  315. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/index.d.ts +10 -0
  316. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/index.d.ts.map +1 -0
  317. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/index.js +14 -0
  318. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/index.js.map +1 -0
  319. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/index.mjs +10 -0
  320. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/index.mjs.map +1 -0
  321. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/stringify.d.mts +3 -0
  322. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/stringify.d.mts.map +1 -0
  323. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/stringify.d.ts +3 -0
  324. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/stringify.d.ts.map +1 -0
  325. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/stringify.js +277 -0
  326. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/stringify.js.map +1 -0
  327. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/stringify.mjs +274 -0
  328. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/stringify.mjs.map +1 -0
  329. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/types.d.mts +57 -0
  330. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/types.d.mts.map +1 -0
  331. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/types.d.ts +57 -0
  332. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/types.d.ts.map +1 -0
  333. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/types.js +3 -0
  334. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/types.js.map +1 -0
  335. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/types.mjs +2 -0
  336. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/types.mjs.map +1 -0
  337. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/utils.d.mts +15 -0
  338. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/utils.d.mts.map +1 -0
  339. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/utils.d.ts +15 -0
  340. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/utils.d.ts.map +1 -0
  341. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/utils.js +230 -0
  342. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/utils.js.map +1 -0
  343. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/utils.mjs +217 -0
  344. package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/utils.mjs.map +1 -0
  345. package/scripts/node_modules/@anthropic-ai/sdk/internal/request-options.d.mts +77 -0
  346. package/scripts/node_modules/@anthropic-ai/sdk/internal/request-options.d.mts.map +1 -0
  347. package/scripts/node_modules/@anthropic-ai/sdk/internal/request-options.d.ts +77 -0
  348. package/scripts/node_modules/@anthropic-ai/sdk/internal/request-options.d.ts.map +1 -0
  349. package/scripts/node_modules/@anthropic-ai/sdk/internal/request-options.js +14 -0
  350. package/scripts/node_modules/@anthropic-ai/sdk/internal/request-options.js.map +1 -0
  351. package/scripts/node_modules/@anthropic-ai/sdk/internal/request-options.mjs +10 -0
  352. package/scripts/node_modules/@anthropic-ai/sdk/internal/request-options.mjs.map +1 -0
  353. package/scripts/node_modules/@anthropic-ai/sdk/internal/shim-types.d.mts +17 -0
  354. package/scripts/node_modules/@anthropic-ai/sdk/internal/shim-types.d.mts.map +1 -0
  355. package/scripts/node_modules/@anthropic-ai/sdk/internal/shim-types.d.ts +17 -0
  356. package/scripts/node_modules/@anthropic-ai/sdk/internal/shim-types.d.ts.map +1 -0
  357. package/scripts/node_modules/@anthropic-ai/sdk/internal/shim-types.js +4 -0
  358. package/scripts/node_modules/@anthropic-ai/sdk/internal/shim-types.js.map +1 -0
  359. package/scripts/node_modules/@anthropic-ai/sdk/internal/shim-types.mjs +3 -0
  360. package/scripts/node_modules/@anthropic-ai/sdk/internal/shim-types.mjs.map +1 -0
  361. package/scripts/node_modules/@anthropic-ai/sdk/internal/shims.d.mts +26 -0
  362. package/scripts/node_modules/@anthropic-ai/sdk/internal/shims.d.mts.map +1 -0
  363. package/scripts/node_modules/@anthropic-ai/sdk/internal/shims.d.ts +26 -0
  364. package/scripts/node_modules/@anthropic-ai/sdk/internal/shims.d.ts.map +1 -0
  365. package/scripts/node_modules/@anthropic-ai/sdk/internal/shims.js +92 -0
  366. package/scripts/node_modules/@anthropic-ai/sdk/internal/shims.js.map +1 -0
  367. package/scripts/node_modules/@anthropic-ai/sdk/internal/shims.mjs +85 -0
  368. package/scripts/node_modules/@anthropic-ai/sdk/internal/shims.mjs.map +1 -0
  369. package/scripts/node_modules/@anthropic-ai/sdk/internal/stream-utils.d.mts +8 -0
  370. package/scripts/node_modules/@anthropic-ai/sdk/internal/stream-utils.d.mts.map +1 -0
  371. package/scripts/node_modules/@anthropic-ai/sdk/internal/stream-utils.d.ts +8 -0
  372. package/scripts/node_modules/@anthropic-ai/sdk/internal/stream-utils.d.ts.map +1 -0
  373. package/scripts/node_modules/@anthropic-ai/sdk/internal/stream-utils.js +38 -0
  374. package/scripts/node_modules/@anthropic-ai/sdk/internal/stream-utils.js.map +1 -0
  375. package/scripts/node_modules/@anthropic-ai/sdk/internal/stream-utils.mjs +35 -0
  376. package/scripts/node_modules/@anthropic-ai/sdk/internal/stream-utils.mjs.map +1 -0
  377. package/scripts/node_modules/@anthropic-ai/sdk/internal/to-file.d.mts +45 -0
  378. package/scripts/node_modules/@anthropic-ai/sdk/internal/to-file.d.mts.map +1 -0
  379. package/scripts/node_modules/@anthropic-ai/sdk/internal/to-file.d.ts +45 -0
  380. package/scripts/node_modules/@anthropic-ai/sdk/internal/to-file.d.ts.map +1 -0
  381. package/scripts/node_modules/@anthropic-ai/sdk/internal/to-file.js +96 -0
  382. package/scripts/node_modules/@anthropic-ai/sdk/internal/to-file.js.map +1 -0
  383. package/scripts/node_modules/@anthropic-ai/sdk/internal/to-file.mjs +93 -0
  384. package/scripts/node_modules/@anthropic-ai/sdk/internal/to-file.mjs.map +1 -0
  385. package/scripts/node_modules/@anthropic-ai/sdk/internal/tslib.js +81 -0
  386. package/scripts/node_modules/@anthropic-ai/sdk/internal/tslib.mjs +17 -0
  387. package/scripts/node_modules/@anthropic-ai/sdk/internal/types.d.mts +69 -0
  388. package/scripts/node_modules/@anthropic-ai/sdk/internal/types.d.mts.map +1 -0
  389. package/scripts/node_modules/@anthropic-ai/sdk/internal/types.d.ts +69 -0
  390. package/scripts/node_modules/@anthropic-ai/sdk/internal/types.d.ts.map +1 -0
  391. package/scripts/node_modules/@anthropic-ai/sdk/internal/types.js +4 -0
  392. package/scripts/node_modules/@anthropic-ai/sdk/internal/types.js.map +1 -0
  393. package/scripts/node_modules/@anthropic-ai/sdk/internal/types.mjs +3 -0
  394. package/scripts/node_modules/@anthropic-ai/sdk/internal/types.mjs.map +1 -0
  395. package/scripts/node_modules/@anthropic-ai/sdk/internal/uploads.d.mts +42 -0
  396. package/scripts/node_modules/@anthropic-ai/sdk/internal/uploads.d.mts.map +1 -0
  397. package/scripts/node_modules/@anthropic-ai/sdk/internal/uploads.d.ts +42 -0
  398. package/scripts/node_modules/@anthropic-ai/sdk/internal/uploads.d.ts.map +1 -0
  399. package/scripts/node_modules/@anthropic-ai/sdk/internal/uploads.js +145 -0
  400. package/scripts/node_modules/@anthropic-ai/sdk/internal/uploads.js.map +1 -0
  401. package/scripts/node_modules/@anthropic-ai/sdk/internal/uploads.mjs +135 -0
  402. package/scripts/node_modules/@anthropic-ai/sdk/internal/uploads.mjs.map +1 -0
  403. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/abort.d.mts +13 -0
  404. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/abort.d.mts.map +1 -0
  405. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/abort.d.ts +13 -0
  406. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/abort.d.ts.map +1 -0
  407. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/abort.js +26 -0
  408. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/abort.js.map +1 -0
  409. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/abort.mjs +23 -0
  410. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/abort.mjs.map +1 -0
  411. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/async-queue.d.mts +31 -0
  412. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/async-queue.d.mts.map +1 -0
  413. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/async-queue.d.ts +31 -0
  414. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/async-queue.d.ts.map +1 -0
  415. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/async-queue.js +75 -0
  416. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/async-queue.js.map +1 -0
  417. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/async-queue.mjs +71 -0
  418. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/async-queue.mjs.map +1 -0
  419. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/backoff.d.mts +23 -0
  420. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/backoff.d.mts.map +1 -0
  421. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/backoff.d.ts +23 -0
  422. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/backoff.d.ts.map +1 -0
  423. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/backoff.js +44 -0
  424. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/backoff.js.map +1 -0
  425. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/backoff.mjs +36 -0
  426. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/backoff.mjs.map +1 -0
  427. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/base64.d.mts +3 -0
  428. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/base64.d.mts.map +1 -0
  429. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/base64.d.ts +3 -0
  430. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/base64.d.ts.map +1 -0
  431. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/base64.js +38 -0
  432. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/base64.js.map +1 -0
  433. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/base64.mjs +33 -0
  434. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/base64.mjs.map +1 -0
  435. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/bytes.d.mts +4 -0
  436. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/bytes.d.mts.map +1 -0
  437. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/bytes.d.ts +4 -0
  438. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/bytes.d.ts.map +1 -0
  439. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/bytes.js +31 -0
  440. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/bytes.js.map +1 -0
  441. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/bytes.mjs +26 -0
  442. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/bytes.mjs.map +1 -0
  443. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/env.d.mts +9 -0
  444. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/env.d.mts.map +1 -0
  445. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/env.d.ts +9 -0
  446. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/env.d.ts.map +1 -0
  447. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/env.js +22 -0
  448. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/env.js.map +1 -0
  449. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/env.mjs +18 -0
  450. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/env.mjs.map +1 -0
  451. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/log.d.mts +37 -0
  452. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/log.d.mts.map +1 -0
  453. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/log.d.ts +37 -0
  454. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/log.d.ts.map +1 -0
  455. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/log.js +87 -0
  456. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/log.js.map +1 -0
  457. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/log.mjs +81 -0
  458. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/log.mjs.map +1 -0
  459. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/path.d.mts +15 -0
  460. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/path.d.mts.map +1 -0
  461. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/path.d.ts +15 -0
  462. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/path.d.ts.map +1 -0
  463. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/path.js +79 -0
  464. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/path.js.map +1 -0
  465. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/path.mjs +74 -0
  466. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/path.mjs.map +1 -0
  467. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/promise.d.mts +11 -0
  468. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/promise.d.mts.map +1 -0
  469. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/promise.d.ts +11 -0
  470. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/promise.d.ts.map +1 -0
  471. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/promise.js +18 -0
  472. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/promise.js.map +1 -0
  473. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/promise.mjs +15 -0
  474. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/promise.mjs.map +1 -0
  475. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/query.d.mts +2 -0
  476. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/query.d.mts.map +1 -0
  477. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/query.d.ts +2 -0
  478. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/query.d.ts.map +1 -0
  479. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/query.js +10 -0
  480. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/query.js.map +1 -0
  481. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/query.mjs +6 -0
  482. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/query.mjs.map +1 -0
  483. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/sleep.d.mts +10 -0
  484. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/sleep.d.mts.map +1 -0
  485. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/sleep.d.ts +10 -0
  486. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/sleep.d.ts.map +1 -0
  487. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/sleep.js +28 -0
  488. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/sleep.js.map +1 -0
  489. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/sleep.mjs +24 -0
  490. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/sleep.mjs.map +1 -0
  491. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/time.d.mts +3 -0
  492. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/time.d.mts.map +1 -0
  493. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/time.d.ts +3 -0
  494. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/time.d.ts.map +1 -0
  495. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/time.js +8 -0
  496. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/time.js.map +1 -0
  497. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/time.mjs +5 -0
  498. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/time.mjs.map +1 -0
  499. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/uuid.d.mts +5 -0
  500. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/uuid.d.mts.map +1 -0
  501. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/uuid.d.ts +5 -0
  502. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/uuid.d.ts.map +1 -0
  503. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/uuid.js +19 -0
  504. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/uuid.js.map +1 -0
  505. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/uuid.mjs +15 -0
  506. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/uuid.mjs.map +1 -0
  507. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/values.d.mts +19 -0
  508. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/values.d.mts.map +1 -0
  509. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/values.d.ts +19 -0
  510. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/values.d.ts.map +1 -0
  511. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/values.js +119 -0
  512. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/values.js.map +1 -0
  513. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/values.mjs +100 -0
  514. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/values.mjs.map +1 -0
  515. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils.d.mts +8 -0
  516. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils.d.mts.map +1 -0
  517. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils.d.ts +8 -0
  518. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils.d.ts.map +1 -0
  519. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils.js +12 -0
  520. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils.js.map +1 -0
  521. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils.mjs +9 -0
  522. package/scripts/node_modules/@anthropic-ai/sdk/internal/utils.mjs.map +1 -0
  523. package/scripts/node_modules/@anthropic-ai/sdk/lib/BetaMessageStream.d.mts +122 -0
  524. package/scripts/node_modules/@anthropic-ai/sdk/lib/BetaMessageStream.d.mts.map +1 -0
  525. package/scripts/node_modules/@anthropic-ai/sdk/lib/BetaMessageStream.d.ts +122 -0
  526. package/scripts/node_modules/@anthropic-ai/sdk/lib/BetaMessageStream.d.ts.map +1 -0
  527. package/scripts/node_modules/@anthropic-ai/sdk/lib/BetaMessageStream.js +621 -0
  528. package/scripts/node_modules/@anthropic-ai/sdk/lib/BetaMessageStream.js.map +1 -0
  529. package/scripts/node_modules/@anthropic-ai/sdk/lib/BetaMessageStream.mjs +617 -0
  530. package/scripts/node_modules/@anthropic-ai/sdk/lib/BetaMessageStream.mjs.map +1 -0
  531. package/scripts/node_modules/@anthropic-ai/sdk/lib/MessageStream.d.mts +121 -0
  532. package/scripts/node_modules/@anthropic-ai/sdk/lib/MessageStream.d.mts.map +1 -0
  533. package/scripts/node_modules/@anthropic-ai/sdk/lib/MessageStream.d.ts +121 -0
  534. package/scripts/node_modules/@anthropic-ai/sdk/lib/MessageStream.d.ts.map +1 -0
  535. package/scripts/node_modules/@anthropic-ai/sdk/lib/MessageStream.js +598 -0
  536. package/scripts/node_modules/@anthropic-ai/sdk/lib/MessageStream.js.map +1 -0
  537. package/scripts/node_modules/@anthropic-ai/sdk/lib/MessageStream.mjs +594 -0
  538. package/scripts/node_modules/@anthropic-ai/sdk/lib/MessageStream.mjs.map +1 -0
  539. package/scripts/node_modules/@anthropic-ai/sdk/lib/beta-parser.d.mts +37 -0
  540. package/scripts/node_modules/@anthropic-ai/sdk/lib/beta-parser.d.mts.map +1 -0
  541. package/scripts/node_modules/@anthropic-ai/sdk/lib/beta-parser.d.ts +37 -0
  542. package/scripts/node_modules/@anthropic-ai/sdk/lib/beta-parser.d.ts.map +1 -0
  543. package/scripts/node_modules/@anthropic-ai/sdk/lib/beta-parser.js +79 -0
  544. package/scripts/node_modules/@anthropic-ai/sdk/lib/beta-parser.js.map +1 -0
  545. package/scripts/node_modules/@anthropic-ai/sdk/lib/beta-parser.mjs +75 -0
  546. package/scripts/node_modules/@anthropic-ai/sdk/lib/beta-parser.mjs.map +1 -0
  547. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/credential-chain.d.mts +39 -0
  548. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/credential-chain.d.mts.map +1 -0
  549. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/credential-chain.d.ts +39 -0
  550. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/credential-chain.d.ts.map +1 -0
  551. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/credential-chain.js +245 -0
  552. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/credential-chain.js.map +1 -0
  553. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/credential-chain.mjs +208 -0
  554. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/credential-chain.mjs.map +1 -0
  555. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/identity-token.d.mts +11 -0
  556. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/identity-token.d.mts.map +1 -0
  557. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/identity-token.d.ts +11 -0
  558. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/identity-token.d.ts.map +1 -0
  559. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/identity-token.js +72 -0
  560. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/identity-token.js.map +1 -0
  561. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/identity-token.mjs +35 -0
  562. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/identity-token.mjs.map +1 -0
  563. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/oidc-federation.d.mts +40 -0
  564. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/oidc-federation.d.mts.map +1 -0
  565. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/oidc-federation.d.ts +40 -0
  566. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/oidc-federation.d.ts.map +1 -0
  567. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/oidc-federation.js +82 -0
  568. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/oidc-federation.js.map +1 -0
  569. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/oidc-federation.mjs +79 -0
  570. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/oidc-federation.mjs.map +1 -0
  571. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/token-cache.d.mts +54 -0
  572. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/token-cache.d.mts.map +1 -0
  573. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/token-cache.d.ts +54 -0
  574. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/token-cache.d.ts.map +1 -0
  575. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/token-cache.js +112 -0
  576. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/token-cache.js.map +1 -0
  577. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/token-cache.mjs +108 -0
  578. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/token-cache.mjs.map +1 -0
  579. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/types.d.mts +96 -0
  580. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/types.d.mts.map +1 -0
  581. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/types.d.ts +96 -0
  582. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/types.d.ts.map +1 -0
  583. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/types.js +266 -0
  584. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/types.js.map +1 -0
  585. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/types.mjs +224 -0
  586. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/types.mjs.map +1 -0
  587. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/user-oauth.d.mts +21 -0
  588. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/user-oauth.d.mts.map +1 -0
  589. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/user-oauth.d.ts +21 -0
  590. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/user-oauth.d.ts.map +1 -0
  591. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/user-oauth.js +130 -0
  592. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/user-oauth.js.map +1 -0
  593. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/user-oauth.mjs +94 -0
  594. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/user-oauth.mjs.map +1 -0
  595. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials.d.mts +4 -0
  596. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials.d.mts.map +1 -0
  597. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials.d.ts +4 -0
  598. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials.d.ts.map +1 -0
  599. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials.js +8 -0
  600. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials.js.map +1 -0
  601. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials.mjs +3 -0
  602. package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials.mjs.map +1 -0
  603. package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/index.d.mts +4 -0
  604. package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/index.d.mts.map +1 -0
  605. package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/index.d.ts +4 -0
  606. package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/index.d.ts.map +1 -0
  607. package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/index.js +18 -0
  608. package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/index.js.map +1 -0
  609. package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/index.mjs +4 -0
  610. package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/index.mjs.map +1 -0
  611. package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/poller.d.mts +89 -0
  612. package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/poller.d.mts.map +1 -0
  613. package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/poller.d.ts +89 -0
  614. package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/poller.d.ts.map +1 -0
  615. package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/poller.js +181 -0
  616. package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/poller.js.map +1 -0
  617. package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/poller.mjs +172 -0
  618. package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/poller.mjs.map +1 -0
  619. package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/worker.d.mts +146 -0
  620. package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/worker.d.mts.map +1 -0
  621. package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/worker.d.ts +146 -0
  622. package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/worker.d.ts.map +1 -0
  623. package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/worker.js +267 -0
  624. package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/worker.js.map +1 -0
  625. package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/worker.mjs +263 -0
  626. package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/worker.mjs.map +1 -0
  627. package/scripts/node_modules/@anthropic-ai/sdk/lib/helper-client.d.mts +49 -0
  628. package/scripts/node_modules/@anthropic-ai/sdk/lib/helper-client.d.mts.map +1 -0
  629. package/scripts/node_modules/@anthropic-ai/sdk/lib/helper-client.d.ts +49 -0
  630. package/scripts/node_modules/@anthropic-ai/sdk/lib/helper-client.d.ts.map +1 -0
  631. package/scripts/node_modules/@anthropic-ai/sdk/lib/helper-client.js +57 -0
  632. package/scripts/node_modules/@anthropic-ai/sdk/lib/helper-client.js.map +1 -0
  633. package/scripts/node_modules/@anthropic-ai/sdk/lib/helper-client.mjs +54 -0
  634. package/scripts/node_modules/@anthropic-ai/sdk/lib/helper-client.mjs.map +1 -0
  635. package/scripts/node_modules/@anthropic-ai/sdk/lib/parser.d.mts +32 -0
  636. package/scripts/node_modules/@anthropic-ai/sdk/lib/parser.d.mts.map +1 -0
  637. package/scripts/node_modules/@anthropic-ai/sdk/lib/parser.d.ts +32 -0
  638. package/scripts/node_modules/@anthropic-ai/sdk/lib/parser.d.ts.map +1 -0
  639. package/scripts/node_modules/@anthropic-ai/sdk/lib/parser.js +66 -0
  640. package/scripts/node_modules/@anthropic-ai/sdk/lib/parser.js.map +1 -0
  641. package/scripts/node_modules/@anthropic-ai/sdk/lib/parser.mjs +62 -0
  642. package/scripts/node_modules/@anthropic-ai/sdk/lib/parser.mjs.map +1 -0
  643. package/scripts/node_modules/@anthropic-ai/sdk/lib/stainless-helper-header.d.mts +34 -0
  644. package/scripts/node_modules/@anthropic-ai/sdk/lib/stainless-helper-header.d.mts.map +1 -0
  645. package/scripts/node_modules/@anthropic-ai/sdk/lib/stainless-helper-header.d.ts +34 -0
  646. package/scripts/node_modules/@anthropic-ai/sdk/lib/stainless-helper-header.d.ts.map +1 -0
  647. package/scripts/node_modules/@anthropic-ai/sdk/lib/stainless-helper-header.js +70 -0
  648. package/scripts/node_modules/@anthropic-ai/sdk/lib/stainless-helper-header.js.map +1 -0
  649. package/scripts/node_modules/@anthropic-ai/sdk/lib/stainless-helper-header.mjs +63 -0
  650. package/scripts/node_modules/@anthropic-ai/sdk/lib/stainless-helper-header.mjs.map +1 -0
  651. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/BetaRunnableTool.d.mts +68 -0
  652. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/BetaRunnableTool.d.mts.map +1 -0
  653. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/BetaRunnableTool.d.ts +68 -0
  654. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/BetaRunnableTool.d.ts.map +1 -0
  655. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/BetaRunnableTool.js +40 -0
  656. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/BetaRunnableTool.js.map +1 -0
  657. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/BetaRunnableTool.mjs +35 -0
  658. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/BetaRunnableTool.mjs.map +1 -0
  659. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/BetaToolRunner.d.mts +161 -0
  660. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/BetaToolRunner.d.mts.map +1 -0
  661. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/BetaToolRunner.d.ts +161 -0
  662. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/BetaToolRunner.d.ts.map +1 -0
  663. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/BetaToolRunner.js +386 -0
  664. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/BetaToolRunner.js.map +1 -0
  665. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/BetaToolRunner.mjs +382 -0
  666. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/BetaToolRunner.mjs.map +1 -0
  667. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/CompactionControl.d.mts +30 -0
  668. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/CompactionControl.d.mts.map +1 -0
  669. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/CompactionControl.d.ts +30 -0
  670. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/CompactionControl.d.ts.map +1 -0
  671. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/CompactionControl.js +28 -0
  672. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/CompactionControl.js.map +1 -0
  673. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/CompactionControl.mjs +25 -0
  674. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/CompactionControl.mjs.map +1 -0
  675. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/SessionToolRunner.d.mts +146 -0
  676. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/SessionToolRunner.d.mts.map +1 -0
  677. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/SessionToolRunner.d.ts +146 -0
  678. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/SessionToolRunner.d.ts.map +1 -0
  679. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/SessionToolRunner.js +471 -0
  680. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/SessionToolRunner.js.map +1 -0
  681. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/SessionToolRunner.mjs +467 -0
  682. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/SessionToolRunner.mjs.map +1 -0
  683. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/ToolError.d.mts +33 -0
  684. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/ToolError.d.mts.map +1 -0
  685. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/ToolError.d.ts +33 -0
  686. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/ToolError.d.ts.map +1 -0
  687. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/ToolError.js +42 -0
  688. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/ToolError.js.map +1 -0
  689. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/ToolError.mjs +38 -0
  690. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/ToolError.mjs.map +1 -0
  691. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/ToolRunner.d.mts +132 -0
  692. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/ToolRunner.d.mts.map +1 -0
  693. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/ToolRunner.d.ts +132 -0
  694. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/ToolRunner.d.ts.map +1 -0
  695. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/ToolRunner.js +294 -0
  696. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/ToolRunner.js.map +1 -0
  697. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/ToolRunner.mjs +290 -0
  698. package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/ToolRunner.mjs.map +1 -0
  699. package/scripts/node_modules/@anthropic-ai/sdk/lib/transform-json-schema.d.mts +3 -0
  700. package/scripts/node_modules/@anthropic-ai/sdk/lib/transform-json-schema.d.mts.map +1 -0
  701. package/scripts/node_modules/@anthropic-ai/sdk/lib/transform-json-schema.d.ts +3 -0
  702. package/scripts/node_modules/@anthropic-ai/sdk/lib/transform-json-schema.d.ts.map +1 -0
  703. package/scripts/node_modules/@anthropic-ai/sdk/lib/transform-json-schema.js +114 -0
  704. package/scripts/node_modules/@anthropic-ai/sdk/lib/transform-json-schema.js.map +1 -0
  705. package/scripts/node_modules/@anthropic-ai/sdk/lib/transform-json-schema.mjs +111 -0
  706. package/scripts/node_modules/@anthropic-ai/sdk/lib/transform-json-schema.mjs.map +1 -0
  707. package/scripts/node_modules/@anthropic-ai/sdk/package.json +233 -0
  708. package/scripts/node_modules/@anthropic-ai/sdk/pagination.d.mts +3 -0
  709. package/scripts/node_modules/@anthropic-ai/sdk/pagination.d.mts.map +1 -0
  710. package/scripts/node_modules/@anthropic-ai/sdk/pagination.d.ts +3 -0
  711. package/scripts/node_modules/@anthropic-ai/sdk/pagination.d.ts.map +1 -0
  712. package/scripts/node_modules/@anthropic-ai/sdk/pagination.js +6 -0
  713. package/scripts/node_modules/@anthropic-ai/sdk/pagination.js.map +1 -0
  714. package/scripts/node_modules/@anthropic-ai/sdk/pagination.mjs +3 -0
  715. package/scripts/node_modules/@anthropic-ai/sdk/pagination.mjs.map +1 -0
  716. package/scripts/node_modules/@anthropic-ai/sdk/resource.d.mts +3 -0
  717. package/scripts/node_modules/@anthropic-ai/sdk/resource.d.mts.map +1 -0
  718. package/scripts/node_modules/@anthropic-ai/sdk/resource.d.ts +3 -0
  719. package/scripts/node_modules/@anthropic-ai/sdk/resource.d.ts.map +1 -0
  720. package/scripts/node_modules/@anthropic-ai/sdk/resource.js +6 -0
  721. package/scripts/node_modules/@anthropic-ai/sdk/resource.js.map +1 -0
  722. package/scripts/node_modules/@anthropic-ai/sdk/resource.mjs +3 -0
  723. package/scripts/node_modules/@anthropic-ai/sdk/resource.mjs.map +1 -0
  724. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/agents.d.mts +775 -0
  725. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/agents.d.mts.map +1 -0
  726. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/agents.d.ts +775 -0
  727. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/agents.d.ts.map +1 -0
  728. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/agents.js +131 -0
  729. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/agents.js.map +1 -0
  730. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/agents.mjs +126 -0
  731. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/agents.mjs.map +1 -0
  732. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/index.d.mts +3 -0
  733. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/index.d.mts.map +1 -0
  734. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/index.d.ts +3 -0
  735. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/index.d.ts.map +1 -0
  736. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/index.js +9 -0
  737. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/index.js.map +1 -0
  738. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/index.mjs +4 -0
  739. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/index.mjs.map +1 -0
  740. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/versions.d.mts +33 -0
  741. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/versions.d.mts.map +1 -0
  742. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/versions.d.ts +33 -0
  743. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/versions.d.ts.map +1 -0
  744. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/versions.js +36 -0
  745. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/versions.js.map +1 -0
  746. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/versions.mjs +32 -0
  747. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/versions.mjs.map +1 -0
  748. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents.d.mts +2 -0
  749. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents.d.mts.map +1 -0
  750. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents.d.ts +2 -0
  751. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents.d.ts.map +1 -0
  752. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents.js +6 -0
  753. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents.js.map +1 -0
  754. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents.mjs +3 -0
  755. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents.mjs.map +1 -0
  756. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/beta.d.mts +94 -0
  757. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/beta.d.mts.map +1 -0
  758. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/beta.d.ts +94 -0
  759. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/beta.d.ts.map +1 -0
  760. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/beta.js +57 -0
  761. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/beta.js.map +1 -0
  762. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/beta.mjs +52 -0
  763. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/beta.mjs.map +1 -0
  764. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/environments.d.mts +425 -0
  765. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/environments.d.mts.map +1 -0
  766. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/environments.d.ts +425 -0
  767. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/environments.d.ts.map +1 -0
  768. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/environments.js +150 -0
  769. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/environments.js.map +1 -0
  770. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/environments.mjs +145 -0
  771. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/environments.mjs.map +1 -0
  772. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/index.d.mts +3 -0
  773. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/index.d.mts.map +1 -0
  774. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/index.d.ts +3 -0
  775. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/index.d.ts.map +1 -0
  776. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/index.js +9 -0
  777. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/index.js.map +1 -0
  778. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/index.mjs +4 -0
  779. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/index.mjs.map +1 -0
  780. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/work.d.mts +496 -0
  781. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/work.d.mts.map +1 -0
  782. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/work.d.ts +496 -0
  783. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/work.d.ts.map +1 -0
  784. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/work.js +274 -0
  785. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/work.js.map +1 -0
  786. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/work.mjs +268 -0
  787. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/work.mjs.map +1 -0
  788. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments.d.mts +2 -0
  789. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments.d.mts.map +1 -0
  790. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments.d.ts +2 -0
  791. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments.d.ts.map +1 -0
  792. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments.js +6 -0
  793. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments.js.map +1 -0
  794. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments.mjs +3 -0
  795. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments.mjs.map +1 -0
  796. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/files.d.mts +171 -0
  797. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/files.d.mts.map +1 -0
  798. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/files.d.ts +171 -0
  799. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/files.d.ts.map +1 -0
  800. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/files.js +124 -0
  801. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/files.js.map +1 -0
  802. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/files.mjs +120 -0
  803. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/files.mjs.map +1 -0
  804. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/index.d.mts +13 -0
  805. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/index.d.mts.map +1 -0
  806. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/index.d.ts +13 -0
  807. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/index.d.ts.map +1 -0
  808. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/index.js +29 -0
  809. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/index.js.map +1 -0
  810. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/index.mjs +14 -0
  811. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/index.mjs.map +1 -0
  812. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/index.d.mts +4 -0
  813. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/index.d.mts.map +1 -0
  814. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/index.d.ts +4 -0
  815. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/index.d.ts.map +1 -0
  816. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/index.js +11 -0
  817. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/index.js.map +1 -0
  818. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/index.mjs +5 -0
  819. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/index.mjs.map +1 -0
  820. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memories.d.mts +347 -0
  821. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memories.d.mts.map +1 -0
  822. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memories.d.ts +347 -0
  823. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memories.d.ts.map +1 -0
  824. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memories.js +130 -0
  825. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memories.js.map +1 -0
  826. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memories.mjs +126 -0
  827. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memories.mjs.map +1 -0
  828. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memory-stores.d.mts +231 -0
  829. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memory-stores.d.mts.map +1 -0
  830. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memory-stores.d.ts +231 -0
  831. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memory-stores.d.ts.map +1 -0
  832. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memory-stores.js +145 -0
  833. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memory-stores.js.map +1 -0
  834. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memory-stores.mjs +140 -0
  835. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memory-stores.mjs.map +1 -0
  836. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memory-versions.d.mts +235 -0
  837. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memory-versions.d.mts.map +1 -0
  838. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memory-versions.d.ts +235 -0
  839. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memory-versions.d.ts.map +1 -0
  840. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memory-versions.js +81 -0
  841. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memory-versions.js.map +1 -0
  842. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memory-versions.mjs +77 -0
  843. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memory-versions.mjs.map +1 -0
  844. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores.d.mts +2 -0
  845. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores.d.mts.map +1 -0
  846. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores.d.ts +2 -0
  847. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores.d.ts.map +1 -0
  848. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores.js +6 -0
  849. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores.js.map +1 -0
  850. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores.mjs +3 -0
  851. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores.mjs.map +1 -0
  852. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/batches.d.mts +645 -0
  853. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/batches.d.mts.map +1 -0
  854. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/batches.d.ts +645 -0
  855. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/batches.d.ts.map +1 -0
  856. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/batches.js +204 -0
  857. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/batches.js.map +1 -0
  858. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/batches.mjs +200 -0
  859. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/batches.mjs.map +1 -0
  860. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/index.d.mts +4 -0
  861. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/index.d.mts.map +1 -0
  862. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/index.d.ts +4 -0
  863. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/index.d.ts.map +1 -0
  864. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/index.js +12 -0
  865. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/index.js.map +1 -0
  866. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/index.mjs +5 -0
  867. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/index.mjs.map +1 -0
  868. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/messages.d.mts +3380 -0
  869. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/messages.d.mts.map +1 -0
  870. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/messages.d.ts +3380 -0
  871. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/messages.d.ts.map +1 -0
  872. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/messages.js +163 -0
  873. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/messages.js.map +1 -0
  874. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/messages.mjs +156 -0
  875. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/messages.mjs.map +1 -0
  876. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages.d.mts +2 -0
  877. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages.d.mts.map +1 -0
  878. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages.d.ts +2 -0
  879. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages.d.ts.map +1 -0
  880. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages.js +6 -0
  881. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages.js.map +1 -0
  882. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages.mjs +3 -0
  883. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages.mjs.map +1 -0
  884. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/models.d.mts +212 -0
  885. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/models.d.mts.map +1 -0
  886. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/models.d.ts +212 -0
  887. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/models.d.ts.map +1 -0
  888. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/models.js +60 -0
  889. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/models.js.map +1 -0
  890. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/models.mjs +56 -0
  891. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/models.mjs.map +1 -0
  892. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/events.d.mts +1409 -0
  893. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/events.d.mts.map +1 -0
  894. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/events.d.ts +1409 -0
  895. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/events.d.ts.map +1 -0
  896. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/events.js +119 -0
  897. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/events.js.map +1 -0
  898. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/events.mjs +114 -0
  899. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/events.mjs.map +1 -0
  900. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/index.d.mts +5 -0
  901. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/index.d.mts.map +1 -0
  902. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/index.d.ts +5 -0
  903. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/index.d.ts.map +1 -0
  904. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/index.js +13 -0
  905. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/index.js.map +1 -0
  906. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/index.mjs +6 -0
  907. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/index.mjs.map +1 -0
  908. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/resources.d.mts +228 -0
  909. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/resources.d.mts.map +1 -0
  910. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/resources.d.ts +228 -0
  911. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/resources.d.ts.map +1 -0
  912. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/resources.js +132 -0
  913. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/resources.js.map +1 -0
  914. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/resources.mjs +128 -0
  915. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/resources.mjs.map +1 -0
  916. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/sessions.d.mts +613 -0
  917. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/sessions.d.mts.map +1 -0
  918. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/sessions.d.ts +613 -0
  919. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/sessions.d.ts.map +1 -0
  920. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/sessions.js +158 -0
  921. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/sessions.js.map +1 -0
  922. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/sessions.mjs +153 -0
  923. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/sessions.mjs.map +1 -0
  924. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/events.d.mts +64 -0
  925. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/events.d.mts.map +1 -0
  926. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/events.d.ts +64 -0
  927. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/events.d.ts.map +1 -0
  928. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/events.js +60 -0
  929. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/events.js.map +1 -0
  930. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/events.mjs +56 -0
  931. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/events.mjs.map +1 -0
  932. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/index.d.mts +3 -0
  933. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/index.d.mts.map +1 -0
  934. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/index.d.ts +3 -0
  935. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/index.d.ts.map +1 -0
  936. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/index.js +9 -0
  937. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/index.js.map +1 -0
  938. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/index.mjs +4 -0
  939. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/index.mjs.map +1 -0
  940. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/threads.d.mts +183 -0
  941. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/threads.d.mts.map +1 -0
  942. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/threads.d.ts +183 -0
  943. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/threads.d.ts.map +1 -0
  944. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/threads.js +88 -0
  945. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/threads.js.map +1 -0
  946. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/threads.mjs +83 -0
  947. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/threads.mjs.map +1 -0
  948. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads.d.mts +2 -0
  949. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads.d.mts.map +1 -0
  950. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads.d.ts +2 -0
  951. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads.d.ts.map +1 -0
  952. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads.js +6 -0
  953. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads.js.map +1 -0
  954. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads.mjs +3 -0
  955. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads.mjs.map +1 -0
  956. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions.d.mts +2 -0
  957. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions.d.mts.map +1 -0
  958. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions.d.ts +2 -0
  959. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions.d.ts.map +1 -0
  960. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions.js +6 -0
  961. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions.js.map +1 -0
  962. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions.mjs +3 -0
  963. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions.mjs.map +1 -0
  964. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/index.d.mts +3 -0
  965. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/index.d.mts.map +1 -0
  966. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/index.d.ts +3 -0
  967. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/index.d.ts.map +1 -0
  968. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/index.js +9 -0
  969. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/index.js.map +1 -0
  970. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/index.mjs +4 -0
  971. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/index.mjs.map +1 -0
  972. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/skills.d.mts +249 -0
  973. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/skills.d.mts.map +1 -0
  974. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/skills.d.ts +249 -0
  975. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/skills.d.ts.map +1 -0
  976. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/skills.js +98 -0
  977. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/skills.js.map +1 -0
  978. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/skills.mjs +93 -0
  979. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/skills.mjs.map +1 -0
  980. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/versions.d.mts +284 -0
  981. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/versions.d.mts.map +1 -0
  982. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/versions.d.ts +284 -0
  983. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/versions.d.ts.map +1 -0
  984. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/versions.js +128 -0
  985. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/versions.js.map +1 -0
  986. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/versions.mjs +124 -0
  987. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/versions.mjs.map +1 -0
  988. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills.d.mts +2 -0
  989. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills.d.mts.map +1 -0
  990. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills.d.ts +2 -0
  991. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills.d.ts.map +1 -0
  992. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills.js +6 -0
  993. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills.js.map +1 -0
  994. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills.mjs +3 -0
  995. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills.mjs.map +1 -0
  996. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/user-profiles.d.mts +223 -0
  997. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/user-profiles.d.mts.map +1 -0
  998. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/user-profiles.d.ts +223 -0
  999. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/user-profiles.d.ts.map +1 -0
  1000. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/user-profiles.js +118 -0
  1001. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/user-profiles.js.map +1 -0
  1002. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/user-profiles.mjs +114 -0
  1003. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/user-profiles.mjs.map +1 -0
  1004. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/credentials.d.mts +572 -0
  1005. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/credentials.d.mts.map +1 -0
  1006. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/credentials.d.ts +572 -0
  1007. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/credentials.d.ts.map +1 -0
  1008. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/credentials.js +177 -0
  1009. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/credentials.js.map +1 -0
  1010. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/credentials.mjs +173 -0
  1011. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/credentials.mjs.map +1 -0
  1012. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/index.d.mts +3 -0
  1013. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/index.d.mts.map +1 -0
  1014. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/index.d.ts +3 -0
  1015. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/index.d.ts.map +1 -0
  1016. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/index.js +9 -0
  1017. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/index.js.map +1 -0
  1018. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/index.mjs +4 -0
  1019. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/index.mjs.map +1 -0
  1020. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/vaults.d.mts +192 -0
  1021. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/vaults.d.mts.map +1 -0
  1022. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/vaults.d.ts +192 -0
  1023. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/vaults.d.ts.map +1 -0
  1024. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/vaults.js +149 -0
  1025. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/vaults.js.map +1 -0
  1026. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/vaults.mjs +144 -0
  1027. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/vaults.mjs.map +1 -0
  1028. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults.d.mts +2 -0
  1029. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults.d.mts.map +1 -0
  1030. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults.d.ts +2 -0
  1031. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults.d.ts.map +1 -0
  1032. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults.js +6 -0
  1033. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults.js.map +1 -0
  1034. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults.mjs +3 -0
  1035. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults.mjs.map +1 -0
  1036. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/webhooks.d.mts +256 -0
  1037. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/webhooks.d.mts.map +1 -0
  1038. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/webhooks.d.ts +256 -0
  1039. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/webhooks.d.ts.map +1 -0
  1040. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/webhooks.js +20 -0
  1041. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/webhooks.js.map +1 -0
  1042. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/webhooks.mjs +16 -0
  1043. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/webhooks.mjs.map +1 -0
  1044. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta.d.mts +2 -0
  1045. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta.d.mts.map +1 -0
  1046. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta.d.ts +2 -0
  1047. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta.d.ts.map +1 -0
  1048. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta.js +6 -0
  1049. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta.js.map +1 -0
  1050. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta.mjs +3 -0
  1051. package/scripts/node_modules/@anthropic-ai/sdk/resources/beta.mjs.map +1 -0
  1052. package/scripts/node_modules/@anthropic-ai/sdk/resources/completions.d.mts +168 -0
  1053. package/scripts/node_modules/@anthropic-ai/sdk/resources/completions.d.mts.map +1 -0
  1054. package/scripts/node_modules/@anthropic-ai/sdk/resources/completions.d.ts +168 -0
  1055. package/scripts/node_modules/@anthropic-ai/sdk/resources/completions.d.ts.map +1 -0
  1056. package/scripts/node_modules/@anthropic-ai/sdk/resources/completions.js +23 -0
  1057. package/scripts/node_modules/@anthropic-ai/sdk/resources/completions.js.map +1 -0
  1058. package/scripts/node_modules/@anthropic-ai/sdk/resources/completions.mjs +19 -0
  1059. package/scripts/node_modules/@anthropic-ai/sdk/resources/completions.mjs.map +1 -0
  1060. package/scripts/node_modules/@anthropic-ai/sdk/resources/index.d.mts +6 -0
  1061. package/scripts/node_modules/@anthropic-ai/sdk/resources/index.d.mts.map +1 -0
  1062. package/scripts/node_modules/@anthropic-ai/sdk/resources/index.d.ts +6 -0
  1063. package/scripts/node_modules/@anthropic-ai/sdk/resources/index.d.ts.map +1 -0
  1064. package/scripts/node_modules/@anthropic-ai/sdk/resources/index.js +15 -0
  1065. package/scripts/node_modules/@anthropic-ai/sdk/resources/index.js.map +1 -0
  1066. package/scripts/node_modules/@anthropic-ai/sdk/resources/index.mjs +7 -0
  1067. package/scripts/node_modules/@anthropic-ai/sdk/resources/index.mjs.map +1 -0
  1068. package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/batches.d.mts +304 -0
  1069. package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/batches.d.mts.map +1 -0
  1070. package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/batches.d.ts +304 -0
  1071. package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/batches.d.ts.map +1 -0
  1072. package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/batches.js +153 -0
  1073. package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/batches.js.map +1 -0
  1074. package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/batches.mjs +149 -0
  1075. package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/batches.mjs.map +1 -0
  1076. package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/index.d.mts +3 -0
  1077. package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/index.d.mts.map +1 -0
  1078. package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/index.d.ts +3 -0
  1079. package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/index.d.ts.map +1 -0
  1080. package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/index.js +9 -0
  1081. package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/index.js.map +1 -0
  1082. package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/index.mjs +4 -0
  1083. package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/index.mjs.map +1 -0
  1084. package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/messages.d.mts +2414 -0
  1085. package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/messages.d.mts.map +1 -0
  1086. package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/messages.d.ts +2414 -0
  1087. package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/messages.d.ts.map +1 -0
  1088. package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/messages.js +132 -0
  1089. package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/messages.js.map +1 -0
  1090. package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/messages.mjs +127 -0
  1091. package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/messages.mjs.map +1 -0
  1092. package/scripts/node_modules/@anthropic-ai/sdk/resources/messages.d.mts +2 -0
  1093. package/scripts/node_modules/@anthropic-ai/sdk/resources/messages.d.mts.map +1 -0
  1094. package/scripts/node_modules/@anthropic-ai/sdk/resources/messages.d.ts +2 -0
  1095. package/scripts/node_modules/@anthropic-ai/sdk/resources/messages.d.ts.map +1 -0
  1096. package/scripts/node_modules/@anthropic-ai/sdk/resources/messages.js +6 -0
  1097. package/scripts/node_modules/@anthropic-ai/sdk/resources/messages.js.map +1 -0
  1098. package/scripts/node_modules/@anthropic-ai/sdk/resources/messages.mjs +3 -0
  1099. package/scripts/node_modules/@anthropic-ai/sdk/resources/messages.mjs.map +1 -0
  1100. package/scripts/node_modules/@anthropic-ai/sdk/resources/models.d.mts +197 -0
  1101. package/scripts/node_modules/@anthropic-ai/sdk/resources/models.d.mts.map +1 -0
  1102. package/scripts/node_modules/@anthropic-ai/sdk/resources/models.d.ts +197 -0
  1103. package/scripts/node_modules/@anthropic-ai/sdk/resources/models.d.ts.map +1 -0
  1104. package/scripts/node_modules/@anthropic-ai/sdk/resources/models.js +45 -0
  1105. package/scripts/node_modules/@anthropic-ai/sdk/resources/models.js.map +1 -0
  1106. package/scripts/node_modules/@anthropic-ai/sdk/resources/models.mjs +41 -0
  1107. package/scripts/node_modules/@anthropic-ai/sdk/resources/models.mjs.map +1 -0
  1108. package/scripts/node_modules/@anthropic-ai/sdk/resources/shared.d.mts +44 -0
  1109. package/scripts/node_modules/@anthropic-ai/sdk/resources/shared.d.mts.map +1 -0
  1110. package/scripts/node_modules/@anthropic-ai/sdk/resources/shared.d.ts +44 -0
  1111. package/scripts/node_modules/@anthropic-ai/sdk/resources/shared.d.ts.map +1 -0
  1112. package/scripts/node_modules/@anthropic-ai/sdk/resources/shared.js +4 -0
  1113. package/scripts/node_modules/@anthropic-ai/sdk/resources/shared.js.map +1 -0
  1114. package/scripts/node_modules/@anthropic-ai/sdk/resources/shared.mjs +3 -0
  1115. package/scripts/node_modules/@anthropic-ai/sdk/resources/shared.mjs.map +1 -0
  1116. package/scripts/node_modules/@anthropic-ai/sdk/resources/top-level.d.mts +2 -0
  1117. package/scripts/node_modules/@anthropic-ai/sdk/resources/top-level.d.mts.map +1 -0
  1118. package/scripts/node_modules/@anthropic-ai/sdk/resources/top-level.d.ts +2 -0
  1119. package/scripts/node_modules/@anthropic-ai/sdk/resources/top-level.d.ts.map +1 -0
  1120. package/scripts/node_modules/@anthropic-ai/sdk/resources/top-level.js +4 -0
  1121. package/scripts/node_modules/@anthropic-ai/sdk/resources/top-level.js.map +1 -0
  1122. package/scripts/node_modules/@anthropic-ai/sdk/resources/top-level.mjs +3 -0
  1123. package/scripts/node_modules/@anthropic-ai/sdk/resources/top-level.mjs.map +1 -0
  1124. package/scripts/node_modules/@anthropic-ai/sdk/resources.d.mts +2 -0
  1125. package/scripts/node_modules/@anthropic-ai/sdk/resources.d.mts.map +1 -0
  1126. package/scripts/node_modules/@anthropic-ai/sdk/resources.d.ts +2 -0
  1127. package/scripts/node_modules/@anthropic-ai/sdk/resources.d.ts.map +1 -0
  1128. package/scripts/node_modules/@anthropic-ai/sdk/resources.js +5 -0
  1129. package/scripts/node_modules/@anthropic-ai/sdk/resources.js.map +1 -0
  1130. package/scripts/node_modules/@anthropic-ai/sdk/resources.mjs +2 -0
  1131. package/scripts/node_modules/@anthropic-ai/sdk/resources.mjs.map +1 -0
  1132. package/scripts/node_modules/@anthropic-ai/sdk/src/_vendor/partial-json-parser/README.md +3 -0
  1133. package/scripts/node_modules/@anthropic-ai/sdk/src/_vendor/partial-json-parser/parser.ts +264 -0
  1134. package/scripts/node_modules/@anthropic-ai/sdk/src/api-promise.ts +2 -0
  1135. package/scripts/node_modules/@anthropic-ai/sdk/src/client.ts +1678 -0
  1136. package/scripts/node_modules/@anthropic-ai/sdk/src/core/README.md +3 -0
  1137. package/scripts/node_modules/@anthropic-ai/sdk/src/core/api-promise.ts +101 -0
  1138. package/scripts/node_modules/@anthropic-ai/sdk/src/core/credentials.ts +379 -0
  1139. package/scripts/node_modules/@anthropic-ai/sdk/src/core/error.ts +145 -0
  1140. package/scripts/node_modules/@anthropic-ai/sdk/src/core/pagination.ts +318 -0
  1141. package/scripts/node_modules/@anthropic-ai/sdk/src/core/resource.ts +11 -0
  1142. package/scripts/node_modules/@anthropic-ai/sdk/src/core/streaming.ts +385 -0
  1143. package/scripts/node_modules/@anthropic-ai/sdk/src/core/uploads.ts +2 -0
  1144. package/scripts/node_modules/@anthropic-ai/sdk/src/error.ts +2 -0
  1145. package/scripts/node_modules/@anthropic-ai/sdk/src/helpers/beta/environments.ts +33 -0
  1146. package/scripts/node_modules/@anthropic-ai/sdk/src/helpers/beta/json-schema.ts +85 -0
  1147. package/scripts/node_modules/@anthropic-ai/sdk/src/helpers/beta/mcp.ts +624 -0
  1148. package/scripts/node_modules/@anthropic-ai/sdk/src/helpers/beta/memory.ts +28 -0
  1149. package/scripts/node_modules/@anthropic-ai/sdk/src/helpers/beta/zod.ts +81 -0
  1150. package/scripts/node_modules/@anthropic-ai/sdk/src/helpers/index.ts +2 -0
  1151. package/scripts/node_modules/@anthropic-ai/sdk/src/helpers/json-schema.ts +48 -0
  1152. package/scripts/node_modules/@anthropic-ai/sdk/src/helpers/zod.ts +57 -0
  1153. package/scripts/node_modules/@anthropic-ai/sdk/src/index.ts +31 -0
  1154. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/README.md +3 -0
  1155. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/builtin-types.ts +93 -0
  1156. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/constants.ts +15 -0
  1157. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/decoders/jsonl.ts +48 -0
  1158. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/decoders/line.ts +135 -0
  1159. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/detect-platform.ts +196 -0
  1160. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/errors.ts +33 -0
  1161. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/headers.ts +99 -0
  1162. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/parse.ts +90 -0
  1163. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/qs/LICENSE.md +13 -0
  1164. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/qs/README.md +3 -0
  1165. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/qs/formats.ts +10 -0
  1166. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/qs/index.ts +13 -0
  1167. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/qs/stringify.ts +385 -0
  1168. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/qs/types.ts +71 -0
  1169. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/qs/utils.ts +265 -0
  1170. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/request-options.ts +93 -0
  1171. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/shim-types.ts +26 -0
  1172. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/shims.ts +107 -0
  1173. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/stream-utils.ts +32 -0
  1174. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/to-file.ts +159 -0
  1175. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/types.ts +93 -0
  1176. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/uploads.ts +204 -0
  1177. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/utils/abort.ts +21 -0
  1178. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/utils/async-queue.ts +66 -0
  1179. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/utils/backoff.ts +41 -0
  1180. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/utils/base64.ts +40 -0
  1181. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/utils/bytes.ts +32 -0
  1182. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/utils/env.ts +18 -0
  1183. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/utils/log.ts +128 -0
  1184. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/utils/path.ts +88 -0
  1185. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/utils/promise.ts +18 -0
  1186. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/utils/query.ts +7 -0
  1187. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/utils/sleep.ts +26 -0
  1188. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/utils/time.ts +4 -0
  1189. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/utils/uuid.ts +17 -0
  1190. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/utils/values.ts +112 -0
  1191. package/scripts/node_modules/@anthropic-ai/sdk/src/internal/utils.ts +9 -0
  1192. package/scripts/node_modules/@anthropic-ai/sdk/src/lib/.keep +4 -0
  1193. package/scripts/node_modules/@anthropic-ai/sdk/src/lib/BetaMessageStream.ts +765 -0
  1194. package/scripts/node_modules/@anthropic-ai/sdk/src/lib/MessageStream.ts +746 -0
  1195. package/scripts/node_modules/@anthropic-ai/sdk/src/lib/beta-parser.ts +148 -0
  1196. package/scripts/node_modules/@anthropic-ai/sdk/src/lib/credentials/credential-chain.ts +292 -0
  1197. package/scripts/node_modules/@anthropic-ai/sdk/src/lib/credentials/identity-token.ts +37 -0
  1198. package/scripts/node_modules/@anthropic-ai/sdk/src/lib/credentials/oidc-federation.ts +140 -0
  1199. package/scripts/node_modules/@anthropic-ai/sdk/src/lib/credentials/token-cache.ts +130 -0
  1200. package/scripts/node_modules/@anthropic-ai/sdk/src/lib/credentials/types.ts +295 -0
  1201. package/scripts/node_modules/@anthropic-ai/sdk/src/lib/credentials/user-oauth.ts +144 -0
  1202. package/scripts/node_modules/@anthropic-ai/sdk/src/lib/credentials.ts +3 -0
  1203. package/scripts/node_modules/@anthropic-ai/sdk/src/lib/environments/index.ts +23 -0
  1204. package/scripts/node_modules/@anthropic-ai/sdk/src/lib/environments/poller.ts +253 -0
  1205. package/scripts/node_modules/@anthropic-ai/sdk/src/lib/environments/worker.ts +400 -0
  1206. package/scripts/node_modules/@anthropic-ai/sdk/src/lib/helper-client.ts +89 -0
  1207. package/scripts/node_modules/@anthropic-ai/sdk/src/lib/parser.ts +125 -0
  1208. package/scripts/node_modules/@anthropic-ai/sdk/src/lib/stainless-helper-header.ts +80 -0
  1209. package/scripts/node_modules/@anthropic-ai/sdk/src/lib/tools/BetaRunnableTool.ts +130 -0
  1210. package/scripts/node_modules/@anthropic-ai/sdk/src/lib/tools/BetaToolRunner.ts +524 -0
  1211. package/scripts/node_modules/@anthropic-ai/sdk/src/lib/tools/CompactionControl.ts +57 -0
  1212. package/scripts/node_modules/@anthropic-ai/sdk/src/lib/tools/SessionToolRunner.ts +610 -0
  1213. package/scripts/node_modules/@anthropic-ai/sdk/src/lib/tools/ToolError.ts +47 -0
  1214. package/scripts/node_modules/@anthropic-ai/sdk/src/lib/tools/ToolRunner.ts +381 -0
  1215. package/scripts/node_modules/@anthropic-ai/sdk/src/lib/transform-json-schema.ts +124 -0
  1216. package/scripts/node_modules/@anthropic-ai/sdk/src/pagination.ts +2 -0
  1217. package/scripts/node_modules/@anthropic-ai/sdk/src/resource.ts +2 -0
  1218. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/agents/agents.ts +1063 -0
  1219. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/agents/index.ts +51 -0
  1220. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/agents/versions.ts +58 -0
  1221. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/agents.ts +3 -0
  1222. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/beta.ts +1006 -0
  1223. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/environments/environments.ts +625 -0
  1224. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/environments/index.ts +42 -0
  1225. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/environments/work.ts +697 -0
  1226. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/environments.ts +3 -0
  1227. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/files.ts +286 -0
  1228. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/index.ts +445 -0
  1229. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/memory-stores/index.ts +47 -0
  1230. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/memory-stores/memories.ts +514 -0
  1231. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/memory-stores/memory-stores.ts +418 -0
  1232. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/memory-stores/memory-versions.ts +342 -0
  1233. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/memory-stores.ts +3 -0
  1234. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/messages/batches.ts +828 -0
  1235. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/messages/index.ts +251 -0
  1236. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/messages/messages.ts +4881 -0
  1237. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/messages.ts +3 -0
  1238. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/models.ts +289 -0
  1239. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/sessions/events.ts +1958 -0
  1240. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/sessions/index.ts +139 -0
  1241. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/sessions/resources.ts +370 -0
  1242. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/sessions/sessions.ts +1066 -0
  1243. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/sessions/threads/events.ts +107 -0
  1244. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/sessions/threads/index.ts +15 -0
  1245. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/sessions/threads/threads.ts +311 -0
  1246. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/sessions/threads.ts +3 -0
  1247. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/sessions.ts +3 -0
  1248. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/skills/index.ts +27 -0
  1249. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/skills/skills.ts +386 -0
  1250. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/skills/versions.ts +419 -0
  1251. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/skills.ts +3 -0
  1252. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/user-profiles.ts +325 -0
  1253. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/vaults/credentials.ts +813 -0
  1254. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/vaults/index.ts +49 -0
  1255. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/vaults/vaults.ts +375 -0
  1256. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/vaults.ts +3 -0
  1257. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/webhooks.ts +417 -0
  1258. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta.ts +3 -0
  1259. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/completions.ts +216 -0
  1260. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/index.ts +208 -0
  1261. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/messages/batches.ts +396 -0
  1262. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/messages/index.ts +191 -0
  1263. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/messages/messages.ts +3506 -0
  1264. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/messages.ts +3 -0
  1265. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/models.ts +274 -0
  1266. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/shared.ts +85 -0
  1267. package/scripts/node_modules/@anthropic-ai/sdk/src/resources/top-level.ts +3 -0
  1268. package/scripts/node_modules/@anthropic-ai/sdk/src/resources.ts +1 -0
  1269. package/scripts/node_modules/@anthropic-ai/sdk/src/streaming.ts +2 -0
  1270. package/scripts/node_modules/@anthropic-ai/sdk/src/tools/agent-toolset/fs-util.ts +154 -0
  1271. package/scripts/node_modules/@anthropic-ai/sdk/src/tools/agent-toolset/node.ts +800 -0
  1272. package/scripts/node_modules/@anthropic-ai/sdk/src/tools/agent-toolset/skills.ts +256 -0
  1273. package/scripts/node_modules/@anthropic-ai/sdk/src/tools/memory/node.ts +400 -0
  1274. package/scripts/node_modules/@anthropic-ai/sdk/src/tsconfig.json +11 -0
  1275. package/scripts/node_modules/@anthropic-ai/sdk/src/uploads.ts +2 -0
  1276. package/scripts/node_modules/@anthropic-ai/sdk/src/version.ts +1 -0
  1277. package/scripts/node_modules/@anthropic-ai/sdk/streaming.d.mts +3 -0
  1278. package/scripts/node_modules/@anthropic-ai/sdk/streaming.d.mts.map +1 -0
  1279. package/scripts/node_modules/@anthropic-ai/sdk/streaming.d.ts +3 -0
  1280. package/scripts/node_modules/@anthropic-ai/sdk/streaming.d.ts.map +1 -0
  1281. package/scripts/node_modules/@anthropic-ai/sdk/streaming.js +6 -0
  1282. package/scripts/node_modules/@anthropic-ai/sdk/streaming.js.map +1 -0
  1283. package/scripts/node_modules/@anthropic-ai/sdk/streaming.mjs +3 -0
  1284. package/scripts/node_modules/@anthropic-ai/sdk/streaming.mjs.map +1 -0
  1285. package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/fs-util.d.mts +49 -0
  1286. package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/fs-util.d.mts.map +1 -0
  1287. package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/fs-util.d.ts +49 -0
  1288. package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/fs-util.d.ts.map +1 -0
  1289. package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/fs-util.js +159 -0
  1290. package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/fs-util.js.map +1 -0
  1291. package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/fs-util.mjs +151 -0
  1292. package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/fs-util.mjs.map +1 -0
  1293. package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/node.d.mts +148 -0
  1294. package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/node.d.mts.map +1 -0
  1295. package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/node.d.ts +148 -0
  1296. package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/node.d.ts.map +1 -0
  1297. package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/node.js +749 -0
  1298. package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/node.js.map +1 -0
  1299. package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/node.mjs +734 -0
  1300. package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/node.mjs.map +1 -0
  1301. package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/skills.d.mts +50 -0
  1302. package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/skills.d.mts.map +1 -0
  1303. package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/skills.d.ts +50 -0
  1304. package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/skills.d.ts.map +1 -0
  1305. package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/skills.js +249 -0
  1306. package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/skills.js.map +1 -0
  1307. package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/skills.mjs +243 -0
  1308. package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/skills.mjs.map +1 -0
  1309. package/scripts/node_modules/@anthropic-ai/sdk/tools/memory/node.d.mts +18 -0
  1310. package/scripts/node_modules/@anthropic-ai/sdk/tools/memory/node.d.mts.map +1 -0
  1311. package/scripts/node_modules/@anthropic-ai/sdk/tools/memory/node.d.ts +18 -0
  1312. package/scripts/node_modules/@anthropic-ai/sdk/tools/memory/node.d.ts.map +1 -0
  1313. package/scripts/node_modules/@anthropic-ai/sdk/tools/memory/node.js +331 -0
  1314. package/scripts/node_modules/@anthropic-ai/sdk/tools/memory/node.js.map +1 -0
  1315. package/scripts/node_modules/@anthropic-ai/sdk/tools/memory/node.mjs +325 -0
  1316. package/scripts/node_modules/@anthropic-ai/sdk/tools/memory/node.mjs.map +1 -0
  1317. package/scripts/node_modules/@anthropic-ai/sdk/uploads.d.mts +3 -0
  1318. package/scripts/node_modules/@anthropic-ai/sdk/uploads.d.mts.map +1 -0
  1319. package/scripts/node_modules/@anthropic-ai/sdk/uploads.d.ts +3 -0
  1320. package/scripts/node_modules/@anthropic-ai/sdk/uploads.d.ts.map +1 -0
  1321. package/scripts/node_modules/@anthropic-ai/sdk/uploads.js +6 -0
  1322. package/scripts/node_modules/@anthropic-ai/sdk/uploads.js.map +1 -0
  1323. package/scripts/node_modules/@anthropic-ai/sdk/uploads.mjs +3 -0
  1324. package/scripts/node_modules/@anthropic-ai/sdk/uploads.mjs.map +1 -0
  1325. package/scripts/node_modules/@anthropic-ai/sdk/version.d.mts +2 -0
  1326. package/scripts/node_modules/@anthropic-ai/sdk/version.d.mts.map +1 -0
  1327. package/scripts/node_modules/@anthropic-ai/sdk/version.d.ts +2 -0
  1328. package/scripts/node_modules/@anthropic-ai/sdk/version.d.ts.map +1 -0
  1329. package/scripts/node_modules/@anthropic-ai/sdk/version.js +5 -0
  1330. package/scripts/node_modules/@anthropic-ai/sdk/version.js.map +1 -0
  1331. package/scripts/node_modules/@anthropic-ai/sdk/version.mjs +2 -0
  1332. package/scripts/node_modules/@anthropic-ai/sdk/version.mjs.map +1 -0
  1333. package/scripts/node_modules/@babel/runtime/LICENSE +22 -0
  1334. package/scripts/node_modules/@babel/runtime/README.md +19 -0
  1335. package/scripts/node_modules/@babel/runtime/helpers/AwaitValue.js +4 -0
  1336. package/scripts/node_modules/@babel/runtime/helpers/OverloadYield.js +4 -0
  1337. package/scripts/node_modules/@babel/runtime/helpers/applyDecoratedDescriptor.js +9 -0
  1338. package/scripts/node_modules/@babel/runtime/helpers/applyDecs.js +236 -0
  1339. package/scripts/node_modules/@babel/runtime/helpers/applyDecs2203.js +184 -0
  1340. package/scripts/node_modules/@babel/runtime/helpers/applyDecs2203R.js +191 -0
  1341. package/scripts/node_modules/@babel/runtime/helpers/applyDecs2301.js +222 -0
  1342. package/scripts/node_modules/@babel/runtime/helpers/applyDecs2305.js +133 -0
  1343. package/scripts/node_modules/@babel/runtime/helpers/applyDecs2311.js +124 -0
  1344. package/scripts/node_modules/@babel/runtime/helpers/arrayLikeToArray.js +6 -0
  1345. package/scripts/node_modules/@babel/runtime/helpers/arrayWithHoles.js +4 -0
  1346. package/scripts/node_modules/@babel/runtime/helpers/arrayWithoutHoles.js +5 -0
  1347. package/scripts/node_modules/@babel/runtime/helpers/assertClassBrand.js +5 -0
  1348. package/scripts/node_modules/@babel/runtime/helpers/assertThisInitialized.js +5 -0
  1349. package/scripts/node_modules/@babel/runtime/helpers/asyncGeneratorDelegate.js +24 -0
  1350. package/scripts/node_modules/@babel/runtime/helpers/asyncIterator.js +45 -0
  1351. package/scripts/node_modules/@babel/runtime/helpers/asyncToGenerator.js +26 -0
  1352. package/scripts/node_modules/@babel/runtime/helpers/awaitAsyncGenerator.js +5 -0
  1353. package/scripts/node_modules/@babel/runtime/helpers/callSuper.js +7 -0
  1354. package/scripts/node_modules/@babel/runtime/helpers/checkInRHS.js +6 -0
  1355. package/scripts/node_modules/@babel/runtime/helpers/checkPrivateRedeclaration.js +4 -0
  1356. package/scripts/node_modules/@babel/runtime/helpers/classApplyDescriptorDestructureSet.js +10 -0
  1357. package/scripts/node_modules/@babel/runtime/helpers/classApplyDescriptorGet.js +4 -0
  1358. package/scripts/node_modules/@babel/runtime/helpers/classApplyDescriptorSet.js +7 -0
  1359. package/scripts/node_modules/@babel/runtime/helpers/classCallCheck.js +4 -0
  1360. package/scripts/node_modules/@babel/runtime/helpers/classCheckPrivateStaticAccess.js +5 -0
  1361. package/scripts/node_modules/@babel/runtime/helpers/classCheckPrivateStaticFieldDescriptor.js +4 -0
  1362. package/scripts/node_modules/@babel/runtime/helpers/classExtractFieldDescriptor.js +5 -0
  1363. package/scripts/node_modules/@babel/runtime/helpers/classNameTDZError.js +4 -0
  1364. package/scripts/node_modules/@babel/runtime/helpers/classPrivateFieldDestructureSet.js +7 -0
  1365. package/scripts/node_modules/@babel/runtime/helpers/classPrivateFieldGet.js +7 -0
  1366. package/scripts/node_modules/@babel/runtime/helpers/classPrivateFieldGet2.js +5 -0
  1367. package/scripts/node_modules/@babel/runtime/helpers/classPrivateFieldInitSpec.js +5 -0
  1368. package/scripts/node_modules/@babel/runtime/helpers/classPrivateFieldLooseBase.js +5 -0
  1369. package/scripts/node_modules/@babel/runtime/helpers/classPrivateFieldLooseKey.js +5 -0
  1370. package/scripts/node_modules/@babel/runtime/helpers/classPrivateFieldSet.js +7 -0
  1371. package/scripts/node_modules/@babel/runtime/helpers/classPrivateFieldSet2.js +5 -0
  1372. package/scripts/node_modules/@babel/runtime/helpers/classPrivateGetter.js +5 -0
  1373. package/scripts/node_modules/@babel/runtime/helpers/classPrivateMethodGet.js +5 -0
  1374. package/scripts/node_modules/@babel/runtime/helpers/classPrivateMethodInitSpec.js +5 -0
  1375. package/scripts/node_modules/@babel/runtime/helpers/classPrivateMethodSet.js +4 -0
  1376. package/scripts/node_modules/@babel/runtime/helpers/classPrivateSetter.js +5 -0
  1377. package/scripts/node_modules/@babel/runtime/helpers/classStaticPrivateFieldDestructureSet.js +7 -0
  1378. package/scripts/node_modules/@babel/runtime/helpers/classStaticPrivateFieldSpecGet.js +7 -0
  1379. package/scripts/node_modules/@babel/runtime/helpers/classStaticPrivateFieldSpecSet.js +7 -0
  1380. package/scripts/node_modules/@babel/runtime/helpers/classStaticPrivateMethodGet.js +5 -0
  1381. package/scripts/node_modules/@babel/runtime/helpers/classStaticPrivateMethodSet.js +4 -0
  1382. package/scripts/node_modules/@babel/runtime/helpers/construct.js +10 -0
  1383. package/scripts/node_modules/@babel/runtime/helpers/createClass.js +13 -0
  1384. package/scripts/node_modules/@babel/runtime/helpers/createForOfIteratorHelper.js +50 -0
  1385. package/scripts/node_modules/@babel/runtime/helpers/createForOfIteratorHelperLoose.js +19 -0
  1386. package/scripts/node_modules/@babel/runtime/helpers/createSuper.js +16 -0
  1387. package/scripts/node_modules/@babel/runtime/helpers/decorate.js +250 -0
  1388. package/scripts/node_modules/@babel/runtime/helpers/defaults.js +9 -0
  1389. package/scripts/node_modules/@babel/runtime/helpers/defineAccessor.js +8 -0
  1390. package/scripts/node_modules/@babel/runtime/helpers/defineEnumerableProperties.js +12 -0
  1391. package/scripts/node_modules/@babel/runtime/helpers/defineProperty.js +10 -0
  1392. package/scripts/node_modules/@babel/runtime/helpers/dispose.js +28 -0
  1393. package/scripts/node_modules/@babel/runtime/helpers/esm/AwaitValue.js +4 -0
  1394. package/scripts/node_modules/@babel/runtime/helpers/esm/OverloadYield.js +4 -0
  1395. package/scripts/node_modules/@babel/runtime/helpers/esm/applyDecoratedDescriptor.js +9 -0
  1396. package/scripts/node_modules/@babel/runtime/helpers/esm/applyDecs.js +236 -0
  1397. package/scripts/node_modules/@babel/runtime/helpers/esm/applyDecs2203.js +184 -0
  1398. package/scripts/node_modules/@babel/runtime/helpers/esm/applyDecs2203R.js +191 -0
  1399. package/scripts/node_modules/@babel/runtime/helpers/esm/applyDecs2301.js +222 -0
  1400. package/scripts/node_modules/@babel/runtime/helpers/esm/applyDecs2305.js +133 -0
  1401. package/scripts/node_modules/@babel/runtime/helpers/esm/applyDecs2311.js +124 -0
  1402. package/scripts/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js +6 -0
  1403. package/scripts/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js +4 -0
  1404. package/scripts/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js +5 -0
  1405. package/scripts/node_modules/@babel/runtime/helpers/esm/assertClassBrand.js +5 -0
  1406. package/scripts/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js +5 -0
  1407. package/scripts/node_modules/@babel/runtime/helpers/esm/asyncGeneratorDelegate.js +24 -0
  1408. package/scripts/node_modules/@babel/runtime/helpers/esm/asyncIterator.js +45 -0
  1409. package/scripts/node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js +26 -0
  1410. package/scripts/node_modules/@babel/runtime/helpers/esm/awaitAsyncGenerator.js +5 -0
  1411. package/scripts/node_modules/@babel/runtime/helpers/esm/callSuper.js +7 -0
  1412. package/scripts/node_modules/@babel/runtime/helpers/esm/checkInRHS.js +6 -0
  1413. package/scripts/node_modules/@babel/runtime/helpers/esm/checkPrivateRedeclaration.js +4 -0
  1414. package/scripts/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorDestructureSet.js +10 -0
  1415. package/scripts/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorGet.js +4 -0
  1416. package/scripts/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorSet.js +7 -0
  1417. package/scripts/node_modules/@babel/runtime/helpers/esm/classCallCheck.js +4 -0
  1418. package/scripts/node_modules/@babel/runtime/helpers/esm/classCheckPrivateStaticAccess.js +5 -0
  1419. package/scripts/node_modules/@babel/runtime/helpers/esm/classCheckPrivateStaticFieldDescriptor.js +4 -0
  1420. package/scripts/node_modules/@babel/runtime/helpers/esm/classExtractFieldDescriptor.js +5 -0
  1421. package/scripts/node_modules/@babel/runtime/helpers/esm/classNameTDZError.js +4 -0
  1422. package/scripts/node_modules/@babel/runtime/helpers/esm/classPrivateFieldDestructureSet.js +7 -0
  1423. package/scripts/node_modules/@babel/runtime/helpers/esm/classPrivateFieldGet.js +7 -0
  1424. package/scripts/node_modules/@babel/runtime/helpers/esm/classPrivateFieldGet2.js +5 -0
  1425. package/scripts/node_modules/@babel/runtime/helpers/esm/classPrivateFieldInitSpec.js +5 -0
  1426. package/scripts/node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseBase.js +5 -0
  1427. package/scripts/node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseKey.js +5 -0
  1428. package/scripts/node_modules/@babel/runtime/helpers/esm/classPrivateFieldSet.js +7 -0
  1429. package/scripts/node_modules/@babel/runtime/helpers/esm/classPrivateFieldSet2.js +5 -0
  1430. package/scripts/node_modules/@babel/runtime/helpers/esm/classPrivateGetter.js +5 -0
  1431. package/scripts/node_modules/@babel/runtime/helpers/esm/classPrivateMethodGet.js +5 -0
  1432. package/scripts/node_modules/@babel/runtime/helpers/esm/classPrivateMethodInitSpec.js +5 -0
  1433. package/scripts/node_modules/@babel/runtime/helpers/esm/classPrivateMethodSet.js +4 -0
  1434. package/scripts/node_modules/@babel/runtime/helpers/esm/classPrivateSetter.js +5 -0
  1435. package/scripts/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldDestructureSet.js +7 -0
  1436. package/scripts/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldSpecGet.js +7 -0
  1437. package/scripts/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldSpecSet.js +7 -0
  1438. package/scripts/node_modules/@babel/runtime/helpers/esm/classStaticPrivateMethodGet.js +5 -0
  1439. package/scripts/node_modules/@babel/runtime/helpers/esm/classStaticPrivateMethodSet.js +4 -0
  1440. package/scripts/node_modules/@babel/runtime/helpers/esm/construct.js +10 -0
  1441. package/scripts/node_modules/@babel/runtime/helpers/esm/createClass.js +13 -0
  1442. package/scripts/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelper.js +50 -0
  1443. package/scripts/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelperLoose.js +19 -0
  1444. package/scripts/node_modules/@babel/runtime/helpers/esm/createSuper.js +16 -0
  1445. package/scripts/node_modules/@babel/runtime/helpers/esm/decorate.js +250 -0
  1446. package/scripts/node_modules/@babel/runtime/helpers/esm/defaults.js +9 -0
  1447. package/scripts/node_modules/@babel/runtime/helpers/esm/defineAccessor.js +8 -0
  1448. package/scripts/node_modules/@babel/runtime/helpers/esm/defineEnumerableProperties.js +12 -0
  1449. package/scripts/node_modules/@babel/runtime/helpers/esm/defineProperty.js +10 -0
  1450. package/scripts/node_modules/@babel/runtime/helpers/esm/dispose.js +28 -0
  1451. package/scripts/node_modules/@babel/runtime/helpers/esm/extends.js +10 -0
  1452. package/scripts/node_modules/@babel/runtime/helpers/esm/get.js +11 -0
  1453. package/scripts/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js +6 -0
  1454. package/scripts/node_modules/@babel/runtime/helpers/esm/identity.js +4 -0
  1455. package/scripts/node_modules/@babel/runtime/helpers/esm/importDeferProxy.js +27 -0
  1456. package/scripts/node_modules/@babel/runtime/helpers/esm/inherits.js +14 -0
  1457. package/scripts/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js +5 -0
  1458. package/scripts/node_modules/@babel/runtime/helpers/esm/initializerDefineProperty.js +9 -0
  1459. package/scripts/node_modules/@babel/runtime/helpers/esm/initializerWarningHelper.js +4 -0
  1460. package/scripts/node_modules/@babel/runtime/helpers/esm/instanceof.js +4 -0
  1461. package/scripts/node_modules/@babel/runtime/helpers/esm/interopRequireDefault.js +6 -0
  1462. package/scripts/node_modules/@babel/runtime/helpers/esm/interopRequireWildcard.js +22 -0
  1463. package/scripts/node_modules/@babel/runtime/helpers/esm/isNativeFunction.js +8 -0
  1464. package/scripts/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js +9 -0
  1465. package/scripts/node_modules/@babel/runtime/helpers/esm/iterableToArray.js +4 -0
  1466. package/scripts/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js +28 -0
  1467. package/scripts/node_modules/@babel/runtime/helpers/esm/jsx.js +22 -0
  1468. package/scripts/node_modules/@babel/runtime/helpers/esm/maybeArrayLike.js +9 -0
  1469. package/scripts/node_modules/@babel/runtime/helpers/esm/newArrowCheck.js +4 -0
  1470. package/scripts/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js +4 -0
  1471. package/scripts/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js +4 -0
  1472. package/scripts/node_modules/@babel/runtime/helpers/esm/nullishReceiverError.js +4 -0
  1473. package/scripts/node_modules/@babel/runtime/helpers/esm/objectDestructuringEmpty.js +4 -0
  1474. package/scripts/node_modules/@babel/runtime/helpers/esm/objectSpread.js +14 -0
  1475. package/scripts/node_modules/@babel/runtime/helpers/esm/objectSpread2.js +23 -0
  1476. package/scripts/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js +13 -0
  1477. package/scripts/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +10 -0
  1478. package/scripts/node_modules/@babel/runtime/helpers/esm/package.json +3 -0
  1479. package/scripts/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js +8 -0
  1480. package/scripts/node_modules/@babel/runtime/helpers/esm/readOnlyError.js +4 -0
  1481. package/scripts/node_modules/@babel/runtime/helpers/esm/regenerator.js +89 -0
  1482. package/scripts/node_modules/@babel/runtime/helpers/esm/regeneratorAsync.js +8 -0
  1483. package/scripts/node_modules/@babel/runtime/helpers/esm/regeneratorAsyncGen.js +6 -0
  1484. package/scripts/node_modules/@babel/runtime/helpers/esm/regeneratorAsyncIterator.js +33 -0
  1485. package/scripts/node_modules/@babel/runtime/helpers/esm/regeneratorDefine.js +22 -0
  1486. package/scripts/node_modules/@babel/runtime/helpers/esm/regeneratorKeys.js +10 -0
  1487. package/scripts/node_modules/@babel/runtime/helpers/esm/regeneratorRuntime.js +77 -0
  1488. package/scripts/node_modules/@babel/runtime/helpers/esm/regeneratorValues.js +19 -0
  1489. package/scripts/node_modules/@babel/runtime/helpers/esm/set.js +22 -0
  1490. package/scripts/node_modules/@babel/runtime/helpers/esm/setFunctionName.js +12 -0
  1491. package/scripts/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js +6 -0
  1492. package/scripts/node_modules/@babel/runtime/helpers/esm/skipFirstGeneratorNext.js +7 -0
  1493. package/scripts/node_modules/@babel/runtime/helpers/esm/slicedToArray.js +8 -0
  1494. package/scripts/node_modules/@babel/runtime/helpers/esm/superPropBase.js +6 -0
  1495. package/scripts/node_modules/@babel/runtime/helpers/esm/superPropGet.js +9 -0
  1496. package/scripts/node_modules/@babel/runtime/helpers/esm/superPropSet.js +6 -0
  1497. package/scripts/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteral.js +8 -0
  1498. package/scripts/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteralLoose.js +4 -0
  1499. package/scripts/node_modules/@babel/runtime/helpers/esm/tdz.js +4 -0
  1500. package/scripts/node_modules/@babel/runtime/helpers/esm/temporalRef.js +6 -0
  1501. package/scripts/node_modules/@babel/runtime/helpers/esm/temporalUndefined.js +2 -0
  1502. package/scripts/node_modules/@babel/runtime/helpers/esm/toArray.js +8 -0
  1503. package/scripts/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js +8 -0
  1504. package/scripts/node_modules/@babel/runtime/helpers/esm/toPrimitive.js +12 -0
  1505. package/scripts/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js +7 -0
  1506. package/scripts/node_modules/@babel/runtime/helpers/esm/toSetter.js +10 -0
  1507. package/scripts/node_modules/@babel/runtime/helpers/esm/tsRewriteRelativeImportExtensions.js +6 -0
  1508. package/scripts/node_modules/@babel/runtime/helpers/esm/typeof.js +10 -0
  1509. package/scripts/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js +9 -0
  1510. package/scripts/node_modules/@babel/runtime/helpers/esm/using.js +12 -0
  1511. package/scripts/node_modules/@babel/runtime/helpers/esm/usingCtx.js +59 -0
  1512. package/scripts/node_modules/@babel/runtime/helpers/esm/wrapAsyncGenerator.js +56 -0
  1513. package/scripts/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js +27 -0
  1514. package/scripts/node_modules/@babel/runtime/helpers/esm/wrapRegExp.js +52 -0
  1515. package/scripts/node_modules/@babel/runtime/helpers/esm/writeOnlyError.js +4 -0
  1516. package/scripts/node_modules/@babel/runtime/helpers/extends.js +10 -0
  1517. package/scripts/node_modules/@babel/runtime/helpers/get.js +11 -0
  1518. package/scripts/node_modules/@babel/runtime/helpers/getPrototypeOf.js +6 -0
  1519. package/scripts/node_modules/@babel/runtime/helpers/identity.js +4 -0
  1520. package/scripts/node_modules/@babel/runtime/helpers/importDeferProxy.js +27 -0
  1521. package/scripts/node_modules/@babel/runtime/helpers/inherits.js +14 -0
  1522. package/scripts/node_modules/@babel/runtime/helpers/inheritsLoose.js +5 -0
  1523. package/scripts/node_modules/@babel/runtime/helpers/initializerDefineProperty.js +9 -0
  1524. package/scripts/node_modules/@babel/runtime/helpers/initializerWarningHelper.js +4 -0
  1525. package/scripts/node_modules/@babel/runtime/helpers/instanceof.js +4 -0
  1526. package/scripts/node_modules/@babel/runtime/helpers/interopRequireDefault.js +6 -0
  1527. package/scripts/node_modules/@babel/runtime/helpers/interopRequireWildcard.js +22 -0
  1528. package/scripts/node_modules/@babel/runtime/helpers/isNativeFunction.js +8 -0
  1529. package/scripts/node_modules/@babel/runtime/helpers/isNativeReflectConstruct.js +9 -0
  1530. package/scripts/node_modules/@babel/runtime/helpers/iterableToArray.js +4 -0
  1531. package/scripts/node_modules/@babel/runtime/helpers/iterableToArrayLimit.js +28 -0
  1532. package/scripts/node_modules/@babel/runtime/helpers/jsx.js +22 -0
  1533. package/scripts/node_modules/@babel/runtime/helpers/maybeArrayLike.js +9 -0
  1534. package/scripts/node_modules/@babel/runtime/helpers/newArrowCheck.js +4 -0
  1535. package/scripts/node_modules/@babel/runtime/helpers/nonIterableRest.js +4 -0
  1536. package/scripts/node_modules/@babel/runtime/helpers/nonIterableSpread.js +4 -0
  1537. package/scripts/node_modules/@babel/runtime/helpers/nullishReceiverError.js +4 -0
  1538. package/scripts/node_modules/@babel/runtime/helpers/objectDestructuringEmpty.js +4 -0
  1539. package/scripts/node_modules/@babel/runtime/helpers/objectSpread.js +14 -0
  1540. package/scripts/node_modules/@babel/runtime/helpers/objectSpread2.js +23 -0
  1541. package/scripts/node_modules/@babel/runtime/helpers/objectWithoutProperties.js +13 -0
  1542. package/scripts/node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js +10 -0
  1543. package/scripts/node_modules/@babel/runtime/helpers/possibleConstructorReturn.js +8 -0
  1544. package/scripts/node_modules/@babel/runtime/helpers/readOnlyError.js +4 -0
  1545. package/scripts/node_modules/@babel/runtime/helpers/regenerator.js +89 -0
  1546. package/scripts/node_modules/@babel/runtime/helpers/regeneratorAsync.js +8 -0
  1547. package/scripts/node_modules/@babel/runtime/helpers/regeneratorAsyncGen.js +6 -0
  1548. package/scripts/node_modules/@babel/runtime/helpers/regeneratorAsyncIterator.js +33 -0
  1549. package/scripts/node_modules/@babel/runtime/helpers/regeneratorDefine.js +22 -0
  1550. package/scripts/node_modules/@babel/runtime/helpers/regeneratorKeys.js +10 -0
  1551. package/scripts/node_modules/@babel/runtime/helpers/regeneratorRuntime.js +77 -0
  1552. package/scripts/node_modules/@babel/runtime/helpers/regeneratorValues.js +19 -0
  1553. package/scripts/node_modules/@babel/runtime/helpers/set.js +22 -0
  1554. package/scripts/node_modules/@babel/runtime/helpers/setFunctionName.js +12 -0
  1555. package/scripts/node_modules/@babel/runtime/helpers/setPrototypeOf.js +6 -0
  1556. package/scripts/node_modules/@babel/runtime/helpers/skipFirstGeneratorNext.js +7 -0
  1557. package/scripts/node_modules/@babel/runtime/helpers/slicedToArray.js +8 -0
  1558. package/scripts/node_modules/@babel/runtime/helpers/superPropBase.js +6 -0
  1559. package/scripts/node_modules/@babel/runtime/helpers/superPropGet.js +9 -0
  1560. package/scripts/node_modules/@babel/runtime/helpers/superPropSet.js +6 -0
  1561. package/scripts/node_modules/@babel/runtime/helpers/taggedTemplateLiteral.js +8 -0
  1562. package/scripts/node_modules/@babel/runtime/helpers/taggedTemplateLiteralLoose.js +4 -0
  1563. package/scripts/node_modules/@babel/runtime/helpers/tdz.js +4 -0
  1564. package/scripts/node_modules/@babel/runtime/helpers/temporalRef.js +6 -0
  1565. package/scripts/node_modules/@babel/runtime/helpers/temporalUndefined.js +2 -0
  1566. package/scripts/node_modules/@babel/runtime/helpers/toArray.js +8 -0
  1567. package/scripts/node_modules/@babel/runtime/helpers/toConsumableArray.js +8 -0
  1568. package/scripts/node_modules/@babel/runtime/helpers/toPrimitive.js +12 -0
  1569. package/scripts/node_modules/@babel/runtime/helpers/toPropertyKey.js +7 -0
  1570. package/scripts/node_modules/@babel/runtime/helpers/toSetter.js +10 -0
  1571. package/scripts/node_modules/@babel/runtime/helpers/tsRewriteRelativeImportExtensions.js +6 -0
  1572. package/scripts/node_modules/@babel/runtime/helpers/typeof.js +10 -0
  1573. package/scripts/node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js +9 -0
  1574. package/scripts/node_modules/@babel/runtime/helpers/using.js +12 -0
  1575. package/scripts/node_modules/@babel/runtime/helpers/usingCtx.js +59 -0
  1576. package/scripts/node_modules/@babel/runtime/helpers/wrapAsyncGenerator.js +56 -0
  1577. package/scripts/node_modules/@babel/runtime/helpers/wrapNativeSuper.js +27 -0
  1578. package/scripts/node_modules/@babel/runtime/helpers/wrapRegExp.js +52 -0
  1579. package/scripts/node_modules/@babel/runtime/helpers/writeOnlyError.js +4 -0
  1580. package/scripts/node_modules/@babel/runtime/package.json +1107 -0
  1581. package/scripts/node_modules/@babel/runtime/regenerator/index.js +15 -0
  1582. package/scripts/node_modules/@stablelib/base64/LICENSE +21 -0
  1583. package/scripts/node_modules/@stablelib/base64/base64.bench.ts +25 -0
  1584. package/scripts/node_modules/@stablelib/base64/base64.test.ts +85 -0
  1585. package/scripts/node_modules/@stablelib/base64/base64.ts +283 -0
  1586. package/scripts/node_modules/@stablelib/base64/lib/base64.bench.d.ts +1 -0
  1587. package/scripts/node_modules/@stablelib/base64/lib/base64.bench.js +23 -0
  1588. package/scripts/node_modules/@stablelib/base64/lib/base64.bench.js.map +1 -0
  1589. package/scripts/node_modules/@stablelib/base64/lib/base64.d.ts +34 -0
  1590. package/scripts/node_modules/@stablelib/base64/lib/base64.js +282 -0
  1591. package/scripts/node_modules/@stablelib/base64/lib/base64.js.map +1 -0
  1592. package/scripts/node_modules/@stablelib/base64/lib/base64.test.d.ts +1 -0
  1593. package/scripts/node_modules/@stablelib/base64/lib/base64.test.js +82 -0
  1594. package/scripts/node_modules/@stablelib/base64/lib/base64.test.js.map +1 -0
  1595. package/scripts/node_modules/@stablelib/base64/package.json +25 -0
  1596. package/scripts/node_modules/@stablelib/base64/tsconfig.json +27 -0
  1597. package/scripts/node_modules/fast-sha256/LICENSE +24 -0
  1598. package/scripts/node_modules/fast-sha256/README.md +127 -0
  1599. package/scripts/node_modules/fast-sha256/package.json +42 -0
  1600. package/scripts/node_modules/fast-sha256/sha256.d.ts +39 -0
  1601. package/scripts/node_modules/fast-sha256/sha256.js +427 -0
  1602. package/scripts/node_modules/fast-sha256/sha256.min.js +1 -0
  1603. package/scripts/node_modules/json-schema-to-ts/LICENSE +21 -0
  1604. package/scripts/node_modules/json-schema-to-ts/README.md +1046 -0
  1605. package/scripts/node_modules/json-schema-to-ts/lib/cjs/definitions/deserializationPattern.js +6 -0
  1606. package/scripts/node_modules/json-schema-to-ts/lib/cjs/definitions/deserializationPattern.js.map +1 -0
  1607. package/scripts/node_modules/json-schema-to-ts/lib/cjs/definitions/extendedJsonSchema.js +6 -0
  1608. package/scripts/node_modules/json-schema-to-ts/lib/cjs/definitions/extendedJsonSchema.js.map +1 -0
  1609. package/scripts/node_modules/json-schema-to-ts/lib/cjs/definitions/fromSchemaOptions.js +6 -0
  1610. package/scripts/node_modules/json-schema-to-ts/lib/cjs/definitions/fromSchemaOptions.js.map +1 -0
  1611. package/scripts/node_modules/json-schema-to-ts/lib/cjs/definitions/index.js +6 -0
  1612. package/scripts/node_modules/json-schema-to-ts/lib/cjs/definitions/index.js.map +1 -0
  1613. package/scripts/node_modules/json-schema-to-ts/lib/cjs/definitions/jsonSchema.js +25 -0
  1614. package/scripts/node_modules/json-schema-to-ts/lib/cjs/definitions/jsonSchema.js.map +1 -0
  1615. package/scripts/node_modules/json-schema-to-ts/lib/cjs/index.js +26 -0
  1616. package/scripts/node_modules/json-schema-to-ts/lib/cjs/index.js.map +1 -0
  1617. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-options.js +6 -0
  1618. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-options.js.map +1 -0
  1619. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/allOf.js +6 -0
  1620. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/allOf.js.map +1 -0
  1621. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/anyOf.js +6 -0
  1622. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/anyOf.js.map +1 -0
  1623. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/array.js +6 -0
  1624. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/array.js.map +1 -0
  1625. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/const.js +6 -0
  1626. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/const.js.map +1 -0
  1627. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/deserialize.js +6 -0
  1628. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/deserialize.js.map +1 -0
  1629. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/enum.js +6 -0
  1630. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/enum.js.map +1 -0
  1631. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/ifThenElse.js +6 -0
  1632. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/ifThenElse.js.map +1 -0
  1633. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/index.js +6 -0
  1634. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/index.js.map +1 -0
  1635. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/multipleTypes.js +6 -0
  1636. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/multipleTypes.js.map +1 -0
  1637. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/not.js +6 -0
  1638. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/not.js.map +1 -0
  1639. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/nullable.js +6 -0
  1640. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/nullable.js.map +1 -0
  1641. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/object.js +6 -0
  1642. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/object.js.map +1 -0
  1643. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/oneOf.js +6 -0
  1644. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/oneOf.js.map +1 -0
  1645. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/references/external.js +6 -0
  1646. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/references/external.js.map +1 -0
  1647. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/references/index.js +6 -0
  1648. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/references/index.js.map +1 -0
  1649. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/references/internal.js +6 -0
  1650. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/references/internal.js.map +1 -0
  1651. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/references/utils.js +6 -0
  1652. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/references/utils.js.map +1 -0
  1653. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/singleType.js +6 -0
  1654. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/singleType.js.map +1 -0
  1655. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/utils.js +6 -0
  1656. package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/utils.js.map +1 -0
  1657. package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/and.js +6 -0
  1658. package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/and.js.map +1 -0
  1659. package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/extends.js +6 -0
  1660. package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/extends.js.map +1 -0
  1661. package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/get.js +6 -0
  1662. package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/get.js.map +1 -0
  1663. package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/if.js +6 -0
  1664. package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/if.js.map +1 -0
  1665. package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/index.js +6 -0
  1666. package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/index.js.map +1 -0
  1667. package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/join.js +6 -0
  1668. package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/join.js.map +1 -0
  1669. package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/key.js +6 -0
  1670. package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/key.js.map +1 -0
  1671. package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/narrow.js +6 -0
  1672. package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/narrow.js.map +1 -0
  1673. package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/not.js +6 -0
  1674. package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/not.js.map +1 -0
  1675. package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/pop.js +6 -0
  1676. package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/pop.js.map +1 -0
  1677. package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/split.js +6 -0
  1678. package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/split.js.map +1 -0
  1679. package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/tail.js +6 -0
  1680. package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/tail.js.map +1 -0
  1681. package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/writable.js +6 -0
  1682. package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/writable.js.map +1 -0
  1683. package/scripts/node_modules/json-schema-to-ts/lib/cjs/utils/asConst.js +26 -0
  1684. package/scripts/node_modules/json-schema-to-ts/lib/cjs/utils/asConst.js.map +1 -0
  1685. package/scripts/node_modules/json-schema-to-ts/lib/cjs/utils/index.js +28 -0
  1686. package/scripts/node_modules/json-schema-to-ts/lib/cjs/utils/index.js.map +1 -0
  1687. package/scripts/node_modules/json-schema-to-ts/lib/cjs/utils/type-guards/compiler.js +52 -0
  1688. package/scripts/node_modules/json-schema-to-ts/lib/cjs/utils/type-guards/compiler.js.map +1 -0
  1689. package/scripts/node_modules/json-schema-to-ts/lib/cjs/utils/type-guards/index.js +22 -0
  1690. package/scripts/node_modules/json-schema-to-ts/lib/cjs/utils/type-guards/index.js.map +1 -0
  1691. package/scripts/node_modules/json-schema-to-ts/lib/cjs/utils/type-guards/validator.js +46 -0
  1692. package/scripts/node_modules/json-schema-to-ts/lib/cjs/utils/type-guards/validator.js.map +1 -0
  1693. package/scripts/node_modules/json-schema-to-ts/lib/esm/definitions/deserializationPattern.js +2 -0
  1694. package/scripts/node_modules/json-schema-to-ts/lib/esm/definitions/deserializationPattern.js.map +1 -0
  1695. package/scripts/node_modules/json-schema-to-ts/lib/esm/definitions/extendedJsonSchema.js +2 -0
  1696. package/scripts/node_modules/json-schema-to-ts/lib/esm/definitions/extendedJsonSchema.js.map +1 -0
  1697. package/scripts/node_modules/json-schema-to-ts/lib/esm/definitions/fromSchemaOptions.js +2 -0
  1698. package/scripts/node_modules/json-schema-to-ts/lib/esm/definitions/fromSchemaOptions.js.map +1 -0
  1699. package/scripts/node_modules/json-schema-to-ts/lib/esm/definitions/index.js +2 -0
  1700. package/scripts/node_modules/json-schema-to-ts/lib/esm/definitions/index.js.map +1 -0
  1701. package/scripts/node_modules/json-schema-to-ts/lib/esm/definitions/jsonSchema.js +17 -0
  1702. package/scripts/node_modules/json-schema-to-ts/lib/esm/definitions/jsonSchema.js.map +1 -0
  1703. package/scripts/node_modules/json-schema-to-ts/lib/esm/index.js +11 -0
  1704. package/scripts/node_modules/json-schema-to-ts/lib/esm/index.js.map +1 -0
  1705. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-options.js +2 -0
  1706. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-options.js.map +1 -0
  1707. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/allOf.js +2 -0
  1708. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/allOf.js.map +1 -0
  1709. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/anyOf.js +2 -0
  1710. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/anyOf.js.map +1 -0
  1711. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/array.js +2 -0
  1712. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/array.js.map +1 -0
  1713. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/const.js +2 -0
  1714. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/const.js.map +1 -0
  1715. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/deserialize.js +2 -0
  1716. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/deserialize.js.map +1 -0
  1717. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/enum.js +2 -0
  1718. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/enum.js.map +1 -0
  1719. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/ifThenElse.js +2 -0
  1720. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/ifThenElse.js.map +1 -0
  1721. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/index.js +2 -0
  1722. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/index.js.map +1 -0
  1723. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/multipleTypes.js +2 -0
  1724. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/multipleTypes.js.map +1 -0
  1725. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/not.js +2 -0
  1726. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/not.js.map +1 -0
  1727. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/nullable.js +2 -0
  1728. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/nullable.js.map +1 -0
  1729. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/object.js +2 -0
  1730. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/object.js.map +1 -0
  1731. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/oneOf.js +2 -0
  1732. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/oneOf.js.map +1 -0
  1733. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/references/external.js +2 -0
  1734. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/references/external.js.map +1 -0
  1735. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/references/index.js +2 -0
  1736. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/references/index.js.map +1 -0
  1737. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/references/internal.js +2 -0
  1738. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/references/internal.js.map +1 -0
  1739. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/references/utils.js +2 -0
  1740. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/references/utils.js.map +1 -0
  1741. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/singleType.js +2 -0
  1742. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/singleType.js.map +1 -0
  1743. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/utils.js +2 -0
  1744. package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/utils.js.map +1 -0
  1745. package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/and.js +2 -0
  1746. package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/and.js.map +1 -0
  1747. package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/extends.js +2 -0
  1748. package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/extends.js.map +1 -0
  1749. package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/get.js +2 -0
  1750. package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/get.js.map +1 -0
  1751. package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/if.js +2 -0
  1752. package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/if.js.map +1 -0
  1753. package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/index.js +2 -0
  1754. package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/index.js.map +1 -0
  1755. package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/join.js +2 -0
  1756. package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/join.js.map +1 -0
  1757. package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/key.js +2 -0
  1758. package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/key.js.map +1 -0
  1759. package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/narrow.js +2 -0
  1760. package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/narrow.js.map +1 -0
  1761. package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/not.js +2 -0
  1762. package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/not.js.map +1 -0
  1763. package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/pop.js +2 -0
  1764. package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/pop.js.map +1 -0
  1765. package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/split.js +2 -0
  1766. package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/split.js.map +1 -0
  1767. package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/tail.js +2 -0
  1768. package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/tail.js.map +1 -0
  1769. package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/writable.js +2 -0
  1770. package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/writable.js.map +1 -0
  1771. package/scripts/node_modules/json-schema-to-ts/lib/esm/utils/asConst.js +17 -0
  1772. package/scripts/node_modules/json-schema-to-ts/lib/esm/utils/asConst.js.map +1 -0
  1773. package/scripts/node_modules/json-schema-to-ts/lib/esm/utils/index.js +3 -0
  1774. package/scripts/node_modules/json-schema-to-ts/lib/esm/utils/index.js.map +1 -0
  1775. package/scripts/node_modules/json-schema-to-ts/lib/esm/utils/type-guards/compiler.js +43 -0
  1776. package/scripts/node_modules/json-schema-to-ts/lib/esm/utils/type-guards/compiler.js.map +1 -0
  1777. package/scripts/node_modules/json-schema-to-ts/lib/esm/utils/type-guards/index.js +3 -0
  1778. package/scripts/node_modules/json-schema-to-ts/lib/esm/utils/type-guards/index.js.map +1 -0
  1779. package/scripts/node_modules/json-schema-to-ts/lib/esm/utils/type-guards/validator.js +37 -0
  1780. package/scripts/node_modules/json-schema-to-ts/lib/esm/utils/type-guards/validator.js.map +1 -0
  1781. package/scripts/node_modules/json-schema-to-ts/lib/types/definitions/deserializationPattern.d.ts +4 -0
  1782. package/scripts/node_modules/json-schema-to-ts/lib/types/definitions/deserializationPattern.js +1 -0
  1783. package/scripts/node_modules/json-schema-to-ts/lib/types/definitions/extendedJsonSchema.d.ts +75 -0
  1784. package/scripts/node_modules/json-schema-to-ts/lib/types/definitions/extendedJsonSchema.js +1 -0
  1785. package/scripts/node_modules/json-schema-to-ts/lib/types/definitions/fromSchemaOptions.d.ts +24 -0
  1786. package/scripts/node_modules/json-schema-to-ts/lib/types/definitions/fromSchemaOptions.js +1 -0
  1787. package/scripts/node_modules/json-schema-to-ts/lib/types/definitions/index.d.ts +4 -0
  1788. package/scripts/node_modules/json-schema-to-ts/lib/types/definitions/index.js +1 -0
  1789. package/scripts/node_modules/json-schema-to-ts/lib/types/definitions/jsonSchema.d.ts +57 -0
  1790. package/scripts/node_modules/json-schema-to-ts/lib/types/definitions/jsonSchema.js +1 -0
  1791. package/scripts/node_modules/json-schema-to-ts/lib/types/index.d.ts +9 -0
  1792. package/scripts/node_modules/json-schema-to-ts/lib/types/index.js +1 -0
  1793. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-options.d.ts +12 -0
  1794. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-options.js +1 -0
  1795. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/allOf.d.ts +13 -0
  1796. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/allOf.js +1 -0
  1797. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/anyOf.d.ts +13 -0
  1798. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/anyOf.js +1 -0
  1799. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/array.d.ts +57 -0
  1800. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/array.js +1 -0
  1801. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/const.d.ts +10 -0
  1802. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/const.js +1 -0
  1803. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/deserialize.d.ts +11 -0
  1804. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/deserialize.js +1 -0
  1805. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/enum.d.ts +10 -0
  1806. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/enum.js +1 -0
  1807. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/ifThenElse.d.ts +14 -0
  1808. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/ifThenElse.js +1 -0
  1809. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/index.d.ts +26 -0
  1810. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/index.js +1 -0
  1811. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/multipleTypes.d.ts +11 -0
  1812. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/multipleTypes.js +1 -0
  1813. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/not.d.ts +10 -0
  1814. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/not.js +1 -0
  1815. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/nullable.d.ts +9 -0
  1816. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/nullable.js +1 -0
  1817. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/object.d.ts +37 -0
  1818. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/object.js +1 -0
  1819. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/oneOf.d.ts +13 -0
  1820. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/oneOf.js +1 -0
  1821. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/references/external.d.ts +22 -0
  1822. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/references/external.js +1 -0
  1823. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/references/index.d.ts +9 -0
  1824. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/references/index.js +1 -0
  1825. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/references/internal.d.ts +4 -0
  1826. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/references/internal.js +1 -0
  1827. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/references/utils.d.ts +6 -0
  1828. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/references/utils.js +1 -0
  1829. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/singleType.d.ts +19 -0
  1830. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/singleType.js +1 -0
  1831. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/utils.d.ts +17 -0
  1832. package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/utils.js +1 -0
  1833. package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/and.d.ts +1 -0
  1834. package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/and.js +1 -0
  1835. package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/extends.d.ts +1 -0
  1836. package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/extends.js +1 -0
  1837. package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/get.d.ts +1 -0
  1838. package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/get.js +1 -0
  1839. package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/if.d.ts +1 -0
  1840. package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/if.js +1 -0
  1841. package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/index.d.ts +12 -0
  1842. package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/index.js +1 -0
  1843. package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/join.d.ts +1 -0
  1844. package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/join.js +1 -0
  1845. package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/key.d.ts +1 -0
  1846. package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/key.js +1 -0
  1847. package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/narrow.d.ts +3 -0
  1848. package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/narrow.js +1 -0
  1849. package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/not.d.ts +1 -0
  1850. package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/not.js +1 -0
  1851. package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/pop.d.ts +1 -0
  1852. package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/pop.js +1 -0
  1853. package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/split.d.ts +4 -0
  1854. package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/split.js +1 -0
  1855. package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/tail.d.ts +1 -0
  1856. package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/tail.js +1 -0
  1857. package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/writable.d.ts +5 -0
  1858. package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/writable.js +1 -0
  1859. package/scripts/node_modules/json-schema-to-ts/lib/types/utils/asConst.d.ts +2 -0
  1860. package/scripts/node_modules/json-schema-to-ts/lib/types/utils/asConst.js +1 -0
  1861. package/scripts/node_modules/json-schema-to-ts/lib/types/utils/index.d.ts +3 -0
  1862. package/scripts/node_modules/json-schema-to-ts/lib/types/utils/index.js +2 -0
  1863. package/scripts/node_modules/json-schema-to-ts/lib/types/utils/type-guards/compiler.d.ts +6 -0
  1864. package/scripts/node_modules/json-schema-to-ts/lib/types/utils/type-guards/compiler.js +4 -0
  1865. package/scripts/node_modules/json-schema-to-ts/lib/types/utils/type-guards/index.d.ts +4 -0
  1866. package/scripts/node_modules/json-schema-to-ts/lib/types/utils/type-guards/index.js +2 -0
  1867. package/scripts/node_modules/json-schema-to-ts/lib/types/utils/type-guards/validator.d.ts +6 -0
  1868. package/scripts/node_modules/json-schema-to-ts/lib/types/utils/type-guards/validator.js +1 -0
  1869. package/scripts/node_modules/json-schema-to-ts/package.json +89 -0
  1870. package/scripts/node_modules/standardwebhooks/README.md +41 -0
  1871. package/scripts/node_modules/standardwebhooks/dist/index.d.ts +24 -0
  1872. package/scripts/node_modules/standardwebhooks/dist/index.js +106 -0
  1873. package/scripts/node_modules/standardwebhooks/dist/index.js.map +1 -0
  1874. package/scripts/node_modules/standardwebhooks/dist/timing_safe_equal.d.ts +1 -0
  1875. package/scripts/node_modules/standardwebhooks/dist/timing_safe_equal.js +30 -0
  1876. package/scripts/node_modules/standardwebhooks/dist/timing_safe_equal.js.map +1 -0
  1877. package/scripts/node_modules/standardwebhooks/package.json +45 -0
  1878. package/scripts/node_modules/ts-algebra/.eslintignore +3 -0
  1879. package/scripts/node_modules/ts-algebra/.eslintrc.js +153 -0
  1880. package/scripts/node_modules/ts-algebra/.nvmrc +1 -0
  1881. package/scripts/node_modules/ts-algebra/.prettierignore +4 -0
  1882. package/scripts/node_modules/ts-algebra/.prettierrc +9 -0
  1883. package/scripts/node_modules/ts-algebra/LICENSE +21 -0
  1884. package/scripts/node_modules/ts-algebra/README.md +737 -0
  1885. package/scripts/node_modules/ts-algebra/lib/index.d.ts +2 -0
  1886. package/scripts/node_modules/ts-algebra/lib/index.js +4 -0
  1887. package/scripts/node_modules/ts-algebra/lib/meta-types/any.d.ts +15 -0
  1888. package/scripts/node_modules/ts-algebra/lib/meta-types/any.js +1 -0
  1889. package/scripts/node_modules/ts-algebra/lib/meta-types/array.d.ts +22 -0
  1890. package/scripts/node_modules/ts-algebra/lib/meta-types/array.js +1 -0
  1891. package/scripts/node_modules/ts-algebra/lib/meta-types/const.d.ts +19 -0
  1892. package/scripts/node_modules/ts-algebra/lib/meta-types/const.js +1 -0
  1893. package/scripts/node_modules/ts-algebra/lib/meta-types/enum.d.ts +19 -0
  1894. package/scripts/node_modules/ts-algebra/lib/meta-types/enum.js +1 -0
  1895. package/scripts/node_modules/ts-algebra/lib/meta-types/exclusion/any.d.ts +12 -0
  1896. package/scripts/node_modules/ts-algebra/lib/meta-types/exclusion/any.js +1 -0
  1897. package/scripts/node_modules/ts-algebra/lib/meta-types/exclusion/array.d.ts +16 -0
  1898. package/scripts/node_modules/ts-algebra/lib/meta-types/exclusion/array.js +1 -0
  1899. package/scripts/node_modules/ts-algebra/lib/meta-types/exclusion/const.d.ts +27 -0
  1900. package/scripts/node_modules/ts-algebra/lib/meta-types/exclusion/const.js +1 -0
  1901. package/scripts/node_modules/ts-algebra/lib/meta-types/exclusion/enum.d.ts +20 -0
  1902. package/scripts/node_modules/ts-algebra/lib/meta-types/exclusion/enum.js +1 -0
  1903. package/scripts/node_modules/ts-algebra/lib/meta-types/exclusion/index.d.ts +20 -0
  1904. package/scripts/node_modules/ts-algebra/lib/meta-types/exclusion/index.js +1 -0
  1905. package/scripts/node_modules/ts-algebra/lib/meta-types/exclusion/object.d.ts +51 -0
  1906. package/scripts/node_modules/ts-algebra/lib/meta-types/exclusion/object.js +1 -0
  1907. package/scripts/node_modules/ts-algebra/lib/meta-types/exclusion/primitive.d.ts +12 -0
  1908. package/scripts/node_modules/ts-algebra/lib/meta-types/exclusion/primitive.js +1 -0
  1909. package/scripts/node_modules/ts-algebra/lib/meta-types/exclusion/tuple.d.ts +87 -0
  1910. package/scripts/node_modules/ts-algebra/lib/meta-types/exclusion/tuple.js +1 -0
  1911. package/scripts/node_modules/ts-algebra/lib/meta-types/exclusion/union.d.ts +8 -0
  1912. package/scripts/node_modules/ts-algebra/lib/meta-types/exclusion/union.js +1 -0
  1913. package/scripts/node_modules/ts-algebra/lib/meta-types/exclusion/utils.d.ts +31 -0
  1914. package/scripts/node_modules/ts-algebra/lib/meta-types/exclusion/utils.js +1 -0
  1915. package/scripts/node_modules/ts-algebra/lib/meta-types/index.d.ts +14 -0
  1916. package/scripts/node_modules/ts-algebra/lib/meta-types/index.js +1 -0
  1917. package/scripts/node_modules/ts-algebra/lib/meta-types/intersection/any.d.ts +19 -0
  1918. package/scripts/node_modules/ts-algebra/lib/meta-types/intersection/any.js +1 -0
  1919. package/scripts/node_modules/ts-algebra/lib/meta-types/intersection/array.d.ts +21 -0
  1920. package/scripts/node_modules/ts-algebra/lib/meta-types/intersection/array.js +1 -0
  1921. package/scripts/node_modules/ts-algebra/lib/meta-types/intersection/const.d.ts +33 -0
  1922. package/scripts/node_modules/ts-algebra/lib/meta-types/intersection/const.js +1 -0
  1923. package/scripts/node_modules/ts-algebra/lib/meta-types/intersection/enum.d.ts +23 -0
  1924. package/scripts/node_modules/ts-algebra/lib/meta-types/intersection/enum.js +1 -0
  1925. package/scripts/node_modules/ts-algebra/lib/meta-types/intersection/index.d.ts +20 -0
  1926. package/scripts/node_modules/ts-algebra/lib/meta-types/intersection/index.js +1 -0
  1927. package/scripts/node_modules/ts-algebra/lib/meta-types/intersection/object.d.ts +26 -0
  1928. package/scripts/node_modules/ts-algebra/lib/meta-types/intersection/object.js +1 -0
  1929. package/scripts/node_modules/ts-algebra/lib/meta-types/intersection/primitive.d.ts +17 -0
  1930. package/scripts/node_modules/ts-algebra/lib/meta-types/intersection/primitive.js +1 -0
  1931. package/scripts/node_modules/ts-algebra/lib/meta-types/intersection/tuple.d.ts +44 -0
  1932. package/scripts/node_modules/ts-algebra/lib/meta-types/intersection/tuple.js +1 -0
  1933. package/scripts/node_modules/ts-algebra/lib/meta-types/intersection/union.d.ts +13 -0
  1934. package/scripts/node_modules/ts-algebra/lib/meta-types/intersection/union.js +1 -0
  1935. package/scripts/node_modules/ts-algebra/lib/meta-types/intersection/utils.d.ts +5 -0
  1936. package/scripts/node_modules/ts-algebra/lib/meta-types/intersection/utils.js +1 -0
  1937. package/scripts/node_modules/ts-algebra/lib/meta-types/never.d.ts +6 -0
  1938. package/scripts/node_modules/ts-algebra/lib/meta-types/never.js +1 -0
  1939. package/scripts/node_modules/ts-algebra/lib/meta-types/object.d.ts +47 -0
  1940. package/scripts/node_modules/ts-algebra/lib/meta-types/object.js +1 -0
  1941. package/scripts/node_modules/ts-algebra/lib/meta-types/primitive.d.ts +20 -0
  1942. package/scripts/node_modules/ts-algebra/lib/meta-types/primitive.js +1 -0
  1943. package/scripts/node_modules/ts-algebra/lib/meta-types/resolve.d.ts +18 -0
  1944. package/scripts/node_modules/ts-algebra/lib/meta-types/resolve.js +1 -0
  1945. package/scripts/node_modules/ts-algebra/lib/meta-types/tuple.d.ts +39 -0
  1946. package/scripts/node_modules/ts-algebra/lib/meta-types/tuple.js +1 -0
  1947. package/scripts/node_modules/ts-algebra/lib/meta-types/type.d.ts +14 -0
  1948. package/scripts/node_modules/ts-algebra/lib/meta-types/type.js +1 -0
  1949. package/scripts/node_modules/ts-algebra/lib/meta-types/typeId.d.ts +10 -0
  1950. package/scripts/node_modules/ts-algebra/lib/meta-types/typeId.js +1 -0
  1951. package/scripts/node_modules/ts-algebra/lib/meta-types/union.d.ts +18 -0
  1952. package/scripts/node_modules/ts-algebra/lib/meta-types/union.js +1 -0
  1953. package/scripts/node_modules/ts-algebra/lib/meta-types/utils.d.ts +3 -0
  1954. package/scripts/node_modules/ts-algebra/lib/meta-types/utils.js +1 -0
  1955. package/scripts/node_modules/ts-algebra/lib/utils/and.d.ts +1 -0
  1956. package/scripts/node_modules/ts-algebra/lib/utils/and.js +1 -0
  1957. package/scripts/node_modules/ts-algebra/lib/utils/extends.d.ts +5 -0
  1958. package/scripts/node_modules/ts-algebra/lib/utils/extends.js +1 -0
  1959. package/scripts/node_modules/ts-algebra/lib/utils/if.d.ts +1 -0
  1960. package/scripts/node_modules/ts-algebra/lib/utils/if.js +1 -0
  1961. package/scripts/node_modules/ts-algebra/lib/utils/index.d.ts +12 -0
  1962. package/scripts/node_modules/ts-algebra/lib/utils/index.js +1 -0
  1963. package/scripts/node_modules/ts-algebra/lib/utils/intersectUnion.d.ts +1 -0
  1964. package/scripts/node_modules/ts-algebra/lib/utils/intersectUnion.js +1 -0
  1965. package/scripts/node_modules/ts-algebra/lib/utils/isNever.d.ts +1 -0
  1966. package/scripts/node_modules/ts-algebra/lib/utils/isNever.js +1 -0
  1967. package/scripts/node_modules/ts-algebra/lib/utils/merge.d.ts +7 -0
  1968. package/scripts/node_modules/ts-algebra/lib/utils/merge.js +1 -0
  1969. package/scripts/node_modules/ts-algebra/lib/utils/not.d.ts +1 -0
  1970. package/scripts/node_modules/ts-algebra/lib/utils/not.js +1 -0
  1971. package/scripts/node_modules/ts-algebra/lib/utils/or.d.ts +1 -0
  1972. package/scripts/node_modules/ts-algebra/lib/utils/or.js +1 -0
  1973. package/scripts/node_modules/ts-algebra/lib/utils/prettify.d.ts +4 -0
  1974. package/scripts/node_modules/ts-algebra/lib/utils/prettify.js +1 -0
  1975. package/scripts/node_modules/ts-algebra/lib/utils/tail.d.ts +1 -0
  1976. package/scripts/node_modules/ts-algebra/lib/utils/tail.js +1 -0
  1977. package/scripts/node_modules/ts-algebra/lib/utils/unionLast.d.ts +2 -0
  1978. package/scripts/node_modules/ts-algebra/lib/utils/unionLast.js +1 -0
  1979. package/scripts/node_modules/ts-algebra/lib/utils/unionPop.d.ts +2 -0
  1980. package/scripts/node_modules/ts-algebra/lib/utils/unionPop.js +1 -0
  1981. package/scripts/node_modules/ts-algebra/package.json +59 -0
  1982. package/scripts/notify.sh +75 -0
  1983. package/scripts/package.json +8 -0
  1984. package/scripts/reconcile-allow.txt +25 -0
  1985. package/scripts/subdomains-proof.sh +92 -0
  1986. package/scripts/tg-listen.sh +134 -0
  1987. package/scripts/w1-recon.ts +5 -138
  1988. package/scripts/w4-rubric.ts +52 -134
  1989. package/skills/ai-sdk/SKILL.md +78 -0
  1990. package/skills/ai-sdk/references/ai-gateway.md +66 -0
  1991. package/skills/ai-sdk/references/common-errors.md +443 -0
  1992. package/skills/ai-sdk/references/devtools.md +52 -0
  1993. package/skills/ai-sdk/references/type-safe-agents.md +204 -0
  1994. package/skills/ai-ui/SKILL.md +638 -0
  1995. package/skills/astro/SKILL.md +323 -0
  1996. package/skills/astro/add-content-collection.md +30 -0
  1997. package/skills/astro/check-build.md +29 -0
  1998. package/skills/astro/create-component.md +29 -0
  1999. package/skills/astro/create-page.md +30 -0
  2000. package/skills/astro/optimize-performance.md +21 -0
  2001. package/skills/cli/SKILL.md +318 -0
  2002. package/skills/cloudflare/SKILL.md +2 -4
  2003. package/skills/composio/SKILL.md +65 -0
  2004. package/skills/composio/rules/app-auth-configs.md +224 -0
  2005. package/skills/composio/rules/app-auth-popup-ui.md +144 -0
  2006. package/skills/composio/rules/app-connected-accounts.md +240 -0
  2007. package/skills/composio/rules/app-custom-tools.md +220 -0
  2008. package/skills/composio/rules/app-execute-tools.md +202 -0
  2009. package/skills/composio/rules/app-fetch-tools.md +292 -0
  2010. package/skills/composio/rules/app-modifiers.md +148 -0
  2011. package/skills/composio/rules/app-tool-versions.md +343 -0
  2012. package/skills/composio/rules/app-toolkits.md +184 -0
  2013. package/skills/composio/rules/app-user-context.md +222 -0
  2014. package/skills/composio/rules/building-with-composio.md +134 -0
  2015. package/skills/composio/rules/composio-cli.md +223 -0
  2016. package/skills/composio/rules/sequences/calendar.md +16 -0
  2017. package/skills/composio/rules/sequences/gmail.md +20 -0
  2018. package/skills/composio/rules/sequences/linkedin.md +17 -0
  2019. package/skills/composio/rules/sequences/quickbooks.md +16 -0
  2020. package/skills/composio/rules/sequences/stripe.md +22 -0
  2021. package/skills/composio/rules/setup-api-keys.md +230 -0
  2022. package/skills/composio/rules/tr-auth-auto.md +110 -0
  2023. package/skills/composio/rules/tr-auth-connections.md +167 -0
  2024. package/skills/composio/rules/tr-auth-manual.md +161 -0
  2025. package/skills/composio/rules/tr-building-chat-ui.md +348 -0
  2026. package/skills/composio/rules/tr-framework-ai-sdk.md +240 -0
  2027. package/skills/composio/rules/tr-framework-integration.md +818 -0
  2028. package/skills/composio/rules/tr-framework-mastra.md +185 -0
  2029. package/skills/composio/rules/tr-mcp-vs-native.md +248 -0
  2030. package/skills/composio/rules/tr-session-basic.md +82 -0
  2031. package/skills/composio/rules/tr-session-config.md +172 -0
  2032. package/skills/composio/rules/tr-session-lifecycle.md +385 -0
  2033. package/skills/composio/rules/tr-toolkit-query.md +135 -0
  2034. package/skills/composio/rules/tr-userid-best-practices.md +476 -0
  2035. package/skills/composio/rules/triggers-create.md +246 -0
  2036. package/skills/composio/rules/triggers-manage.md +275 -0
  2037. package/skills/composio/rules/triggers-subscribe.md +173 -0
  2038. package/skills/composio/rules/triggers-webhook.md +227 -0
  2039. package/skills/docs/SKILL.md +153 -0
  2040. package/skills/mcp/SKILL.md +242 -0
  2041. package/skills/oneie/SKILL.md +2 -2
  2042. package/skills/promise-make/SKILL.md +93 -0
  2043. package/skills/promise-settle/SKILL.md +101 -0
  2044. package/skills/puck/SKILL.md +568 -0
  2045. package/skills/rag-adversarial/SKILL.md +106 -0
  2046. package/skills/rag-canary/SKILL.md +113 -0
  2047. package/skills/rag-fanout/SKILL.md +240 -0
  2048. package/skills/rag-skill-discovery/SKILL.md +107 -0
  2049. package/skills/rag-synthesize/SKILL.md +113 -0
  2050. package/skills/rag-triangulate/SKILL.md +123 -0
  2051. package/skills/react19/SKILL.md +491 -0
  2052. package/skills/reactflow/SKILL.md +612 -0
  2053. package/skills/sdk/SKILL.md +197 -0
  2054. package/skills/shadcn/SKILL.md +472 -0
  2055. package/skills/signal/SKILL.md +13 -8
  2056. package/skills/sui/SKILL.md +1 -1
  2057. package/skills/typedb/SKILL.md +2368 -0
  2058. package/skills/typedb/examples/python-patterns.py +619 -0
  2059. package/skills/typedb/examples/query-patterns.tql +507 -0
  2060. package/skills/typedb/examples/schema-patterns.tql +539 -0
  2061. package/skills/typedb/reference/migration-2x-3x.md +443 -0
  2062. package/skills/typedb/reference/python-driver.md +728 -0
  2063. package/skills/typedb/reference/research-notes-2026-04.md +169 -0
  2064. package/skills/workflow/SKILL.md +51 -0
  2065. package/skills/writer/SKILL.md +343 -0
  2066. package/skills/writer/references/anti-patterns.md +163 -0
  2067. package/skills/writer/references/copy-frameworks.md +544 -0
  2068. package/skills/writer/references/structures.md +285 -0
  2069. package/skills/youtube-subs/SKILL.md +104 -0
  2070. package/skills/youtube-subs/scripts/fetch.sh +83 -0
  2071. package/skills/youtube-subs/scripts/vtt-to-text.py +130 -0
  2072. package/templates/template-agent.md +8 -0
  2073. package/templates/template-feature.md +159 -8
  2074. package/templates/template-plan.md +14 -2
  2075. package/templates/template-teach.md +3 -3
  2076. package/templates/template-tests.md +4 -2
  2077. package/templates/template-todo.md +138 -153
  2078. package/commands/claw.md +0 -135
@@ -0,0 +1,3506 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+
3
+ import { APIPromise } from '../../core/api-promise';
4
+ import { APIResource } from '../../core/resource';
5
+ import { Stream } from '../../core/streaming';
6
+ import { buildHeaders } from '../../internal/headers';
7
+ import { RequestOptions } from '../../internal/request-options';
8
+ import { stainlessHelperHeader } from '../../lib/stainless-helper-header';
9
+ import { MessageStream } from '../../lib/MessageStream';
10
+ import {
11
+ parseMessage,
12
+ type ExtractParsedContentFromParams,
13
+ type ParseableMessageCreateParams,
14
+ type ParsedMessage,
15
+ } from '../../lib/parser';
16
+ import * as BatchesAPI from './batches';
17
+ import {
18
+ BatchCreateParams,
19
+ BatchListParams,
20
+ Batches,
21
+ DeletedMessageBatch,
22
+ MessageBatch,
23
+ MessageBatchCanceledResult,
24
+ MessageBatchErroredResult,
25
+ MessageBatchExpiredResult,
26
+ MessageBatchIndividualResponse,
27
+ MessageBatchRequestCounts,
28
+ MessageBatchResult,
29
+ MessageBatchSucceededResult,
30
+ MessageBatchesPage,
31
+ } from './batches';
32
+ import * as MessagesAPI from './messages';
33
+
34
+ import { MODEL_NONSTREAMING_TOKENS } from '../../internal/constants';
35
+
36
+ export class Messages extends APIResource {
37
+ batches: BatchesAPI.Batches = new BatchesAPI.Batches(this._client);
38
+
39
+ /**
40
+ * Send a structured list of input messages with text and/or image content, and the
41
+ * model will generate the next message in the conversation.
42
+ *
43
+ * The Messages API can be used for either single queries or stateless multi-turn
44
+ * conversations.
45
+ *
46
+ * Learn more about the Messages API in our
47
+ * [user guide](https://docs.claude.com/en/docs/initial-setup)
48
+ *
49
+ * @example
50
+ * ```ts
51
+ * const message = await client.messages.create({
52
+ * max_tokens: 1024,
53
+ * messages: [{ content: 'Hello, world', role: 'user' }],
54
+ * model: 'claude-opus-4-6',
55
+ * });
56
+ * ```
57
+ */
58
+ create(body: MessageCreateParamsNonStreaming, options?: RequestOptions): APIPromise<Message>;
59
+ create(
60
+ body: MessageCreateParamsStreaming,
61
+ options?: RequestOptions,
62
+ ): APIPromise<Stream<RawMessageStreamEvent>>;
63
+ create(
64
+ body: MessageCreateParamsBase,
65
+ options?: RequestOptions,
66
+ ): APIPromise<Stream<RawMessageStreamEvent> | Message>;
67
+ create(
68
+ body: MessageCreateParams,
69
+ options?: RequestOptions,
70
+ ): APIPromise<Message> | APIPromise<Stream<RawMessageStreamEvent>> {
71
+ if (body.model in DEPRECATED_MODELS) {
72
+ console.warn(
73
+ `The model '${body.model}' is deprecated and will reach end-of-life on ${
74
+ DEPRECATED_MODELS[body.model]
75
+ }\nPlease migrate to a newer model. Visit https://docs.anthropic.com/en/docs/resources/model-deprecations for more information.`,
76
+ );
77
+ }
78
+ if (
79
+ MODELS_TO_WARN_WITH_THINKING_ENABLED.includes(body.model) &&
80
+ body.thinking &&
81
+ body.thinking.type === 'enabled'
82
+ ) {
83
+ console.warn(
84
+ `Using Claude with ${body.model} and 'thinking.type=enabled' is deprecated. Use 'thinking.type=adaptive' instead which results in better model performance in our testing: https://platform.claude.com/docs/en/build-with-claude/adaptive-thinking`,
85
+ );
86
+ }
87
+
88
+ let timeout = (this._client as any)._options.timeout as number | null;
89
+ if (!body.stream && timeout == null) {
90
+ const maxNonstreamingTokens = MODEL_NONSTREAMING_TOKENS[body.model] ?? undefined;
91
+ timeout = this._client.calculateNonstreamingTimeout(body.max_tokens, maxNonstreamingTokens);
92
+ }
93
+
94
+ // Collect helper info from tools and messages
95
+ const helperHeader = stainlessHelperHeader(body.tools, body.messages);
96
+
97
+ return this._client.post('/v1/messages', {
98
+ body,
99
+ timeout: timeout ?? 600000,
100
+ ...options,
101
+ headers: buildHeaders([helperHeader, options?.headers]),
102
+ stream: body.stream ?? false,
103
+ }) as APIPromise<Message> | APIPromise<Stream<RawMessageStreamEvent>>;
104
+ }
105
+
106
+ /**
107
+ * Send a structured list of input messages with text and/or image content, along with an expected `output_config.format` and
108
+ * the response will be automatically parsed and available in the `parsed_output` property of the message.
109
+ *
110
+ * @example
111
+ * ```ts
112
+ * const message = await client.messages.parse({
113
+ * model: 'claude-sonnet-4-5-20250929',
114
+ * max_tokens: 1024,
115
+ * messages: [{ role: 'user', content: 'What is 2+2?' }],
116
+ * output_config: {
117
+ * format: zodOutputFormat(z.object({ answer: z.number() })),
118
+ * },
119
+ * });
120
+ *
121
+ * console.log(message.parsed_output?.answer); // 4
122
+ * ```
123
+ */
124
+ parse<Params extends MessageCreateParamsNonStreaming>(
125
+ params: Params,
126
+ options?: RequestOptions,
127
+ ): APIPromise<ParsedMessage<ExtractParsedContentFromParams<Params>>> {
128
+ return this.create(params, options).then((message) =>
129
+ parseMessage(message, params, { logger: this._client.logger ?? console }),
130
+ ) as APIPromise<ParsedMessage<ExtractParsedContentFromParams<Params>>>;
131
+ }
132
+
133
+ /**
134
+ * Create a Message stream.
135
+ *
136
+ * If `output_config.format` is provided with a parseable format (like `zodOutputFormat()`),
137
+ * the final message will include a `parsed_output` property with the parsed content.
138
+ *
139
+ * @example
140
+ * ```ts
141
+ * const stream = client.messages.stream({
142
+ * model: 'claude-sonnet-4-5-20250929',
143
+ * max_tokens: 1024,
144
+ * messages: [{ role: 'user', content: 'What is 2+2?' }],
145
+ * output_config: {
146
+ * format: zodOutputFormat(z.object({ answer: z.number() })),
147
+ * },
148
+ * });
149
+ *
150
+ * const message = await stream.finalMessage();
151
+ * console.log(message.parsed_output?.answer); // 4
152
+ * ```
153
+ */
154
+ stream<Params extends MessageStreamParams>(
155
+ body: Params,
156
+ options?: RequestOptions,
157
+ ): MessageStream<ExtractParsedContentFromParams<Params>> {
158
+ return MessageStream.createMessage<ExtractParsedContentFromParams<Params>>(
159
+ this,
160
+ body as MessageCreateParamsBase,
161
+ options,
162
+ { logger: this._client.logger ?? console },
163
+ );
164
+ }
165
+
166
+ /**
167
+ * Count the number of tokens in a Message.
168
+ *
169
+ * The Token Count API can be used to count the number of tokens in a Message,
170
+ * including tools, images, and documents, without creating it.
171
+ *
172
+ * Learn more about token counting in our
173
+ * [user guide](https://docs.claude.com/en/docs/build-with-claude/token-counting)
174
+ *
175
+ * @example
176
+ * ```ts
177
+ * const messageTokensCount =
178
+ * await client.messages.countTokens({
179
+ * messages: [{ content: 'Hello, world', role: 'user' }],
180
+ * model: 'claude-opus-4-6',
181
+ * });
182
+ * ```
183
+ */
184
+ countTokens(body: MessageCountTokensParams, options?: RequestOptions): APIPromise<MessageTokensCount> {
185
+ return this._client.post('/v1/messages/count_tokens', { body, ...options });
186
+ }
187
+ }
188
+
189
+ export interface Base64ImageSource {
190
+ data: string;
191
+
192
+ media_type: 'image/jpeg' | 'image/png' | 'image/gif' | 'image/webp';
193
+
194
+ type: 'base64';
195
+ }
196
+
197
+ export interface Base64PDFSource {
198
+ data: string;
199
+
200
+ media_type: 'application/pdf';
201
+
202
+ type: 'base64';
203
+ }
204
+
205
+ export interface BashCodeExecutionOutputBlock {
206
+ file_id: string;
207
+
208
+ type: 'bash_code_execution_output';
209
+ }
210
+
211
+ export interface BashCodeExecutionOutputBlockParam {
212
+ file_id: string;
213
+
214
+ type: 'bash_code_execution_output';
215
+ }
216
+
217
+ export interface BashCodeExecutionResultBlock {
218
+ content: Array<BashCodeExecutionOutputBlock>;
219
+
220
+ return_code: number;
221
+
222
+ stderr: string;
223
+
224
+ stdout: string;
225
+
226
+ type: 'bash_code_execution_result';
227
+ }
228
+
229
+ export interface BashCodeExecutionResultBlockParam {
230
+ content: Array<BashCodeExecutionOutputBlockParam>;
231
+
232
+ return_code: number;
233
+
234
+ stderr: string;
235
+
236
+ stdout: string;
237
+
238
+ type: 'bash_code_execution_result';
239
+ }
240
+
241
+ export interface BashCodeExecutionToolResultBlock {
242
+ content: BashCodeExecutionToolResultError | BashCodeExecutionResultBlock;
243
+
244
+ tool_use_id: string;
245
+
246
+ type: 'bash_code_execution_tool_result';
247
+ }
248
+
249
+ export interface BashCodeExecutionToolResultBlockParam {
250
+ content: BashCodeExecutionToolResultErrorParam | BashCodeExecutionResultBlockParam;
251
+
252
+ tool_use_id: string;
253
+
254
+ type: 'bash_code_execution_tool_result';
255
+
256
+ /**
257
+ * Create a cache control breakpoint at this content block.
258
+ */
259
+ cache_control?: CacheControlEphemeral | null;
260
+ }
261
+
262
+ export interface BashCodeExecutionToolResultError {
263
+ error_code: BashCodeExecutionToolResultErrorCode;
264
+
265
+ type: 'bash_code_execution_tool_result_error';
266
+ }
267
+
268
+ export type BashCodeExecutionToolResultErrorCode =
269
+ | 'invalid_tool_input'
270
+ | 'unavailable'
271
+ | 'too_many_requests'
272
+ | 'execution_time_exceeded'
273
+ | 'output_file_too_large';
274
+
275
+ export interface BashCodeExecutionToolResultErrorParam {
276
+ error_code: BashCodeExecutionToolResultErrorCode;
277
+
278
+ type: 'bash_code_execution_tool_result_error';
279
+ }
280
+
281
+ export interface CacheControlEphemeral {
282
+ type: 'ephemeral';
283
+
284
+ /**
285
+ * The time-to-live for the cache control breakpoint.
286
+ *
287
+ * This may be one the following values:
288
+ *
289
+ * - `5m`: 5 minutes
290
+ * - `1h`: 1 hour
291
+ *
292
+ * Defaults to `5m`.
293
+ */
294
+ ttl?: '5m' | '1h';
295
+ }
296
+
297
+ export interface CacheCreation {
298
+ /**
299
+ * The number of input tokens used to create the 1 hour cache entry.
300
+ */
301
+ ephemeral_1h_input_tokens: number;
302
+
303
+ /**
304
+ * The number of input tokens used to create the 5 minute cache entry.
305
+ */
306
+ ephemeral_5m_input_tokens: number;
307
+ }
308
+
309
+ export interface CitationCharLocation {
310
+ cited_text: string;
311
+
312
+ document_index: number;
313
+
314
+ document_title: string | null;
315
+
316
+ end_char_index: number;
317
+
318
+ file_id: string | null;
319
+
320
+ start_char_index: number;
321
+
322
+ type: 'char_location';
323
+ }
324
+
325
+ export interface CitationCharLocationParam {
326
+ cited_text: string;
327
+
328
+ document_index: number;
329
+
330
+ document_title: string | null;
331
+
332
+ end_char_index: number;
333
+
334
+ start_char_index: number;
335
+
336
+ type: 'char_location';
337
+ }
338
+
339
+ export interface CitationContentBlockLocation {
340
+ /**
341
+ * The full text of the cited block range, concatenated.
342
+ *
343
+ * Always equals the contents of `content[start_block_index:end_block_index]`
344
+ * joined together. The text block is the minimal citable unit; this field is never
345
+ * a substring of a single block. Not counted toward output tokens, and not counted
346
+ * toward input tokens when sent back in subsequent turns.
347
+ */
348
+ cited_text: string;
349
+
350
+ document_index: number;
351
+
352
+ document_title: string | null;
353
+
354
+ /**
355
+ * Exclusive 0-based end index of the cited block range in the source's `content`
356
+ * array.
357
+ *
358
+ * Always greater than `start_block_index`; a single-block citation has
359
+ * `end_block_index = start_block_index + 1`.
360
+ */
361
+ end_block_index: number;
362
+
363
+ file_id: string | null;
364
+
365
+ /**
366
+ * 0-based index of the first cited block in the source's `content` array.
367
+ */
368
+ start_block_index: number;
369
+
370
+ type: 'content_block_location';
371
+ }
372
+
373
+ export interface CitationContentBlockLocationParam {
374
+ /**
375
+ * The full text of the cited block range, concatenated.
376
+ *
377
+ * Always equals the contents of `content[start_block_index:end_block_index]`
378
+ * joined together. The text block is the minimal citable unit; this field is never
379
+ * a substring of a single block. Not counted toward output tokens, and not counted
380
+ * toward input tokens when sent back in subsequent turns.
381
+ */
382
+ cited_text: string;
383
+
384
+ document_index: number;
385
+
386
+ document_title: string | null;
387
+
388
+ /**
389
+ * Exclusive 0-based end index of the cited block range in the source's `content`
390
+ * array.
391
+ *
392
+ * Always greater than `start_block_index`; a single-block citation has
393
+ * `end_block_index = start_block_index + 1`.
394
+ */
395
+ end_block_index: number;
396
+
397
+ /**
398
+ * 0-based index of the first cited block in the source's `content` array.
399
+ */
400
+ start_block_index: number;
401
+
402
+ type: 'content_block_location';
403
+ }
404
+
405
+ export interface CitationPageLocation {
406
+ cited_text: string;
407
+
408
+ document_index: number;
409
+
410
+ document_title: string | null;
411
+
412
+ end_page_number: number;
413
+
414
+ file_id: string | null;
415
+
416
+ start_page_number: number;
417
+
418
+ type: 'page_location';
419
+ }
420
+
421
+ export interface CitationPageLocationParam {
422
+ cited_text: string;
423
+
424
+ document_index: number;
425
+
426
+ document_title: string | null;
427
+
428
+ end_page_number: number;
429
+
430
+ start_page_number: number;
431
+
432
+ type: 'page_location';
433
+ }
434
+
435
+ export interface CitationSearchResultLocationParam {
436
+ /**
437
+ * The full text of the cited block range, concatenated.
438
+ *
439
+ * Always equals the contents of `content[start_block_index:end_block_index]`
440
+ * joined together. The text block is the minimal citable unit; this field is never
441
+ * a substring of a single block. Not counted toward output tokens, and not counted
442
+ * toward input tokens when sent back in subsequent turns.
443
+ */
444
+ cited_text: string;
445
+
446
+ /**
447
+ * Exclusive 0-based end index of the cited block range in the source's `content`
448
+ * array.
449
+ *
450
+ * Always greater than `start_block_index`; a single-block citation has
451
+ * `end_block_index = start_block_index + 1`.
452
+ */
453
+ end_block_index: number;
454
+
455
+ /**
456
+ * 0-based index of the cited search result among all `search_result` content
457
+ * blocks in the request, in the order they appear across messages and tool
458
+ * results.
459
+ *
460
+ * Counted separately from `document_index`; server-side web search results are not
461
+ * included in this count.
462
+ */
463
+ search_result_index: number;
464
+
465
+ source: string;
466
+
467
+ /**
468
+ * 0-based index of the first cited block in the source's `content` array.
469
+ */
470
+ start_block_index: number;
471
+
472
+ title: string | null;
473
+
474
+ type: 'search_result_location';
475
+ }
476
+
477
+ export interface CitationWebSearchResultLocationParam {
478
+ cited_text: string;
479
+
480
+ encrypted_index: string;
481
+
482
+ title: string | null;
483
+
484
+ type: 'web_search_result_location';
485
+
486
+ url: string;
487
+ }
488
+
489
+ export interface CitationsConfig {
490
+ enabled: boolean;
491
+ }
492
+
493
+ export interface CitationsConfigParam {
494
+ enabled?: boolean;
495
+ }
496
+
497
+ export interface CitationsDelta {
498
+ citation:
499
+ | CitationCharLocation
500
+ | CitationPageLocation
501
+ | CitationContentBlockLocation
502
+ | CitationsWebSearchResultLocation
503
+ | CitationsSearchResultLocation;
504
+
505
+ type: 'citations_delta';
506
+ }
507
+
508
+ export interface CitationsSearchResultLocation {
509
+ /**
510
+ * The full text of the cited block range, concatenated.
511
+ *
512
+ * Always equals the contents of `content[start_block_index:end_block_index]`
513
+ * joined together. The text block is the minimal citable unit; this field is never
514
+ * a substring of a single block. Not counted toward output tokens, and not counted
515
+ * toward input tokens when sent back in subsequent turns.
516
+ */
517
+ cited_text: string;
518
+
519
+ /**
520
+ * Exclusive 0-based end index of the cited block range in the source's `content`
521
+ * array.
522
+ *
523
+ * Always greater than `start_block_index`; a single-block citation has
524
+ * `end_block_index = start_block_index + 1`.
525
+ */
526
+ end_block_index: number;
527
+
528
+ /**
529
+ * 0-based index of the cited search result among all `search_result` content
530
+ * blocks in the request, in the order they appear across messages and tool
531
+ * results.
532
+ *
533
+ * Counted separately from `document_index`; server-side web search results are not
534
+ * included in this count.
535
+ */
536
+ search_result_index: number;
537
+
538
+ source: string;
539
+
540
+ /**
541
+ * 0-based index of the first cited block in the source's `content` array.
542
+ */
543
+ start_block_index: number;
544
+
545
+ title: string | null;
546
+
547
+ type: 'search_result_location';
548
+ }
549
+
550
+ export interface CitationsWebSearchResultLocation {
551
+ cited_text: string;
552
+
553
+ encrypted_index: string;
554
+
555
+ title: string | null;
556
+
557
+ type: 'web_search_result_location';
558
+
559
+ url: string;
560
+ }
561
+
562
+ export interface CodeExecutionOutputBlock {
563
+ file_id: string;
564
+
565
+ type: 'code_execution_output';
566
+ }
567
+
568
+ export interface CodeExecutionOutputBlockParam {
569
+ file_id: string;
570
+
571
+ type: 'code_execution_output';
572
+ }
573
+
574
+ export interface CodeExecutionResultBlock {
575
+ content: Array<CodeExecutionOutputBlock>;
576
+
577
+ return_code: number;
578
+
579
+ stderr: string;
580
+
581
+ stdout: string;
582
+
583
+ type: 'code_execution_result';
584
+ }
585
+
586
+ export interface CodeExecutionResultBlockParam {
587
+ content: Array<CodeExecutionOutputBlockParam>;
588
+
589
+ return_code: number;
590
+
591
+ stderr: string;
592
+
593
+ stdout: string;
594
+
595
+ type: 'code_execution_result';
596
+ }
597
+
598
+ export interface CodeExecutionTool20250522 {
599
+ /**
600
+ * Name of the tool.
601
+ *
602
+ * This is how the tool will be called by the model and in `tool_use` blocks.
603
+ */
604
+ name: 'code_execution';
605
+
606
+ type: 'code_execution_20250522';
607
+
608
+ allowed_callers?: Array<'direct' | 'code_execution_20250825' | 'code_execution_20260120'>;
609
+
610
+ /**
611
+ * Create a cache control breakpoint at this content block.
612
+ */
613
+ cache_control?: CacheControlEphemeral | null;
614
+
615
+ /**
616
+ * If true, tool will not be included in initial system prompt. Only loaded when
617
+ * returned via tool_reference from tool search.
618
+ */
619
+ defer_loading?: boolean;
620
+
621
+ /**
622
+ * When true, guarantees schema validation on tool names and inputs
623
+ */
624
+ strict?: boolean;
625
+ }
626
+
627
+ export interface CodeExecutionTool20250825 {
628
+ /**
629
+ * Name of the tool.
630
+ *
631
+ * This is how the tool will be called by the model and in `tool_use` blocks.
632
+ */
633
+ name: 'code_execution';
634
+
635
+ type: 'code_execution_20250825';
636
+
637
+ allowed_callers?: Array<'direct' | 'code_execution_20250825' | 'code_execution_20260120'>;
638
+
639
+ /**
640
+ * Create a cache control breakpoint at this content block.
641
+ */
642
+ cache_control?: CacheControlEphemeral | null;
643
+
644
+ /**
645
+ * If true, tool will not be included in initial system prompt. Only loaded when
646
+ * returned via tool_reference from tool search.
647
+ */
648
+ defer_loading?: boolean;
649
+
650
+ /**
651
+ * When true, guarantees schema validation on tool names and inputs
652
+ */
653
+ strict?: boolean;
654
+ }
655
+
656
+ /**
657
+ * Code execution tool with REPL state persistence (daemon mode + gVisor
658
+ * checkpoint).
659
+ */
660
+ export interface CodeExecutionTool20260120 {
661
+ /**
662
+ * Name of the tool.
663
+ *
664
+ * This is how the tool will be called by the model and in `tool_use` blocks.
665
+ */
666
+ name: 'code_execution';
667
+
668
+ type: 'code_execution_20260120';
669
+
670
+ allowed_callers?: Array<'direct' | 'code_execution_20250825' | 'code_execution_20260120'>;
671
+
672
+ /**
673
+ * Create a cache control breakpoint at this content block.
674
+ */
675
+ cache_control?: CacheControlEphemeral | null;
676
+
677
+ /**
678
+ * If true, tool will not be included in initial system prompt. Only loaded when
679
+ * returned via tool_reference from tool search.
680
+ */
681
+ defer_loading?: boolean;
682
+
683
+ /**
684
+ * When true, guarantees schema validation on tool names and inputs
685
+ */
686
+ strict?: boolean;
687
+ }
688
+
689
+ export interface CodeExecutionToolResultBlock {
690
+ /**
691
+ * Code execution result with encrypted stdout for PFC + web_search results.
692
+ */
693
+ content: CodeExecutionToolResultBlockContent;
694
+
695
+ tool_use_id: string;
696
+
697
+ type: 'code_execution_tool_result';
698
+ }
699
+
700
+ /**
701
+ * Code execution result with encrypted stdout for PFC + web_search results.
702
+ */
703
+ export type CodeExecutionToolResultBlockContent =
704
+ | CodeExecutionToolResultError
705
+ | CodeExecutionResultBlock
706
+ | EncryptedCodeExecutionResultBlock;
707
+
708
+ export interface CodeExecutionToolResultBlockParam {
709
+ /**
710
+ * Code execution result with encrypted stdout for PFC + web_search results.
711
+ */
712
+ content: CodeExecutionToolResultBlockParamContent;
713
+
714
+ tool_use_id: string;
715
+
716
+ type: 'code_execution_tool_result';
717
+
718
+ /**
719
+ * Create a cache control breakpoint at this content block.
720
+ */
721
+ cache_control?: CacheControlEphemeral | null;
722
+ }
723
+
724
+ /**
725
+ * Code execution result with encrypted stdout for PFC + web_search results.
726
+ */
727
+ export type CodeExecutionToolResultBlockParamContent =
728
+ | CodeExecutionToolResultErrorParam
729
+ | CodeExecutionResultBlockParam
730
+ | EncryptedCodeExecutionResultBlockParam;
731
+
732
+ export interface CodeExecutionToolResultError {
733
+ error_code: CodeExecutionToolResultErrorCode;
734
+
735
+ type: 'code_execution_tool_result_error';
736
+ }
737
+
738
+ export type CodeExecutionToolResultErrorCode =
739
+ | 'invalid_tool_input'
740
+ | 'unavailable'
741
+ | 'too_many_requests'
742
+ | 'execution_time_exceeded';
743
+
744
+ export interface CodeExecutionToolResultErrorParam {
745
+ error_code: CodeExecutionToolResultErrorCode;
746
+
747
+ type: 'code_execution_tool_result_error';
748
+ }
749
+
750
+ /**
751
+ * Information about the container used in the request (for the code execution
752
+ * tool)
753
+ */
754
+ export interface Container {
755
+ /**
756
+ * Identifier for the container used in this request
757
+ */
758
+ id: string;
759
+
760
+ /**
761
+ * The time at which the container will expire.
762
+ */
763
+ expires_at: string;
764
+ }
765
+
766
+ /**
767
+ * Response model for a file uploaded to the container.
768
+ */
769
+ export interface ContainerUploadBlock {
770
+ file_id: string;
771
+
772
+ type: 'container_upload';
773
+ }
774
+
775
+ /**
776
+ * A content block that represents a file to be uploaded to the container Files
777
+ * uploaded via this block will be available in the container's input directory.
778
+ */
779
+ export interface ContainerUploadBlockParam {
780
+ file_id: string;
781
+
782
+ type: 'container_upload';
783
+
784
+ /**
785
+ * Create a cache control breakpoint at this content block.
786
+ */
787
+ cache_control?: CacheControlEphemeral | null;
788
+ }
789
+
790
+ /**
791
+ * Response model for a file uploaded to the container.
792
+ */
793
+ export type ContentBlock =
794
+ | TextBlock
795
+ | ThinkingBlock
796
+ | RedactedThinkingBlock
797
+ | ToolUseBlock
798
+ | ServerToolUseBlock
799
+ | WebSearchToolResultBlock
800
+ | WebFetchToolResultBlock
801
+ | CodeExecutionToolResultBlock
802
+ | BashCodeExecutionToolResultBlock
803
+ | TextEditorCodeExecutionToolResultBlock
804
+ | ToolSearchToolResultBlock
805
+ | ContainerUploadBlock;
806
+
807
+ /**
808
+ * Regular text content.
809
+ */
810
+ export type ContentBlockParam =
811
+ | TextBlockParam
812
+ | ImageBlockParam
813
+ | DocumentBlockParam
814
+ | SearchResultBlockParam
815
+ | ThinkingBlockParam
816
+ | RedactedThinkingBlockParam
817
+ | ToolUseBlockParam
818
+ | ToolResultBlockParam
819
+ | ServerToolUseBlockParam
820
+ | WebSearchToolResultBlockParam
821
+ | WebFetchToolResultBlockParam
822
+ | CodeExecutionToolResultBlockParam
823
+ | BashCodeExecutionToolResultBlockParam
824
+ | TextEditorCodeExecutionToolResultBlockParam
825
+ | ToolSearchToolResultBlockParam
826
+ | ContainerUploadBlockParam
827
+ | MidConversationSystemBlockParam;
828
+
829
+ export interface ContentBlockSource {
830
+ content: string | Array<ContentBlockSourceContent>;
831
+
832
+ type: 'content';
833
+ }
834
+
835
+ export type ContentBlockSourceContent = TextBlockParam | ImageBlockParam;
836
+
837
+ /**
838
+ * Tool invocation directly from the model.
839
+ */
840
+ export interface DirectCaller {
841
+ type: 'direct';
842
+ }
843
+
844
+ export interface DocumentBlock {
845
+ /**
846
+ * Citation configuration for the document
847
+ */
848
+ citations: CitationsConfig | null;
849
+
850
+ source: Base64PDFSource | PlainTextSource;
851
+
852
+ /**
853
+ * The title of the document
854
+ */
855
+ title: string | null;
856
+
857
+ type: 'document';
858
+ }
859
+
860
+ export interface DocumentBlockParam {
861
+ source: Base64PDFSource | PlainTextSource | ContentBlockSource | URLPDFSource;
862
+
863
+ type: 'document';
864
+
865
+ /**
866
+ * Create a cache control breakpoint at this content block.
867
+ */
868
+ cache_control?: CacheControlEphemeral | null;
869
+
870
+ citations?: CitationsConfigParam | null;
871
+
872
+ context?: string | null;
873
+
874
+ title?: string | null;
875
+ }
876
+
877
+ /**
878
+ * Code execution result with encrypted stdout for PFC + web_search results.
879
+ */
880
+ export interface EncryptedCodeExecutionResultBlock {
881
+ content: Array<CodeExecutionOutputBlock>;
882
+
883
+ encrypted_stdout: string;
884
+
885
+ return_code: number;
886
+
887
+ stderr: string;
888
+
889
+ type: 'encrypted_code_execution_result';
890
+ }
891
+
892
+ /**
893
+ * Code execution result with encrypted stdout for PFC + web_search results.
894
+ */
895
+ export interface EncryptedCodeExecutionResultBlockParam {
896
+ content: Array<CodeExecutionOutputBlockParam>;
897
+
898
+ encrypted_stdout: string;
899
+
900
+ return_code: number;
901
+
902
+ stderr: string;
903
+
904
+ type: 'encrypted_code_execution_result';
905
+ }
906
+
907
+ export interface ImageBlockParam {
908
+ source: Base64ImageSource | URLImageSource;
909
+
910
+ type: 'image';
911
+
912
+ /**
913
+ * Create a cache control breakpoint at this content block.
914
+ */
915
+ cache_control?: CacheControlEphemeral | null;
916
+ }
917
+
918
+ export interface InputJSONDelta {
919
+ partial_json: string;
920
+
921
+ type: 'input_json_delta';
922
+ }
923
+
924
+ export interface JSONOutputFormat {
925
+ /**
926
+ * The JSON schema of the format
927
+ */
928
+ schema: { [key: string]: unknown };
929
+
930
+ type: 'json_schema';
931
+ }
932
+
933
+ export interface MemoryTool20250818 {
934
+ /**
935
+ * Name of the tool.
936
+ *
937
+ * This is how the tool will be called by the model and in `tool_use` blocks.
938
+ */
939
+ name: 'memory';
940
+
941
+ type: 'memory_20250818';
942
+
943
+ allowed_callers?: Array<'direct' | 'code_execution_20250825' | 'code_execution_20260120'>;
944
+
945
+ /**
946
+ * Create a cache control breakpoint at this content block.
947
+ */
948
+ cache_control?: CacheControlEphemeral | null;
949
+
950
+ /**
951
+ * If true, tool will not be included in initial system prompt. Only loaded when
952
+ * returned via tool_reference from tool search.
953
+ */
954
+ defer_loading?: boolean;
955
+
956
+ input_examples?: Array<{ [key: string]: unknown }>;
957
+
958
+ /**
959
+ * When true, guarantees schema validation on tool names and inputs
960
+ */
961
+ strict?: boolean;
962
+ }
963
+
964
+ export interface Message {
965
+ /**
966
+ * Unique object identifier.
967
+ *
968
+ * The format and length of IDs may change over time.
969
+ */
970
+ id: string;
971
+
972
+ /**
973
+ * Information about the container used in the request (for the code execution
974
+ * tool)
975
+ */
976
+ container: Container | null;
977
+
978
+ /**
979
+ * Content generated by the model.
980
+ *
981
+ * This is an array of content blocks, each of which has a `type` that determines
982
+ * its shape.
983
+ *
984
+ * Example:
985
+ *
986
+ * ```json
987
+ * [{ "type": "text", "text": "Hi, I'm Claude." }]
988
+ * ```
989
+ *
990
+ * If the request input `messages` ended with an `assistant` turn, then the
991
+ * response `content` will continue directly from that last turn. You can use this
992
+ * to constrain the model's output.
993
+ *
994
+ * For example, if the input `messages` were:
995
+ *
996
+ * ```json
997
+ * [
998
+ * {
999
+ * "role": "user",
1000
+ * "content": "What's the Greek name for Sun? (A) Sol (B) Helios (C) Sun"
1001
+ * },
1002
+ * { "role": "assistant", "content": "The best answer is (" }
1003
+ * ]
1004
+ * ```
1005
+ *
1006
+ * Then the response `content` might be:
1007
+ *
1008
+ * ```json
1009
+ * [{ "type": "text", "text": "B)" }]
1010
+ * ```
1011
+ */
1012
+ content: Array<ContentBlock>;
1013
+
1014
+ /**
1015
+ * The model that will complete your prompt.
1016
+ *
1017
+ * See [models](https://docs.anthropic.com/en/docs/models-overview) for additional
1018
+ * details and options.
1019
+ */
1020
+ model: Model;
1021
+
1022
+ /**
1023
+ * Conversational role of the generated message.
1024
+ *
1025
+ * This will always be `"assistant"`.
1026
+ */
1027
+ role: 'assistant';
1028
+
1029
+ /**
1030
+ * Structured information about a refusal.
1031
+ */
1032
+ stop_details: RefusalStopDetails | null;
1033
+
1034
+ /**
1035
+ * The reason that we stopped.
1036
+ *
1037
+ * This may be one the following values:
1038
+ *
1039
+ * - `"end_turn"`: the model reached a natural stopping point
1040
+ * - `"max_tokens"`: we exceeded the requested `max_tokens` or the model's maximum
1041
+ * - `"stop_sequence"`: one of your provided custom `stop_sequences` was generated
1042
+ * - `"tool_use"`: the model invoked one or more tools
1043
+ * - `"pause_turn"`: we paused a long-running turn. You may provide the response
1044
+ * back as-is in a subsequent request to let the model continue.
1045
+ * - `"refusal"`: when streaming classifiers intervene to handle potential policy
1046
+ * violations
1047
+ *
1048
+ * In non-streaming mode this value is always non-null. In streaming mode, it is
1049
+ * null in the `message_start` event and non-null otherwise.
1050
+ */
1051
+ stop_reason: StopReason | null;
1052
+
1053
+ /**
1054
+ * Which custom stop sequence was generated, if any.
1055
+ *
1056
+ * This value will be a non-null string if one of your custom stop sequences was
1057
+ * generated.
1058
+ */
1059
+ stop_sequence: string | null;
1060
+
1061
+ /**
1062
+ * Object type.
1063
+ *
1064
+ * For Messages, this is always `"message"`.
1065
+ */
1066
+ type: 'message';
1067
+
1068
+ /**
1069
+ * Billing and rate-limit usage.
1070
+ *
1071
+ * Anthropic's API bills and rate-limits by token counts, as tokens represent the
1072
+ * underlying cost to our systems.
1073
+ *
1074
+ * Under the hood, the API transforms requests into a format suitable for the
1075
+ * model. The model's output then goes through a parsing stage before becoming an
1076
+ * API response. As a result, the token counts in `usage` will not match one-to-one
1077
+ * with the exact visible content of an API request or response.
1078
+ *
1079
+ * For example, `output_tokens` will be non-zero, even for an empty string response
1080
+ * from Claude.
1081
+ *
1082
+ * Total input tokens in a request is the summation of `input_tokens`,
1083
+ * `cache_creation_input_tokens`, and `cache_read_input_tokens`.
1084
+ */
1085
+ usage: Usage;
1086
+ }
1087
+
1088
+ /**
1089
+ * Code execution tool with REPL state persistence (daemon mode + gVisor
1090
+ * checkpoint).
1091
+ */
1092
+ export type MessageCountTokensTool =
1093
+ | Tool
1094
+ | ToolBash20250124
1095
+ | CodeExecutionTool20250522
1096
+ | CodeExecutionTool20250825
1097
+ | CodeExecutionTool20260120
1098
+ | MemoryTool20250818
1099
+ | ToolTextEditor20250124
1100
+ | ToolTextEditor20250429
1101
+ | ToolTextEditor20250728
1102
+ | WebSearchTool20250305
1103
+ | WebFetchTool20250910
1104
+ | WebSearchTool20260209
1105
+ | WebFetchTool20260209
1106
+ | WebFetchTool20260309
1107
+ | ToolSearchToolBm25_20251119
1108
+ | ToolSearchToolRegex20251119;
1109
+
1110
+ export interface MessageDeltaUsage {
1111
+ /**
1112
+ * The cumulative number of input tokens used to create the cache entry.
1113
+ */
1114
+ cache_creation_input_tokens: number | null;
1115
+
1116
+ /**
1117
+ * The cumulative number of input tokens read from the cache.
1118
+ */
1119
+ cache_read_input_tokens: number | null;
1120
+
1121
+ /**
1122
+ * The cumulative number of input tokens which were used.
1123
+ */
1124
+ input_tokens: number | null;
1125
+
1126
+ /**
1127
+ * The cumulative number of output tokens which were used.
1128
+ */
1129
+ output_tokens: number;
1130
+
1131
+ /**
1132
+ * Breakdown of output tokens by category.
1133
+ *
1134
+ * `output_tokens` remains the inclusive, authoritative total used for billing.
1135
+ * This object provides a read-only decomposition for observability — for example,
1136
+ * how many of the billed output tokens were spent on internal reasoning that may
1137
+ * have been summarized before being returned to you.
1138
+ */
1139
+ output_tokens_details: OutputTokensDetails | null;
1140
+
1141
+ /**
1142
+ * The number of server tool requests.
1143
+ */
1144
+ server_tool_use: ServerToolUsage | null;
1145
+ }
1146
+
1147
+ export interface MessageParam {
1148
+ content: string | Array<ContentBlockParam>;
1149
+
1150
+ role: 'user' | 'assistant' | 'system';
1151
+ }
1152
+
1153
+ export interface MessageTokensCount {
1154
+ /**
1155
+ * The total number of tokens across the provided list of messages, system prompt,
1156
+ * and tools.
1157
+ */
1158
+ input_tokens: number;
1159
+ }
1160
+
1161
+ export interface Metadata {
1162
+ /**
1163
+ * An external identifier for the user who is associated with the request.
1164
+ *
1165
+ * This should be a uuid, hash value, or other opaque identifier. Anthropic may use
1166
+ * this id to help detect abuse. Do not include any identifying information such as
1167
+ * name, email address, or phone number.
1168
+ */
1169
+ user_id?: string | null;
1170
+ }
1171
+
1172
+ /**
1173
+ * System instructions that appear mid-conversation.
1174
+ *
1175
+ * Use this block to provide or update system-level instructions at a specific
1176
+ * point in the conversation, rather than only via the top-level `system`
1177
+ * parameter.
1178
+ */
1179
+ export interface MidConversationSystemBlockParam {
1180
+ /**
1181
+ * System instruction text blocks.
1182
+ */
1183
+ content: Array<TextBlockParam>;
1184
+
1185
+ type: 'mid_conv_system';
1186
+
1187
+ /**
1188
+ * Create a cache control breakpoint at this content block.
1189
+ */
1190
+ cache_control?: CacheControlEphemeral | null;
1191
+ }
1192
+
1193
+ /**
1194
+ * The model that will complete your prompt.
1195
+ *
1196
+ * See [models](https://docs.anthropic.com/en/docs/models-overview) for additional
1197
+ * details and options.
1198
+ */
1199
+ export type Model =
1200
+ | 'claude-opus-4-8'
1201
+ | 'claude-opus-4-7'
1202
+ | 'claude-mythos-preview'
1203
+ | 'claude-opus-4-6'
1204
+ | 'claude-sonnet-4-6'
1205
+ | 'claude-haiku-4-5'
1206
+ | 'claude-haiku-4-5-20251001'
1207
+ | 'claude-opus-4-5'
1208
+ | 'claude-opus-4-5-20251101'
1209
+ | 'claude-sonnet-4-5'
1210
+ | 'claude-sonnet-4-5-20250929'
1211
+ | 'claude-opus-4-1'
1212
+ | 'claude-opus-4-1-20250805'
1213
+ | 'claude-opus-4-0'
1214
+ | 'claude-opus-4-20250514'
1215
+ | 'claude-sonnet-4-0'
1216
+ | 'claude-sonnet-4-20250514'
1217
+ | 'claude-3-haiku-20240307'
1218
+ | (string & {});
1219
+
1220
+ export interface OutputConfig {
1221
+ /**
1222
+ * All possible effort levels.
1223
+ */
1224
+ effort?: 'low' | 'medium' | 'high' | 'xhigh' | 'max' | null;
1225
+
1226
+ /**
1227
+ * A schema to specify Claude's output format in responses. See
1228
+ * [structured outputs](https://platform.claude.com/docs/en/build-with-claude/structured-outputs)
1229
+ */
1230
+ format?: JSONOutputFormat | null;
1231
+ }
1232
+
1233
+ export interface OutputTokensDetails {
1234
+ /**
1235
+ * Number of output tokens the model generated as internal reasoning, including the
1236
+ * thinking-block delimiter tokens.
1237
+ *
1238
+ * Reflects the raw reasoning the model produced, not the (possibly shorter)
1239
+ * summarized thinking text returned in the response body. Computed by
1240
+ * re-tokenizing the raw reasoning text, so it may differ from the model's exact
1241
+ * generation count by a small number of tokens. Always ≤ `output_tokens`;
1242
+ * `output_tokens - thinking_tokens` approximates the non-reasoning output.
1243
+ */
1244
+ thinking_tokens: number;
1245
+ }
1246
+ const DEPRECATED_MODELS: {
1247
+ [K in Model]?: string;
1248
+ } = {
1249
+ 'claude-1.3': 'November 6th, 2024',
1250
+ 'claude-1.3-100k': 'November 6th, 2024',
1251
+ 'claude-instant-1.1': 'November 6th, 2024',
1252
+ 'claude-instant-1.1-100k': 'November 6th, 2024',
1253
+ 'claude-instant-1.2': 'November 6th, 2024',
1254
+ 'claude-3-sonnet-20240229': 'July 21st, 2025',
1255
+ 'claude-3-opus-20240229': 'January 5th, 2026',
1256
+ 'claude-2.1': 'July 21st, 2025',
1257
+ 'claude-2.0': 'July 21st, 2025',
1258
+ 'claude-3-7-sonnet-latest': 'February 19th, 2026',
1259
+ 'claude-3-7-sonnet-20250219': 'February 19th, 2026',
1260
+ 'claude-3-5-haiku-latest': 'February 19th, 2026',
1261
+ 'claude-3-5-haiku-20241022': 'February 19th, 2026',
1262
+ 'claude-opus-4-0': 'June 15th, 2026',
1263
+ 'claude-opus-4-20250514': 'June 15th, 2026',
1264
+ 'claude-sonnet-4-0': 'June 15th, 2026',
1265
+ 'claude-sonnet-4-20250514': 'June 15th, 2026',
1266
+ };
1267
+
1268
+ const MODELS_TO_WARN_WITH_THINKING_ENABLED: Model[] = ['claude-mythos-preview', 'claude-opus-4-6'];
1269
+
1270
+ export interface PlainTextSource {
1271
+ data: string;
1272
+
1273
+ media_type: 'text/plain';
1274
+
1275
+ type: 'text';
1276
+ }
1277
+
1278
+ export type RawContentBlockDelta =
1279
+ | TextDelta
1280
+ | InputJSONDelta
1281
+ | CitationsDelta
1282
+ | ThinkingDelta
1283
+ | SignatureDelta;
1284
+
1285
+ export interface RawContentBlockDeltaEvent {
1286
+ delta: RawContentBlockDelta;
1287
+
1288
+ index: number;
1289
+
1290
+ type: 'content_block_delta';
1291
+ }
1292
+
1293
+ export interface RawContentBlockStartEvent {
1294
+ /**
1295
+ * Response model for a file uploaded to the container.
1296
+ */
1297
+ content_block:
1298
+ | TextBlock
1299
+ | ThinkingBlock
1300
+ | RedactedThinkingBlock
1301
+ | ToolUseBlock
1302
+ | ServerToolUseBlock
1303
+ | WebSearchToolResultBlock
1304
+ | WebFetchToolResultBlock
1305
+ | CodeExecutionToolResultBlock
1306
+ | BashCodeExecutionToolResultBlock
1307
+ | TextEditorCodeExecutionToolResultBlock
1308
+ | ToolSearchToolResultBlock
1309
+ | ContainerUploadBlock;
1310
+
1311
+ index: number;
1312
+
1313
+ type: 'content_block_start';
1314
+ }
1315
+
1316
+ export interface RawContentBlockStopEvent {
1317
+ index: number;
1318
+
1319
+ type: 'content_block_stop';
1320
+ }
1321
+
1322
+ export interface RawMessageDeltaEvent {
1323
+ delta: RawMessageDeltaEvent.Delta;
1324
+
1325
+ type: 'message_delta';
1326
+
1327
+ /**
1328
+ * Billing and rate-limit usage.
1329
+ *
1330
+ * Anthropic's API bills and rate-limits by token counts, as tokens represent the
1331
+ * underlying cost to our systems.
1332
+ *
1333
+ * Under the hood, the API transforms requests into a format suitable for the
1334
+ * model. The model's output then goes through a parsing stage before becoming an
1335
+ * API response. As a result, the token counts in `usage` will not match one-to-one
1336
+ * with the exact visible content of an API request or response.
1337
+ *
1338
+ * For example, `output_tokens` will be non-zero, even for an empty string response
1339
+ * from Claude.
1340
+ *
1341
+ * Total input tokens in a request is the summation of `input_tokens`,
1342
+ * `cache_creation_input_tokens`, and `cache_read_input_tokens`.
1343
+ */
1344
+ usage: MessageDeltaUsage;
1345
+ }
1346
+
1347
+ export namespace RawMessageDeltaEvent {
1348
+ export interface Delta {
1349
+ /**
1350
+ * Information about the container used in the request (for the code execution
1351
+ * tool)
1352
+ */
1353
+ container: MessagesAPI.Container | null;
1354
+
1355
+ /**
1356
+ * Structured information about a refusal.
1357
+ */
1358
+ stop_details: MessagesAPI.RefusalStopDetails | null;
1359
+
1360
+ stop_reason: MessagesAPI.StopReason | null;
1361
+
1362
+ stop_sequence: string | null;
1363
+ }
1364
+ }
1365
+
1366
+ export interface RawMessageStartEvent {
1367
+ message: Message;
1368
+
1369
+ type: 'message_start';
1370
+ }
1371
+
1372
+ export interface RawMessageStopEvent {
1373
+ type: 'message_stop';
1374
+ }
1375
+
1376
+ export type RawMessageStreamEvent =
1377
+ | RawMessageStartEvent
1378
+ | RawMessageDeltaEvent
1379
+ | RawMessageStopEvent
1380
+ | RawContentBlockStartEvent
1381
+ | RawContentBlockDeltaEvent
1382
+ | RawContentBlockStopEvent;
1383
+
1384
+ export interface RedactedThinkingBlock {
1385
+ data: string;
1386
+
1387
+ type: 'redacted_thinking';
1388
+ }
1389
+
1390
+ export interface RedactedThinkingBlockParam {
1391
+ data: string;
1392
+
1393
+ type: 'redacted_thinking';
1394
+ }
1395
+
1396
+ /**
1397
+ * Structured information about a refusal.
1398
+ */
1399
+ export interface RefusalStopDetails {
1400
+ /**
1401
+ * The policy category that triggered the refusal.
1402
+ *
1403
+ * `null` when the refusal doesn't map to a named category.
1404
+ */
1405
+ category: 'cyber' | 'bio' | null;
1406
+
1407
+ /**
1408
+ * Human-readable explanation of the refusal.
1409
+ *
1410
+ * This text is not guaranteed to be stable. `null` when no explanation is
1411
+ * available for the category.
1412
+ */
1413
+ explanation: string | null;
1414
+
1415
+ type: 'refusal';
1416
+ }
1417
+
1418
+ export interface SearchResultBlockParam {
1419
+ content: Array<TextBlockParam>;
1420
+
1421
+ source: string;
1422
+
1423
+ title: string;
1424
+
1425
+ type: 'search_result';
1426
+
1427
+ /**
1428
+ * Create a cache control breakpoint at this content block.
1429
+ */
1430
+ cache_control?: CacheControlEphemeral | null;
1431
+
1432
+ citations?: CitationsConfigParam;
1433
+ }
1434
+
1435
+ /**
1436
+ * Tool invocation generated by a server-side tool.
1437
+ */
1438
+ export interface ServerToolCaller {
1439
+ tool_id: string;
1440
+
1441
+ type: 'code_execution_20250825';
1442
+ }
1443
+
1444
+ export interface ServerToolCaller20260120 {
1445
+ tool_id: string;
1446
+
1447
+ type: 'code_execution_20260120';
1448
+ }
1449
+
1450
+ export interface ServerToolUsage {
1451
+ /**
1452
+ * The number of web fetch tool requests.
1453
+ */
1454
+ web_fetch_requests: number;
1455
+
1456
+ /**
1457
+ * The number of web search tool requests.
1458
+ */
1459
+ web_search_requests: number;
1460
+ }
1461
+
1462
+ export interface ServerToolUseBlock {
1463
+ id: string;
1464
+
1465
+ /**
1466
+ * Tool invocation directly from the model.
1467
+ */
1468
+ caller: DirectCaller | ServerToolCaller | ServerToolCaller20260120;
1469
+
1470
+ input: unknown;
1471
+
1472
+ name:
1473
+ | 'web_search'
1474
+ | 'web_fetch'
1475
+ | 'code_execution'
1476
+ | 'bash_code_execution'
1477
+ | 'text_editor_code_execution'
1478
+ | 'tool_search_tool_regex'
1479
+ | 'tool_search_tool_bm25';
1480
+
1481
+ type: 'server_tool_use';
1482
+ }
1483
+
1484
+ export interface ServerToolUseBlockParam {
1485
+ id: string;
1486
+
1487
+ input: unknown;
1488
+
1489
+ name:
1490
+ | 'web_search'
1491
+ | 'web_fetch'
1492
+ | 'code_execution'
1493
+ | 'bash_code_execution'
1494
+ | 'text_editor_code_execution'
1495
+ | 'tool_search_tool_regex'
1496
+ | 'tool_search_tool_bm25';
1497
+
1498
+ type: 'server_tool_use';
1499
+
1500
+ /**
1501
+ * Create a cache control breakpoint at this content block.
1502
+ */
1503
+ cache_control?: CacheControlEphemeral | null;
1504
+
1505
+ /**
1506
+ * Tool invocation directly from the model.
1507
+ */
1508
+ caller?: DirectCaller | ServerToolCaller | ServerToolCaller20260120;
1509
+ }
1510
+
1511
+ export interface SignatureDelta {
1512
+ signature: string;
1513
+
1514
+ type: 'signature_delta';
1515
+ }
1516
+
1517
+ export type StopReason = 'end_turn' | 'max_tokens' | 'stop_sequence' | 'tool_use' | 'pause_turn' | 'refusal';
1518
+
1519
+ export interface TextBlock {
1520
+ /**
1521
+ * Citations supporting the text block.
1522
+ *
1523
+ * The type of citation returned will depend on the type of document being cited.
1524
+ * Citing a PDF results in `page_location`, plain text results in `char_location`,
1525
+ * and content document results in `content_block_location`.
1526
+ */
1527
+ citations: Array<TextCitation> | null;
1528
+
1529
+ text: string;
1530
+
1531
+ type: 'text';
1532
+ }
1533
+
1534
+ export interface TextBlockParam {
1535
+ text: string;
1536
+
1537
+ type: 'text';
1538
+
1539
+ /**
1540
+ * Create a cache control breakpoint at this content block.
1541
+ */
1542
+ cache_control?: CacheControlEphemeral | null;
1543
+
1544
+ citations?: Array<TextCitationParam> | null;
1545
+ }
1546
+
1547
+ export type TextCitation =
1548
+ | CitationCharLocation
1549
+ | CitationPageLocation
1550
+ | CitationContentBlockLocation
1551
+ | CitationsWebSearchResultLocation
1552
+ | CitationsSearchResultLocation;
1553
+
1554
+ export type TextCitationParam =
1555
+ | CitationCharLocationParam
1556
+ | CitationPageLocationParam
1557
+ | CitationContentBlockLocationParam
1558
+ | CitationWebSearchResultLocationParam
1559
+ | CitationSearchResultLocationParam;
1560
+
1561
+ export interface TextDelta {
1562
+ text: string;
1563
+
1564
+ type: 'text_delta';
1565
+ }
1566
+
1567
+ export interface TextEditorCodeExecutionCreateResultBlock {
1568
+ is_file_update: boolean;
1569
+
1570
+ type: 'text_editor_code_execution_create_result';
1571
+ }
1572
+
1573
+ export interface TextEditorCodeExecutionCreateResultBlockParam {
1574
+ is_file_update: boolean;
1575
+
1576
+ type: 'text_editor_code_execution_create_result';
1577
+ }
1578
+
1579
+ export interface TextEditorCodeExecutionStrReplaceResultBlock {
1580
+ lines: Array<string> | null;
1581
+
1582
+ new_lines: number | null;
1583
+
1584
+ new_start: number | null;
1585
+
1586
+ old_lines: number | null;
1587
+
1588
+ old_start: number | null;
1589
+
1590
+ type: 'text_editor_code_execution_str_replace_result';
1591
+ }
1592
+
1593
+ export interface TextEditorCodeExecutionStrReplaceResultBlockParam {
1594
+ type: 'text_editor_code_execution_str_replace_result';
1595
+
1596
+ lines?: Array<string> | null;
1597
+
1598
+ new_lines?: number | null;
1599
+
1600
+ new_start?: number | null;
1601
+
1602
+ old_lines?: number | null;
1603
+
1604
+ old_start?: number | null;
1605
+ }
1606
+
1607
+ export interface TextEditorCodeExecutionToolResultBlock {
1608
+ content:
1609
+ | TextEditorCodeExecutionToolResultError
1610
+ | TextEditorCodeExecutionViewResultBlock
1611
+ | TextEditorCodeExecutionCreateResultBlock
1612
+ | TextEditorCodeExecutionStrReplaceResultBlock;
1613
+
1614
+ tool_use_id: string;
1615
+
1616
+ type: 'text_editor_code_execution_tool_result';
1617
+ }
1618
+
1619
+ export interface TextEditorCodeExecutionToolResultBlockParam {
1620
+ content:
1621
+ | TextEditorCodeExecutionToolResultErrorParam
1622
+ | TextEditorCodeExecutionViewResultBlockParam
1623
+ | TextEditorCodeExecutionCreateResultBlockParam
1624
+ | TextEditorCodeExecutionStrReplaceResultBlockParam;
1625
+
1626
+ tool_use_id: string;
1627
+
1628
+ type: 'text_editor_code_execution_tool_result';
1629
+
1630
+ /**
1631
+ * Create a cache control breakpoint at this content block.
1632
+ */
1633
+ cache_control?: CacheControlEphemeral | null;
1634
+ }
1635
+
1636
+ export interface TextEditorCodeExecutionToolResultError {
1637
+ error_code: TextEditorCodeExecutionToolResultErrorCode;
1638
+
1639
+ error_message: string | null;
1640
+
1641
+ type: 'text_editor_code_execution_tool_result_error';
1642
+ }
1643
+
1644
+ export type TextEditorCodeExecutionToolResultErrorCode =
1645
+ | 'invalid_tool_input'
1646
+ | 'unavailable'
1647
+ | 'too_many_requests'
1648
+ | 'execution_time_exceeded'
1649
+ | 'file_not_found';
1650
+
1651
+ export interface TextEditorCodeExecutionToolResultErrorParam {
1652
+ error_code: TextEditorCodeExecutionToolResultErrorCode;
1653
+
1654
+ type: 'text_editor_code_execution_tool_result_error';
1655
+
1656
+ error_message?: string | null;
1657
+ }
1658
+
1659
+ export interface TextEditorCodeExecutionViewResultBlock {
1660
+ content: string;
1661
+
1662
+ file_type: 'text' | 'image' | 'pdf';
1663
+
1664
+ num_lines: number | null;
1665
+
1666
+ start_line: number | null;
1667
+
1668
+ total_lines: number | null;
1669
+
1670
+ type: 'text_editor_code_execution_view_result';
1671
+ }
1672
+
1673
+ export interface TextEditorCodeExecutionViewResultBlockParam {
1674
+ content: string;
1675
+
1676
+ file_type: 'text' | 'image' | 'pdf';
1677
+
1678
+ type: 'text_editor_code_execution_view_result';
1679
+
1680
+ num_lines?: number | null;
1681
+
1682
+ start_line?: number | null;
1683
+
1684
+ total_lines?: number | null;
1685
+ }
1686
+
1687
+ export interface ThinkingBlock {
1688
+ signature: string;
1689
+
1690
+ thinking: string;
1691
+
1692
+ type: 'thinking';
1693
+ }
1694
+
1695
+ export interface ThinkingBlockParam {
1696
+ signature: string;
1697
+
1698
+ thinking: string;
1699
+
1700
+ type: 'thinking';
1701
+ }
1702
+
1703
+ export interface ThinkingConfigAdaptive {
1704
+ type: 'adaptive';
1705
+
1706
+ /**
1707
+ * Controls how thinking content appears in the response. When set to `summarized`,
1708
+ * thinking is returned normally. When set to `omitted`, thinking content is
1709
+ * redacted but a signature is returned for multi-turn continuity. Defaults to
1710
+ * `summarized`.
1711
+ */
1712
+ display?: 'summarized' | 'omitted' | null;
1713
+ }
1714
+
1715
+ export interface ThinkingConfigDisabled {
1716
+ type: 'disabled';
1717
+ }
1718
+
1719
+ export interface ThinkingConfigEnabled {
1720
+ /**
1721
+ * Determines how many tokens Claude can use for its internal reasoning process.
1722
+ * Larger budgets can enable more thorough analysis for complex problems, improving
1723
+ * response quality.
1724
+ *
1725
+ * Must be ≥1024 and less than `max_tokens`.
1726
+ *
1727
+ * See
1728
+ * [extended thinking](https://docs.claude.com/en/docs/build-with-claude/extended-thinking)
1729
+ * for details.
1730
+ */
1731
+ budget_tokens: number;
1732
+
1733
+ type: 'enabled';
1734
+
1735
+ /**
1736
+ * Controls how thinking content appears in the response. When set to `summarized`,
1737
+ * thinking is returned normally. When set to `omitted`, thinking content is
1738
+ * redacted but a signature is returned for multi-turn continuity. Defaults to
1739
+ * `summarized`.
1740
+ */
1741
+ display?: 'summarized' | 'omitted' | null;
1742
+ }
1743
+
1744
+ /**
1745
+ * Configuration for enabling Claude's extended thinking.
1746
+ *
1747
+ * When enabled, responses include `thinking` content blocks showing Claude's
1748
+ * thinking process before the final answer. Requires a minimum budget of 1,024
1749
+ * tokens and counts towards your `max_tokens` limit.
1750
+ *
1751
+ * See
1752
+ * [extended thinking](https://docs.claude.com/en/docs/build-with-claude/extended-thinking)
1753
+ * for details.
1754
+ */
1755
+ export type ThinkingConfigParam = ThinkingConfigEnabled | ThinkingConfigDisabled | ThinkingConfigAdaptive;
1756
+
1757
+ export interface ThinkingDelta {
1758
+ thinking: string;
1759
+
1760
+ type: 'thinking_delta';
1761
+ }
1762
+
1763
+ export interface Tool {
1764
+ /**
1765
+ * [JSON schema](https://json-schema.org/draft/2020-12) for this tool's input.
1766
+ *
1767
+ * This defines the shape of the `input` that your tool accepts and that the model
1768
+ * will produce.
1769
+ */
1770
+ input_schema: Tool.InputSchema;
1771
+
1772
+ /**
1773
+ * Name of the tool.
1774
+ *
1775
+ * This is how the tool will be called by the model and in `tool_use` blocks.
1776
+ */
1777
+ name: string;
1778
+
1779
+ allowed_callers?: Array<'direct' | 'code_execution_20250825' | 'code_execution_20260120'>;
1780
+
1781
+ /**
1782
+ * Create a cache control breakpoint at this content block.
1783
+ */
1784
+ cache_control?: CacheControlEphemeral | null;
1785
+
1786
+ /**
1787
+ * If true, tool will not be included in initial system prompt. Only loaded when
1788
+ * returned via tool_reference from tool search.
1789
+ */
1790
+ defer_loading?: boolean;
1791
+
1792
+ /**
1793
+ * Description of what this tool does.
1794
+ *
1795
+ * Tool descriptions should be as detailed as possible. The more information that
1796
+ * the model has about what the tool is and how to use it, the better it will
1797
+ * perform. You can use natural language descriptions to reinforce important
1798
+ * aspects of the tool input JSON schema.
1799
+ */
1800
+ description?: string;
1801
+
1802
+ /**
1803
+ * Enable eager input streaming for this tool. When true, tool input parameters
1804
+ * will be streamed incrementally as they are generated, and types will be inferred
1805
+ * on-the-fly rather than buffering the full JSON output. When false, streaming is
1806
+ * disabled for this tool even if the fine-grained-tool-streaming beta is active.
1807
+ * When null (default), uses the default behavior based on beta headers.
1808
+ */
1809
+ eager_input_streaming?: boolean | null;
1810
+
1811
+ input_examples?: Array<{ [key: string]: unknown }>;
1812
+
1813
+ /**
1814
+ * When true, guarantees schema validation on tool names and inputs
1815
+ */
1816
+ strict?: boolean;
1817
+
1818
+ type?: 'custom' | null;
1819
+ }
1820
+
1821
+ export namespace Tool {
1822
+ /**
1823
+ * [JSON schema](https://json-schema.org/draft/2020-12) for this tool's input.
1824
+ *
1825
+ * This defines the shape of the `input` that your tool accepts and that the model
1826
+ * will produce.
1827
+ */
1828
+ export interface InputSchema {
1829
+ type: 'object';
1830
+
1831
+ properties?: unknown | null;
1832
+
1833
+ required?: Array<string> | null;
1834
+
1835
+ [k: string]: unknown;
1836
+ }
1837
+ }
1838
+
1839
+ export interface ToolBash20250124 {
1840
+ /**
1841
+ * Name of the tool.
1842
+ *
1843
+ * This is how the tool will be called by the model and in `tool_use` blocks.
1844
+ */
1845
+ name: 'bash';
1846
+
1847
+ type: 'bash_20250124';
1848
+
1849
+ allowed_callers?: Array<'direct' | 'code_execution_20250825' | 'code_execution_20260120'>;
1850
+
1851
+ /**
1852
+ * Create a cache control breakpoint at this content block.
1853
+ */
1854
+ cache_control?: CacheControlEphemeral | null;
1855
+
1856
+ /**
1857
+ * If true, tool will not be included in initial system prompt. Only loaded when
1858
+ * returned via tool_reference from tool search.
1859
+ */
1860
+ defer_loading?: boolean;
1861
+
1862
+ input_examples?: Array<{ [key: string]: unknown }>;
1863
+
1864
+ /**
1865
+ * When true, guarantees schema validation on tool names and inputs
1866
+ */
1867
+ strict?: boolean;
1868
+ }
1869
+
1870
+ /**
1871
+ * How the model should use the provided tools. The model can use a specific tool,
1872
+ * any available tool, decide by itself, or not use tools at all.
1873
+ */
1874
+ export type ToolChoice = ToolChoiceAuto | ToolChoiceAny | ToolChoiceTool | ToolChoiceNone;
1875
+
1876
+ /**
1877
+ * The model will use any available tools.
1878
+ */
1879
+ export interface ToolChoiceAny {
1880
+ type: 'any';
1881
+
1882
+ /**
1883
+ * Whether to disable parallel tool use.
1884
+ *
1885
+ * Defaults to `false`. If set to `true`, the model will output exactly one tool
1886
+ * use.
1887
+ */
1888
+ disable_parallel_tool_use?: boolean;
1889
+ }
1890
+
1891
+ /**
1892
+ * The model will automatically decide whether to use tools.
1893
+ */
1894
+ export interface ToolChoiceAuto {
1895
+ type: 'auto';
1896
+
1897
+ /**
1898
+ * Whether to disable parallel tool use.
1899
+ *
1900
+ * Defaults to `false`. If set to `true`, the model will output at most one tool
1901
+ * use.
1902
+ */
1903
+ disable_parallel_tool_use?: boolean;
1904
+ }
1905
+
1906
+ /**
1907
+ * The model will not be allowed to use tools.
1908
+ */
1909
+ export interface ToolChoiceNone {
1910
+ type: 'none';
1911
+ }
1912
+
1913
+ /**
1914
+ * The model will use the specified tool with `tool_choice.name`.
1915
+ */
1916
+ export interface ToolChoiceTool {
1917
+ /**
1918
+ * The name of the tool to use.
1919
+ */
1920
+ name: string;
1921
+
1922
+ type: 'tool';
1923
+
1924
+ /**
1925
+ * Whether to disable parallel tool use.
1926
+ *
1927
+ * Defaults to `false`. If set to `true`, the model will output exactly one tool
1928
+ * use.
1929
+ */
1930
+ disable_parallel_tool_use?: boolean;
1931
+ }
1932
+
1933
+ export interface ToolReferenceBlock {
1934
+ tool_name: string;
1935
+
1936
+ type: 'tool_reference';
1937
+ }
1938
+
1939
+ /**
1940
+ * Tool reference block that can be included in tool_result content.
1941
+ */
1942
+ export interface ToolReferenceBlockParam {
1943
+ tool_name: string;
1944
+
1945
+ type: 'tool_reference';
1946
+
1947
+ /**
1948
+ * Create a cache control breakpoint at this content block.
1949
+ */
1950
+ cache_control?: CacheControlEphemeral | null;
1951
+ }
1952
+
1953
+ export interface ToolResultBlockParam {
1954
+ tool_use_id: string;
1955
+
1956
+ type: 'tool_result';
1957
+
1958
+ /**
1959
+ * Create a cache control breakpoint at this content block.
1960
+ */
1961
+ cache_control?: CacheControlEphemeral | null;
1962
+
1963
+ content?:
1964
+ | string
1965
+ | Array<
1966
+ | TextBlockParam
1967
+ | ImageBlockParam
1968
+ | SearchResultBlockParam
1969
+ | DocumentBlockParam
1970
+ | ToolReferenceBlockParam
1971
+ >;
1972
+
1973
+ is_error?: boolean;
1974
+ }
1975
+
1976
+ export interface ToolSearchToolBm25_20251119 {
1977
+ /**
1978
+ * Name of the tool.
1979
+ *
1980
+ * This is how the tool will be called by the model and in `tool_use` blocks.
1981
+ */
1982
+ name: 'tool_search_tool_bm25';
1983
+
1984
+ type: 'tool_search_tool_bm25_20251119' | 'tool_search_tool_bm25';
1985
+
1986
+ allowed_callers?: Array<'direct' | 'code_execution_20250825' | 'code_execution_20260120'>;
1987
+
1988
+ /**
1989
+ * Create a cache control breakpoint at this content block.
1990
+ */
1991
+ cache_control?: CacheControlEphemeral | null;
1992
+
1993
+ /**
1994
+ * If true, tool will not be included in initial system prompt. Only loaded when
1995
+ * returned via tool_reference from tool search.
1996
+ */
1997
+ defer_loading?: boolean;
1998
+
1999
+ /**
2000
+ * When true, guarantees schema validation on tool names and inputs
2001
+ */
2002
+ strict?: boolean;
2003
+ }
2004
+
2005
+ export interface ToolSearchToolRegex20251119 {
2006
+ /**
2007
+ * Name of the tool.
2008
+ *
2009
+ * This is how the tool will be called by the model and in `tool_use` blocks.
2010
+ */
2011
+ name: 'tool_search_tool_regex';
2012
+
2013
+ type: 'tool_search_tool_regex_20251119' | 'tool_search_tool_regex';
2014
+
2015
+ allowed_callers?: Array<'direct' | 'code_execution_20250825' | 'code_execution_20260120'>;
2016
+
2017
+ /**
2018
+ * Create a cache control breakpoint at this content block.
2019
+ */
2020
+ cache_control?: CacheControlEphemeral | null;
2021
+
2022
+ /**
2023
+ * If true, tool will not be included in initial system prompt. Only loaded when
2024
+ * returned via tool_reference from tool search.
2025
+ */
2026
+ defer_loading?: boolean;
2027
+
2028
+ /**
2029
+ * When true, guarantees schema validation on tool names and inputs
2030
+ */
2031
+ strict?: boolean;
2032
+ }
2033
+
2034
+ export interface ToolSearchToolResultBlock {
2035
+ content: ToolSearchToolResultError | ToolSearchToolSearchResultBlock;
2036
+
2037
+ tool_use_id: string;
2038
+
2039
+ type: 'tool_search_tool_result';
2040
+ }
2041
+
2042
+ export interface ToolSearchToolResultBlockParam {
2043
+ content: ToolSearchToolResultErrorParam | ToolSearchToolSearchResultBlockParam;
2044
+
2045
+ tool_use_id: string;
2046
+
2047
+ type: 'tool_search_tool_result';
2048
+
2049
+ /**
2050
+ * Create a cache control breakpoint at this content block.
2051
+ */
2052
+ cache_control?: CacheControlEphemeral | null;
2053
+ }
2054
+
2055
+ export interface ToolSearchToolResultError {
2056
+ error_code: ToolSearchToolResultErrorCode;
2057
+
2058
+ error_message: string | null;
2059
+
2060
+ type: 'tool_search_tool_result_error';
2061
+ }
2062
+
2063
+ export type ToolSearchToolResultErrorCode =
2064
+ | 'invalid_tool_input'
2065
+ | 'unavailable'
2066
+ | 'too_many_requests'
2067
+ | 'execution_time_exceeded';
2068
+
2069
+ export interface ToolSearchToolResultErrorParam {
2070
+ error_code: ToolSearchToolResultErrorCode;
2071
+
2072
+ type: 'tool_search_tool_result_error';
2073
+ }
2074
+
2075
+ export interface ToolSearchToolSearchResultBlock {
2076
+ tool_references: Array<ToolReferenceBlock>;
2077
+
2078
+ type: 'tool_search_tool_search_result';
2079
+ }
2080
+
2081
+ export interface ToolSearchToolSearchResultBlockParam {
2082
+ tool_references: Array<ToolReferenceBlockParam>;
2083
+
2084
+ type: 'tool_search_tool_search_result';
2085
+ }
2086
+
2087
+ export interface ToolTextEditor20250124 {
2088
+ /**
2089
+ * Name of the tool.
2090
+ *
2091
+ * This is how the tool will be called by the model and in `tool_use` blocks.
2092
+ */
2093
+ name: 'str_replace_editor';
2094
+
2095
+ type: 'text_editor_20250124';
2096
+
2097
+ allowed_callers?: Array<'direct' | 'code_execution_20250825' | 'code_execution_20260120'>;
2098
+
2099
+ /**
2100
+ * Create a cache control breakpoint at this content block.
2101
+ */
2102
+ cache_control?: CacheControlEphemeral | null;
2103
+
2104
+ /**
2105
+ * If true, tool will not be included in initial system prompt. Only loaded when
2106
+ * returned via tool_reference from tool search.
2107
+ */
2108
+ defer_loading?: boolean;
2109
+
2110
+ input_examples?: Array<{ [key: string]: unknown }>;
2111
+
2112
+ /**
2113
+ * When true, guarantees schema validation on tool names and inputs
2114
+ */
2115
+ strict?: boolean;
2116
+ }
2117
+
2118
+ export interface ToolTextEditor20250429 {
2119
+ /**
2120
+ * Name of the tool.
2121
+ *
2122
+ * This is how the tool will be called by the model and in `tool_use` blocks.
2123
+ */
2124
+ name: 'str_replace_based_edit_tool';
2125
+
2126
+ type: 'text_editor_20250429';
2127
+
2128
+ allowed_callers?: Array<'direct' | 'code_execution_20250825' | 'code_execution_20260120'>;
2129
+
2130
+ /**
2131
+ * Create a cache control breakpoint at this content block.
2132
+ */
2133
+ cache_control?: CacheControlEphemeral | null;
2134
+
2135
+ /**
2136
+ * If true, tool will not be included in initial system prompt. Only loaded when
2137
+ * returned via tool_reference from tool search.
2138
+ */
2139
+ defer_loading?: boolean;
2140
+
2141
+ input_examples?: Array<{ [key: string]: unknown }>;
2142
+
2143
+ /**
2144
+ * When true, guarantees schema validation on tool names and inputs
2145
+ */
2146
+ strict?: boolean;
2147
+ }
2148
+
2149
+ export interface ToolTextEditor20250728 {
2150
+ /**
2151
+ * Name of the tool.
2152
+ *
2153
+ * This is how the tool will be called by the model and in `tool_use` blocks.
2154
+ */
2155
+ name: 'str_replace_based_edit_tool';
2156
+
2157
+ type: 'text_editor_20250728';
2158
+
2159
+ allowed_callers?: Array<'direct' | 'code_execution_20250825' | 'code_execution_20260120'>;
2160
+
2161
+ /**
2162
+ * Create a cache control breakpoint at this content block.
2163
+ */
2164
+ cache_control?: CacheControlEphemeral | null;
2165
+
2166
+ /**
2167
+ * If true, tool will not be included in initial system prompt. Only loaded when
2168
+ * returned via tool_reference from tool search.
2169
+ */
2170
+ defer_loading?: boolean;
2171
+
2172
+ input_examples?: Array<{ [key: string]: unknown }>;
2173
+
2174
+ /**
2175
+ * Maximum number of characters to display when viewing a file. If not specified,
2176
+ * defaults to displaying the full file.
2177
+ */
2178
+ max_characters?: number | null;
2179
+
2180
+ /**
2181
+ * When true, guarantees schema validation on tool names and inputs
2182
+ */
2183
+ strict?: boolean;
2184
+ }
2185
+
2186
+ /**
2187
+ * Code execution tool with REPL state persistence (daemon mode + gVisor
2188
+ * checkpoint).
2189
+ */
2190
+ export type ToolUnion =
2191
+ | Tool
2192
+ | ToolBash20250124
2193
+ | CodeExecutionTool20250522
2194
+ | CodeExecutionTool20250825
2195
+ | CodeExecutionTool20260120
2196
+ | MemoryTool20250818
2197
+ | ToolTextEditor20250124
2198
+ | ToolTextEditor20250429
2199
+ | ToolTextEditor20250728
2200
+ | WebSearchTool20250305
2201
+ | WebFetchTool20250910
2202
+ | WebSearchTool20260209
2203
+ | WebFetchTool20260209
2204
+ | WebFetchTool20260309
2205
+ | ToolSearchToolBm25_20251119
2206
+ | ToolSearchToolRegex20251119;
2207
+
2208
+ export interface ToolUseBlock {
2209
+ id: string;
2210
+
2211
+ /**
2212
+ * Tool invocation directly from the model.
2213
+ */
2214
+ caller: DirectCaller | ServerToolCaller | ServerToolCaller20260120;
2215
+
2216
+ input: unknown;
2217
+
2218
+ name: string;
2219
+
2220
+ type: 'tool_use';
2221
+ }
2222
+
2223
+ export interface ToolUseBlockParam {
2224
+ id: string;
2225
+
2226
+ input: unknown;
2227
+
2228
+ name: string;
2229
+
2230
+ type: 'tool_use';
2231
+
2232
+ /**
2233
+ * Create a cache control breakpoint at this content block.
2234
+ */
2235
+ cache_control?: CacheControlEphemeral | null;
2236
+
2237
+ /**
2238
+ * Tool invocation directly from the model.
2239
+ */
2240
+ caller?: DirectCaller | ServerToolCaller | ServerToolCaller20260120;
2241
+ }
2242
+
2243
+ export interface URLImageSource {
2244
+ type: 'url';
2245
+
2246
+ url: string;
2247
+ }
2248
+
2249
+ export interface URLPDFSource {
2250
+ type: 'url';
2251
+
2252
+ url: string;
2253
+ }
2254
+
2255
+ export interface Usage {
2256
+ /**
2257
+ * Breakdown of cached tokens by TTL
2258
+ */
2259
+ cache_creation: CacheCreation | null;
2260
+
2261
+ /**
2262
+ * The number of input tokens used to create the cache entry.
2263
+ */
2264
+ cache_creation_input_tokens: number | null;
2265
+
2266
+ /**
2267
+ * The number of input tokens read from the cache.
2268
+ */
2269
+ cache_read_input_tokens: number | null;
2270
+
2271
+ /**
2272
+ * The geographic region where inference was performed for this request.
2273
+ */
2274
+ inference_geo: string | null;
2275
+
2276
+ /**
2277
+ * The number of input tokens which were used.
2278
+ */
2279
+ input_tokens: number;
2280
+
2281
+ /**
2282
+ * The number of output tokens which were used.
2283
+ */
2284
+ output_tokens: number;
2285
+
2286
+ /**
2287
+ * Breakdown of output tokens by category.
2288
+ *
2289
+ * `output_tokens` remains the inclusive, authoritative total used for billing.
2290
+ * This object provides a read-only decomposition for observability — for example,
2291
+ * how many of the billed output tokens were spent on internal reasoning that may
2292
+ * have been summarized before being returned to you.
2293
+ */
2294
+ output_tokens_details: OutputTokensDetails | null;
2295
+
2296
+ /**
2297
+ * The number of server tool requests.
2298
+ */
2299
+ server_tool_use: ServerToolUsage | null;
2300
+
2301
+ /**
2302
+ * If the request used the priority, standard, or batch tier.
2303
+ */
2304
+ service_tier: 'standard' | 'priority' | 'batch' | null;
2305
+ }
2306
+
2307
+ export interface UserLocation {
2308
+ type: 'approximate';
2309
+
2310
+ /**
2311
+ * The city of the user.
2312
+ */
2313
+ city?: string | null;
2314
+
2315
+ /**
2316
+ * The two letter
2317
+ * [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the
2318
+ * user.
2319
+ */
2320
+ country?: string | null;
2321
+
2322
+ /**
2323
+ * The region of the user.
2324
+ */
2325
+ region?: string | null;
2326
+
2327
+ /**
2328
+ * The [IANA timezone](https://nodatime.org/TimeZones) of the user.
2329
+ */
2330
+ timezone?: string | null;
2331
+ }
2332
+
2333
+ export interface WebFetchBlock {
2334
+ content: DocumentBlock;
2335
+
2336
+ /**
2337
+ * ISO 8601 timestamp when the content was retrieved
2338
+ */
2339
+ retrieved_at: string | null;
2340
+
2341
+ type: 'web_fetch_result';
2342
+
2343
+ /**
2344
+ * Fetched content URL
2345
+ */
2346
+ url: string;
2347
+ }
2348
+
2349
+ export interface WebFetchBlockParam {
2350
+ content: DocumentBlockParam;
2351
+
2352
+ type: 'web_fetch_result';
2353
+
2354
+ /**
2355
+ * Fetched content URL
2356
+ */
2357
+ url: string;
2358
+
2359
+ /**
2360
+ * ISO 8601 timestamp when the content was retrieved
2361
+ */
2362
+ retrieved_at?: string | null;
2363
+ }
2364
+
2365
+ export interface WebFetchTool20250910 {
2366
+ /**
2367
+ * Name of the tool.
2368
+ *
2369
+ * This is how the tool will be called by the model and in `tool_use` blocks.
2370
+ */
2371
+ name: 'web_fetch';
2372
+
2373
+ type: 'web_fetch_20250910';
2374
+
2375
+ allowed_callers?: Array<'direct' | 'code_execution_20250825' | 'code_execution_20260120'>;
2376
+
2377
+ /**
2378
+ * List of domains to allow fetching from
2379
+ */
2380
+ allowed_domains?: Array<string> | null;
2381
+
2382
+ /**
2383
+ * List of domains to block fetching from
2384
+ */
2385
+ blocked_domains?: Array<string> | null;
2386
+
2387
+ /**
2388
+ * Create a cache control breakpoint at this content block.
2389
+ */
2390
+ cache_control?: CacheControlEphemeral | null;
2391
+
2392
+ /**
2393
+ * Citations configuration for fetched documents. Citations are disabled by
2394
+ * default.
2395
+ */
2396
+ citations?: CitationsConfigParam | null;
2397
+
2398
+ /**
2399
+ * If true, tool will not be included in initial system prompt. Only loaded when
2400
+ * returned via tool_reference from tool search.
2401
+ */
2402
+ defer_loading?: boolean;
2403
+
2404
+ /**
2405
+ * Maximum number of tokens used by including web page text content in the context.
2406
+ * The limit is approximate and does not apply to binary content such as PDFs.
2407
+ */
2408
+ max_content_tokens?: number | null;
2409
+
2410
+ /**
2411
+ * Maximum number of times the tool can be used in the API request.
2412
+ */
2413
+ max_uses?: number | null;
2414
+
2415
+ /**
2416
+ * When true, guarantees schema validation on tool names and inputs
2417
+ */
2418
+ strict?: boolean;
2419
+ }
2420
+
2421
+ export interface WebFetchTool20260209 {
2422
+ /**
2423
+ * Name of the tool.
2424
+ *
2425
+ * This is how the tool will be called by the model and in `tool_use` blocks.
2426
+ */
2427
+ name: 'web_fetch';
2428
+
2429
+ type: 'web_fetch_20260209';
2430
+
2431
+ allowed_callers?: Array<'direct' | 'code_execution_20250825' | 'code_execution_20260120'>;
2432
+
2433
+ /**
2434
+ * List of domains to allow fetching from
2435
+ */
2436
+ allowed_domains?: Array<string> | null;
2437
+
2438
+ /**
2439
+ * List of domains to block fetching from
2440
+ */
2441
+ blocked_domains?: Array<string> | null;
2442
+
2443
+ /**
2444
+ * Create a cache control breakpoint at this content block.
2445
+ */
2446
+ cache_control?: CacheControlEphemeral | null;
2447
+
2448
+ /**
2449
+ * Citations configuration for fetched documents. Citations are disabled by
2450
+ * default.
2451
+ */
2452
+ citations?: CitationsConfigParam | null;
2453
+
2454
+ /**
2455
+ * If true, tool will not be included in initial system prompt. Only loaded when
2456
+ * returned via tool_reference from tool search.
2457
+ */
2458
+ defer_loading?: boolean;
2459
+
2460
+ /**
2461
+ * Maximum number of tokens used by including web page text content in the context.
2462
+ * The limit is approximate and does not apply to binary content such as PDFs.
2463
+ */
2464
+ max_content_tokens?: number | null;
2465
+
2466
+ /**
2467
+ * Maximum number of times the tool can be used in the API request.
2468
+ */
2469
+ max_uses?: number | null;
2470
+
2471
+ /**
2472
+ * When true, guarantees schema validation on tool names and inputs
2473
+ */
2474
+ strict?: boolean;
2475
+ }
2476
+
2477
+ /**
2478
+ * Web fetch tool with use_cache parameter for bypassing cached content.
2479
+ */
2480
+ export interface WebFetchTool20260309 {
2481
+ /**
2482
+ * Name of the tool.
2483
+ *
2484
+ * This is how the tool will be called by the model and in `tool_use` blocks.
2485
+ */
2486
+ name: 'web_fetch';
2487
+
2488
+ type: 'web_fetch_20260309';
2489
+
2490
+ allowed_callers?: Array<'direct' | 'code_execution_20250825' | 'code_execution_20260120'>;
2491
+
2492
+ /**
2493
+ * List of domains to allow fetching from
2494
+ */
2495
+ allowed_domains?: Array<string> | null;
2496
+
2497
+ /**
2498
+ * List of domains to block fetching from
2499
+ */
2500
+ blocked_domains?: Array<string> | null;
2501
+
2502
+ /**
2503
+ * Create a cache control breakpoint at this content block.
2504
+ */
2505
+ cache_control?: CacheControlEphemeral | null;
2506
+
2507
+ /**
2508
+ * Citations configuration for fetched documents. Citations are disabled by
2509
+ * default.
2510
+ */
2511
+ citations?: CitationsConfigParam | null;
2512
+
2513
+ /**
2514
+ * If true, tool will not be included in initial system prompt. Only loaded when
2515
+ * returned via tool_reference from tool search.
2516
+ */
2517
+ defer_loading?: boolean;
2518
+
2519
+ /**
2520
+ * Maximum number of tokens used by including web page text content in the context.
2521
+ * The limit is approximate and does not apply to binary content such as PDFs.
2522
+ */
2523
+ max_content_tokens?: number | null;
2524
+
2525
+ /**
2526
+ * Maximum number of times the tool can be used in the API request.
2527
+ */
2528
+ max_uses?: number | null;
2529
+
2530
+ /**
2531
+ * When true, guarantees schema validation on tool names and inputs
2532
+ */
2533
+ strict?: boolean;
2534
+
2535
+ /**
2536
+ * Whether to use cached content. Set to false to bypass the cache and fetch fresh
2537
+ * content. Only set to false when the user explicitly requests fresh content or
2538
+ * when fetching rapidly-changing sources.
2539
+ */
2540
+ use_cache?: boolean;
2541
+ }
2542
+
2543
+ export interface WebFetchToolResultBlock {
2544
+ /**
2545
+ * Tool invocation directly from the model.
2546
+ */
2547
+ caller: DirectCaller | ServerToolCaller | ServerToolCaller20260120;
2548
+
2549
+ content: WebFetchToolResultErrorBlock | WebFetchBlock;
2550
+
2551
+ tool_use_id: string;
2552
+
2553
+ type: 'web_fetch_tool_result';
2554
+ }
2555
+
2556
+ export interface WebFetchToolResultBlockParam {
2557
+ content: WebFetchToolResultErrorBlockParam | WebFetchBlockParam;
2558
+
2559
+ tool_use_id: string;
2560
+
2561
+ type: 'web_fetch_tool_result';
2562
+
2563
+ /**
2564
+ * Create a cache control breakpoint at this content block.
2565
+ */
2566
+ cache_control?: CacheControlEphemeral | null;
2567
+
2568
+ /**
2569
+ * Tool invocation directly from the model.
2570
+ */
2571
+ caller?: DirectCaller | ServerToolCaller | ServerToolCaller20260120;
2572
+ }
2573
+
2574
+ export interface WebFetchToolResultErrorBlock {
2575
+ error_code: WebFetchToolResultErrorCode;
2576
+
2577
+ type: 'web_fetch_tool_result_error';
2578
+ }
2579
+
2580
+ export interface WebFetchToolResultErrorBlockParam {
2581
+ error_code: WebFetchToolResultErrorCode;
2582
+
2583
+ type: 'web_fetch_tool_result_error';
2584
+ }
2585
+
2586
+ export type WebFetchToolResultErrorCode =
2587
+ | 'invalid_tool_input'
2588
+ | 'url_too_long'
2589
+ | 'url_not_allowed'
2590
+ | 'url_not_in_prior_context'
2591
+ | 'url_not_accessible'
2592
+ | 'unsupported_content_type'
2593
+ | 'too_many_requests'
2594
+ | 'max_uses_exceeded'
2595
+ | 'unavailable';
2596
+
2597
+ export interface WebSearchResultBlock {
2598
+ encrypted_content: string;
2599
+
2600
+ page_age: string | null;
2601
+
2602
+ title: string;
2603
+
2604
+ type: 'web_search_result';
2605
+
2606
+ url: string;
2607
+ }
2608
+
2609
+ export interface WebSearchResultBlockParam {
2610
+ encrypted_content: string;
2611
+
2612
+ title: string;
2613
+
2614
+ type: 'web_search_result';
2615
+
2616
+ url: string;
2617
+
2618
+ page_age?: string | null;
2619
+ }
2620
+
2621
+ export interface WebSearchTool20250305 {
2622
+ /**
2623
+ * Name of the tool.
2624
+ *
2625
+ * This is how the tool will be called by the model and in `tool_use` blocks.
2626
+ */
2627
+ name: 'web_search';
2628
+
2629
+ type: 'web_search_20250305';
2630
+
2631
+ allowed_callers?: Array<'direct' | 'code_execution_20250825' | 'code_execution_20260120'>;
2632
+
2633
+ /**
2634
+ * If provided, only these domains will be included in results. Cannot be used
2635
+ * alongside `blocked_domains`.
2636
+ */
2637
+ allowed_domains?: Array<string> | null;
2638
+
2639
+ /**
2640
+ * If provided, these domains will never appear in results. Cannot be used
2641
+ * alongside `allowed_domains`.
2642
+ */
2643
+ blocked_domains?: Array<string> | null;
2644
+
2645
+ /**
2646
+ * Create a cache control breakpoint at this content block.
2647
+ */
2648
+ cache_control?: CacheControlEphemeral | null;
2649
+
2650
+ /**
2651
+ * If true, tool will not be included in initial system prompt. Only loaded when
2652
+ * returned via tool_reference from tool search.
2653
+ */
2654
+ defer_loading?: boolean;
2655
+
2656
+ /**
2657
+ * Maximum number of times the tool can be used in the API request.
2658
+ */
2659
+ max_uses?: number | null;
2660
+
2661
+ /**
2662
+ * When true, guarantees schema validation on tool names and inputs
2663
+ */
2664
+ strict?: boolean;
2665
+
2666
+ /**
2667
+ * Parameters for the user's location. Used to provide more relevant search
2668
+ * results.
2669
+ */
2670
+ user_location?: UserLocation | null;
2671
+ }
2672
+
2673
+ // backward compat
2674
+ export namespace WebSearchTool20250305 {
2675
+ /**
2676
+ * @deprecated Import `UserLocation` from `anthropic` directly instead of using
2677
+ * `WebSearchTool20250305.UserLocation`.
2678
+ */
2679
+ export type UserLocation = Messages.UserLocation;
2680
+ }
2681
+
2682
+ export interface WebSearchTool20260209 {
2683
+ /**
2684
+ * Name of the tool.
2685
+ *
2686
+ * This is how the tool will be called by the model and in `tool_use` blocks.
2687
+ */
2688
+ name: 'web_search';
2689
+
2690
+ type: 'web_search_20260209';
2691
+
2692
+ allowed_callers?: Array<'direct' | 'code_execution_20250825' | 'code_execution_20260120'>;
2693
+
2694
+ /**
2695
+ * If provided, only these domains will be included in results. Cannot be used
2696
+ * alongside `blocked_domains`.
2697
+ */
2698
+ allowed_domains?: Array<string> | null;
2699
+
2700
+ /**
2701
+ * If provided, these domains will never appear in results. Cannot be used
2702
+ * alongside `allowed_domains`.
2703
+ */
2704
+ blocked_domains?: Array<string> | null;
2705
+
2706
+ /**
2707
+ * Create a cache control breakpoint at this content block.
2708
+ */
2709
+ cache_control?: CacheControlEphemeral | null;
2710
+
2711
+ /**
2712
+ * If true, tool will not be included in initial system prompt. Only loaded when
2713
+ * returned via tool_reference from tool search.
2714
+ */
2715
+ defer_loading?: boolean;
2716
+
2717
+ /**
2718
+ * Maximum number of times the tool can be used in the API request.
2719
+ */
2720
+ max_uses?: number | null;
2721
+
2722
+ /**
2723
+ * When true, guarantees schema validation on tool names and inputs
2724
+ */
2725
+ strict?: boolean;
2726
+
2727
+ /**
2728
+ * Parameters for the user's location. Used to provide more relevant search
2729
+ * results.
2730
+ */
2731
+ user_location?: UserLocation | null;
2732
+ }
2733
+
2734
+ // backward compat
2735
+ export namespace WebSearchTool20260209 {
2736
+ /**
2737
+ * @deprecated Import `UserLocation` from `anthropic` directly instead of using
2738
+ * `WebSearchTool20260209.UserLocation`.
2739
+ */
2740
+ export type UserLocation = Messages.UserLocation;
2741
+ }
2742
+
2743
+ export interface WebSearchToolRequestError {
2744
+ error_code: WebSearchToolResultErrorCode;
2745
+
2746
+ type: 'web_search_tool_result_error';
2747
+ }
2748
+
2749
+ export interface WebSearchToolResultBlock {
2750
+ /**
2751
+ * Tool invocation directly from the model.
2752
+ */
2753
+ caller: DirectCaller | ServerToolCaller | ServerToolCaller20260120;
2754
+
2755
+ content: WebSearchToolResultBlockContent;
2756
+
2757
+ tool_use_id: string;
2758
+
2759
+ type: 'web_search_tool_result';
2760
+ }
2761
+
2762
+ export type WebSearchToolResultBlockContent = WebSearchToolResultError | Array<WebSearchResultBlock>;
2763
+
2764
+ export interface WebSearchToolResultBlockParam {
2765
+ content: WebSearchToolResultBlockParamContent;
2766
+
2767
+ tool_use_id: string;
2768
+
2769
+ type: 'web_search_tool_result';
2770
+
2771
+ /**
2772
+ * Create a cache control breakpoint at this content block.
2773
+ */
2774
+ cache_control?: CacheControlEphemeral | null;
2775
+
2776
+ /**
2777
+ * Tool invocation directly from the model.
2778
+ */
2779
+ caller?: DirectCaller | ServerToolCaller | ServerToolCaller20260120;
2780
+ }
2781
+
2782
+ export type WebSearchToolResultBlockParamContent =
2783
+ | Array<WebSearchResultBlockParam>
2784
+ | WebSearchToolRequestError;
2785
+
2786
+ export interface WebSearchToolResultError {
2787
+ error_code: WebSearchToolResultErrorCode;
2788
+
2789
+ type: 'web_search_tool_result_error';
2790
+ }
2791
+
2792
+ export type WebSearchToolResultErrorCode =
2793
+ | 'invalid_tool_input'
2794
+ | 'unavailable'
2795
+ | 'max_uses_exceeded'
2796
+ | 'too_many_requests'
2797
+ | 'query_too_long'
2798
+ | 'request_too_large';
2799
+
2800
+ export type MessageStreamEvent = RawMessageStreamEvent;
2801
+
2802
+ export type MessageStartEvent = RawMessageStartEvent;
2803
+
2804
+ export type MessageDeltaEvent = RawMessageDeltaEvent;
2805
+
2806
+ export type MessageStopEvent = RawMessageStopEvent;
2807
+
2808
+ export type ContentBlockStartEvent = RawContentBlockStartEvent;
2809
+
2810
+ export type ContentBlockDeltaEvent = RawContentBlockDeltaEvent;
2811
+
2812
+ export type ContentBlockStopEvent = RawContentBlockStopEvent;
2813
+
2814
+ export type MessageCreateParams = MessageCreateParamsNonStreaming | MessageCreateParamsStreaming;
2815
+
2816
+ export interface MessageCreateParamsBase {
2817
+ /**
2818
+ * The maximum number of tokens to generate before stopping.
2819
+ *
2820
+ * Note that our models may stop _before_ reaching this maximum. This parameter
2821
+ * only specifies the absolute maximum number of tokens to generate.
2822
+ *
2823
+ * Set to `0` to populate the
2824
+ * [prompt cache](https://docs.claude.com/en/docs/build-with-claude/prompt-caching#pre-warming-the-cache)
2825
+ * without generating a response.
2826
+ *
2827
+ * Different models have different maximum values for this parameter. See
2828
+ * [models](https://docs.claude.com/en/docs/models-overview) for details.
2829
+ */
2830
+ max_tokens: number;
2831
+
2832
+ /**
2833
+ * Input messages.
2834
+ *
2835
+ * Our models are trained to operate on alternating `user` and `assistant`
2836
+ * conversational turns. When creating a new `Message`, you specify the prior
2837
+ * conversational turns with the `messages` parameter, and the model then generates
2838
+ * the next `Message` in the conversation. Consecutive `user` or `assistant` turns
2839
+ * in your request will be combined into a single turn.
2840
+ *
2841
+ * Each input message must be an object with a `role` and `content`. You can
2842
+ * specify a single `user`-role message, or you can include multiple `user` and
2843
+ * `assistant` messages.
2844
+ *
2845
+ * If the final message uses the `assistant` role, the response content will
2846
+ * continue immediately from the content in that message. This can be used to
2847
+ * constrain part of the model's response.
2848
+ *
2849
+ * Example with a single `user` message:
2850
+ *
2851
+ * ```json
2852
+ * [{ "role": "user", "content": "Hello, Claude" }]
2853
+ * ```
2854
+ *
2855
+ * Example with multiple conversational turns:
2856
+ *
2857
+ * ```json
2858
+ * [
2859
+ * { "role": "user", "content": "Hello there." },
2860
+ * { "role": "assistant", "content": "Hi, I'm Claude. How can I help you?" },
2861
+ * { "role": "user", "content": "Can you explain LLMs in plain English?" }
2862
+ * ]
2863
+ * ```
2864
+ *
2865
+ * Example with a partially-filled response from Claude:
2866
+ *
2867
+ * ```json
2868
+ * [
2869
+ * {
2870
+ * "role": "user",
2871
+ * "content": "What's the Greek name for Sun? (A) Sol (B) Helios (C) Sun"
2872
+ * },
2873
+ * { "role": "assistant", "content": "The best answer is (" }
2874
+ * ]
2875
+ * ```
2876
+ *
2877
+ * Each input message `content` may be either a single `string` or an array of
2878
+ * content blocks, where each block has a specific `type`. Using a `string` for
2879
+ * `content` is shorthand for an array of one content block of type `"text"`. The
2880
+ * following input messages are equivalent:
2881
+ *
2882
+ * ```json
2883
+ * { "role": "user", "content": "Hello, Claude" }
2884
+ * ```
2885
+ *
2886
+ * ```json
2887
+ * { "role": "user", "content": [{ "type": "text", "text": "Hello, Claude" }] }
2888
+ * ```
2889
+ *
2890
+ * See [input examples](https://docs.claude.com/en/api/messages-examples).
2891
+ *
2892
+ * Note that if you want to include a
2893
+ * [system prompt](https://docs.claude.com/en/docs/system-prompts), you can use the
2894
+ * top-level `system` parameter — there is no `"system"` role for input messages in
2895
+ * the Messages API.
2896
+ *
2897
+ * There is a limit of 100,000 messages in a single request.
2898
+ */
2899
+ messages: Array<MessageParam>;
2900
+
2901
+ /**
2902
+ * The model that will complete your prompt.
2903
+ *
2904
+ * See [models](https://docs.anthropic.com/en/docs/models-overview) for additional
2905
+ * details and options.
2906
+ */
2907
+ model: Model;
2908
+
2909
+ /**
2910
+ * Top-level cache control automatically applies a cache_control marker to the last
2911
+ * cacheable block in the request.
2912
+ */
2913
+ cache_control?: CacheControlEphemeral | null;
2914
+
2915
+ /**
2916
+ * Container identifier for reuse across requests.
2917
+ */
2918
+ container?: string | null;
2919
+
2920
+ /**
2921
+ * Specifies the geographic region for inference processing. If not specified, the
2922
+ * workspace's `default_inference_geo` is used.
2923
+ */
2924
+ inference_geo?: string | null;
2925
+
2926
+ /**
2927
+ * An object describing metadata about the request.
2928
+ */
2929
+ metadata?: Metadata;
2930
+
2931
+ /**
2932
+ * Configuration options for the model's output, such as the output format.
2933
+ */
2934
+ output_config?: OutputConfig;
2935
+
2936
+ /**
2937
+ * Determines whether to use priority capacity (if available) or standard capacity
2938
+ * for this request.
2939
+ *
2940
+ * Anthropic offers different levels of service for your API requests. See
2941
+ * [service-tiers](https://docs.claude.com/en/api/service-tiers) for details.
2942
+ */
2943
+ service_tier?: 'auto' | 'standard_only';
2944
+
2945
+ /**
2946
+ * Custom text sequences that will cause the model to stop generating.
2947
+ *
2948
+ * Our models will normally stop when they have naturally completed their turn,
2949
+ * which will result in a response `stop_reason` of `"end_turn"`.
2950
+ *
2951
+ * If you want the model to stop generating when it encounters custom strings of
2952
+ * text, you can use the `stop_sequences` parameter. If the model encounters one of
2953
+ * the custom sequences, the response `stop_reason` value will be `"stop_sequence"`
2954
+ * and the response `stop_sequence` value will contain the matched stop sequence.
2955
+ */
2956
+ stop_sequences?: Array<string>;
2957
+
2958
+ /**
2959
+ * Whether to incrementally stream the response using server-sent events.
2960
+ *
2961
+ * See [streaming](https://docs.claude.com/en/api/messages-streaming) for details.
2962
+ */
2963
+ stream?: boolean;
2964
+
2965
+ /**
2966
+ * System prompt.
2967
+ *
2968
+ * A system prompt is a way of providing context and instructions to Claude, such
2969
+ * as specifying a particular goal or role. See our
2970
+ * [guide to system prompts](https://docs.claude.com/en/docs/system-prompts).
2971
+ */
2972
+ system?: string | Array<TextBlockParam>;
2973
+
2974
+ /**
2975
+ * @deprecated Deprecated. Models released after Claude Opus 4.6 do not support
2976
+ * setting temperature. A value of 1.0 of will be accepted for backwards
2977
+ * compatibility, all other values will be rejected with a 400 error.
2978
+ */
2979
+ temperature?: number;
2980
+
2981
+ /**
2982
+ * Configuration for enabling Claude's extended thinking.
2983
+ *
2984
+ * When enabled, responses include `thinking` content blocks showing Claude's
2985
+ * thinking process before the final answer. Requires a minimum budget of 1,024
2986
+ * tokens and counts towards your `max_tokens` limit.
2987
+ *
2988
+ * See
2989
+ * [extended thinking](https://docs.claude.com/en/docs/build-with-claude/extended-thinking)
2990
+ * for details.
2991
+ */
2992
+ thinking?: ThinkingConfigParam;
2993
+
2994
+ /**
2995
+ * How the model should use the provided tools. The model can use a specific tool,
2996
+ * any available tool, decide by itself, or not use tools at all.
2997
+ */
2998
+ tool_choice?: ToolChoice;
2999
+
3000
+ /**
3001
+ * Definitions of tools that the model may use.
3002
+ *
3003
+ * If you include `tools` in your API request, the model may return `tool_use`
3004
+ * content blocks that represent the model's use of those tools. You can then run
3005
+ * those tools using the tool input generated by the model and then optionally
3006
+ * return results back to the model using `tool_result` content blocks.
3007
+ *
3008
+ * There are two types of tools: **client tools** and **server tools**. The
3009
+ * behavior described below applies to client tools. For
3010
+ * [server tools](https://docs.claude.com/en/docs/agents-and-tools/tool-use/overview#server-tools),
3011
+ * see their individual documentation as each has its own behavior (e.g., the
3012
+ * [web search tool](https://docs.claude.com/en/docs/agents-and-tools/tool-use/web-search-tool)).
3013
+ *
3014
+ * Each tool definition includes:
3015
+ *
3016
+ * - `name`: Name of the tool.
3017
+ * - `description`: Optional, but strongly-recommended description of the tool.
3018
+ * - `input_schema`: [JSON schema](https://json-schema.org/draft/2020-12) for the
3019
+ * tool `input` shape that the model will produce in `tool_use` output content
3020
+ * blocks.
3021
+ *
3022
+ * For example, if you defined `tools` as:
3023
+ *
3024
+ * ```json
3025
+ * [
3026
+ * {
3027
+ * "name": "get_stock_price",
3028
+ * "description": "Get the current stock price for a given ticker symbol.",
3029
+ * "input_schema": {
3030
+ * "type": "object",
3031
+ * "properties": {
3032
+ * "ticker": {
3033
+ * "type": "string",
3034
+ * "description": "The stock ticker symbol, e.g. AAPL for Apple Inc."
3035
+ * }
3036
+ * },
3037
+ * "required": ["ticker"]
3038
+ * }
3039
+ * }
3040
+ * ]
3041
+ * ```
3042
+ *
3043
+ * And then asked the model "What's the S&P 500 at today?", the model might produce
3044
+ * `tool_use` content blocks in the response like this:
3045
+ *
3046
+ * ```json
3047
+ * [
3048
+ * {
3049
+ * "type": "tool_use",
3050
+ * "id": "toolu_01D7FLrfh4GYq7yT1ULFeyMV",
3051
+ * "name": "get_stock_price",
3052
+ * "input": { "ticker": "^GSPC" }
3053
+ * }
3054
+ * ]
3055
+ * ```
3056
+ *
3057
+ * You might then run your `get_stock_price` tool with `{"ticker": "^GSPC"}` as an
3058
+ * input, and return the following back to the model in a subsequent `user`
3059
+ * message:
3060
+ *
3061
+ * ```json
3062
+ * [
3063
+ * {
3064
+ * "type": "tool_result",
3065
+ * "tool_use_id": "toolu_01D7FLrfh4GYq7yT1ULFeyMV",
3066
+ * "content": "259.75 USD"
3067
+ * }
3068
+ * ]
3069
+ * ```
3070
+ *
3071
+ * Tools can be used for workflows that include running client-side tools and
3072
+ * functions, or more generally whenever you want the model to produce a particular
3073
+ * JSON structure of output.
3074
+ *
3075
+ * See our [guide](https://docs.claude.com/en/docs/tool-use) for more details.
3076
+ */
3077
+ tools?: Array<ToolUnion>;
3078
+
3079
+ /**
3080
+ * @deprecated Deprecated. Models released after Claude Opus 4.6 do not accept
3081
+ * top_k; any value will be rejected with a 400 error.
3082
+ */
3083
+ top_k?: number;
3084
+
3085
+ /**
3086
+ * @deprecated Deprecated. Models released after Claude Opus 4.6 do not support
3087
+ * setting top_p. A value >= 0.99 will be accepted for backwards compatibility, all
3088
+ * other values will be rejected with a 400 error.
3089
+ */
3090
+ top_p?: number;
3091
+ }
3092
+
3093
+ export namespace MessageCreateParams {
3094
+ export type MessageCreateParamsNonStreaming = MessagesAPI.MessageCreateParamsNonStreaming;
3095
+ export type MessageCreateParamsStreaming = MessagesAPI.MessageCreateParamsStreaming;
3096
+ }
3097
+
3098
+ export interface MessageCreateParamsNonStreaming extends MessageCreateParamsBase {
3099
+ /**
3100
+ * Whether to incrementally stream the response using server-sent events.
3101
+ *
3102
+ * See [streaming](https://docs.claude.com/en/api/messages-streaming) for details.
3103
+ */
3104
+ stream?: false;
3105
+ }
3106
+
3107
+ export interface MessageCreateParamsStreaming extends MessageCreateParamsBase {
3108
+ /**
3109
+ * Whether to incrementally stream the response using server-sent events.
3110
+ *
3111
+ * See [streaming](https://docs.claude.com/en/api/messages-streaming) for details.
3112
+ */
3113
+ stream: true;
3114
+ }
3115
+
3116
+ export type MessageStreamParams = ParseableMessageCreateParams;
3117
+
3118
+ export interface MessageCountTokensParams {
3119
+ /**
3120
+ * Input messages.
3121
+ *
3122
+ * Our models are trained to operate on alternating `user` and `assistant`
3123
+ * conversational turns. When creating a new `Message`, you specify the prior
3124
+ * conversational turns with the `messages` parameter, and the model then generates
3125
+ * the next `Message` in the conversation. Consecutive `user` or `assistant` turns
3126
+ * in your request will be combined into a single turn.
3127
+ *
3128
+ * Each input message must be an object with a `role` and `content`. You can
3129
+ * specify a single `user`-role message, or you can include multiple `user` and
3130
+ * `assistant` messages.
3131
+ *
3132
+ * If the final message uses the `assistant` role, the response content will
3133
+ * continue immediately from the content in that message. This can be used to
3134
+ * constrain part of the model's response.
3135
+ *
3136
+ * Example with a single `user` message:
3137
+ *
3138
+ * ```json
3139
+ * [{ "role": "user", "content": "Hello, Claude" }]
3140
+ * ```
3141
+ *
3142
+ * Example with multiple conversational turns:
3143
+ *
3144
+ * ```json
3145
+ * [
3146
+ * { "role": "user", "content": "Hello there." },
3147
+ * { "role": "assistant", "content": "Hi, I'm Claude. How can I help you?" },
3148
+ * { "role": "user", "content": "Can you explain LLMs in plain English?" }
3149
+ * ]
3150
+ * ```
3151
+ *
3152
+ * Example with a partially-filled response from Claude:
3153
+ *
3154
+ * ```json
3155
+ * [
3156
+ * {
3157
+ * "role": "user",
3158
+ * "content": "What's the Greek name for Sun? (A) Sol (B) Helios (C) Sun"
3159
+ * },
3160
+ * { "role": "assistant", "content": "The best answer is (" }
3161
+ * ]
3162
+ * ```
3163
+ *
3164
+ * Each input message `content` may be either a single `string` or an array of
3165
+ * content blocks, where each block has a specific `type`. Using a `string` for
3166
+ * `content` is shorthand for an array of one content block of type `"text"`. The
3167
+ * following input messages are equivalent:
3168
+ *
3169
+ * ```json
3170
+ * { "role": "user", "content": "Hello, Claude" }
3171
+ * ```
3172
+ *
3173
+ * ```json
3174
+ * { "role": "user", "content": [{ "type": "text", "text": "Hello, Claude" }] }
3175
+ * ```
3176
+ *
3177
+ * See [input examples](https://docs.claude.com/en/api/messages-examples).
3178
+ *
3179
+ * Note that if you want to include a
3180
+ * [system prompt](https://docs.claude.com/en/docs/system-prompts), you can use the
3181
+ * top-level `system` parameter — there is no `"system"` role for input messages in
3182
+ * the Messages API.
3183
+ *
3184
+ * There is a limit of 100,000 messages in a single request.
3185
+ */
3186
+ messages: Array<MessageParam>;
3187
+
3188
+ /**
3189
+ * The model that will complete your prompt.
3190
+ *
3191
+ * See [models](https://docs.anthropic.com/en/docs/models-overview) for additional
3192
+ * details and options.
3193
+ */
3194
+ model: Model;
3195
+
3196
+ /**
3197
+ * Top-level cache control automatically applies a cache_control marker to the last
3198
+ * cacheable block in the request.
3199
+ */
3200
+ cache_control?: CacheControlEphemeral | null;
3201
+
3202
+ /**
3203
+ * Configuration options for the model's output, such as the output format.
3204
+ */
3205
+ output_config?: OutputConfig;
3206
+
3207
+ /**
3208
+ * System prompt.
3209
+ *
3210
+ * A system prompt is a way of providing context and instructions to Claude, such
3211
+ * as specifying a particular goal or role. See our
3212
+ * [guide to system prompts](https://docs.claude.com/en/docs/system-prompts).
3213
+ */
3214
+ system?: string | Array<TextBlockParam>;
3215
+
3216
+ /**
3217
+ * Configuration for enabling Claude's extended thinking.
3218
+ *
3219
+ * When enabled, responses include `thinking` content blocks showing Claude's
3220
+ * thinking process before the final answer. Requires a minimum budget of 1,024
3221
+ * tokens and counts towards your `max_tokens` limit.
3222
+ *
3223
+ * See
3224
+ * [extended thinking](https://docs.claude.com/en/docs/build-with-claude/extended-thinking)
3225
+ * for details.
3226
+ */
3227
+ thinking?: ThinkingConfigParam;
3228
+
3229
+ /**
3230
+ * How the model should use the provided tools. The model can use a specific tool,
3231
+ * any available tool, decide by itself, or not use tools at all.
3232
+ */
3233
+ tool_choice?: ToolChoice;
3234
+
3235
+ /**
3236
+ * Definitions of tools that the model may use.
3237
+ *
3238
+ * If you include `tools` in your API request, the model may return `tool_use`
3239
+ * content blocks that represent the model's use of those tools. You can then run
3240
+ * those tools using the tool input generated by the model and then optionally
3241
+ * return results back to the model using `tool_result` content blocks.
3242
+ *
3243
+ * There are two types of tools: **client tools** and **server tools**. The
3244
+ * behavior described below applies to client tools. For
3245
+ * [server tools](https://docs.claude.com/en/docs/agents-and-tools/tool-use/overview#server-tools),
3246
+ * see their individual documentation as each has its own behavior (e.g., the
3247
+ * [web search tool](https://docs.claude.com/en/docs/agents-and-tools/tool-use/web-search-tool)).
3248
+ *
3249
+ * Each tool definition includes:
3250
+ *
3251
+ * - `name`: Name of the tool.
3252
+ * - `description`: Optional, but strongly-recommended description of the tool.
3253
+ * - `input_schema`: [JSON schema](https://json-schema.org/draft/2020-12) for the
3254
+ * tool `input` shape that the model will produce in `tool_use` output content
3255
+ * blocks.
3256
+ *
3257
+ * For example, if you defined `tools` as:
3258
+ *
3259
+ * ```json
3260
+ * [
3261
+ * {
3262
+ * "name": "get_stock_price",
3263
+ * "description": "Get the current stock price for a given ticker symbol.",
3264
+ * "input_schema": {
3265
+ * "type": "object",
3266
+ * "properties": {
3267
+ * "ticker": {
3268
+ * "type": "string",
3269
+ * "description": "The stock ticker symbol, e.g. AAPL for Apple Inc."
3270
+ * }
3271
+ * },
3272
+ * "required": ["ticker"]
3273
+ * }
3274
+ * }
3275
+ * ]
3276
+ * ```
3277
+ *
3278
+ * And then asked the model "What's the S&P 500 at today?", the model might produce
3279
+ * `tool_use` content blocks in the response like this:
3280
+ *
3281
+ * ```json
3282
+ * [
3283
+ * {
3284
+ * "type": "tool_use",
3285
+ * "id": "toolu_01D7FLrfh4GYq7yT1ULFeyMV",
3286
+ * "name": "get_stock_price",
3287
+ * "input": { "ticker": "^GSPC" }
3288
+ * }
3289
+ * ]
3290
+ * ```
3291
+ *
3292
+ * You might then run your `get_stock_price` tool with `{"ticker": "^GSPC"}` as an
3293
+ * input, and return the following back to the model in a subsequent `user`
3294
+ * message:
3295
+ *
3296
+ * ```json
3297
+ * [
3298
+ * {
3299
+ * "type": "tool_result",
3300
+ * "tool_use_id": "toolu_01D7FLrfh4GYq7yT1ULFeyMV",
3301
+ * "content": "259.75 USD"
3302
+ * }
3303
+ * ]
3304
+ * ```
3305
+ *
3306
+ * Tools can be used for workflows that include running client-side tools and
3307
+ * functions, or more generally whenever you want the model to produce a particular
3308
+ * JSON structure of output.
3309
+ *
3310
+ * See our [guide](https://docs.claude.com/en/docs/tool-use) for more details.
3311
+ */
3312
+ tools?: Array<MessageCountTokensTool>;
3313
+ }
3314
+
3315
+ Messages.Batches = Batches;
3316
+
3317
+ export declare namespace Messages {
3318
+ export {
3319
+ type Base64ImageSource as Base64ImageSource,
3320
+ type Base64PDFSource as Base64PDFSource,
3321
+ type BashCodeExecutionOutputBlock as BashCodeExecutionOutputBlock,
3322
+ type BashCodeExecutionOutputBlockParam as BashCodeExecutionOutputBlockParam,
3323
+ type BashCodeExecutionResultBlock as BashCodeExecutionResultBlock,
3324
+ type BashCodeExecutionResultBlockParam as BashCodeExecutionResultBlockParam,
3325
+ type BashCodeExecutionToolResultBlock as BashCodeExecutionToolResultBlock,
3326
+ type BashCodeExecutionToolResultBlockParam as BashCodeExecutionToolResultBlockParam,
3327
+ type BashCodeExecutionToolResultError as BashCodeExecutionToolResultError,
3328
+ type BashCodeExecutionToolResultErrorCode as BashCodeExecutionToolResultErrorCode,
3329
+ type BashCodeExecutionToolResultErrorParam as BashCodeExecutionToolResultErrorParam,
3330
+ type CacheControlEphemeral as CacheControlEphemeral,
3331
+ type CacheCreation as CacheCreation,
3332
+ type CitationCharLocation as CitationCharLocation,
3333
+ type CitationCharLocationParam as CitationCharLocationParam,
3334
+ type CitationContentBlockLocation as CitationContentBlockLocation,
3335
+ type CitationContentBlockLocationParam as CitationContentBlockLocationParam,
3336
+ type CitationPageLocation as CitationPageLocation,
3337
+ type CitationPageLocationParam as CitationPageLocationParam,
3338
+ type CitationSearchResultLocationParam as CitationSearchResultLocationParam,
3339
+ type CitationWebSearchResultLocationParam as CitationWebSearchResultLocationParam,
3340
+ type CitationsConfig as CitationsConfig,
3341
+ type CitationsConfigParam as CitationsConfigParam,
3342
+ type CitationsDelta as CitationsDelta,
3343
+ type CitationsSearchResultLocation as CitationsSearchResultLocation,
3344
+ type CitationsWebSearchResultLocation as CitationsWebSearchResultLocation,
3345
+ type CodeExecutionOutputBlock as CodeExecutionOutputBlock,
3346
+ type CodeExecutionOutputBlockParam as CodeExecutionOutputBlockParam,
3347
+ type CodeExecutionResultBlock as CodeExecutionResultBlock,
3348
+ type CodeExecutionResultBlockParam as CodeExecutionResultBlockParam,
3349
+ type CodeExecutionTool20250522 as CodeExecutionTool20250522,
3350
+ type CodeExecutionTool20250825 as CodeExecutionTool20250825,
3351
+ type CodeExecutionTool20260120 as CodeExecutionTool20260120,
3352
+ type CodeExecutionToolResultBlock as CodeExecutionToolResultBlock,
3353
+ type CodeExecutionToolResultBlockContent as CodeExecutionToolResultBlockContent,
3354
+ type CodeExecutionToolResultBlockParam as CodeExecutionToolResultBlockParam,
3355
+ type CodeExecutionToolResultBlockParamContent as CodeExecutionToolResultBlockParamContent,
3356
+ type CodeExecutionToolResultError as CodeExecutionToolResultError,
3357
+ type CodeExecutionToolResultErrorCode as CodeExecutionToolResultErrorCode,
3358
+ type CodeExecutionToolResultErrorParam as CodeExecutionToolResultErrorParam,
3359
+ type Container as Container,
3360
+ type ContainerUploadBlock as ContainerUploadBlock,
3361
+ type ContainerUploadBlockParam as ContainerUploadBlockParam,
3362
+ type ContentBlock as ContentBlock,
3363
+ type ContentBlockParam as ContentBlockParam,
3364
+ type ContentBlockStartEvent as ContentBlockStartEvent,
3365
+ type ContentBlockStopEvent as ContentBlockStopEvent,
3366
+ type ContentBlockSource as ContentBlockSource,
3367
+ type ContentBlockSourceContent as ContentBlockSourceContent,
3368
+ type DirectCaller as DirectCaller,
3369
+ type DocumentBlock as DocumentBlock,
3370
+ type DocumentBlockParam as DocumentBlockParam,
3371
+ type EncryptedCodeExecutionResultBlock as EncryptedCodeExecutionResultBlock,
3372
+ type EncryptedCodeExecutionResultBlockParam as EncryptedCodeExecutionResultBlockParam,
3373
+ type ImageBlockParam as ImageBlockParam,
3374
+ type InputJSONDelta as InputJSONDelta,
3375
+ type JSONOutputFormat as JSONOutputFormat,
3376
+ type MemoryTool20250818 as MemoryTool20250818,
3377
+ type Message as Message,
3378
+ type MessageCountTokensTool as MessageCountTokensTool,
3379
+ type MessageDeltaEvent as MessageDeltaEvent,
3380
+ type MessageDeltaUsage as MessageDeltaUsage,
3381
+ type MessageParam as MessageParam,
3382
+ type MessageTokensCount as MessageTokensCount,
3383
+ type Metadata as Metadata,
3384
+ type MidConversationSystemBlockParam as MidConversationSystemBlockParam,
3385
+ type Model as Model,
3386
+ type OutputConfig as OutputConfig,
3387
+ type OutputTokensDetails as OutputTokensDetails,
3388
+ type PlainTextSource as PlainTextSource,
3389
+ type RawContentBlockDelta as RawContentBlockDelta,
3390
+ type RawContentBlockDeltaEvent as RawContentBlockDeltaEvent,
3391
+ type RawContentBlockStartEvent as RawContentBlockStartEvent,
3392
+ type RawContentBlockStopEvent as RawContentBlockStopEvent,
3393
+ type RawMessageDeltaEvent as RawMessageDeltaEvent,
3394
+ type RawMessageStartEvent as RawMessageStartEvent,
3395
+ type RawMessageStopEvent as RawMessageStopEvent,
3396
+ type RawMessageStreamEvent as RawMessageStreamEvent,
3397
+ type RedactedThinkingBlock as RedactedThinkingBlock,
3398
+ type RedactedThinkingBlockParam as RedactedThinkingBlockParam,
3399
+ type RefusalStopDetails as RefusalStopDetails,
3400
+ type SearchResultBlockParam as SearchResultBlockParam,
3401
+ type ServerToolCaller as ServerToolCaller,
3402
+ type ServerToolCaller20260120 as ServerToolCaller20260120,
3403
+ type ServerToolUsage as ServerToolUsage,
3404
+ type ServerToolUseBlock as ServerToolUseBlock,
3405
+ type ServerToolUseBlockParam as ServerToolUseBlockParam,
3406
+ type SignatureDelta as SignatureDelta,
3407
+ type StopReason as StopReason,
3408
+ type TextBlock as TextBlock,
3409
+ type TextBlockParam as TextBlockParam,
3410
+ type TextCitation as TextCitation,
3411
+ type TextCitationParam as TextCitationParam,
3412
+ type TextDelta as TextDelta,
3413
+ type TextEditorCodeExecutionCreateResultBlock as TextEditorCodeExecutionCreateResultBlock,
3414
+ type TextEditorCodeExecutionCreateResultBlockParam as TextEditorCodeExecutionCreateResultBlockParam,
3415
+ type TextEditorCodeExecutionStrReplaceResultBlock as TextEditorCodeExecutionStrReplaceResultBlock,
3416
+ type TextEditorCodeExecutionStrReplaceResultBlockParam as TextEditorCodeExecutionStrReplaceResultBlockParam,
3417
+ type TextEditorCodeExecutionToolResultBlock as TextEditorCodeExecutionToolResultBlock,
3418
+ type TextEditorCodeExecutionToolResultBlockParam as TextEditorCodeExecutionToolResultBlockParam,
3419
+ type TextEditorCodeExecutionToolResultError as TextEditorCodeExecutionToolResultError,
3420
+ type TextEditorCodeExecutionToolResultErrorCode as TextEditorCodeExecutionToolResultErrorCode,
3421
+ type TextEditorCodeExecutionToolResultErrorParam as TextEditorCodeExecutionToolResultErrorParam,
3422
+ type TextEditorCodeExecutionViewResultBlock as TextEditorCodeExecutionViewResultBlock,
3423
+ type TextEditorCodeExecutionViewResultBlockParam as TextEditorCodeExecutionViewResultBlockParam,
3424
+ type ThinkingBlock as ThinkingBlock,
3425
+ type ThinkingBlockParam as ThinkingBlockParam,
3426
+ type ThinkingConfigAdaptive as ThinkingConfigAdaptive,
3427
+ type ThinkingConfigDisabled as ThinkingConfigDisabled,
3428
+ type ThinkingConfigEnabled as ThinkingConfigEnabled,
3429
+ type ThinkingConfigParam as ThinkingConfigParam,
3430
+ type ThinkingDelta as ThinkingDelta,
3431
+ type Tool as Tool,
3432
+ type ToolBash20250124 as ToolBash20250124,
3433
+ type ToolChoice as ToolChoice,
3434
+ type ToolChoiceAny as ToolChoiceAny,
3435
+ type ToolChoiceAuto as ToolChoiceAuto,
3436
+ type ToolChoiceNone as ToolChoiceNone,
3437
+ type ToolChoiceTool as ToolChoiceTool,
3438
+ type ToolReferenceBlock as ToolReferenceBlock,
3439
+ type ToolReferenceBlockParam as ToolReferenceBlockParam,
3440
+ type ToolResultBlockParam as ToolResultBlockParam,
3441
+ type ToolSearchToolBm25_20251119 as ToolSearchToolBm25_20251119,
3442
+ type ToolSearchToolRegex20251119 as ToolSearchToolRegex20251119,
3443
+ type ToolSearchToolResultBlock as ToolSearchToolResultBlock,
3444
+ type ToolSearchToolResultBlockParam as ToolSearchToolResultBlockParam,
3445
+ type ToolSearchToolResultError as ToolSearchToolResultError,
3446
+ type ToolSearchToolResultErrorCode as ToolSearchToolResultErrorCode,
3447
+ type ToolSearchToolResultErrorParam as ToolSearchToolResultErrorParam,
3448
+ type ToolSearchToolSearchResultBlock as ToolSearchToolSearchResultBlock,
3449
+ type ToolSearchToolSearchResultBlockParam as ToolSearchToolSearchResultBlockParam,
3450
+ type ToolTextEditor20250124 as ToolTextEditor20250124,
3451
+ type ToolTextEditor20250429 as ToolTextEditor20250429,
3452
+ type ToolTextEditor20250728 as ToolTextEditor20250728,
3453
+ type ToolUnion as ToolUnion,
3454
+ type ToolUseBlock as ToolUseBlock,
3455
+ type ToolUseBlockParam as ToolUseBlockParam,
3456
+ type URLImageSource as URLImageSource,
3457
+ type URLPDFSource as URLPDFSource,
3458
+ type Usage as Usage,
3459
+ type UserLocation as UserLocation,
3460
+ type WebFetchBlock as WebFetchBlock,
3461
+ type WebFetchBlockParam as WebFetchBlockParam,
3462
+ type WebFetchTool20250910 as WebFetchTool20250910,
3463
+ type WebFetchTool20260209 as WebFetchTool20260209,
3464
+ type WebFetchTool20260309 as WebFetchTool20260309,
3465
+ type WebFetchToolResultBlock as WebFetchToolResultBlock,
3466
+ type WebFetchToolResultBlockParam as WebFetchToolResultBlockParam,
3467
+ type WebFetchToolResultErrorBlock as WebFetchToolResultErrorBlock,
3468
+ type WebFetchToolResultErrorBlockParam as WebFetchToolResultErrorBlockParam,
3469
+ type WebFetchToolResultErrorCode as WebFetchToolResultErrorCode,
3470
+ type WebSearchResultBlock as WebSearchResultBlock,
3471
+ type WebSearchResultBlockParam as WebSearchResultBlockParam,
3472
+ type WebSearchTool20250305 as WebSearchTool20250305,
3473
+ type WebSearchTool20260209 as WebSearchTool20260209,
3474
+ type WebSearchToolRequestError as WebSearchToolRequestError,
3475
+ type WebSearchToolResultBlock as WebSearchToolResultBlock,
3476
+ type WebSearchToolResultBlockContent as WebSearchToolResultBlockContent,
3477
+ type WebSearchToolResultBlockParam as WebSearchToolResultBlockParam,
3478
+ type WebSearchToolResultBlockParamContent as WebSearchToolResultBlockParamContent,
3479
+ type WebSearchToolResultError as WebSearchToolResultError,
3480
+ type MessageStreamEvent as MessageStreamEvent,
3481
+ type MessageStartEvent as MessageStartEvent,
3482
+ type MessageStopEvent as MessageStopEvent,
3483
+ type ContentBlockDeltaEvent as ContentBlockDeltaEvent,
3484
+ type MessageCreateParams as MessageCreateParams,
3485
+ type MessageCreateParamsNonStreaming as MessageCreateParamsNonStreaming,
3486
+ type MessageCreateParamsStreaming as MessageCreateParamsStreaming,
3487
+ type MessageStreamParams as MessageStreamParams,
3488
+ type MessageCountTokensParams as MessageCountTokensParams,
3489
+ };
3490
+
3491
+ export {
3492
+ Batches as Batches,
3493
+ type DeletedMessageBatch as DeletedMessageBatch,
3494
+ type MessageBatch as MessageBatch,
3495
+ type MessageBatchCanceledResult as MessageBatchCanceledResult,
3496
+ type MessageBatchErroredResult as MessageBatchErroredResult,
3497
+ type MessageBatchExpiredResult as MessageBatchExpiredResult,
3498
+ type MessageBatchIndividualResponse as MessageBatchIndividualResponse,
3499
+ type MessageBatchRequestCounts as MessageBatchRequestCounts,
3500
+ type MessageBatchResult as MessageBatchResult,
3501
+ type MessageBatchSucceededResult as MessageBatchSucceededResult,
3502
+ type MessageBatchesPage as MessageBatchesPage,
3503
+ type BatchCreateParams as BatchCreateParams,
3504
+ type BatchListParams as BatchListParams,
3505
+ };
3506
+ }