@oneie/claude 0.4.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 +32 -22
  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 +89 -30
  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 +96 -179
  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 +21 -0
  2073. package/templates/template-feature.md +160 -5
  2074. package/templates/template-plan.md +22 -5
  2075. package/templates/template-teach.md +88 -23
  2076. package/templates/template-tests.md +16 -14
  2077. package/templates/template-todo.md +139 -152
  2078. package/commands/claw.md +0 -135
@@ -0,0 +1,2414 @@
1
+ import { APIPromise } from "../../core/api-promise.js";
2
+ import { APIResource } from "../../core/resource.js";
3
+ import { Stream } from "../../core/streaming.js";
4
+ import { RequestOptions } from "../../internal/request-options.js";
5
+ import { MessageStream } from "../../lib/MessageStream.js";
6
+ import { type ExtractParsedContentFromParams, type ParseableMessageCreateParams, type ParsedMessage } from "../../lib/parser.js";
7
+ import * as BatchesAPI from "./batches.js";
8
+ import { BatchCreateParams, BatchListParams, Batches, DeletedMessageBatch, MessageBatch, MessageBatchCanceledResult, MessageBatchErroredResult, MessageBatchExpiredResult, MessageBatchIndividualResponse, MessageBatchRequestCounts, MessageBatchResult, MessageBatchSucceededResult, MessageBatchesPage } from "./batches.js";
9
+ import * as MessagesAPI from "./messages.js";
10
+ export declare class Messages extends APIResource {
11
+ batches: BatchesAPI.Batches;
12
+ /**
13
+ * Send a structured list of input messages with text and/or image content, and the
14
+ * model will generate the next message in the conversation.
15
+ *
16
+ * The Messages API can be used for either single queries or stateless multi-turn
17
+ * conversations.
18
+ *
19
+ * Learn more about the Messages API in our
20
+ * [user guide](https://docs.claude.com/en/docs/initial-setup)
21
+ *
22
+ * @example
23
+ * ```ts
24
+ * const message = await client.messages.create({
25
+ * max_tokens: 1024,
26
+ * messages: [{ content: 'Hello, world', role: 'user' }],
27
+ * model: 'claude-opus-4-6',
28
+ * });
29
+ * ```
30
+ */
31
+ create(body: MessageCreateParamsNonStreaming, options?: RequestOptions): APIPromise<Message>;
32
+ create(body: MessageCreateParamsStreaming, options?: RequestOptions): APIPromise<Stream<RawMessageStreamEvent>>;
33
+ create(body: MessageCreateParamsBase, options?: RequestOptions): APIPromise<Stream<RawMessageStreamEvent> | Message>;
34
+ /**
35
+ * Send a structured list of input messages with text and/or image content, along with an expected `output_config.format` and
36
+ * the response will be automatically parsed and available in the `parsed_output` property of the message.
37
+ *
38
+ * @example
39
+ * ```ts
40
+ * const message = await client.messages.parse({
41
+ * model: 'claude-sonnet-4-5-20250929',
42
+ * max_tokens: 1024,
43
+ * messages: [{ role: 'user', content: 'What is 2+2?' }],
44
+ * output_config: {
45
+ * format: zodOutputFormat(z.object({ answer: z.number() })),
46
+ * },
47
+ * });
48
+ *
49
+ * console.log(message.parsed_output?.answer); // 4
50
+ * ```
51
+ */
52
+ parse<Params extends MessageCreateParamsNonStreaming>(params: Params, options?: RequestOptions): APIPromise<ParsedMessage<ExtractParsedContentFromParams<Params>>>;
53
+ /**
54
+ * Create a Message stream.
55
+ *
56
+ * If `output_config.format` is provided with a parseable format (like `zodOutputFormat()`),
57
+ * the final message will include a `parsed_output` property with the parsed content.
58
+ *
59
+ * @example
60
+ * ```ts
61
+ * const stream = client.messages.stream({
62
+ * model: 'claude-sonnet-4-5-20250929',
63
+ * max_tokens: 1024,
64
+ * messages: [{ role: 'user', content: 'What is 2+2?' }],
65
+ * output_config: {
66
+ * format: zodOutputFormat(z.object({ answer: z.number() })),
67
+ * },
68
+ * });
69
+ *
70
+ * const message = await stream.finalMessage();
71
+ * console.log(message.parsed_output?.answer); // 4
72
+ * ```
73
+ */
74
+ stream<Params extends MessageStreamParams>(body: Params, options?: RequestOptions): MessageStream<ExtractParsedContentFromParams<Params>>;
75
+ /**
76
+ * Count the number of tokens in a Message.
77
+ *
78
+ * The Token Count API can be used to count the number of tokens in a Message,
79
+ * including tools, images, and documents, without creating it.
80
+ *
81
+ * Learn more about token counting in our
82
+ * [user guide](https://docs.claude.com/en/docs/build-with-claude/token-counting)
83
+ *
84
+ * @example
85
+ * ```ts
86
+ * const messageTokensCount =
87
+ * await client.messages.countTokens({
88
+ * messages: [{ content: 'Hello, world', role: 'user' }],
89
+ * model: 'claude-opus-4-6',
90
+ * });
91
+ * ```
92
+ */
93
+ countTokens(body: MessageCountTokensParams, options?: RequestOptions): APIPromise<MessageTokensCount>;
94
+ }
95
+ export interface Base64ImageSource {
96
+ data: string;
97
+ media_type: 'image/jpeg' | 'image/png' | 'image/gif' | 'image/webp';
98
+ type: 'base64';
99
+ }
100
+ export interface Base64PDFSource {
101
+ data: string;
102
+ media_type: 'application/pdf';
103
+ type: 'base64';
104
+ }
105
+ export interface BashCodeExecutionOutputBlock {
106
+ file_id: string;
107
+ type: 'bash_code_execution_output';
108
+ }
109
+ export interface BashCodeExecutionOutputBlockParam {
110
+ file_id: string;
111
+ type: 'bash_code_execution_output';
112
+ }
113
+ export interface BashCodeExecutionResultBlock {
114
+ content: Array<BashCodeExecutionOutputBlock>;
115
+ return_code: number;
116
+ stderr: string;
117
+ stdout: string;
118
+ type: 'bash_code_execution_result';
119
+ }
120
+ export interface BashCodeExecutionResultBlockParam {
121
+ content: Array<BashCodeExecutionOutputBlockParam>;
122
+ return_code: number;
123
+ stderr: string;
124
+ stdout: string;
125
+ type: 'bash_code_execution_result';
126
+ }
127
+ export interface BashCodeExecutionToolResultBlock {
128
+ content: BashCodeExecutionToolResultError | BashCodeExecutionResultBlock;
129
+ tool_use_id: string;
130
+ type: 'bash_code_execution_tool_result';
131
+ }
132
+ export interface BashCodeExecutionToolResultBlockParam {
133
+ content: BashCodeExecutionToolResultErrorParam | BashCodeExecutionResultBlockParam;
134
+ tool_use_id: string;
135
+ type: 'bash_code_execution_tool_result';
136
+ /**
137
+ * Create a cache control breakpoint at this content block.
138
+ */
139
+ cache_control?: CacheControlEphemeral | null;
140
+ }
141
+ export interface BashCodeExecutionToolResultError {
142
+ error_code: BashCodeExecutionToolResultErrorCode;
143
+ type: 'bash_code_execution_tool_result_error';
144
+ }
145
+ export type BashCodeExecutionToolResultErrorCode = 'invalid_tool_input' | 'unavailable' | 'too_many_requests' | 'execution_time_exceeded' | 'output_file_too_large';
146
+ export interface BashCodeExecutionToolResultErrorParam {
147
+ error_code: BashCodeExecutionToolResultErrorCode;
148
+ type: 'bash_code_execution_tool_result_error';
149
+ }
150
+ export interface CacheControlEphemeral {
151
+ type: 'ephemeral';
152
+ /**
153
+ * The time-to-live for the cache control breakpoint.
154
+ *
155
+ * This may be one the following values:
156
+ *
157
+ * - `5m`: 5 minutes
158
+ * - `1h`: 1 hour
159
+ *
160
+ * Defaults to `5m`.
161
+ */
162
+ ttl?: '5m' | '1h';
163
+ }
164
+ export interface CacheCreation {
165
+ /**
166
+ * The number of input tokens used to create the 1 hour cache entry.
167
+ */
168
+ ephemeral_1h_input_tokens: number;
169
+ /**
170
+ * The number of input tokens used to create the 5 minute cache entry.
171
+ */
172
+ ephemeral_5m_input_tokens: number;
173
+ }
174
+ export interface CitationCharLocation {
175
+ cited_text: string;
176
+ document_index: number;
177
+ document_title: string | null;
178
+ end_char_index: number;
179
+ file_id: string | null;
180
+ start_char_index: number;
181
+ type: 'char_location';
182
+ }
183
+ export interface CitationCharLocationParam {
184
+ cited_text: string;
185
+ document_index: number;
186
+ document_title: string | null;
187
+ end_char_index: number;
188
+ start_char_index: number;
189
+ type: 'char_location';
190
+ }
191
+ export interface CitationContentBlockLocation {
192
+ /**
193
+ * The full text of the cited block range, concatenated.
194
+ *
195
+ * Always equals the contents of `content[start_block_index:end_block_index]`
196
+ * joined together. The text block is the minimal citable unit; this field is never
197
+ * a substring of a single block. Not counted toward output tokens, and not counted
198
+ * toward input tokens when sent back in subsequent turns.
199
+ */
200
+ cited_text: string;
201
+ document_index: number;
202
+ document_title: string | null;
203
+ /**
204
+ * Exclusive 0-based end index of the cited block range in the source's `content`
205
+ * array.
206
+ *
207
+ * Always greater than `start_block_index`; a single-block citation has
208
+ * `end_block_index = start_block_index + 1`.
209
+ */
210
+ end_block_index: number;
211
+ file_id: string | null;
212
+ /**
213
+ * 0-based index of the first cited block in the source's `content` array.
214
+ */
215
+ start_block_index: number;
216
+ type: 'content_block_location';
217
+ }
218
+ export interface CitationContentBlockLocationParam {
219
+ /**
220
+ * The full text of the cited block range, concatenated.
221
+ *
222
+ * Always equals the contents of `content[start_block_index:end_block_index]`
223
+ * joined together. The text block is the minimal citable unit; this field is never
224
+ * a substring of a single block. Not counted toward output tokens, and not counted
225
+ * toward input tokens when sent back in subsequent turns.
226
+ */
227
+ cited_text: string;
228
+ document_index: number;
229
+ document_title: string | null;
230
+ /**
231
+ * Exclusive 0-based end index of the cited block range in the source's `content`
232
+ * array.
233
+ *
234
+ * Always greater than `start_block_index`; a single-block citation has
235
+ * `end_block_index = start_block_index + 1`.
236
+ */
237
+ end_block_index: number;
238
+ /**
239
+ * 0-based index of the first cited block in the source's `content` array.
240
+ */
241
+ start_block_index: number;
242
+ type: 'content_block_location';
243
+ }
244
+ export interface CitationPageLocation {
245
+ cited_text: string;
246
+ document_index: number;
247
+ document_title: string | null;
248
+ end_page_number: number;
249
+ file_id: string | null;
250
+ start_page_number: number;
251
+ type: 'page_location';
252
+ }
253
+ export interface CitationPageLocationParam {
254
+ cited_text: string;
255
+ document_index: number;
256
+ document_title: string | null;
257
+ end_page_number: number;
258
+ start_page_number: number;
259
+ type: 'page_location';
260
+ }
261
+ export interface CitationSearchResultLocationParam {
262
+ /**
263
+ * The full text of the cited block range, concatenated.
264
+ *
265
+ * Always equals the contents of `content[start_block_index:end_block_index]`
266
+ * joined together. The text block is the minimal citable unit; this field is never
267
+ * a substring of a single block. Not counted toward output tokens, and not counted
268
+ * toward input tokens when sent back in subsequent turns.
269
+ */
270
+ cited_text: string;
271
+ /**
272
+ * Exclusive 0-based end index of the cited block range in the source's `content`
273
+ * array.
274
+ *
275
+ * Always greater than `start_block_index`; a single-block citation has
276
+ * `end_block_index = start_block_index + 1`.
277
+ */
278
+ end_block_index: number;
279
+ /**
280
+ * 0-based index of the cited search result among all `search_result` content
281
+ * blocks in the request, in the order they appear across messages and tool
282
+ * results.
283
+ *
284
+ * Counted separately from `document_index`; server-side web search results are not
285
+ * included in this count.
286
+ */
287
+ search_result_index: number;
288
+ source: string;
289
+ /**
290
+ * 0-based index of the first cited block in the source's `content` array.
291
+ */
292
+ start_block_index: number;
293
+ title: string | null;
294
+ type: 'search_result_location';
295
+ }
296
+ export interface CitationWebSearchResultLocationParam {
297
+ cited_text: string;
298
+ encrypted_index: string;
299
+ title: string | null;
300
+ type: 'web_search_result_location';
301
+ url: string;
302
+ }
303
+ export interface CitationsConfig {
304
+ enabled: boolean;
305
+ }
306
+ export interface CitationsConfigParam {
307
+ enabled?: boolean;
308
+ }
309
+ export interface CitationsDelta {
310
+ citation: CitationCharLocation | CitationPageLocation | CitationContentBlockLocation | CitationsWebSearchResultLocation | CitationsSearchResultLocation;
311
+ type: 'citations_delta';
312
+ }
313
+ export interface CitationsSearchResultLocation {
314
+ /**
315
+ * The full text of the cited block range, concatenated.
316
+ *
317
+ * Always equals the contents of `content[start_block_index:end_block_index]`
318
+ * joined together. The text block is the minimal citable unit; this field is never
319
+ * a substring of a single block. Not counted toward output tokens, and not counted
320
+ * toward input tokens when sent back in subsequent turns.
321
+ */
322
+ cited_text: string;
323
+ /**
324
+ * Exclusive 0-based end index of the cited block range in the source's `content`
325
+ * array.
326
+ *
327
+ * Always greater than `start_block_index`; a single-block citation has
328
+ * `end_block_index = start_block_index + 1`.
329
+ */
330
+ end_block_index: number;
331
+ /**
332
+ * 0-based index of the cited search result among all `search_result` content
333
+ * blocks in the request, in the order they appear across messages and tool
334
+ * results.
335
+ *
336
+ * Counted separately from `document_index`; server-side web search results are not
337
+ * included in this count.
338
+ */
339
+ search_result_index: number;
340
+ source: string;
341
+ /**
342
+ * 0-based index of the first cited block in the source's `content` array.
343
+ */
344
+ start_block_index: number;
345
+ title: string | null;
346
+ type: 'search_result_location';
347
+ }
348
+ export interface CitationsWebSearchResultLocation {
349
+ cited_text: string;
350
+ encrypted_index: string;
351
+ title: string | null;
352
+ type: 'web_search_result_location';
353
+ url: string;
354
+ }
355
+ export interface CodeExecutionOutputBlock {
356
+ file_id: string;
357
+ type: 'code_execution_output';
358
+ }
359
+ export interface CodeExecutionOutputBlockParam {
360
+ file_id: string;
361
+ type: 'code_execution_output';
362
+ }
363
+ export interface CodeExecutionResultBlock {
364
+ content: Array<CodeExecutionOutputBlock>;
365
+ return_code: number;
366
+ stderr: string;
367
+ stdout: string;
368
+ type: 'code_execution_result';
369
+ }
370
+ export interface CodeExecutionResultBlockParam {
371
+ content: Array<CodeExecutionOutputBlockParam>;
372
+ return_code: number;
373
+ stderr: string;
374
+ stdout: string;
375
+ type: 'code_execution_result';
376
+ }
377
+ export interface CodeExecutionTool20250522 {
378
+ /**
379
+ * Name of the tool.
380
+ *
381
+ * This is how the tool will be called by the model and in `tool_use` blocks.
382
+ */
383
+ name: 'code_execution';
384
+ type: 'code_execution_20250522';
385
+ allowed_callers?: Array<'direct' | 'code_execution_20250825' | 'code_execution_20260120'>;
386
+ /**
387
+ * Create a cache control breakpoint at this content block.
388
+ */
389
+ cache_control?: CacheControlEphemeral | null;
390
+ /**
391
+ * If true, tool will not be included in initial system prompt. Only loaded when
392
+ * returned via tool_reference from tool search.
393
+ */
394
+ defer_loading?: boolean;
395
+ /**
396
+ * When true, guarantees schema validation on tool names and inputs
397
+ */
398
+ strict?: boolean;
399
+ }
400
+ export interface CodeExecutionTool20250825 {
401
+ /**
402
+ * Name of the tool.
403
+ *
404
+ * This is how the tool will be called by the model and in `tool_use` blocks.
405
+ */
406
+ name: 'code_execution';
407
+ type: 'code_execution_20250825';
408
+ allowed_callers?: Array<'direct' | 'code_execution_20250825' | 'code_execution_20260120'>;
409
+ /**
410
+ * Create a cache control breakpoint at this content block.
411
+ */
412
+ cache_control?: CacheControlEphemeral | null;
413
+ /**
414
+ * If true, tool will not be included in initial system prompt. Only loaded when
415
+ * returned via tool_reference from tool search.
416
+ */
417
+ defer_loading?: boolean;
418
+ /**
419
+ * When true, guarantees schema validation on tool names and inputs
420
+ */
421
+ strict?: boolean;
422
+ }
423
+ /**
424
+ * Code execution tool with REPL state persistence (daemon mode + gVisor
425
+ * checkpoint).
426
+ */
427
+ export interface CodeExecutionTool20260120 {
428
+ /**
429
+ * Name of the tool.
430
+ *
431
+ * This is how the tool will be called by the model and in `tool_use` blocks.
432
+ */
433
+ name: 'code_execution';
434
+ type: 'code_execution_20260120';
435
+ allowed_callers?: Array<'direct' | 'code_execution_20250825' | 'code_execution_20260120'>;
436
+ /**
437
+ * Create a cache control breakpoint at this content block.
438
+ */
439
+ cache_control?: CacheControlEphemeral | null;
440
+ /**
441
+ * If true, tool will not be included in initial system prompt. Only loaded when
442
+ * returned via tool_reference from tool search.
443
+ */
444
+ defer_loading?: boolean;
445
+ /**
446
+ * When true, guarantees schema validation on tool names and inputs
447
+ */
448
+ strict?: boolean;
449
+ }
450
+ export interface CodeExecutionToolResultBlock {
451
+ /**
452
+ * Code execution result with encrypted stdout for PFC + web_search results.
453
+ */
454
+ content: CodeExecutionToolResultBlockContent;
455
+ tool_use_id: string;
456
+ type: 'code_execution_tool_result';
457
+ }
458
+ /**
459
+ * Code execution result with encrypted stdout for PFC + web_search results.
460
+ */
461
+ export type CodeExecutionToolResultBlockContent = CodeExecutionToolResultError | CodeExecutionResultBlock | EncryptedCodeExecutionResultBlock;
462
+ export interface CodeExecutionToolResultBlockParam {
463
+ /**
464
+ * Code execution result with encrypted stdout for PFC + web_search results.
465
+ */
466
+ content: CodeExecutionToolResultBlockParamContent;
467
+ tool_use_id: string;
468
+ type: 'code_execution_tool_result';
469
+ /**
470
+ * Create a cache control breakpoint at this content block.
471
+ */
472
+ cache_control?: CacheControlEphemeral | null;
473
+ }
474
+ /**
475
+ * Code execution result with encrypted stdout for PFC + web_search results.
476
+ */
477
+ export type CodeExecutionToolResultBlockParamContent = CodeExecutionToolResultErrorParam | CodeExecutionResultBlockParam | EncryptedCodeExecutionResultBlockParam;
478
+ export interface CodeExecutionToolResultError {
479
+ error_code: CodeExecutionToolResultErrorCode;
480
+ type: 'code_execution_tool_result_error';
481
+ }
482
+ export type CodeExecutionToolResultErrorCode = 'invalid_tool_input' | 'unavailable' | 'too_many_requests' | 'execution_time_exceeded';
483
+ export interface CodeExecutionToolResultErrorParam {
484
+ error_code: CodeExecutionToolResultErrorCode;
485
+ type: 'code_execution_tool_result_error';
486
+ }
487
+ /**
488
+ * Information about the container used in the request (for the code execution
489
+ * tool)
490
+ */
491
+ export interface Container {
492
+ /**
493
+ * Identifier for the container used in this request
494
+ */
495
+ id: string;
496
+ /**
497
+ * The time at which the container will expire.
498
+ */
499
+ expires_at: string;
500
+ }
501
+ /**
502
+ * Response model for a file uploaded to the container.
503
+ */
504
+ export interface ContainerUploadBlock {
505
+ file_id: string;
506
+ type: 'container_upload';
507
+ }
508
+ /**
509
+ * A content block that represents a file to be uploaded to the container Files
510
+ * uploaded via this block will be available in the container's input directory.
511
+ */
512
+ export interface ContainerUploadBlockParam {
513
+ file_id: string;
514
+ type: 'container_upload';
515
+ /**
516
+ * Create a cache control breakpoint at this content block.
517
+ */
518
+ cache_control?: CacheControlEphemeral | null;
519
+ }
520
+ /**
521
+ * Response model for a file uploaded to the container.
522
+ */
523
+ export type ContentBlock = TextBlock | ThinkingBlock | RedactedThinkingBlock | ToolUseBlock | ServerToolUseBlock | WebSearchToolResultBlock | WebFetchToolResultBlock | CodeExecutionToolResultBlock | BashCodeExecutionToolResultBlock | TextEditorCodeExecutionToolResultBlock | ToolSearchToolResultBlock | ContainerUploadBlock;
524
+ /**
525
+ * Regular text content.
526
+ */
527
+ export type ContentBlockParam = TextBlockParam | ImageBlockParam | DocumentBlockParam | SearchResultBlockParam | ThinkingBlockParam | RedactedThinkingBlockParam | ToolUseBlockParam | ToolResultBlockParam | ServerToolUseBlockParam | WebSearchToolResultBlockParam | WebFetchToolResultBlockParam | CodeExecutionToolResultBlockParam | BashCodeExecutionToolResultBlockParam | TextEditorCodeExecutionToolResultBlockParam | ToolSearchToolResultBlockParam | ContainerUploadBlockParam | MidConversationSystemBlockParam;
528
+ export interface ContentBlockSource {
529
+ content: string | Array<ContentBlockSourceContent>;
530
+ type: 'content';
531
+ }
532
+ export type ContentBlockSourceContent = TextBlockParam | ImageBlockParam;
533
+ /**
534
+ * Tool invocation directly from the model.
535
+ */
536
+ export interface DirectCaller {
537
+ type: 'direct';
538
+ }
539
+ export interface DocumentBlock {
540
+ /**
541
+ * Citation configuration for the document
542
+ */
543
+ citations: CitationsConfig | null;
544
+ source: Base64PDFSource | PlainTextSource;
545
+ /**
546
+ * The title of the document
547
+ */
548
+ title: string | null;
549
+ type: 'document';
550
+ }
551
+ export interface DocumentBlockParam {
552
+ source: Base64PDFSource | PlainTextSource | ContentBlockSource | URLPDFSource;
553
+ type: 'document';
554
+ /**
555
+ * Create a cache control breakpoint at this content block.
556
+ */
557
+ cache_control?: CacheControlEphemeral | null;
558
+ citations?: CitationsConfigParam | null;
559
+ context?: string | null;
560
+ title?: string | null;
561
+ }
562
+ /**
563
+ * Code execution result with encrypted stdout for PFC + web_search results.
564
+ */
565
+ export interface EncryptedCodeExecutionResultBlock {
566
+ content: Array<CodeExecutionOutputBlock>;
567
+ encrypted_stdout: string;
568
+ return_code: number;
569
+ stderr: string;
570
+ type: 'encrypted_code_execution_result';
571
+ }
572
+ /**
573
+ * Code execution result with encrypted stdout for PFC + web_search results.
574
+ */
575
+ export interface EncryptedCodeExecutionResultBlockParam {
576
+ content: Array<CodeExecutionOutputBlockParam>;
577
+ encrypted_stdout: string;
578
+ return_code: number;
579
+ stderr: string;
580
+ type: 'encrypted_code_execution_result';
581
+ }
582
+ export interface ImageBlockParam {
583
+ source: Base64ImageSource | URLImageSource;
584
+ type: 'image';
585
+ /**
586
+ * Create a cache control breakpoint at this content block.
587
+ */
588
+ cache_control?: CacheControlEphemeral | null;
589
+ }
590
+ export interface InputJSONDelta {
591
+ partial_json: string;
592
+ type: 'input_json_delta';
593
+ }
594
+ export interface JSONOutputFormat {
595
+ /**
596
+ * The JSON schema of the format
597
+ */
598
+ schema: {
599
+ [key: string]: unknown;
600
+ };
601
+ type: 'json_schema';
602
+ }
603
+ export interface MemoryTool20250818 {
604
+ /**
605
+ * Name of the tool.
606
+ *
607
+ * This is how the tool will be called by the model and in `tool_use` blocks.
608
+ */
609
+ name: 'memory';
610
+ type: 'memory_20250818';
611
+ allowed_callers?: Array<'direct' | 'code_execution_20250825' | 'code_execution_20260120'>;
612
+ /**
613
+ * Create a cache control breakpoint at this content block.
614
+ */
615
+ cache_control?: CacheControlEphemeral | null;
616
+ /**
617
+ * If true, tool will not be included in initial system prompt. Only loaded when
618
+ * returned via tool_reference from tool search.
619
+ */
620
+ defer_loading?: boolean;
621
+ input_examples?: Array<{
622
+ [key: string]: unknown;
623
+ }>;
624
+ /**
625
+ * When true, guarantees schema validation on tool names and inputs
626
+ */
627
+ strict?: boolean;
628
+ }
629
+ export interface Message {
630
+ /**
631
+ * Unique object identifier.
632
+ *
633
+ * The format and length of IDs may change over time.
634
+ */
635
+ id: string;
636
+ /**
637
+ * Information about the container used in the request (for the code execution
638
+ * tool)
639
+ */
640
+ container: Container | null;
641
+ /**
642
+ * Content generated by the model.
643
+ *
644
+ * This is an array of content blocks, each of which has a `type` that determines
645
+ * its shape.
646
+ *
647
+ * Example:
648
+ *
649
+ * ```json
650
+ * [{ "type": "text", "text": "Hi, I'm Claude." }]
651
+ * ```
652
+ *
653
+ * If the request input `messages` ended with an `assistant` turn, then the
654
+ * response `content` will continue directly from that last turn. You can use this
655
+ * to constrain the model's output.
656
+ *
657
+ * For example, if the input `messages` were:
658
+ *
659
+ * ```json
660
+ * [
661
+ * {
662
+ * "role": "user",
663
+ * "content": "What's the Greek name for Sun? (A) Sol (B) Helios (C) Sun"
664
+ * },
665
+ * { "role": "assistant", "content": "The best answer is (" }
666
+ * ]
667
+ * ```
668
+ *
669
+ * Then the response `content` might be:
670
+ *
671
+ * ```json
672
+ * [{ "type": "text", "text": "B)" }]
673
+ * ```
674
+ */
675
+ content: Array<ContentBlock>;
676
+ /**
677
+ * The model that will complete your prompt.
678
+ *
679
+ * See [models](https://docs.anthropic.com/en/docs/models-overview) for additional
680
+ * details and options.
681
+ */
682
+ model: Model;
683
+ /**
684
+ * Conversational role of the generated message.
685
+ *
686
+ * This will always be `"assistant"`.
687
+ */
688
+ role: 'assistant';
689
+ /**
690
+ * Structured information about a refusal.
691
+ */
692
+ stop_details: RefusalStopDetails | null;
693
+ /**
694
+ * The reason that we stopped.
695
+ *
696
+ * This may be one the following values:
697
+ *
698
+ * - `"end_turn"`: the model reached a natural stopping point
699
+ * - `"max_tokens"`: we exceeded the requested `max_tokens` or the model's maximum
700
+ * - `"stop_sequence"`: one of your provided custom `stop_sequences` was generated
701
+ * - `"tool_use"`: the model invoked one or more tools
702
+ * - `"pause_turn"`: we paused a long-running turn. You may provide the response
703
+ * back as-is in a subsequent request to let the model continue.
704
+ * - `"refusal"`: when streaming classifiers intervene to handle potential policy
705
+ * violations
706
+ *
707
+ * In non-streaming mode this value is always non-null. In streaming mode, it is
708
+ * null in the `message_start` event and non-null otherwise.
709
+ */
710
+ stop_reason: StopReason | null;
711
+ /**
712
+ * Which custom stop sequence was generated, if any.
713
+ *
714
+ * This value will be a non-null string if one of your custom stop sequences was
715
+ * generated.
716
+ */
717
+ stop_sequence: string | null;
718
+ /**
719
+ * Object type.
720
+ *
721
+ * For Messages, this is always `"message"`.
722
+ */
723
+ type: 'message';
724
+ /**
725
+ * Billing and rate-limit usage.
726
+ *
727
+ * Anthropic's API bills and rate-limits by token counts, as tokens represent the
728
+ * underlying cost to our systems.
729
+ *
730
+ * Under the hood, the API transforms requests into a format suitable for the
731
+ * model. The model's output then goes through a parsing stage before becoming an
732
+ * API response. As a result, the token counts in `usage` will not match one-to-one
733
+ * with the exact visible content of an API request or response.
734
+ *
735
+ * For example, `output_tokens` will be non-zero, even for an empty string response
736
+ * from Claude.
737
+ *
738
+ * Total input tokens in a request is the summation of `input_tokens`,
739
+ * `cache_creation_input_tokens`, and `cache_read_input_tokens`.
740
+ */
741
+ usage: Usage;
742
+ }
743
+ /**
744
+ * Code execution tool with REPL state persistence (daemon mode + gVisor
745
+ * checkpoint).
746
+ */
747
+ export type MessageCountTokensTool = Tool | ToolBash20250124 | CodeExecutionTool20250522 | CodeExecutionTool20250825 | CodeExecutionTool20260120 | MemoryTool20250818 | ToolTextEditor20250124 | ToolTextEditor20250429 | ToolTextEditor20250728 | WebSearchTool20250305 | WebFetchTool20250910 | WebSearchTool20260209 | WebFetchTool20260209 | WebFetchTool20260309 | ToolSearchToolBm25_20251119 | ToolSearchToolRegex20251119;
748
+ export interface MessageDeltaUsage {
749
+ /**
750
+ * The cumulative number of input tokens used to create the cache entry.
751
+ */
752
+ cache_creation_input_tokens: number | null;
753
+ /**
754
+ * The cumulative number of input tokens read from the cache.
755
+ */
756
+ cache_read_input_tokens: number | null;
757
+ /**
758
+ * The cumulative number of input tokens which were used.
759
+ */
760
+ input_tokens: number | null;
761
+ /**
762
+ * The cumulative number of output tokens which were used.
763
+ */
764
+ output_tokens: number;
765
+ /**
766
+ * Breakdown of output tokens by category.
767
+ *
768
+ * `output_tokens` remains the inclusive, authoritative total used for billing.
769
+ * This object provides a read-only decomposition for observability — for example,
770
+ * how many of the billed output tokens were spent on internal reasoning that may
771
+ * have been summarized before being returned to you.
772
+ */
773
+ output_tokens_details: OutputTokensDetails | null;
774
+ /**
775
+ * The number of server tool requests.
776
+ */
777
+ server_tool_use: ServerToolUsage | null;
778
+ }
779
+ export interface MessageParam {
780
+ content: string | Array<ContentBlockParam>;
781
+ role: 'user' | 'assistant' | 'system';
782
+ }
783
+ export interface MessageTokensCount {
784
+ /**
785
+ * The total number of tokens across the provided list of messages, system prompt,
786
+ * and tools.
787
+ */
788
+ input_tokens: number;
789
+ }
790
+ export interface Metadata {
791
+ /**
792
+ * An external identifier for the user who is associated with the request.
793
+ *
794
+ * This should be a uuid, hash value, or other opaque identifier. Anthropic may use
795
+ * this id to help detect abuse. Do not include any identifying information such as
796
+ * name, email address, or phone number.
797
+ */
798
+ user_id?: string | null;
799
+ }
800
+ /**
801
+ * System instructions that appear mid-conversation.
802
+ *
803
+ * Use this block to provide or update system-level instructions at a specific
804
+ * point in the conversation, rather than only via the top-level `system`
805
+ * parameter.
806
+ */
807
+ export interface MidConversationSystemBlockParam {
808
+ /**
809
+ * System instruction text blocks.
810
+ */
811
+ content: Array<TextBlockParam>;
812
+ type: 'mid_conv_system';
813
+ /**
814
+ * Create a cache control breakpoint at this content block.
815
+ */
816
+ cache_control?: CacheControlEphemeral | null;
817
+ }
818
+ /**
819
+ * The model that will complete your prompt.
820
+ *
821
+ * See [models](https://docs.anthropic.com/en/docs/models-overview) for additional
822
+ * details and options.
823
+ */
824
+ export type Model = 'claude-opus-4-8' | 'claude-opus-4-7' | 'claude-mythos-preview' | 'claude-opus-4-6' | 'claude-sonnet-4-6' | 'claude-haiku-4-5' | 'claude-haiku-4-5-20251001' | 'claude-opus-4-5' | 'claude-opus-4-5-20251101' | 'claude-sonnet-4-5' | 'claude-sonnet-4-5-20250929' | 'claude-opus-4-1' | 'claude-opus-4-1-20250805' | 'claude-opus-4-0' | 'claude-opus-4-20250514' | 'claude-sonnet-4-0' | 'claude-sonnet-4-20250514' | 'claude-3-haiku-20240307' | (string & {});
825
+ export interface OutputConfig {
826
+ /**
827
+ * All possible effort levels.
828
+ */
829
+ effort?: 'low' | 'medium' | 'high' | 'xhigh' | 'max' | null;
830
+ /**
831
+ * A schema to specify Claude's output format in responses. See
832
+ * [structured outputs](https://platform.claude.com/docs/en/build-with-claude/structured-outputs)
833
+ */
834
+ format?: JSONOutputFormat | null;
835
+ }
836
+ export interface OutputTokensDetails {
837
+ /**
838
+ * Number of output tokens the model generated as internal reasoning, including the
839
+ * thinking-block delimiter tokens.
840
+ *
841
+ * Reflects the raw reasoning the model produced, not the (possibly shorter)
842
+ * summarized thinking text returned in the response body. Computed by
843
+ * re-tokenizing the raw reasoning text, so it may differ from the model's exact
844
+ * generation count by a small number of tokens. Always ≤ `output_tokens`;
845
+ * `output_tokens - thinking_tokens` approximates the non-reasoning output.
846
+ */
847
+ thinking_tokens: number;
848
+ }
849
+ export interface PlainTextSource {
850
+ data: string;
851
+ media_type: 'text/plain';
852
+ type: 'text';
853
+ }
854
+ export type RawContentBlockDelta = TextDelta | InputJSONDelta | CitationsDelta | ThinkingDelta | SignatureDelta;
855
+ export interface RawContentBlockDeltaEvent {
856
+ delta: RawContentBlockDelta;
857
+ index: number;
858
+ type: 'content_block_delta';
859
+ }
860
+ export interface RawContentBlockStartEvent {
861
+ /**
862
+ * Response model for a file uploaded to the container.
863
+ */
864
+ content_block: TextBlock | ThinkingBlock | RedactedThinkingBlock | ToolUseBlock | ServerToolUseBlock | WebSearchToolResultBlock | WebFetchToolResultBlock | CodeExecutionToolResultBlock | BashCodeExecutionToolResultBlock | TextEditorCodeExecutionToolResultBlock | ToolSearchToolResultBlock | ContainerUploadBlock;
865
+ index: number;
866
+ type: 'content_block_start';
867
+ }
868
+ export interface RawContentBlockStopEvent {
869
+ index: number;
870
+ type: 'content_block_stop';
871
+ }
872
+ export interface RawMessageDeltaEvent {
873
+ delta: RawMessageDeltaEvent.Delta;
874
+ type: 'message_delta';
875
+ /**
876
+ * Billing and rate-limit usage.
877
+ *
878
+ * Anthropic's API bills and rate-limits by token counts, as tokens represent the
879
+ * underlying cost to our systems.
880
+ *
881
+ * Under the hood, the API transforms requests into a format suitable for the
882
+ * model. The model's output then goes through a parsing stage before becoming an
883
+ * API response. As a result, the token counts in `usage` will not match one-to-one
884
+ * with the exact visible content of an API request or response.
885
+ *
886
+ * For example, `output_tokens` will be non-zero, even for an empty string response
887
+ * from Claude.
888
+ *
889
+ * Total input tokens in a request is the summation of `input_tokens`,
890
+ * `cache_creation_input_tokens`, and `cache_read_input_tokens`.
891
+ */
892
+ usage: MessageDeltaUsage;
893
+ }
894
+ export declare namespace RawMessageDeltaEvent {
895
+ interface Delta {
896
+ /**
897
+ * Information about the container used in the request (for the code execution
898
+ * tool)
899
+ */
900
+ container: MessagesAPI.Container | null;
901
+ /**
902
+ * Structured information about a refusal.
903
+ */
904
+ stop_details: MessagesAPI.RefusalStopDetails | null;
905
+ stop_reason: MessagesAPI.StopReason | null;
906
+ stop_sequence: string | null;
907
+ }
908
+ }
909
+ export interface RawMessageStartEvent {
910
+ message: Message;
911
+ type: 'message_start';
912
+ }
913
+ export interface RawMessageStopEvent {
914
+ type: 'message_stop';
915
+ }
916
+ export type RawMessageStreamEvent = RawMessageStartEvent | RawMessageDeltaEvent | RawMessageStopEvent | RawContentBlockStartEvent | RawContentBlockDeltaEvent | RawContentBlockStopEvent;
917
+ export interface RedactedThinkingBlock {
918
+ data: string;
919
+ type: 'redacted_thinking';
920
+ }
921
+ export interface RedactedThinkingBlockParam {
922
+ data: string;
923
+ type: 'redacted_thinking';
924
+ }
925
+ /**
926
+ * Structured information about a refusal.
927
+ */
928
+ export interface RefusalStopDetails {
929
+ /**
930
+ * The policy category that triggered the refusal.
931
+ *
932
+ * `null` when the refusal doesn't map to a named category.
933
+ */
934
+ category: 'cyber' | 'bio' | null;
935
+ /**
936
+ * Human-readable explanation of the refusal.
937
+ *
938
+ * This text is not guaranteed to be stable. `null` when no explanation is
939
+ * available for the category.
940
+ */
941
+ explanation: string | null;
942
+ type: 'refusal';
943
+ }
944
+ export interface SearchResultBlockParam {
945
+ content: Array<TextBlockParam>;
946
+ source: string;
947
+ title: string;
948
+ type: 'search_result';
949
+ /**
950
+ * Create a cache control breakpoint at this content block.
951
+ */
952
+ cache_control?: CacheControlEphemeral | null;
953
+ citations?: CitationsConfigParam;
954
+ }
955
+ /**
956
+ * Tool invocation generated by a server-side tool.
957
+ */
958
+ export interface ServerToolCaller {
959
+ tool_id: string;
960
+ type: 'code_execution_20250825';
961
+ }
962
+ export interface ServerToolCaller20260120 {
963
+ tool_id: string;
964
+ type: 'code_execution_20260120';
965
+ }
966
+ export interface ServerToolUsage {
967
+ /**
968
+ * The number of web fetch tool requests.
969
+ */
970
+ web_fetch_requests: number;
971
+ /**
972
+ * The number of web search tool requests.
973
+ */
974
+ web_search_requests: number;
975
+ }
976
+ export interface ServerToolUseBlock {
977
+ id: string;
978
+ /**
979
+ * Tool invocation directly from the model.
980
+ */
981
+ caller: DirectCaller | ServerToolCaller | ServerToolCaller20260120;
982
+ input: unknown;
983
+ name: 'web_search' | 'web_fetch' | 'code_execution' | 'bash_code_execution' | 'text_editor_code_execution' | 'tool_search_tool_regex' | 'tool_search_tool_bm25';
984
+ type: 'server_tool_use';
985
+ }
986
+ export interface ServerToolUseBlockParam {
987
+ id: string;
988
+ input: unknown;
989
+ name: 'web_search' | 'web_fetch' | 'code_execution' | 'bash_code_execution' | 'text_editor_code_execution' | 'tool_search_tool_regex' | 'tool_search_tool_bm25';
990
+ type: 'server_tool_use';
991
+ /**
992
+ * Create a cache control breakpoint at this content block.
993
+ */
994
+ cache_control?: CacheControlEphemeral | null;
995
+ /**
996
+ * Tool invocation directly from the model.
997
+ */
998
+ caller?: DirectCaller | ServerToolCaller | ServerToolCaller20260120;
999
+ }
1000
+ export interface SignatureDelta {
1001
+ signature: string;
1002
+ type: 'signature_delta';
1003
+ }
1004
+ export type StopReason = 'end_turn' | 'max_tokens' | 'stop_sequence' | 'tool_use' | 'pause_turn' | 'refusal';
1005
+ export interface TextBlock {
1006
+ /**
1007
+ * Citations supporting the text block.
1008
+ *
1009
+ * The type of citation returned will depend on the type of document being cited.
1010
+ * Citing a PDF results in `page_location`, plain text results in `char_location`,
1011
+ * and content document results in `content_block_location`.
1012
+ */
1013
+ citations: Array<TextCitation> | null;
1014
+ text: string;
1015
+ type: 'text';
1016
+ }
1017
+ export interface TextBlockParam {
1018
+ text: string;
1019
+ type: 'text';
1020
+ /**
1021
+ * Create a cache control breakpoint at this content block.
1022
+ */
1023
+ cache_control?: CacheControlEphemeral | null;
1024
+ citations?: Array<TextCitationParam> | null;
1025
+ }
1026
+ export type TextCitation = CitationCharLocation | CitationPageLocation | CitationContentBlockLocation | CitationsWebSearchResultLocation | CitationsSearchResultLocation;
1027
+ export type TextCitationParam = CitationCharLocationParam | CitationPageLocationParam | CitationContentBlockLocationParam | CitationWebSearchResultLocationParam | CitationSearchResultLocationParam;
1028
+ export interface TextDelta {
1029
+ text: string;
1030
+ type: 'text_delta';
1031
+ }
1032
+ export interface TextEditorCodeExecutionCreateResultBlock {
1033
+ is_file_update: boolean;
1034
+ type: 'text_editor_code_execution_create_result';
1035
+ }
1036
+ export interface TextEditorCodeExecutionCreateResultBlockParam {
1037
+ is_file_update: boolean;
1038
+ type: 'text_editor_code_execution_create_result';
1039
+ }
1040
+ export interface TextEditorCodeExecutionStrReplaceResultBlock {
1041
+ lines: Array<string> | null;
1042
+ new_lines: number | null;
1043
+ new_start: number | null;
1044
+ old_lines: number | null;
1045
+ old_start: number | null;
1046
+ type: 'text_editor_code_execution_str_replace_result';
1047
+ }
1048
+ export interface TextEditorCodeExecutionStrReplaceResultBlockParam {
1049
+ type: 'text_editor_code_execution_str_replace_result';
1050
+ lines?: Array<string> | null;
1051
+ new_lines?: number | null;
1052
+ new_start?: number | null;
1053
+ old_lines?: number | null;
1054
+ old_start?: number | null;
1055
+ }
1056
+ export interface TextEditorCodeExecutionToolResultBlock {
1057
+ content: TextEditorCodeExecutionToolResultError | TextEditorCodeExecutionViewResultBlock | TextEditorCodeExecutionCreateResultBlock | TextEditorCodeExecutionStrReplaceResultBlock;
1058
+ tool_use_id: string;
1059
+ type: 'text_editor_code_execution_tool_result';
1060
+ }
1061
+ export interface TextEditorCodeExecutionToolResultBlockParam {
1062
+ content: TextEditorCodeExecutionToolResultErrorParam | TextEditorCodeExecutionViewResultBlockParam | TextEditorCodeExecutionCreateResultBlockParam | TextEditorCodeExecutionStrReplaceResultBlockParam;
1063
+ tool_use_id: string;
1064
+ type: 'text_editor_code_execution_tool_result';
1065
+ /**
1066
+ * Create a cache control breakpoint at this content block.
1067
+ */
1068
+ cache_control?: CacheControlEphemeral | null;
1069
+ }
1070
+ export interface TextEditorCodeExecutionToolResultError {
1071
+ error_code: TextEditorCodeExecutionToolResultErrorCode;
1072
+ error_message: string | null;
1073
+ type: 'text_editor_code_execution_tool_result_error';
1074
+ }
1075
+ export type TextEditorCodeExecutionToolResultErrorCode = 'invalid_tool_input' | 'unavailable' | 'too_many_requests' | 'execution_time_exceeded' | 'file_not_found';
1076
+ export interface TextEditorCodeExecutionToolResultErrorParam {
1077
+ error_code: TextEditorCodeExecutionToolResultErrorCode;
1078
+ type: 'text_editor_code_execution_tool_result_error';
1079
+ error_message?: string | null;
1080
+ }
1081
+ export interface TextEditorCodeExecutionViewResultBlock {
1082
+ content: string;
1083
+ file_type: 'text' | 'image' | 'pdf';
1084
+ num_lines: number | null;
1085
+ start_line: number | null;
1086
+ total_lines: number | null;
1087
+ type: 'text_editor_code_execution_view_result';
1088
+ }
1089
+ export interface TextEditorCodeExecutionViewResultBlockParam {
1090
+ content: string;
1091
+ file_type: 'text' | 'image' | 'pdf';
1092
+ type: 'text_editor_code_execution_view_result';
1093
+ num_lines?: number | null;
1094
+ start_line?: number | null;
1095
+ total_lines?: number | null;
1096
+ }
1097
+ export interface ThinkingBlock {
1098
+ signature: string;
1099
+ thinking: string;
1100
+ type: 'thinking';
1101
+ }
1102
+ export interface ThinkingBlockParam {
1103
+ signature: string;
1104
+ thinking: string;
1105
+ type: 'thinking';
1106
+ }
1107
+ export interface ThinkingConfigAdaptive {
1108
+ type: 'adaptive';
1109
+ /**
1110
+ * Controls how thinking content appears in the response. When set to `summarized`,
1111
+ * thinking is returned normally. When set to `omitted`, thinking content is
1112
+ * redacted but a signature is returned for multi-turn continuity. Defaults to
1113
+ * `summarized`.
1114
+ */
1115
+ display?: 'summarized' | 'omitted' | null;
1116
+ }
1117
+ export interface ThinkingConfigDisabled {
1118
+ type: 'disabled';
1119
+ }
1120
+ export interface ThinkingConfigEnabled {
1121
+ /**
1122
+ * Determines how many tokens Claude can use for its internal reasoning process.
1123
+ * Larger budgets can enable more thorough analysis for complex problems, improving
1124
+ * response quality.
1125
+ *
1126
+ * Must be ≥1024 and less than `max_tokens`.
1127
+ *
1128
+ * See
1129
+ * [extended thinking](https://docs.claude.com/en/docs/build-with-claude/extended-thinking)
1130
+ * for details.
1131
+ */
1132
+ budget_tokens: number;
1133
+ type: 'enabled';
1134
+ /**
1135
+ * Controls how thinking content appears in the response. When set to `summarized`,
1136
+ * thinking is returned normally. When set to `omitted`, thinking content is
1137
+ * redacted but a signature is returned for multi-turn continuity. Defaults to
1138
+ * `summarized`.
1139
+ */
1140
+ display?: 'summarized' | 'omitted' | null;
1141
+ }
1142
+ /**
1143
+ * Configuration for enabling Claude's extended thinking.
1144
+ *
1145
+ * When enabled, responses include `thinking` content blocks showing Claude's
1146
+ * thinking process before the final answer. Requires a minimum budget of 1,024
1147
+ * tokens and counts towards your `max_tokens` limit.
1148
+ *
1149
+ * See
1150
+ * [extended thinking](https://docs.claude.com/en/docs/build-with-claude/extended-thinking)
1151
+ * for details.
1152
+ */
1153
+ export type ThinkingConfigParam = ThinkingConfigEnabled | ThinkingConfigDisabled | ThinkingConfigAdaptive;
1154
+ export interface ThinkingDelta {
1155
+ thinking: string;
1156
+ type: 'thinking_delta';
1157
+ }
1158
+ export interface Tool {
1159
+ /**
1160
+ * [JSON schema](https://json-schema.org/draft/2020-12) for this tool's input.
1161
+ *
1162
+ * This defines the shape of the `input` that your tool accepts and that the model
1163
+ * will produce.
1164
+ */
1165
+ input_schema: Tool.InputSchema;
1166
+ /**
1167
+ * Name of the tool.
1168
+ *
1169
+ * This is how the tool will be called by the model and in `tool_use` blocks.
1170
+ */
1171
+ name: string;
1172
+ allowed_callers?: Array<'direct' | 'code_execution_20250825' | 'code_execution_20260120'>;
1173
+ /**
1174
+ * Create a cache control breakpoint at this content block.
1175
+ */
1176
+ cache_control?: CacheControlEphemeral | null;
1177
+ /**
1178
+ * If true, tool will not be included in initial system prompt. Only loaded when
1179
+ * returned via tool_reference from tool search.
1180
+ */
1181
+ defer_loading?: boolean;
1182
+ /**
1183
+ * Description of what this tool does.
1184
+ *
1185
+ * Tool descriptions should be as detailed as possible. The more information that
1186
+ * the model has about what the tool is and how to use it, the better it will
1187
+ * perform. You can use natural language descriptions to reinforce important
1188
+ * aspects of the tool input JSON schema.
1189
+ */
1190
+ description?: string;
1191
+ /**
1192
+ * Enable eager input streaming for this tool. When true, tool input parameters
1193
+ * will be streamed incrementally as they are generated, and types will be inferred
1194
+ * on-the-fly rather than buffering the full JSON output. When false, streaming is
1195
+ * disabled for this tool even if the fine-grained-tool-streaming beta is active.
1196
+ * When null (default), uses the default behavior based on beta headers.
1197
+ */
1198
+ eager_input_streaming?: boolean | null;
1199
+ input_examples?: Array<{
1200
+ [key: string]: unknown;
1201
+ }>;
1202
+ /**
1203
+ * When true, guarantees schema validation on tool names and inputs
1204
+ */
1205
+ strict?: boolean;
1206
+ type?: 'custom' | null;
1207
+ }
1208
+ export declare namespace Tool {
1209
+ /**
1210
+ * [JSON schema](https://json-schema.org/draft/2020-12) for this tool's input.
1211
+ *
1212
+ * This defines the shape of the `input` that your tool accepts and that the model
1213
+ * will produce.
1214
+ */
1215
+ interface InputSchema {
1216
+ type: 'object';
1217
+ properties?: unknown | null;
1218
+ required?: Array<string> | null;
1219
+ [k: string]: unknown;
1220
+ }
1221
+ }
1222
+ export interface ToolBash20250124 {
1223
+ /**
1224
+ * Name of the tool.
1225
+ *
1226
+ * This is how the tool will be called by the model and in `tool_use` blocks.
1227
+ */
1228
+ name: 'bash';
1229
+ type: 'bash_20250124';
1230
+ allowed_callers?: Array<'direct' | 'code_execution_20250825' | 'code_execution_20260120'>;
1231
+ /**
1232
+ * Create a cache control breakpoint at this content block.
1233
+ */
1234
+ cache_control?: CacheControlEphemeral | null;
1235
+ /**
1236
+ * If true, tool will not be included in initial system prompt. Only loaded when
1237
+ * returned via tool_reference from tool search.
1238
+ */
1239
+ defer_loading?: boolean;
1240
+ input_examples?: Array<{
1241
+ [key: string]: unknown;
1242
+ }>;
1243
+ /**
1244
+ * When true, guarantees schema validation on tool names and inputs
1245
+ */
1246
+ strict?: boolean;
1247
+ }
1248
+ /**
1249
+ * How the model should use the provided tools. The model can use a specific tool,
1250
+ * any available tool, decide by itself, or not use tools at all.
1251
+ */
1252
+ export type ToolChoice = ToolChoiceAuto | ToolChoiceAny | ToolChoiceTool | ToolChoiceNone;
1253
+ /**
1254
+ * The model will use any available tools.
1255
+ */
1256
+ export interface ToolChoiceAny {
1257
+ type: 'any';
1258
+ /**
1259
+ * Whether to disable parallel tool use.
1260
+ *
1261
+ * Defaults to `false`. If set to `true`, the model will output exactly one tool
1262
+ * use.
1263
+ */
1264
+ disable_parallel_tool_use?: boolean;
1265
+ }
1266
+ /**
1267
+ * The model will automatically decide whether to use tools.
1268
+ */
1269
+ export interface ToolChoiceAuto {
1270
+ type: 'auto';
1271
+ /**
1272
+ * Whether to disable parallel tool use.
1273
+ *
1274
+ * Defaults to `false`. If set to `true`, the model will output at most one tool
1275
+ * use.
1276
+ */
1277
+ disable_parallel_tool_use?: boolean;
1278
+ }
1279
+ /**
1280
+ * The model will not be allowed to use tools.
1281
+ */
1282
+ export interface ToolChoiceNone {
1283
+ type: 'none';
1284
+ }
1285
+ /**
1286
+ * The model will use the specified tool with `tool_choice.name`.
1287
+ */
1288
+ export interface ToolChoiceTool {
1289
+ /**
1290
+ * The name of the tool to use.
1291
+ */
1292
+ name: string;
1293
+ type: 'tool';
1294
+ /**
1295
+ * Whether to disable parallel tool use.
1296
+ *
1297
+ * Defaults to `false`. If set to `true`, the model will output exactly one tool
1298
+ * use.
1299
+ */
1300
+ disable_parallel_tool_use?: boolean;
1301
+ }
1302
+ export interface ToolReferenceBlock {
1303
+ tool_name: string;
1304
+ type: 'tool_reference';
1305
+ }
1306
+ /**
1307
+ * Tool reference block that can be included in tool_result content.
1308
+ */
1309
+ export interface ToolReferenceBlockParam {
1310
+ tool_name: string;
1311
+ type: 'tool_reference';
1312
+ /**
1313
+ * Create a cache control breakpoint at this content block.
1314
+ */
1315
+ cache_control?: CacheControlEphemeral | null;
1316
+ }
1317
+ export interface ToolResultBlockParam {
1318
+ tool_use_id: string;
1319
+ type: 'tool_result';
1320
+ /**
1321
+ * Create a cache control breakpoint at this content block.
1322
+ */
1323
+ cache_control?: CacheControlEphemeral | null;
1324
+ content?: string | Array<TextBlockParam | ImageBlockParam | SearchResultBlockParam | DocumentBlockParam | ToolReferenceBlockParam>;
1325
+ is_error?: boolean;
1326
+ }
1327
+ export interface ToolSearchToolBm25_20251119 {
1328
+ /**
1329
+ * Name of the tool.
1330
+ *
1331
+ * This is how the tool will be called by the model and in `tool_use` blocks.
1332
+ */
1333
+ name: 'tool_search_tool_bm25';
1334
+ type: 'tool_search_tool_bm25_20251119' | 'tool_search_tool_bm25';
1335
+ allowed_callers?: Array<'direct' | 'code_execution_20250825' | 'code_execution_20260120'>;
1336
+ /**
1337
+ * Create a cache control breakpoint at this content block.
1338
+ */
1339
+ cache_control?: CacheControlEphemeral | null;
1340
+ /**
1341
+ * If true, tool will not be included in initial system prompt. Only loaded when
1342
+ * returned via tool_reference from tool search.
1343
+ */
1344
+ defer_loading?: boolean;
1345
+ /**
1346
+ * When true, guarantees schema validation on tool names and inputs
1347
+ */
1348
+ strict?: boolean;
1349
+ }
1350
+ export interface ToolSearchToolRegex20251119 {
1351
+ /**
1352
+ * Name of the tool.
1353
+ *
1354
+ * This is how the tool will be called by the model and in `tool_use` blocks.
1355
+ */
1356
+ name: 'tool_search_tool_regex';
1357
+ type: 'tool_search_tool_regex_20251119' | 'tool_search_tool_regex';
1358
+ allowed_callers?: Array<'direct' | 'code_execution_20250825' | 'code_execution_20260120'>;
1359
+ /**
1360
+ * Create a cache control breakpoint at this content block.
1361
+ */
1362
+ cache_control?: CacheControlEphemeral | null;
1363
+ /**
1364
+ * If true, tool will not be included in initial system prompt. Only loaded when
1365
+ * returned via tool_reference from tool search.
1366
+ */
1367
+ defer_loading?: boolean;
1368
+ /**
1369
+ * When true, guarantees schema validation on tool names and inputs
1370
+ */
1371
+ strict?: boolean;
1372
+ }
1373
+ export interface ToolSearchToolResultBlock {
1374
+ content: ToolSearchToolResultError | ToolSearchToolSearchResultBlock;
1375
+ tool_use_id: string;
1376
+ type: 'tool_search_tool_result';
1377
+ }
1378
+ export interface ToolSearchToolResultBlockParam {
1379
+ content: ToolSearchToolResultErrorParam | ToolSearchToolSearchResultBlockParam;
1380
+ tool_use_id: string;
1381
+ type: 'tool_search_tool_result';
1382
+ /**
1383
+ * Create a cache control breakpoint at this content block.
1384
+ */
1385
+ cache_control?: CacheControlEphemeral | null;
1386
+ }
1387
+ export interface ToolSearchToolResultError {
1388
+ error_code: ToolSearchToolResultErrorCode;
1389
+ error_message: string | null;
1390
+ type: 'tool_search_tool_result_error';
1391
+ }
1392
+ export type ToolSearchToolResultErrorCode = 'invalid_tool_input' | 'unavailable' | 'too_many_requests' | 'execution_time_exceeded';
1393
+ export interface ToolSearchToolResultErrorParam {
1394
+ error_code: ToolSearchToolResultErrorCode;
1395
+ type: 'tool_search_tool_result_error';
1396
+ }
1397
+ export interface ToolSearchToolSearchResultBlock {
1398
+ tool_references: Array<ToolReferenceBlock>;
1399
+ type: 'tool_search_tool_search_result';
1400
+ }
1401
+ export interface ToolSearchToolSearchResultBlockParam {
1402
+ tool_references: Array<ToolReferenceBlockParam>;
1403
+ type: 'tool_search_tool_search_result';
1404
+ }
1405
+ export interface ToolTextEditor20250124 {
1406
+ /**
1407
+ * Name of the tool.
1408
+ *
1409
+ * This is how the tool will be called by the model and in `tool_use` blocks.
1410
+ */
1411
+ name: 'str_replace_editor';
1412
+ type: 'text_editor_20250124';
1413
+ allowed_callers?: Array<'direct' | 'code_execution_20250825' | 'code_execution_20260120'>;
1414
+ /**
1415
+ * Create a cache control breakpoint at this content block.
1416
+ */
1417
+ cache_control?: CacheControlEphemeral | null;
1418
+ /**
1419
+ * If true, tool will not be included in initial system prompt. Only loaded when
1420
+ * returned via tool_reference from tool search.
1421
+ */
1422
+ defer_loading?: boolean;
1423
+ input_examples?: Array<{
1424
+ [key: string]: unknown;
1425
+ }>;
1426
+ /**
1427
+ * When true, guarantees schema validation on tool names and inputs
1428
+ */
1429
+ strict?: boolean;
1430
+ }
1431
+ export interface ToolTextEditor20250429 {
1432
+ /**
1433
+ * Name of the tool.
1434
+ *
1435
+ * This is how the tool will be called by the model and in `tool_use` blocks.
1436
+ */
1437
+ name: 'str_replace_based_edit_tool';
1438
+ type: 'text_editor_20250429';
1439
+ allowed_callers?: Array<'direct' | 'code_execution_20250825' | 'code_execution_20260120'>;
1440
+ /**
1441
+ * Create a cache control breakpoint at this content block.
1442
+ */
1443
+ cache_control?: CacheControlEphemeral | null;
1444
+ /**
1445
+ * If true, tool will not be included in initial system prompt. Only loaded when
1446
+ * returned via tool_reference from tool search.
1447
+ */
1448
+ defer_loading?: boolean;
1449
+ input_examples?: Array<{
1450
+ [key: string]: unknown;
1451
+ }>;
1452
+ /**
1453
+ * When true, guarantees schema validation on tool names and inputs
1454
+ */
1455
+ strict?: boolean;
1456
+ }
1457
+ export interface ToolTextEditor20250728 {
1458
+ /**
1459
+ * Name of the tool.
1460
+ *
1461
+ * This is how the tool will be called by the model and in `tool_use` blocks.
1462
+ */
1463
+ name: 'str_replace_based_edit_tool';
1464
+ type: 'text_editor_20250728';
1465
+ allowed_callers?: Array<'direct' | 'code_execution_20250825' | 'code_execution_20260120'>;
1466
+ /**
1467
+ * Create a cache control breakpoint at this content block.
1468
+ */
1469
+ cache_control?: CacheControlEphemeral | null;
1470
+ /**
1471
+ * If true, tool will not be included in initial system prompt. Only loaded when
1472
+ * returned via tool_reference from tool search.
1473
+ */
1474
+ defer_loading?: boolean;
1475
+ input_examples?: Array<{
1476
+ [key: string]: unknown;
1477
+ }>;
1478
+ /**
1479
+ * Maximum number of characters to display when viewing a file. If not specified,
1480
+ * defaults to displaying the full file.
1481
+ */
1482
+ max_characters?: number | null;
1483
+ /**
1484
+ * When true, guarantees schema validation on tool names and inputs
1485
+ */
1486
+ strict?: boolean;
1487
+ }
1488
+ /**
1489
+ * Code execution tool with REPL state persistence (daemon mode + gVisor
1490
+ * checkpoint).
1491
+ */
1492
+ export type ToolUnion = Tool | ToolBash20250124 | CodeExecutionTool20250522 | CodeExecutionTool20250825 | CodeExecutionTool20260120 | MemoryTool20250818 | ToolTextEditor20250124 | ToolTextEditor20250429 | ToolTextEditor20250728 | WebSearchTool20250305 | WebFetchTool20250910 | WebSearchTool20260209 | WebFetchTool20260209 | WebFetchTool20260309 | ToolSearchToolBm25_20251119 | ToolSearchToolRegex20251119;
1493
+ export interface ToolUseBlock {
1494
+ id: string;
1495
+ /**
1496
+ * Tool invocation directly from the model.
1497
+ */
1498
+ caller: DirectCaller | ServerToolCaller | ServerToolCaller20260120;
1499
+ input: unknown;
1500
+ name: string;
1501
+ type: 'tool_use';
1502
+ }
1503
+ export interface ToolUseBlockParam {
1504
+ id: string;
1505
+ input: unknown;
1506
+ name: string;
1507
+ type: 'tool_use';
1508
+ /**
1509
+ * Create a cache control breakpoint at this content block.
1510
+ */
1511
+ cache_control?: CacheControlEphemeral | null;
1512
+ /**
1513
+ * Tool invocation directly from the model.
1514
+ */
1515
+ caller?: DirectCaller | ServerToolCaller | ServerToolCaller20260120;
1516
+ }
1517
+ export interface URLImageSource {
1518
+ type: 'url';
1519
+ url: string;
1520
+ }
1521
+ export interface URLPDFSource {
1522
+ type: 'url';
1523
+ url: string;
1524
+ }
1525
+ export interface Usage {
1526
+ /**
1527
+ * Breakdown of cached tokens by TTL
1528
+ */
1529
+ cache_creation: CacheCreation | null;
1530
+ /**
1531
+ * The number of input tokens used to create the cache entry.
1532
+ */
1533
+ cache_creation_input_tokens: number | null;
1534
+ /**
1535
+ * The number of input tokens read from the cache.
1536
+ */
1537
+ cache_read_input_tokens: number | null;
1538
+ /**
1539
+ * The geographic region where inference was performed for this request.
1540
+ */
1541
+ inference_geo: string | null;
1542
+ /**
1543
+ * The number of input tokens which were used.
1544
+ */
1545
+ input_tokens: number;
1546
+ /**
1547
+ * The number of output tokens which were used.
1548
+ */
1549
+ output_tokens: number;
1550
+ /**
1551
+ * Breakdown of output tokens by category.
1552
+ *
1553
+ * `output_tokens` remains the inclusive, authoritative total used for billing.
1554
+ * This object provides a read-only decomposition for observability — for example,
1555
+ * how many of the billed output tokens were spent on internal reasoning that may
1556
+ * have been summarized before being returned to you.
1557
+ */
1558
+ output_tokens_details: OutputTokensDetails | null;
1559
+ /**
1560
+ * The number of server tool requests.
1561
+ */
1562
+ server_tool_use: ServerToolUsage | null;
1563
+ /**
1564
+ * If the request used the priority, standard, or batch tier.
1565
+ */
1566
+ service_tier: 'standard' | 'priority' | 'batch' | null;
1567
+ }
1568
+ export interface UserLocation {
1569
+ type: 'approximate';
1570
+ /**
1571
+ * The city of the user.
1572
+ */
1573
+ city?: string | null;
1574
+ /**
1575
+ * The two letter
1576
+ * [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the
1577
+ * user.
1578
+ */
1579
+ country?: string | null;
1580
+ /**
1581
+ * The region of the user.
1582
+ */
1583
+ region?: string | null;
1584
+ /**
1585
+ * The [IANA timezone](https://nodatime.org/TimeZones) of the user.
1586
+ */
1587
+ timezone?: string | null;
1588
+ }
1589
+ export interface WebFetchBlock {
1590
+ content: DocumentBlock;
1591
+ /**
1592
+ * ISO 8601 timestamp when the content was retrieved
1593
+ */
1594
+ retrieved_at: string | null;
1595
+ type: 'web_fetch_result';
1596
+ /**
1597
+ * Fetched content URL
1598
+ */
1599
+ url: string;
1600
+ }
1601
+ export interface WebFetchBlockParam {
1602
+ content: DocumentBlockParam;
1603
+ type: 'web_fetch_result';
1604
+ /**
1605
+ * Fetched content URL
1606
+ */
1607
+ url: string;
1608
+ /**
1609
+ * ISO 8601 timestamp when the content was retrieved
1610
+ */
1611
+ retrieved_at?: string | null;
1612
+ }
1613
+ export interface WebFetchTool20250910 {
1614
+ /**
1615
+ * Name of the tool.
1616
+ *
1617
+ * This is how the tool will be called by the model and in `tool_use` blocks.
1618
+ */
1619
+ name: 'web_fetch';
1620
+ type: 'web_fetch_20250910';
1621
+ allowed_callers?: Array<'direct' | 'code_execution_20250825' | 'code_execution_20260120'>;
1622
+ /**
1623
+ * List of domains to allow fetching from
1624
+ */
1625
+ allowed_domains?: Array<string> | null;
1626
+ /**
1627
+ * List of domains to block fetching from
1628
+ */
1629
+ blocked_domains?: Array<string> | null;
1630
+ /**
1631
+ * Create a cache control breakpoint at this content block.
1632
+ */
1633
+ cache_control?: CacheControlEphemeral | null;
1634
+ /**
1635
+ * Citations configuration for fetched documents. Citations are disabled by
1636
+ * default.
1637
+ */
1638
+ citations?: CitationsConfigParam | null;
1639
+ /**
1640
+ * If true, tool will not be included in initial system prompt. Only loaded when
1641
+ * returned via tool_reference from tool search.
1642
+ */
1643
+ defer_loading?: boolean;
1644
+ /**
1645
+ * Maximum number of tokens used by including web page text content in the context.
1646
+ * The limit is approximate and does not apply to binary content such as PDFs.
1647
+ */
1648
+ max_content_tokens?: number | null;
1649
+ /**
1650
+ * Maximum number of times the tool can be used in the API request.
1651
+ */
1652
+ max_uses?: number | null;
1653
+ /**
1654
+ * When true, guarantees schema validation on tool names and inputs
1655
+ */
1656
+ strict?: boolean;
1657
+ }
1658
+ export interface WebFetchTool20260209 {
1659
+ /**
1660
+ * Name of the tool.
1661
+ *
1662
+ * This is how the tool will be called by the model and in `tool_use` blocks.
1663
+ */
1664
+ name: 'web_fetch';
1665
+ type: 'web_fetch_20260209';
1666
+ allowed_callers?: Array<'direct' | 'code_execution_20250825' | 'code_execution_20260120'>;
1667
+ /**
1668
+ * List of domains to allow fetching from
1669
+ */
1670
+ allowed_domains?: Array<string> | null;
1671
+ /**
1672
+ * List of domains to block fetching from
1673
+ */
1674
+ blocked_domains?: Array<string> | null;
1675
+ /**
1676
+ * Create a cache control breakpoint at this content block.
1677
+ */
1678
+ cache_control?: CacheControlEphemeral | null;
1679
+ /**
1680
+ * Citations configuration for fetched documents. Citations are disabled by
1681
+ * default.
1682
+ */
1683
+ citations?: CitationsConfigParam | null;
1684
+ /**
1685
+ * If true, tool will not be included in initial system prompt. Only loaded when
1686
+ * returned via tool_reference from tool search.
1687
+ */
1688
+ defer_loading?: boolean;
1689
+ /**
1690
+ * Maximum number of tokens used by including web page text content in the context.
1691
+ * The limit is approximate and does not apply to binary content such as PDFs.
1692
+ */
1693
+ max_content_tokens?: number | null;
1694
+ /**
1695
+ * Maximum number of times the tool can be used in the API request.
1696
+ */
1697
+ max_uses?: number | null;
1698
+ /**
1699
+ * When true, guarantees schema validation on tool names and inputs
1700
+ */
1701
+ strict?: boolean;
1702
+ }
1703
+ /**
1704
+ * Web fetch tool with use_cache parameter for bypassing cached content.
1705
+ */
1706
+ export interface WebFetchTool20260309 {
1707
+ /**
1708
+ * Name of the tool.
1709
+ *
1710
+ * This is how the tool will be called by the model and in `tool_use` blocks.
1711
+ */
1712
+ name: 'web_fetch';
1713
+ type: 'web_fetch_20260309';
1714
+ allowed_callers?: Array<'direct' | 'code_execution_20250825' | 'code_execution_20260120'>;
1715
+ /**
1716
+ * List of domains to allow fetching from
1717
+ */
1718
+ allowed_domains?: Array<string> | null;
1719
+ /**
1720
+ * List of domains to block fetching from
1721
+ */
1722
+ blocked_domains?: Array<string> | null;
1723
+ /**
1724
+ * Create a cache control breakpoint at this content block.
1725
+ */
1726
+ cache_control?: CacheControlEphemeral | null;
1727
+ /**
1728
+ * Citations configuration for fetched documents. Citations are disabled by
1729
+ * default.
1730
+ */
1731
+ citations?: CitationsConfigParam | null;
1732
+ /**
1733
+ * If true, tool will not be included in initial system prompt. Only loaded when
1734
+ * returned via tool_reference from tool search.
1735
+ */
1736
+ defer_loading?: boolean;
1737
+ /**
1738
+ * Maximum number of tokens used by including web page text content in the context.
1739
+ * The limit is approximate and does not apply to binary content such as PDFs.
1740
+ */
1741
+ max_content_tokens?: number | null;
1742
+ /**
1743
+ * Maximum number of times the tool can be used in the API request.
1744
+ */
1745
+ max_uses?: number | null;
1746
+ /**
1747
+ * When true, guarantees schema validation on tool names and inputs
1748
+ */
1749
+ strict?: boolean;
1750
+ /**
1751
+ * Whether to use cached content. Set to false to bypass the cache and fetch fresh
1752
+ * content. Only set to false when the user explicitly requests fresh content or
1753
+ * when fetching rapidly-changing sources.
1754
+ */
1755
+ use_cache?: boolean;
1756
+ }
1757
+ export interface WebFetchToolResultBlock {
1758
+ /**
1759
+ * Tool invocation directly from the model.
1760
+ */
1761
+ caller: DirectCaller | ServerToolCaller | ServerToolCaller20260120;
1762
+ content: WebFetchToolResultErrorBlock | WebFetchBlock;
1763
+ tool_use_id: string;
1764
+ type: 'web_fetch_tool_result';
1765
+ }
1766
+ export interface WebFetchToolResultBlockParam {
1767
+ content: WebFetchToolResultErrorBlockParam | WebFetchBlockParam;
1768
+ tool_use_id: string;
1769
+ type: 'web_fetch_tool_result';
1770
+ /**
1771
+ * Create a cache control breakpoint at this content block.
1772
+ */
1773
+ cache_control?: CacheControlEphemeral | null;
1774
+ /**
1775
+ * Tool invocation directly from the model.
1776
+ */
1777
+ caller?: DirectCaller | ServerToolCaller | ServerToolCaller20260120;
1778
+ }
1779
+ export interface WebFetchToolResultErrorBlock {
1780
+ error_code: WebFetchToolResultErrorCode;
1781
+ type: 'web_fetch_tool_result_error';
1782
+ }
1783
+ export interface WebFetchToolResultErrorBlockParam {
1784
+ error_code: WebFetchToolResultErrorCode;
1785
+ type: 'web_fetch_tool_result_error';
1786
+ }
1787
+ export type WebFetchToolResultErrorCode = 'invalid_tool_input' | 'url_too_long' | 'url_not_allowed' | 'url_not_in_prior_context' | 'url_not_accessible' | 'unsupported_content_type' | 'too_many_requests' | 'max_uses_exceeded' | 'unavailable';
1788
+ export interface WebSearchResultBlock {
1789
+ encrypted_content: string;
1790
+ page_age: string | null;
1791
+ title: string;
1792
+ type: 'web_search_result';
1793
+ url: string;
1794
+ }
1795
+ export interface WebSearchResultBlockParam {
1796
+ encrypted_content: string;
1797
+ title: string;
1798
+ type: 'web_search_result';
1799
+ url: string;
1800
+ page_age?: string | null;
1801
+ }
1802
+ export interface WebSearchTool20250305 {
1803
+ /**
1804
+ * Name of the tool.
1805
+ *
1806
+ * This is how the tool will be called by the model and in `tool_use` blocks.
1807
+ */
1808
+ name: 'web_search';
1809
+ type: 'web_search_20250305';
1810
+ allowed_callers?: Array<'direct' | 'code_execution_20250825' | 'code_execution_20260120'>;
1811
+ /**
1812
+ * If provided, only these domains will be included in results. Cannot be used
1813
+ * alongside `blocked_domains`.
1814
+ */
1815
+ allowed_domains?: Array<string> | null;
1816
+ /**
1817
+ * If provided, these domains will never appear in results. Cannot be used
1818
+ * alongside `allowed_domains`.
1819
+ */
1820
+ blocked_domains?: Array<string> | null;
1821
+ /**
1822
+ * Create a cache control breakpoint at this content block.
1823
+ */
1824
+ cache_control?: CacheControlEphemeral | null;
1825
+ /**
1826
+ * If true, tool will not be included in initial system prompt. Only loaded when
1827
+ * returned via tool_reference from tool search.
1828
+ */
1829
+ defer_loading?: boolean;
1830
+ /**
1831
+ * Maximum number of times the tool can be used in the API request.
1832
+ */
1833
+ max_uses?: number | null;
1834
+ /**
1835
+ * When true, guarantees schema validation on tool names and inputs
1836
+ */
1837
+ strict?: boolean;
1838
+ /**
1839
+ * Parameters for the user's location. Used to provide more relevant search
1840
+ * results.
1841
+ */
1842
+ user_location?: UserLocation | null;
1843
+ }
1844
+ export declare namespace WebSearchTool20250305 {
1845
+ /**
1846
+ * @deprecated Import `UserLocation` from `anthropic` directly instead of using
1847
+ * `WebSearchTool20250305.UserLocation`.
1848
+ */
1849
+ type UserLocation = Messages.UserLocation;
1850
+ }
1851
+ export interface WebSearchTool20260209 {
1852
+ /**
1853
+ * Name of the tool.
1854
+ *
1855
+ * This is how the tool will be called by the model and in `tool_use` blocks.
1856
+ */
1857
+ name: 'web_search';
1858
+ type: 'web_search_20260209';
1859
+ allowed_callers?: Array<'direct' | 'code_execution_20250825' | 'code_execution_20260120'>;
1860
+ /**
1861
+ * If provided, only these domains will be included in results. Cannot be used
1862
+ * alongside `blocked_domains`.
1863
+ */
1864
+ allowed_domains?: Array<string> | null;
1865
+ /**
1866
+ * If provided, these domains will never appear in results. Cannot be used
1867
+ * alongside `allowed_domains`.
1868
+ */
1869
+ blocked_domains?: Array<string> | null;
1870
+ /**
1871
+ * Create a cache control breakpoint at this content block.
1872
+ */
1873
+ cache_control?: CacheControlEphemeral | null;
1874
+ /**
1875
+ * If true, tool will not be included in initial system prompt. Only loaded when
1876
+ * returned via tool_reference from tool search.
1877
+ */
1878
+ defer_loading?: boolean;
1879
+ /**
1880
+ * Maximum number of times the tool can be used in the API request.
1881
+ */
1882
+ max_uses?: number | null;
1883
+ /**
1884
+ * When true, guarantees schema validation on tool names and inputs
1885
+ */
1886
+ strict?: boolean;
1887
+ /**
1888
+ * Parameters for the user's location. Used to provide more relevant search
1889
+ * results.
1890
+ */
1891
+ user_location?: UserLocation | null;
1892
+ }
1893
+ export declare namespace WebSearchTool20260209 {
1894
+ /**
1895
+ * @deprecated Import `UserLocation` from `anthropic` directly instead of using
1896
+ * `WebSearchTool20260209.UserLocation`.
1897
+ */
1898
+ type UserLocation = Messages.UserLocation;
1899
+ }
1900
+ export interface WebSearchToolRequestError {
1901
+ error_code: WebSearchToolResultErrorCode;
1902
+ type: 'web_search_tool_result_error';
1903
+ }
1904
+ export interface WebSearchToolResultBlock {
1905
+ /**
1906
+ * Tool invocation directly from the model.
1907
+ */
1908
+ caller: DirectCaller | ServerToolCaller | ServerToolCaller20260120;
1909
+ content: WebSearchToolResultBlockContent;
1910
+ tool_use_id: string;
1911
+ type: 'web_search_tool_result';
1912
+ }
1913
+ export type WebSearchToolResultBlockContent = WebSearchToolResultError | Array<WebSearchResultBlock>;
1914
+ export interface WebSearchToolResultBlockParam {
1915
+ content: WebSearchToolResultBlockParamContent;
1916
+ tool_use_id: string;
1917
+ type: 'web_search_tool_result';
1918
+ /**
1919
+ * Create a cache control breakpoint at this content block.
1920
+ */
1921
+ cache_control?: CacheControlEphemeral | null;
1922
+ /**
1923
+ * Tool invocation directly from the model.
1924
+ */
1925
+ caller?: DirectCaller | ServerToolCaller | ServerToolCaller20260120;
1926
+ }
1927
+ export type WebSearchToolResultBlockParamContent = Array<WebSearchResultBlockParam> | WebSearchToolRequestError;
1928
+ export interface WebSearchToolResultError {
1929
+ error_code: WebSearchToolResultErrorCode;
1930
+ type: 'web_search_tool_result_error';
1931
+ }
1932
+ export type WebSearchToolResultErrorCode = 'invalid_tool_input' | 'unavailable' | 'max_uses_exceeded' | 'too_many_requests' | 'query_too_long' | 'request_too_large';
1933
+ export type MessageStreamEvent = RawMessageStreamEvent;
1934
+ export type MessageStartEvent = RawMessageStartEvent;
1935
+ export type MessageDeltaEvent = RawMessageDeltaEvent;
1936
+ export type MessageStopEvent = RawMessageStopEvent;
1937
+ export type ContentBlockStartEvent = RawContentBlockStartEvent;
1938
+ export type ContentBlockDeltaEvent = RawContentBlockDeltaEvent;
1939
+ export type ContentBlockStopEvent = RawContentBlockStopEvent;
1940
+ export type MessageCreateParams = MessageCreateParamsNonStreaming | MessageCreateParamsStreaming;
1941
+ export interface MessageCreateParamsBase {
1942
+ /**
1943
+ * The maximum number of tokens to generate before stopping.
1944
+ *
1945
+ * Note that our models may stop _before_ reaching this maximum. This parameter
1946
+ * only specifies the absolute maximum number of tokens to generate.
1947
+ *
1948
+ * Set to `0` to populate the
1949
+ * [prompt cache](https://docs.claude.com/en/docs/build-with-claude/prompt-caching#pre-warming-the-cache)
1950
+ * without generating a response.
1951
+ *
1952
+ * Different models have different maximum values for this parameter. See
1953
+ * [models](https://docs.claude.com/en/docs/models-overview) for details.
1954
+ */
1955
+ max_tokens: number;
1956
+ /**
1957
+ * Input messages.
1958
+ *
1959
+ * Our models are trained to operate on alternating `user` and `assistant`
1960
+ * conversational turns. When creating a new `Message`, you specify the prior
1961
+ * conversational turns with the `messages` parameter, and the model then generates
1962
+ * the next `Message` in the conversation. Consecutive `user` or `assistant` turns
1963
+ * in your request will be combined into a single turn.
1964
+ *
1965
+ * Each input message must be an object with a `role` and `content`. You can
1966
+ * specify a single `user`-role message, or you can include multiple `user` and
1967
+ * `assistant` messages.
1968
+ *
1969
+ * If the final message uses the `assistant` role, the response content will
1970
+ * continue immediately from the content in that message. This can be used to
1971
+ * constrain part of the model's response.
1972
+ *
1973
+ * Example with a single `user` message:
1974
+ *
1975
+ * ```json
1976
+ * [{ "role": "user", "content": "Hello, Claude" }]
1977
+ * ```
1978
+ *
1979
+ * Example with multiple conversational turns:
1980
+ *
1981
+ * ```json
1982
+ * [
1983
+ * { "role": "user", "content": "Hello there." },
1984
+ * { "role": "assistant", "content": "Hi, I'm Claude. How can I help you?" },
1985
+ * { "role": "user", "content": "Can you explain LLMs in plain English?" }
1986
+ * ]
1987
+ * ```
1988
+ *
1989
+ * Example with a partially-filled response from Claude:
1990
+ *
1991
+ * ```json
1992
+ * [
1993
+ * {
1994
+ * "role": "user",
1995
+ * "content": "What's the Greek name for Sun? (A) Sol (B) Helios (C) Sun"
1996
+ * },
1997
+ * { "role": "assistant", "content": "The best answer is (" }
1998
+ * ]
1999
+ * ```
2000
+ *
2001
+ * Each input message `content` may be either a single `string` or an array of
2002
+ * content blocks, where each block has a specific `type`. Using a `string` for
2003
+ * `content` is shorthand for an array of one content block of type `"text"`. The
2004
+ * following input messages are equivalent:
2005
+ *
2006
+ * ```json
2007
+ * { "role": "user", "content": "Hello, Claude" }
2008
+ * ```
2009
+ *
2010
+ * ```json
2011
+ * { "role": "user", "content": [{ "type": "text", "text": "Hello, Claude" }] }
2012
+ * ```
2013
+ *
2014
+ * See [input examples](https://docs.claude.com/en/api/messages-examples).
2015
+ *
2016
+ * Note that if you want to include a
2017
+ * [system prompt](https://docs.claude.com/en/docs/system-prompts), you can use the
2018
+ * top-level `system` parameter — there is no `"system"` role for input messages in
2019
+ * the Messages API.
2020
+ *
2021
+ * There is a limit of 100,000 messages in a single request.
2022
+ */
2023
+ messages: Array<MessageParam>;
2024
+ /**
2025
+ * The model that will complete your prompt.
2026
+ *
2027
+ * See [models](https://docs.anthropic.com/en/docs/models-overview) for additional
2028
+ * details and options.
2029
+ */
2030
+ model: Model;
2031
+ /**
2032
+ * Top-level cache control automatically applies a cache_control marker to the last
2033
+ * cacheable block in the request.
2034
+ */
2035
+ cache_control?: CacheControlEphemeral | null;
2036
+ /**
2037
+ * Container identifier for reuse across requests.
2038
+ */
2039
+ container?: string | null;
2040
+ /**
2041
+ * Specifies the geographic region for inference processing. If not specified, the
2042
+ * workspace's `default_inference_geo` is used.
2043
+ */
2044
+ inference_geo?: string | null;
2045
+ /**
2046
+ * An object describing metadata about the request.
2047
+ */
2048
+ metadata?: Metadata;
2049
+ /**
2050
+ * Configuration options for the model's output, such as the output format.
2051
+ */
2052
+ output_config?: OutputConfig;
2053
+ /**
2054
+ * Determines whether to use priority capacity (if available) or standard capacity
2055
+ * for this request.
2056
+ *
2057
+ * Anthropic offers different levels of service for your API requests. See
2058
+ * [service-tiers](https://docs.claude.com/en/api/service-tiers) for details.
2059
+ */
2060
+ service_tier?: 'auto' | 'standard_only';
2061
+ /**
2062
+ * Custom text sequences that will cause the model to stop generating.
2063
+ *
2064
+ * Our models will normally stop when they have naturally completed their turn,
2065
+ * which will result in a response `stop_reason` of `"end_turn"`.
2066
+ *
2067
+ * If you want the model to stop generating when it encounters custom strings of
2068
+ * text, you can use the `stop_sequences` parameter. If the model encounters one of
2069
+ * the custom sequences, the response `stop_reason` value will be `"stop_sequence"`
2070
+ * and the response `stop_sequence` value will contain the matched stop sequence.
2071
+ */
2072
+ stop_sequences?: Array<string>;
2073
+ /**
2074
+ * Whether to incrementally stream the response using server-sent events.
2075
+ *
2076
+ * See [streaming](https://docs.claude.com/en/api/messages-streaming) for details.
2077
+ */
2078
+ stream?: boolean;
2079
+ /**
2080
+ * System prompt.
2081
+ *
2082
+ * A system prompt is a way of providing context and instructions to Claude, such
2083
+ * as specifying a particular goal or role. See our
2084
+ * [guide to system prompts](https://docs.claude.com/en/docs/system-prompts).
2085
+ */
2086
+ system?: string | Array<TextBlockParam>;
2087
+ /**
2088
+ * @deprecated Deprecated. Models released after Claude Opus 4.6 do not support
2089
+ * setting temperature. A value of 1.0 of will be accepted for backwards
2090
+ * compatibility, all other values will be rejected with a 400 error.
2091
+ */
2092
+ temperature?: number;
2093
+ /**
2094
+ * Configuration for enabling Claude's extended thinking.
2095
+ *
2096
+ * When enabled, responses include `thinking` content blocks showing Claude's
2097
+ * thinking process before the final answer. Requires a minimum budget of 1,024
2098
+ * tokens and counts towards your `max_tokens` limit.
2099
+ *
2100
+ * See
2101
+ * [extended thinking](https://docs.claude.com/en/docs/build-with-claude/extended-thinking)
2102
+ * for details.
2103
+ */
2104
+ thinking?: ThinkingConfigParam;
2105
+ /**
2106
+ * How the model should use the provided tools. The model can use a specific tool,
2107
+ * any available tool, decide by itself, or not use tools at all.
2108
+ */
2109
+ tool_choice?: ToolChoice;
2110
+ /**
2111
+ * Definitions of tools that the model may use.
2112
+ *
2113
+ * If you include `tools` in your API request, the model may return `tool_use`
2114
+ * content blocks that represent the model's use of those tools. You can then run
2115
+ * those tools using the tool input generated by the model and then optionally
2116
+ * return results back to the model using `tool_result` content blocks.
2117
+ *
2118
+ * There are two types of tools: **client tools** and **server tools**. The
2119
+ * behavior described below applies to client tools. For
2120
+ * [server tools](https://docs.claude.com/en/docs/agents-and-tools/tool-use/overview#server-tools),
2121
+ * see their individual documentation as each has its own behavior (e.g., the
2122
+ * [web search tool](https://docs.claude.com/en/docs/agents-and-tools/tool-use/web-search-tool)).
2123
+ *
2124
+ * Each tool definition includes:
2125
+ *
2126
+ * - `name`: Name of the tool.
2127
+ * - `description`: Optional, but strongly-recommended description of the tool.
2128
+ * - `input_schema`: [JSON schema](https://json-schema.org/draft/2020-12) for the
2129
+ * tool `input` shape that the model will produce in `tool_use` output content
2130
+ * blocks.
2131
+ *
2132
+ * For example, if you defined `tools` as:
2133
+ *
2134
+ * ```json
2135
+ * [
2136
+ * {
2137
+ * "name": "get_stock_price",
2138
+ * "description": "Get the current stock price for a given ticker symbol.",
2139
+ * "input_schema": {
2140
+ * "type": "object",
2141
+ * "properties": {
2142
+ * "ticker": {
2143
+ * "type": "string",
2144
+ * "description": "The stock ticker symbol, e.g. AAPL for Apple Inc."
2145
+ * }
2146
+ * },
2147
+ * "required": ["ticker"]
2148
+ * }
2149
+ * }
2150
+ * ]
2151
+ * ```
2152
+ *
2153
+ * And then asked the model "What's the S&P 500 at today?", the model might produce
2154
+ * `tool_use` content blocks in the response like this:
2155
+ *
2156
+ * ```json
2157
+ * [
2158
+ * {
2159
+ * "type": "tool_use",
2160
+ * "id": "toolu_01D7FLrfh4GYq7yT1ULFeyMV",
2161
+ * "name": "get_stock_price",
2162
+ * "input": { "ticker": "^GSPC" }
2163
+ * }
2164
+ * ]
2165
+ * ```
2166
+ *
2167
+ * You might then run your `get_stock_price` tool with `{"ticker": "^GSPC"}` as an
2168
+ * input, and return the following back to the model in a subsequent `user`
2169
+ * message:
2170
+ *
2171
+ * ```json
2172
+ * [
2173
+ * {
2174
+ * "type": "tool_result",
2175
+ * "tool_use_id": "toolu_01D7FLrfh4GYq7yT1ULFeyMV",
2176
+ * "content": "259.75 USD"
2177
+ * }
2178
+ * ]
2179
+ * ```
2180
+ *
2181
+ * Tools can be used for workflows that include running client-side tools and
2182
+ * functions, or more generally whenever you want the model to produce a particular
2183
+ * JSON structure of output.
2184
+ *
2185
+ * See our [guide](https://docs.claude.com/en/docs/tool-use) for more details.
2186
+ */
2187
+ tools?: Array<ToolUnion>;
2188
+ /**
2189
+ * @deprecated Deprecated. Models released after Claude Opus 4.6 do not accept
2190
+ * top_k; any value will be rejected with a 400 error.
2191
+ */
2192
+ top_k?: number;
2193
+ /**
2194
+ * @deprecated Deprecated. Models released after Claude Opus 4.6 do not support
2195
+ * setting top_p. A value >= 0.99 will be accepted for backwards compatibility, all
2196
+ * other values will be rejected with a 400 error.
2197
+ */
2198
+ top_p?: number;
2199
+ }
2200
+ export declare namespace MessageCreateParams {
2201
+ type MessageCreateParamsNonStreaming = MessagesAPI.MessageCreateParamsNonStreaming;
2202
+ type MessageCreateParamsStreaming = MessagesAPI.MessageCreateParamsStreaming;
2203
+ }
2204
+ export interface MessageCreateParamsNonStreaming extends MessageCreateParamsBase {
2205
+ /**
2206
+ * Whether to incrementally stream the response using server-sent events.
2207
+ *
2208
+ * See [streaming](https://docs.claude.com/en/api/messages-streaming) for details.
2209
+ */
2210
+ stream?: false;
2211
+ }
2212
+ export interface MessageCreateParamsStreaming extends MessageCreateParamsBase {
2213
+ /**
2214
+ * Whether to incrementally stream the response using server-sent events.
2215
+ *
2216
+ * See [streaming](https://docs.claude.com/en/api/messages-streaming) for details.
2217
+ */
2218
+ stream: true;
2219
+ }
2220
+ export type MessageStreamParams = ParseableMessageCreateParams;
2221
+ export interface MessageCountTokensParams {
2222
+ /**
2223
+ * Input messages.
2224
+ *
2225
+ * Our models are trained to operate on alternating `user` and `assistant`
2226
+ * conversational turns. When creating a new `Message`, you specify the prior
2227
+ * conversational turns with the `messages` parameter, and the model then generates
2228
+ * the next `Message` in the conversation. Consecutive `user` or `assistant` turns
2229
+ * in your request will be combined into a single turn.
2230
+ *
2231
+ * Each input message must be an object with a `role` and `content`. You can
2232
+ * specify a single `user`-role message, or you can include multiple `user` and
2233
+ * `assistant` messages.
2234
+ *
2235
+ * If the final message uses the `assistant` role, the response content will
2236
+ * continue immediately from the content in that message. This can be used to
2237
+ * constrain part of the model's response.
2238
+ *
2239
+ * Example with a single `user` message:
2240
+ *
2241
+ * ```json
2242
+ * [{ "role": "user", "content": "Hello, Claude" }]
2243
+ * ```
2244
+ *
2245
+ * Example with multiple conversational turns:
2246
+ *
2247
+ * ```json
2248
+ * [
2249
+ * { "role": "user", "content": "Hello there." },
2250
+ * { "role": "assistant", "content": "Hi, I'm Claude. How can I help you?" },
2251
+ * { "role": "user", "content": "Can you explain LLMs in plain English?" }
2252
+ * ]
2253
+ * ```
2254
+ *
2255
+ * Example with a partially-filled response from Claude:
2256
+ *
2257
+ * ```json
2258
+ * [
2259
+ * {
2260
+ * "role": "user",
2261
+ * "content": "What's the Greek name for Sun? (A) Sol (B) Helios (C) Sun"
2262
+ * },
2263
+ * { "role": "assistant", "content": "The best answer is (" }
2264
+ * ]
2265
+ * ```
2266
+ *
2267
+ * Each input message `content` may be either a single `string` or an array of
2268
+ * content blocks, where each block has a specific `type`. Using a `string` for
2269
+ * `content` is shorthand for an array of one content block of type `"text"`. The
2270
+ * following input messages are equivalent:
2271
+ *
2272
+ * ```json
2273
+ * { "role": "user", "content": "Hello, Claude" }
2274
+ * ```
2275
+ *
2276
+ * ```json
2277
+ * { "role": "user", "content": [{ "type": "text", "text": "Hello, Claude" }] }
2278
+ * ```
2279
+ *
2280
+ * See [input examples](https://docs.claude.com/en/api/messages-examples).
2281
+ *
2282
+ * Note that if you want to include a
2283
+ * [system prompt](https://docs.claude.com/en/docs/system-prompts), you can use the
2284
+ * top-level `system` parameter — there is no `"system"` role for input messages in
2285
+ * the Messages API.
2286
+ *
2287
+ * There is a limit of 100,000 messages in a single request.
2288
+ */
2289
+ messages: Array<MessageParam>;
2290
+ /**
2291
+ * The model that will complete your prompt.
2292
+ *
2293
+ * See [models](https://docs.anthropic.com/en/docs/models-overview) for additional
2294
+ * details and options.
2295
+ */
2296
+ model: Model;
2297
+ /**
2298
+ * Top-level cache control automatically applies a cache_control marker to the last
2299
+ * cacheable block in the request.
2300
+ */
2301
+ cache_control?: CacheControlEphemeral | null;
2302
+ /**
2303
+ * Configuration options for the model's output, such as the output format.
2304
+ */
2305
+ output_config?: OutputConfig;
2306
+ /**
2307
+ * System prompt.
2308
+ *
2309
+ * A system prompt is a way of providing context and instructions to Claude, such
2310
+ * as specifying a particular goal or role. See our
2311
+ * [guide to system prompts](https://docs.claude.com/en/docs/system-prompts).
2312
+ */
2313
+ system?: string | Array<TextBlockParam>;
2314
+ /**
2315
+ * Configuration for enabling Claude's extended thinking.
2316
+ *
2317
+ * When enabled, responses include `thinking` content blocks showing Claude's
2318
+ * thinking process before the final answer. Requires a minimum budget of 1,024
2319
+ * tokens and counts towards your `max_tokens` limit.
2320
+ *
2321
+ * See
2322
+ * [extended thinking](https://docs.claude.com/en/docs/build-with-claude/extended-thinking)
2323
+ * for details.
2324
+ */
2325
+ thinking?: ThinkingConfigParam;
2326
+ /**
2327
+ * How the model should use the provided tools. The model can use a specific tool,
2328
+ * any available tool, decide by itself, or not use tools at all.
2329
+ */
2330
+ tool_choice?: ToolChoice;
2331
+ /**
2332
+ * Definitions of tools that the model may use.
2333
+ *
2334
+ * If you include `tools` in your API request, the model may return `tool_use`
2335
+ * content blocks that represent the model's use of those tools. You can then run
2336
+ * those tools using the tool input generated by the model and then optionally
2337
+ * return results back to the model using `tool_result` content blocks.
2338
+ *
2339
+ * There are two types of tools: **client tools** and **server tools**. The
2340
+ * behavior described below applies to client tools. For
2341
+ * [server tools](https://docs.claude.com/en/docs/agents-and-tools/tool-use/overview#server-tools),
2342
+ * see their individual documentation as each has its own behavior (e.g., the
2343
+ * [web search tool](https://docs.claude.com/en/docs/agents-and-tools/tool-use/web-search-tool)).
2344
+ *
2345
+ * Each tool definition includes:
2346
+ *
2347
+ * - `name`: Name of the tool.
2348
+ * - `description`: Optional, but strongly-recommended description of the tool.
2349
+ * - `input_schema`: [JSON schema](https://json-schema.org/draft/2020-12) for the
2350
+ * tool `input` shape that the model will produce in `tool_use` output content
2351
+ * blocks.
2352
+ *
2353
+ * For example, if you defined `tools` as:
2354
+ *
2355
+ * ```json
2356
+ * [
2357
+ * {
2358
+ * "name": "get_stock_price",
2359
+ * "description": "Get the current stock price for a given ticker symbol.",
2360
+ * "input_schema": {
2361
+ * "type": "object",
2362
+ * "properties": {
2363
+ * "ticker": {
2364
+ * "type": "string",
2365
+ * "description": "The stock ticker symbol, e.g. AAPL for Apple Inc."
2366
+ * }
2367
+ * },
2368
+ * "required": ["ticker"]
2369
+ * }
2370
+ * }
2371
+ * ]
2372
+ * ```
2373
+ *
2374
+ * And then asked the model "What's the S&P 500 at today?", the model might produce
2375
+ * `tool_use` content blocks in the response like this:
2376
+ *
2377
+ * ```json
2378
+ * [
2379
+ * {
2380
+ * "type": "tool_use",
2381
+ * "id": "toolu_01D7FLrfh4GYq7yT1ULFeyMV",
2382
+ * "name": "get_stock_price",
2383
+ * "input": { "ticker": "^GSPC" }
2384
+ * }
2385
+ * ]
2386
+ * ```
2387
+ *
2388
+ * You might then run your `get_stock_price` tool with `{"ticker": "^GSPC"}` as an
2389
+ * input, and return the following back to the model in a subsequent `user`
2390
+ * message:
2391
+ *
2392
+ * ```json
2393
+ * [
2394
+ * {
2395
+ * "type": "tool_result",
2396
+ * "tool_use_id": "toolu_01D7FLrfh4GYq7yT1ULFeyMV",
2397
+ * "content": "259.75 USD"
2398
+ * }
2399
+ * ]
2400
+ * ```
2401
+ *
2402
+ * Tools can be used for workflows that include running client-side tools and
2403
+ * functions, or more generally whenever you want the model to produce a particular
2404
+ * JSON structure of output.
2405
+ *
2406
+ * See our [guide](https://docs.claude.com/en/docs/tool-use) for more details.
2407
+ */
2408
+ tools?: Array<MessageCountTokensTool>;
2409
+ }
2410
+ export declare namespace Messages {
2411
+ export { type Base64ImageSource as Base64ImageSource, type Base64PDFSource as Base64PDFSource, type BashCodeExecutionOutputBlock as BashCodeExecutionOutputBlock, type BashCodeExecutionOutputBlockParam as BashCodeExecutionOutputBlockParam, type BashCodeExecutionResultBlock as BashCodeExecutionResultBlock, type BashCodeExecutionResultBlockParam as BashCodeExecutionResultBlockParam, type BashCodeExecutionToolResultBlock as BashCodeExecutionToolResultBlock, type BashCodeExecutionToolResultBlockParam as BashCodeExecutionToolResultBlockParam, type BashCodeExecutionToolResultError as BashCodeExecutionToolResultError, type BashCodeExecutionToolResultErrorCode as BashCodeExecutionToolResultErrorCode, type BashCodeExecutionToolResultErrorParam as BashCodeExecutionToolResultErrorParam, type CacheControlEphemeral as CacheControlEphemeral, type CacheCreation as CacheCreation, type CitationCharLocation as CitationCharLocation, type CitationCharLocationParam as CitationCharLocationParam, type CitationContentBlockLocation as CitationContentBlockLocation, type CitationContentBlockLocationParam as CitationContentBlockLocationParam, type CitationPageLocation as CitationPageLocation, type CitationPageLocationParam as CitationPageLocationParam, type CitationSearchResultLocationParam as CitationSearchResultLocationParam, type CitationWebSearchResultLocationParam as CitationWebSearchResultLocationParam, type CitationsConfig as CitationsConfig, type CitationsConfigParam as CitationsConfigParam, type CitationsDelta as CitationsDelta, type CitationsSearchResultLocation as CitationsSearchResultLocation, type CitationsWebSearchResultLocation as CitationsWebSearchResultLocation, type CodeExecutionOutputBlock as CodeExecutionOutputBlock, type CodeExecutionOutputBlockParam as CodeExecutionOutputBlockParam, type CodeExecutionResultBlock as CodeExecutionResultBlock, type CodeExecutionResultBlockParam as CodeExecutionResultBlockParam, type CodeExecutionTool20250522 as CodeExecutionTool20250522, type CodeExecutionTool20250825 as CodeExecutionTool20250825, type CodeExecutionTool20260120 as CodeExecutionTool20260120, type CodeExecutionToolResultBlock as CodeExecutionToolResultBlock, type CodeExecutionToolResultBlockContent as CodeExecutionToolResultBlockContent, type CodeExecutionToolResultBlockParam as CodeExecutionToolResultBlockParam, type CodeExecutionToolResultBlockParamContent as CodeExecutionToolResultBlockParamContent, type CodeExecutionToolResultError as CodeExecutionToolResultError, type CodeExecutionToolResultErrorCode as CodeExecutionToolResultErrorCode, type CodeExecutionToolResultErrorParam as CodeExecutionToolResultErrorParam, type Container as Container, type ContainerUploadBlock as ContainerUploadBlock, type ContainerUploadBlockParam as ContainerUploadBlockParam, type ContentBlock as ContentBlock, type ContentBlockParam as ContentBlockParam, type ContentBlockStartEvent as ContentBlockStartEvent, type ContentBlockStopEvent as ContentBlockStopEvent, type ContentBlockSource as ContentBlockSource, type ContentBlockSourceContent as ContentBlockSourceContent, type DirectCaller as DirectCaller, type DocumentBlock as DocumentBlock, type DocumentBlockParam as DocumentBlockParam, type EncryptedCodeExecutionResultBlock as EncryptedCodeExecutionResultBlock, type EncryptedCodeExecutionResultBlockParam as EncryptedCodeExecutionResultBlockParam, type ImageBlockParam as ImageBlockParam, type InputJSONDelta as InputJSONDelta, type JSONOutputFormat as JSONOutputFormat, type MemoryTool20250818 as MemoryTool20250818, type Message as Message, type MessageCountTokensTool as MessageCountTokensTool, type MessageDeltaEvent as MessageDeltaEvent, type MessageDeltaUsage as MessageDeltaUsage, type MessageParam as MessageParam, type MessageTokensCount as MessageTokensCount, type Metadata as Metadata, type MidConversationSystemBlockParam as MidConversationSystemBlockParam, type Model as Model, type OutputConfig as OutputConfig, type OutputTokensDetails as OutputTokensDetails, type PlainTextSource as PlainTextSource, type RawContentBlockDelta as RawContentBlockDelta, type RawContentBlockDeltaEvent as RawContentBlockDeltaEvent, type RawContentBlockStartEvent as RawContentBlockStartEvent, type RawContentBlockStopEvent as RawContentBlockStopEvent, type RawMessageDeltaEvent as RawMessageDeltaEvent, type RawMessageStartEvent as RawMessageStartEvent, type RawMessageStopEvent as RawMessageStopEvent, type RawMessageStreamEvent as RawMessageStreamEvent, type RedactedThinkingBlock as RedactedThinkingBlock, type RedactedThinkingBlockParam as RedactedThinkingBlockParam, type RefusalStopDetails as RefusalStopDetails, type SearchResultBlockParam as SearchResultBlockParam, type ServerToolCaller as ServerToolCaller, type ServerToolCaller20260120 as ServerToolCaller20260120, type ServerToolUsage as ServerToolUsage, type ServerToolUseBlock as ServerToolUseBlock, type ServerToolUseBlockParam as ServerToolUseBlockParam, type SignatureDelta as SignatureDelta, type StopReason as StopReason, type TextBlock as TextBlock, type TextBlockParam as TextBlockParam, type TextCitation as TextCitation, type TextCitationParam as TextCitationParam, type TextDelta as TextDelta, type TextEditorCodeExecutionCreateResultBlock as TextEditorCodeExecutionCreateResultBlock, type TextEditorCodeExecutionCreateResultBlockParam as TextEditorCodeExecutionCreateResultBlockParam, type TextEditorCodeExecutionStrReplaceResultBlock as TextEditorCodeExecutionStrReplaceResultBlock, type TextEditorCodeExecutionStrReplaceResultBlockParam as TextEditorCodeExecutionStrReplaceResultBlockParam, type TextEditorCodeExecutionToolResultBlock as TextEditorCodeExecutionToolResultBlock, type TextEditorCodeExecutionToolResultBlockParam as TextEditorCodeExecutionToolResultBlockParam, type TextEditorCodeExecutionToolResultError as TextEditorCodeExecutionToolResultError, type TextEditorCodeExecutionToolResultErrorCode as TextEditorCodeExecutionToolResultErrorCode, type TextEditorCodeExecutionToolResultErrorParam as TextEditorCodeExecutionToolResultErrorParam, type TextEditorCodeExecutionViewResultBlock as TextEditorCodeExecutionViewResultBlock, type TextEditorCodeExecutionViewResultBlockParam as TextEditorCodeExecutionViewResultBlockParam, type ThinkingBlock as ThinkingBlock, type ThinkingBlockParam as ThinkingBlockParam, type ThinkingConfigAdaptive as ThinkingConfigAdaptive, type ThinkingConfigDisabled as ThinkingConfigDisabled, type ThinkingConfigEnabled as ThinkingConfigEnabled, type ThinkingConfigParam as ThinkingConfigParam, type ThinkingDelta as ThinkingDelta, type Tool as Tool, type ToolBash20250124 as ToolBash20250124, type ToolChoice as ToolChoice, type ToolChoiceAny as ToolChoiceAny, type ToolChoiceAuto as ToolChoiceAuto, type ToolChoiceNone as ToolChoiceNone, type ToolChoiceTool as ToolChoiceTool, type ToolReferenceBlock as ToolReferenceBlock, type ToolReferenceBlockParam as ToolReferenceBlockParam, type ToolResultBlockParam as ToolResultBlockParam, type ToolSearchToolBm25_20251119 as ToolSearchToolBm25_20251119, type ToolSearchToolRegex20251119 as ToolSearchToolRegex20251119, type ToolSearchToolResultBlock as ToolSearchToolResultBlock, type ToolSearchToolResultBlockParam as ToolSearchToolResultBlockParam, type ToolSearchToolResultError as ToolSearchToolResultError, type ToolSearchToolResultErrorCode as ToolSearchToolResultErrorCode, type ToolSearchToolResultErrorParam as ToolSearchToolResultErrorParam, type ToolSearchToolSearchResultBlock as ToolSearchToolSearchResultBlock, type ToolSearchToolSearchResultBlockParam as ToolSearchToolSearchResultBlockParam, type ToolTextEditor20250124 as ToolTextEditor20250124, type ToolTextEditor20250429 as ToolTextEditor20250429, type ToolTextEditor20250728 as ToolTextEditor20250728, type ToolUnion as ToolUnion, type ToolUseBlock as ToolUseBlock, type ToolUseBlockParam as ToolUseBlockParam, type URLImageSource as URLImageSource, type URLPDFSource as URLPDFSource, type Usage as Usage, type UserLocation as UserLocation, type WebFetchBlock as WebFetchBlock, type WebFetchBlockParam as WebFetchBlockParam, type WebFetchTool20250910 as WebFetchTool20250910, type WebFetchTool20260209 as WebFetchTool20260209, type WebFetchTool20260309 as WebFetchTool20260309, type WebFetchToolResultBlock as WebFetchToolResultBlock, type WebFetchToolResultBlockParam as WebFetchToolResultBlockParam, type WebFetchToolResultErrorBlock as WebFetchToolResultErrorBlock, type WebFetchToolResultErrorBlockParam as WebFetchToolResultErrorBlockParam, type WebFetchToolResultErrorCode as WebFetchToolResultErrorCode, type WebSearchResultBlock as WebSearchResultBlock, type WebSearchResultBlockParam as WebSearchResultBlockParam, type WebSearchTool20250305 as WebSearchTool20250305, type WebSearchTool20260209 as WebSearchTool20260209, type WebSearchToolRequestError as WebSearchToolRequestError, type WebSearchToolResultBlock as WebSearchToolResultBlock, type WebSearchToolResultBlockContent as WebSearchToolResultBlockContent, type WebSearchToolResultBlockParam as WebSearchToolResultBlockParam, type WebSearchToolResultBlockParamContent as WebSearchToolResultBlockParamContent, type WebSearchToolResultError as WebSearchToolResultError, type MessageStreamEvent as MessageStreamEvent, type MessageStartEvent as MessageStartEvent, type MessageStopEvent as MessageStopEvent, type ContentBlockDeltaEvent as ContentBlockDeltaEvent, type MessageCreateParams as MessageCreateParams, type MessageCreateParamsNonStreaming as MessageCreateParamsNonStreaming, type MessageCreateParamsStreaming as MessageCreateParamsStreaming, type MessageStreamParams as MessageStreamParams, type MessageCountTokensParams as MessageCountTokensParams, };
2412
+ export { Batches as Batches, type DeletedMessageBatch as DeletedMessageBatch, type MessageBatch as MessageBatch, type MessageBatchCanceledResult as MessageBatchCanceledResult, type MessageBatchErroredResult as MessageBatchErroredResult, type MessageBatchExpiredResult as MessageBatchExpiredResult, type MessageBatchIndividualResponse as MessageBatchIndividualResponse, type MessageBatchRequestCounts as MessageBatchRequestCounts, type MessageBatchResult as MessageBatchResult, type MessageBatchSucceededResult as MessageBatchSucceededResult, type MessageBatchesPage as MessageBatchesPage, type BatchCreateParams as BatchCreateParams, type BatchListParams as BatchListParams, };
2413
+ }
2414
+ //# sourceMappingURL=messages.d.ts.map